일이 없는 家

CAT(1) 본문

Debian manpage [bash]

CAT(1)

자발적 막노동 2012. 10. 2. 21:05
NAME
       cat - 표준 출력에 파일 및 출력을 연결하는 명령이다.
             파일 내용을 표준출력으로 보는 명령이다.

SYNOPSIS
       cat [OPTION]... [FILE]...

DESCRIPTION
       표준출력에 파일, 표준입력을 연결한다.

       -A, --show-all
              -vET 와 동일하다.

       -b, --number-nonblank
              비어있지 않은 출력라인을 넘버링한다.

       -e     -vE 와 동일하다.

       -E, --show-ends
              각 라인의 끝 부분에 $를 첨부한다.

       -n, --number
              모든 출력라인에 넘버링한다.

       -s, --squeeze-blank
              반복되는 빈 출력라인을 자제한다. 2번이상이면 1번만 출력한다.

       -t     -vT 와 동일하다.

       -T, --show-tabs
              탭문자를 ^I 로 출력한다.

       -u     무시한다.

       -v, --show-nonprinting
              LFD, TAB을 제외하고 ^, M- 인용문자를 출력한다.

       --help 도움말을 출력하고 종료한다.

       --version
              버전정보를 출력하고 종료한다.

       파일부분을 지정하지 않거나 '-'로 지정하면 표준입력을 읽어들인다.

EXAMPLES
       cat f - g
              f의 내용을 출력하고, 표준입력을 출력하고, g의 내용을 출력한다.

       cat    표준입력을 표준출력으로 복사한다.

AUTHOR
       Written by Torbjorn Granlund and Richard M. Stallman.

REPORTING BUGS
       Report cat bugs to bug-coreutils@gnu.org
       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
       General help using GNU software: <http://www.gnu.org/gethelp/>
       Report cat translation bugs to <http://translationproject.org/team/>

COPYRIGHT
       Copyright  (C) 2010 Free Software Foundation, Inc.  License GPLv3+: GNU
       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
       This is free software: you are free  to  change  and  redistribute  it.
       There is NO WARRANTY, to the extent permitted by law.

SEE ALSO
       The  full  documentation for cat is maintained as a Texinfo manual.  If
       the info and cat programs are properly installed at your site, the com-
       mand

              info coreutils 'cat invocation'

       should give you access to the complete manual.

GNU coreutils 8.5                 April 2010                            CAT(1)

* 출처만 밝히시면 퍼가셔도 상관없습니다.

'Debian manpage [bash]' 카테고리의 다른 글

ARCH(1)  (0) 2024.10.10
LS (1)  (0) 2024.10.10
BASENAME(1)  (0) 2012.10.02
LAST(1)  (0) 2012.10.02
UNAME(1)  (0) 2012.10.02