Changeset d2c51b1 in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Apr 30, 2007, 12:38:43 PM (18 years ago)
- Branches:
- master
- Children:
- 88f5ffd
- Parents:
- 1502f93e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r1502f93e rd2c51b1 91 91 92 92 <seglistitem> 93 <seg>[, base name, cat, chgrp, chmod, chown, chroot, cksum,93 <seg>[, base64, basename, cat, chgrp, chmod, chown, chroot, cksum, 94 94 comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, 95 95 echo, env, expand, expr, factor, false, fmt, fold, groups, head, … … 97 97 mkdir, mkfifo, mknod, mv, nice, nl, nohup, od, paste, pathchk, pinky, 98 98 pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum, 99 shred, sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, 100 test, touch, tr, true, tsort, tty, uname, unexpand, uniq, unlink, 101 users, vdir, wc, who, whoami, and yes</seg> 99 sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort, 100 split, stat, stty, sum, sync, tac, tail, tee, test, touch, tr, true, 101 tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, 102 whoami, and yes</seg> 102 103 </seglistitem> 103 104 </segmentedlist> … … 107 108 <?dbfo list-presentation="list"?> 108 109 <?dbhtml list-presentation="table"?> 110 111 <varlistentry id="base64"> 112 <term><command>base64</command></term> 113 <listitem> 114 <para>Base64 encode/decode data and print to standard output</para> 115 <indexterm zone="ch-system-coreutils base64"> 116 <primary sortas="b-base64">base64</primary> 117 </indexterm> 118 </listitem> 119 </varlistentry> 109 120 110 121 <varlistentry id="basename"> … … 730 741 </varlistentry> 731 742 743 <varlistentry id="sha224sum"> 744 <term><command>sha224sum</command></term> 745 <listitem> 746 <para>Prints or checks SHA224 checksums</para> 747 <indexterm zone="ch-system-coreutils sha224sum"> 748 <primary sortas="b-sha224sum">sha224sum</primary> 749 </indexterm> 750 </listitem> 751 </varlistentry> 752 753 <varlistentry id="sha256sum"> 754 <term><command>sha256sum</command></term> 755 <listitem> 756 <para>Prints or checks SHA256 checksums</para> 757 <indexterm zone="ch-system-coreutils sha256sum"> 758 <primary sortas="b-sha256sum">sha256sum</primary> 759 </indexterm> 760 </listitem> 761 </varlistentry> 762 763 <varlistentry id="sha384sum"> 764 <term><command>sha384sum</command></term> 765 <listitem> 766 <para>Prints or checks SHA384 checksums</para> 767 <indexterm zone="ch-system-coreutils sha384sum"> 768 <primary sortas="b-sha384sum">sha384sum</primary> 769 </indexterm> 770 </listitem> 771 </varlistentry> 772 773 <varlistentry id="sha512sum"> 774 <term><command>sha512sum</command></term> 775 <listitem> 776 <para>Prints or checks SHA512 checksums</para> 777 <indexterm zone="ch-system-coreutils sha512sum"> 778 <primary sortas="b-sha512sum">sha512sum</primary> 779 </indexterm> 780 </listitem> 781 </varlistentry> 782 732 783 <varlistentry id="shred"> 733 784 <term><command>shred</command></term> … … 737 788 <indexterm zone="ch-system-coreutils shred"> 738 789 <primary sortas="b-shred">shred</primary> 790 </indexterm> 791 </listitem> 792 </varlistentry> 793 794 <varlistentry id="shuf"> 795 <term><command>shuf</command></term> 796 <listitem> 797 <para>Write a random permutation of the input lines to standard output or a file</para> 798 <indexterm zone="ch-system-coreutils shuf"> 799 <primary sortas="b-shuf">shuf</primary> 739 800 </indexterm> 740 801 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.