Hey all,<br>I'm working on some scripts to grade assignments for a UNIX class at my college. basicly what I'm trying to do is grep the student's .bash_history to make sure the students used certian ...
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 ...