How to copy multiple files and directories into some other
directory?
Answer Posted / sangu
sorry for the previous post
cp -r test2 test1/
will work.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the use of egrep command in unix?
What will the following command do?
What is rmdir command?
What does awk stand for?
Why is shebang used?
Give the command for finding the current date.
What is the function of grep command in unix?
What are filter commands in unix?
What is ‘ps’ command for?
What is the command to find hidden files in the current directory?
What is the size of time_t?
What command is used to switching between users in unix?
How do you grep recursively?
Enlist some filename manipulation commands in unix.
How does pipe () work?