|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
parsing rsync outputby eddor1614 (Beadle) |
| on Nov 21, 2007 at 14:00 UTC ( #652133=perlquestion: print w/ replies, xml ) | Need Help?? |
|
eddor1614 has asked for the
wisdom of the Perl Monks concerning the following question:
hello.
i need to make an HTML with the progress output of a rsync command.
i'm doing this:
but the problem is that the progress update sends \r and the loop doesn't see the line until it finish the transfer and sends a \n. i try: but on small files never sends a \r because the transfer finish quickly. i need to have two $/. any ideas?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||