update inbox list

This commit is contained in:
manhlab
2021-04-07 19:25:18 -04:00
parent fda7245f7c
commit 436de2efd6
8576 changed files with 1013325 additions and 3 deletions

View File

@@ -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 \" &gt; text.txt

View File

@@ -0,0 +1,2 @@
# Escaped double-quote is not a string
echo '"quoted"' | tr -d \" > text.txt

View File

@@ -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

View File

@@ -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