how to count grep result in the linux command line code example Example 1: grep count lines cat myfile | wc -l Example 2: grep count lines cat -n myfile