e6a80309e0
Also updated the script that counts questions to actually update the number in README.md
449 B
449 B
Copy Time
Objectives
- Create an empty file called
x
in/tmp
- Copy the
x
file you created to your home directory - Create a copy of
x
file calledy
- Create a directory called
files
and movex
andy
there - Copy the directory "files" and name the copy
copy_of_files
- Rename
copy_of_files
directory tofiles2
- Remove
files
andfiles2
directories
Solution
Click here to view the solution.