Add new line character at the end of file in bash -
how can use bash command line add new line character @ end of file named file.txt
. tried use echo
it's not right. can show me how can it?
echo "" >> file.txt
adds newline character @ end
how can use bash command line add new line character @ end of file named file.txt
. tried use echo
it's not right. can show me how can it?
echo "" >> file.txt
adds newline character @ end
Comments
Post a Comment