pages.pl: update outdated pages (#11923)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
|
||||
- Print all lines where the 10th column value equals the specified value:
|
||||
|
||||
`awk '($10 == value)'`
|
||||
`awk '($10 == {{value}})'`
|
||||
|
||||
- Print all the lines which the 10th column value is between a min and a max:
|
||||
|
||||
`awk '($10 >= min_value && $10 <= max_value)'`
|
||||
`awk '($10 >= {{min_value}} && $10 <= {{max_value}})'`
|
||||
|
Reference in New Issue
Block a user