4
파이프 grep하는 방법 |
파이프 문자 |또는 문자를 포함하는 줄에 grep하는 방법 >: files content: |this is test where is > this is none 이제 grep 명령을 사용해야하는 것은 grep -iE "<some expression>" file_name 산출: |this is test where is >
정규식은 문자열 내의 문자 패턴을 일치시키는 수단입니다.