A question for shell experts:
I'm modifying a bourne shell script and need to do the equivalent of a "~"
(tilde) in
the C-shell to get the home directory of a particular user. The bourne
shell doesn't
seem to recognize a command like:
ls -l ~cknorr
Is there an equivalent way to do this in the bourne shell?
Many thanks!
Chris
Received on Fri Jul 24 1998 - 15:10:55 NZST