All modern terminals are actually terminal emulators, unless you’re sitting in TTY. It’s pretty trivial to implement a proper UNIX/linux like CLI environment.
and for completion sake here, technically windows implements a “terminal” through CMD, it’s not linux/unix like at all, but it is still a CLI interface, so.
because I can pop a terminal into zsh and beyond that I don’t really know the taxonomy
you can do that with WSL though.
All modern terminals are actually terminal emulators, unless you’re sitting in TTY. It’s pretty trivial to implement a proper UNIX/linux like CLI environment.
okay
and for completion sake here, technically windows implements a “terminal” through CMD, it’s not linux/unix like at all, but it is still a CLI interface, so.