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
Explain mount and unmount command.
What difference between cmp and diff commands?
What is the use of tee command?
What are bash commands?
Why is shebang used?
Why is grep called grep?
Which command is used to delete all files in the current directory and all its sub-directories?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Is grep faster than awk?
How do you repeat a command in terminal?
What is grep in bash?
What do chgrp command do?
What is s and g in sed command?
What does #!/ Bin sh do?
What is difference between grep and find command in unix?