- filename-check Find files with file names greater than 140 characters.
- filename-check-n-move Find files with file names greater than 140 characters and move them into archive
- findspace-confirm.sh Find the trailing space, log, and ask to confirm the changes before making any.
- find-trailing-space-replace.sh Find directories with trailing space and rename them.
- find-photos-sort.sh Find photos, get creation date using stat command, make folders and sort.
- find-mdls-exif.sh Find photos, get the creation date from EXIF data, make folders and sort.
- mkR3Dthumbnails.sh make image thumbnails from ALL r3d files in a given directory.
- mk1R3Dthumbnails.sh make ONLY 1 image thumbnail from the r3d files found in a given RDC directory.
- Find files with file names greater than 140 characters (move and archive) or find trailing spaces at the end of a directory name and rewrite the name. Variant with extra logging and a confirmation step to see the list of changes before changing them. Use with caution. Test before using. Always have backups.
- Find photos scripts: get creation date using stat command, make folders and sort or get the creation date from EXIF data, make folders and sort
- Find all R3D files and make image thumbnails from ALL of the r3d files in a given directory or make ONLY 1 image thumbnail from the r3d files found in a given RDC directory