bash count how many entries are found by grep code example Example 1: grep count lines cat myfile | wc -l Example 2: grep count lines cat -n myfile