I have a file containing filenames that look like this
"aaa.ext"
"abc"
"a1a.ext"
"béa"
"pàt"
"ff#!"
"toto & #128;.pdf"
"..."
I need to extract the lines that contain standard English Alphanumerals (A-Z, a-z, 0-9, _ and .) AND other characters
Concerning the above example the output should be like
béa (contains é instead of e)
pàt (contains à instead of a)
"ff#!"
"toto & #128;.pdf"
Any ideas?
Thanks in advance
12 - Mémo.pdf
2016-04-25 오후 7.59.12.jpg
20161109133127734.pdf
~9963007Opoto.pdf
In the above example; lines 2 and 4 should be retrieved, 1 and 3 should not
Thanks again – BNT Mar 07 '17 at 15:50