[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: print command



* Vivek Kumar <vivek@gorave.net> [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: pgp40zbcRfFMa.pgp
Description: PGP signature


Reply to: