Few aspects of Unix system administration are more intimate than the relationship between the admin and their chosen shell. After all, the shell is the most fundamental interface to the system, the ...
Easy bash script...as my google fu ain't quite hitting the mark. #!/bin/bash scan_function() { # here's the scan function that you have, which runs for 30 seconds } for (( scan = 0; scan < 60; scan++) ...