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 comma to show the space allocation of files?
What is used to type command?
What is the unix command to confirm a remote host is alive or not?
Is grep faster than awk?
What is the difference between grep and grep?
What is unix command?
What does this command do,"$more readme.txt“?
What happens when we execute a unix command?
What is the command to find maximum memory taking process on the server?
How do I search a whole word in vim?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain command to show the space allocation of files?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the search command in unix?
What does 'mkdir' command do in UNIX?