[Ubuntu-BD] bitwise right shift (>>)

shiplu shiplu.net at gmail.com
Sun Mar 25 08:20:27 UTC 2012


program > file

The above command will redirect  the STDOUT of `program` to `file`.

When you specify single > it starts writing at the beginning of the file
and for double > (>>) it starts writing at the ending of the file.

> is same as 1> means, STDOUT will be redirected. 1 stands for STDOUT and 2
stands for STDERR

-- 
Shiplu.Mokadd.im
ImgSign.com | A dynamic signature machine
Innovation distinguishes between follower and leader


More information about the ubuntu-bd mailing list