Page MenuHomeFreeBSD

Resurrect standalone command
ClosedPublic

Authored by des on Dec 22 2025, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 8, 12:28 PM
Unknown Object (File)
Wed, Apr 8, 6:08 AM
Unknown Object (File)
Wed, Apr 8, 3:15 AM
Unknown Object (File)
Sun, Apr 5, 1:38 AM
Unknown Object (File)
Thu, Apr 2, 9:00 AM
Unknown Object (File)
Thu, Mar 26, 9:57 AM
Unknown Object (File)
Thu, Mar 26, 8:49 AM
Unknown Object (File)
Feb 16 2026, 4:27 PM
Subscribers

Details

Reviewers
markj
Group Reviewers
srcmgr
Commits
rG745c6c0431d0: Resurrect standalone command
Summary

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")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Dec 22 2025, 9:27 PM
markj added a subscriber: markj.
markj added inline comments.
usr.bin/command/Makefile
3
This revision is now accepted and ready to land.Dec 22 2025, 11:53 PM
This revision was automatically updated to reflect the committed changes.