hi i have directories within the directory. Now i want to
copy the directory along with all directories included in it
to one location by using copy command? what is the command
Answers were Sorted based on User's Feedback
Answer / anshul basra
Try this command:
cp -r /home/anshul/files/* /home/anshul/backup
It will recursively copy all the content of directory
called 'files' to the directory 'backup'.
Hope this will help you..!
Takecare..
| Is This Answer Correct ? | 29 Yes | 2 No |
Answer / vijayahire
cp -r /home/data/files/* Desktop/backup
location where u want paste
| Is This Answer Correct ? | 5 Yes | 2 No |
What are file commands?
What are filter commands in unix?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
Which command is used to copy files?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
Is command prompt unix?
What does 'mkdir' command do in UNIX?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
Describe the zip/unzip command using gzip.
what is the difference between pipe(|) and tee command..
Explain how to use grep command to list find the records of a file containing 10 different strings?
what is the command to print last 8 lines of any text file.