Content deleted Content added
Blush30720 (talk | contribs) →Definitions: Add subsection on hashtag Comments back in Tag: Reverted |
Undid revision 1307856229 by Blush30720 (talk) please see WP:NOTHOW and the current Talk discussion before expanding with further content, especially without secondary refs. |
||
Line 446:
[x] Terminal emulator as separate from shell
-->
This functionality is provided by a program called [[GNU Readline]] and is available in interactive mode only.
Certain keypress combinations allow a user to operate Bash to use tab completion and to search the command history.
Line 498 ⟶ 496:
| website = hypexr.org
}}</ref>
=== Syntax <span class="anchor" id="Syntax"></span><span class="anchor" id="Tokens"></span><span class="anchor" id="Metacharacters"></span><span class="anchor" id="Operators"></span><span class="anchor" id="Words"></span><span class="anchor" id="Names"></span> ===
Line 682 ⟶ 660:
All data is stored in memory as a string.
'''Syntax common among data structures in Bash:'''
Beginnning a word with a dollar character signifies that the word is the name of a variable or array.
Surrounding the dollar / variable name syntax in double quotes is always advised.
|