Changeset ce07064
- Timestamp:
- 02/13/2016 05:07:59 PM (7 years ago)
- 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, 7.10, 7.10-rc1, 7.9, 7.9-rc1, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 471ca8f, 6bf9d727
- Parents:
- cf2b348
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/coreutils.xml
rcf2b348 rce07064 157 157 158 158 <seglistitem> 159 <seg>[, base64, basename, cat, chcon, chgrp, chmod, chown, chroot, cksum, 160 comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, 161 env, expand, expr, factor, false, fmt, fold, groups, head, hostid, 162 id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, 163 mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste, pathchk, pinky, pr, 164 printenv, printf, ptx, pwd, readlink, realpath, rm, rmdir, runcon, seq, 165 sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, 166 sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, 167 timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, 168 unlink, users, vdir, wc, who, whoami, and yes</seg> 159 <seg>[, base32, base64, basename, cat, chcon, chgrp, chmod, chown, 160 chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors, 161 dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups, 162 head, hostid, id, install, join, link, ln, logname, ls, md5sum, mkdir, 163 mkfifo, mknod, mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste, 164 pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, realpath, rm, 165 rmdir, runcon, seq, sha1sum, sha224sum, sha256sum, sha384sum, 166 sha512sum, shred, shuf, sleep, sort, split, stat, stdbuf, stty, sum, 167 sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort, 168 tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and 169 yes</seg> 169 170 <seg>libstdbuf.so</seg> 170 171 <seg>/usr/libexec/coreutils</seg> … … 177 178 <?dbhtml list-presentation="table"?> 178 179 180 <varlistentry id="base32"> 181 <term><command>base32</command></term> 182 <listitem> 183 <para>Encodes and decodes data according to the base32 specification 184 (RFC 4648)</para> 185 <indexterm zone="ch-system-coreutils base64"> 186 <primary sortas="b-base64">base64</primary> 187 </indexterm> 188 </listitem> 189 </varlistentry> 190 179 191 <varlistentry id="base64"> 180 192 <term><command>base64</command></term> 181 193 <listitem> 182 <para>Encodes and decodes data according to the base64 (RFC 3548)183 specification</para>194 <para>Encodes and decodes data according to the base64 specification 195 (RFC 4648)</para> 184 196 <indexterm zone="ch-system-coreutils base64"> 185 197 <primary sortas="b-base64">base64</primary>
Note:
See TracChangeset
for help on using the changeset viewer.