From bdc08c1c6419be50edb433c4425481bdabf8a5ea Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 6 Feb 2002 23:15:46 +0000 Subject: [Bug 190] reorganise and sync descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/shellutils-desc.xml | 156 +++++++++++++++++++++--------------------- 1 file changed, 78 insertions(+), 78 deletions(-) (limited to 'appendixa/shellutils-desc.xml') diff --git a/appendixa/shellutils-desc.xml b/appendixa/shellutils-desc.xml index 0ae673c22..b5664bc13 100644 --- a/appendixa/shellutils-desc.xml +++ b/appendixa/shellutils-desc.xml @@ -1,132 +1,132 @@ - -Contents +Contents of sh-utils-&sh-utils-contversion; -The Sh-utils package contains the basename, chroot, date, dirname, +Program Files +basename, chroot, date, dirname, echo, env, expr, factor, false, groups, hostid, hostname, id, logname, nice, nohup, pathchk, pinky, printenv, printf, pwd, seq, sleep, stty, -su, tee, test, true, tty, uname, uptime, users, who, whoami and yes -programs. +su, tee, test, true, tty, uname, uptime, users, who, whoami and +yes - - -Description +Descriptions -basename -basename strips directory and suffixes from filenames. +basename +basename strips directory and suffixes from filenames. -chroot +chroot chroot runs a command or interactive shell with special -root directory. +root directory. -date +date date displays the current time in a specified format, or sets -the system date. +the system date. -dirname -dirname strips non-directory suffixes from file name. +dirname +dirname strips non-directory suffixes from file name. -echo -echo displays a line of text. +echo +echo displays a line of text. -env -env runs a program in a modified environment. +env +env runs a program in a modified environment. -expr -expr evaluates expressions. +expr +expr evaluates expressions. -factor +factor factor prints the prime factors of all specified -integer numbers. +integer numbers. -false -false always exits with a status code indicating failure. +false +false always exits with a status code indicating failure. -groups -groups prints the groups a user is in. +groups +groups prints the groups a user is in. -hostid +hostid hostid prints the numeric identifier (in hexadecimal) for the current -host. +host. -hostname -hostname sets or prints the name of the current host system +hostname +hostname sets or prints the name of the current host system -id +id id prints the real and effective UIDs and GIDs of a user or the current -user. +user. -logname -logname prints the current user's login name. +logname +logname prints the current user's login name. -nice -nice runs a program with modified scheduling priority. +nice +nice runs a program with modified scheduling priority. -nohup +nohup nohup runs a command immune to hangups, with output to a -non-tty +non-tty -pathchk -pathchk checks whether file names are valid or portable. +pathchk +pathchk checks whether file names are valid or portable. -pinky +pinky pinky is a lightweight finger utility which retrieves information about -a certain user +a certain user -printenv -printenv prints all or part of the environment. +printenv +printenv prints all or part of the environment. -printf +printf printf formats and prints data (the same as the printf C -function). +function). -pwd -pwd prints the name of the current/working directory +pwd +pwd prints the name of the current/working directory -seq +seq seq prints numbers in a certain range with a certain -increment. +increment. -sleep -sleep delays for a specified amount of time. +sleep +sleep delays for a specified amount of time. -stty -stty changes and prints terminal line settings. +stty +stty changes and prints terminal line settings. -su -su runs a shell with substitute user and group IDs +su +su runs a shell with substitute user and group IDs -tee +tee tee reads from standard input and writes to standard output and -files. +files. -test -test checks file types and compares values. +test +test checks file types and compares values. -true -True always exits with a status code indicating success. +true +True always exits with a status code indicating success. -tty +tty tty prints the file name of the terminal connected to standard -input. +input. -uname -uname prints system information. +uname +uname prints system information. -uptime -uptime tells how long the system has been running. +uptime +uptime tells how long the system has been running. -users +users users prints the user names of users currently logged in to the -current host. +current host. + +who +who shows who is logged on. -who -who shows who is logged on. +whoami +whoami prints the user's effective userid. -whoami -whoami prints the user's effective userid. +yes +yes outputs a string repeatedly until killed. -yes -yes outputs a string repeatedly until killed. + -- cgit v1.2.3-54-g00ecf