Originally Posted by nopycckn
I am very sure that the last asterisk is only applying to the last [0-9]. It's saying any amount (even 0) of [0-9]. To say anything ...
-

Originally Posted by
nopycckn
I am very sure that the last asterisk is only applying to the last [0-9]. It's saying any amount (even 0) of [0-9]. To say anything after the last [0-9] would be .*
not correct. the "regex" -name use is actually shell expansion, not regular expressions.
-
Damn.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules