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 does this command do,"$more readme.txt“?
How does pipe () work?
How do I use grep to find a file?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Enlist some filename manipulation commands in unix.
What does the command '$ls | wc –l > file1' do?
What is awk good for?
What does find command return in unix?
What is the use of tee command?
How to find $ai_serual resolved path by using unix
What is the pipe command?
What do chmod command do?
Describe the zip/unzip command using gzip.
What does grep v grep do?
What do know about tee command?