command (Unix)
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Command" Unix – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Command (Unix)|concern=While I have used this command myself many times (in [[:Bash (Unix shell)|Bash]], backslash is an alias), there does not appear to be "significant" media coverage of this command to make it suitable for an entry.}} ~~~~ Timestamp: 20160901201218 20:12, 1 September 2016 (UTC) Administrators: delete |
The command command in Unix and Unix-like operating systems is a utility to execute a command. It is specified in the POSIX standard. It is present in Linux shells as a shell built in function. The argument(s) passed is a command with its arguments. The passed command is run with the normal shell function lookup suppressed.