Browse in commands


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Browse in commands
# 1  
Old 02-18-2019
Browse in commands

Hi, On Linux

Linux 3.10.0-693.21.1.el7.x86_64
How to enable :

history-search



I did the following without success:

in my .inputrc, like so:

Code:
"\e[A": history-search-backward            # arrow up
 "\e[B": history-search-forward             # arrow down

And .profile:
Code:
export INPUTRC=~/.inputrc

Thanks.




Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 02-18-2019 at 11:18 AM.. Reason: Added CODE tags.
# 2  
Old 02-18-2019
Quote:
Originally Posted by big123456
Hi, On Linux

Linux 3.10.0-693.21.1.el7.x86_64
history-search is a function of the shell, not the kernel. Therefore it would be more interesting to know which shell you use and which version of it. I guess in a Linux system it is probably bash, but instead of letting me guess you might simply tell us.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Browse directory

friends of mine I have the following problem: in a direct I have a file list, for example: -rw-rw-r-- 1 satvercl2 desa 6620 nov 26 15:35 prueba1.txt -rw-rw-r-- 1 satvercl2 desa 6620 nov 26 15:35 prueba2.txt -rw-rw-r-- 1 satvercl2 desa 6620 nov 26 15:35 prueba3.txt... (2 Replies)
Discussion started by: tricampeon81
2 Replies

2. Ubuntu

how to browse the website which uses windows media player?

Hi all, you know some websites use the windows media player to play video,how can i browse these websites in Ubuntu?Any plugin?:) (4 Replies)
Discussion started by: homeboy
4 Replies

3. UNIX for Dummies Questions & Answers

Browse for files through oracle forms placed in unix server

I use a forms application where I develop the forms(Oracle 6i) in windows server and compile(Oracle 9i) the same in Unix server. The whole forms application executables are placed in Unix. My requirement is to upload data from excel sheet to oracle tables using Oracle forms. I have developed the... (0 Replies)
Discussion started by: malinideepa
0 Replies

4. UNIX for Dummies Questions & Answers

unable to browse internet in linux (railwire dialup connection)

Hi Gurus, Good morning . I have a railwire internet connection(dial up).I am able to access internet in windows xp .but in windows xp every time i restart my pc i have to manually right click the "railwire"icon and then click "connect, after this i am just getting connected to the internet. But... (4 Replies)
Discussion started by: sanjay.login
4 Replies

5. Shell Programming and Scripting

Can BASH execute commands on a remote server when the commands are embedded in shell

I want to log into a remote server transfer over a new config and then backup the existing config, replace with the new config. I am not sure if I can do this with BASH scripting. I have set up password less login by adding my public key to authorized_keys file, it works. I am a little... (1 Reply)
Discussion started by: bash_in_my_head
1 Replies

6. UNIX for Dummies Questions & Answers

Browse Web pages through command line

Is there any way to browse web pages while on the command line? I know wget can download pages, but I was wondering if there was an option other than that. (2 Replies)
Discussion started by: vroomlicious
2 Replies

7. AIX

how to browse a web site using script

hi guys, ok this script, i am trying to browse a http site and store the output in a text file ... when i run the script , i get a http compatibility error. does any1 have a good solution to contact a http server and save the html in a text file.. i know the result comes with html tags. ... (4 Replies)
Discussion started by: kirantalla
4 Replies

8. Shell Programming and Scripting

how to best browse man pages?

guys...usually we simply browse the man pages with "man commandName" are there better ways to browse the man pages? i also see many underlined words in man pages...does they have some special signifigance like the one in html.. i.e can they be directly refered for complete reference? is... (5 Replies)
Discussion started by: RishiPahuja
5 Replies
Login or Register to Ask a Question