* Vivek Kumar <[EMAIL PROTECTED]> [031031 20:50]:

> Is there any other command to print any character say "*" 80 times..
[..]
> Is there any short command ??

for x in eq 1 80 ; do echo -n \* ; done

Works in bash, don't know in other shells.


Yours sincerely,
  Alexander 

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to