[BusyBox] sed /d now is order sensitive?

Tom Oehser tom at toms.net
Sun Mar 31 18:35:04 UTC 2002


When I move the -e /\\.map/d to be the *last* command, it works...

-Tom

On Sun, 31 Mar 2002, Tom Oehser wrote:

> Date: Sun, 31 Mar 2002 20:25:35 -0500 (EST)
> From: Tom Oehser <tom at Toms.NET>
> To: busybox at busybox.net
> Subject: Something in sed broke also ?
>
>
> 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