Question 4:
Let’s move on to copying, moving, and removing files and directories from the command line.
Navigate to the drama/biopic/ directory.
cd …/drama/biopic/
List all files and directories in the working directory.
please help!
Question 4:
Let’s move on to copying, moving, and removing files and directories from the command line.
Navigate to the drama/biopic/ directory.
cd …/drama/biopic/
List all files and directories in the working directory.
please help!
To list all files in the working directory,
ls -a
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.