[OH-Dev] [issue818] bug in diff'ing entire directories
fstopzero
bugs at openhatch.org
Mon Mar 18 20:57:07 UTC 2013
New submission from fstopzero <beckastar at gmail.com>:
This exercise:
http://openhatch.org/missions/diffpatch/recursive_diff
Apparently the slight difference in the Linux/ Windows command line and the Mac's is significant
enough to bring the student's progress to a screeching halt here. There were a couple of problems:
1) Once the file is uploaded, the docs say to write in the following command:
tar zxvf recipes.tar.gz
On a Mac, this creates an empty directory. This is what actually worked:
tar -xvf recipes.tar.gz
2) In the "High" hint tab, there needs to be a different command line for mac. 'wget' and 'get' don't
work in bash.
-Becka
----------
messages: 3589
nosy: fstopzero, paulproteus
priority: bug
status: unread
title: bug in diff'ing entire directories
__________________________________________
Roundup issue tracker <bugs at openhatch.org>
<https://openhatch.org/bugs/issue818>
__________________________________________
More information about the Devel
mailing list