Your prompt might be like one of the following:
> kiwi@yakut02 $ ~/releases/ana41/workdiror any of a wide variety of other formats.
At any time, you can check which directory you are currently working in by issuing the command
> pwd
When it does not matter what directory you issue a command from, the Workbook examples will show the simple prompt ">", as in:
> bjobs
When it does matter what directory you issue a command from, the Workbook examples will include the relevant part of the directory structure in the prompt, as in:
ana41/workdir> gmake setup
You can set your own prompt to always show you the current working directory, by using the command:
> set prompt='%~> '
This is popular with new users, but more advanced users usually skip it since the very long directory paths of Babar software can give you an annoyingly long prompt.