It turns out that you can negate with the ^ character, combined with the | "or" character to get this:
$ MYVAR="4322, #32" $ echo ${MYVAR//[^[:digit:]|[:space:]]/} 4322 32
$ MYVAR="4322, #32" $ echo ${MYVAR//[^[:digit:]|[:space:]]/} 4322 32
ssh -L port1:<ip address>:I'll admit, I'm guilty of opening multiple ssh sessions to forward each port that I needed... Never again!hostport1 -L port2:<ip address>: hostport2 somewhere.com
qemu-img convert -c -f raw -O qcow2 /dev/vgxen/xp xp.qcow2This took over an hour, since the filesystem is 100GB.