Y
Hacker News
new
|
ask
|
show
|
jobs
by
jraph
2319 days ago
Would cat >> example.txt be one, however?
1 comments
lainproliant
2317 days ago
Yes, and it is my preferred method of editing `.gitignore` files:
cat >> .gitignore
*.pyc
^D
link
cat >> .gitignore
*.pyc
^D