1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 15:35:28 +02:00
tldr/pages.ko/common/ptargrep.md
코드싸이 2317407751
common/p*: add Korean translation (#14663)
* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/pcdovtoppm.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-07 14:54:05 +09:00

16 lines
568 B
Markdown

# ptargrep
> tar 아카이브 파일에서 정규 표현식 패턴 찾기.
> 더 많은 정보: <https://manned.org/ptargrep>.
- 하나 이상의 tar 아카이브 내에서 패턴 검색:
`ptargrep "{{검색_패턴}}" {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 파일의 기본 이름을 사용하여 현재 디렉토리에 추출:
`ptargrep --basename "{{검색_패턴}}" {{경로/대상/파일}}`
- tar 아카이브 내에서 대소문자를 구분하지 않고 패턴 검색:
`ptargrep --ignore-case "{{검색_패턴}}" {{경로/대상/파일}}`