Hotwire: a combined terminal/GUI for GNU/Linux (Free Software Magazine)
Posted Jun 25, 2008 10:16 UTC (Wed) by
nix (subscriber, #2304)
In reply to:
Hotwire: a combined terminal/GUI for GNU/Linux (Free Software Magazine) by drag
Parent article:
Hotwire: a combined terminal/GUI for GNU/Linux (Free Software Magazine)
Every shell has their own set of built-ins. Stuff that conflicts and may break scripts and such. Pointing at some symbolic link vs trapping commands vs wrappers around library functions.. what's the difference? Different ways to accomplish the same goals.
Yeah, but this isn't really like that, not yet. This is like it would be if you had a shell with extensible builtins (like bash or zsh) but for which you needed to know if commands were built-in or not, because built-in commands had a different syntax.
(As an aside, has anyone ever seen the loadable dynamic builtin stuff in bash used? I've seen loadable builtins in zsh used occasionally, but never the corresponding bash feature.)
(
Log in to post comments)