Ignore:
Timestamp:
08/17/2004 10:12:01 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
fa2f5ad
Parents:
6850316
Message:

General edits. Added bash+readline display_wrap patches

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r6850316 r24a08b9  
    100100<segmentedlist>
    101101<segtitle>Installed programs</segtitle>
    102 <seglistitem><seg>basename, cat, chgrp, chmod,
    103 chown, chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors,
    104 dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups, head,
     102<seglistitem><seg>basename, cat, chgrp, chmod, chown, chroot, cksum,
     103comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du,
     104echo, env, expand, expr, factor, false, fmt, fold, groups, head,
    105105hostid, hostname, id, install, join, link, ln, logname, ls, md5sum,
    106 mkdir, mkfifo, mknod, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr,
    107 printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum, shred, sleep,
    108 sort, split, stat, stty, su, sum, sync, tac, tail, tee, test, touch, tr, true,
    109 tsort, tty, uname, unexpand, uniq, unlink, uptime, users, vdir, wc, who,
    110 whoami and yes</seg></seglistitem>
     106mkdir, mkfifo, mknod, mv, nice, nl, nohup, od, paste, pathchk, pinky,
     107pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum,
     108shred, sleep, sort, split, stat, stty, sum, sync, tac, tail, tee,
     109test, touch, tr, true, tsort, tty, uname, unexpand, uniq, unlink,
     110users, vdir, wc, who, whoami and yes</seg></seglistitem>
    111111</segmentedlist>
    112112
     
    651651</varlistentry>
    652652
     653<varlistentry id="stat">
     654<term><command>stat</command></term>
     655<listitem>
     656<para>displays file or filesystem status.</para>
     657<indexterm zone="ch-system-coreutils stat"><primary sortas="b-stat">stat</primary></indexterm>
     658</listitem>
     659</varlistentry>
     660
    653661<varlistentry id="stty">
    654662<term><command>stty</command></term>
     
    656664<para>sets or reports terminal line settings.</para>
    657665<indexterm zone="ch-system-coreutils stty"><primary sortas="b-stty">stty</primary></indexterm>
    658 </listitem>
    659 </varlistentry>
    660 
    661 <varlistentry id="su">
    662 <term><command>su</command></term>
    663 <listitem>
    664 <para>runs a shell with substitute user and group IDs.</para>
    665 <indexterm zone="ch-system-coreutils su"><primary sortas="b-su">su</primary></indexterm>
    666666</listitem>
    667667</varlistentry>
     
    796796</varlistentry>
    797797
    798 <varlistentry id="uptime-coreutils">
    799 <term><command>uptime</command></term>
    800 <listitem>
    801 <para>reports how long the system has been running, how many users are
    802 logged on, and the system load averages.</para>
    803 <indexterm zone="ch-system-coreutils uptime-coreutils"><primary sortas="b-uptime-coreutils">uptime</primary></indexterm>
    804 </listitem>
    805 </varlistentry>
    806 
    807798<varlistentry id="users">
    808799<term><command>users</command></term>
Note: See TracChangeset for help on using the changeset viewer.