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 > and >> operators?

Answers were Sorted based on User's Feedback



What is the difference between > and >> operators? ..

Answer / swapna

The '>' operator is used to create a file whereas '>>'
operator is used to append files.

Is This Answer Correct ?    12 Yes 0 No

What is the difference between > and >> operators? ..

Answer / uday kumar_anem

'>' operator is used to create files. If the file is doesnt
exists, it creates and writed the content into that file.

If the file is already exists, then the content willl be
overwritten.

where as '>>' operator is used to append the content at the
end.

Is This Answer Correct ?    11 Yes 0 No

What is the difference between > and >> operators? ..

Answer / jacco noordhuizen

If a file does not exist both > and >> operators will create the file.
If a file does exist > operator will overwrite the contents of that file.
If a file does exist >> operator will append to the end of that file.

Example of use of both operators:
"echo blabla > testfile"
This will create a file called "testfile" with the text "blabla" in its content.
If there already was a file called "testfile" it will replace its content with the text "blabla"

and
"echo blabla >> testfile"
This will create a file called "testfile" with the text "blabla" in its content.
If there already was a file called "testfile" it will add the text "blabla" at the end of the files content.

Is This Answer Correct ?    5 Yes 0 No

What is the difference between > and >> operators? ..

Answer / pradeep.k

'>' operator is used to overrite the file if the file is
already exist. otherwise it will create new file and we can
insert data in to that file.
'>>' operator is used to append the new data which we are
entering to already existing data in the file, means
concatinating the newly entered data to existing data in a file.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between > and >> operators? ..

Answer / biswajit

'>' operator creates a new file whereas '>>' operator adds
contents on the existing file

Is This Answer Correct ?    1 Yes 0 No

What is the difference between > and >> operators? ..

Answer / amitava sanyal

If we save another output in neha.tet with redirection (>) it will overwritten the output in neha.txt, we can use (>>) instead of (>).
For example:
$date>neha.txt
$ls-l>>Naha.txt

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix AllOther Interview Questions

What is the difference between grep & find?

3 Answers   HCL,


what is mean by kernal?

9 Answers   Excel,


why unix commands simpler rather than complex task

0 Answers   CGI,


Explain about Inodes?

0 Answers   Amazon,


What is paging?

2 Answers   BMC,


what is a profile?

1 Answers  


How to set Windows as Default OS when Dual Booting Ubuntu?

1 Answers  


win 3.1 is a

0 Answers   TISL,


How can u doing testing in Unix environment ?

2 Answers   TCS,


In this command sqlplus -s username/password what is -S and what's the use..???

1 Answers   IIIP, TCS,


How many VI editor modes do you know?

8 Answers   Infosys,


What is the main advantage of creating links to a file instead of copies of the file?

5 Answers   Cisco, ING,


Categories