I have the same issue. Do they monitor this chat?
Having the exact same issue. It’s also saying “/comedy: no such file or directory” when there clearly is and I can even see it when I pwd. None of this makes sense and I’m sure there’s a bug. They need to fix this ASAP especially since this problem has been going on for 2 years.
Has anyone figured out how to get past Question #3? I feel like I’ve tried everything and I’m really not sure what I’m doing wrong
hello all. i was going through the same issue and was able to find someones help on the codecademy discord. The answer for problem is (cp * /home/ccuser/workspace/movies/comedy/slapstick /home/ccuser/workspace/movies/comedy) excluding the ()… i can not provide the work behind this as it was given to me by someone else but i did request that they explain it in here if they have the time to. im sure many of you would like to be able to move forward in this course. i hope this helps
Hello,
This is just the standard syntax for a Bash copy command. You can Google “Bash copy” and check out the first result.
Essentially in Bash the order is:
[Command] [Flags (optional)] [Source directory] [Destination directory (if applicable)].
You’re a lifesaver man!
Continuing the discussion from FAQ: Manipulation - Wildcards:
Hello, unfortunately I still have the problem. It’s very annoying…, I can’t pass the point 3. Any other solution?
You saved my life!!! THANK YOU
Reset the exercise and when at the third exercise use ‘…’ (two dots)to move to the comedy directory
go the the right upper menu, “get unstuck” then press reset exercise twice.
i am having the same problem and several sections, where i do it correct but then it doesnt tick it off, i try it 6/7 times then look at the hint and it was the same answer.
I have the same problem…by any chance if u have figured it out…please share it with me too
I have some weird issue, I am pretty sure I am doing it right, but it looks like there is a bug, can anyone help me out in any way?
Cheers guys!
I think this might be a bug, any idea what to do with it after reporting it?
you could reset the workspace and try again. (use the gear icon)
I did it like this and it passed:
Summary
pwd
/home/ccuser/workspace/movies
$ ls
action comedy drama genres.txt
$ cd comedy
$ ls
satire slapstick the-office.txt waterboy.txt zoolander.txt
$ cd slapstick
$ ls
waterboy.txt zoolander.txt
$ cp * /home/ccuser/workspace/movies/comedy
$ cd ../
$ pwd
/home/ccuser/workspace/movies/comedy
$ ls
satire slapstick the-office.txt waterboy.txt zoolander.txt
$
I can’t get past the first step. I believe I’m taking the right steps:
- cd /home/ccuser/workspace/movies/comedy/slapstick
- ls
I think this is right but it says its wrong