Add support for -k (checking sticky bit) to test(1)

This commit is contained in:
sin
2013-11-11 11:37:07 +00:00
parent 11c078d116
commit c23616555b
2 changed files with 7 additions and 2 deletions

3
test.1
View File

@@ -29,6 +29,9 @@ ILE exists and is a regular file
.B \-g FILE
FILE exists and is set-group-ID
.TP
.B \-k FILE
FILE exists and its sticky bit is set
.TP
.B \-h FILE
FILE exists and is a symbolic link (same as -L)
.TP