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
How do I open a port?
What is the use of egrep command in unix?
What is the use of cut command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I search a whole word in vim?
Does cp command overwrite files?
What is unix command?
What is the use of tee command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the pipe command?
Is it inbetween or in between?
What is updatedb?
Why is grep called grep?
What do chown command do?
Who wrote grep?