3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
|
# Escaped double-quote is not a string
|
||
|
|
echo '"quoted"' | tr -d \" > text.txt
|