Re: print command

2003-10-31 Thread theocrite
Quoting Bijan Soleymani <[EMAIL PROTECTED]>: > Since bash is the default shell in Debian you should be able to open up > an xterm and type: > for x in `seq 80`; do echo -n \*; done; echo Yeah, I sure have a bash and it does work. > Basically this is the bash (or sh) for loop. > > for variable in

Re: print command

2003-10-31 Thread theocrite
Quoting Bijan Soleymani <[EMAIL PROTECTED]>: > On Fri, Oct 31, 2003 at 02:50:17PM -0500, Vivek Kumar wrote: > > Hi, > > > > Is there any other command to print any character say "*" 80 times.. > > > > like echo "**" > > (In bsh or ksh) > > > > Is there any short com