Revision history of "Bash, cómo hacer una pregunta y responder acorde en un script"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:40, 7 November 2019Felipe talk contribs 351 bytes +351 Created page with "<source lang="bash> echo 'Pregunta? (s/N)' read runCommandQuestion # Next line sets default value to 'N' to avoid warnings in the if [ -z $runCommandQuestion ] && runCommandQu..."