Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: masterglob on May 21, 2020, 06:13:15 AM

Title: bash "bind" command
Post by: masterglob on May 21, 2020, 06:13:15 AM
Hi all,

I am trying to use that configuration for my .bashrc
Code: [Select]
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!
Title: Re: bash "bind" command
Post by: jazzbiker on May 21, 2020, 06:29:09 AM
Hi, masterglob!

bind is bash builtin command... so - bash.tcz...
And You can use bind while You are inside bash shell.
Title: [Solved] bash "bind" command
Post by: masterglob on May 21, 2020, 12:26:40 PM
Thanks.. didn't even though I was not on BASH...
Sorry for stupid question :-[