What is the difference between > and >> operators?
Answer Posted / 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 |
Post New Answer View All Answers
Which is the most commonly used replacement algorithm?
What is ant_build.sh? Have u seen that file?
What are the main differences between Apache 1.x and 2.x?
why unix commands simpler rather than complex task
If Media Server fails. What are the steps to be followed? Can anyone please reply for this question Thanks, Ganesh
what is difference between milestone and run-levels in Solaris ?
I am new to Unix and Unix Shell scripting could you guide me on how to go about these subjects and where to start from with concern to Oracle?. I also would like to know where does UNIX shell Scripting help in terms of development of a application in Oracle? I have no clue in the subject so do help me. Thank You Neelima
what is output mkvg pvname
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
i am prepairing for 2+ yrs exp in oracle/unix production support,can u tell me which type issue comes in server plz help
What is YACC?
what is the time for incident, problem and change management tickets?
win 3.1 is a
Am using Mac OS 10.4.11 on an Imac (PPC) Internal hard disk got named disk0s3 and will not mount. What commands can be used in TERMINAL to rename the internal hard disk to C96?
In detail elaborate the system? What is driver?