User Tools

Site Tools


tipsandtricks:howtoreadlogs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tipsandtricks:howtoreadlogs [2021/11/20 20:01] patriktipsandtricks:howtoreadlogs [2023/09/29 07:01] (current) – external edit 127.0.0.1
Line 21: Line 21:
  
 == Searching in the file == == Searching in the file ==
-Using the ''**/**'' sign to search forward in the file. (top down) \\ +/[search pattern] = search from current position for next occurrence in log \\ 
-Using the ''**?**'' sign to search backwards in the file. (bottom up) \\+?[search pattern] = search from current position for previous occurrence in log \\
  
-== Navigating the logfile == +== How to navigate logs == 
-Using ''**g**'' to go to the top of the file\\+go to top of the log (top of file\\
 Can also be used to go to a specific row ''**( g 11 [enter] )**'' g followed by 11 goes to row 11. \\ Can also be used to go to a specific row ''**( g 11 [enter] )**'' g followed by 11 goes to row 11. \\
-Using ''**G**'' go to the end of the file\\+go to the end of log (bottom of file)\\ 
 +n = go to next hit down in the search pattern \\ 
 +N = go to previous hit up in the search pattern \\ 
 +q = quit less \\
  
 === Tail === === Tail ===
tipsandtricks/howtoreadlogs.1637438485.txt.gz · Last modified: 2023/09/29 07:01 (external edit)