Hacker News new | ask | show | jobs
by MangoToupe 275 days ago
Most people interact with a shell through a terminal emulator, though. The alternative is something like emacs's eshell. Or an actual "terminal" which hasn't been even available for purchase for many decades.
1 comments

Not always. The shell may be facing a serial interface, or it could be spawned by a program and have no user interface at all.
I probably wouldn't describe either as a human interacting with a shell, but nevertheless point taken.
I wouldn't either, which I why I didn't include that interaction in the definition I gave. A shell just implements basic system functionality, it doesn't necessarily function as a UI.