diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-19 19:11:38 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-19 19:11:38 +0200 |
commit | 145eed7578202735a7f63623d53d1ed07c376ea0 (patch) | |
tree | d15e2b44c9ec68624cb142e270603a1cede09856 /xtest.1 | |
parent | Add test (diff) | |
download | xtest-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 'xtest.1')
-rw-r--r-- | xtest.1 | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -22,7 +22,9 @@ stdout. .It Fl 0 Use NUL byte instead of <newline> to delimit files in both the input and the output. -.It Fl f | Fl d | Fl p | Fl hL | Fl S | Fl b | Fl c +.It Fl e +File exists. +.It Fl f | Fl d | Fl p | Fl hL | Fl S | Fl s | Fl b | Fl c File exists and is a (regular file .Op Fl f | directory @@ -33,6 +35,8 @@ File exists and is a (regular file .Op Fl h | Fl L | socket .Op Fl S +| non-empty file +.Op Fl s | block special .Op Fl b | character special @@ -59,7 +63,9 @@ File exists and has permissions. .It Fl t Input is an file descriptor and is associated with a terminal. -.It \fB+f\fP | \fB+d\fP | \fB+p\fP | \fB+hL\fP | \fB+S\fP | \fB+b\fP | \fB+c\fP +.It \fB+e\fP +File does not exist +.It \fB+f\fP | \fB+d\fP | \fB+p\fP | \fB+hL\fP | \fB+S\fP | \fB+s\fP | \fB+b\fP | \fB+c\fP File does not exist or is not a (regular file .Op \fB+f\fP | directory @@ -70,6 +76,8 @@ File does not exist or is not a (regular file .Op \fB+h\fP | \fB+L\fP | socket .Op \fB+S\fP +| non-empty file +.Op \fB+s\fP | block special .Op \fB+b\fP | character special |