How to copy multiple files and directories into some other
directory?
Answer Posted / sangu
If suppose the current working directory is test
i.e /home/test which contains the subdirectories test1
test2 if test2 to be copied in test1 the command is
cp test2 test1/
Now test1 will contain the test2 directory
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between cat and more command?
Explain the steps that a shell follows while processing a command.
What is the search command in unix?
What is the use of the tee command?
Who wrote grep?
How do I clear my terminal history?
What do chmod, chown, chgrp commands do?
What is command statement?
Is ‘du’ a command? If so, what is its use?
What is grep short for?
How do I use grep to find a file?
What is awk used for?
What does find command return in unix?
What do chown command do?
What is in grep command?