Jump to content

While loop: Revision history

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.

5 July 2025

  • curprev 19:1319:13, 5 July 2025 Princesssquishuskush talk contribs 225 bytes +225 Created page with "== General == == Syntax == <pre> while condition do statements done </pre> == Examples == <pre> echo "Enter password" read trythis while [ "$trythis" != "secret" ]; do echo "Sorry, try again" read trythis done </pre>"