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 ,What is the command to view contents of a large error log file?
Describe the usage and functionality of the command rm –r * in unix?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
How do I open a port?
What is “chmod” command?
What is sed awk grep?
Explain mount and unmount command.
Does cp command overwrite files?
In vi editor how do you execute unix commands?
What do chown command do?
What is rmdir command?
how many internal commands is there in UNIX?