Lesson 2 – How to copy a file from one directory to another directory

1.) Go to “newfolder_1” (file containing directory) . then see the list of files in newfolder_1 directory typing “ls” command in terminal . 2.) Type the “cp” command (copy command) to copy the “test.txt” file from the “newfolder_1” to “newfolder_2” as below . then go to “newfolder_2” directory . now you are in “newfolder_2” directory . … Read more