Shell Programming/File conditional


        -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
      
      Last modified on 24 November 2010, at 16:48