Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on the tar Command in Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

--strip-components

--exclude

tar --strip-components=1 -C /usr/local/bin/ -zxvf sccache-v0.4.0-pre.8-x86_64-unknown-linux-musl.tar.gz */sccache

Comments