Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: masterglob on May 21, 2020, 06:13:15 AM
-
Hi all,
I am trying to use that configuration for my .bashrc
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
But, I have not been able to find in what extenstion this bind command can be found
Configuration:
- RPI 3B+, ARMv7, tinyCore V9.0
Thanks for any advice!
-
Hi, masterglob!
bind is bash builtin command... so - bash.tcz...
And You can use bind while You are inside bash shell.
-
Thanks.. didn't even though I was not on BASH...
Sorry for stupid question :-[