Hacker News new | ask | show | jobs
by jjnoakes 1537 days ago
I knew this about the programming languages which wrap execution in a shell, but I never knew that execlp/execvp/execvpe handled ENOEXEC internally and wrapped the command in a shell too. TIL!