From d9dc49a035a29653d0594c75fdcba7ab004d3ec3 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 4 Oct 2006 16:40:23 +0000 Subject: Upgrade to Coreutils-6.3 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 2 +- chapter06/coreutils.xml | 79 +++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 71 insertions(+), 10 deletions(-) (limited to 'chapter06') 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 @@ + @@ -40,7 +41,6 @@ - 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 Installed programs - 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 + 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 @@ -144,6 +144,17 @@ mv -v /usr/bin/chroot /usr/sbin + + base64 + + Encodes and decodes data according to the base64 (RFC 3548) + specification + + basename + + + + basename @@ -766,6 +777,46 @@ mv -v /usr/bin/chroot /usr/sbin + + sha224sum + + Prints or checks 224-bit Secure Hash Algorithm checksums + + sha224sum + + + + + + sha256sum + + Prints or checks 256-bit Secure Hash Algorithm checksums + + sha256sum + + + + + + sha384sum + + Prints or checks 384-bit Secure Hash Algorithm checksums + + sha384sum + + + + + + sha512sum + + Prints or checks 512-bit Secure Hash Algorithm checksums + + sha512sum + + + + shred @@ -777,6 +828,16 @@ mv -v /usr/bin/chroot /usr/sbin + + shuf + + Shuffles lines of text + + shuf + + + + sleep -- cgit v1.2.3-54-g00ecf