태그>grep(총 66개의 글)
'grep' 관련 최근글
-
- [ShellScript] /proc/partitions 정보 추출 방법

-
mindol's life by 민돌|2017/01/05 12:32
Shell 상에서 partition 정보 추출 방법 1. /proc/partitions 이용 방법 1) Major 추출 1-1) cat, awk, grep 으로 추출하는 방법 # cat /proc/partitions | grep sd[a-z] | awk '{ printf "%sn", $4 }' 1-2) awk, grep 만으로 추출하는 방법 # awk ..
lsblk, awk, cat, partitions, sh
- [ShellScript] /proc/partitions 정보 추출 방법
-
- find와 grep을 이용해서 파일안 텍스트 검색

-
세상을 바꾸기 위한 단 한걸음 by HanVic|2016/05/11 15:14
일반적으로 리눅스에서 특정 검색어를 찾을때find와 grep을 사용한다. find 현재 폴더의(또는 특정 폴더) 파일 리스트 출력 ex) find . -name "*.php" => 확장자가 php인 파일 출력 find /html/ -type d => 디렉토리만 출력 grep 파일안의 텍스트를..
- find와 grep을 이용해서 파일안 텍스트 검색
-
- [tip] find the version to use for our show

-
connect the Dots... by 방긋방긋|2012/02/17 23:07
If you want to know which version of a tool is the latest type this in the shell: env | grep -i "MAKEFIELD3D_VERSION"
- [tip] find the version to use for our show



