pages:howtos:bash:bash-command-line-editing
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:bash:bash-command-line-editing [2021/02/11 13:21] – [Emacs mode vs Vi Mode] mischerh | pages:howtos:bash:bash-command-line-editing [2021/12/09 21:57] (current) – [Related] rokkitlawnchair | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
- | FIXME | ||
====== Working with Bash Keyboard Shortcuts ====== | ====== Working with Bash Keyboard Shortcuts ====== | ||
Line 11: | Line 10: | ||
The bash shell features a wide variety of keyboard shortcuts you can use. These will work in bash on any operating system. Some of them may not work if you’re accessing bash remotely through an SSH or telnet session, depending on how you have your keys mapped. | The bash shell features a wide variety of keyboard shortcuts you can use. These will work in bash on any operating system. Some of them may not work if you’re accessing bash remotely through an SSH or telnet session, depending on how you have your keys mapped. | ||
+ | |||
+ | With a few of these in your toolbelt, you’ll be a Terminal master in no time. | ||
+ | |||
^ Shortcut | ^ Shortcut | ||
| < | | < | ||
Line 91: | Line 93: | ||
===== Working With Your Command History ===== | ===== Working With Your Command History ===== | ||
You can quickly scroll through your recent commands, which are stored in your user account’s bash history file. | You can quickly scroll through your recent commands, which are stored in your user account’s bash history file. | ||
- | ^ Shortcut Command | + | ^ Shortcut Command |
- | | < | + | | < |
- | | < | + | | < |
- | | < | + | | < |
- | | < | + | | < |
- | | < | + | | < |
- | | < | + | | < |
- | | < | + | | < |
- | | !! | Repeat last command | + | | !! | Repeat last command |
- | | !abc | Run last command starting with abc | + | | !abc | Run last command starting with abc | |
- | | !abc: | + | | !abc: |
- | | !$ | Last argument of previous command | + | | !$ | Last argument of previous command |
- | | < | + | | < |
- | | !* | All arguments of previous command | + | | !* | All arguments of previous command |
- | | %%^abc^def%% | + | | %%^abc^def%% |
+ | |||
+ | ===== Process control ===== | ||
- | ==== Process control ==== | ||
Use the following shortcuts to manage running processes. | Use the following shortcuts to manage running processes. | ||
^ Shortcut | ^ Shortcut | ||
Line 114: | Line 117: | ||
| < | | < | ||
- | ==== Controlling the screen ==== | + | ===== Controlling the screen ===== |
The following shortcuts allow you to control what appears on the screen. | The following shortcuts allow you to control what appears on the screen. | ||
^ Shortcut | ^ Shortcut | ||
Line 145: | Line 149: | ||
* [[http:// | * [[http:// | ||
* Equivalent [[https:// | * Equivalent [[https:// | ||
+ | |||
+ | ---- | ||
+ | ~~DISCUSSION~~ |
pages/howtos/bash/bash-command-line-editing.1613049698.txt.gz · Last modified: 2021/02/11 13:21 by mischerh