Tagged Questions
0
votes
1answer
122 views
After changing path nano doesn't work
After i did change server ~bash_profile for PATH to my Java i cannot use nano or vip anymore.
I actully don't know how to change it back, while i cannot edit it with nano or vi anymore.
What can i ...
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
...
9
votes
3answers
7k views
Error opening terminal: xterm-256color
When I try to nano something on my server I'm getting this error "Error opening terminal: xterm-256color." that I've never seen before, and on top of that nano used to work fine last week. Even when ...
2
votes
0answers
371 views
Why should I learn vi? [closed]
It seems that the editor vi is more difficult to learn than other cli editors. Is this a misconception, and if not, what advantages does this editor have for a developer over the other standard ...
0
votes
2answers
1k views
Visudo not working anymore, what can I do?
So... I accidentally opened up visudo by typing
vi visudo
and at the same time I also prefer nano so I just naturally pressed ctrl+x to exit, then didn't realize right away that I was in vi (yes ...