Linux Tricks: Revision history

From Braindisconnect
Jump to navigationJump 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.

14 March 2015

2 March 2015

  • curprev 08:3308:33, 2 March 2015Jbutler talk contribs 1,677 bytes +1,677 Created page with "== gzip files == This will gzip all files within a directory that are not already compressed. find . -type f ! -name '*.gz' -exec gzip "{}" \; == List only files == This is..."