How to obtain the unrar overall progress report?

Patrick O'Callaghan pocallaghan at gmail.com
Sat Sep 13 23:18:26 UTC 2008


On Sat, 2008-09-13 at 13:09 -0700, Dan Thurman wrote:
> # unrar x -ierr -o+ ~dant/Desktop/foo.rar \
>     | sed -e 's#\([0-9]\+\)[%]$#\1#'

As I said, please send the output *without* enabling the 'sed' filter.

Hint: use 'head', e.g.:

# unrar x -ierr -o+ ~dant/Desktop/foo.rar| head 20 > capture

poc





More information about the fedora-list mailing list