Sorry for such a newbie question :
I need to exec "find" command so that it gives me the list of files with 3 qualifiers, and only such those files:
files like "a.b.c" but not "a.b" nor "a.b.c.d".
I tried things like "*[!.]" but I can't get out...
Any solution with "ls" or a "for" loop could suit...
Thanks all, my headache is becoming quite strong...
I need to exec "find" command so that it gives me the list of files with 3 qualifiers, and only such those files:
files like "a.b.c" but not "a.b" nor "a.b.c.d".
I tried things like "*[!.]" but I can't get out...
Any solution with "ls" or a "for" loop could suit...
Thanks all, my headache is becoming quite strong...