Bridge config in /etc/rc (patch)

Mikko Työläjärvi mbsd at pacbell.net
Wed May 7 20:59:01 PDT 2003


On Thu, 8 May 2003 . at babolo.ru wrote:

[...]

> Interesting... IF new builtin command will be written,
> has it chance to be accepted?
> such as "list prefix" lists all sh variables with
> names prefix* ?

You mean something like:

 list_prefix() {
     eval "set |
         while read v; do case \$v in $1*) echo \"\${v%%=*}\";; esac; done"
 }

It forks an extra process, I know...

   $.02,
   /Mikko


More information about the freebsd-hackers mailing list