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 grep and how do you use it?
How does one process we can start an executable file? How to get the PID process, which we started?
Write a command to display a file’s contents in various formats?
distinguish between physical addresses and logical address?
How do I delete files from command prompt?
Using unix command how to display no of records in oracle?
what is the significance of "su" command?
What are filter commands in unix?
Why is grep called grep?
fork in unix ?
What is the functionality of a top command?
What does the md command do?