I recently switched to Mac OS X as my primary desktop operating system after spending over a decade on Linux. Although Apple’s operating system supplies practically all of the command line tools I ...
Shell scripting is one of those skills that are absolutely invaluable on especially UNIX and BSD-based systems like the BSDs, the two zillion Linux distributions as well as MacOS. Yet not every shell ...
At times, we need to write shell scripts that are interactive and user executing them need to monitor the progress. For such requirements, we can implement a simple progress bar that gives an idea ...