Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2005
    Posts
    2,203

    gzip a domain access log

    I typed:

    gzip -c mydomain.com

    then all this jibberish comes up on ssh, how long should it take to gzip a 2.5G file?

  2. #2
    Join Date
    Jun 2003
    Posts
    976
    you likely want to do
    Code:
    gzip -c mydomain.com > mydomain.com.gz
    you need to specify an output, else its your terminal (stdout)
    for more info "man gzip"

  3. #3
    Join Date
    Jan 2005
    Posts
    2,203
    ahhh, no wonder gzip hangs. thanks a lot

  4. #4
    You can download & install rar for Linux if you are familiar with rar sintax. It's a trivial installation, only extract the file from rarlabs.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •