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