
ect
List of commands for ect:
-
ect:tldr:2145e ect: Compress all files in a directory recursively.$ ect -recurse ${path-to-directory}try on your machineexplain this command
-
ect:tldr:23fef ect: Compress a file, keeping the original modification time.$ ect -keep ${filename-png}try on your machineexplain this command
-
ect:tldr:6cae2 ect: Compress a file with specified compression level and multithreading (1=Fastest (Worst), 9=Slowest (Best), default is 3).$ ect -${9} --mt-deflate ${filename-zip}try on your machineexplain this command
-
ect:tldr:dc824 ect: Compress a file, stripping metadata.$ ect -strip ${filename-png}try on your machineexplain this command