Noop in bash
I didn't know about the noop operator in bash
: touch blahFor example will do absolutely nothing
: echo "test"
: touch blahFor example will do absolutely nothing
: echo "test"
Comments
http://urchin.earth.li/~twic/Some_Bash_Scripting_Notes.html
Es decir, que ":" es lo que buscamos.