revath
Wed Nov 14 2018
xdotool type $(echo "A B C")
will type without spaces. if you need to retain space xdotool type "${echo "A B C"}"
revath
Wed Nov 14 2018
xdotool type $(echo "A B C")
will type without spaces. if you need to retain space xdotool type "${echo "A B C"}"