jeudi 26 février 2015

Grep all string which do not starts with number(s)


I'm looking for grep to show all characters which do not starts with numbers. I have done something like this:



grep -v '^[1-2]*[a-zA-Z]?' -o


but it do not work. Do you have any idea for some reg exp? I'm big newbie in regexp so easy problem is hard for me. Thanks!



Aucun commentaire:

Enregistrer un commentaire