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 |
How do you stop a running process?
How does the user view the contents of a text file in UNIX?
distinguish between user mode and kernel mode?
What are the general commands in using unix os for a beginner?
How do I search for a file in unix command?
How would you change all occurrences of a value using VI?
How to display a file name which has zero bytes in size.
What is grep short for?
How many unix commands are there?
How do I search for text in vi?
which command is used to stop a running process in unix?
What does pipe () return?