Tagged Questions
2
votes
2answers
97 views
Adding a progress bar to a data pipe
Are there any alternatives to pv?
I'd like to see the current transfer rate of a data pipe, a progress bar and an estimated completion time. Any other tools that can do that?
4
votes
4answers
1k views
Grep progress bar using pv (pipe viewer)
I've got a huge directory on my computer and I need to search in every ruby file inside for a string.
I could have done it like this : grep -R "string" *.rb but it takes really long and I'd like to ...