mirror of
https://github.com/sheumann/bunzip2.git
synced 2025-02-10 15:31:14 +00:00
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
|
|
If all went well, bunzip2 (and bzip2recover) should
|
|
now be installed under your /usr/local hierarchy.
|
|
|
|
Put the following line in your gshrc file so you can use bzcat:
|
|
alias bzcat "bunzip2 -c"
|
|
|
|
Instructions for use are in the man page for bunzip2. Type
|
|
man bunzip2
|
|
to read it.
|