source: general/genutils/tree.xml@ eede1a3

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 3.5 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 "http://mama.indstate.edu/users/ice/tree/src/tree-&tree-version;.tgz">
8<!ENTITY tree-download-ftp "ftp://mama.indstate.edu/linux/tree/tree-&tree-version;.tgz">
9<!ENTITY tree-md5sum "715191c7f369be377fc7cc8ce0ccd835">
10<!ENTITY tree-size "52 KB">
11<!ENTITY tree-buildsize "656 KB">
12<!ENTITY tree-time "less than 0.1 SBU">
13]>
14
15<sect1 id="tree" xreflabel="tree-&tree-version;">
16 <?dbhtml filename="tree.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>tree-&tree-version;</title>
23
24 <indexterm zone="tree">
25 <primary sortas="a-tree">tree</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to tree</title>
30
31 <para>
32 The <application>tree</application> application, as the name suggests,
33 is useful to display, in a terminal, directory contents, including
34 directories, files, links.
35 </para>
36
37 &lfs101_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<screen role="root"><userinput>make MANDIR=/usr/share/man/man1 install &amp;&amp;
97chmod -v 644 /usr/share/man/man1/tree.1</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Program</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>tree</seg>
111 <seg>None</seg>
112 <seg>None</seg>
113 </seglistitem>
114 </segmentedlist>
115
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="tree-app">
122 <term><command>tree</command></term>
123 <listitem>
124 <para>
125 displays a directory tree in a terminal
126 </para>
127 <indexterm zone="tree tree-app">
128 <primary sortas="b-tree">tree</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 </variablelist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.