반응형

리눅스 쉘스크립트(shell script)에서 wc -l로 파일 line수 읽어 변수에 담기

[ Linux Getting the line count and sotring in a result set in shell script ]

 

FILE_ROW_COUNT=$(cat $FILE_PATH | wc -l)

반응형

+ Recent posts