Comment on Ask HN: What are your favorite one-liner shell commands you use?parentComments−gaws1yusing pv (pipeviewer) instead of cat to get a progress bar when grepping huge files.How does this work?−jauco1yThis seems to be a nice introduction:https://www.geeksforgeeks.org/linux-unix/pv-command-in-linux...−gaws1yI'm curious about your use of `pv` with `cat` and `grep` on large files.
Comments
How does this work?
This seems to be a nice introduction:
https://www.geeksforgeeks.org/linux-unix/pv-command-in-linux...
I'm curious about your use of `pv` with `cat` and `grep` on large files.