tests: cksum: add incorrect data to verify --check & --strict
[coreutils.git] / man / test.x
blob1162e527848633c655c848e989e74d6810e036ee
1 '\" Copyright (C) 1998-2024 Free Software Foundation, Inc.
2 '\"
3 '\" This is free software.  You may redistribute copies of it under the terms
4 '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
5 '\" There is NO WARRANTY, to the extent permitted by law.
6 [NAME]
7 test \- check file types and compare values
8 [SYNOPSIS]
9 .B test
10 .I EXPRESSION
11 .br
12 .B test
13 .br
14 .\" \& tells doclifter the brackets are literal (Bug#31803).
15 .B [\&
16 .I EXPRESSION
17 .B ]\&
18 .br
19 .B "[\& ]\&"
20 .br
21 .B [\&
22 .I OPTION
23 [DESCRIPTION]
24 .\" Add any additional description here
25 [SEE ALSO]
26 access(2)