PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

tarball.guru - super simple tar shell cheat sheet

2017-02-21T21:39:53+01:00
«How the hell did this work again?» ^_^
# tar
tar -C SRCDIR -zcf TARGETFILE.tar.gz .
# untar
tar -xf SRCFILE.tar.gz -C DESTDIR

via https://www.e-jim.be/liens/?Zr7q8A
Permalink