i am newbie and don't know much about bash.my instructor asked me to do cat script and observer the output and then tell What is > operator and what is the difference between > & >> operator? and i am unable to find any justifications.so,any help please :)
feedback
|
|
The two >s append to a file. The single > (over)writes the file. | |||||
feedback
|
|
Unable to locate the manual page of bash? Just type man bash at the command prompt. | |||||||||||
feedback
|