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 command is used to check the current users?
How to display no of records in oracle using unix command?
What do chgrp command do?
What does grep v grep do?
What is the first character of the output in ls l command?
Can you explain a little bit about command substitution?
Write a command to kill the last background job?
What is nr in awk command?
What is the difference between cat command and more command?
How do I search for a file in unix command?
Which unix command lists files/folders in alphabetical order?
What difference between cmp and diff commands?
What is grep r?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What are the commands in UNIX to list the files in a Directory?