what is the difference between Touch & cat command
Answer Posted / varsha
Main diff between CAT and TOUCH command is
By using touch we can create many file at a time.
bt by using cat command we can not create more than one file
or we use cat to display file content,create a file,append
nd copy file content into another file.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What do chmod, chown, chgrp commands do?
How do I open a port?
What is grep short for?
Explain command to show the space allocation of files?
How can you see the command line history?
What is a bash command?
What does find command return in unix?
What is the use of awk command in unix?
What does the command '$ls | wc –l > file1' do?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Give the command for finding the current date.
What is the comma to display different lines that are found when compare two files?
Which command is used to kill the last background job?
Enlist some filename manipulation commands in unix.
Why is awk called awk?