OSDN Git Service

GIT-20170514.
[clfsja/cross-lfs-ja.git] / src / final-system / common / grep.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>The Grep package contains programs for searching through
14     files.</para>
15 @y
16     <para>
17     Grep パッケージはファイル内の検索を行うプログラムを提供します。
18     </para>
19 @z
20
21 @x
22     <title>Installation of Grep</title>
23 @y
24     <title>&InstallationOf1;Grep &InstallationOf2;</title>
25 @z
26
27 @x
28     <para os="a">Prepare Grep for compilation:</para>
29 @y
30     <para os="a">&PreparePackage1;Grep &PreparePackage2;</para>
31 @z
32
33 @x
34     <para os="c">Compile the package:</para>
35 @y
36     <para os="c">&CompileThePackage;</para>
37 @z
38
39 @x
40     <para os="e">To test the results, issue:</para>
41 @y
42     <para os="e">
43     ビルド結果をテストする場合は以下を実行します。
44     </para>
45 @z
46
47 @x
48     <para os="f">Install the package:</para>
49 @y
50     <para os="f">&InstallThePackage;</para>
51 @z
52
53 @x
54     <title>Contents of Grep</title>
55 @y
56     <title>&ContentsOf1;Grep &ContentsOf2;</title>
57 @z
58
59 @x
60       <segtitle>Installed programs</segtitle>
61 @y
62       <segtitle>&InstalledProgram;</segtitle>
63 @z
64
65 @x
66         <seg>egrep, fgrep, grep</seg>
67 @y
68         <seg>egrep, fgrep, grep</seg>
69 @z
70
71 @x
72       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
73 @y
74       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
75 @z
76
77 @x egrep
78           <para>Prints lines matching an extended regular expression</para>
79 @y
80           <para>
81           拡張正規表現 (extended regular expression) にマッチした行を表示します。
82           </para>
83 @z
84
85 @x fgrep
86           <para>Prints lines matching a list of fixed strings</para>
87 @y
88           <para>
89           固定文字列の一覧にマッチした行を表示します。
90           </para>
91 @z
92
93 @x grep
94           <para>Prints lines matching a basic regular expression</para>
95 @y
96           <para>
97           基本的な正規表現に合致した行を出力します。
98           </para>
99 @z