false
A do-nothing command that returns an unsuccessful (nonzero) exit status. Normally used in Bourne shell scripts. See also true .
# This loop never executes while false do commands done # This loop executes forever until false do commands done