I came up with the following glob for matching everything but . and ..:
.
..
* .[!.]* ..?*
Does this really do its job?
ls
ls -A
ls
you can usels -A
.. – Sundeep Sep 29 '16 at 02:56