aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-04 16:40:23 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-04 16:40:23 +0000
commitd9dc49a035a29653d0594c75fdcba7ab004d3ec3 (patch)
treee063406ac65e8337bf403381fbc6057e06d1465a /chapter06
parent9cb970842dd33b246cacbe832fa80b7cc4239683 (diff)
Upgrade to Coreutils-6.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml2
-rw-r--r--chapter06/coreutils.xml79
2 files changed, 71 insertions, 10 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 5715d6be9..6238aec11 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -24,6 +24,7 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="db.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="e2fsprogs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="coreutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iana-etc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
@@ -40,7 +41,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bash.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bzip2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diffutils.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="e2fsprogs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="file.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="findutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="flex.xml"/>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index a8cc1a621..4a85817d4 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -127,15 +127,15 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
<segtitle>Installed programs</segtitle>
<seglistitem>
- <seg>basename, cat, chgrp, chmod, chown, chroot, cksum, comm, cp,
- csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,
- expand, expr, factor, false, fmt, fold, groups, head, hostid,
- hostname, id, install, join, link, ln, logname, ls, md5sum, mkdir,
- mkfifo, mknod, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr,
- printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum, shred,
- sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test,
- touch, tr, true, tsort, tty, uname, unexpand, uniq, unlink, users,
- vdir, wc, who, whoami, and yes</seg>
+ <seg>base64, basename, cat, chgrp, chmod, chown, chroot, cksum, comm,
+ cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,
+ expand, expr, factor, false, fmt, fold, groups, head, hostid, hostname,
+ id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod,
+ mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf,
+ ptx, pwd, readlink, rm, rmdir, seq, sha1sum, sha224sum, sha256sum,
+ sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, stty, sum,
+ sync, tac, tail, tee, test, touch, tr, true, tsort, tty, uname,
+ unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg>
</seglistitem>
</segmentedlist>
@@ -144,6 +144,17 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="base64">
+ <term><command>base64</command></term>
+ <listitem>
+ <para>Encodes and decodes data according to the base64 (RFC 3548)
+ specification</para>
+ <indexterm zone="ch-system-coreutils base64">
+ <primary sortas="b-base64">basename</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="basename">
<term><command>basename</command></term>
<listitem>
@@ -766,6 +777,46 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="sha224sum">
+ <term><command>sha224sum</command></term>
+ <listitem>
+ <para>Prints or checks 224-bit Secure Hash Algorithm checksums</para>
+ <indexterm zone="ch-system-coreutils sha224sum">
+ <primary sortas="b-sha224sum">sha224sum</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="sha256sum">
+ <term><command>sha256sum</command></term>
+ <listitem>
+ <para>Prints or checks 256-bit Secure Hash Algorithm checksums</para>
+ <indexterm zone="ch-system-coreutils sha256sum">
+ <primary sortas="b-sha256sum">sha256sum</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="sha384sum">
+ <term><command>sha384sum</command></term>
+ <listitem>
+ <para>Prints or checks 384-bit Secure Hash Algorithm checksums</para>
+ <indexterm zone="ch-system-coreutils sha384sum">
+ <primary sortas="b-sha384sum">sha384sum</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="sha512sum">
+ <term><command>sha512sum</command></term>
+ <listitem>
+ <para>Prints or checks 512-bit Secure Hash Algorithm checksums</para>
+ <indexterm zone="ch-system-coreutils sha512sum">
+ <primary sortas="b-sha512sum">sha512sum</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="shred">
<term><command>shred</command></term>
<listitem>
@@ -777,6 +828,16 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="shuf">
+ <term><command>shuf</command></term>
+ <listitem>
+ <para>Shuffles lines of text</para>
+ <indexterm zone="ch-system-coreutils shuf">
+ <primary sortas="b-shuf">shuf</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="sleep">
<term><command>sleep</command></term>
<listitem>