Date: Sun, 29 Aug 1999 20:02:09 +0200 (CEST) From: Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de> To: freebsd-stable@FreeBSD.ORG Subject: Re: Interesting ways to print 3000 spaces... Message-ID: <199908291802.UAA13335@dorifer.heim3.tu-clausthal.de>
next in thread | raw e-mail | index | archive | help
Replying to myself... > [...] > There would be another nice solution possible, but... > > printf '\t' | expand -3000 > > Expand refuses to use tab stops > 256. :-( > I think I'll fix that and submit a PR. bin/13453 By the way, a friend of mine suggested the following as an alternative. This is probably the easiest way to create 3000 spaces: printf "%3000s" Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908291802.UAA13335>