Philipp Wuensche <cryx-free...@h3q.com> writes:
> Not entirely true, the jls output is totaly different than before and
> breaks third-party applications like jailaudit and ezjail.
>
> It is uneasy to parse too.

jls | tail +3 | while read line ; do
        set $line
        if [ $# = 3 ] ; then
                echo "jail $1 (name $2 root $3) IPs:"
        elif [ $# = 1 ] ; then
                echo "    $1"
        else
                echo "huh?"
        fi
done

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"

Reply via email to