Help for this page

Select Code to Download


  1. or download this
    findfiles --input=data --input=modem --input=apps -des "finding files"
    + -r 1000
    
  2. or download this
    findfiles --input=data,modem,apps -des "finding files" -r 1000
    
  3. or download this
       my @input = split(/,/, join(',', $options{input}))