Noop in bash

I didn't know about the noop operator in bash
: touch blah
: echo "test"
For example will do absolutely nothing

Comments

j said…
"A standard bash noop is a colon:", sacado de:

http://urchin.earth.li/~twic/Some_Bash_Scripting_Notes.html

Es decir, que ":" es lo que buscamos.
Bear Varine said…
Useful! Thanks.

Popular posts from this blog

Vim vi how to reload a file your editing