Re: [patch] v1.01 of /proc/.config (ready to eat)

Mircea Damian (dmircea@kappa.ro)
Sat, 13 Mar 1999 15:39:41 +0200


On Sat, Mar 13, 1999 at 02:12:42PM +0000, Alan Cox wrote:
>
> (cat $tmp1; sed -e "s/^CONFIG_//" <.config; cat $tmp2) > ./kernel/dconfig_buf.c

Removing "^" from the sed pattern will save some more bytes:

(cat $tmp1; sed -e "s/CONFIG_//" <.config; cat $tmp2) > ./kernel/dconfig_buf.c

> (free compression 8))
:-)

-- 
Mircea Damian
Network Manager
dmircea@roedu.net, dmircea@lbi.ro, dmircea@kappa.ro

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/