linux get lines of file code example Example 1: shell count number of lines $ wc -l < /dir/file.txt 3272485 Example 2: find how many lines in a file linux wc -l <filename>