Re: These aren't flow charts. > would you be so kind, how you would call > this then? > You have to know, that I'm german and I > really don't know, how to call them then >...
readlog feature request Nice set of tools, these will come in handy! One wish for readlog: it would be great to have a mode whereby readlog continues to run indefinately, effectively 'tailing' th...
Re: Syslog-ng best thing since sliced bread > The ability to send the log stream to > the stdin of a program is a feature you > just can't find anywhere else. I don't know i...
Re: Advantages over find? I don't think the argument for use of "ff" is so clear cut. I often just use: for i in *.tgz; do tar xvzf "$i"; done Or, depending on the argume...