Hopefully the question explains itself well enough. I'm referring to exta time and system resources involved for one vs. the other... I tend to think it would be the same, but I want to go beyond just think. Do the both make the same system calls?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
This will highly depend on what is happening on the system besides your |
|||
|
awkor abashscript fromelispis going to slow things down more than if I was making similar calls from a bash script.. I've just started elisp-ing and wondered if, for example, bash-calling-bash skips the need to load the bash interpreter, but emacs-calling-bash must load it.. Maybe that's the only time it makes a difference (or maybe there is no difference?) ... The more I think about it, it seems that callingawkfor example, would be the same from either bash or elisp.. so it is probably a quetion about what happens when bash calls bash – Peter.O Nov 29 '11 at 12:30