首页 > 代码库 > 重定向

重定向

A little understanding of how *nix pipes work would help.

 

In short the ‘>>‘ pipe operator will append lines to the end of the specified file,

where-as the single greater than ‘>‘ will empty and overwrite the file.

重定向