Bridge config in /etc/rc (patch)

"." at babolo.ru "." at babolo.ru
Thu May 8 16:23:03 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"
>  }
Exelent!

I miss 'case' when seek for
way to do such a task...

> It forks an extra process, I know...



More information about the freebsd-hackers mailing list