View Single Post
  #1   (View Single Post)  
Old 11th March 2012
aleunix aleunix is offline
Real Name: Alessandro
Spam Deminer
 
Join Date: May 2008
Location: Italy
Posts: 224
Default Script: how translate for i in `seq $1 $2`?

How translate the bash command:
for i in `seq $1 $2`

on:
$ echo $SHELL
/bin/ksh

?

Essentially i would like pass two argument on for instead to put two fix number all the time.

Now i have problem with seq (bash).
Reply With Quote