Task 2: navigation directories and files
Create three directories
Dir1 dir2 dir3
Create 3 files in each directory using the command touch.
Create the directory “work” under dir1.
Copy all files in dir2 and dir3 to work.
Answers
Answered by
0
Answer:
Photo collection: Anne Frank Stichting, Amsterdam/ photographer unknown.
Explanation:
Create 3 files in each directory using the command touch.
Answered by
2
Explanation:
You can create directories one by one with mkdir, but this can be time-consuming. To avoid that, you can run a single mkdir command to create multiple directories at once. To do so, use the curly brackets {} with mkdir and state the directory names, separated by a comma
Similar questions