| #
745c6c04
|
| 23-Dec-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Resurrect standalone command
While command(1) is now classified by POSIX as an intrinsic utility and no longer required to exist as a standalone program, it turns out that we still have a use for it
Resurrect standalone command
While command(1) is now classified by POSIX as an intrinsic utility and no longer required to exist as a standalone program, it turns out that we still have a use for it (cf. env(1)), so resurrect it.
PR: 291879 Fixes: 4100bd6caa66 ("usr.bin: Remove intrinsic utilities") Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D54341
show more ...
|
| #
745c6c04
|
| 23-Dec-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Resurrect standalone command
While command(1) is now classified by POSIX as an intrinsic utility and no longer required to exist as a standalone program, it turns out that we still have a use for it
Resurrect standalone command
While command(1) is now classified by POSIX as an intrinsic utility and no longer required to exist as a standalone program, it turns out that we still have a use for it (cf. env(1)), so resurrect it.
PR: 291879 Fixes: 4100bd6caa66 ("usr.bin: Remove intrinsic utilities") Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D54341
show more ...
|
| #
b107f944
|
| 16-Jul-2002 |
Garrett Wollman <wollman@FreeBSD.org> |
POSIX requires these shell builtins to also exist as totally pointless external commands. Since they serve no useful purpose, it's OK that their implementation is not the most efficient possible.
|
| #
745c6c04
|
| 23-Dec-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Resurrect standalone command
While command(1) is now classified by POSIX as an intrinsic utility and no longer required to exist as a standalone program, it turns out that we still have a use for it
Resurrect standalone command
While command(1) is now classified by POSIX as an intrinsic utility and no longer required to exist as a standalone program, it turns out that we still have a use for it (cf. env(1)), so resurrect it.
PR: 291879 Fixes: 4100bd6caa66 ("usr.bin: Remove intrinsic utilities") Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D54341
show more ...
|
| #
b107f944
|
| 16-Jul-2002 |
Garrett Wollman <wollman@FreeBSD.org> |
POSIX requires these shell builtins to also exist as totally pointless external commands. Since they serve no useful purpose, it's OK that their implementation is not the most efficient possible.
|
| #
b107f944
|
| 16-Jul-2002 |
Garrett Wollman <wollman@FreeBSD.org> |
POSIX requires these shell builtins to also exist as totally pointless external commands. Since they serve no useful purpose, it's OK that their implementation is not the most efficient possible.
|