Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

ksh(1) OSS Shell and Utilities Reference Manual
FPATH The search path for function denitions. This path is searched when a function with
the -u attribute is referenced and when a command is not found. If an executable le is
found, then it is read and executed in the current environment.
IFS Internal eld separators, normally spaces, tabs, and newlines that are used to separate
command words which result from command or parameter substitution and for separat-
ing words with the read special command. The rst character of the IFS parameter is
used to separate arguments for the $* substitution. (See Quoting.)
HISTFILE
If this parameter is set when the shell is invoked, then the value is the pathname of the
le that will be used to store the command history. (See Command Reentry.)
HISTSIZE
If this parameter is set when the shell is invoked, the number of previously entered
commands that are accessible by this shell will be greater than or equal to this number.
The default is 128.
HOME The default argument (home directory) for the cd command.
LANG Species the locale of your system, which is comprised of three parts: language, terri-
tory, and code set. The default locale is the C locale, which species the value English
for language, U.S. for territory, and ASCII for code set.
LC_ALL
Species the behavior for all aspects of the locale.
LC_COLLATE
Species the collating sequence to use when sorting names and when character ranges
occur in patterns. The default value is the collating sequence for American English. If
absent, the collating sequence can be taken from the LANG parameter. If both
LC_COLLATE and LANG are absent, the ANSI C collating sequence is used.
LC_CTYPE
Species the character classication information to use on your system. The default
value is American English.
LC_MESSAGES
Species the language in which system messages appear and the language that the sys-
tem accepts for user input of yes and no strings. The default is American English.
LC_MONETARY
Species the monetary format for your system. The default value is the monetary for-
mat for American English.
LC_NUMERIC
Species the numeric format for your system. The default value is the numeric format
for American English.
LC_TIME
Species the date and time format for your system. The default value is the date and
time format for American English.
LINES If this variable is set, the value is used to determine the column length for printing
select lists. Select lists will print vertically until about two-thirds of LINES lines are
lled.
514 Hewlett-Packard Company 527188-007