aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-19 19:11:38 +0200
committerMattias Andrée <maandree@kth.se>2017-10-19 19:11:38 +0200
commit145eed7578202735a7f63623d53d1ed07c376ea0 (patch)
treed15e2b44c9ec68624cb142e270603a1cede09856 /README
parentAdd test (diff)
downloadxtest-145eed7578202735a7f63623d53d1ed07c376ea0.tar.gz
xtest-145eed7578202735a7f63623d53d1ed07c376ea0.tar.bz2
xtest-145eed7578202735a7f63623d53d1ed07c376ea0.tar.xz
Add -e, -s, +e, and +s to manual
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 12 insertions, 10 deletions
diff --git a/README b/README
index 2e8b2ac..5ea5e02 100644
--- a/README
+++ b/README
@@ -16,34 +16,36 @@ OPTIONS
-0 Use NUL byte instead of <newline> to delimit files in
both the input and the output.
- -f | -d | -p | -hL | -S | -b | -c
+ -e File exists.
+
+ -f | -d | -p | -hL | -S | -s | -b | -c
File exists and is a (regular file [-f] | directory
[-d] | named pipe [-p] | symbolic link [-h | -L] |
- socket [-S] | block special [-b] | character special
- [-c]).
+ socket [-S] | non-empty file [-s] | block special [-b] |
+ character special [-c]).
-k | -g | -u | -r | -w | -x
File exists and has (sticky(1) [-k] | setgid(2) [-g] |
setuid(4) [-u] | read(4) [-r] | write(2) [-w] |
execute(1) [-x]) permissions.
- -t
- Input is an file descriptor and is associated with a
+ -t Input is an file descriptor and is associated with a
terminal.
- +f | +d | +p | +hL | +S | +b | +c
+ +e File does not exist.
+
+ +f | +d | +p | +hL | +S | +s | +b | +c
File does not exist or is not a (regular file [+f] |
directory [+d] | named pipe [+p] | symbolic link [+h |
- +L] | socket [+S] | block special [+b] | character
- special [+c]).
+ +L] | socket [+S] | non-empty file [+s] | block special
+ [+b] | character special [+c]).
+k | +g | +u | +r | +w | +x
File does not exist or does not has (sticky(1) [+k] |
setgid(2) [+g] | setuid(4) [+u] | read(4) [+r] |
write(2) [+w] | execute(1) [+x]) permissions.
- +t
- Input is not a file descriptor or is not associated
+ +t Input is not a file descriptor or is not associated
with a terminal.
RATIONALE