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
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Reply via email to