Re: Interesting ways to print 3000 spaces...

1999-09-01 Thread Adrian Filipi-Martin
On Sun, 29 Aug 1999, Oliver Fromme wrote: > There would be another nice solution possible, but... > >printf '\t' | expand -3000 Try this instead: printf "%3000s" "" Adrian -- [ [EMAIL PROTECTED] -- Ubergeeks Consulting -- http://www.ubergeeks.com/ ] To Unsubscri

Re: Interesting ways to print 3000 spaces...

1999-08-31 Thread Daniel C. Sobral
"Jordan K. Hubbard" wrote: > > Um, has everyone here gone INSANE? > > We have a crash bug. It needs to be fixed. We DO NOT need to > know how to print 3000 spaces in 11 different languages! :-) I concur. But if anyone wants to do it with loader, : 3kbl 3000 0 do bl emit loop ; 3kbl will do th