The grep utility shall search the input files, selecting lines matching one or ... To find all empty lines in the standard input: grep ^$. or: grep -v .
確定! 回上一頁