I have command foo
, how can I know if it's binary, a function or alias?
|
If you're on Bash (or another Bourne-like shell), you can use
will tell you whether For more information on a "binary" file, you can do
This will return nothing if References |
||||
|
The answer will depends on which shell you're using. For zsh, shell builtin e.g.
|
|||
|