grep 을 쓰면 파일명 등의 자질구레한(?) 정보가 나오는데
그런거 빼고 순수하게 매칭되는 부분만 추출해 낼 때 쓰는 옵션
grep -Op "regexp" |
[링크 : https://unix.stackexchange.com/questions/13466/can-grep-output-only-specified-groupings-that-match]
'Linux' 카테고리의 다른 글
'xterm': unknown terminal type. (0) | 2021.02.25 |
---|---|
tar with pigz (0) | 2021.02.23 |
리눅스 스마트 카드 api (0) | 2021.02.02 |
linux smart card (0) | 2021.02.02 |
linux shared memory 확인 및 삭제 (0) | 2021.01.22 |