Compress or decompress .lz4 files. More information: https://github.com/lz4/lz4.
lz4 {{file}}
lz4 -d {{file.lz4}}
stdout
lz4 -dc {{file.lz4}}
tar cvf - {{path/to/dir}} | lz4 - {{dir.tar.lz4}}
lz4 -d {{dir.tar.lz4}} | tar -xv
lz4 -9 {{file}}