Options (3)
-8, --bestbooleanEnable maximum compression (very slow)
Example:
reflac {{[-8|--best]}} {{path/to/directory}}-v, --verbosebooleanDisplay filenames as they are processed
Example:
reflac {{[-v|--verbose]}} {{path/to/directory}}-r, --recursivebooleanRecurse into subdirectories
Example:
reflac {{[-r|--recursive]}} {{path/to/directory}}Examples (5)
Recompress a directory of FLAC files
reflac path/to/directoryEnable maximum compression (very slow)
reflac [-8|--best] path/to/directoryDisplay filenames as they are processed
reflac [-v|--verbose] path/to/directoryRecurse into subdirectories
reflac [-r|--recursive] path/to/directoryPreserve file modification times
reflac --preserve path/to/directorymade by @shridhargupta | data from tldr-pages