Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- xe guest utilities
- Kibana server is not ready yet
- Elasticsearch
- x-pack
- miniconda
- 로그인불가
- docker
- GitLab
- elastic stack
- bash
- freebsd
- application security
- G-suite
- endpoint security
- centos 8
- Proxy
- 보안양파
- ansible
- macos
- hardening
- Kibana
- XCP-ng
- ELASTIC
- Windows
- pfsense
- proxycfg
- ssh key 배포
- 한글가이드
- PlayBook
Archives
- Today
- Total
선 밖에 선 자유인
gz 파일 grep으로 내용 추출 본문
- recursive를 통해 하위 디렉터리에서 내용 추출
# 패턴으로 검색 find ./<디렉터리> -name '*.gz' -exec zgrep "<패턴>" {} \; # regex를 통해 확장자 검색 find ./<디렉터리> -name '*.gz' -exec zgrep -E -i "\.xls|\.xlsx|.pdf" {} \;
Comments