From abc68165bf73b77cadd3891d8240086d288daa8d Mon Sep 17 00:00:00 2001
From: Deven Blake true(1)
is a shell built-in command, so running true.c
is 2.3 kilobytes, parses the arguments --help
and --version
(only if either are the first argument to the program), and I don't know how big the executable ends up being because the first thing I do when I take control of a GNU system is printf "#/bin/sh\nexit 0\n"|dd of="$(which true)";chmod +x "$(which true)"
(use at your own risk).
-This implementation is not POSIX compliant.
+The GNU coreutils implementation of true(1)
is not POSIX compliant.