I'm trying to use read -t in an interactive shell read -t 3 *press random keys*
Everything i press is now part of the next command in the prompt. It only happens when the delimiter is a \n. Is this intended? What's the point?
I'm trying to use read -t in an interactive shell read -t 3 *press random keys*
Everything i press is now part of the next command in the prompt. It only happens when the delimiter is a \n. Is this intended? What's the point?