Hi,
if you run vmtouch -vb the progress bar lines are added twice to the output file. It would be great if the lines just occur once.
Steps to reproduce:
# fgrep -r "foobarHURZ" /usr/
# find /usr/ -type f | vmtouch -vb - > vmtouch.out
# less vmtouch.out
/usr/lib/libxcb-xv.so.0.0.0
^M[OOOOOOOO] 8/8^M[OOOOOOOO] 8/8
/usr/lib/libXext.so.6.4.0
^M[OOOOOOOOOOOOOOOOOOO] 19/19^M[OOOOOOOOOOOOOOOOOOO] 19/19
/usr/lib/libX11-xcb.so.1.0.0
^M[OO] 2/2^M[OO] 2/2
[...]
# cat vmtouch.out | tr '\r' '\n'
/usr/lib/libxcb-xv.so.0.0.0
[OOOOOOOO] 8/8
[OOOOOOOO] 8/8
/usr/lib/libXext.so.6.4.0
[OOOOOOOOOOOOOOOOOOO] 19/19
[OOOOOOOOOOOOOOOOOOO] 19/19
/usr/lib/libX11-xcb.so.1.0.0
[...]
Regards,
Carstem
Hi,
if you run
vmtouch -vbthe progress bar lines are added twice to the output file. It would be great if the lines just occur once.Steps to reproduce:
Regards,
Carstem