Bash Special Parameters

From NovaOrdis Knowledge Base
Revision as of 20:53, 18 September 2019 by Ovidiu (talk | contribs) (Created page with "=Internal= * bash Parameters and Variables =$0= The name of the shell or shell script. This will have the full pathname...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

$0

The name of the shell or shell script. This will have the full pathname if it was found via a PATH search.