zcat명령어의 도움말 정보 확인하기
작성자 정보
- 관리자 작성
- 작성일
컨텐츠 정보
- 2,415 조회
- 0 추천
- 목록
본문
zcat명령어의 도움말 정보 확인하기
zcat명령어의 도움말을 확인하시려면 다음과 같이 -h옵션을 사용하면 됩니다.
다음 예는 zcat명령어의 도움말을 확인하기 위하여 “zcat –h”을 실행한 예입니다.
[root@su250 sulinux]# zcat -h Usage: gzip [OPTION]... [FILE]... Compress or uncompress FILEs (by default, compress FILES in-place).
Mandatory arguments to long options are mandatory for short options too.
-c, --stdout write on standard output, keep original files unchanged -d, --decompress decompress -f, --force force overwrite of output file and compress links -h, --help give this help -l, --list list compressed file contents -L, --license display software license -n, --no-name do not save or restore the original name and time stamp -N, --name save or restore the original name and time stamp -q, --quiet suppress all warnings -r, --recursive operate recursively on directories -S, --suffix=SUF use suffix SUF on compressed files -t, --test test compressed file integrity -v, --verbose verbose mode -V, --version display version number -1, --fast compress faster -9, --best compress better --rsyncable Make rsync-friendly archive
With no FILE, or when FILE is -, read standard input.
Report bugs to <bug-gzip@gnu.org>. [root@su250 sulinux]# |
위의 예를 보시면 지금까지 설명했던 zcat에 대한 옵션들이 설명되어 있음을 알 수 있습니다.
zcat뿐아니라 다른 리눅스명령어들도 대부분 이와 같이 -h옵션사용으로 도움말을 확인할 수 있습니다 .
관련자료
-
이전
-
다음