Answers for "can we write 2 lines in if in shell script"

2

shell write multiple lines to file

#!/bin/bash

cat > /path/to/myfile <<EOL
write whatever youwant
with multiple lines
... 
EOL
Posted by: Guest on August-07-2020

Code answers related to "can we write 2 lines in if in shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language