// archives

shell

This tag is associated with 2 posts

Korn Shell Scripting Tutorial

Just noting the link to a concise ksh tutorial that I came across.

How To Set Meaningful UNIX Command Prompt?

If you use C-shell, following may be used to set meaningful unix command prompt. For example, to display current working directory in the prompt, add the following lines in the .cshrc file (and then issues “source .cshrc” command).