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
Information Technology Tricks and Tips blog. Microsoft Exchange, Magento, Ellie Mae Encompass, Shoretel, Windows Server and Desktop and all other Tech like a BOSS. The Bare Wire Networks Tech Blog. Search this blog or use the labels in the left column to find your tech solutions. Please comment and share if this tech blog helps solve your tech issue.
Comments
Post a Comment