cat > testfile // (> input) 하면 testfile로 저장
cat < testfile // (< overwrite) tesfile 로부터 입력
cat >> testfile // (>> overide)
'개인 공부방 > LINUX 기본' 카테고리의 다른 글
소프트웨어의 종류 (0) | 2016.04.06 |
---|---|
원격접속제어 (Telnet, SSH) (0) | 2016.04.06 |
cat more less head tail 명령어, pipe(|) 혼합연산 (0) | 2016.04.06 |
stat, touch, cp, rm 명령어 (0) | 2016.04.06 |
directory 생성, 삭제 mkdir, rmdir (0) | 2016.04.06 |