If you are like me you've got a command line script that has to process through thousands of things and you like know how far along it is and how much longer it is going to take. Today I crated this general function to help me monitor the status of where I am with my process and I though making some type of timer would be cool too. Have fun with it.
So to use this function you just need to pass it
$i: Current number you are processing (in my case an array so 0 really is 1
$c: Total number of items to do
$m: any type of message or item number that is being processed
