Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12
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 ...
  1. #11
    Linux User
    Join Date
    Aug 2006
    Posts
    458


    Quote Originally Posted by nopycckn View Post
    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.

  2. #12
    Banned
    Join Date
    Jun 2009
    Posts
    68
    Damn.

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •