logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gftest - check entry type

Description

       Check file or directory information.

Name

       gftest - check entry type

Options

-d
           returns 0 if an entry specified by path is a directory.

       -e
           returns 0 if an entry specified by path exists.

       -f
           returns 0 if an entry specified by path is a regular file.

       -h
           returns 0 if an entry specified by path is a symbolic link.

       -s
           returns 0 if an entry specified by path is a regular file whose size is greater than 0.

       -L
           returns 0 if an entry specified by path is a regular file and stored in the same host.

       -R
           returns 0 if an entry specified by path is a regular file and stored in a remote host.

       -?
           displays a list of command options.

Gfarm                                              7 Apr 2013                                          GFTEST(1)

Synopsis

gftestoptionspath

See Also