Y
Hacker News
new
|
ask
|
show
|
jobs
by
kraigie
2319 days ago
What about cat example.txt?
No browser needed. No GUI. Works offline.
Surely that's simpler?
2 comments
skrebbel
2319 days ago
it's also not an editor.
link
jraph
2319 days ago
Would cat >> example.txt be one, however?
link
lainproliant
2317 days ago
Yes, and it is my preferred method of editing `.gitignore` files:
cat >> .gitignore
*.pyc
^D
link
yitchelle
2319 days ago
but you need the cat executable and CLI environment. Harder to do these days than double clicking on the browser icon.
link