Lines Matching full:word
366 Whenever a reserved word may occur (see above),
368 checks the word to see if it matches an alias.
393 word of the line (or after a control operator) is not a reserved word,
411 and the first remaining word is considered the command name and the
601 If the reserved word ! does not precede the pipeline, the exit status is
689 The until command is similar, but has the word
695 for variable in word ...
701 variable set to each word in turn.
719 case word in
753 so that it is recognized as a reserved word and not as another command argument.
874 .Ss Word Expansions
876 Not all expansions are performed on every word, as explained later.
879 expansions, and quote removals that occur within a single word expand to a
882 create multiple fields from a single word.
887 The order of word expansion is:
908 A word beginning with an unquoted tilde character (~) is
911 a slash (/) or the end of the word are treated as a username
954 .It ${parameter:-word}
956 If parameter is unset or null, the expansion of word
958 .It ${parameter:=word}
961 word is assigned to parameter.
965 .It ${parameter:?[word]}
968 expansion of word (or a message indicating it is unset if word is omitted)
972 .It ${parameter:+word}
975 substituted; otherwise, the expansion of word is substituted.
997 .It ${parameter%word}
999 The word is expanded to produce a pattern.
1002 .It ${parameter%%word}
1004 The word is expanded to produce a pattern.
1007 .It ${parameter#word}
1009 The word is expanded to produce a pattern.
1012 .It ${parameter##word}
1014 The word is expanded to produce a pattern.
1074 flag is set, file name generation is performed after word splitting is
1076 Each word is viewed as a series of patterns, separated by slashes.
1077 The process of expansion replaces the word with the names of all
1536 line and the line is split as described in the section on word splitting