Help for this page

Select Code to Download


  1. or download this
    find /path_to_start_from -name *.jpe?g 2>/dev/null > output.txt
    
  2. or download this
    find /path_to_start_from -name "*.jp{,e}g" 2>/dev/null > output.txt