General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
DistroTube
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "The Different Shells Available In Emacs" video.
Emacs well smart! Score: 99.
3
10:28 Not quite equivalent to Bash aliases, looks more like defining a Bash function. Functions do their own processing of the rest of the command line (kind of like in-memory shell scripts), while aliases only do a simple substitution of the command word (first word on the line), nothing more.
1