source: appendixa/shellutils-desc.xml@ 5d0e2ab

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 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 5d0e2ab was e397c3a, checked in by Gerard Beekmans <gerard@…>, 21 years ago

converted sh-utils

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Descriptions</title>
4
5<para>Last checked against version &sh-utils-contversion;.</para>
6
7<sect3><title>Program file descriptions</title>
8
9<sect4><title>basename</title>
10<para>basename strips directory and suffixes from filenames.</para></sect4>
11
12<sect4><title>chroot</title>
13<para>chroot runs a command or interactive shell with special
14root directory.</para></sect4>
15
16<sect4><title>date</title>
17<para>date displays the current time in a specified format, or sets
18the system date.</para></sect4>
19
20<sect4><title>dirname</title>
21<para>dirname strips non-directory suffixes from file name.</para></sect4>
22
23<sect4><title>echo</title>
24<para>echo displays a line of text.</para></sect4>
25
26<sect4><title>env</title>
27<para>env runs a program in a modified environment.</para></sect4>
28
29<sect4><title>expr</title>
30<para>expr evaluates expressions.</para></sect4>
31
32<sect4><title>factor</title>
33<para>factor prints the prime factors of all specified
34integer numbers.</para></sect4>
35
36<sect4><title>false</title>
37<para>false always exits with a status code indicating failure.</para></sect4>
38
39<sect4><title>groups</title>
40<para>groups prints a user's group memberships.</para></sect4>
41
42<sect4><title>hostid</title>
43<para>hostid prints the numeric identifier (in hexadecimal) for the current
44host.</para></sect4>
45
46<sect4><title>id</title>
47<para>id prints the effective user and group IDs of the current
48user or a given user.</para></sect4>
49
50<sect4><title>logname</title>
51<para>logname prints the current user's login name.</para></sect4>
52
53<sect4><title>nice</title>
54<para>nice runs a program with modified scheduling priority.</para></sect4>
55
56<sect4><title>nohup</title>
57<para>nohup runs a command immune to hangups, with output to a
58log file.</para></sect4>
59
60<sect4><title>pathchk</title>
61<para>pathchk checks whether file names are valid or portable.</para></sect4>
62
63<sect4><title>pinky</title>
64<para>pinky is a lightweight finger utility which retrieves information about
65a certain user.</para></sect4>
66
67<sect4><title>printenv</title>
68<para>printenv prints all or part of the environment.</para></sect4>
69
70<sect4><title>printf</title>
71<para>printf formats and prints data (the same as the C printf
72function).</para></sect4>
73
74<sect4><title>pwd</title>
75<para>pwd prints the name of the current/working directory.</para></sect4>
76
77<sect4><title>seq</title>
78<para>seq prints numbers in a certain range with a certain
79increment.</para></sect4>
80
81<sect4><title>sleep</title>
82<para>sleep delays for a specified amount of time.</para></sect4>
83
84<sect4><title>stty</title>
85<para>stty changes and prints terminal line settings.</para></sect4>
86
87<sect4><title>su</title>
88<para>su runs a shell with substitute user and group IDs.</para></sect4>
89
90<sect4><title>tee</title>
91<para>tee reads from standard input and writes to standard output and
92files.</para></sect4>
93
94<sect4><title>test</title>
95<para>test checks file types and compares values.</para></sect4>
96
97<sect4><title>true</title>
98<para>true always exits with a status code indicating success.</para></sect4>
99
100<sect4><title>tty</title>
101<para>tty prints the file name of the terminal connected to standard
102input.</para></sect4>
103
104<sect4><title>uname</title>
105<para>uname prints system information.</para></sect4>
106
107<sect4><title>uptime</title>
108<para>uptime tells how long the system has been running.</para></sect4>
109
110<sect4><title>users</title>
111<para>users prints the user names of users currently logged in to the
112current host.</para></sect4>
113
114<sect4><title>who</title>
115<para>who shows who is logged on.</para></sect4>
116
117<sect4><title>whoami</title>
118<para>whoami prints the user name associated with the current
119effective user ID.</para></sect4>
120
121<sect4><title>yes</title>
122<para>yes outputs 'y' or a given string repeatedly,
123until killed.</para></sect4>
124
125</sect3>
126
127</sect2>
128
Note: See TracBrowser for help on using the repository browser.