How prevalent is the use of Emacs' eshell in multi-platform development?

Posted by pajato0 on Stack Overflow See other posts from Stack Overflow or by pajato0
Published on 2010-04-10T18:34:42Z Indexed on 2010/04/10 20:13 UTC
Read the original article Hit count: 392

Filed under:
|

I've only recently become aware of Emacs' eshell tool. It looks quite powerful in that it is entirely written in Emacs Lisp and does not require native subshell support. The Emacs info documentation is a bit sparse but EmacsWiki has pretty decent information, at least on a first glance.

Given the potential value of eshell as a scripting tool/programmer's aid that works equally well on multiple platforms I'm wondering how prevalent the use of eshell versus the normal (bash) shell is among software developers. Would those of you who have taken the time to learn it recommend it or is it one of those many interesting ideas that did not really pan out?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about shell