aboutsummaryrefslogtreecommitdiff
blob: 9e0f6bc2ba321da96e403f475e267fcfe1a70a39 (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
<?xml version="1.0"?>
<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>
</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="repoman/"/>
-->
<include href="sed/"/>
<include href="sort/"/>
<include href="tr/"/>
<include href="uniq/"/>
<!--
<include href="xargs/"/>-->

</guide>