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 |
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
What is the use of the tee command?
how to find largest file?
14 Answers HCL, Microsoft, Thomson Reuters,
How does shebang work?
what is the command to list all files in a directory, including the hidden files in UNIX ?
What is the difference between udp and tcp?
what is the difference between SED and GREP ? Which one is more better and why?
What difference between cmp and diff commands?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
what these two commands prints "echo test","cat test"?
Which command will print your home directory on screen?
How does pipe () work?