|
@@ -2,8 +2,6 @@
|
|
|
|
|
|
<sect2><title>Descriptions</title>
|
|
|
|
|
|
-<para>Not yet fully checked.</para>
|
|
|
-
|
|
|
<sect3><title>Program file descriptions</title>
|
|
|
|
|
|
<sect4><title>basename</title>
|
|
@@ -123,6 +121,9 @@ standard output.</para></sect4>
|
|
|
<para>hostid prints the numeric identifier (in hexadecimal) for the current
|
|
|
host.</para></sect4>
|
|
|
|
|
|
+<sect4><title>hostname</title>
|
|
|
+<para>hostname reports or sets the name of the current host.</para></sect4>
|
|
|
+
|
|
|
<sect4><title>id</title>
|
|
|
<para>id prints the effective user and group IDs of the current
|
|
|
user or a given user.</para></sect4>
|
|
@@ -134,6 +135,9 @@ their owner and group.</para></sect4>
|
|
|
<sect4><title>join</title>
|
|
|
<para>join joins lines of two files on a common field.</para></sect4>
|
|
|
|
|
|
+<sect4><title>kill</title>
|
|
|
+<para>kill terminates the given process.</para></sect4>
|
|
|
+
|
|
|
<sect4><title>ln</title>
|
|
|
<para>ln makes hard or soft (symbolic) links between files.</para></sect4>
|
|
|
|
|
@@ -210,6 +214,9 @@ function).</para></sect4>
|
|
|
<para>seq prints numbers in a certain range with a certain
|
|
|
increment.</para></sect4>
|
|
|
|
|
|
+<sect4><title>sha1sum</title>
|
|
|
+<para>sha1sum prints or checks 160-bit SHA1checksums.</para></sect4>
|
|
|
+
|
|
|
<sect4><title>shred</title>
|
|
|
<para>shred deletes a file securely, overwriting it first so that its
|
|
|
contents can't be recovered.</para></sect4>
|