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 is a command and examples?
What is .sh file?
How does pipe () work?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I open a port?
Which command should you use to find the remaining disk space in unix server?
How do I search for text in vi?
Can you explain a little bit about command substitution?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the md command do?
What does 'mkdir' command do in UNIX?
What is difference between grep and find command in unix?
Is it inbetween or in between?
What is $0 bash?
Differentiate cmp command from diff command.