How to copy multiple files and directories into some other
directory?
Answer Posted / chets
cp <src_file1> <src_file2> <src_file3> <dest_dir>
In this case, each of the source files is copied into the
destination directory. This form of the command can be used
to copy all files in one directory into another directory.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What does grep v grep do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What do know about tee command and its usage?
What are bash commands?
Which command is used to restrict incoming messages?
What is the nmap command?
Name the various commands that are used for the user information in unix.
What is awk command used for?
Which command is used to copy files?
Can you explain a little bit about command substitution?
How do I use nslookup?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What do chown command do?
What is the use of find command in unix?
How do you grep recursively?