Tagged Questions
7
votes
2answers
343 views
Can I keep . and .. out of .* expansion?
I often find it annoying (or worse) when I type
command .*
in bash and the command applies to the parent directory and current directory. Is there some shell option or other configuration I can ...