GENERAL print lines begining with range of letters grep ^[A-D] table.txt REGEX search for word which has any single character followed by ello grep ".ello" demo.txt OR, all the below examples produce the same results