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 |
Why is grep called grep?
what is the use of nice command?
How do I use grep to find a file?
Which command should you use to find the remaining disk space in unix server?
How to install scsi driver in unix? give me explanation clearly?
to list a particular line in the file
what is the use of "test" command in unix?
How does one process we can start an executable file? How to get the PID process, which we started?
What is grep and how do you use it?
How to find $ai_serual resolved path by using unix
how will you convert a general file to a hidden file?
What is the command to find maximum memory taking process on the server?