You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The terminal only work with non-interactive command.
to reproduce issue you can use the script here:
#!/bin/sh
# Script name: io1.sh
# This script prompts for input and prints messages
# involving the input received.
echo "Enter your name: \c" read name junk
echo "Hi $name, how old are you? \c"
read age junk
echo "\n\t$age is an awkward age, $name,"
echo " You’re too old to depend on your parents,"
echo "and not old enough to depend on your children."
Please add an option to enable interactive terminal to run interactive shell commands
The text was updated successfully, but these errors were encountered:
The terminal only work with non-interactive command.
to reproduce issue you can use the script here:
Please add an option to enable interactive terminal to run interactive shell commands
The text was updated successfully, but these errors were encountered: