mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 12:54:44 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user