what is the difference between Touch & cat command
Answer Posted / shan, chennai
Cat:-
Using the cat command, we will be able to create the new
file as well as put the required ocntent inside the files
(CNTL+d to come out the file after putting the content). At
a time only one file can create.
Touch:-
Using this command, we can create the more than one file at
a time without inserting the content (So file size will be
always ZERO).
Example:
$cat > test11.js
$touch test1.ls test2.js test3.js
Shan, Chennai
Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is grep and how do you use it?
Why is it called grep?
What are the commands in UNIX to list the files in a Directory?
What is unix command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
what is the advaantage of each user having its own copy of the shell?
What is difference between grep and find command in unix?
What is {} in find command?
Can you explain a little bit about command substitution?
Name the general commands in using unix os for a beginner?
What does the md command do?
How does shebang work?
What is the command to find maximum memory taking process on the server?
What is awk used for?
What is nr in awk command?