Originally posted by: JoachimB
I'm looking for a pattern that would match any file or directory except '.' and '..'
So e.g. it should return:
test
.test
t
test_test
etc
Any ideas? Thanks ...
I want to use it on a chown -R command and want to avoid it to run into '.' and '..'.
#AIX-Forum