Alex Owen wrote: > rm -rf /var/log/* > Would you not be better to just truncate the files in /var/log? > for name in /var/log/* ; do cat </dev/null >/$name ; done
nifty! i like that one. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ _______________________________________________ Debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

