Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.
- From: Maxwell Lol <nospam@xxxxxxxxxxx>
- Date: Tue, 29 Jul 2008 20:44:31 -0400
Rahul <nospam@xxxxxxxxxxxxxx> writes:
But then again: how does one tackle dirs of the sort .ssh/ .vim/ etc.? If
these also reside under /home/foouser and I want to chown them don't I need
to have a way to wildcard them? (by going up one level and doing a chown -R
foouser /home/foouser/ seems an option...)
The easiest for me to remember is
.[a-zA-Z]*
It won't match directories like "..a", ".$", "...", etc.
.
- References:
- Prev by Date: Re: Which linux version
- Next by Date: Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.
- Previous by thread: Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.
- Next by thread: Re: confusing behaviour of the * wildcard when handling "dot" files and dirs.
- Index(es):