Jump to content

Bash (Unix shell): Difference between revisions

Line 116: Line 116:
echo "${APPLES[@]}"
echo "${APPLES[@]}"
</syntaxhighlight>
</syntaxhighlight>
===<code>--</code>===
[https://unix.stackexchange.com/questions/11376/what-does-double-dash-mean Reference]
<code>--</code> explicitly ends non-positional arguments for many commands


==dirname==
==dirname==