Anyone ever play with pv?
In Ubuntu it's

sudo apt-get install pv

I'm not sure of the utility of it, but it can be used in place of cat
to register the progress of time for a process.


>From the man page:

 pv  allows  a  user  to see the progress of data through a pipeline, by
       giving information such as time  elapsed,  percentage  completed  (with
       progress  bar),  current  throughput  rate, total data transferred, and
       ETA.

       To use it, insert it in a pipeline  between  two  processes,  with  the
       appropriate  options.  Its standard input will be passed through to its
       standard output and progress will be shown on standard error.

       pv will copy each supplied FILE in turn to  standard  output  (-  means
       standard  input),  or  if no FILEs are specified just standard input is
       copied. This is the same behaviour as cat(1).

--~--~---------~--~----~------------~-------~--~----~
Central West End Linux Users Group (via Google Groups)
Main page: http://www.cwelug.org
To post: [email protected]
To subscribe: [email protected]
To unsubscribe: [email protected]
More options: http://groups.google.com/group/cwelug
-~----------~----~----~----~------~----~------~--~---

Reply via email to