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 15:10] – titannet | linux:bash:start [2026/06/11 16:11] (current) – titannet | ||
|---|---|---|---|
| Line 59: | Line 59: | ||
| | visidata | search tabular/log files | | | visidata | search tabular/log files | | ||
| - | ===== Visidata ===== | ||
| - | < | ||
| - | Control-h Open the help menu | ||
| - | Control-c Abort the current command | ||
| - | Control-q Force-quit VisiData entirely | ||
| - | q Quit the current VisiData “sheet” | ||
| - | gq Quit all VisiData sheets and exit gracefully | ||
| - | Shift-U Undo | ||
| - | Shift-R Redo | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | / + regex Search forward in current column | ||
| - | ? + regex Search backward in current column | ||
| - | g/ + regex Search forward in all columns | ||
| - | g? + regex Search backward in all columns | ||
| - | |||
| - | n Move to next matching row | ||
| - | N Move to previous matching row | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | _ expand current column to fit the widest visible value | ||
| - | g_ expand all columns to fit their widest visible values | ||
| - | [ / ] sort | ||
| - | </ | ||
| ===== Log analysis ===== | ===== Log analysis ===== | ||