Ignore:
Timestamp:
10/04/2006 04:40:23 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
bb8dd5e
Parents:
9cb9708
Message:

Upgrade to Coreutils-6.3

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r9cb9708 rd9dc49a  
    128128
    129129      <seglistitem>
    130         <seg>basename, cat, chgrp, chmod, chown, chroot, cksum, comm, cp,
    131         csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,
    132         expand, expr, factor, false, fmt, fold, groups, head, hostid,
    133         hostname, id, install, join, link, ln, logname, ls, md5sum, mkdir,
    134         mkfifo, mknod, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr,
    135         printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum, shred,
    136         sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test,
    137         touch, tr, true, tsort, tty, uname, unexpand, uniq, unlink, users,
    138         vdir, wc, who, whoami, and yes</seg>
     130        <seg>base64, basename, cat, chgrp, chmod, chown, chroot, cksum, comm,
     131        cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,
     132        expand, expr, factor, false, fmt, fold, groups, head, hostid, hostname,
     133        id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod,
     134        mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf,
     135        ptx, pwd, readlink, rm, rmdir, seq, sha1sum, sha224sum, sha256sum,
     136        sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, stty, sum,
     137        sync, tac, tail, tee, test, touch, tr, true, tsort, tty, uname,
     138        unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg>
    139139      </seglistitem>
    140140    </segmentedlist>
     
    144144      <?dbfo list-presentation="list"?>
    145145      <?dbhtml list-presentation="table"?>
     146
     147      <varlistentry id="base64">
     148        <term><command>base64</command></term>
     149        <listitem>
     150          <para>Encodes and decodes data according to the base64 (RFC 3548)
     151            specification</para>
     152          <indexterm zone="ch-system-coreutils base64">
     153            <primary sortas="b-base64">basename</primary>
     154          </indexterm>
     155        </listitem>
     156      </varlistentry>
    146157
    147158      <varlistentry id="basename">
     
    767778      </varlistentry>
    768779
     780      <varlistentry id="sha224sum">
     781        <term><command>sha224sum</command></term>
     782        <listitem>
     783          <para>Prints or checks 224-bit Secure Hash Algorithm checksums</para>
     784          <indexterm zone="ch-system-coreutils sha224sum">
     785            <primary sortas="b-sha224sum">sha224sum</primary>
     786          </indexterm>
     787        </listitem>
     788      </varlistentry>
     789
     790      <varlistentry id="sha256sum">
     791        <term><command>sha256sum</command></term>
     792        <listitem>
     793          <para>Prints or checks 256-bit Secure Hash Algorithm checksums</para>
     794          <indexterm zone="ch-system-coreutils sha256sum">
     795            <primary sortas="b-sha256sum">sha256sum</primary>
     796          </indexterm>
     797        </listitem>
     798      </varlistentry>
     799
     800      <varlistentry id="sha384sum">
     801        <term><command>sha384sum</command></term>
     802        <listitem>
     803          <para>Prints or checks 384-bit Secure Hash Algorithm checksums</para>
     804          <indexterm zone="ch-system-coreutils sha384sum">
     805            <primary sortas="b-sha384sum">sha384sum</primary>
     806          </indexterm>
     807        </listitem>
     808      </varlistentry>
     809
     810      <varlistentry id="sha512sum">
     811        <term><command>sha512sum</command></term>
     812        <listitem>
     813          <para>Prints or checks 512-bit Secure Hash Algorithm checksums</para>
     814          <indexterm zone="ch-system-coreutils sha512sum">
     815            <primary sortas="b-sha512sum">sha512sum</primary>
     816          </indexterm>
     817        </listitem>
     818      </varlistentry>
     819
    769820      <varlistentry id="shred">
    770821        <term><command>shred</command></term>
     
    774825          <indexterm zone="ch-system-coreutils shred">
    775826            <primary sortas="b-shred">shred</primary>
     827          </indexterm>
     828        </listitem>
     829      </varlistentry>
     830
     831      <varlistentry id="shuf">
     832        <term><command>shuf</command></term>
     833        <listitem>
     834          <para>Shuffles lines of text</para>
     835          <indexterm zone="ch-system-coreutils shuf">
     836            <primary sortas="b-shuf">shuf</primary>
    776837          </indexterm>
    777838        </listitem>
Note: See TracChangeset for help on using the changeset viewer.