Uh-huh.
You must log in or register to comment.
This version of ‘false’ is implemented as a C program, and is thus more secure and faster than a shell script implementation
I bet there is a way to exploit
int main(int, char**) { return 1; }
not to be consufes with:
true: Do nothing, successfully
And also not to be confused with:
:
: Do nothing
Just tried “false && echo wee” in my terminal, then “true && echo wee”. Learn something new every day.