false
A null command that returns an unsuccessful (nonzero) exit status. Normally used in Bourne shell scripts. See also true.
while false do commands done
commands