Quote:
Originally Posted by twobob
okay I think I get you.
It swallows up the bash commands before they get processed.
|
I do not think bash is installed on the K3.
Unless you happen to be running a copy of bash that you installed.
ash is the command processor provided by Busybox and a considerable different feature set.
But yes, that is what happens (the recognized command never "gets out" of the command line scanner)
I.E: Like bash selects built-ins over externals, ash selects busybox built-ins over externals (when optioned the way the K3 one is).