Line | |
---|
1 | # List of unary operators used by test/expr.
|
---|
2 | #
|
---|
3 | # Copyright (C) 1989 by Kenneth Almquist. All rights reserved.
|
---|
4 | # This file is part of ash, which is distributed under the terms specified
|
---|
5 | # by the Ash General Public License. See the file named LICENSE.
|
---|
6 |
|
---|
7 | NOT ! 3
|
---|
8 | ISREAD -r 12 OP_FILE
|
---|
9 | ISWRITE -w 12 OP_FILE
|
---|
10 | ISEXEC -x 12 OP_FILE
|
---|
11 | ISFILE -f 12 OP_FILE
|
---|
12 | ISDIR -d 12 OP_FILE
|
---|
13 | ISCHAR -c 12 OP_FILE
|
---|
14 | ISBLOCK -b 12 OP_FILE
|
---|
15 | ISFIFO -p 12 OP_FILE
|
---|
16 | ISSETUID -u 12 OP_FILE
|
---|
17 | ISSETGID -g 12 OP_FILE
|
---|
18 | ISSTICKY -k 12 OP_FILE
|
---|
19 | ISSIZE -s 12 OP_FILE
|
---|
20 | ISLINK1 -h 12 OP_LFILE
|
---|
21 | ISLINK2 -L 12 OP_LFILE
|
---|
22 | ISTTY -t 12 OP_INT
|
---|
23 | NULSTR -z 12 OP_STRING
|
---|
24 | STRLEN -n 12 OP_STRING
|
---|
Note:
See
TracBrowser
for help on using the repository browser.