Learning the Korn Shell

Learning the Korn ShellSearch this book
Previous: B.5 OptionsAppendix B
Reference Lists
Next: B.7 Emacs Mode Commands
 

B.6 Typeset Options

These are arguments to the typeset command.
OptionMeaning
With no option, create local variable within function.
-LLeft justify and remove leading blanks.
-RRight justify and remove trailing blanks.
-fWith no arguments, prints all function definitions.
-f fnamePrints the definition of function fname.
+fPrints all function names.
-ftTurns on trace mode for named function(s).
+ftTurns off trace mode for named function(s).
-fuDefines given name(s) as autoloaded function(s).
-iDeclare variable as an integer.
-lConvert all letters to lowercase.
-rMake variable read-only.
-uConvert all letters to uppercase.
-x

Export variable, i.e., put in environment so that it is passed to subshells.


Previous: B.5 OptionsLearning the Korn ShellNext: B.7 Emacs Mode Commands
B.5 OptionsBook IndexB.7 Emacs Mode Commands

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System