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 does #!/ Bin sh do?
Explain command to show the space allocation of files?
What is the use of tee command?
How do you stop a running process?
what are the different commands used to view the contents of a file?
when we installing aix os the ssh installed default?
What are grep patterns?
What is grep short for?
What is command substitution?
What is the first character of the output in ls l command?
what will this do $cat > file.c ?(file.c is a file in current directory)
What is the difference between a hard link and a soft link in Unix?