$REPLY
–
Reply value of shell commands
$REPLY
is used by the shell (mainly the read
builtin and the select
command)
to pass a reply value to a script.
Variable $reply
is used when an array value is returned instead of a string value.
Links
BashSupport Pro is a Zsh IDE with support for $REPLY – try it now!