diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-01-08 04:18:28 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-01-08 04:18:28 +0000 |
commit | b122f2c4b8c3ebf69ce46347bf752ef0d75fadc8 (patch) | |
tree | 287752155bb508e3d8800cc847cbcb87faaba89c /sys/man | |
parent | 5cf570664db90871b62decf0f0c34512573932c2 (diff) |
look: add -b for specifying numeric base
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/look | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/man/1/look b/sys/man/1/look index 1bf634fd7..1fce474fc 100644 --- a/sys/man/1/look +++ b/sys/man/1/look @@ -4,7 +4,15 @@ look \- find lines in a sorted list .SH SYNOPSIS .B look [ -.BI -dfnixt c +.BI -dfnix +] +[ +.B -t +.I c +] +[ +.B -b +.I base ] [ .I string @@ -53,6 +61,11 @@ Upper case letters compare equal to lower case. Numeric comparison with initial string of digits, optional minus sign, and optional decimal point. .TP +.B -b \f2base\f1 +Change the base for numeric comparison. Implies the +.B -n +flag. +.TP .BR -t [ \f2c\f1 ] Character .I c |