Timeline for What is the difference between shell, eshell, and term in Emacs?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 1, 2022 at 19:24 | comment | added | SergiyKolesnikov | "term ... standard emacs keys such as moving cursor don't work here". Not exactly, in term, we can switch between char and line modes. In the line mode, we can use standard emacs keys. gnu.org/software/emacs/manual/html_node/emacs/… | |
| Jan 9, 2017 at 5:40 | comment | added | CodyChan |
@Bart try to remove your grep in your system and do grep action in eshell, you'll find that the grep in eshell is not grep in your system, which grep in eshll says "eshell/grep is a "compiled Lisp function in `em-unix.el', of cause the grep in your system can be executed in eshell, like I said eshell is very useful in MS which a lot small tools like grep are not installed.
|
|
| Jan 8, 2017 at 23:27 | comment | added | Bart Louwers |
All the commands you mentioned (grep, du, ls, etc.) are programs and commands built in the shell. eshell will have them too if you have those programs installed.
|
|
| Jan 20, 2015 at 18:44 | review | First posts | |||
| Jan 20, 2015 at 18:52 | |||||
| Jan 20, 2015 at 18:44 | history | answered | CodyChan | CC BY-SA 3.0 |