Tagged Questions
2
votes
3answers
109 views
Sort for specific lines in text
I have the given text:
# Blub
Hello this is a blub text.
# Bla
This is the bla text.
# Abba
Another text.
Is it possible to sort for the lines with the #? So that the resulting text is:
# Abba
...
2
votes
4answers
605 views
I used to use nano to edit text but I switched to vim, which is more powerful. Will I get the same power up if I move to emacs? [closed]
For about 3+ years, all I thought I needed (and technically that was the case) was nano. I did not understand all the hoopla about vim until I tried it. Although the learning curve is ever-so-slightly ...
9
votes
9answers
2k views
What is the benefit of using things such as emacs, vim, and nano over any other IDE or text editor?
From what Ive seen. emacs etc.. run in terminal. Is there any benefit to this? It seems that it would be more of a hassle to write and organize things. I'm not trying to be subjective I literally know ...