mirror of
https://github.com/rawiriblundell/wiki.bash-hackers.org
synced 2024-11-01 16:43:08 +01:00
Convert a few more note panels
This commit is contained in:
parent
c728291ceb
commit
6f59d192f1
@ -164,6 +164,9 @@ extract_markup() {
|
|||||||
|
|
||||||
# Ugh, screw the constant while read loops. Let's extglob from here.
|
# Ugh, screw the constant while read loops. Let's extglob from here.
|
||||||
|
|
||||||
|
# Replace <note>
|
||||||
|
sed -i -e 's/\\<note\\>/\| :shell: /' ./**/*.md
|
||||||
|
|
||||||
# Replace <note important>
|
# Replace <note important>
|
||||||
sed -i -e 's/\\<note important\\>/\| :loudspeaker: /' ./**/*.md
|
sed -i -e 's/\\<note important\\>/\| :loudspeaker: /' ./**/*.md
|
||||||
|
|
||||||
|
2
bash4.md
2
bash4.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
:V4:
|
:V4:
|
||||||
|
|
||||||
\<note\>Attention: Since Bash 4 has been around for quite some time now
|
| :shell: Attention: Since Bash 4 has been around for quite some time now
|
||||||
(4.3 will come soon), I consider it to be "standard". This page is not
|
(4.3 will come soon), I consider it to be "standard". This page is not
|
||||||
maintained anymore and is left here to keep your links working. See the
|
maintained anymore and is left here to keep your links working. See the
|
||||||
[bashchanges](/scripting/bashchanges) page for new stuff
|
[bashchanges](/scripting/bashchanges) page for new stuff
|
||||||
|
@ -129,7 +129,7 @@ As of now, arrays can't be exported.
|
|||||||
|
|
||||||
### Getting values
|
### Getting values
|
||||||
|
|
||||||
\<note\> For completeness and details on several parameter expansion
|
| :shell: For completeness and details on several parameter expansion
|
||||||
variants, see the [article about parameter expansion](/syntax/pe) and
|
variants, see the [article about parameter expansion](/syntax/pe) and
|
||||||
check the notes about arrays. |
|
check the notes about arrays. |
|
||||||
| --- |
|
| --- |
|
||||||
@ -403,7 +403,7 @@ strings would have been inserted into the integer array without
|
|||||||
evaluating the arithmetic. A special-case of this is shown in the next
|
evaluating the arithmetic. A special-case of this is shown in the next
|
||||||
section.
|
section.
|
||||||
|
|
||||||
\<note\> Bash declaration commands are really keywords in disguise. They
|
| :shell: Bash declaration commands are really keywords in disguise. They
|
||||||
magically parse arguments to determine whether they are in the form of a
|
magically parse arguments to determine whether they are in the form of a
|
||||||
valid assignment. If so, they are evaluated as assignments. If not, they
|
valid assignment. If so, they are evaluated as assignments. If not, they
|
||||||
are undergo normal argument expansion before being passed to the builtin
|
are undergo normal argument expansion before being passed to the builtin
|
||||||
|
Loading…
Reference in New Issue
Block a user