I recently accidentally discovered that command
is a command, however typing --help
or -h
after it only seems to yield results similar to this:
bash: command: --: invalid option
command: usage: command [-pVv] command [arg ...]
It has no manpage
, it is not a separate package in itself, and I can't figure out which package it is in nor what it does... I am running Ubuntu GNOME 15.10 with GNOME 3.18. So, what does the command command
do? And how does one use it?
help command
or look underman bash
– steeldriver Jan 24 '16 at 23:31