update inbox list
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<span class="hljs-comment"># Escaped double-quote is not a string</span>
|
||||
<span class="hljs-built_in">echo</span> <span class="hljs-string">'"quoted"'</span> | tr -d \" > text.txt
|
||||
@@ -0,0 +1,2 @@
|
||||
# Escaped double-quote is not a string
|
||||
echo '"quoted"' | tr -d \" > text.txt
|
||||
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-comment"># numbers aren't highlighted in bash as their semantics is</span>
|
||||
<span class="hljs-comment"># not strictly defined for command line parameters</span>
|
||||
$ tail -10 access.log
|
||||
@@ -0,0 +1,3 @@
|
||||
# numbers aren't highlighted in bash as their semantics is
|
||||
# not strictly defined for command line parameters
|
||||
$ tail -10 access.log
|
||||
Reference in New Issue
Block a user