what is the difference between Touch & cat command
Answer Posted / prasanta
Both touch and cat commands are used to create a file.
but file created by touch will be of 0 byte i.e we can not
insert any data into the file and by using cat command we
can insert data into the file.
the advantage of touch command is that we can create as many
as possible files in a single command line.
ex:touh file1 file2 file3 file4...but we cannot do this
thing by using create command.
prasant kumar
prasantmuna@gmail.com
| Is This Answer Correct ? | 44 Yes | 7 No |
Post New Answer View All Answers
What is awk used for?
What is the command to compare two files in unix?
What is grep short for?
Why is grep called grep?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the function of grep command in unix?
Can you enlist some commonly used network commands?
What is nr in awk command?
What is the use of the tee command?
Why is it called a shebang?
How do I use grep to search for a file?
What do know about tee command?
How do I search a whole word in vim?
What does the “echo” command do?
Name the various commands that are used for the user information in unix.