How can I write multi-lines in a file called myconfig.conf using BASH? #!/bin/bash kernel="2.6.39"; distro="xyz"; echo <<< EOL line 1, ${kernel} line 2, ...
-
May 18, 2022
- 0 Comments