aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/command
Commit message (Collapse)AuthorAgeFilesLines
* Resurrect standalone commandDag-Erling Smørgrav2025-12-232-0/+6
| | | | | | | | | | | 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
* A little bit more thought has resulted in a generic script which canGarrett Wollman2002-07-162-10/+0
| | | | | | | | | implement any of the useless POSIX-required ``regular shell builtin'' utilities, saving one frag and one inode each. The script moves to usr.bin/alias which is alphabetically the first of these commands. Notes: svn path=/head/; revision=100200
* Forgot to change command name in Makefile. (Where's the pointy hat?)Garrett Wollman2002-07-161-1/+1
| | | | Notes: svn path=/head/; revision=100199
* POSIX requires these shell builtins to also exist as totally pointlessGarrett Wollman2002-07-162-0/+10
external commands. Since they serve no useful purpose, it's OK that their implementation is not the most efficient possible. Notes: svn path=/head/; revision=100198