How to copy multiple files and directories into some other
directory?
Answer Posted / sangu
If suppose the current working directory is test
i.e /home/test which contains the subdirectories test1
test2 if test2 to be copied in test1 the command is
cp test2 test1/
Now test1 will contain the test2 directory
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is ctrl d?
Write a command to kill the last background job?
What is the first character of the output in ls l command?
How does pipe () work?
What does grep v grep do?
What is unix command?
What does the command ' $who | sort –logfile > newfile' do?
How to find $ai_serual resolved path by using unix
What is the unix command to confirm a remote host is alive or not?
Which command is used to create a directory?
What do chgrp command do?
How to display no of records in oracle using unix command?
Which command is used to copy files?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does the metacharacter mean?