how to grep if the first letter is a character not a number

Shell
grep -i "^[a-z]"
Source

Also in Shell: