Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
scripting:posparams [2015/10/20 00:49] anthony additional info for using set |
scripting:posparams [2018/05/12 18:04] (current) wayeoyuz Typo |
||
---|---|---|---|
Line 37: | Line 37: | ||
echo "$0" | echo "$0" | ||
</code> | </code> | ||
- | You see, ''$0'' is always set to the name the script is called with (''$'' is the prompt...): | + | You see, ''$0'' is always set to the name the script is called with (''>'' is the prompt...): |
<code> | <code> | ||
> ./testscript | > ./testscript |