I\'m having trouble using the regex of the find command. Probably something I don\'t understand about escaping on the command line.
find
Why are these not the sa
Well, you may try this '.*[0-9]'
'.*[0-9]'