Em bash :
$ type :
: is a shell builtin
$ type true
true is a shell builtin
Parece que são iguais, mas não fornecem o mesmo rastreamento de sistema:
$ strace :
strace: :: command not found
$ strace true
execve("/bin/true", ["true"],...
21.03.2012 / 18:00