Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $ find . -iregex "./[1-9]+.+"
  2.  
  3. $ ls {0..9}*
  4. ls: cannot access '1*': No such file or directory
  5. ls: cannot access '2*': No such file or directory
  6. ls: cannot access '3*': No such file or directory
  7. ls: cannot access '5*': No such file or directory
  8. ls: cannot access '6*': No such file or directory
  9. ls: cannot access '7*': No such file or directory
  10. ls: cannot access '8*': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement