Useful Commands/Compression: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons 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.

17 September 2026

  • curprev 01:5901:59, 17 September 2026Tacoball talk contribs 1,059 bytes −2 →‎Compression
  • curprev 01:3101:31, 17 September 2026Tacoball talk contribs 1,061 bytes +1,061 Created page with "= Compression = {| class="wikitable" ! Tool || Example |- | zip || <syntaxhighlight lang="bash"> zip -r front-end.zip index.html static/ unzip -l front-end.zip unzip -p front-end.zip index.html </syntaxhighlight> |- | tar || <syntaxhighlight lang="bash"> tar --exclude=".*" -zcvf ~/solr-4.3.0.tgz solr-4.3.0 tar -C /usr/local --exclude '.*' -zcvf tika-1.4-pxx.tgz tika </syntaxhighlight> |- | gzip || <syntaxhighlight lang="bash"> gzip -k taiwan-taco.map gzip -l taiwan-taco..."