meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:bash:start [2026/06/11 14:14] – titannet | linux:bash:start [2026/06/11 16:11] (current) – titannet | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| | '' | | '' | ||
| | '' | | '' | ||
| + | |||
| + | | '' | ||
| + | |||
| + | ====== Headline ====== | ||
| + | |||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | |||
| ====== Terminal Shortcuts ====== | ====== Terminal Shortcuts ====== | ||
| Line 20: | Line 32: | ||
| ===== Background processes ===== | ===== Background processes ===== | ||
| - | | jobs | list jobs | | + | | '' |
| - | | fg %# | move to foreground | | + | | '' |
| - | | bg | continue in background | | + | | '' |
| - | | kill %# or kill <pid> | kill process | | + | | '' |
| - | | kill -9 .. | terminate | | + | | '' |
| ===== Filtering ===== | ===== Filtering ===== | ||
| - | | grep | Find strings in files | | + | | '' |
| - | | sort | Sort file | | + | | '' |
| | '' | | '' | ||
| - | | wc | word count | | + | | '' |
| - | | awk | don't ask | | + | | '' |
| - | | sed | replace characters in file | | + | | '' |
| - | | jq | filter json | | + | | '' |
| - | | | + | |
| + | ===== Search ===== | ||
| + | |||
| + | |||
| + | ===== Others ===== | ||
| + | |||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | | visidata | search tabular/log files | | ||
| + | |||
| + | |||
| + | |||
| + | ===== Log analysis ===== | ||
| + | |||
| + | <source bash> | ||
| + | < | ||
| + | sudo awk ' | ||
| + | </ | ||
| + | </ | ||