Changes

Jump to: navigation, search

BASH Variables

No change in size, 22:04, 21 September 2008
no edit summary
COLOUR="Red"
NAME="Jason Smith"
EMAIL="jsmith@example.com>"
Variable names must start with a letter and contain only letters, underscores, and digits. Variable names are case-sensitive, and UPPERCASE is often used to make it easy to distinguish between variable names and commands and arguments.
1
edit

Navigation menu