Hacker News new | ask | show | jobs
by skrebbel 2321 days ago
it's also not an editor.
1 comments

Would cat >> example.txt be one, however?
Yes, and it is my preferred method of editing `.gitignore` files:

cat >> .gitignore

*.pyc

^D