cat Prices.txt > NewPrices.txt
>
는 덮어씌운다.>>
는 덮어씌우지 않고, 기존 파일에 append 한다.
파이프라인을 사용할 때 유용하게 쓰일수 있다고 한다! (기대)
입력을 리다이렉트한다.
man cat 의 일부분
DESCRIPTION
The cat utility reads files sequentially, writing them to the standard
output.
**If file is a single dash (‘-’) or absent, cat reads from the standard input.**