How to copy multiple files and directories into some other
directory?
Answer Posted / shami.r
cp -r source_directory destination_directory
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are filter commands in unix?
Describe the zip/unzip command using gzip.
Which command is used to delete all files in the current directory and all its sub-directories?
What do know about tee command and its usage?
What is the first character of the output in ls l command?
What are file commands?
What does the command '$ls | wc –l > file1' do?
What does find command return in unix?
Why is it called grep?
Explain command to view process running?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Describe the usage and functionality of the command rm –r * in unix?
What do chown command do?
What is awk used for?
How do I search a whole word in vim?