this post was submitted on 28 May 2024
359 points (94.8% liked)

linuxmemes

20454 readers
127 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 8 points 2 months ago (4 children)

I guess it was in the 80s, open a new xterm, ps -edaf | grep vi, kill the process, then man vi to read how to exit properly.

This is how I learnt unix, do a ls in /bin /usr/bin /etc, man every command

[โ€“] [email protected] 2 points 2 months ago

Similar. I'd guess it was something like ctrl-z; ps -e vi; kill -9 procnum on a vt100 terminal.

load more comments (3 replies)