You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

NAME
ask - define a variable interactively

SYNOPSIS
ask [OPTION...] NAME

DESCRIPTION
Interactive command prompting the user to type a value directly into a variable. If -m option is not specified, a generic message is generated.

OPTIONS
-m MESSAGE
Print a message before user input.

-p
Set the password mode on, masking user-entered symbols.

SEE ALSO
declare
export
unset


  • No labels