fork download
  1. #!/usr/bin/env bash
  2.  
  3. find . -type f \
  4. -regex ".*.15[3-9]" -or \
  5. -regex ".*.[2-3][0-9][0-9]" -or \
  6. -regex ".*.4[0-6][0-9]" -or \
  7. -regex ".*.47[0-6]"
Success #stdin #stdout 0s 4620KB
stdin
Standard input is empty
stdout
Standard output is empty