|
AdvancedComputing / The BASH Shell
The Bash ShellI have used a number of Unix/Linux shells over the years, but my shell of preference is the For general Linux/Unix information (i.e., not specific to the On this page: The PromptWithin your There are several special character sequences defined to include dynamic information or special characters into your prompt. These are:
Found this info at www.informatik.uni-frankfurt.de/doc/texi/bash_4.html. For example, I have: declare -x PS1="[\d \t \!] " and my prompt looks like: [Sat Aug 19 18:39:37 501] (with a space at the end). awc 2006-08-19 18:34:33Bash startup filesMy startup files are somewhat complicated, because I use a system that is setup for multiple users that I developed for work. There are two global files (which in each .bashrc global stuff only needed for interactive shells .bashrc-ni global stuff needed for both interactive and non-interactive shells .bashrc-private personal stuff only needed for interactive shells .bashrc-ni-private personal stuff needed for both interactive and non-interactive shells awc 2007-04-17 12:13:59TipsTo grep for a TAB character (or use a TAB in any command), when you want the TAB character, type Ctrl-V and then TAB. awc 2008-01-22 10:27:52 |
|||||||||||||||||||||||||||||||
|
loaded 2008-09-08 10:58:23 • last modified 2008-01-22 10:27:52 Privacy Policy • Disclaimer • awcfamily.com is powered by PmWiki v.2001944 • • all content (unless noted otherwise) © 2008 A W Colley • this website and its contents are licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License |
|