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 |
distinguish between interrupts and exceptions?
What are grep patterns?
How do you find out all processes that are currently running in UNIX OS?
What does awk stand for?
What command is used to switching between users in unix?
What is the functionality of a top command?
what is the difference between relative path and absolute path?
What is the comma to display different lines that are found when compare two files?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
what is the difference between npar and vpar in HP-UX?
What is the use of pipes?
What is the protocol for PING command?