From: Jochen Cichon (jc@versainter.net)
Date: Thu Jan 11 2001 - 11:19:24 CET
Just for FUN:
To save HD Space (for old/lowmem machines)
use the following miniscript (may take a long time!!!)
PS: Script not tested with mu :( SRI...
Maybe the UPX call muts be complete (/usr/vnc/bin/upx.bin)
To make it quiet, move stdout and stderr to /dev/null :)
-----------------------------------------------------
#!/bin/sh
for i in `find`
do
file $i | grep executable && upx.bin $i
done
-----------------------------------------------------
Tree Directory:
MULINUX normal (all Files unpacked to TREE)
55072 k
Mulinux (all ELF Files packed with upx)
46756 k
=> 10MB saved. :)
Ciao Joschi
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk
For additional commands, e-mail: mulinux-help@sunsite.dk
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:17 CET