> >>On Sun, 2003-01-26 at 20:46, Jianping Zhu wrote:
> >>
> >>>I have a file foo, I to gzip it.
> >>>by using 
> >>>"gzip foo"
> >>>It will get a file called foo.gz
> >>>
> >>>but i want a compress file named bar.gz
> >>>
> >>>Is there a way to do that?

The simplest syntax is:

gzip < foo > bar.gz

-- 
Steve Borho
Principle Engineer
Ageia Technologies, Inc.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to