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

Re: print command



At 2003-10-31T19:50:17Z, Vivek Kumar <vivek@gorave.net> writes:

> Is there any other command to print any character say "*" 80 times..

Ooh!  My turn:

    $ yes '*' | head -n 60 | xargs echo | sed 's/ //g'

I'm sure that's optimizable somehow, but I haven't really looked at it yet.
-- 
Kirk Strauser
In Googlis non est, ergo non est.

Attachment: pgpjuYgDQGOjz.pgp
Description: PGP signature


Reply to: