Bash Scripting - File Operations in Scripts
You want to create a file
"Summary:"
"All tests passed"
Which script snippet correctly creates this file with proper newlines and no extra blank lines?
report.txt with exactly two lines:"Summary:"
"All tests passed"
Which script snippet correctly creates this file with proper newlines and no extra blank lines?
