본문 바로가기

개인 공부방/LINUX 기본

file redirection




cat > testfile         //   (> input)  하면 testfile로 저장
 
cat < testfile         //   (< overwrite)  tesfile 로부터 입력
 
cat >> testfile        //    (>> overide)