in reply to Delete a line from the file
You can also quote the label, which quotes the data in the heredoc. Alternatively, ditch the shell and use Perl for everything.perl -n - gash.txt << END # insert fun Perl here print qq(Quote ': double: "); END
|
|---|