#!/bin/ksh # (( j = 1 )) while [[ j -le 206 ]] do o=latex_$j.html print " " $o",""\\" (( j = j + 1)) done