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

1

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

grep -i "^[a-z]"
Posted by: Guest on January-22-2020

Code answers related to "how to grep if the first letter is a character not a number"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language