When scripting in bash or any other shell in *NIX, while running a command that will take more than a few seconds, a progress bar is needed.

For example, copying a big file, opening a big tar file.

What ways do you recommend to add progress bars to shell scripts?

42 s
42

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *