Lines Matching full:exists
84 "[+-a \afile\a?True if \afile\a exists, obsolete.]"
85 "[+-b \afile\a?True if \afile\a exists and is a block special file.]"
86 "[+-c \afile\a?True if \afile\a exists and is a character special "
88 "[+-d \afile\a?True if \afile\a exists and is a directory.]"
89 "[+-e \afile\a?True if \afile\a exists.]"
90 "[+-f \afile\a?True if \afile\a exists and is a regular file.]"
91 "[+-g \afile\a?True if \afile\a exists and has its set-group-id bit "
93 "[+-h \afile\a?True if \afile\a exists and is a symbolic link.]"
94 "[+-k \afile\a?True if \afile\a exists and has its sticky bit on.]"
96 "[+-l \afile\a?True if \afile\a exists and is a symbolic link.]"
100 "[+-p \afile\a?True if \afile\a exists and is a pipe or fifo.]"
101 "[+-r \afile\a?True if \afile\a exists and is readable.]"
102 "[+-s \afile\a?True if \afile\a exists and has size > 0.]"
105 "[+-u \afile\a?True if \afile\a exists and has its set-user-id bit "
108 "[+-w \afile\a?True if \afile\a exists and is writable.]"
109 "[+-x \afile\a?True if \afile\a exists and is executable. For a "
112 "[+-G \afile\a?True if \afile\a exists and group is the effective "
114 "[+-L \afile\a?True if \afile\a exists and is a symbolic link.]"
115 "[+-N \afile\a?True if \afile\a exists and has been modified since "
117 "[+-O \afile\a?True if \afile\a exists and owner is the effective "
120 "[+-S \afile\a?True if \afile\a exists and is a socket.]"
122 "[+-V \afile\a?True if \afile\a exists and is a version "