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