Chargen patch

Clem Taylor clem.taylor at gmail.com
Tue Nov 7 08:54:56 PST 2006


I don't know if you have awk in your busybox, but I needed to do
something like this and I

pad=1024
awk -v cnt=$pad 'BEGIN{for(i=0;i<cnt;i++){printf("%c",255);}}' >> filename

                                   --Clem


More information about the busybox mailing list