pages.pl: update outdated pages (#11923)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2024-01-01 19:53:36 +01:00
committed by GitHub
parent 3b8dd30d52
commit 228a03df02
14 changed files with 61 additions and 61 deletions

View File

@@ -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}})'`