Thought I’d store some commands, that I find myself searching for, that I may not use all the time but would be nice to have in one spot.
Untar directory contents in the current directory.
tar --strip-components=1 -zxf file.tar.gz
Thought I’d store some commands, that I find myself searching for, that I may not use all the time but would be nice to have in one spot.
tar --strip-components=1 -zxf file.tar.gz