💾 Archived View for uhc.megaburken.net › help › AskMore captured on 2022-06-11 at 20:44:45.

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

AskMore      - Prompts a question and saves the answer in the local
               environment variable ANSWER.

Usage: AskMore QUESTION/A

QUESTION:    The question to prompt.

Example:
1> AskMore "How are you? "
How are you? Fine, thank you!
1> echo "$ANSWER"
Fine, thank you!
1>