01-11-2015, 02:05 PM
Nice! Small bash tip 
The bash programming language is more powerfull then you might think.

Code:
for NUM in {2500..3000}; do
The bash programming language is more powerfull then you might think.