Asking a Yes/No Question from a Bash Script | Linux Today

Asking a Yes/No Question from a Bash Script

Written By
MF
Mitch Frazier
Jul 1, 2009

“The function is pretty simple it accepts a couple of options
and the remainder of the arguments are presumed to be the question
text. It prompts the user for an answer and validates that the
answer is one of “yes”, “y”, “no”, or “n”. The answer is converted
to lower case so any combination of case is accepted.

“The available options are –timeout N which causes the prompt
to timeout after N seconds, and –default ANS which provides a
default answer for prompts that timeout. It also allows the user to
hit ENTER and accept the default answer. The function code
follows:”


Complete Story

MF

Mitch Frazier

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.