Hi there!
When displaying intra-file progress, recent versions of rsync use \r as
line-seperator. While i like that very much on terminals, it gets me into
trouble with scripts evaluating that progress-output. Especially with
normal perl-IO you can use only one input record seperator. And using
\r
On Thu, 12 Jan 2006 10:02:35 -0800
Wayne Davison <[EMAIL PROTECTED]> wrote:
[...]
| rsync -av --progress src/ dest/ | tr '\r' '\n'
shame on me.
altough i don't like starting extra processes for such trivial things,
the `tr` is smarter than asking you guys for a feature :-}
Frank
--