manpdf
Read your Man pages in PDF format. Even online!
파일 탐색기
- bug_report.md
- .gitignore
- LICENSE
- Makefile
- manpdf
- manweb
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
fzf
설명 보기 ▼
fzf
명령줄 퍼지 찾기.
`sk`와 유사.
더 많은 정보: <https://github.com/junegunn/fzf#usage>.
find {{path/to/directory}} -type f | fzf
지정된 디렉터리의 모든 파일에서 `fzf`를 시작:
ps aux | fzf
프로세스 실행을 위해 `fzf`를 시작:
find {{path/to/directory}} -type f | fzf {{[-m|--multi]}} > {{path/to/file}}
`<Shift Tab>`을 사용해 여러 파일을 선택하고 파일에 작성:
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
groff
설명 보기 ▼
groff
`troff` 및 `nroff` 조판 유틸리티를 GNU로 대체.
더 많은 정보: <https://www.gnu.org/software/groff/manual/groff.html.node/Groff-Options.html>.
groff {{path/to/input.roff}} > {{path/to/output.ps}}
PostScript 프린터의 출력 형식을 지정하고, 출력을 파일에 저장:
groff -man -T ascii {{path/to/manpage.1}} | less --RAW-CONTROL-CHARS
ASCII 출력 장치를 사용하여 매뉴얼 페이지를 렌더링하고, 호출기를 사용하여 표시:
groff -man -T html {{path/to/manpage.1}} > {{path/to/manpage.html}}
매뉴얼 페이지를 HTML 파일로 렌더링:
gzip
설명 보기 ▼
gzip
`gzip` 압축 (LZ77)을 사용하여 파일 압축/압축 해제.
더 많은 정보: <https://www.gnu.org/software/gzip/manual/gzip.html>.
gzip {{path/to/file}}
파일을 압축하여, `gzip` 아카이브로 대체:
gzip {{[-d|--decompress]}} {{path/to/file.gz}}
파일의 압축을 풀어, 원래의 압축되지 않은 버전으로 교체:
gzip {{[-v|--verbose]}} {{path/to/file.gz}}
원본 파일을 유지하면서, 파일을 압축:
man
설명 보기 ▼
man
설명서 페이지 형식 지정 및 표시.
관련 항목: `whatis`, `apropos`.
더 많은 정보: <https://manned.org/man>.
man {{command}}
명령에 대한 설명서 페이지를 표시:
man {{[-H|--html=]}}{{browser_name}} {{command}}
섹션 7의 명령에 대한 설명서 페이지를 표시:
man 7 {{command}}
명령에 사용 가능한 모든 섹션 나열:
tldr
설명 보기 ▼
tldr
tldr-pages 프로젝트에서 제공하는 명령줄 도구에 대한 간단한 도움말 페이지를 표시합니다.
참고: `--language` 및 `--list` 옵션은 클라이언트 사양에 필수는 아니지만 대부분의 클라이언트가 이를 구현합니다.
더 많은 정보: <https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md#command-line-interface>.
tldr {{command}}
특정 명령에 대한 tldr 페이지를 출력 (힌트: 이렇게 이곳에 도착했습니다!):
tldr {{command}} {{subcommand}}
특정 하위 명령에 대한 tldr 페이지를 출력:
tldr {{[-L|--language]}} {{language_code}} {{command}}
주어진 [L]언어로 된 명령어의 tldr 페이지를 출력 (가능한 경우, 그렇지 않으면 영어로 표시):
xdg-open
설명 보기 ▼
xdg-open
사용자 선호 응용 프로그램에서 파일이나 URL 열기.
더 많은 정보: <https://portland.freedesktop.org/doc/xdg-open.html>.
xdg-open .
기본 파일 탐색기에서 현재 디렉터리 열기:
xdg-open {{https://example.com}}
기본 브라우저에서 URL 열기:
xdg-open {{path/to/image}}
기본 이미지 뷰어에서 이미지 열기:
# 프로젝트 배지
-
man-pdf
