antonio Wed, 04 Jun 2008 08:17:16 -0700
read -t0 actually does nothing may be, could be used for -flushing pre-entered-key-buffer-
while true do read -s -n1 -t0 x test $x && break echo "loop" done