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 are grep patterns?
What is the command to find maximum memory taking process on the server?
How do I use grep to find a file?
What are some command words?
Explain command to show the space allocation of files?
What are filter commands in unix?
What is a bash command?
Which command is used to restrict incoming messages?
What is the command to find hidden files in the current directory?
Enumerate some of the most commonly used network commands in unix?
Is grep faster than awk?
What does grep v grep do?
What does the command ' $who | sort –logfile > newfile' do?
What is difference between grep and find command in unix?
Describe the zip/unzip command using gzip.