How to use find command to find all files with extensions from list? October 16, 2022 by Tarik find /path/to -regex ".*\.\(jpg\|gif\|png\|jpeg\)" > log