Is there a bash equivalent to the python pass statement?
Thanks.
Is there a bash equivalent to the python pass statement?
Thanks.
true
is a command that successfully does nothing.
(false
would, in a way, be the opposite: it doesn't do anything, but claims that a failure occurred.)