Penguin
Diff: EnvironmentVariable
EditPageHistoryDiffInfoLikePages

Differences between version 11 and previous revision of EnvironmentVariable.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 11 Last edited on Thursday, April 19, 2007 12:38:10 pm by BenStaz Revert
Older page: version 10 Last edited on Wednesday, April 18, 2007 6:57:50 pm by BenStaz Revert
@@ -160,9 +160,11 @@
  Shell prompt, see bash(1) 
  Check out the 'PROMPTING' section for info on how to change the shell prompt. 
  <br>''PS1='\e[31m\A\e[0m \u@\h:\w>'' looks quite nice :) 
 __PS2__: 
- Shell prompt, see bash(1) 
+ Secondary Shell prompt, see bash(1)  
+ <br>Simply tells us that our previous line continues.  
+ <br>For example, you will see this prompt if you forget to close the quotes.  
 __PS3__: 
  Shell prompt, see bash(1) 
 __PS4__: 
  Shell prompt, see bash(1)