How do you copy a directory with many files and folders into
another directory?
Answer Posted / ashok jayan
cp -rf <source_dir> <dest_dir>
Note: r - Recursively, f - Forcefully
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What do know about tee command and its usage?
hw will u use awk in replacing cahrs and files
Name the various commands that are used for the user information in unix.
How do I open a port?
What is the behavioural difference between cmp and diff commands?
Is command prompt unix?
Which command is used to delete all files in the current directory and all its sub-directories?
What does the metacharacter mean?
What is the difference between awk and grep?
How can we use grep command in unix?
How to find $ai_serual resolved path by using unix
What is grep and how do you use it?
What is the difference between cat command and more command?
Who command in unix?
How do you grep a case insensitive?