Skip to main content

I would like to append text to a file. so iSo I wrote in bash

echo text >> file.conf

However it doesntdoesn't leave a new line. So iI can only do this once. How do iI add a new line?

I would like to append text to a file. so i wrote in bash

echo text >> file.conf

However it doesnt leave a new line. So i can only do this once. How do i add a new line?

I would like to append text to a file. So I wrote in bash

echo text >> file.conf

However it doesn't leave a new line. So I can only do this once. How do I add a new line?

Source Link
user3109
user3109

echo text with new line in bash

I would like to append text to a file. so i wrote in bash

echo text >> file.conf

However it doesnt leave a new line. So i can only do this once. How do i add a new line?