Shell Programming/File conditional

From Wikibooks, open books for an open world
Jump to navigation Jump to search


  -d file  directory
  -e file  file exists
  -f file  file is regular file
  -g file  set-group-id on file
  -r file  readable file
  -s file  non-zero sized file
  -u file  set-user-id on file
  -w file  writable file
  -x file  executable file