Bourne Shell Cookbook

Bourne Shell Scripting Cookbook for the masses

1) Numeric for loop
#!/bin/bash
N=10
for (( c=$N; c>0; c-- ))
do
    echo "Counting $c times"
done

Comments

Popular posts from this blog

Microsoft Visio 2010 Premium Product Keys

Mercedes Benz Diesel CDI EGR Emulator Circuit Diagrams

Fix: The Diagnostic Service Host service failed to start due to the following error. [ solved, no kidding ]