Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -18,8 +18,8 @@ source: https://github.com/tldr-pages/tldr.git
- Analyze a log from `stdin`:
`tail -f {{path/to/logfile}} | goaccess -`
`tail {{[-f|--follow]}} {{path/to/logfile}} | goaccess -`
- Analyze a log and write it to an HTML file in real-time:
`goaccess {{path/to/logfile}} --output {{path/to/file.html}} --real-time-html`
`goaccess {{path/to/logfile}} {{[-o|--output]}} {{path/to/file.html}} --real-time-html`