in UNIX,How to copy file into directory?
Answers were Sorted based on User's Feedback
Answer / neena
cp text.txt sample
I want to copy the file(text.txt) from sample1(directory)
to sample directory
| Is This Answer Correct ? | 1 Yes | 0 No |
cp source destination
Cp path_a.txt Path/
Thanks,
Jagadeeb@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
What is a bash command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
fork in unix ?
what is the difference between Touch & cat command
How do I search for text in vi?
How do you repeat a command in terminal?
How does shebang work?
Explain ‘library functions’ with respect to unix commands?
what is virtual machine?
What is the unix command to confirm a remote host is alive or not?
What is the comma to show the space allocation of files?
Describe the usage and functionality of the command rm –r * in unix?