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
Answer Posted / vijayahire
cp -r /home/data/files/* Desktop/backup
location where u want paste
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Which unix command to make a new directory?
Write a command to display a file’s contents in various formats?
How can we use grep command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does this command do,"$more readme.txt“?
How do I use grep to find a file?
Enlist some filename manipulation commands in unix.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the function of grep command in unix?
How do you repeat a command in terminal?
How do I use grep to search for a file?
What is the command to find hidden files in the current directory?
What is the command to view process running?
What do chgrp command do?
What is the use of find command in unix?