How do you copy a directory with many files and folders into
another directory?
Answers were Sorted based on User's Feedback
Answer / guest
cp -R <source_dir> <dest_dir>
Ex: cp GUI ../TEST
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / ashok jayan
cp -rf <source_dir> <dest_dir>
Note: r - Recursively, f - Forcefully
| Is This Answer Correct ? | 8 Yes | 3 No |
Which unix command to make a new directory?
What command is used to check the current users?
What does awk stand for?
Describe the zip/unzip command using gzip.
when we installing aix os the ssh installed default?
Give two UNIX kernel parameters that effect an Oracle install
How to open a Database using Unix Command Please Do Reply
What is merge command in unix?
solaris Run level?
What is s and g in sed command?
describe the escaping sequence characteres in unix
What are grep patterns?