25 Oct
2011
25 Oct
'11
3:18 p.m.
One small fixup pushed, though very important (that's what one gets when doing stuff remotely w/o immediate testing). while read a x b; do [[ $a = rootfs || $x = / || - ( -n $1 && $x =~ $1 ) ]] && continue + ( -n $1 && ! $x =~ $1 ) ]] && continue all="$x"$'\n'"${all}" One litte '!', so much difference ;)