Usage: gzip [OPTION]... FILE
Compress FILE with maximum compression.
-When FILE is '-', reads standard input. Implies -c.
+When FILE is '-', reads standard input. Implies B<-c>.
Options:
=item killall
-Usage: killall [-signal] process-name [process-name ...]
+Usage: killall [B<-signal>] process-name [process-name ...]
Send a signal (default is SIGTERM) to the specified process(es).
Options:
+
-l List all signal names and numbers.
Example:
Creates a named pipe (identical to 'mknod name p')
Options:
+
-m create the pipe using the specified mode (default a=rw)
-------------------------------
Create a special file (block, character, or pipe).
Options:
+
-m create the special file using the specified mode (default a=rw)
TYPEs include:
=item mt
-Usage: mt [-f device] opcode value
+Usage: mt [B<-f> device] opcode value
Control magnetic tape drive operation
=item sed
-Usage: sed [-n] -e script [file...]
+Usage: sed [B<-n>] B<-e> script [file...]
Allowed sed scripts come in the following form:
=item sort
-Usage: sort [-n] [-r] [FILE]...
+Usage: sort [B<-n>] [B<-r>] [FILE]...
Sorts lines of text in the specified files
=item tar
-Usage: tar -[cxtvO] [--exclude File] [-f tarFile] [FILE] ...
+Usage: tar -[cxtvO] [B<--exclude> File] [B<-f> tarFile] [FILE] ...
Create, extract, or list files from a tar file. Note that
this version of tar treats hard links as separate files.
=item touch
-Usage: touch [-c] file [file ...]
+Usage: touch [B<-c>] file [file ...]
Update the last-modified date on (or create) the selected file[s].
=item tr
-Usage: tr [-csu] string1 string2
- tr [-cu] -d string1
- tr [-cu] -s string1
- tr [-cu] -ds string1 string2
+Usage:
+
+ tr [-csu] string1 string2
+ tr [-cu] -d string1
+ tr [-cu] -s string1
+ tr [-cu] -ds string1 string2
Translate, squeeze, and/or delete characters from standard
input, writing to standard output.
=cut
-# $Id: busybox.pod,v 1.10 2000/04/15 16:34:54 erik Exp $
+# $Id: busybox.pod,v 1.11 2000/04/16 10:22:28 beppu Exp $