How do you copy a directory with many files and folders into
another directory?
Answers were Sorted based on User's Feedback
Answer / guest
cp -R <source_dir> <dest_dir>
Ex: cp GUI ../TEST
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / ashok jayan
cp -rf <source_dir> <dest_dir>
Note: r - Recursively, f - Forcefully
| Is This Answer Correct ? | 8 Yes | 3 No |
What are the dos commands?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
what these two commands prints "echo test","cat test"?
what is exact definition of operating system?
why unix commands can be divided into internal and external commands?
What is the difference between awk and grep?
What is the comma to show the space allocation of files?
What is the significance of the 'tee' command?
How do I find previous commands in unix?
which command is used to stop a running process in unix?
Which unix command to make a new directory?
What do chown command do?