Hacker News new | ask | show | jobs
by jraph 2319 days ago
Would cat >> example.txt be one, however?
1 comments

Yes, and it is my preferred method of editing `.gitignore` files:

cat >> .gitignore

*.pyc

^D