Within the .profile file
I know that the $PWD does not work within the bourne shell -only the korn shell.
The below command with korn shell works for including
the current directory within the prompt - but is there any way of acheiving this within the bourne shell ?
export PS1=`print $USER | cut -f3 -d/`':$PWD > '
Many thanks for any help
Stuart
I know that the $PWD does not work within the bourne shell -only the korn shell.
The below command with korn shell works for including
the current directory within the prompt - but is there any way of acheiving this within the bourne shell ?
export PS1=`print $USER | cut -f3 -d/`':$PWD > '
Many thanks for any help
Stuart