Revision history of "Using tar and gzip to compress/uncompress files"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:41, 13 May 2019Adk44 talk contribs 162 bytes +162 Created page with "Compress with bzip2 directory temp tar cvfj temp.tar.bz temp Uncompress with bzip2 directory temp tar xvfj temp.tar.bz Cat compressed file bzcat temp.bz"