[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1315: want to see "zless"



Winfried Truemper writes ("Bug#1315: want to see "zless""):
> I would really like to see "zless" in "debian".
> Here is, what I use to take as "zless" (seems to
> be from the slackware-dist, but I'm not sure.
>
> #!/bin/sh
> for args
> do
>     zcat $args | less
> done

I don't think I agree with this implementation.

Don't we want

#!/bin/sh
export PAGER=less
zmore "$@"

?

Ian.


Reply to: