I have a folder/file which is with the extension abc.tar.lz4 I want to be able to view the contents of this file but I have been unable to do so. I am using MACOS and I installed lz4 via my terminal using the command:
brew install lz4
How can I view the contents of this file?
/usr/local/bin/lz4 -dc < abc.tar.lz4 | tar xvf -
– Kristykristyn<
from above. – Kristykristynfile abc.tar.lz4
to see what sort of file it is. – Kristykristyn