File I/O Redirection을 이용하면 쉽다.

 

windows 에서는

# type src.txt >> out.txt

 

linux 에서는

# cat src.txt >> out.txt

 

+ Recent posts