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 |
distinguish between physical addresses and logical address?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
What do chown command do?
what is the use of uniq commmand?
What is grep in bash?
What is the use of find command in unix?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Can you write a command to erase all files in the current directory including all its sub-directories?
What is the difference between grep and grep?
What is in grep command?
Which command is used to find whether the system is 32 bit or 64 bit?