Hacker News new | ask | show | jobs
by int_19h 2669 days ago
Most shells optimize it to avoid the overhead of spawning a process for something as trivial as that. But yes, it's an actual binary even so, just in case - try `which true`.

https://www.gnu.org/software/coreutils/manual/html_node/true...