Answers for "bash command to add multiline append to file"

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

C# Answers by Framework

Browse Popular Code Answers by Language