Answer Posted / shiva
Take a file to be copied into a directory say file1 to
DIRECTORY.
cp file1 DIRECTORY.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the dos commands?
What is the size of time_t?
Write a command to display a file’s contents in various formats?
Differentiate cat command from more command.
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do you repeat a command in terminal?
Who command in unix?
What is the use of awk command in unix?
What are grep patterns?
What is updatedb?
What do chgrp command do?
Which unix command to make a new directory?
What does this command do? Cat food 1 > kitty
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)?