#!/bin/ksh
# http://www.softpanorama.org/Scripting/Shellorama/arithmetic_expressions.shtml
#let i=3
for i in {0..2}
do
for j in {0..9}
do
let m=i*10+j
echo "m is $m"
mkdir Hello$m
done
done
More resource here
Subscribe to:
Post Comments (Atom)
-
To install pngwrite we need to install to helper library before we install pngwriter. 1. libpng 2. freetype2 We can use fink or macport to i...
-
Parsing and displaying dates and times is often complicated because of formatting and locale issues. Java 2 Platform, Standard Edition (J2S...
No comments:
Post a Comment