Answers for "create a file and append multiple lines in bash"

C#
0

append multi lines to file linux

echo "line 1 content
line 2 content
line 3 content" >> myfile.txt
Posted by: Guest on June-27-2021

Code answers related to "create a file and append multiple lines in bash"

C# Answers by Framework

Browse Popular Code Answers by Language