9 ms·
I can’t recall encountering a system in the last 15 years that didn’t have vim (or at least vi for esoteric things) on it.
by QuinnyPig 9mo ago
I can’t recall encountering a system in the last 15 years that didn’t have vim (or at least vi for esoteric things) on it.
- deleted 9mo ago[deleted]
- SoftTalker 9mo agoWould not be uncommon in a container or purpose-built VM.
- godelski 9mo agoHave you run into that? I can't recall ever facing that issue. Seems very weird to strip down that much and then use a different editor. Do you remember if ed was missing in those machines?
- SoftTalker 9mo agoYes I've run into containers where every utility that wasn't needed to run the service was stripped out. Even tools such as "less."
- godelski 9mo agoSo what was the editor?
- bartvk 9mo ago> Do you remember if ed was missing in those machines I had to laugh out loud. I couldn't imagine such a system, that wouldn't be POSIX compliant. So I looked it up, and indeed, it's entirely possible. Debian doesn't necessarily include it. https://unix.stackexchange.com/a/609067 https://unix.stackexchange.com/a/609067
- godelski 9mo agoWhile not mandatory, vi is part of the POSIX commands. I mean you could use ed or even hack your way with awk, sed, and/or grep but no one wants to deal with that bullshit. And if you're installing vi you might as well install vim, right? I've been on a lot of systems and can't remember a single instance of not having vi (though I do vim). So pretty rare, like you said https://en.wikipedia.org/wiki/List_of_POSIX_commands https://en.wikipedia.org/wiki/List_of_POSIX_commands