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


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -