View Single Post
Old 09-02-2012, 07:10 PM   #40
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by twobob View Post
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).

Last edited by knc1; 09-02-2012 at 07:13 PM.
knc1 is offline   Reply With Quote