|
|
|
|
UGU: Unix Guru Universe - Unix Tip #4469- June 5, 2024
- Home : Help
: Today's Tip
Unix Tip #4469- June 5, 2024
To grab all hidden files
A safe way of grabbing all "hidden"
files is to use '.??*' rather than
'.*' since this will only match 3
or more characters. Admittedly,
this will miss any hidden files
that are only a single character
after the ., but it will always
miss '.' & '..', which is probably
more important...
We can use .[a-zA-Z0-9]* to grab
all hidden files other
than . and .. we will not get
hidden files which dont have any
alphanumeric character following
the first '.' - can someone tell
how to go about this
This tip generously supported by: muraliaj@synopsys.com
NOTE: All tips provided are USE AT YOUR OWN RISK. Tips are submitted
by various unix admins around the globe. UGU suggest you read and
test each tip in a non-volitile environment before placing into
production.
LAST 5 TIPS
4468
- SAVE A COPY
4467
- KEEPING PEOPLE OUT
4466
- STRING STRIPPING
4465
- TEXT FILE CASE REVERSAL
4464
- VI MAN PAGES
I want to
SUBSCRIBE
and get a UGU Tip everyday.
I want to
UNSUBSCRIBE
and NOT get a UGU Tip everyday.
If you have a UNIX TIP let us know, we just may use it:
(All tips become the property of the Unix Guru Universe)
|
|
|
Copyright 1994-2024 Unix Guru Universe |
|
|
|
|