Pastebin

Paste #1434: zsh if

< previous paste - next paste>

Pasted by tdn

Download View as text

[[ -
condition code
-b      -- block special file
-c      -- character special file
-d      -- directory
-e  -a  -- existing file
-f      -- regular file
-g      -- setgid bit
-G      -- group-owned file
-k      -- sticky bit
-L  -h  -- symbolic link
-n      -- non-empty string
-N      -- unread file
-o      -- option
-O      -- own file
-p      -- named pipe
-r      -- readable file
-s      -- non-empty file
-S      -- socket
-t      -- terminal file descriptor
-u      -- setuid bit
-w      -- writable file
-x      -- executable file
-z      -- empty string
parameter
-

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.