Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
General Discussions
Switcher Hangout (Windows to Mac)
free compression tools?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Amen-Moses" data-source="post: 21110" data-attributes="member: 114"><p>You should be able to page through using the spacebar, works like that on other nixes anyhow.</p><p></p><p>Most man pages are also now available as HTML versions and there are plenty of Linux help sites on the web.</p><p></p><p>For compatibility with PCs gzip is probably best although for personal use I prefer lzop.</p><p></p><p>The first port of call for any unix utilities is to try the command first with a -h or even --help switch, that will at least give the available switches and expected parameters.</p><p></p><p>for example (and this is built in on OSX):</p><p></p><p>gzip -h</p><p>gzip 1.2.4 (18 Aug 93)</p><p>usage: gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...]</p><p> -c --stdout write on standard output, keep original files unchanged</p><p> -d --decompress decompress</p><p> -f --force force overwrite of output file and compress links</p><p> -h --help give this help</p><p> -l --list list compressed file contents</p><p> -L --license display software license</p><p> -n --no-name do not save or restore the original name and time stamp</p><p> -N --name save or restore the original name and time stamp</p><p> -q --quiet suppress all warnings</p><p> -r --recursive operate recursively on directories</p><p> -S .suf --suffix .suf use suffix .suf on compressed files</p><p> -t --test test compressed file integrity</p><p> -v --verbose verbose mode</p><p> -V --version display version number</p><p> -1 --fast compress faster</p><p> -9 --best compress better</p><p> file... files to (de)compress. If none given, use standard input.</p><p></p><p>Amen-Moses</p></blockquote><p></p>
[QUOTE="Amen-Moses, post: 21110, member: 114"] You should be able to page through using the spacebar, works like that on other nixes anyhow. Most man pages are also now available as HTML versions and there are plenty of Linux help sites on the web. For compatibility with PCs gzip is probably best although for personal use I prefer lzop. The first port of call for any unix utilities is to try the command first with a -h or even --help switch, that will at least give the available switches and expected parameters. for example (and this is built in on OSX): gzip -h gzip 1.2.4 (18 Aug 93) usage: gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...] -c --stdout write on standard output, keep original files unchanged -d --decompress decompress -f --force force overwrite of output file and compress links -h --help give this help -l --list list compressed file contents -L --license display software license -n --no-name do not save or restore the original name and time stamp -N --name save or restore the original name and time stamp -q --quiet suppress all warnings -r --recursive operate recursively on directories -S .suf --suffix .suf use suffix .suf on compressed files -t --test test compressed file integrity -v --verbose verbose mode -V --version display version number -1 --fast compress faster -9 --best compress better file... files to (de)compress. If none given, use standard input. Amen-Moses [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
General Discussions
Switcher Hangout (Windows to Mac)
free compression tools?
Top