aboutsummaryrefslogtreecommitdiff
blob: b47e09739acbf2f1f55ea65b31df53022f1b2926 (plain)
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
44
45
<?xml version="1.0" encoding="UTF-8"?>
<guide self="tools-reference/">
<chapter>
<title>Tools Reference</title>

<body>
<p>
This section provides an overview of various useful standard Unix and Gentoo
tools and utilities that may be used within ebuilds or when working with
ebuilds.
</p>

<p>
Please keep in mind the need for
<uri link="::ebuild-writing/error-handling/#The die Function">error handling</uri>
when using these tools in ebuilds.
</p>
</body>

<section>
<title>Contents</title>
<body>
<contentsTree/>
</body>
</section>
</chapter>

<include href="bash/"/>
<include href="cat/"/>
<include href="cut/"/>
<include href="diff-and-patch/"/>
<include href="echo/"/>
<include href="ekeyword/"/>
<include href="false-and-true/"/>
<include href="find/"/>
<include href="grep/"/>
<include href="head-and-tail/"/>
<include href="sed/"/>
<include href="sort/"/>
<include href="tr/"/>
<include href="uniq/"/>
<!--
<include href="xargs/"/>-->

</guide>