[BusyBox] Something in sed broke also ?
Tom Oehser
tom at toms.net
Sun Mar 31 18:26:03 UTC 2002
Something also seems to have broken in sed, the command:
{ echo "^[[H^[[J^[[40;31;01mWhat you have is... ^[[00m"
{ find / -path /proc -prune -o -type f -printf "%f\n"\
|sed -e s/\\.o$// -e /\\.map/d -e s/\\.diff$//\
-e s/\\.opts$// -e s/\\.so\.*// -e s/\\.lua$//\
|sort -u
}|fmt -80
echo -e "\n^[[1m...Login as root. Remove the floppy. AltF1-AltF4 for
consoles.^[[m\n"
echo -n " \l "
}>issue
no longer seems to strip out the .map files ... maybe /d is broken?
-Tom
More information about the busybox
mailing list