Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between Touch & cat command

Answers were Sorted based on User's Feedback



what is the difference between Touch & cat command..

Answer / m.a.afroze

Touch : Touch command is to create an Empty file and it
bytes size is equal to 0.

Cat : Cat command is created with the related file
information.

Is This Answer Correct ?    9 Yes 5 No

what is the difference between Touch & cat command..

Answer / deepak kr. singh

touch Command is mainy used for Created 0 byte file called
control file which is used in the any process

Is This Answer Correct ?    7 Yes 4 No

what is the difference between Touch & cat command..

Answer / 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

what is the difference between Touch & cat command..

Answer / sricharan

touch:
It can be used to create 0 byte empty file.
syntax: touch filename.txt
we can create multiple file using touch command.
syntax: touch file1.txt file2.txt file3.txt ..... filen.txt
touch commnad is also used to update time stamp
Syntax:touch filename

cat:
It can be use to view the file.
Syntax:cat filename
It can be use to append the existing file.
syntax: cat >> filename
It can be use to concatinate n number of files to one file.
syntax: cat file1 file2 file3 file4 >> newfile
cat is also used to create a file
syntax: cat filename

Is This Answer Correct ?    3 Yes 0 No

what is the difference between Touch & cat command..

Answer / hari

touch is cerate a multipule files at a time
ex:touch file1 file2 file3 file4
cat is onley cerate one file
cat>file

Is This Answer Correct ?    1 Yes 0 No

what is the difference between Touch & cat command..

Answer / prashant

The main difference between touch and cat command is that
touch command is basically used for changing TIME-STAMP
which includes modification time,access time etc as well as
used for creating empty files.
Whereas cat command full form is concatenation ....
means it is used for displaying the content of file
as well as concatenation of files in one single file.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between Touch & cat command..

Answer / varun kumar

touch command is use make empty file and it can be used feature

cat command is use to create, copy , display and append the file

Is This Answer Correct ?    0 Yes 1 No

what is the difference between Touch & cat command..

Answer / lalit

good thanku for all asking an giving answer










please assign it as correct answer

Is This Answer Correct ?    1 Yes 3 No

what is the difference between Touch & cat command..

Answer / hrrrr

Spelling difference

Is This Answer Correct ?    1 Yes 3 No

what is the difference between Touch & cat command..

Answer / anoop varshney

5

Is This Answer Correct ?    3 Yes 14 No

Post New Answer

More Unix Commands Interview Questions

What is command statement?

0 Answers  


how many types of file in unix?

34 Answers   MNC, TCS,


What is the use of tee command?

0 Answers  


In Unix file permissions what does the second field denotes?

3 Answers  


What are the commands in UNIX to list the files in a Directory?

0 Answers   CGI,


what is the difference between pipe(|) and tee command..

3 Answers   Cap Gemini, Rolta,


Why we are using UNIX OS when we are doing the testing in our application?

5 Answers   IBM,


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


How can we "forked" process in UNIX? How then recognize in any of the branches we?

2 Answers   NIIT,


what are the uses of filters?

3 Answers  


what is mount ,tell me about mount ,how can u use in real time project??

12 Answers   Symphony,


How do you execute a UNIX command in the background?

6 Answers  


Categories