source: cmdline.xml@ e1100da

basic
Last change on this file since e1100da was e1100da, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Initial commit of basic branch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20509 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter 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
8<!--
9$LastChangedBy$
10$Date$
11-->
12
13<chapter id="cmdline" xreflabel="Command Line Tools">
14 <?dbhtml filename="cmdline.html"?>
15
16 <title>Command Line Tools</title>
17
18 <para>These tools are recommended for all systems.</para>
19
20 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/which.xml"/>
21 <xi:include xmlns:xi="&xinclude;" href="networking/netprogs/wget.xml"/>
22 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/make-ca.xml"/>
23 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/openssh.xml"/>
24 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/sudo.xml"/>
25 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/unzip.xml"/>
26 <xi:include xmlns:xi="&xinclude;" href="networking/textweb/links.xml"/>
27 <xi:include xmlns:xi="&xinclude;" href="networking/mailnews/mailx.xml"/>
28
29</chapter>
Note: See TracBrowser for help on using the repository browser.