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


Please Help Members By Posting Answers For Below Questions

What is awk command used for?

596


Why is shebang used?

593


What is the command to find maximum memory taking process on the server?

665


Explain the steps that a shell follows while processing a command.

679


What is the general format of unix command syntax?

687






What does grep v do?

557


Using unix command how to display no of records in oracle?

602


What is “chmod” command?

562


What is {} in find command?

579


What is the size of time_t?

640


Name the unix command to find how many days the server has been up.

596


What is in grep command?

643


What does #!/ Bin sh do?

585


How do I run a whois command?

596


Is grep faster than awk?

555