Main index
Overview Processes Process status Foreground and background Process control Signals Environment Environment variables Global and local variables Executable scripts Program control Job control Command history list Running a job at a specific time Running programs periodically Big programs Timing a program Running programs in order Quotes and escapes Devices Backquotes Summary Exercises
Set MY_NAME to be the string containing your first and family names, and enclose that string in quotes so that the blank space between the two names is part of that string:
MY_NAME
$ MY_NAME="Chris Cringle"
Copyright © 2002 Mike Joy, Stephen Jarvis and Michael Luck