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 command to find maximum memory taking process on the server?
Which command is used to copy files?
How do I search for a file in unix command?
Who command in unix operating system?
What is the significance of the 'tee' command?
How do I use nslookup?
What is the first character of the output in ls l command?
What is command statement?
How can we use grep command in unix?
Which command can you use to find the currently running process in unix server?
Name the unix command to find how many days the server has been up.
Who wrote grep?
What is the functionality of a top command?
Can you enlist some commonly used network commands?
Write a command to kill the last background job?