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 is the comma to display different lines that are found when compare two files?
What is the use of egrep command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does #!/ Bin sh do?
What is used to type command?
What is the use of find command in unix?
What is the pipe command?
What is the function of grep command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Enumerate some of the most commonly used network commands in unix?
What is s and g in sed command?
Which command is used to find whether the system is 32 bit or 64 bit?
Name the general commands in using unix os for a beginner?
How to use grep command to list find the records of a file containing 10 different strings?
What are file commands?