from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

84968

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tutorials per portage category->app-shells->bash

A lot of programs (esspecially Bash) use the GNU Readline library for command
line input. Readline allows to define each key with a custom value. This
definition is stored in the file .inputrc in the users home directory.

If you want to assign an often used command, e.g. less /var/log/message to the
key F1, you'll need to add the following line to your .inputrc:

"\e[11~": "less /var/log/messages^M"

The last char in \e[11~ is a tilde char. All characters have to be entered
exactly as given, with only one exception: the ^M at the end. The ^M means
Enter and causes a direct execution of the command. Without the ^M, the
command would be simply copied into the command line and which would wait for
the input of enter or a different char.

The way you enter the ^M depends on the editor you use. In vi you have to
press ctrl-V and Enter.
It has to be one single char (ASCII-code 13).

The character sequence \e will be interpreted as an Escape char from Readline.
The given sequence works in X11. In the console the sequence differs, but both
definitions can be in the same .inputrc file.

The change in .inputrc applies with a fresh started Shell. You can refresh the
setting with the key sequence ctrl-X and ctrl-R in the running shell. F1
should work now.

How to use the trick with other keys? First you have to know the code that the
key generates.
You can get the code when you press ctrl-V and the desired key.
You will get an Escape-sequence (the first 2 chars are ^[ which is equal to
ctrl-[ and equal to Escape)
If you replace ^[ with \e, you got the sequence for .inputrc.

More details of the usage of readline can be found in the bash manpage (man
bash).

Translated from
http://www.pro-linux.de/news/2002/0040.html
rate this article:
current rating: average rating: 1.2 (50 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-05-05
chez - 10.4.0
Ebuild name:

dev-scheme/chez-10.4.0

Description

A programming language based on R6RS

Added to portage

2026-05-05

framework_tool - 0.6.2
Ebuild name:

app-laptop/framework_tool-0.6.2

Description

Tool to control Framework Computer systems

Added to portage

2026-05-05

gallery-dl - 1.32.1
Ebuild name:

net-misc/gallery-dl-1.32.1

Description

Download image galleries and collections from several image hosting site

Added to portage

2026-05-05

golangci-lint - 2.12.1
Ebuild name:

dev-go/golangci-lint-2.12.1

Description

Fast linters runner for Go

Added to portage

2026-05-05

iproute2 - 7.0.0
Ebuild name:

sys-apps/iproute2-7.0.0

Description

kernel routing and traffic control utilities

Added to portage

2026-05-05

keepassxc - 2.8.0_pre20260504
Ebuild name:

app-admin/keepassxc-2.8.0_pre20260504

Description

KeePassXC - KeePass Cross-platform Community Edition

Added to portage

2026-05-05

kubectl - 1.36.0
Ebuild name:

sys-cluster/kubectl-1.36.0

Description

CLI to run commands against Kubernetes clusters

Added to portage

2026-05-05

mako - 1.11.0
Ebuild name:

gui-apps/mako-1.11.0

Description

A lightweight notification daemon for Wayland. Works on Sway

Added to portage

2026-05-05

multi-term - 1.4-r1
Ebuild name:

app-emacs/multi-term-1.4-r1

Description

Manage multiple terminal buffers in Emacs

Added to portage

2026-05-05

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-05-05

muse - 3.20.2
Ebuild name:

app-emacs/muse-3.20.2

Description

An authoring and publishing environment for Emacs

Added to portage

2026-05-05

nprolog - 5.18
Ebuild name:

dev-lang/nprolog-5.18

Description

Interpreter and compiler to be compatible with Arity/Prolog32

Added to portage

2026-05-05

swaybg - 1.2.2
Ebuild name:

gui-apps/swaybg-1.2.2

Description

A wallpaper utility for Wayland

Added to portage

2026-05-05

swaylock - 1.8.5
Ebuild name:

gui-apps/swaylock-1.8.5

Description

Screen locker for Wayland

Added to portage

2026-05-05

upterm - 0.23.0
Ebuild name:

app-misc/upterm-0.23.0

Description

Instant Terminal Sharing

Added to portage

2026-05-05

voacapl - 0.7.7
Ebuild name:

sci-electronics/voacapl-0.7.7

Description

HF propagation prediction tool

Added to portage

2026-05-05

with-editor - 3.5.0
Ebuild name:

app-emacs/with-editor-3.5.0

Description

Use the Emacsclient as the of child processes

Added to portage

2026-05-05

wl-clipboard - 2.3.0
Ebuild name:

gui-apps/wl-clipboard-2.3.0

Description

Wayland clipboard utilities

Added to portage

2026-05-05

2026-05-04
backports-zstd - 1.4.0
Ebuild name:

dev-python/backports-zstd-1.4.0

Description

Backport of PEP-784 adding Zstandard to the standard library

Added to portage

2026-05-04

cachetools - 7.1.1
Ebuild name:

dev-python/cachetools-7.1.1

Description

Extensible memoizing collections and decorators

Added to portage

2026-05-04

citus - 12.1.12
Ebuild name:

dev-db/citus-12.1.12

Description

Open-source postgresql extension for clustering/multi-node setups

Added to portage

2026-05-04

citus - 13.2.2
Ebuild name:

dev-db/citus-13.2.2

Description

Open-source postgresql extension for clustering/multi-node setups

Added to portage

2026-05-04

citus - 14.0.1
Ebuild name:

dev-db/citus-14.0.1

Description

Open-source postgresql extension for clustering/multi-node setups

Added to portage

2026-05-04

cudd - 3.0.0-r2
Ebuild name:

sci-mathematics/cudd-3.0.0-r2

Description

Colorado University binary Decision Diagram library

Added to portage

2026-05-04

ffmpeg - 8.1.1
Ebuild name:

media-video/ffmpeg-8.1.1

Description

Complete solution to record/convert/stream audio and video

Added to portage

2026-05-04

gcc - 17.0.0_p20260503
Ebuild name:

sys-devel/gcc-17.0.0_p20260503

Description

The GNU Compiler Collection

Added to portage

2026-05-04

git-sources - 7.1_rc2
Ebuild name:

sys-kernel/git-sources-7.1_rc2

Description

The very latest -git version of the Linux kernel

Added to portage

2026-05-04

haproxy - 2.8.22
Ebuild name:

net-proxy/haproxy-2.8.22

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-05-04

haproxy - 3.0.21
Ebuild name:

net-proxy/haproxy-3.0.21

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-05-04

haproxy - 3.2.17
Ebuild name:

net-proxy/haproxy-3.2.17

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-05-04

haproxy - 3.3.8
Ebuild name:

net-proxy/haproxy-3.3.8

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-05-04

kodi - 22.0_alpha3
Ebuild name:

media-tv/kodi-22.0_alpha3

Description

A free and open source media-player and entertainment hub

Added to portage

2026-05-04

lgi - 0.9.2_p20260407
Ebuild name:

dev-lua/lgi-0.9.2_p20260407

Description

Lua bindings using gobject-introspection

Added to portage

2026-05-04

lua-utf8 - 0.2.0
Ebuild name:

dev-lua/lua-utf8-0.2.0

Description

A UTF-8 support module for Lua and LuaJIT

Added to portage

2026-05-04

micropolis - 1.0_p20250710
Ebuild name:

games-simulation/micropolis-1.0_p20250710

Description

Free version of the well-known city building simulation

Added to portage

2026-05-04

mistune - 3.2.1
Ebuild name:

dev-python/mistune-3.2.1

Description

The fastest markdown parser in pure Python

Added to portage

2026-05-04

neomutt - 20260504
Ebuild name:

mail-client/neomutt-20260504

Description

A small but very powerful text-based mail client

Added to portage

2026-05-04

nextcloud - 32.0.9
Ebuild name:

www-apps/nextcloud-32.0.9

Description

Personal cloud that runs on your own server

Added to portage

2026-05-04

nextcloud - 33.0.3
Ebuild name:

www-apps/nextcloud-33.0.3

Description

Personal cloud that runs on your own server

Added to portage

2026-05-04

openpgp-keys-emersion - 20260503
Ebuild name:

sec-keys/openpgp-keys-emersion-20260503

Description

OpenPGP key used by Simon Ser

Added to portage

2026-05-04

openpgp-keys-janwassenberg - 20260503
Ebuild name:

sec-keys/openpgp-keys-janwassenberg-20260503

Description

OpenPGP key used by Jan Wassenberg

Added to portage

2026-05-04

openpgp-keys-roymarples - 20260418-r1
Ebuild name:

sec-keys/openpgp-keys-roymarples-20260418-r1

Description

OpenPGP key used by Roy Marples

Added to portage

2026-05-04

piwigo - 16.4.0
Ebuild name:

www-apps/piwigo-16.4.0

Description

a photo gallery software for the web

Added to portage

2026-05-04

poetry-core - 2.4.0
Ebuild name:

dev-python/poetry-core-2.4.0

Description

Poetry PEP 517 Build Backend

Added to portage

2026-05-04

poezio - 0.17
Ebuild name:

net-im/poezio-0.17

Description

Console XMPP client that looks like most famous IRC clients

Added to portage

2026-05-04

prowlarr-bin - 2.3.7.5365
Ebuild name:

www-apps/prowlarr-bin-2.3.7.5365

Description

An indexer manager/proxy to integrate with your various PVR apps

Added to portage

2026-05-04

pyside - 6.11.0
Ebuild name:

dev-python/pyside-6.11.0

Description

Python bindings for the Qt framework

Added to portage

2026-05-04

pytz - 2026.2
Ebuild name:

dev-python/pytz-2026.2

Description

World timezone definitions for Python

Added to portage

2026-05-04

sbcl - 2.6.4
Ebuild name:

dev-lisp/sbcl-2.6.4

Description

Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp

Added to portage

2026-05-04

sonarr-bin - 4.0.17.2967
Ebuild name:

www-apps/sonarr-bin-4.0.17.2967

Description

Sonarr is a Smart PVR for newsgroup and bittorrent users

Added to portage

2026-05-04

timescaledb - 2.26.4
Ebuild name:

dev-db/timescaledb-2.26.4

Description

Open-source time-series SQL database

Added to portage

2026-05-04

totem - 43.2-r1
Ebuild name:

media-video/totem-43.2-r1

Description

Media player for GNOME

Added to portage

2026-05-04

valgrind - 3.27.0_p1
Ebuild name:

dev-debug/valgrind-3.27.0_p1

Description

An open-source memory debugger for GNU/Linux

Added to portage

2026-05-04

wtforms - 3.2.2
Ebuild name:

dev-python/wtforms-3.2.2

Description

Flexible forms validation and rendering library for python web development

Added to portage

2026-05-04

wxmaxima - 26.05.0-r1
Ebuild name:

sci-mathematics/wxmaxima-26.05.0-r1

Description

Graphical frontend to Maxima, using the wxWidgets toolkit

Added to portage

2026-05-04

zim - 0.76.3-r1
Ebuild name:

x11-misc/zim-0.76.3-r1

Description

A desktop wiki

Added to portage

2026-05-04

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 72.8 ms