File: gftest.1.html

package info (click to toggle)
gfarm 2.7.20%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,880 kB
  • sloc: ansic: 188,235; sh: 43,469; cpp: 9,442; java: 6,866; makefile: 3,519; perl: 2,412; python: 1,449; ruby: 965; php: 807; sql: 173; xml: 51; csh: 2
file content (43 lines) | stat: -rw-r--r-- 2,469 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gftest</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="gftest">
<a name="gftest.1"></a><div class="titlepage"></div>
<div class="refnamediv">
<a name="name"></a><h2>Name</h2>
<p>gftest — check entry type</p>
</div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="synopsis"></a><h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">gftest</code>   <em class="replaceable"><code>options</code></em>   <em class="replaceable"><code>path</code></em> </p></div>
</div>
<div class="refsect1" title="DESCRIPTION">
<a name="description"></a><h2>DESCRIPTION</h2>
<p>Check file or directory information.</p>
</div>
<div class="refsect1" title="OPTIONS">
<a name="options"></a><h2>OPTIONS</h2>
<div class="variablelist"><dl>
<dt><span class="term"><code class="option">-d</code></span></dt>
<dd><p>returns 0 if an entry specified by <em class="parameter"><code>path</code></em> is a directory.</p></dd>
<dt><span class="term"><code class="option">-e</code></span></dt>
<dd><p>returns 0 if an entry specified by <em class="parameter"><code>path</code></em> exists.</p></dd>
<dt><span class="term"><code class="option">-f</code></span></dt>
<dd><p>returns 0 if an entry specified by <em class="parameter"><code>path</code></em> is a regular file.</p></dd>
<dt><span class="term"><code class="option">-h</code></span></dt>
<dd><p>returns 0 if an entry specified by <em class="parameter"><code>path</code></em> is a symbolic link.</p></dd>
<dt><span class="term"><code class="option">-s</code></span></dt>
<dd><p>returns 0 if an entry specified by <em class="parameter"><code>path</code></em> is a regular file whose size is greater than 0.</p></dd>
<dt><span class="term"><code class="option">-L</code></span></dt>
<dd><p>returns 0 if an entry specified by <em class="parameter"><code>path</code></em> is a regular file and stored in the same host.</p></dd>
<dt><span class="term"><code class="option">-R</code></span></dt>
<dd><p>returns 0 if an entry specified by <em class="parameter"><code>path</code></em> is a regular file and stored in a remote host.</p></dd>
<dt><span class="term"><code class="option">-?</code></span></dt>
<dd><p>displays a list of command options.</p></dd>
</dl></div>
</div>
</div></body>
</html>