1 Answer
If you want to add new line into file using the echo command as given below,
echo ""content"" > file , in this command has been used to overwrite the content into the file.
Echo ""content"" >> file, in this command has been used to add new content into the file."
Your Answer
x