How To Use grep Command In Linux / UNIX
페이지 정보
작성자 최고관리자 댓글 0건 조회 5,643회 작성일 19-11-30 09:24본문
How To Use grep Command In Linux / UNIX
grep 'word' filename
grep 'word' file1 file2 file3
grep 'string1 string2' filename
cat otherfile | grep 'something'
command | grep 'something'
command option1 | grep 'data'
grep --color 'data' fileName
grep 'word' filename
grep 'word' file1 file2 file3
grep 'string1 string2' filename
cat otherfile | grep 'something'
command | grep 'something'
command option1 | grep 'data'
grep --color 'data' fileName
추천162
관련링크
댓글목록
등록된 댓글이 없습니다.