Skip to Content.
Sympa Menu

baslinux - Re: [BL] abiword update?

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: sindi keesan <keesan AT sdf.lonestar.org>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] abiword update?
  • Date: Fri, 18 Feb 2005 17:29:42 +0000 (UTC)

On Thu, 17 Feb 2005, sindi keesan wrote:

On Thu, 17 Feb 2005, David Moberg wrote:

----- Original Message -----
From: "sindi keesan" <keesan AT sdf.lonestar.org>

I read MANIFEST.gz with zless. Is there some similar way to read a
.bz2 file? I suppose you could bunzip2 then gzip the result to get
a .gz again.

bunzip2 -c MANIFEST.bz2 | less

would work. You could probably put

#!/bin/sh
bunzip2 -c "$@" | less

Could I instead use this last line as part of an alias? (Would I put something else instead of the "$@" - %s ?)




Archive powered by MHonArc 2.6.24.

Top of Page