Hello guys
I am using this , it will print all the files which the final character in each name is e right?
It will also contain files with .e extension?
it didn't include a file test.e why? any helpful link?
THANKS!!!!!
I am using this , it will print all the files which the final character in each name is e right?
It will also contain files with .e extension?
Code:
find . -name '*[a-zA-Z0-9][e]' -print
Look my test
./ddd.sh.save
./c1.exe
./.gconf/desktop/gnome
./.gconfd/saved_state
THANKS!!!!!