source: general/genutils/tree.xml@ b3d0dbd

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since b3d0dbd was b3d0dbd, checked in by Xi Ruoyao <xry111@…>, 20 months ago

genutils: URL update

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY tree-download-http "https://mama.indstate.edu/users/ice/tree/src/tree-&tree-version;.tgz">
8<!ENTITY tree-download-ftp " ">
9<!-- <!ENTITY tree-download-ftp "ftp://mama.indstate.edu/linux/tree/tree-&tree-version;.tgz">-->
10<!ENTITY tree-md5sum "3aff51f13bb10bff874aa1d13fb9e50c">
11<!ENTITY tree-size "60 KB">
12<!ENTITY tree-buildsize "532 KB">
13<!ENTITY tree-time "less than 0.1 SBU">
14]>
15
16<sect1 id="tree" xreflabel="tree-&tree-version;">
17 <?dbhtml filename="tree.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>tree-&tree-version;</title>
24
25 <indexterm zone="tree">
26 <primary sortas="a-tree">tree</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to tree</title>
31
32 <para>
33 The <application>tree</application> application is useful to display a
34 dictionary tree's contents, including files, directories, and links.
35 </para>
36
37 &lfs112_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&tree-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&tree-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &tree-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &tree-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &tree-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &tree-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/tree"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of tree</title>
80
81 <para>
82 Install <application>tree</application> by running the following
83 commands:
84 </para>
85
86<screen><userinput>make</userinput></screen>
87
88 <para>
89 This package does not come with a test suite.
90 </para>
91
92 <para>
93 Now, as the <systemitem class="username">root</systemitem> user:
94 </para>
95
96 <!-- Without MANDIR=/usr/share/man, it'll create /usr/share/man1/man1 and
97 install 'tree.1' there. Also, without prefix=/usr, it'll install the
98 'tree' command in /usr/local/bin. -->
99
100<screen role="root"><userinput>make PREFIX=/usr MANDIR=/usr/share/man install &amp;&amp;
101chmod -v 644 /usr/share/man/man1/tree.1</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>tree</seg>
115 <seg>None</seg>
116 <seg>None</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="tree-app">
126 <term><command>tree</command></term>
127 <listitem>
128 <para>
129 displays a directory tree in a terminal
130 </para>
131 <indexterm zone="tree tree-app">
132 <primary sortas="b-tree">tree</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 </variablelist>
138
139 </sect2>
140
141</sect1>
Note: See TracBrowser for help on using the repository browser.