Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Another syslog issue: msg#00011

Subject: Re: Another syslog issue
On Fri, Sep 02, 2005 at 07:09:15AM +0200, Martin Schulze wrote:

> > # Order is important to handle .tar.gz files properly
> > # or .tar.bz2.
> > find $dir -name '*.gz' -exec gunzip  \{\}  \;
> > find $dir -name '*.bz2' -exec bunzip2 \{\} \;
> > find $dir -name '*.tar' -exec tar xf  \{\} \;
> 
> You're missing .tgz and .zip if I'm not mistaken.
> Both variants seem to exist in Debian source packages.

  Good catch, updated now.

Steve
--


<Prev in Thread] Current Thread [Next in Thread>