Question

Is there a Bash equivalent to the Python's pass statement?

Was it helpful?

Solution

You can use : for this.

OTHER TIPS

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.)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top