UPDATED!!!
NOTE YOU DO NOT NEED THIS IF YOU ARE RUNNING JF's RC9(UK) or RC33(US) modded firmware as busybox is already installed.
The toolbox that is provided on the Android environment is pretty limited. I wanted something more useful and familiar. Busybox to the rescue! Thanks to patient member '
trapsler' for his procedure mods.
Download the busybox binary from here:
http://androidfanatic.com/cms/unofficial-app-repo.html?func=fileinfo&id=14
To use it simply do (as root)
mkdir /data/busybox, on your G1 terminal.
Then copy the busybox binary (link above) across to to your SDCARD
Then move it to your newly created
/data/busybox folder like this:
cat /sdcard/busybox > /data/busybox
Make the busybox binary executable:
chmod 4755 /data/busybox/busybox
Once you do this you can install the necessary hardlinks by doing:
cd /data/busybox
./busybox --install.
Once doing this you should have links to all the applets in the /data/busybox directory.
To make this useful you probably want to put this into your PATH:
# export PATH=/data/busybox:$PATH.
You should now be able to get access to all the useful busybox applets.