Ask: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
(No difference)
|
Revision as of 18:14, 28 January 2009
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.