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 |
their is a file1,file2 and i want to append file1 data to file2?
What is the first character of the output in ls l command?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
How to check the flavor of UNIX?
By using which command we can find the CPU utilization time?
Differentiate cmp command from diff command.
What is the difference between cat command and more command?
What Command will remove a Directory in UNIX?
what are wild cards?
How to know a process is a zombie or orphan process?
How does pipe () work?
How to find the files that are accessed before 10 minutes?