L Filedot Ls Vids Jpg Upd

find . -type f \( -iname "*.jpg" -o -iname "*.mp4" \) -exec touch {} \; A common update pattern is to move files into dated folders based on their metadata:

Or more practically:

ls *.jpg *.mp4 *.mkv *.avi 2>/dev/null Or using a more robust approach: l filedot ls vids jpg upd