[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: read and REPLY



On Wed, 24 Apr 1996, Dale Scheetz wrote:

> With a line
> like: echo "$(REPLY)" or echo $(REPLY) I get the error : REPLY command not
> found.

$(foo) is the same as `foo`.  You want ${foo}, ie - ${REPLY}.

Guy


Reply to: