2023-01-01 14:50:15 +00:00
|
|
|
'\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
|
2022-03-11 12:47:05 +00:00
|
|
|
'\"
|
|
|
|
|
'\" This is free software. You may redistribute copies of it under the terms
|
|
|
|
|
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
|
|
|
|
|
'\" There is NO WARRANTY, to the extent permitted by law.
|
1999-11-02 14:07:36 +00:00
|
|
|
[NAME]
|
|
|
|
|
test \- check file types and compare values
|
2018-06-13 16:00:45 -07:00
|
|
|
[SYNOPSIS]
|
|
|
|
|
.B test
|
|
|
|
|
.I EXPRESSION
|
|
|
|
|
.br
|
|
|
|
|
.B test
|
|
|
|
|
.br
|
2018-06-14 12:04:57 -07:00
|
|
|
.\" \& tells doclifter the brackets are literal (Bug#31803).
|
|
|
|
|
.B [\&
|
2018-06-13 16:00:45 -07:00
|
|
|
.I EXPRESSION
|
2018-06-14 12:04:57 -07:00
|
|
|
.B ]\&
|
2018-06-13 16:00:45 -07:00
|
|
|
.br
|
2018-06-14 12:04:57 -07:00
|
|
|
.B "[\& ]\&"
|
2018-06-13 16:00:45 -07:00
|
|
|
.br
|
2018-06-14 12:04:57 -07:00
|
|
|
.B [\&
|
2018-06-13 16:00:45 -07:00
|
|
|
.I OPTION
|
1998-10-03 17:27:28 +00:00
|
|
|
[DESCRIPTION]
|
|
|
|
|
.\" Add any additional description here
|
2022-03-11 12:47:05 +00:00
|
|
|
[SEE ALSO]
|
|
|
|
|
access(2)
|