Answers for "how to make line in new line"

C++
0

how to add new line to each line

sed G filename
try
cat new.txt | sed -e 's/pattern/'$'n/g'
Posted by: Guest on October-17-2021

Browse Popular Code Answers by Language