Skip to content

Instantly share code, notes, and snippets.

@AshikNesin
Created September 27, 2015 14:31
Show Gist options
  • Save AshikNesin/c27d535e23f4f1ecc173 to your computer and use it in GitHub Desktop.
Save AshikNesin/c27d535e23f4f1ecc173 to your computer and use it in GitHub Desktop.
Append to last line using sed
sed -i -e '$a\Hello World' filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment