meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:bash:start [2026/06/11 14:00] – created titannet | linux:bash:start [2026/06/11 16:11] (current) – titannet | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| | '' | | '' | ||
| | '' | | '' | ||
| + | |||
| + | | '' | ||
| + | |||
| + | ====== Headline ====== | ||
| + | |||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | |||
| + | |||
| + | ====== Terminal Shortcuts ====== | ||
| + | |||
| + | CTRL | ||
| + | |||
| + | | +a | Go to beginning of commandline | | ||
| + | | +e | Go to end of command line | | ||
| + | | +u | Delete to line begin | | ||
| + | | +k | Delete to line end | | ||
| + | | +c | kill current process | | ||
| + | | +z | put current process in background | | ||
| + | |||
| + | ===== Background processes ===== | ||
| + | |||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | |||
| + | ===== Filtering ===== | ||
| + | |||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | ===== Search ===== | ||
| + | |||
| + | |||
| + | ===== Others ===== | ||
| + | |||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | | visidata | search tabular/log files | | ||
| + | |||
| + | |||
| + | |||
| + | ===== Log analysis ===== | ||
| + | |||
| + | <source bash> | ||
| + | < | ||
| + | sudo awk ' | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||