What is the difference between shell builtins (like cd
or echo
) and shell keyboard shortcuts (like ctrl+u
or ctrl+l
)?
Both seems to me "builtins", what is the major difference by means of system architecture?
I personally use Bash but I believe this question is relevant for many other sh
shells.