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 the first character of the output in ls l command?
How do I use grep to find a file?
What is a bash command?
What command is used to switching between users in unix?
What is the command to view process running?
Who command in unix operating system?
What is the general format of unix command syntax?
Differentiate cmp command from diff command.
What is the behavioural difference between cmp and diff commands?
What is the difference between cat and more command?
What is command statement?
What does the metacharacter mean?
What is grep in bash?
Describe the zip/unzip command using gzip.
What is unix command line?