3 lines
182 B
Plaintext
Vendored
3 lines
182 B
Plaintext
Vendored
<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
|