How do you copy a directory with many files and folders into
another directory?
Answer Posted / guest
cp -R <source_dir> <dest_dir>
Ex: cp GUI ../TEST
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What do chown command do?
What is merge command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is updatedb?
Which command will print your home directory on screen?
What is the use of cut command in unix?
Which command is used to restrict incoming messages?
What is the use of sed command in unix?
Which command is used to find whether the system is 32 bit or 64 bit?
Why is it called a shebang?
What is sed awk grep?
What are the dos commands?
What is nr in awk command?
What is difference between grep and find command in unix?
What is the use of the command 'ls -x chapter[1-5]' ?