Ask: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= ask = | |||
Usage: ask ''prompt'' ''variable'' ... | Usage: ask ''prompt'' ''variable'' ... | ||
Latest revision as of 19:18, 28 January 2009
ask
Usage: ask prompt variable ...
Writes the string prompt to standard output, reads one line from standard input, and assigns from this line strings separated by
blanks to the given variables. The command is usually used for
interactive input within macros. A prompt that contains blanks must be enclosed in double quotes.