Lesson 5 is not copying any files even though it is sending me to the next part of the lesson. Am I doing something wrong because it says there should be a file where there isn't?

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are asking about.>

<Below this line, describe in what way does your code behave incorrectly? Include ALL error messages.>

<Below this line, add a screenshot of your whole web browser so that we can see what you see.>

@whiterwidow,
Give us the link to the exercise you are writing about…
and
give us the code you used…
and
the output of pwd and ls -alt

And after reading
http://stackoverflow.com/questions/5905054/how-can-i-recursively-find-all-files-in-current-and-subfolders-based-on-wildcard
use
find ~/ -name "file-to-be-found"

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.