what is the difference between Touch & cat command
Answer Posted / manikantan t s
touch :- This can be used to create a file with size 0 and
to change the time stamp of a file.
cat :- This can be used to display the content of a
file,concatinate etc.
| Is This Answer Correct ? | 85 Yes | 7 No |
Post New Answer View All Answers
How do I find previous commands in unix?
What is merge command in unix?
What is grep command in unix with examples?
Enlist some filename manipulation commands in unix.
What is command statement?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the command to find maximum memory taking process on the server?
What is the size of time_t?
What are filter commands in unix?
What is the comma to display different lines that are found when compare two files?
What is awk used for?
What do chmod command do?
What does this command do? Cat food 1 > kitty
What does grep v do?
Explain the steps that a shell follows while processing a command.