Great way to give you a progress bar on a long-running process from the command line.
entr is useful for doing stuff on file change:
http://www.entrproject.org/
GNU parallel is like xargs, but in parallel:
https://www.gnu.org/software/parallel/
Great way to give you a progress bar on a long-running process from the command line.
entr is useful for doing stuff on file change:
http://www.entrproject.org/
GNU parallel is like xargs, but in parallel:
https://www.gnu.org/software/parallel/