expandpath
pathname
This command returns an expanded copy of pathname with tilde sequences
and environment variables expanded in a usual shell-like fashion. It is a
direct interface to the expandpath
C routine, so see this for full
details.
For example, the command "expandpath {~/bin/$MACHINE}
" may return a
string like "/home5/pubseq/bin/alpha".