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
Differentiate cat command from more command.
What is in grep command?
Which unix command to make a new directory?
Can you explain a little bit about command substitution?
What are file commands?
How do I find previous commands in unix?
What does sed command do in unix?
What is nr in awk command?
What does the command '$ls | wc –l > file1' do?
Is it inbetween or in between?
What are reported commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is unix command?
What is the difference between cat and more command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?