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
Why is grep called grep?
What do chown command do?
How do I search a whole word in vim?
Name the unix command to find how many days the server has been up.
Is ‘du’ a command? If so, what is its use?
Write a command that will display files in the current directory, in a colored, long format.
What will the following command do?
What does the md command do?
Name the general commands in using unix os for a beginner?
How do you repeat a command in terminal?
Which command is used to restrict incoming messages?
Explain mount and unmount command.
What is the behavioural difference between cmp and diff commands?
What is used to type command?
What does grep v grep do?