What is the purpose of a command that does nothing, being little more than a comment leader, but is actually a shell builtin in and of itself?
It\'s slower than inse
It's similar to pass in Python.
pass
One use would be to stub out a function until it gets written:
future_function () { :; }