find /path_to_start_from -name *.jpe?g 2>/dev/null > output.txt
(I didn't check the command itself, but that should be close)find /path_to_start_from -name "*.jp{,e}g" 2>/dev/null > output.txt
In reply to Re: Find all JPEG files in a directory
by Transient
in thread Find all JPEG files in a directory
by tech2040
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |