Sample Header Ad - 728x90

Where is the executable?

0 votes
1 answer
93 views
I have this command that I run. Let's call it foo. I can execute foo without specify the full path to foo like so:
$ foo
missing args
I suspect foo is a bash script so I want to look at the source code in foo, but when I do which foo I get the standard error message:
which: no foo in (/usr/local/bin ...removed for brevity ...)
What gives?
Asked by Red Cricket (2233 rep)
Nov 2, 2021, 07:37 PM
Last activity: Nov 2, 2021, 07:57 PM