1 2 3 4 5 6 7 8
function with () { local prefix="$* " str compcontext=normal:normal:_normal while : do str=$prefix vared str && eval $str done }