1 2 3 4 5 6
ximaera@loderunner:~$ a b c d bash: a: command not found ximaera@loderunner:~$ command_not_found_handle() { echo "$@"; } ximaera@loderunner:~$ a b c d a ximaera@loderunner:~$