The intro " In addition to using exact filenames as arguments, we can use special characters like *
to select groups of files. These special characters are called wildcards. For example, here we use cp
to copy all files in the current working directory into another directory."
On exercise 5. it asks:
" Switch to the satire/ directory and list its contents (don’t use any options with ls
).
Check your progress with Check Work."
(Now i did all the 4 exercises marked green.)
Now i am stuck on number 5.
The output states: " Did you move to the satire/ directory and run ls
without any options?"
pwd: /home/ccuser/workspace/movies/comedy
ls: satire shrek.txt the-office.txt waterboy.txt zoolander.txt
cd satire
ls
fight-club.txt shrek.txt the-office.txt waterboy.txt zoolander.txt
So i switched to the satire directory and listed the contents with ls.
But the ouput keeps says the same: " Did you move to the satire/ directory and run ls
without any options?"
There are no hints in the terminal.