From c80d1137817e75ec498ef6b7ceeee3b7b1160190 Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Wed, 28 Mar 2012 13:07:25 +0900 Subject: [PATCH 1/1] GNU_coreutils: Add a directory for a new translation. --- Makefile | 13 + original/man1/base64.1 | 62 + original/man1/basename.1 | 58 + original/man1/cat.1 | 84 + original/man1/chcon.1 | 92 + original/man1/chgrp.1 | 102 + original/man1/chmod.1 | 176 + original/man1/chown.1 | 136 + original/man1/chroot.1 | 58 + original/man1/cksum.1 | 48 + original/man1/comm.1 | 79 + original/man1/cp.1 | 178 + original/man1/csplit.1 | 85 + original/man1/cut.1 | 94 + original/man1/date.1 | 243 + original/man1/dd.1 | 184 + original/man1/df.1 | 121 + original/man1/dir.1 | 265 + original/man1/dircolors.1 | 59 + original/man1/dirname.1 | 58 + original/man1/du.1 | 165 + original/man1/echo.1 | 99 + original/man1/env.1 | 56 + original/man1/expand.1 | 59 + original/man1/expr.1 | 119 + original/man1/factor.1 | 49 + original/man1/false.1 | 52 + original/man1/fmt.1 | 69 + original/man1/fold.1 | 57 + original/man1/groups.1 | 46 + original/man1/head.1 | 69 + original/man1/hostid.1 | 45 + original/man1/id.1 | 69 + original/man1/install.1 | 137 + original/man1/join.1 | 102 + original/man1/kill.1 | 73 + original/man1/link.1 | 50 + original/man1/ln.1 | 126 + original/man1/logname.1 | 45 + original/man1/ls.1 | 265 + original/man1/md5sum.1 | 70 + original/man1/mkdir.1 | 62 + original/man1/mkfifo.1 | 55 + original/man1/mknod.1 | 73 + original/man1/mktemp.1 | 77 + original/man1/mv.1 | 109 + original/man1/nice.1 | 56 + original/man1/nl.1 | 109 + original/man1/nohup.1 | 58 + original/man1/nproc.1 | 52 + original/man1/od.1 | 155 + original/man1/paste.1 | 55 + original/man1/pathchk.1 | 54 + original/man1/pinky.1 | 74 + original/man1/pr.1 | 143 + original/man1/printenv.1 | 53 + original/man1/printf.1 | 111 + original/man1/ptx.1 | 102 + original/man1/pwd.1 | 57 + original/man1/readlink.1 | 73 + original/man1/rm.1 | 114 + original/man1/rmdir.1 | 60 + original/man1/runcon.1 | 77 + original/man1/seq.1 | 69 + original/man1/sha1sum.1 | 70 + original/man1/sha224sum.1 | 70 + original/man1/sha256sum.1 | 70 + original/man1/sha384sum.1 | 70 + original/man1/sha512sum.1 | 70 + original/man1/shred.1 | 112 + original/man1/shuf.1 | 73 + original/man1/sleep.1 | 54 + original/man1/sort.1 | 159 + original/man1/split.1 | 71 + original/man1/stat.1 | 193 + original/man1/stdbuf.1 | 78 + original/man1/stty.1 | 411 ++ original/man1/sum.1 | 53 + original/man1/sync.1 | 47 + original/man1/tac.1 | 59 + original/man1/tail.1 | 103 + original/man1/tee.1 | 53 + original/man1/test.1 | 182 + original/man1/timeout.1 | 72 + original/man1/touch.1 | 96 + original/man1/tr.1 | 147 + original/man1/true.1 | 52 + original/man1/truncate.1 | 76 + original/man1/tsort.1 | 46 + original/man1/tty.1 | 48 + original/man1/uname.1 | 75 + original/man1/unexpand.1 | 62 + original/man1/uniq.1 | 88 + original/man1/unlink.1 | 50 + original/man1/uptime.1 | 49 + original/man1/users.1 | 46 + original/man1/vdir.1 | 265 + original/man1/wc.1 | 71 + original/man1/who.1 | 96 + original/man1/whoami.1 | 46 + original/man1/yes.1 | 48 + po4a/coreutils.cfg | 202 + po4a/coreutils.pot | 15901 ++++++++++++++++++++++++++++++++++++++++++++ 103 files changed, 25399 insertions(+) create mode 100644 Makefile create mode 100644 original/man1/base64.1 create mode 100644 original/man1/basename.1 create mode 100644 original/man1/cat.1 create mode 100644 original/man1/chcon.1 create mode 100644 original/man1/chgrp.1 create mode 100644 original/man1/chmod.1 create mode 100644 original/man1/chown.1 create mode 100644 original/man1/chroot.1 create mode 100644 original/man1/cksum.1 create mode 100644 original/man1/comm.1 create mode 100644 original/man1/cp.1 create mode 100644 original/man1/csplit.1 create mode 100644 original/man1/cut.1 create mode 100644 original/man1/date.1 create mode 100644 original/man1/dd.1 create mode 100644 original/man1/df.1 create mode 100644 original/man1/dir.1 create mode 100644 original/man1/dircolors.1 create mode 100644 original/man1/dirname.1 create mode 100644 original/man1/du.1 create mode 100644 original/man1/echo.1 create mode 100644 original/man1/env.1 create mode 100644 original/man1/expand.1 create mode 100644 original/man1/expr.1 create mode 100644 original/man1/factor.1 create mode 100644 original/man1/false.1 create mode 100644 original/man1/fmt.1 create mode 100644 original/man1/fold.1 create mode 100644 original/man1/groups.1 create mode 100644 original/man1/head.1 create mode 100644 original/man1/hostid.1 create mode 100644 original/man1/id.1 create mode 100644 original/man1/install.1 create mode 100644 original/man1/join.1 create mode 100644 original/man1/kill.1 create mode 100644 original/man1/link.1 create mode 100644 original/man1/ln.1 create mode 100644 original/man1/logname.1 create mode 100644 original/man1/ls.1 create mode 100644 original/man1/md5sum.1 create mode 100644 original/man1/mkdir.1 create mode 100644 original/man1/mkfifo.1 create mode 100644 original/man1/mknod.1 create mode 100644 original/man1/mktemp.1 create mode 100644 original/man1/mv.1 create mode 100644 original/man1/nice.1 create mode 100644 original/man1/nl.1 create mode 100644 original/man1/nohup.1 create mode 100644 original/man1/nproc.1 create mode 100644 original/man1/od.1 create mode 100644 original/man1/paste.1 create mode 100644 original/man1/pathchk.1 create mode 100644 original/man1/pinky.1 create mode 100644 original/man1/pr.1 create mode 100644 original/man1/printenv.1 create mode 100644 original/man1/printf.1 create mode 100644 original/man1/ptx.1 create mode 100644 original/man1/pwd.1 create mode 100644 original/man1/readlink.1 create mode 100644 original/man1/rm.1 create mode 100644 original/man1/rmdir.1 create mode 100644 original/man1/runcon.1 create mode 100644 original/man1/seq.1 create mode 100644 original/man1/sha1sum.1 create mode 100644 original/man1/sha224sum.1 create mode 100644 original/man1/sha256sum.1 create mode 100644 original/man1/sha384sum.1 create mode 100644 original/man1/sha512sum.1 create mode 100644 original/man1/shred.1 create mode 100644 original/man1/shuf.1 create mode 100644 original/man1/sleep.1 create mode 100644 original/man1/sort.1 create mode 100644 original/man1/split.1 create mode 100644 original/man1/stat.1 create mode 100644 original/man1/stdbuf.1 create mode 100644 original/man1/stty.1 create mode 100644 original/man1/sum.1 create mode 100644 original/man1/sync.1 create mode 100644 original/man1/tac.1 create mode 100644 original/man1/tail.1 create mode 100644 original/man1/tee.1 create mode 100644 original/man1/test.1 create mode 100644 original/man1/timeout.1 create mode 100644 original/man1/touch.1 create mode 100644 original/man1/tr.1 create mode 100644 original/man1/true.1 create mode 100644 original/man1/truncate.1 create mode 100644 original/man1/tsort.1 create mode 100644 original/man1/tty.1 create mode 100644 original/man1/uname.1 create mode 100644 original/man1/unexpand.1 create mode 100644 original/man1/uniq.1 create mode 100644 original/man1/unlink.1 create mode 100644 original/man1/uptime.1 create mode 100644 original/man1/users.1 create mode 100644 original/man1/vdir.1 create mode 100644 original/man1/wc.1 create mode 100644 original/man1/who.1 create mode 100644 original/man1/whoami.1 create mode 100644 original/man1/yes.1 create mode 100644 po4a/coreutils.cfg create mode 100644 po4a/coreutils.pot diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b0f4ea6 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +THRESH = 100 +EXTFLAGS = +PO4AFLAGS += -k $(THRESH) $(EXTFLAGS) + +LANGS = ja +PO4ACFG = po4a/coreutils.cfg + +WORK_DIR = . + +all: translate + +translate: + po4a $(PO4AFLAGS) --variable langs='$(LANGS)' --previous --srcdir $(WORK_DIR) --destdir $(WORK_DIR) $(PO4ACFG) diff --git a/original/man1/base64.1 b/original/man1/base64.1 new file mode 100644 index 0000000..b96c969 --- /dev/null +++ b/original/man1/base64.1 @@ -0,0 +1,62 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH BASE64 "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +base64 \- base64 encode/decode data and print to standard output +.SH SYNOPSIS +.B base64 +[\fIOPTION\fR]... [\fIFILE\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Base64 encode or decode FILE, or standard input, to standard output. +.TP +\fB\-d\fR, \fB\-\-decode\fR +decode data +.TP +\fB\-i\fR, \fB\-\-ignore\-garbage\fR +when decoding, ignore non\-alphabet characters +.TP +\fB\-w\fR, \fB\-\-wrap\fR=\fICOLS\fR +wrap encoded lines after COLS character (default 76). +Use 0 to disable line wrapping +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +With no FILE, or when FILE is \-, read standard input. +.PP +The data are encoded as described for the base64 alphabet in RFC 3548. +When decoding, the input may contain newlines in addition to the bytes of +the formal base64 alphabet. Use \fB\-\-ignore\-garbage\fR to attempt to recover +from any other non\-alphabet bytes in the encoded stream. +.SH AUTHOR +Written by Simon Josefsson. +.SH "REPORTING BUGS" +Report base64 bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report base64 translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B base64 +is maintained as a Texinfo manual. If the +.B info +and +.B base64 +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqbase64 invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/basename.1 b/original/man1/basename.1 new file mode 100644 index 0000000..39fe995 --- /dev/null +++ b/original/man1/basename.1 @@ -0,0 +1,58 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH BASENAME "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +basename \- strip directory and suffix from filenames +.SH SYNOPSIS +.B basename +\fINAME \fR[\fISUFFIX\fR] +.br +.B basename +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print NAME with any leading directory components removed. +If specified, also remove a trailing SUFFIX. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH EXAMPLES +.TP +basename /usr/bin/sort +Output "sort". +.TP +basename include/stdio.h .h +Output "stdio". +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report basename bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report basename translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +dirname(1), readlink(1) +.PP +The full documentation for +.B basename +is maintained as a Texinfo manual. If the +.B info +and +.B basename +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqbasename invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/cat.1 b/original/man1/cat.1 new file mode 100644 index 0000000..60eff8f --- /dev/null +++ b/original/man1/cat.1 @@ -0,0 +1,84 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CAT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +cat \- concatenate files and print on the standard output +.SH SYNOPSIS +.B cat +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Concatenate FILE(s), or standard input, to standard output. +.TP +\fB\-A\fR, \fB\-\-show\-all\fR +equivalent to \fB\-vET\fR +.TP +\fB\-b\fR, \fB\-\-number\-nonblank\fR +number nonempty output lines +.TP +\fB\-e\fR +equivalent to \fB\-vE\fR +.TP +\fB\-E\fR, \fB\-\-show\-ends\fR +display $ at end of each line +.TP +\fB\-n\fR, \fB\-\-number\fR +number all output lines +.TP +\fB\-s\fR, \fB\-\-squeeze\-blank\fR +suppress repeated empty output lines +.TP +\fB\-t\fR +equivalent to \fB\-vT\fR +.TP +\fB\-T\fR, \fB\-\-show\-tabs\fR +display TAB characters as ^I +.TP +\fB\-u\fR +(ignored) +.TP +\fB\-v\fR, \fB\-\-show\-nonprinting\fR +use ^ and M\- notation, except for LFD and TAB +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +With no FILE, or when FILE is \-, read standard input. +.SH EXAMPLES +.TP +cat f \- g +Output f's contents, then standard input, then g's contents. +.TP +cat +Copy standard input to standard output. +.SH AUTHOR +Written by Torbjorn Granlund and Richard M. Stallman. +.SH "REPORTING BUGS" +Report cat bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report cat translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B cat +is maintained as a Texinfo manual. If the +.B info +and +.B cat +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqcat invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/chcon.1 b/original/man1/chcon.1 new file mode 100644 index 0000000..9627f5e --- /dev/null +++ b/original/man1/chcon.1 @@ -0,0 +1,92 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CHCON "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +chcon \- change file security context +.SH SYNOPSIS +.B chcon +[\fIOPTION\fR]... \fICONTEXT FILE\fR... +.br +.B chcon +[\fIOPTION\fR]... [\fI-u USER\fR] [\fI-r ROLE\fR] [\fI-l RANGE\fR] [\fI-t TYPE\fR] \fIFILE\fR... +.br +.B chcon +[\fIOPTION\fR]... \fI--reference=RFILE FILE\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Change the security context of each FILE to CONTEXT. +With \fB\-\-reference\fR, change the security context of each FILE to that of RFILE. +.TP +\fB\-h\fR, \fB\-\-no\-dereference\fR +affect symbolic links instead of any referenced file +.TP +\fB\-\-reference\fR=\fIRFILE\fR +use RFILE's security context rather than specifying +a CONTEXT value +.TP +\fB\-R\fR, \fB\-\-recursive\fR +operate on files and directories recursively +.TP +\fB\-v\fR, \fB\-\-verbose\fR +output a diagnostic for every file processed +.TP +\fB\-u\fR, \fB\-\-user\fR=\fIUSER\fR +set user USER in the target security context +.TP +\fB\-r\fR, \fB\-\-role\fR=\fIROLE\fR +set role ROLE in the target security context +.TP +\fB\-t\fR, \fB\-\-type\fR=\fITYPE\fR +set type TYPE in the target security context +.TP +\fB\-l\fR, \fB\-\-range\fR=\fIRANGE\fR +set range RANGE in the target security context +.PP +The following options modify how a hierarchy is traversed when the \fB\-R\fR +option is also specified. If more than one is specified, only the final +one takes effect. +.TP +\fB\-H\fR +if a command line argument is a symbolic link +to a directory, traverse it +.TP +\fB\-L\fR +traverse every symbolic link to a directory +encountered +.TP +\fB\-P\fR +do not traverse any symbolic links (default) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Russell Coker and Jim Meyering. +.SH "REPORTING BUGS" +Report chcon bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report chcon translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B chcon +is maintained as a Texinfo manual. If the +.B info +and +.B chcon +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqchcon invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/chgrp.1 b/original/man1/chgrp.1 new file mode 100644 index 0000000..7677be9 --- /dev/null +++ b/original/man1/chgrp.1 @@ -0,0 +1,102 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CHGRP "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +chgrp \- change group ownership +.SH SYNOPSIS +.B chgrp +[\fIOPTION\fR]... \fIGROUP FILE\fR... +.br +.B chgrp +[\fIOPTION\fR]... \fI--reference=RFILE FILE\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Change the group of each FILE to GROUP. +With \fB\-\-reference\fR, change the group of each FILE to that of RFILE. +.TP +\fB\-c\fR, \fB\-\-changes\fR +like verbose but report only when a change is made +.TP +\fB\-\-dereference\fR +affect the referent of each symbolic link (this is +the default), rather than the symbolic link itself +.TP +\fB\-h\fR, \fB\-\-no\-dereference\fR +affect each symbolic link instead of any referenced +file (useful only on systems that can change the +ownership of a symlink) +.TP +\fB\-\-no\-preserve\-root\fR +do not treat `/' specially (the default) +.TP +\fB\-\-preserve\-root\fR +fail to operate recursively on `/' +.TP +\fB\-f\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR +suppress most error messages +.TP +\fB\-\-reference\fR=\fIRFILE\fR +use RFILE's group rather than specifying a +GROUP value +.TP +\fB\-R\fR, \fB\-\-recursive\fR +operate on files and directories recursively +.TP +\fB\-v\fR, \fB\-\-verbose\fR +output a diagnostic for every file processed +.PP +The following options modify how a hierarchy is traversed when the \fB\-R\fR +option is also specified. If more than one is specified, only the final +one takes effect. +.TP +\fB\-H\fR +if a command line argument is a symbolic link +to a directory, traverse it +.TP +\fB\-L\fR +traverse every symbolic link to a directory +encountered +.TP +\fB\-P\fR +do not traverse any symbolic links (default) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH EXAMPLES +.TP +chgrp staff /u +Change the group of /u to "staff". +.TP +chgrp \fB\-hR\fR staff /u +Change the group of /u and subfiles to "staff". +.SH AUTHOR +Written by David MacKenzie and Jim Meyering. +.SH "REPORTING BUGS" +Report chgrp bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report chgrp translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B chgrp +is maintained as a Texinfo manual. If the +.B info +and +.B chgrp +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqchgrp invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/chmod.1 b/original/man1/chmod.1 new file mode 100644 index 0000000..8b5626a --- /dev/null +++ b/original/man1/chmod.1 @@ -0,0 +1,176 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CHMOD "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +chmod \- change file mode bits +.SH SYNOPSIS +.B chmod +[\fIOPTION\fR]... \fIMODE\fR[\fI,MODE\fR]... \fIFILE\fR... +.br +.B chmod +[\fIOPTION\fR]... \fIOCTAL-MODE FILE\fR... +.br +.B chmod +[\fIOPTION\fR]... \fI--reference=RFILE FILE\fR... +.SH DESCRIPTION +This manual page +documents the GNU version of +.BR chmod . +.B chmod +changes the file mode bits of each given file according to +.IR mode , +which can be either a symbolic representation of changes to make, or +an octal number representing the bit pattern for the new mode bits. +.PP +The format of a symbolic mode is [\c +\fBugoa\fP.\|.\|.][[\fB+-=\fP][\fIperms\fP.\|.\|.].\|.\|.], +where +.I "perms" +is either zero or more letters from the set +\fBrwxXst\fP, or a single letter from the set \fBugo\fP. +Multiple symbolic +modes can be given, separated by commas. +.PP +A combination of the letters \fBugoa\fP controls which users' access +to the file will be changed: the user who owns it (\fBu\fP), other +users in the file's group (\fBg\fP), other users not in the file's +group (\fBo\fP), or all users (\fBa\fP). If none of these are given, +the effect is as if \fBa\fP were +given, but bits that are set in the umask are not affected. +.PP +The operator \fB+\fP causes the selected file mode bits to be added to +the existing file mode bits of each file; \fB-\fP causes them to be +removed; and \fB=\fP causes them to be added and causes unmentioned +bits to be removed except that a directory's unmentioned set user and +group ID bits are not affected. +.PP +The letters \fBrwxXst\fP select file mode bits for the affected users: +read (\fBr\fP), write (\fBw\fP), execute (or search for directories) +(\fBx\fP), execute/search only if the file is a directory or already +has execute permission for some user (\fBX\fP), set user or group ID +on execution (\fBs\fP), restricted deletion flag or sticky bit +(\fBt\fP). Instead of one or more of these letters, you can specify +exactly one of the letters \fBugo\fP: the permissions granted to the +user who owns the file (\fBu\fP), the permissions granted to other +users who are members of the file's group (\fBg\fP), +and the permissions granted to users that are in neither of the two preceding +categories (\fBo\fP). +.PP +A numeric mode is from one to four octal digits (0\-7), derived by +adding up the bits with values 4, 2, and 1. Omitted digits are +assumed to be leading zeros. +The first digit selects the set user ID (4) and set group ID (2) and +restricted deletion or sticky (1) attributes. The second digit +selects permissions for the user who owns the file: read (4), write (2), +and execute (1); the third selects permissions for other users in the +file's group, with the same values; and the fourth for other users not +in the file's group, with the same values. +.PP +.B chmod +never changes the permissions of symbolic links; the +.B chmod +system call cannot change their permissions. This is not a problem +since the permissions of symbolic links are never used. +However, for each symbolic link listed on the command line, +.B chmod +changes the permissions of the pointed-to file. +In contrast, +.B chmod +ignores symbolic links encountered during recursive directory +traversals. +.SH "SETUID AND SETGID BITS" +.B chmod +clears the set-group-ID bit of a +regular file if the file's group ID does not match the user's +effective group ID or one of the user's supplementary group IDs, +unless the user has appropriate privileges. Additional restrictions +may cause the set-user-ID and set-group-ID bits of +.I MODE +or +.I RFILE +to be ignored. This behavior depends on the policy and +functionality of the underlying +.B chmod +system call. When in +doubt, check the underlying system behavior. +.PP +.B chmod +preserves a directory's set-user-ID and set-group-ID bits unless you +explicitly specify otherwise. You can set or clear the bits with +symbolic modes like +.B u+s +and +.BR g\-s , +and you can set (but not clear) the bits with a numeric mode. +.SH "RESTRICTED DELETION FLAG OR STICKY BIT" +The restricted deletion flag or sticky bit is a single bit, whose +interpretation depends on the file type. For directories, it prevents +unprivileged users from removing or renaming a file in the directory +unless they own the file or the directory; this is called the +.I "restricted deletion flag" +for the directory, and is commonly found on world-writable directories +like \fB/tmp\fP. For regular files on some older systems, the bit +saves the program's text image on the swap device so it will load more +quickly when run; this is called the +.IR "sticky bit" . +.SH OPTIONS +.PP +Change the mode of each FILE to MODE. +.TP +\fB\-c\fR, \fB\-\-changes\fR +like verbose but report only when a change is made +.TP +\fB\-\-no\-preserve\-root\fR +do not treat `/' specially (the default) +.TP +\fB\-\-preserve\-root\fR +fail to operate recursively on `/' +.TP +\fB\-f\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR +suppress most error messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +output a diagnostic for every file processed +.TP +\fB\-\-reference\fR=\fIRFILE\fR +use RFILE's mode instead of MODE values +.TP +\fB\-R\fR, \fB\-\-recursive\fR +change files and directories recursively +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Each MODE is of the form `[ugoa]*([\-+=]([rwxXst]*|[ugo]))+'. +.SH AUTHOR +Written by David MacKenzie and Jim Meyering. +.SH "REPORTING BUGS" +Report chmod bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report chmod translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +chmod(2) +.PP +The full documentation for +.B chmod +is maintained as a Texinfo manual. If the +.B info +and +.B chmod +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqchmod invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/chown.1 b/original/man1/chown.1 new file mode 100644 index 0000000..0ecf340 --- /dev/null +++ b/original/man1/chown.1 @@ -0,0 +1,136 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CHOWN "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +chown \- change file owner and group +.SH SYNOPSIS +.B chown +[\fIOPTION\fR]... [\fIOWNER\fR][\fI:\fR[\fIGROUP\fR]] \fIFILE\fR... +.br +.B chown +[\fIOPTION\fR]... \fI--reference=RFILE FILE\fR... +.SH DESCRIPTION +This manual page +documents the GNU version of +.BR chown . +.B chown +changes the user and/or group ownership of each given file. If +only an owner (a user name or numeric user ID) is given, that user is made the +owner of each given file, and the files' group is not changed. If the +owner is followed by a colon and a group name (or numeric group ID), +with no spaces between them, the group ownership of the files is +changed as well. If a colon but no group name follows the user name, +that user is made the owner of the files and the group of the files is +changed to that user's login group. If the colon and group are given, +but the owner is omitted, only the group of the files is changed; +in this case, +.B chown +performs the same function as +.BR chgrp . +If only a colon is given, or if the entire operand is empty, neither the +owner nor the group is changed. +.SH OPTIONS +.PP +Change the owner and/or group of each FILE to OWNER and/or GROUP. +With \fB\-\-reference\fR, change the owner and group of each FILE to those of RFILE. +.TP +\fB\-c\fR, \fB\-\-changes\fR +like verbose but report only when a change is made +.TP +\fB\-\-dereference\fR +affect the referent of each symbolic link (this is +the default), rather than the symbolic link itself +.TP +\fB\-h\fR, \fB\-\-no\-dereference\fR +affect each symbolic link instead of any referenced +file (useful only on systems that can change the +ownership of a symlink) +.TP +\fB\-\-from\fR=\fICURRENT_OWNER\fR:CURRENT_GROUP +change the owner and/or group of each file only if +its current owner and/or group match those specified +here. Either may be omitted, in which case a match +is not required for the omitted attribute +.TP +\fB\-\-no\-preserve\-root\fR +do not treat `/' specially (the default) +.TP +\fB\-\-preserve\-root\fR +fail to operate recursively on `/' +.TP +\fB\-f\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR +suppress most error messages +.TP +\fB\-\-reference\fR=\fIRFILE\fR +use RFILE's owner and group rather than +specifying OWNER:GROUP values +.TP +\fB\-R\fR, \fB\-\-recursive\fR +operate on files and directories recursively +.TP +\fB\-v\fR, \fB\-\-verbose\fR +output a diagnostic for every file processed +.PP +The following options modify how a hierarchy is traversed when the \fB\-R\fR +option is also specified. If more than one is specified, only the final +one takes effect. +.TP +\fB\-H\fR +if a command line argument is a symbolic link +to a directory, traverse it +.TP +\fB\-L\fR +traverse every symbolic link to a directory +encountered +.TP +\fB\-P\fR +do not traverse any symbolic links (default) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Owner is unchanged if missing. Group is unchanged if missing, but changed +to login group if implied by a `:' following a symbolic OWNER. +OWNER and GROUP may be numeric as well as symbolic. +.SH EXAMPLES +.TP +chown root /u +Change the owner of /u to "root". +.TP +chown root:staff /u +Likewise, but also change its group to "staff". +.TP +chown \fB\-hR\fR root /u +Change the owner of /u and subfiles to "root". +.SH AUTHOR +Written by David MacKenzie and Jim Meyering. +.SH "REPORTING BUGS" +Report chown bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report chown translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +chown(2) +.PP +The full documentation for +.B chown +is maintained as a Texinfo manual. If the +.B info +and +.B chown +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqchown invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/chroot.1 b/original/man1/chroot.1 new file mode 100644 index 0000000..8cd0e5c --- /dev/null +++ b/original/man1/chroot.1 @@ -0,0 +1,58 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CHROOT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +chroot \- run command or interactive shell with special root directory +.SH SYNOPSIS +.B chroot +[\fIOPTION\fR] \fINEWROOT \fR[\fICOMMAND \fR[\fIARG\fR]...] +.br +.B chroot +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Run COMMAND with root directory set to NEWROOT. +.TP +\fB\-\-userspec\fR=\fIUSER\fR:GROUP +specify user and group (ID or name) to use +.TP +\fB\-\-groups\fR=\fIG_LIST\fR +specify supplementary groups as g1,g2,..,gN +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If no command is given, run ``${SHELL} \fB\-i\fR'' (default: /bin/sh). +.SH AUTHOR +Written by Roland McGrath. +.SH "REPORTING BUGS" +Report chroot bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report chroot translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +chroot(2) +.PP +The full documentation for +.B chroot +is maintained as a Texinfo manual. If the +.B info +and +.B chroot +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqchroot invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/cksum.1 b/original/man1/cksum.1 new file mode 100644 index 0000000..05742ac --- /dev/null +++ b/original/man1/cksum.1 @@ -0,0 +1,48 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CKSUM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +cksum \- checksum and count the bytes in a file +.SH SYNOPSIS +.B cksum +[\fIFILE\fR]... +.br +.B cksum +[\fIOPTION\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print CRC checksum and byte counts of each FILE. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Q. Frank Xia. +.SH "REPORTING BUGS" +Report cksum bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report cksum translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B cksum +is maintained as a Texinfo manual. If the +.B info +and +.B cksum +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqcksum invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/comm.1 b/original/man1/comm.1 new file mode 100644 index 0000000..4f8f6bc --- /dev/null +++ b/original/man1/comm.1 @@ -0,0 +1,79 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH COMM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +comm \- compare two sorted files line by line +.SH SYNOPSIS +.B comm +[\fIOPTION\fR]... \fIFILE1 FILE2\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Compare sorted files FILE1 and FILE2 line by line. +.PP +With no options, produce three\-column output. Column one contains +lines unique to FILE1, column two contains lines unique to FILE2, +and column three contains lines common to both files. +.TP +\fB\-1\fR +suppress column 1 (lines unique to FILE1) +.TP +\fB\-2\fR +suppress column 2 (lines unique to FILE2) +.TP +\fB\-3\fR +suppress column 3 (lines that appear in both files) +.TP +\fB\-\-check\-order\fR +check that the input is correctly sorted, even +if all input lines are pairable +.TP +\fB\-\-nocheck\-order\fR +do not check that the input is correctly sorted +.TP +\fB\-\-output\-delimiter\fR=\fISTR\fR +separate columns with STR +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Note, comparisons honor the rules specified by `LC_COLLATE'. +.SH EXAMPLES +.TP +comm \fB\-12\fR file1 file2 +Print only lines present in both file1 and file2. +.TP +comm \fB\-3\fR +file1 file2 Print lines in file1 not in file2, and vice versa. +.SH AUTHOR +Written by Richard M. Stallman and David MacKenzie. +.SH "REPORTING BUGS" +Report comm bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report comm translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +join(1), uniq(1) +.PP +The full documentation for +.B comm +is maintained as a Texinfo manual. If the +.B info +and +.B comm +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqcomm invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/cp.1 b/original/man1/cp.1 new file mode 100644 index 0000000..acbc2c1 --- /dev/null +++ b/original/man1/cp.1 @@ -0,0 +1,178 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CP "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +cp \- copy files and directories +.SH SYNOPSIS +.B cp +[\fIOPTION\fR]... [\fI-T\fR] \fISOURCE DEST\fR +.br +.B cp +[\fIOPTION\fR]... \fISOURCE\fR... \fIDIRECTORY\fR +.br +.B cp +[\fIOPTION\fR]... \fI-t DIRECTORY SOURCE\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR, \fB\-\-archive\fR +same as \fB\-dR\fR \fB\-\-preserve\fR=\fIall\fR +.TP +\fB\-\-backup\fR[=\fICONTROL\fR] +make a backup of each existing destination file +.TP +\fB\-b\fR +like \fB\-\-backup\fR but does not accept an argument +.TP +\fB\-\-copy\-contents\fR +copy contents of special files when recursive +.TP +\fB\-d\fR +same as \fB\-\-no\-dereference\fR \fB\-\-preserve\fR=\fIlinks\fR +.TP +\fB\-f\fR, \fB\-\-force\fR +if an existing destination file cannot be +opened, remove it and try again (redundant if +the \fB\-n\fR option is used) +.TP +\fB\-i\fR, \fB\-\-interactive\fR +prompt before overwrite (overrides a previous \fB\-n\fR +option) +.TP +\fB\-H\fR +follow command\-line symbolic links in SOURCE +.TP +\fB\-l\fR, \fB\-\-link\fR +link files instead of copying +.TP +\fB\-L\fR, \fB\-\-dereference\fR +always follow symbolic links in SOURCE +.TP +\fB\-n\fR, \fB\-\-no\-clobber\fR +do not overwrite an existing file (overrides +a previous \fB\-i\fR option) +.TP +\fB\-P\fR, \fB\-\-no\-dereference\fR +never follow symbolic links in SOURCE +.TP +\fB\-p\fR +same as \fB\-\-preserve\fR=\fImode\fR,ownership,timestamps +.TP +\fB\-\-preserve\fR[=\fIATTR_LIST\fR] +preserve the specified attributes (default: +mode,ownership,timestamps), if possible +additional attributes: context, links, xattr, +all +.TP +\fB\-\-no\-preserve\fR=\fIATTR_LIST\fR +don't preserve the specified attributes +.TP +\fB\-\-parents\fR +use full source file name under DIRECTORY +.TP +\fB\-R\fR, \fB\-r\fR, \fB\-\-recursive\fR +copy directories recursively +.TP +\fB\-\-reflink\fR[=\fIWHEN\fR] +control clone/CoW copies. See below +.TP +\fB\-\-remove\-destination\fR +remove each existing destination file before +attempting to open it (contrast with \fB\-\-force\fR) +.TP +\fB\-\-sparse\fR=\fIWHEN\fR +control creation of sparse files. See below +.TP +\fB\-\-strip\-trailing\-slashes\fR +remove any trailing slashes from each SOURCE +argument +.TP +\fB\-s\fR, \fB\-\-symbolic\-link\fR +make symbolic links instead of copying +.TP +\fB\-S\fR, \fB\-\-suffix\fR=\fISUFFIX\fR +override the usual backup suffix +.TP +\fB\-t\fR, \fB\-\-target\-directory\fR=\fIDIRECTORY\fR +copy all SOURCE arguments into DIRECTORY +.TP +\fB\-T\fR, \fB\-\-no\-target\-directory\fR +treat DEST as a normal file +.TP +\fB\-u\fR, \fB\-\-update\fR +copy only when the SOURCE file is newer +than the destination file or when the +destination file is missing +.TP +\fB\-v\fR, \fB\-\-verbose\fR +explain what is being done +.TP +\fB\-x\fR, \fB\-\-one\-file\-system\fR +stay on this file system +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +By default, sparse SOURCE files are detected by a crude heuristic and the +corresponding DEST file is made sparse as well. That is the behavior +selected by \fB\-\-sparse\fR=\fIauto\fR. Specify \fB\-\-sparse\fR=\fIalways\fR to create a sparse DEST +file whenever the SOURCE file contains a long enough sequence of zero bytes. +Use \fB\-\-sparse\fR=\fInever\fR to inhibit creation of sparse files. +.PP +When \fB\-\-reflink\fR[=\fIalways\fR] is specified, perform a lightweight copy, where the +data blocks are copied only when modified. If this is not possible the copy +fails, or if \fB\-\-reflink\fR=\fIauto\fR is specified, fall back to a standard copy. +.PP +The backup suffix is `~', unless set with \fB\-\-suffix\fR or SIMPLE_BACKUP_SUFFIX. +The version control method may be selected via the \fB\-\-backup\fR option or through +the VERSION_CONTROL environment variable. Here are the values: +.TP +none, off +never make backups (even if \fB\-\-backup\fR is given) +.TP +numbered, t +make numbered backups +.TP +existing, nil +numbered if numbered backups exist, simple otherwise +.TP +simple, never +always make simple backups +.PP +As a special case, cp makes a backup of SOURCE when the force and backup +options are given and SOURCE and DEST are the same name for an existing, +regular file. +.SH AUTHOR +Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering. +.SH "REPORTING BUGS" +Report cp bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report cp translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B cp +is maintained as a Texinfo manual. If the +.B info +and +.B cp +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqcp invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/csplit.1 b/original/man1/csplit.1 new file mode 100644 index 0000000..dba4097 --- /dev/null +++ b/original/man1/csplit.1 @@ -0,0 +1,85 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CSPLIT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +csplit \- split a file into sections determined by context lines +.SH SYNOPSIS +.B csplit +[\fIOPTION\fR]... \fIFILE PATTERN\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Output pieces of FILE separated by PATTERN(s) to files `xx00', `xx01', ..., +and output byte counts of each piece to standard output. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-b\fR, \fB\-\-suffix\-format\fR=\fIFORMAT\fR +use sprintf FORMAT instead of %02d +.TP +\fB\-f\fR, \fB\-\-prefix\fR=\fIPREFIX\fR +use PREFIX instead of `xx' +.TP +\fB\-k\fR, \fB\-\-keep\-files\fR +do not remove output files on errors +.TP +\fB\-n\fR, \fB\-\-digits\fR=\fIDIGITS\fR +use specified number of digits instead of 2 +.TP +\fB\-s\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR +do not print counts of output file sizes +.TP +\fB\-z\fR, \fB\-\-elide\-empty\-files\fR +remove empty output files +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Read standard input if FILE is \-. Each PATTERN may be: +.TP +INTEGER +copy up to but not including specified line number +.TP +/REGEXP/[OFFSET] +copy up to but not including a matching line +.TP +%REGEXP%[OFFSET] +skip to, but not including a matching line +.TP +{INTEGER} +repeat the previous pattern specified number of times +.TP +{*} +repeat the previous pattern as many times as possible +.PP +A line OFFSET is a required `+' or `\-' followed by a positive integer. +.SH AUTHOR +Written by Stuart Kemp and David MacKenzie. +.SH "REPORTING BUGS" +Report csplit bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report csplit translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B csplit +is maintained as a Texinfo manual. If the +.B info +and +.B csplit +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqcsplit invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/cut.1 b/original/man1/cut.1 new file mode 100644 index 0000000..2916166 --- /dev/null +++ b/original/man1/cut.1 @@ -0,0 +1,94 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH CUT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +cut \- remove sections from each line of files +.SH SYNOPSIS +.B cut +\fIOPTION\fR... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print selected parts of lines from each FILE to standard output. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-b\fR, \fB\-\-bytes\fR=\fILIST\fR +select only these bytes +.TP +\fB\-c\fR, \fB\-\-characters\fR=\fILIST\fR +select only these characters +.TP +\fB\-d\fR, \fB\-\-delimiter\fR=\fIDELIM\fR +use DELIM instead of TAB for field delimiter +.TP +\fB\-f\fR, \fB\-\-fields\fR=\fILIST\fR +select only these fields; also print any line +that contains no delimiter character, unless +the \fB\-s\fR option is specified +.TP +\fB\-n\fR +(ignored) +.TP +\fB\-\-complement\fR +complement the set of selected bytes, characters +or fields +.TP +\fB\-s\fR, \fB\-\-only\-delimited\fR +do not print lines not containing delimiters +.TP +\fB\-\-output\-delimiter\fR=\fISTRING\fR +use STRING as the output delimiter +the default is to use the input delimiter +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Use one, and only one of \fB\-b\fR, \fB\-c\fR or \fB\-f\fR. Each LIST is made up of one +range, or many ranges separated by commas. Selected input is written +in the same order that it is read, and is written exactly once. +Each range is one of: +.TP +N +N'th byte, character or field, counted from 1 +.TP +N\- +from N'th byte, character or field, to end of line +.TP +N\-M +from N'th to M'th (included) byte, character or field +.TP +\fB\-M\fR +from first to M'th (included) byte, character or field +.PP +With no FILE, or when FILE is \-, read standard input. +.SH AUTHOR +Written by David M. Ihnat, David MacKenzie, and Jim Meyering. +.SH "REPORTING BUGS" +Report cut bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report cut translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B cut +is maintained as a Texinfo manual. If the +.B info +and +.B cut +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqcut invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/date.1 b/original/man1/date.1 new file mode 100644 index 0000000..921641e --- /dev/null +++ b/original/man1/date.1 @@ -0,0 +1,243 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH DATE "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +date \- print or set the system date and time +.SH SYNOPSIS +.B date +[\fIOPTION\fR]... [\fI+FORMAT\fR] +.br +.B date +[\fI-u|--utc|--universal\fR] [\fIMMDDhhmm\fR[[\fICC\fR]\fIYY\fR][\fI.ss\fR]] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Display the current time in the given FORMAT, or set the system date. +.TP +\fB\-d\fR, \fB\-\-date\fR=\fISTRING\fR +display time described by STRING, not `now' +.TP +\fB\-f\fR, \fB\-\-file\fR=\fIDATEFILE\fR +like \fB\-\-date\fR once for each line of DATEFILE +.TP +\fB\-r\fR, \fB\-\-reference\fR=\fIFILE\fR +display the last modification time of FILE +.TP +\fB\-R\fR, \fB\-\-rfc\-2822\fR +output date and time in RFC 2822 format. +Example: Mon, 07 Aug 2006 12:34:56 \fB\-0600\fR +.TP +\fB\-\-rfc\-3339\fR=\fITIMESPEC\fR +output date and time in RFC 3339 format. +TIMESPEC=`date', `seconds', or `ns' for +date and time to the indicated precision. +Date and time components are separated by +a single space: 2006\-08\-07 12:34:56\-06:00 +.TP +\fB\-s\fR, \fB\-\-set\fR=\fISTRING\fR +set time described by STRING +.TP +\fB\-u\fR, \fB\-\-utc\fR, \fB\-\-universal\fR +print or set Coordinated Universal Time +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +FORMAT controls the output. Interpreted sequences are: +.TP +%% +a literal % +.TP +%a +locale's abbreviated weekday name (e.g., Sun) +.TP +%A +locale's full weekday name (e.g., Sunday) +.TP +%b +locale's abbreviated month name (e.g., Jan) +.TP +%B +locale's full month name (e.g., January) +.TP +%c +locale's date and time (e.g., Thu Mar 3 23:05:25 2005) +.TP +%C +century; like %Y, except omit last two digits (e.g., 20) +.TP +%d +day of month (e.g, 01) +.TP +%D +date; same as %m/%d/%y +.TP +%e +day of month, space padded; same as %_d +.TP +%F +full date; same as %Y\-%m\-%d +.TP +%g +last two digits of year of ISO week number (see %G) +.TP +%G +year of ISO week number (see %V); normally useful only with %V +.TP +%h +same as %b +.TP +%H +hour (00..23) +.TP +%I +hour (01..12) +.TP +%j +day of year (001..366) +.TP +%k +hour ( 0..23) +.TP +%l +hour ( 1..12) +.TP +%m +month (01..12) +.TP +%M +minute (00..59) +.TP +%n +a newline +.TP +%N +nanoseconds (000000000..999999999) +.TP +%p +locale's equivalent of either AM or PM; blank if not known +.TP +%P +like %p, but lower case +.TP +%r +locale's 12\-hour clock time (e.g., 11:11:04 PM) +.TP +%R +24\-hour hour and minute; same as %H:%M +.TP +%s +seconds since 1970\-01\-01 00:00:00 UTC +.TP +%S +second (00..60) +.TP +%t +a tab +.TP +%T +time; same as %H:%M:%S +.TP +%u +day of week (1..7); 1 is Monday +.TP +%U +week number of year, with Sunday as first day of week (00..53) +.TP +%V +ISO week number, with Monday as first day of week (01..53) +.TP +%w +day of week (0..6); 0 is Sunday +.TP +%W +week number of year, with Monday as first day of week (00..53) +.TP +%x +locale's date representation (e.g., 12/31/99) +.TP +%X +locale's time representation (e.g., 23:13:48) +.TP +%y +last two digits of year (00..99) +.TP +%Y +year +.TP +%z ++hhmm numeric timezone (e.g., \fB\-0400\fR) +.TP +%:z ++hh:mm numeric timezone (e.g., \fB\-04\fR:00) +.TP +%::z ++hh:mm:ss numeric time zone (e.g., \fB\-04\fR:00:00) +.TP +%:::z +numeric time zone with : to necessary precision (e.g., \fB\-04\fR, +05:30) +.TP +%Z +alphabetic time zone abbreviation (e.g., EDT) +.PP +By default, date pads numeric fields with zeroes. +The following optional flags may follow `%': +.TP +\- +(hyphen) do not pad the field +.TP +_ +(underscore) pad with spaces +.TP +0 +(zero) pad with zeros +.TP +^ +use upper case if possible +.TP +# +use opposite case if possible +.PP +After any flags comes an optional field width, as a decimal number; +then an optional modifier, which is either +E to use the locale's alternate representations if available, or +O to use the locale's alternate numeric symbols if available. +.SH "DATE STRING" +.\" NOTE: keep this paragraph in sync with the one in touch.x +The --date=STRING is a mostly free format human readable date string +such as "Sun, 29 Feb 2004 16:21:42 -0800" or "2004-02-29 16:21:42" or +even "next Thursday". A date string may contain items indicating +calendar date, time of day, time zone, day of week, relative time, +relative date, and numbers. An empty string indicates the beginning +of the day. The date string format is more complex than is easily +documented here but is fully described in the info documentation. +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report date bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report date translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B date +is maintained as a Texinfo manual. If the +.B info +and +.B date +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqdate invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/dd.1 b/original/man1/dd.1 new file mode 100644 index 0000000..fcc6237 --- /dev/null +++ b/original/man1/dd.1 @@ -0,0 +1,184 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH DD "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +dd \- convert and copy a file +.SH SYNOPSIS +.B dd +[\fIOPERAND\fR]... +.br +.B dd +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Copy a file, converting and formatting according to the operands. +.TP +bs=BYTES +read and write BYTES bytes at a time (also see ibs=,obs=) +.TP +cbs=BYTES +convert BYTES bytes at a time +.TP +conv=CONVS +convert the file as per the comma separated symbol list +.TP +count=BLOCKS +copy only BLOCKS input blocks +.TP +ibs=BYTES +read BYTES bytes at a time (default: 512) +.TP +if=FILE +read from FILE instead of stdin +.TP +iflag=FLAGS +read as per the comma separated symbol list +.TP +obs=BYTES +write BYTES bytes at a time (default: 512) +.TP +of=FILE +write to FILE instead of stdout +.TP +oflag=FLAGS +write as per the comma separated symbol list +.TP +seek=BLOCKS +skip BLOCKS obs\-sized blocks at start of output +.TP +skip=BLOCKS +skip BLOCKS ibs\-sized blocks at start of input +.TP +status=noxfer +suppress transfer statistics +.PP +BLOCKS and BYTES may be followed by the following multiplicative suffixes: +c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M +GB =1000*1000*1000, G =1024*1024*1024, and so on for T, P, E, Z, Y. +.PP +Each CONV symbol may be: +.TP +ascii +from EBCDIC to ASCII +.TP +ebcdic +from ASCII to EBCDIC +.TP +ibm +from ASCII to alternate EBCDIC +.TP +block +pad newline\-terminated records with spaces to cbs\-size +.TP +unblock +replace trailing spaces in cbs\-size records with newline +.TP +lcase +change upper case to lower case +.TP +nocreat +do not create the output file +.TP +excl +fail if the output file already exists +.TP +notrunc +do not truncate the output file +.TP +ucase +change lower case to upper case +.TP +swab +swap every pair of input bytes +.TP +noerror +continue after read errors +.TP +sync +pad every input block with NULs to ibs\-size; when used +with block or unblock, pad with spaces rather than NULs +.TP +fdatasync +physically write output file data before finishing +.TP +fsync +likewise, but also write metadata +.PP +Each FLAG symbol may be: +.TP +append +append mode (makes sense only for output; conv=notrunc suggested) +.TP +direct +use direct I/O for data +.TP +directory +fail unless a directory +.TP +dsync +use synchronized I/O for data +.TP +sync +likewise, but also for metadata +.TP +fullblock +accumulate full blocks of input (iflag only) +.TP +nonblock +use non\-blocking I/O +.TP +noatime +do not update access time +.TP +noctty +do not assign controlling terminal from file +.TP +nofollow +do not follow symlinks +.PP +Sending a USR1 signal to a running `dd' process makes it +print I/O statistics to standard error and then resume copying. +.IP +\f(CW$ dd if=/dev/zero of=/dev/null& pid=$!\fR +.br +\f(CW$ kill -USR1 $pid; sleep 1; kill $pid\fR +.IP +18335302+0 records in +18335302+0 records out +9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s +.PP +Options are: +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Paul Rubin, David MacKenzie, and Stuart Kemp. +.SH "REPORTING BUGS" +Report dd bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report dd translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B dd +is maintained as a Texinfo manual. If the +.B info +and +.B dd +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqdd invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/df.1 b/original/man1/df.1 new file mode 100644 index 0000000..3bf1ebf --- /dev/null +++ b/original/man1/df.1 @@ -0,0 +1,121 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH DF "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +df \- report file system disk space usage +.SH SYNOPSIS +.B df +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +This manual page +documents the GNU version of +.BR df . +.B df +displays the amount of disk space available on the file system +containing each file name argument. If no file name is given, the +space available on all currently mounted file systems is shown. Disk +space is shown in 1K blocks by default, unless the environment +variable POSIXLY_CORRECT is set, in which case 512-byte blocks are +used. +.PP +If an argument is the absolute file name of a disk device node containing a +mounted file system, +.B df +shows the space available on that file system rather than on the +file system containing the device node (which is always the root +file system). This version of +.B df +cannot show the space available on unmounted file systems, because on +most kinds of systems doing so requires very nonportable intimate +knowledge of file system structures. +.SH OPTIONS +.PP +Show information about the file system on which each FILE resides, +or all file systems by default. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR, \fB\-\-all\fR +include dummy file systems +.TP +\fB\-B\fR, \fB\-\-block\-size\fR=\fISIZE\fR +use SIZE\-byte blocks +.TP +\fB\-\-total\fR +produce a grand total +.TP +\fB\-h\fR, \fB\-\-human\-readable\fR +print sizes in human readable format (e.g., 1K 234M 2G) +.TP +\fB\-H\fR, \fB\-\-si\fR +likewise, but use powers of 1000 not 1024 +.TP +\fB\-i\fR, \fB\-\-inodes\fR +list inode information instead of block usage +.TP +\fB\-k\fR +like \fB\-\-block\-size\fR=\fI1K\fR +.TP +\fB\-l\fR, \fB\-\-local\fR +limit listing to local file systems +.TP +\fB\-\-no\-sync\fR +do not invoke sync before getting usage info (default) +.TP +\fB\-P\fR, \fB\-\-portability\fR +use the POSIX output format +.TP +\fB\-\-sync\fR +invoke sync before getting usage info +.TP +\fB\-t\fR, \fB\-\-type\fR=\fITYPE\fR +limit listing to file systems of type TYPE +.TP +\fB\-T\fR, \fB\-\-print\-type\fR +print file system type +.TP +\fB\-x\fR, \fB\-\-exclude\-type\fR=\fITYPE\fR +limit listing to file systems not of type TYPE +.TP +\fB\-v\fR +(ignored) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Display values are in units of the first available SIZE from \fB\-\-block\-size\fR, +and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables. +Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set). +.PP +SIZE may be (or may be an integer optionally followed by) one of following: +KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. +.SH AUTHOR +Written by Torbjorn Granlund, David MacKenzie, and Paul Eggert. +.SH "REPORTING BUGS" +Report df bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report df translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B df +is maintained as a Texinfo manual. If the +.B info +and +.B df +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqdf invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/dir.1 b/original/man1/dir.1 new file mode 100644 index 0000000..0c98abc --- /dev/null +++ b/original/man1/dir.1 @@ -0,0 +1,265 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH DIR "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +dir \- list directory contents +.SH SYNOPSIS +.B dir +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +List information about the FILEs (the current directory by default). +Sort entries alphabetically if none of \fB\-cftuvSUX\fR nor \fB\-\-sort\fR. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR, \fB\-\-all\fR +do not ignore entries starting with . +.TP +\fB\-A\fR, \fB\-\-almost\-all\fR +do not list implied . and .. +.TP +\fB\-\-author\fR +with \fB\-l\fR, print the author of each file +.TP +\fB\-b\fR, \fB\-\-escape\fR +print C\-style escapes for nongraphic characters +.TP +\fB\-\-block\-size\fR=\fISIZE\fR +use SIZE\-byte blocks. See SIZE format below +.TP +\fB\-B\fR, \fB\-\-ignore\-backups\fR +do not list implied entries ending with ~ +.TP +\fB\-c\fR +with \fB\-lt\fR: sort by, and show, ctime (time of last +modification of file status information) +with \fB\-l\fR: show ctime and sort by name +otherwise: sort by ctime +.TP +\fB\-C\fR +list entries by columns +.TP +\fB\-\-color\fR[=\fIWHEN\fR] +colorize the output. WHEN defaults to `always' +or can be `never' or `auto'. More info below +.TP +\fB\-d\fR, \fB\-\-directory\fR +list directory entries instead of contents, +and do not dereference symbolic links +.TP +\fB\-D\fR, \fB\-\-dired\fR +generate output designed for Emacs' dired mode +.TP +\fB\-f\fR +do not sort, enable \fB\-aU\fR, disable \fB\-ls\fR \fB\-\-color\fR +.TP +\fB\-F\fR, \fB\-\-classify\fR +append indicator (one of */=>@|) to entries +.TP +\fB\-\-file\-type\fR +likewise, except do not append `*' +.TP +\fB\-\-format\fR=\fIWORD\fR +across \fB\-x\fR, commas \fB\-m\fR, horizontal \fB\-x\fR, long \fB\-l\fR, +single\-column \fB\-1\fR, verbose \fB\-l\fR, vertical \fB\-C\fR +.TP +\fB\-\-full\-time\fR +like \fB\-l\fR \fB\-\-time\-style\fR=\fIfull\-iso\fR +.TP +\fB\-g\fR +like \fB\-l\fR, but do not list owner +.TP +\fB\-\-group\-directories\-first\fR +group directories before files. +.IP +augment with a \fB\-\-sort\fR option, but any +use of \fB\-\-sort\fR=\fInone\fR (\fB\-U\fR) disables grouping +.TP +\fB\-G\fR, \fB\-\-no\-group\fR +in a long listing, don't print group names +.TP +\fB\-h\fR, \fB\-\-human\-readable\fR +with \fB\-l\fR, print sizes in human readable format +(e.g., 1K 234M 2G) +.TP +\fB\-\-si\fR +likewise, but use powers of 1000 not 1024 +.TP +\fB\-H\fR, \fB\-\-dereference\-command\-line\fR +follow symbolic links listed on the command line +.TP +\fB\-\-dereference\-command\-line\-symlink\-to\-dir\fR +follow each command line symbolic link +that points to a directory +.TP +\fB\-\-hide\fR=\fIPATTERN\fR +do not list implied entries matching shell PATTERN +(overridden by \fB\-a\fR or \fB\-A\fR) +.TP +\fB\-\-indicator\-style\fR=\fIWORD\fR +append indicator with style WORD to entry names: +none (default), slash (\fB\-p\fR), +file\-type (\fB\-\-file\-type\fR), classify (\fB\-F\fR) +.TP +\fB\-i\fR, \fB\-\-inode\fR +print the index number of each file +.TP +\fB\-I\fR, \fB\-\-ignore\fR=\fIPATTERN\fR +do not list implied entries matching shell PATTERN +.TP +\fB\-k\fR +like \fB\-\-block\-size\fR=\fI1K\fR +.TP +\fB\-l\fR +use a long listing format +.TP +\fB\-L\fR, \fB\-\-dereference\fR +when showing file information for a symbolic +link, show information for the file the link +references rather than for the link itself +.TP +\fB\-m\fR +fill width with a comma separated list of entries +.TP +\fB\-n\fR, \fB\-\-numeric\-uid\-gid\fR +like \fB\-l\fR, but list numeric user and group IDs +.TP +\fB\-N\fR, \fB\-\-literal\fR +print raw entry names (don't treat e.g. control +characters specially) +.TP +\fB\-o\fR +like \fB\-l\fR, but do not list group information +.TP +\fB\-p\fR, \fB\-\-indicator\-style\fR=\fIslash\fR +append / indicator to directories +.TP +\fB\-q\fR, \fB\-\-hide\-control\-chars\fR +print ? instead of non graphic characters +.TP +\fB\-\-show\-control\-chars\fR +show non graphic characters as\-is (default +unless program is `ls' and output is a terminal) +.TP +\fB\-Q\fR, \fB\-\-quote\-name\fR +enclose entry names in double quotes +.TP +\fB\-\-quoting\-style\fR=\fIWORD\fR +use quoting style WORD for entry names: +literal, locale, shell, shell\-always, c, escape +.TP +\fB\-r\fR, \fB\-\-reverse\fR +reverse order while sorting +.TP +\fB\-R\fR, \fB\-\-recursive\fR +list subdirectories recursively +.TP +\fB\-s\fR, \fB\-\-size\fR +print the allocated size of each file, in blocks +.TP +\fB\-S\fR +sort by file size +.TP +\fB\-\-sort\fR=\fIWORD\fR +sort by WORD instead of name: none \fB\-U\fR, +extension \fB\-X\fR, size \fB\-S\fR, time \fB\-t\fR, version \fB\-v\fR +.TP +\fB\-\-time\fR=\fIWORD\fR +with \fB\-l\fR, show time as WORD instead of modification +time: atime \fB\-u\fR, access \fB\-u\fR, use \fB\-u\fR, ctime \fB\-c\fR, +or status \fB\-c\fR; use specified time as sort key +if \fB\-\-sort\fR=\fItime\fR +.TP +\fB\-\-time\-style\fR=\fISTYLE\fR +with \fB\-l\fR, show times using style STYLE: +full\-iso, long\-iso, iso, locale, +FORMAT. +FORMAT is interpreted like `date'; if FORMAT is +FORMAT1FORMAT2, FORMAT1 applies to +non\-recent files and FORMAT2 to recent files; +if STYLE is prefixed with `posix\-', STYLE +takes effect only outside the POSIX locale +.TP +\fB\-t\fR +sort by modification time +.TP +\fB\-T\fR, \fB\-\-tabsize\fR=\fICOLS\fR +assume tab stops at each COLS instead of 8 +.TP +\fB\-u\fR +with \fB\-lt\fR: sort by, and show, access time +with \fB\-l\fR: show access time and sort by name +otherwise: sort by access time +.TP +\fB\-U\fR +do not sort; list entries in directory order +.TP +\fB\-v\fR +natural sort of (version) numbers within text +.TP +\fB\-w\fR, \fB\-\-width\fR=\fICOLS\fR +assume screen width instead of current value +.TP +\fB\-x\fR +list entries by lines instead of by columns +.TP +\fB\-X\fR +sort alphabetically by entry extension +.TP +\fB\-Z\fR, \fB\-\-context\fR +print any SELinux security context of each file +.TP +\fB\-1\fR +list one file per line +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +SIZE may be (or may be an integer optionally followed by) one of following: +KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. +.PP +Using color to distinguish file types is disabled both by default and +with \fB\-\-color\fR=\fInever\fR. With \fB\-\-color\fR=\fIauto\fR, ls emits color codes only when +standard output is connected to a terminal. The LS_COLORS environment +variable can change the settings. Use the dircolors command to set it. +.SS "Exit status:" +.TP +0 +if OK, +.TP +1 +if minor problems (e.g., cannot access subdirectory), +.TP +2 +if serious trouble (e.g., cannot access command\-line argument). +.SH AUTHOR +Written by Richard M. Stallman and David MacKenzie. +.SH "REPORTING BUGS" +Report dir bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report dir translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B dir +is maintained as a Texinfo manual. If the +.B info +and +.B dir +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqdir invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/dircolors.1 b/original/man1/dircolors.1 new file mode 100644 index 0000000..cc1d9a6 --- /dev/null +++ b/original/man1/dircolors.1 @@ -0,0 +1,59 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH DIRCOLORS "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +dircolors \- color setup for ls +.SH SYNOPSIS +.B dircolors +[\fIOPTION\fR]... [\fIFILE\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Output commands to set the LS_COLORS environment variable. +.SS "Determine format of output:" +.TP +\fB\-b\fR, \fB\-\-sh\fR, \fB\-\-bourne\-shell\fR +output Bourne shell code to set LS_COLORS +.TP +\fB\-c\fR, \fB\-\-csh\fR, \fB\-\-c\-shell\fR +output C shell code to set LS_COLORS +.TP +\fB\-p\fR, \fB\-\-print\-database\fR +output defaults +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If FILE is specified, read it to determine which colors to use for which +file types and extensions. Otherwise, a precompiled database is used. +For details on the format of these files, run `dircolors \fB\-\-print\-database\fR'. +.SH AUTHOR +Written by H. Peter Anvin. +.SH "REPORTING BUGS" +Report dircolors bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report dircolors translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B dircolors +is maintained as a Texinfo manual. If the +.B info +and +.B dircolors +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqdircolors invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/dirname.1 b/original/man1/dirname.1 new file mode 100644 index 0000000..8f9ee60 --- /dev/null +++ b/original/man1/dirname.1 @@ -0,0 +1,58 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH DIRNAME "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +dirname \- strip last component from file name +.SH SYNOPSIS +.B dirname +\fINAME\fR +.br +.B dirname +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print NAME with its trailing /component removed; if NAME contains no /'s, +output `.' (meaning the current directory). +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH EXAMPLES +.TP +dirname /usr/bin/sort +Output "/usr/bin". +.TP +dirname stdio.h +Output ".". +.SH AUTHOR +Written by David MacKenzie and Jim Meyering. +.SH "REPORTING BUGS" +Report dirname bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report dirname translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +basename(1), readlink(1) +.PP +The full documentation for +.B dirname +is maintained as a Texinfo manual. If the +.B info +and +.B dirname +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqdirname invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/du.1 b/original/man1/du.1 new file mode 100644 index 0000000..75d58ee --- /dev/null +++ b/original/man1/du.1 @@ -0,0 +1,165 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH DU "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +du \- estimate file space usage +.SH SYNOPSIS +.B du +[\fIOPTION\fR]... [\fIFILE\fR]... +.br +.B du +[\fIOPTION\fR]... \fI--files0-from=F\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Summarize disk usage of each FILE, recursively for directories. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR, \fB\-\-all\fR +write counts for all files, not just directories +.TP +\fB\-\-apparent\-size\fR +print apparent sizes, rather than disk usage; although +the apparent size is usually smaller, it may be +larger due to holes in (`sparse') files, internal +fragmentation, indirect blocks, and the like +.TP +\fB\-B\fR, \fB\-\-block\-size\fR=\fISIZE\fR +use SIZE\-byte blocks +.TP +\fB\-b\fR, \fB\-\-bytes\fR +equivalent to `\-\-apparent\-size \fB\-\-block\-size\fR=\fI1\fR' +.TP +\fB\-c\fR, \fB\-\-total\fR +produce a grand total +.TP +\fB\-D\fR, \fB\-\-dereference\-args\fR +dereference only symlinks that are listed on the +command line +.TP +\fB\-\-files0\-from\fR=\fIF\fR +summarize disk usage of the NUL\-terminated file +names specified in file F; +If F is \- then read names from standard input +.TP +\fB\-H\fR +equivalent to \fB\-\-dereference\-args\fR (\fB\-D\fR) +.TP +\fB\-h\fR, \fB\-\-human\-readable\fR +print sizes in human readable format (e.g., 1K 234M 2G) +.TP +\fB\-\-si\fR +like \fB\-h\fR, but use powers of 1000 not 1024 +.TP +\fB\-k\fR +like \fB\-\-block\-size\fR=\fI1K\fR +.TP +\fB\-l\fR, \fB\-\-count\-links\fR +count sizes many times if hard linked +.TP +\fB\-m\fR +like \fB\-\-block\-size\fR=\fI1M\fR +.TP +\fB\-L\fR, \fB\-\-dereference\fR +dereference all symbolic links +.TP +\fB\-P\fR, \fB\-\-no\-dereference\fR +don't follow any symbolic links (this is the default) +.TP +\fB\-0\fR, \fB\-\-null\fR +end each output line with 0 byte rather than newline +.TP +\fB\-S\fR, \fB\-\-separate\-dirs\fR +do not include size of subdirectories +.TP +\fB\-s\fR, \fB\-\-summarize\fR +display only a total for each argument +.TP +\fB\-x\fR, \fB\-\-one\-file\-system\fR +skip directories on different file systems +.TP +\fB\-X\fR, \fB\-\-exclude\-from\fR=\fIFILE\fR +exclude files that match any pattern in FILE +.TP +\fB\-\-exclude\fR=\fIPATTERN\fR +exclude files that match PATTERN +.TP +\fB\-\-max\-depth\fR=\fIN\fR +print the total for a directory (or file, with \fB\-\-all\fR) +only if it is N or fewer levels below the command +line argument; \fB\-\-max\-depth\fR=\fI0\fR is the same as +\fB\-\-summarize\fR +.TP +\fB\-\-time\fR +show time of the last modification of any file in the +directory, or any of its subdirectories +.TP +\fB\-\-time\fR=\fIWORD\fR +show time as WORD instead of modification time: +atime, access, use, ctime or status +.TP +\fB\-\-time\-style\fR=\fISTYLE\fR +show times using style STYLE: +full\-iso, long\-iso, iso, +FORMAT +FORMAT is interpreted like `date' +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Display values are in units of the first available SIZE from \fB\-\-block\-size\fR, +and the DU_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables. +Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set). +.PP +SIZE may be (or may be an integer optionally followed by) one of following: +KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. +.SH PATTERNS +PATTERN is a shell pattern (not a regular expression). The pattern +.BR ? +matches any one character, whereas +.BR * +matches any string (composed of zero, one or multiple characters). For +example, +.BR *.o +will match any files whose names end in +.BR .o . +Therefore, the command +.IP +.B du --exclude=\(aq*.o\(aq +.PP +will skip all files and subdirectories ending in +.BR .o +(including the file +.BR .o +itself). +.SH AUTHOR +Written by Torbjorn Granlund, David MacKenzie, Paul Eggert, +and Jim Meyering. +.SH "REPORTING BUGS" +Report du bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report du translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B du +is maintained as a Texinfo manual. If the +.B info +and +.B du +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqdu invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/echo.1 b/original/man1/echo.1 new file mode 100644 index 0000000..6742c86 --- /dev/null +++ b/original/man1/echo.1 @@ -0,0 +1,99 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH ECHO "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +echo \- display a line of text +.SH SYNOPSIS +.B echo +[\fISHORT-OPTION\fR]... [\fISTRING\fR]... +.br +.B echo +\fILONG-OPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Echo the STRING(s) to standard output. +.TP +\fB\-n\fR +do not output the trailing newline +.TP +\fB\-e\fR +enable interpretation of backslash escapes +.TP +\fB\-E\fR +disable interpretation of backslash escapes (default) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If \fB\-e\fR is in effect, the following sequences are recognized: +.TP +\e\e +backslash +.TP +\ea +alert (BEL) +.TP +\eb +backspace +.TP +\ec +produce no further output +.TP +\ee +escape +.TP +\ef +form feed +.TP +\en +new line +.TP +\er +carriage return +.TP +\et +horizontal tab +.TP +\ev +vertical tab +.TP +\e0NNN +byte with octal value NNN (1 to 3 digits) +.TP +\exHH +byte with hexadecimal value HH (1 to 2 digits) +.PP +NOTE: your shell may have its own version of echo, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by Brian Fox and Chet Ramey. +.SH "REPORTING BUGS" +Report echo bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report echo translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B echo +is maintained as a Texinfo manual. If the +.B info +and +.B echo +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqecho invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/env.1 b/original/man1/env.1 new file mode 100644 index 0000000..ef2dd81 --- /dev/null +++ b/original/man1/env.1 @@ -0,0 +1,56 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH ENV "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +env \- run a program in a modified environment +.SH SYNOPSIS +.B env +[\fIOPTION\fR]... [\fI-\fR] [\fINAME=VALUE\fR]... [\fICOMMAND \fR[\fIARG\fR]...] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Set each NAME to VALUE in the environment and run COMMAND. +.TP +\fB\-i\fR, \fB\-\-ignore\-environment\fR +start with an empty environment +.TP +\fB\-0\fR, \fB\-\-null\fR +end each output line with 0 byte rather than newline +.TP +\fB\-u\fR, \fB\-\-unset\fR=\fINAME\fR +remove variable from the environment +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +A mere \- implies \fB\-i\fR. If no COMMAND, print the resulting environment. +.SH AUTHOR +Written by Richard Mlynarik and David MacKenzie. +.SH "REPORTING BUGS" +Report env bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report env translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B env +is maintained as a Texinfo manual. If the +.B info +and +.B env +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqenv invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/expand.1 b/original/man1/expand.1 new file mode 100644 index 0000000..6698139 --- /dev/null +++ b/original/man1/expand.1 @@ -0,0 +1,59 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH EXPAND "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +expand \- convert tabs to spaces +.SH SYNOPSIS +.B expand +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Convert tabs in each FILE to spaces, writing to standard output. +With no FILE, or when FILE is \-, read standard input. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-i\fR, \fB\-\-initial\fR +do not convert tabs after non blanks +.TP +\fB\-t\fR, \fB\-\-tabs\fR=\fINUMBER\fR +have tabs NUMBER characters apart, not 8 +.TP +\fB\-t\fR, \fB\-\-tabs\fR=\fILIST\fR +use comma separated list of explicit tab positions +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report expand bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report expand translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +unexpand(1) +.PP +The full documentation for +.B expand +is maintained as a Texinfo manual. If the +.B info +and +.B expand +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqexpand invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/expr.1 b/original/man1/expr.1 new file mode 100644 index 0000000..b40c7b5 --- /dev/null +++ b/original/man1/expr.1 @@ -0,0 +1,119 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH EXPR "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +expr \- evaluate expressions +.SH SYNOPSIS +.B expr +\fIEXPRESSION\fR +.br +.B expr +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Print the value of EXPRESSION to standard output. A blank line below +separates increasing precedence groups. EXPRESSION may be: +.TP +ARG1 | ARG2 +ARG1 if it is neither null nor 0, otherwise ARG2 +.TP +ARG1 & ARG2 +ARG1 if neither argument is null or 0, otherwise 0 +.TP +ARG1 < ARG2 +ARG1 is less than ARG2 +.TP +ARG1 <= ARG2 +ARG1 is less than or equal to ARG2 +.TP +ARG1 = ARG2 +ARG1 is equal to ARG2 +.TP +ARG1 != ARG2 +ARG1 is unequal to ARG2 +.TP +ARG1 >= ARG2 +ARG1 is greater than or equal to ARG2 +.TP +ARG1 > ARG2 +ARG1 is greater than ARG2 +.TP +ARG1 + ARG2 +arithmetic sum of ARG1 and ARG2 +.TP +ARG1 \- ARG2 +arithmetic difference of ARG1 and ARG2 +.TP +ARG1 * ARG2 +arithmetic product of ARG1 and ARG2 +.TP +ARG1 / ARG2 +arithmetic quotient of ARG1 divided by ARG2 +.TP +ARG1 % ARG2 +arithmetic remainder of ARG1 divided by ARG2 +.TP +STRING : REGEXP +anchored pattern match of REGEXP in STRING +.TP +match STRING REGEXP +same as STRING : REGEXP +.TP +substr STRING POS LENGTH +substring of STRING, POS counted from 1 +.TP +index STRING CHARS +index in STRING where any CHARS is found, or 0 +.TP +length STRING +length of STRING +.TP ++ TOKEN +interpret TOKEN as a string, even if it is a +.IP +keyword like `match' or an operator like `/' +.TP +( EXPRESSION ) +value of EXPRESSION +.PP +Beware that many operators need to be escaped or quoted for shells. +Comparisons are arithmetic if both ARGs are numbers, else lexicographical. +Pattern matches return the string matched between \e( and \e) or null; if +\e( and \e) are not used, they return the number of characters matched or 0. +.PP +Exit status is 0 if EXPRESSION is neither null nor 0, 1 if EXPRESSION is null +or 0, 2 if EXPRESSION is syntactically invalid, and 3 if an error occurred. +.SH AUTHOR +Written by Mike Parker, James Youngman, and Paul Eggert. +.SH "REPORTING BUGS" +Report expr bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report expr translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B expr +is maintained as a Texinfo manual. If the +.B info +and +.B expr +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqexpr invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/factor.1 b/original/man1/factor.1 new file mode 100644 index 0000000..6cb3282 --- /dev/null +++ b/original/man1/factor.1 @@ -0,0 +1,49 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH FACTOR "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +factor \- factor numbers +.SH SYNOPSIS +.B factor +[\fINUMBER\fR]... +.br +.B factor +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the prime factors of each specified integer NUMBER. If none +are specified on the command line, read them from standard input. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Paul Rubin. +.SH "REPORTING BUGS" +Report factor bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report factor translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B factor +is maintained as a Texinfo manual. If the +.B info +and +.B factor +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqfactor invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/false.1 b/original/man1/false.1 new file mode 100644 index 0000000..79c2114 --- /dev/null +++ b/original/man1/false.1 @@ -0,0 +1,52 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH FALSE "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +false \- do nothing, unsuccessfully +.SH SYNOPSIS +.B false +[\fIignored command line arguments\fR] +.br +.B false +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Exit with a status code indicating failure. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +NOTE: your shell may have its own version of false, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by Jim Meyering. +.SH "REPORTING BUGS" +Report false bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report false translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B false +is maintained as a Texinfo manual. If the +.B info +and +.B false +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqfalse invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/fmt.1 b/original/man1/fmt.1 new file mode 100644 index 0000000..fcc11da --- /dev/null +++ b/original/man1/fmt.1 @@ -0,0 +1,69 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH FMT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +fmt \- simple optimal text formatter +.SH SYNOPSIS +.B fmt +[\fI-WIDTH\fR] [\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Reformat each paragraph in the FILE(s), writing to standard output. +The option \fB\-WIDTH\fR is an abbreviated form of \fB\-\-width\fR=\fIDIGITS\fR. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-c\fR, \fB\-\-crown\-margin\fR +preserve indentation of first two lines +.TP +\fB\-p\fR, \fB\-\-prefix\fR=\fISTRING\fR +reformat only lines beginning with STRING, +reattaching the prefix to reformatted lines +.TP +\fB\-s\fR, \fB\-\-split\-only\fR +split long lines, but do not refill +.TP +\fB\-t\fR, \fB\-\-tagged\-paragraph\fR +indentation of first line different from second +.TP +\fB\-u\fR, \fB\-\-uniform\-spacing\fR +one space between words, two after sentences +.TP +\fB\-w\fR, \fB\-\-width\fR=\fIWIDTH\fR +maximum line width (default of 75 columns) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +With no FILE, or when FILE is \-, read standard input. +.SH AUTHOR +Written by Ross Paterson. +.SH "REPORTING BUGS" +Report fmt bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report fmt translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B fmt +is maintained as a Texinfo manual. If the +.B info +and +.B fmt +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqfmt invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/fold.1 b/original/man1/fold.1 new file mode 100644 index 0000000..3f5bf29 --- /dev/null +++ b/original/man1/fold.1 @@ -0,0 +1,57 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH FOLD "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +fold \- wrap each input line to fit in specified width +.SH SYNOPSIS +.B fold +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Wrap input lines in each FILE (standard input by default), writing to +standard output. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-b\fR, \fB\-\-bytes\fR +count bytes rather than columns +.TP +\fB\-s\fR, \fB\-\-spaces\fR +break at spaces +.TP +\fB\-w\fR, \fB\-\-width\fR=\fIWIDTH\fR +use WIDTH columns instead of 80 +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report fold bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report fold translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B fold +is maintained as a Texinfo manual. If the +.B info +and +.B fold +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqfold invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/groups.1 b/original/man1/groups.1 new file mode 100644 index 0000000..96f6c2a --- /dev/null +++ b/original/man1/groups.1 @@ -0,0 +1,46 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH GROUPS "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +groups \- print the groups a user is in +.SH SYNOPSIS +.B groups +[\fIOPTION\fR]... [\fIUSERNAME\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print group memberships for each USERNAME or, if no USERNAME is specified, for +the current process (which may differ if the groups database has changed). +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie and James Youngman. +.SH "REPORTING BUGS" +Report groups bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report groups translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B groups +is maintained as a Texinfo manual. If the +.B info +and +.B groups +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqgroups invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/head.1 b/original/man1/head.1 new file mode 100644 index 0000000..1f60fd3 --- /dev/null +++ b/original/man1/head.1 @@ -0,0 +1,69 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH HEAD "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +head \- output the first part of files +.SH SYNOPSIS +.B head +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the first 10 lines of each FILE to standard output. +With more than one FILE, precede each with a header giving the file name. +With no FILE, or when FILE is \-, read standard input. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-c\fR, \fB\-\-bytes\fR=\fI[\-]K\fR +print the first K bytes of each file; +with the leading `\-', print all but the last +K bytes of each file +.TP +\fB\-n\fR, \fB\-\-lines\fR=\fI[\-]K\fR +print the first K lines instead of the first 10; +with the leading `\-', print all but the last +K lines of each file +.TP +\fB\-q\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR +never print headers giving file names +.TP +\fB\-v\fR, \fB\-\-verbose\fR +always print headers giving file names +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +K may have a multiplier suffix: +b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, +GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y. +.SH AUTHOR +Written by David MacKenzie and Jim Meyering. +.SH "REPORTING BUGS" +Report head bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report head translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B head +is maintained as a Texinfo manual. If the +.B info +and +.B head +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqhead invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/hostid.1 b/original/man1/hostid.1 new file mode 100644 index 0000000..9afc654 --- /dev/null +++ b/original/man1/hostid.1 @@ -0,0 +1,45 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH HOSTID "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +hostid \- print the numeric identifier for the current host +.SH SYNOPSIS +.B hostid +[\fIOPTION\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the numeric identifier (in hexadecimal) for the current host. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Jim Meyering. +.SH "REPORTING BUGS" +Report hostid bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report hostid translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B hostid +is maintained as a Texinfo manual. If the +.B info +and +.B hostid +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqhostid invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/id.1 b/original/man1/id.1 new file mode 100644 index 0000000..609d552 --- /dev/null +++ b/original/man1/id.1 @@ -0,0 +1,69 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH ID "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +id \- print real and effective user and group IDs +.SH SYNOPSIS +.B id +[\fIOPTION\fR]... [\fIUSERNAME\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print user and group information for the specified USERNAME, +or (when USERNAME omitted) for the current user. +.TP +\fB\-a\fR +ignore, for compatibility with other versions +.TP +\fB\-Z\fR, \fB\-\-context\fR +print only the security context of the current user +.TP +\fB\-g\fR, \fB\-\-group\fR +print only the effective group ID +.TP +\fB\-G\fR, \fB\-\-groups\fR +print all group IDs +.TP +\fB\-n\fR, \fB\-\-name\fR +print a name instead of a number, for \fB\-ugG\fR +.TP +\fB\-r\fR, \fB\-\-real\fR +print the real ID instead of the effective ID, with \fB\-ugG\fR +.TP +\fB\-u\fR, \fB\-\-user\fR +print only the effective user ID +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Without any OPTION, print some useful set of identified information. +.SH AUTHOR +Written by Arnold Robbins and David MacKenzie. +.SH "REPORTING BUGS" +Report id bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report id translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B id +is maintained as a Texinfo manual. If the +.B info +and +.B id +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqid invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/install.1 b/original/man1/install.1 new file mode 100644 index 0000000..54492e5 --- /dev/null +++ b/original/man1/install.1 @@ -0,0 +1,137 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH INSTALL "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +install \- copy files and set attributes +.SH SYNOPSIS +.B install +[\fIOPTION\fR]... [\fI-T\fR] \fISOURCE DEST\fR +.br +.B install +[\fIOPTION\fR]... \fISOURCE\fR... \fIDIRECTORY\fR +.br +.B install +[\fIOPTION\fR]... \fI-t DIRECTORY SOURCE\fR... +.br +.B install +[\fIOPTION\fR]... \fI-d DIRECTORY\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +This install program copies files (often just compiled) into destination +locations you choose. If you want to download and install a ready\-to\-use +package on a GNU/Linux system, you should instead be using a package manager +like yum(1) or apt\-get(1). +.PP +In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to +the existing DIRECTORY, while setting permission modes and owner/group. +In the 4th form, create all components of the given DIRECTORY(ies). +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-\-backup\fR[=\fICONTROL\fR] +make a backup of each existing destination file +.TP +\fB\-b\fR +like \fB\-\-backup\fR but does not accept an argument +.TP +\fB\-c\fR +(ignored) +.TP +\fB\-C\fR, \fB\-\-compare\fR +compare each pair of source and destination files, and +in some cases, do not modify the destination at all +.TP +\fB\-d\fR, \fB\-\-directory\fR +treat all arguments as directory names; create all +components of the specified directories +.TP +\fB\-D\fR +create all leading components of DEST except the last, +then copy SOURCE to DEST +.TP +\fB\-g\fR, \fB\-\-group\fR=\fIGROUP\fR +set group ownership, instead of process' current group +.TP +\fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR +set permission mode (as in chmod), instead of rwxr\-xr\-x +.TP +\fB\-o\fR, \fB\-\-owner\fR=\fIOWNER\fR +set ownership (super\-user only) +.TP +\fB\-p\fR, \fB\-\-preserve\-timestamps\fR +apply access/modification times of SOURCE files +to corresponding destination files +.TP +\fB\-s\fR, \fB\-\-strip\fR +strip symbol tables +.TP +\fB\-\-strip\-program\fR=\fIPROGRAM\fR +program used to strip binaries +.TP +\fB\-S\fR, \fB\-\-suffix\fR=\fISUFFIX\fR +override the usual backup suffix +.TP +\fB\-t\fR, \fB\-\-target\-directory\fR=\fIDIRECTORY\fR +copy all SOURCE arguments into DIRECTORY +.TP +\fB\-T\fR, \fB\-\-no\-target\-directory\fR +treat DEST as a normal file +.TP +\fB\-v\fR, \fB\-\-verbose\fR +print the name of each directory as it is created +.TP +\fB\-\-preserve\-context\fR +preserve SELinux security context +.TP +\fB\-Z\fR, \fB\-\-context\fR=\fICONTEXT\fR +set SELinux security context of files and directories +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The backup suffix is `~', unless set with \fB\-\-suffix\fR or SIMPLE_BACKUP_SUFFIX. +The version control method may be selected via the \fB\-\-backup\fR option or through +the VERSION_CONTROL environment variable. Here are the values: +.TP +none, off +never make backups (even if \fB\-\-backup\fR is given) +.TP +numbered, t +make numbered backups +.TP +existing, nil +numbered if numbered backups exist, simple otherwise +.TP +simple, never +always make simple backups +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report install bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report install translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B install +is maintained as a Texinfo manual. If the +.B info +and +.B install +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqinstall invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/join.1 b/original/man1/join.1 new file mode 100644 index 0000000..e39e5e1 --- /dev/null +++ b/original/man1/join.1 @@ -0,0 +1,102 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH JOIN "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +join \- join lines of two files on a common field +.SH SYNOPSIS +.B join +[\fIOPTION\fR]... \fIFILE1 FILE2\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +For each pair of input lines with identical join fields, write a line to +standard output. The default join field is the first, delimited +by whitespace. When FILE1 or FILE2 (not both) is \-, read standard input. +.TP +\fB\-a\fR FILENUM +print unpairable lines coming from file FILENUM, where +FILENUM is 1 or 2, corresponding to FILE1 or FILE2 +.TP +\fB\-e\fR EMPTY +replace missing input fields with EMPTY +.TP +\fB\-i\fR, \fB\-\-ignore\-case\fR +ignore differences in case when comparing fields +.TP +\fB\-j\fR FIELD +equivalent to `\-1 FIELD \fB\-2\fR FIELD' +.TP +\fB\-o\fR FORMAT +obey FORMAT while constructing output line +.TP +\fB\-t\fR CHAR +use CHAR as input and output field separator +.TP +\fB\-v\fR FILENUM +like \fB\-a\fR FILENUM, but suppress joined output lines +.TP +\fB\-1\fR FIELD +join on this FIELD of file 1 +.TP +\fB\-2\fR FIELD +join on this FIELD of file 2 +.TP +\fB\-\-check\-order\fR +check that the input is correctly sorted, even +if all input lines are pairable +.TP +\fB\-\-nocheck\-order\fR +do not check that the input is correctly sorted +.TP +\fB\-\-header\fR +treat the first line in each file as field headers, +print them without trying to pair them +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Unless \fB\-t\fR CHAR is given, leading blanks separate fields and are ignored, +else fields are separated by CHAR. Any FIELD is a field number counted +from 1. FORMAT is one or more comma or blank separated specifications, +each being `FILENUM.FIELD' or `0'. Default FORMAT outputs the join field, +the remaining fields from FILE1, the remaining fields from FILE2, all +separated by CHAR. +.PP +Important: FILE1 and FILE2 must be sorted on the join fields. +E.g., use ` sort \fB\-k\fR 1b,1 ' if `join' has no options, +or use ` join \fB\-t\fR '' ' if `sort' has no options. +Note, comparisons honor the rules specified by `LC_COLLATE'. +If the input is not sorted and some lines cannot be joined, a +warning message will be given. +.SH AUTHOR +Written by Mike Haertel. +.SH "REPORTING BUGS" +Report join bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report join translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +comm(1), uniq(1) +.PP +The full documentation for +.B join +is maintained as a Texinfo manual. If the +.B info +and +.B join +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqjoin invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/kill.1 b/original/man1/kill.1 new file mode 100644 index 0000000..a0b390b --- /dev/null +++ b/original/man1/kill.1 @@ -0,0 +1,73 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH KILL "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +kill \- send signals to processes, or list signals +.SH SYNOPSIS +.B kill +[\fI-s SIGNAL | -SIGNAL\fR] \fIPID\fR... +.br +.B kill +\fI-l \fR[\fISIGNAL\fR]... +.br +.B kill +\fI-t \fR[\fISIGNAL\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Send signals to processes, or list signals. +.PP +Mandatory arguments to long options are mandatory for short options too. +.HP +\fB\-s\fR, \fB\-\-signal\fR=\fISIGNAL\fR, \fB\-SIGNAL\fR +.IP +specify the name or number of the signal to be sent +.TP +\fB\-l\fR, \fB\-\-list\fR +list signal names, or convert signal names to/from numbers +.TP +\fB\-t\fR, \fB\-\-table\fR +print a table of signal information +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +SIGNAL may be a signal name like `HUP', or a signal number like `1', +or the exit status of a process terminated by a signal. +PID is an integer; if negative it identifies a process group. +.PP +NOTE: your shell may have its own version of kill, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by Paul Eggert. +.SH "REPORTING BUGS" +Report kill bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report kill translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +kill(2) +.PP +The full documentation for +.B kill +is maintained as a Texinfo manual. If the +.B info +and +.B kill +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqkill invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/link.1 b/original/man1/link.1 new file mode 100644 index 0000000..8048858 --- /dev/null +++ b/original/man1/link.1 @@ -0,0 +1,50 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH LINK "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +link \- call the link function to create a link to a file +.SH SYNOPSIS +.B link +\fIFILE1 FILE2\fR +.br +.B link +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Call the link function to create a link named FILE2 to an existing FILE1. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Michael Stone. +.SH "REPORTING BUGS" +Report link bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report link translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +link(2) +.PP +The full documentation for +.B link +is maintained as a Texinfo manual. If the +.B info +and +.B link +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqlink invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/ln.1 b/original/man1/ln.1 new file mode 100644 index 0000000..2768bc6 --- /dev/null +++ b/original/man1/ln.1 @@ -0,0 +1,126 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH LN "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +ln \- make links between files +.SH SYNOPSIS +.B ln +[\fIOPTION\fR]... [\fI-T\fR] \fITARGET LINK_NAME (1st form)\fR +.br +.B ln +[\fIOPTION\fR]... \fITARGET (2nd form)\fR +.br +.B ln +[\fIOPTION\fR]... \fITARGET\fR... \fIDIRECTORY (3rd form)\fR +.br +.B ln +[\fIOPTION\fR]... \fI-t DIRECTORY TARGET\fR... \fI(4th form)\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +In the 1st form, create a link to TARGET with the name LINK_NAME. +In the 2nd form, create a link to TARGET in the current directory. +In the 3rd and 4th forms, create links to each TARGET in DIRECTORY. +Create hard links by default, symbolic links with \fB\-\-symbolic\fR. +When creating hard links, each TARGET must exist. Symbolic links +can hold arbitrary text; if later resolved, a relative link is +interpreted in relation to its parent directory. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-\-backup\fR[=\fICONTROL\fR] +make a backup of each existing destination file +.TP +\fB\-b\fR +like \fB\-\-backup\fR but does not accept an argument +.TP +\fB\-d\fR, \fB\-F\fR, \fB\-\-directory\fR +allow the superuser to attempt to hard link +directories (note: will probably fail due to +system restrictions, even for the superuser) +.TP +\fB\-f\fR, \fB\-\-force\fR +remove existing destination files +.TP +\fB\-i\fR, \fB\-\-interactive\fR +prompt whether to remove destinations +.TP +\fB\-L\fR, \fB\-\-logical\fR +make hard links to symbolic link references +.TP +\fB\-n\fR, \fB\-\-no\-dereference\fR +treat destination that is a symlink to a +directory as if it were a normal file +.TP +\fB\-P\fR, \fB\-\-physical\fR +make hard links directly to symbolic links +.TP +\fB\-s\fR, \fB\-\-symbolic\fR +make symbolic links instead of hard links +.TP +\fB\-S\fR, \fB\-\-suffix\fR=\fISUFFIX\fR +override the usual backup suffix +.TP +\fB\-t\fR, \fB\-\-target\-directory\fR=\fIDIRECTORY\fR +specify the DIRECTORY in which to create +the links +.TP +\fB\-T\fR, \fB\-\-no\-target\-directory\fR +treat LINK_NAME as a normal file +.TP +\fB\-v\fR, \fB\-\-verbose\fR +print name of each linked file +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The backup suffix is `~', unless set with \fB\-\-suffix\fR or SIMPLE_BACKUP_SUFFIX. +The version control method may be selected via the \fB\-\-backup\fR option or through +the VERSION_CONTROL environment variable. Here are the values: +.PP +Using \fB\-s\fR ignores \fB\-L\fR and \fB\-P\fR. Otherwise, the last option specified controls +behavior when the source is a symbolic link, defaulting to \fB\-P\fR. +.TP +none, off +never make backups (even if \fB\-\-backup\fR is given) +.TP +numbered, t +make numbered backups +.TP +existing, nil +numbered if numbered backups exist, simple otherwise +.TP +simple, never +always make simple backups +.SH AUTHOR +Written by Mike Parker and David MacKenzie. +.SH "REPORTING BUGS" +Report ln bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report ln translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +link(2), symlink(2) +.PP +The full documentation for +.B ln +is maintained as a Texinfo manual. If the +.B info +and +.B ln +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqln invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/logname.1 b/original/man1/logname.1 new file mode 100644 index 0000000..3053ef6 --- /dev/null +++ b/original/man1/logname.1 @@ -0,0 +1,45 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH LOGNAME "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +logname \- print user\'s login name +.SH SYNOPSIS +.B logname +[\fIOPTION\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the name of the current user. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by FIXME: unknown. +.SH "REPORTING BUGS" +Report logname bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report logname translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B logname +is maintained as a Texinfo manual. If the +.B info +and +.B logname +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqlogname invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/ls.1 b/original/man1/ls.1 new file mode 100644 index 0000000..c014393 --- /dev/null +++ b/original/man1/ls.1 @@ -0,0 +1,265 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH LS "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +ls \- list directory contents +.SH SYNOPSIS +.B ls +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +List information about the FILEs (the current directory by default). +Sort entries alphabetically if none of \fB\-cftuvSUX\fR nor \fB\-\-sort\fR. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR, \fB\-\-all\fR +do not ignore entries starting with . +.TP +\fB\-A\fR, \fB\-\-almost\-all\fR +do not list implied . and .. +.TP +\fB\-\-author\fR +with \fB\-l\fR, print the author of each file +.TP +\fB\-b\fR, \fB\-\-escape\fR +print C\-style escapes for nongraphic characters +.TP +\fB\-\-block\-size\fR=\fISIZE\fR +use SIZE\-byte blocks. See SIZE format below +.TP +\fB\-B\fR, \fB\-\-ignore\-backups\fR +do not list implied entries ending with ~ +.TP +\fB\-c\fR +with \fB\-lt\fR: sort by, and show, ctime (time of last +modification of file status information) +with \fB\-l\fR: show ctime and sort by name +otherwise: sort by ctime +.TP +\fB\-C\fR +list entries by columns +.TP +\fB\-\-color\fR[=\fIWHEN\fR] +colorize the output. WHEN defaults to `always' +or can be `never' or `auto'. More info below +.TP +\fB\-d\fR, \fB\-\-directory\fR +list directory entries instead of contents, +and do not dereference symbolic links +.TP +\fB\-D\fR, \fB\-\-dired\fR +generate output designed for Emacs' dired mode +.TP +\fB\-f\fR +do not sort, enable \fB\-aU\fR, disable \fB\-ls\fR \fB\-\-color\fR +.TP +\fB\-F\fR, \fB\-\-classify\fR +append indicator (one of */=>@|) to entries +.TP +\fB\-\-file\-type\fR +likewise, except do not append `*' +.TP +\fB\-\-format\fR=\fIWORD\fR +across \fB\-x\fR, commas \fB\-m\fR, horizontal \fB\-x\fR, long \fB\-l\fR, +single\-column \fB\-1\fR, verbose \fB\-l\fR, vertical \fB\-C\fR +.TP +\fB\-\-full\-time\fR +like \fB\-l\fR \fB\-\-time\-style\fR=\fIfull\-iso\fR +.TP +\fB\-g\fR +like \fB\-l\fR, but do not list owner +.TP +\fB\-\-group\-directories\-first\fR +group directories before files. +.IP +augment with a \fB\-\-sort\fR option, but any +use of \fB\-\-sort\fR=\fInone\fR (\fB\-U\fR) disables grouping +.TP +\fB\-G\fR, \fB\-\-no\-group\fR +in a long listing, don't print group names +.TP +\fB\-h\fR, \fB\-\-human\-readable\fR +with \fB\-l\fR, print sizes in human readable format +(e.g., 1K 234M 2G) +.TP +\fB\-\-si\fR +likewise, but use powers of 1000 not 1024 +.TP +\fB\-H\fR, \fB\-\-dereference\-command\-line\fR +follow symbolic links listed on the command line +.TP +\fB\-\-dereference\-command\-line\-symlink\-to\-dir\fR +follow each command line symbolic link +that points to a directory +.TP +\fB\-\-hide\fR=\fIPATTERN\fR +do not list implied entries matching shell PATTERN +(overridden by \fB\-a\fR or \fB\-A\fR) +.TP +\fB\-\-indicator\-style\fR=\fIWORD\fR +append indicator with style WORD to entry names: +none (default), slash (\fB\-p\fR), +file\-type (\fB\-\-file\-type\fR), classify (\fB\-F\fR) +.TP +\fB\-i\fR, \fB\-\-inode\fR +print the index number of each file +.TP +\fB\-I\fR, \fB\-\-ignore\fR=\fIPATTERN\fR +do not list implied entries matching shell PATTERN +.TP +\fB\-k\fR +like \fB\-\-block\-size\fR=\fI1K\fR +.TP +\fB\-l\fR +use a long listing format +.TP +\fB\-L\fR, \fB\-\-dereference\fR +when showing file information for a symbolic +link, show information for the file the link +references rather than for the link itself +.TP +\fB\-m\fR +fill width with a comma separated list of entries +.TP +\fB\-n\fR, \fB\-\-numeric\-uid\-gid\fR +like \fB\-l\fR, but list numeric user and group IDs +.TP +\fB\-N\fR, \fB\-\-literal\fR +print raw entry names (don't treat e.g. control +characters specially) +.TP +\fB\-o\fR +like \fB\-l\fR, but do not list group information +.TP +\fB\-p\fR, \fB\-\-indicator\-style\fR=\fIslash\fR +append / indicator to directories +.TP +\fB\-q\fR, \fB\-\-hide\-control\-chars\fR +print ? instead of non graphic characters +.TP +\fB\-\-show\-control\-chars\fR +show non graphic characters as\-is (default +unless program is `ls' and output is a terminal) +.TP +\fB\-Q\fR, \fB\-\-quote\-name\fR +enclose entry names in double quotes +.TP +\fB\-\-quoting\-style\fR=\fIWORD\fR +use quoting style WORD for entry names: +literal, locale, shell, shell\-always, c, escape +.TP +\fB\-r\fR, \fB\-\-reverse\fR +reverse order while sorting +.TP +\fB\-R\fR, \fB\-\-recursive\fR +list subdirectories recursively +.TP +\fB\-s\fR, \fB\-\-size\fR +print the allocated size of each file, in blocks +.TP +\fB\-S\fR +sort by file size +.TP +\fB\-\-sort\fR=\fIWORD\fR +sort by WORD instead of name: none \fB\-U\fR, +extension \fB\-X\fR, size \fB\-S\fR, time \fB\-t\fR, version \fB\-v\fR +.TP +\fB\-\-time\fR=\fIWORD\fR +with \fB\-l\fR, show time as WORD instead of modification +time: atime \fB\-u\fR, access \fB\-u\fR, use \fB\-u\fR, ctime \fB\-c\fR, +or status \fB\-c\fR; use specified time as sort key +if \fB\-\-sort\fR=\fItime\fR +.TP +\fB\-\-time\-style\fR=\fISTYLE\fR +with \fB\-l\fR, show times using style STYLE: +full\-iso, long\-iso, iso, locale, +FORMAT. +FORMAT is interpreted like `date'; if FORMAT is +FORMAT1FORMAT2, FORMAT1 applies to +non\-recent files and FORMAT2 to recent files; +if STYLE is prefixed with `posix\-', STYLE +takes effect only outside the POSIX locale +.TP +\fB\-t\fR +sort by modification time +.TP +\fB\-T\fR, \fB\-\-tabsize\fR=\fICOLS\fR +assume tab stops at each COLS instead of 8 +.TP +\fB\-u\fR +with \fB\-lt\fR: sort by, and show, access time +with \fB\-l\fR: show access time and sort by name +otherwise: sort by access time +.TP +\fB\-U\fR +do not sort; list entries in directory order +.TP +\fB\-v\fR +natural sort of (version) numbers within text +.TP +\fB\-w\fR, \fB\-\-width\fR=\fICOLS\fR +assume screen width instead of current value +.TP +\fB\-x\fR +list entries by lines instead of by columns +.TP +\fB\-X\fR +sort alphabetically by entry extension +.TP +\fB\-Z\fR, \fB\-\-context\fR +print any SELinux security context of each file +.TP +\fB\-1\fR +list one file per line +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +SIZE may be (or may be an integer optionally followed by) one of following: +KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. +.PP +Using color to distinguish file types is disabled both by default and +with \fB\-\-color\fR=\fInever\fR. With \fB\-\-color\fR=\fIauto\fR, ls emits color codes only when +standard output is connected to a terminal. The LS_COLORS environment +variable can change the settings. Use the dircolors command to set it. +.SS "Exit status:" +.TP +0 +if OK, +.TP +1 +if minor problems (e.g., cannot access subdirectory), +.TP +2 +if serious trouble (e.g., cannot access command\-line argument). +.SH AUTHOR +Written by Richard M. Stallman and David MacKenzie. +.SH "REPORTING BUGS" +Report ls bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report ls translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B ls +is maintained as a Texinfo manual. If the +.B info +and +.B ls +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqls invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/md5sum.1 b/original/man1/md5sum.1 new file mode 100644 index 0000000..6fb6fd0 --- /dev/null +++ b/original/man1/md5sum.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH MD5SUM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +md5sum \- compute and check MD5 message digest +.SH SYNOPSIS +.B md5sum +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print or check MD5 (128\-bit) checksums. +With no FILE, or when FILE is \-, read standard input. +.TP +\fB\-b\fR, \fB\-\-binary\fR +read in binary mode +.TP +\fB\-c\fR, \fB\-\-check\fR +read MD5 sums from the FILEs and check them +.TP +\fB\-t\fR, \fB\-\-text\fR +read in text mode (default) +.SS "The following three options are useful only when verifying checksums:" +.TP +\fB\-\-quiet\fR +don't print OK for each successfully verified file +.TP +\fB\-\-status\fR +don't output anything, status code shows success +.TP +\fB\-w\fR, \fB\-\-warn\fR +warn about improperly formatted checksum lines +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The sums are computed as described in RFC 1321. When checking, the input +should be a former output of this program. The default mode is to print +a line with checksum, a character indicating type (`*' for binary, ` ' for +text), and name for each FILE. +.SH AUTHOR +Written by Ulrich Drepper, Scott Miller, and David Madore. +.SH "REPORTING BUGS" +Report md5sum bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report md5sum translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B md5sum +is maintained as a Texinfo manual. If the +.B info +and +.B md5sum +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqmd5sum invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/mkdir.1 b/original/man1/mkdir.1 new file mode 100644 index 0000000..e6097ad --- /dev/null +++ b/original/man1/mkdir.1 @@ -0,0 +1,62 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH MKDIR "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +mkdir \- make directories +.SH SYNOPSIS +.B mkdir +[\fIOPTION\fR]... \fIDIRECTORY\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Create the DIRECTORY(ies), if they do not already exist. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR +set file mode (as in chmod), not a=rwx \- umask +.TP +\fB\-p\fR, \fB\-\-parents\fR +no error if existing, make parent directories as needed +.TP +\fB\-v\fR, \fB\-\-verbose\fR +print a message for each created directory +.TP +\fB\-Z\fR, \fB\-\-context\fR=\fICTX\fR +set the SELinux security context of each created +directory to CTX +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report mkdir bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report mkdir translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +mkdir(2) +.PP +The full documentation for +.B mkdir +is maintained as a Texinfo manual. If the +.B info +and +.B mkdir +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqmkdir invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/mkfifo.1 b/original/man1/mkfifo.1 new file mode 100644 index 0000000..3c19c80 --- /dev/null +++ b/original/man1/mkfifo.1 @@ -0,0 +1,55 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH MKFIFO "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +mkfifo \- make FIFOs (named pipes) +.SH SYNOPSIS +.B mkfifo +[\fIOPTION\fR]... \fINAME\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Create named pipes (FIFOs) with the given NAMEs. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR +set file permission bits to MODE, not a=rw \- umask +.TP +\fB\-Z\fR, \fB\-\-context\fR=\fICTX\fR +set the SELinux security context of each NAME to CTX +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report mkfifo bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report mkfifo translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +mkfifo(3) +.PP +The full documentation for +.B mkfifo +is maintained as a Texinfo manual. If the +.B info +and +.B mkfifo +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqmkfifo invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/mknod.1 b/original/man1/mknod.1 new file mode 100644 index 0000000..fa74f0e --- /dev/null +++ b/original/man1/mknod.1 @@ -0,0 +1,73 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH MKNOD "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +mknod \- make block or character special files +.SH SYNOPSIS +.B mknod +[\fIOPTION\fR]... \fINAME TYPE \fR[\fIMAJOR MINOR\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Create the special file NAME of the given TYPE. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR +set file permission bits to MODE, not a=rw \- umask +.TP +\fB\-Z\fR, \fB\-\-context\fR=\fICTX\fR +set the SELinux security context of NAME to CTX +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they +must be omitted when TYPE is p. If MAJOR or MINOR begins with 0x or 0X, +it is interpreted as hexadecimal; otherwise, if it begins with 0, as octal; +otherwise, as decimal. TYPE may be: +.TP +b +create a block (buffered) special file +.TP +c, u +create a character (unbuffered) special file +.TP +p +create a FIFO +.PP +NOTE: your shell may have its own version of mknod, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report mknod bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report mknod translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +mknod(2) +.PP +The full documentation for +.B mknod +is maintained as a Texinfo manual. If the +.B info +and +.B mknod +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqmknod invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/mktemp.1 b/original/man1/mktemp.1 new file mode 100644 index 0000000..e5e728d --- /dev/null +++ b/original/man1/mktemp.1 @@ -0,0 +1,77 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH MKTEMP "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +mktemp \- create a temporary file or directory +.SH SYNOPSIS +.B mktemp +[\fIOPTION\fR]... [\fITEMPLATE\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Create a temporary file or directory, safely, and print its name. +TEMPLATE must contain at least 3 consecutive `X's in last component. +If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and \fB\-\-tmpdir\fR is implied. +.TP +\fB\-d\fR, \fB\-\-directory\fR +create a directory, not a file +.TP +\fB\-u\fR, \fB\-\-dry\-run\fR +do not create anything; merely print a name (unsafe) +.TP +\fB\-q\fR, \fB\-\-quiet\fR +suppress diagnostics about file/dir\-creation failure +.TP +\fB\-\-suffix\fR=\fISUFF\fR +append SUFF to TEMPLATE. SUFF must not contain slash. +This option is implied if TEMPLATE does not end in X. +.TP +\fB\-\-tmpdir\fR[=\fIDIR\fR] +interpret TEMPLATE relative to DIR. If DIR is not +specified, use $TMPDIR if set, else /tmp. With +this option, TEMPLATE must not be an absolute name. +Unlike with \fB\-t\fR, TEMPLATE may contain slashes, but +mktemp creates only the final component +.TP +\fB\-p\fR DIR +use DIR as a prefix; implies \fB\-t\fR [deprecated] +.TP +\fB\-t\fR +interpret TEMPLATE as a single file name component, +relative to a directory: $TMPDIR, if set; else the +directory specified via \fB\-p\fR; else /tmp [deprecated] +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Jim Meyering and Eric Blake. +.SH "REPORTING BUGS" +Report mktemp bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report mktemp translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +mkstemp(3), mkdtemp(3), mktemp(3) +.PP +The full documentation for +.B mktemp +is maintained as a Texinfo manual. If the +.B info +and +.B mktemp +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqmktemp invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/mv.1 b/original/man1/mv.1 new file mode 100644 index 0000000..39fbca3 --- /dev/null +++ b/original/man1/mv.1 @@ -0,0 +1,109 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH MV "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +mv \- move (rename) files +.SH SYNOPSIS +.B mv +[\fIOPTION\fR]... [\fI-T\fR] \fISOURCE DEST\fR +.br +.B mv +[\fIOPTION\fR]... \fISOURCE\fR... \fIDIRECTORY\fR +.br +.B mv +[\fIOPTION\fR]... \fI-t DIRECTORY SOURCE\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-\-backup\fR[=\fICONTROL\fR] +make a backup of each existing destination file +.TP +\fB\-b\fR +like \fB\-\-backup\fR but does not accept an argument +.TP +\fB\-f\fR, \fB\-\-force\fR +do not prompt before overwriting +.TP +\fB\-i\fR, \fB\-\-interactive\fR +prompt before overwrite +.TP +\fB\-n\fR, \fB\-\-no\-clobber\fR +do not overwrite an existing file +.PP +If you specify more than one of \fB\-i\fR, \fB\-f\fR, \fB\-n\fR, only the final one takes effect. +.TP +\fB\-\-strip\-trailing\-slashes\fR +remove any trailing slashes from each SOURCE +argument +.TP +\fB\-S\fR, \fB\-\-suffix\fR=\fISUFFIX\fR +override the usual backup suffix +.TP +\fB\-t\fR, \fB\-\-target\-directory\fR=\fIDIRECTORY\fR +move all SOURCE arguments into DIRECTORY +.TP +\fB\-T\fR, \fB\-\-no\-target\-directory\fR +treat DEST as a normal file +.TP +\fB\-u\fR, \fB\-\-update\fR +move only when the SOURCE file is newer +than the destination file or when the +destination file is missing +.TP +\fB\-v\fR, \fB\-\-verbose\fR +explain what is being done +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The backup suffix is `~', unless set with \fB\-\-suffix\fR or SIMPLE_BACKUP_SUFFIX. +The version control method may be selected via the \fB\-\-backup\fR option or through +the VERSION_CONTROL environment variable. Here are the values: +.TP +none, off +never make backups (even if \fB\-\-backup\fR is given) +.TP +numbered, t +make numbered backups +.TP +existing, nil +numbered if numbered backups exist, simple otherwise +.TP +simple, never +always make simple backups +.SH AUTHOR +Written by Mike Parker, David MacKenzie, and Jim Meyering. +.SH "REPORTING BUGS" +Report mv bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report mv translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +rename(2) +.PP +The full documentation for +.B mv +is maintained as a Texinfo manual. If the +.B info +and +.B mv +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqmv invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/nice.1 b/original/man1/nice.1 new file mode 100644 index 0000000..33846a2 --- /dev/null +++ b/original/man1/nice.1 @@ -0,0 +1,56 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH NICE "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +nice \- run a program with modified scheduling priority +.SH SYNOPSIS +.B nice +[\fIOPTION\fR] [\fICOMMAND \fR[\fIARG\fR]...] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Run COMMAND with an adjusted niceness, which affects process scheduling. +With no COMMAND, print the current niceness. Nicenesses range from +\fB\-20\fR (most favorable scheduling) to 19 (least favorable). +.TP +\fB\-n\fR, \fB\-\-adjustment\fR=\fIN\fR +add integer N to the niceness (default 10) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +NOTE: your shell may have its own version of nice, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report nice bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report nice translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +nice(2) +.PP +The full documentation for +.B nice +is maintained as a Texinfo manual. If the +.B info +and +.B nice +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqnice invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/nl.1 b/original/man1/nl.1 new file mode 100644 index 0000000..e96312b --- /dev/null +++ b/original/man1/nl.1 @@ -0,0 +1,109 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH NL "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +nl \- number lines of files +.SH SYNOPSIS +.B nl +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Write each FILE to standard output, with line numbers added. +With no FILE, or when FILE is \-, read standard input. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-b\fR, \fB\-\-body\-numbering\fR=\fISTYLE\fR +use STYLE for numbering body lines +.TP +\fB\-d\fR, \fB\-\-section\-delimiter\fR=\fICC\fR +use CC for separating logical pages +.TP +\fB\-f\fR, \fB\-\-footer\-numbering\fR=\fISTYLE\fR +use STYLE for numbering footer lines +.TP +\fB\-h\fR, \fB\-\-header\-numbering\fR=\fISTYLE\fR +use STYLE for numbering header lines +.TP +\fB\-i\fR, \fB\-\-line\-increment\fR=\fINUMBER\fR +line number increment at each line +.TP +\fB\-l\fR, \fB\-\-join\-blank\-lines\fR=\fINUMBER\fR +group of NUMBER empty lines counted as one +.TP +\fB\-n\fR, \fB\-\-number\-format\fR=\fIFORMAT\fR +insert line numbers according to FORMAT +.TP +\fB\-p\fR, \fB\-\-no\-renumber\fR +do not reset line numbers at logical pages +.TP +\fB\-s\fR, \fB\-\-number\-separator\fR=\fISTRING\fR +add STRING after (possible) line number +.TP +\fB\-v\fR, \fB\-\-starting\-line\-number\fR=\fINUMBER\fR +first line number on each logical page +.TP +\fB\-w\fR, \fB\-\-number\-width\fR=\fINUMBER\fR +use NUMBER columns for line numbers +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +By default, selects \fB\-v1\fR \fB\-i1\fR \fB\-l1\fR \fB\-sTAB\fR \fB\-w6\fR \fB\-nrn\fR \fB\-hn\fR \fB\-bt\fR \fB\-fn\fR. CC are +two delimiter characters for separating logical pages, a missing +second character implies :. Type \e\e for \e. STYLE is one of: +.TP +a +number all lines +.TP +t +number only nonempty lines +.TP +n +number no lines +.TP +pBRE +number only lines that contain a match for the basic regular +expression, BRE +.PP +FORMAT is one of: +.TP +ln +left justified, no leading zeros +.TP +rn +right justified, no leading zeros +.TP +rz +right justified, leading zeros +.SH AUTHOR +Written by Scott Bartram and David MacKenzie. +.SH "REPORTING BUGS" +Report nl bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report nl translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B nl +is maintained as a Texinfo manual. If the +.B info +and +.B nl +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqnl invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/nohup.1 b/original/man1/nohup.1 new file mode 100644 index 0000000..f85a28f --- /dev/null +++ b/original/man1/nohup.1 @@ -0,0 +1,58 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH NOHUP "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +nohup \- run a command immune to hangups, with output to a non-tty +.SH SYNOPSIS +.B nohup +\fICOMMAND \fR[\fIARG\fR]... +.br +.B nohup +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Run COMMAND, ignoring hangup signals. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If standard input is a terminal, redirect it from /dev/null. +If standard output is a terminal, append output to `nohup.out' if possible, +`$HOME/nohup.out' otherwise. +If standard error is a terminal, redirect it to standard output. +To save output to FILE, use `nohup COMMAND > FILE'. +.PP +NOTE: your shell may have its own version of nohup, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by Jim Meyering. +.SH "REPORTING BUGS" +Report nohup bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report nohup translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B nohup +is maintained as a Texinfo manual. If the +.B info +and +.B nohup +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqnohup invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/nproc.1 b/original/man1/nproc.1 new file mode 100644 index 0000000..b09b194 --- /dev/null +++ b/original/man1/nproc.1 @@ -0,0 +1,52 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH NPROC "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +nproc \- print the number of processing units available +.SH SYNOPSIS +.B nproc +[\fIOPTION\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the number of processing units available to the current process, +which may be less than the number of online processors +.TP +\fB\-\-all\fR +print the number of installed processors +.TP +\fB\-\-ignore\fR=\fIN\fR +if possible, exclude N processing units +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Giuseppe Scrivano. +.SH "REPORTING BUGS" +Report nproc bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report nproc translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B nproc +is maintained as a Texinfo manual. If the +.B info +and +.B nproc +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqnproc invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/od.1 b/original/man1/od.1 new file mode 100644 index 0000000..876ed00 --- /dev/null +++ b/original/man1/od.1 @@ -0,0 +1,155 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH OD "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +od \- dump files in octal and other formats +.SH SYNOPSIS +.B od +[\fIOPTION\fR]... [\fIFILE\fR]... +.br +.B od +[\fI-abcdfilosx\fR]... [\fIFILE\fR] [[\fI+\fR]\fIOFFSET\fR[\fI.\fR][\fIb\fR]] +.br +.B od +\fI--traditional \fR[\fIOPTION\fR]... [\fIFILE\fR] [[\fI+\fR]\fIOFFSET\fR[\fI.\fR][\fIb\fR] [\fI+\fR][\fILABEL\fR][\fI.\fR][\fIb\fR]] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Write an unambiguous representation, octal bytes by default, +of FILE to standard output. With more than one FILE argument, +concatenate them in the listed order to form the input. +With no FILE, or when FILE is \-, read standard input. +.PP +All arguments to long options are mandatory for short options. +.TP +\fB\-A\fR, \fB\-\-address\-radix\fR=\fIRADIX\fR +decide how file offsets are printed +.TP +\fB\-j\fR, \fB\-\-skip\-bytes\fR=\fIBYTES\fR +skip BYTES input bytes first +.TP +\fB\-N\fR, \fB\-\-read\-bytes\fR=\fIBYTES\fR +limit dump to BYTES input bytes +.TP +\fB\-S\fR, \fB\-\-strings\fR[=\fIBYTES\fR] +output strings of at least BYTES graphic chars +.TP +\fB\-t\fR, \fB\-\-format\fR=\fITYPE\fR +select output format or formats +.TP +\fB\-v\fR, \fB\-\-output\-duplicates\fR +do not use * to mark line suppression +.TP +\fB\-w\fR, \fB\-\-width\fR[=\fIBYTES\fR] +output BYTES bytes per output line +.TP +\fB\-\-traditional\fR +accept arguments in traditional form +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SS "Traditional format specifications may be intermixed; they accumulate:" +.TP +\fB\-a\fR +same as \fB\-t\fR a, select named characters, ignoring high\-order bit +.TP +\fB\-b\fR +same as \fB\-t\fR o1, select octal bytes +.TP +\fB\-c\fR +same as \fB\-t\fR c, select ASCII characters or backslash escapes +.TP +\fB\-d\fR +same as \fB\-t\fR u2, select unsigned decimal 2\-byte units +.TP +\fB\-f\fR +same as \fB\-t\fR fF, select floats +.TP +\fB\-i\fR +same as \fB\-t\fR dI, select decimal ints +.TP +\fB\-l\fR +same as \fB\-t\fR dL, select decimal longs +.TP +\fB\-o\fR +same as \fB\-t\fR o2, select octal 2\-byte units +.TP +\fB\-s\fR +same as \fB\-t\fR d2, select decimal 2\-byte units +.TP +\fB\-x\fR +same as \fB\-t\fR x2, select hexadecimal 2\-byte units +.PP +If first and second call formats both apply, the second format is assumed +if the last operand begins with + or (if there are 2 operands) a digit. +An OFFSET operand means \fB\-j\fR OFFSET. LABEL is the pseudo\-address +at first byte printed, incremented when dump is progressing. +For OFFSET and LABEL, a 0x or 0X prefix indicates hexadecimal; +suffixes may be . for octal and b for multiply by 512. +.PP +TYPE is made up of one or more of these specifications: +.TP +a +named character, ignoring high\-order bit +.TP +c +ASCII character or backslash escape +.TP +d[SIZE] +signed decimal, SIZE bytes per integer +.TP +f[SIZE] +floating point, SIZE bytes per integer +.TP +o[SIZE] +octal, SIZE bytes per integer +.TP +u[SIZE] +unsigned decimal, SIZE bytes per integer +.TP +x[SIZE] +hexadecimal, SIZE bytes per integer +.PP +SIZE is a number. For TYPE in doux, SIZE may also be C for +sizeof(char), S for sizeof(short), I for sizeof(int) or L for +sizeof(long). If TYPE is f, SIZE may also be F for sizeof(float), D +for sizeof(double) or L for sizeof(long double). +.PP +RADIX is d for decimal, o for octal, x for hexadecimal or n for none. +BYTES is hexadecimal with 0x or 0X prefix, and may have a multiplier suffix: +b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, +GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y. +Adding a z suffix to any type displays printable characters at the end of each +output line. +Option \fB\-\-string\fR without a number implies 3; option \fB\-\-width\fR without a number +implies 32. By default, od uses \fB\-A\fR o \fB\-t\fR oS \fB\-w16\fR. +.SH AUTHOR +Written by Jim Meyering. +.SH "REPORTING BUGS" +Report od bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report od translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B od +is maintained as a Texinfo manual. If the +.B info +and +.B od +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqod invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/paste.1 b/original/man1/paste.1 new file mode 100644 index 0000000..40216f5 --- /dev/null +++ b/original/man1/paste.1 @@ -0,0 +1,55 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH PASTE "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +paste \- merge lines of files +.SH SYNOPSIS +.B paste +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Write lines consisting of the sequentially corresponding lines from +each FILE, separated by TABs, to standard output. +With no FILE, or when FILE is \-, read standard input. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-d\fR, \fB\-\-delimiters\fR=\fILIST\fR +reuse characters from LIST instead of TABs +.TP +\fB\-s\fR, \fB\-\-serial\fR +paste one file at a time instead of in parallel +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David M. Ihnat and David MacKenzie. +.SH "REPORTING BUGS" +Report paste bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report paste translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B paste +is maintained as a Texinfo manual. If the +.B info +and +.B paste +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqpaste invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/pathchk.1 b/original/man1/pathchk.1 new file mode 100644 index 0000000..ec135e7 --- /dev/null +++ b/original/man1/pathchk.1 @@ -0,0 +1,54 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH PATHCHK "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +pathchk \- check whether file names are valid or portable +.SH SYNOPSIS +.B pathchk +[\fIOPTION\fR]... \fINAME\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Diagnose invalid or unportable file names. +.TP +\fB\-p\fR +check for most POSIX systems +.TP +\fB\-P\fR +check for empty names and leading "\-" +.TP +\fB\-\-portability\fR +check for all POSIX systems (equivalent to \fB\-p\fR \fB\-P\fR) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Paul Eggert, David MacKenzie, and Jim Meyering. +.SH "REPORTING BUGS" +Report pathchk bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report pathchk translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B pathchk +is maintained as a Texinfo manual. If the +.B info +and +.B pathchk +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqpathchk invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/pinky.1 b/original/man1/pinky.1 new file mode 100644 index 0000000..14e3a0d --- /dev/null +++ b/original/man1/pinky.1 @@ -0,0 +1,74 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH PINKY "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +pinky \- lightweight finger +.SH SYNOPSIS +.B pinky +[\fIOPTION\fR]... [\fIUSER\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.TP +\fB\-l\fR +produce long format output for the specified USERs +.TP +\fB\-b\fR +omit the user's home directory and shell in long format +.TP +\fB\-h\fR +omit the user's project file in long format +.TP +\fB\-p\fR +omit the user's plan file in long format +.TP +\fB\-s\fR +do short format output, this is the default +.TP +\fB\-f\fR +omit the line of column headings in short format +.TP +\fB\-w\fR +omit the user's full name in short format +.TP +\fB\-i\fR +omit the user's full name and remote host in short format +.TP +\fB\-q\fR +omit the user's full name, remote host and idle time +in short format +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +A lightweight `finger' program; print user information. +The utmp file will be /var/run/utmp. +.SH AUTHOR +Written by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi. +.SH "REPORTING BUGS" +Report pinky bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report pinky translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B pinky +is maintained as a Texinfo manual. If the +.B info +and +.B pinky +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqpinky invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/pr.1 b/original/man1/pr.1 new file mode 100644 index 0000000..9440b32 --- /dev/null +++ b/original/man1/pr.1 @@ -0,0 +1,143 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH PR "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +pr \- convert text files for printing +.SH SYNOPSIS +.B pr +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Paginate or columnate FILE(s) for printing. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP ++FIRST_PAGE[:LAST_PAGE], \fB\-\-pages\fR=\fIFIRST_PAGE[\fR:LAST_PAGE] +begin [stop] printing with page FIRST_[LAST_]PAGE +.TP +\fB\-COLUMN\fR, \fB\-\-columns\fR=\fICOLUMN\fR +output COLUMN columns and print columns down, +unless \fB\-a\fR is used. Balance number of lines in the +columns on each page +.TP +\fB\-a\fR, \fB\-\-across\fR +print columns across rather than down, used together +with \fB\-COLUMN\fR +.TP +\fB\-c\fR, \fB\-\-show\-control\-chars\fR +use hat notation (^G) and octal backslash notation +.TP +\fB\-d\fR, \fB\-\-double\-space\fR +double space the output +.TP +\fB\-D\fR, \fB\-\-date\-format\fR=\fIFORMAT\fR +use FORMAT for the header date +.TP +\fB\-e[CHAR[WIDTH]]\fR, \fB\-\-expand\-tabs\fR[=\fICHAR[WIDTH]\fR] +expand input CHARs (TABs) to tab WIDTH (8) +.TP +\fB\-F\fR, \fB\-f\fR, \fB\-\-form\-feed\fR +use form feeds instead of newlines to separate pages +(by a 3\-line page header with \fB\-F\fR or a 5\-line header +and trailer without \fB\-F\fR) +.TP +\fB\-h\fR, \fB\-\-header\fR=\fIHEADER\fR +use a centered HEADER instead of filename in page header, +\fB\-h\fR "" prints a blank line, don't use \fB\-h\fR"" +.TP +\fB\-i[CHAR[WIDTH]]\fR, \fB\-\-output\-tabs\fR[=\fICHAR[WIDTH]\fR] +replace spaces with CHARs (TABs) to tab WIDTH (8) +.TP +\fB\-J\fR, \fB\-\-join\-lines\fR +merge full lines, turns off \fB\-W\fR line truncation, no column +alignment, \fB\-\-sep\-string\fR[=\fISTRING\fR] sets separators +.TP +\fB\-l\fR, \fB\-\-length\fR=\fIPAGE_LENGTH\fR +set the page length to PAGE_LENGTH (66) lines +(default number of lines of text 56, and with \fB\-F\fR 63) +.TP +\fB\-m\fR, \fB\-\-merge\fR +print all files in parallel, one in each column, +truncate lines, but join lines of full length with \fB\-J\fR +.TP +\fB\-n[SEP[DIGITS]]\fR, \fB\-\-number\-lines\fR[=\fISEP[DIGITS]\fR] +number lines, use DIGITS (5) digits, then SEP (TAB), +default counting starts with 1st line of input file +.TP +\fB\-N\fR, \fB\-\-first\-line\-number\fR=\fINUMBER\fR +start counting with NUMBER at 1st line of first +page printed (see +FIRST_PAGE) +.TP +\fB\-o\fR, \fB\-\-indent\fR=\fIMARGIN\fR +offset each line with MARGIN (zero) spaces, do not +affect \fB\-w\fR or \fB\-W\fR, MARGIN will be added to PAGE_WIDTH +.TP +\fB\-r\fR, \fB\-\-no\-file\-warnings\fR +omit warning when a file cannot be opened +.TP +\fB\-s[CHAR]\fR, \fB\-\-separator\fR[=\fICHAR\fR] +separate columns by a single character, default for CHAR +is the character without \fB\-w\fR and 'no char' with \fB\-w\fR +\fB\-s[CHAR]\fR turns off line truncation of all 3 column +options (\fB\-COLUMN\fR|\-a \fB\-COLUMN\fR|\-m) except \fB\-w\fR is set +.TP +\fB\-SSTRING\fR, \fB\-\-sep\-string\fR[=\fISTRING\fR] +separate columns by STRING, +without \fB\-S\fR: Default separator with \fB\-J\fR and +otherwise (same as \fB\-S\fR" "), no effect on column options +.TP +\fB\-t\fR, \fB\-\-omit\-header\fR +omit page headers and trailers +.TP +\fB\-T\fR, \fB\-\-omit\-pagination\fR +omit page headers and trailers, eliminate any pagination +by form feeds set in input files +.TP +\fB\-v\fR, \fB\-\-show\-nonprinting\fR +use octal backslash notation +.TP +\fB\-w\fR, \fB\-\-width\fR=\fIPAGE_WIDTH\fR +set page width to PAGE_WIDTH (72) characters for +multiple text\-column output only, \fB\-s[char]\fR turns off (72) +.TP +\fB\-W\fR, \fB\-\-page\-width\fR=\fIPAGE_WIDTH\fR +set page width to PAGE_WIDTH (72) characters always, +truncate lines, except \fB\-J\fR option is set, no interference +with \fB\-S\fR or \fB\-s\fR +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +\fB\-t\fR is implied if PAGE_LENGTH <= 10. With no FILE, or when FILE is \-, read +standard input. +.SH AUTHOR +Written by Pete TerMaat and Roland Huebner. +.SH "REPORTING BUGS" +Report pr bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report pr translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B pr +is maintained as a Texinfo manual. If the +.B info +and +.B pr +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqpr invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/printenv.1 b/original/man1/printenv.1 new file mode 100644 index 0000000..fa9b136 --- /dev/null +++ b/original/man1/printenv.1 @@ -0,0 +1,53 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH PRINTENV "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +printenv \- print all or part of environment +.SH SYNOPSIS +.B printenv +[\fIOPTION\fR]... [\fIVARIABLE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the values of the specified environment VARIABLE(s). +If no VARIABLE is specified, print name and value pairs for them all. +.TP +\fB\-0\fR, \fB\-\-null\fR +end each output line with 0 byte rather than newline +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +NOTE: your shell may have its own version of printenv, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by David MacKenzie and Richard Mlynarik. +.SH "REPORTING BUGS" +Report printenv bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report printenv translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B printenv +is maintained as a Texinfo manual. If the +.B info +and +.B printenv +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqprintenv invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/printf.1 b/original/man1/printf.1 new file mode 100644 index 0000000..599363b --- /dev/null +++ b/original/man1/printf.1 @@ -0,0 +1,111 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH PRINTF "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +printf \- format and print data +.SH SYNOPSIS +.B printf +\fIFORMAT \fR[\fIARGUMENT\fR]... +.br +.B printf +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print ARGUMENT(s) according to FORMAT, or execute according to OPTION: +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +FORMAT controls the output as in C printf. Interpreted sequences are: +.TP +\e" +double quote +.TP +\e\e +backslash +.TP +\ea +alert (BEL) +.TP +\eb +backspace +.TP +\ec +produce no further output +.TP +\ee +escape +.TP +\ef +form feed +.TP +\en +new line +.TP +\er +carriage return +.TP +\et +horizontal tab +.TP +\ev +vertical tab +.TP +\eNNN +byte with octal value NNN (1 to 3 digits) +.TP +\exHH +byte with hexadecimal value HH (1 to 2 digits) +.TP +\euHHHH +Unicode (ISO/IEC 10646) character with hex value HHHH (4 digits) +.TP +\eUHHHHHHHH +Unicode character with hex value HHHHHHHH (8 digits) +.TP +%% +a single % +.TP +%b +ARGUMENT as a string with `\e' escapes interpreted, +except that octal escapes are of the form \e0 or \e0NNN +.PP +and all C format specifications ending with one of diouxXfeEgGcs, with +ARGUMENTs converted to proper type first. Variable widths are handled. +.PP +NOTE: your shell may have its own version of printf, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report printf bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report printf translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +printf(3) +.PP +The full documentation for +.B printf +is maintained as a Texinfo manual. If the +.B info +and +.B printf +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqprintf invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/ptx.1 b/original/man1/ptx.1 new file mode 100644 index 0000000..d8514f2 --- /dev/null +++ b/original/man1/ptx.1 @@ -0,0 +1,102 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH PTX "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +ptx \- produce a permuted index of file contents +.SH SYNOPSIS +.B ptx +[\fIOPTION\fR]... [\fIINPUT\fR]... \fI(without -G)\fR +.br +.B ptx +\fI-G \fR[\fIOPTION\fR]... [\fIINPUT \fR[\fIOUTPUT\fR]] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Output a permuted index, including context, of the words in the input files. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-A\fR, \fB\-\-auto\-reference\fR +output automatically generated references +.TP +\fB\-G\fR, \fB\-\-traditional\fR +behave more like System V `ptx' +.TP +\fB\-F\fR, \fB\-\-flag\-truncation\fR=\fISTRING\fR +use STRING for flagging line truncations +.TP +\fB\-M\fR, \fB\-\-macro\-name\fR=\fISTRING\fR +macro name to use instead of `xx' +.TP +\fB\-O\fR, \fB\-\-format\fR=\fIroff\fR +generate output as roff directives +.TP +\fB\-R\fR, \fB\-\-right\-side\-refs\fR +put references at right, not counted in \fB\-w\fR +.TP +\fB\-S\fR, \fB\-\-sentence\-regexp\fR=\fIREGEXP\fR +for end of lines or end of sentences +.TP +\fB\-T\fR, \fB\-\-format\fR=\fItex\fR +generate output as TeX directives +.TP +\fB\-W\fR, \fB\-\-word\-regexp\fR=\fIREGEXP\fR +use REGEXP to match each keyword +.TP +\fB\-b\fR, \fB\-\-break\-file\fR=\fIFILE\fR +word break characters in this FILE +.TP +\fB\-f\fR, \fB\-\-ignore\-case\fR +fold lower case to upper case for sorting +.TP +\fB\-g\fR, \fB\-\-gap\-size\fR=\fINUMBER\fR +gap size in columns between output fields +.TP +\fB\-i\fR, \fB\-\-ignore\-file\fR=\fIFILE\fR +read ignore word list from FILE +.TP +\fB\-o\fR, \fB\-\-only\-file\fR=\fIFILE\fR +read only word list from this FILE +.TP +\fB\-r\fR, \fB\-\-references\fR +first field of each line is a reference +.HP +\fB\-t\fR, \fB\-\-typeset\-mode\fR \- not implemented \- +.TP +\fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR +output width in columns, reference excluded +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +With no FILE or if FILE is \-, read Standard Input. `\-F /' by default. +.SH AUTHOR +Written by F. Pinard. +.SH "REPORTING BUGS" +Report ptx bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report ptx translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B ptx +is maintained as a Texinfo manual. If the +.B info +and +.B ptx +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqptx invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/pwd.1 b/original/man1/pwd.1 new file mode 100644 index 0000000..d0cb99e --- /dev/null +++ b/original/man1/pwd.1 @@ -0,0 +1,57 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH PWD "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +pwd \- print name of current/working directory +.SH SYNOPSIS +.B pwd +[\fIOPTION\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the full filename of the current working directory. +.TP +\fB\-L\fR, \fB\-\-logical\fR +use PWD from environment, even if it contains symlinks +.TP +\fB\-P\fR, \fB\-\-physical\fR +avoid all symlinks +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +NOTE: your shell may have its own version of pwd, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by Jim Meyering. +.SH "REPORTING BUGS" +Report pwd bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report pwd translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +getcwd(3) +.PP +The full documentation for +.B pwd +is maintained as a Texinfo manual. If the +.B info +and +.B pwd +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqpwd invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/readlink.1 b/original/man1/readlink.1 new file mode 100644 index 0000000..554e533 --- /dev/null +++ b/original/man1/readlink.1 @@ -0,0 +1,73 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH READLINK "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +readlink \- print value of a symbolic link or canonical file name +.SH SYNOPSIS +.B readlink +[\fIOPTION\fR]... \fIFILE\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print value of a symbolic link or canonical file name +.TP +\fB\-f\fR, \fB\-\-canonicalize\fR +canonicalize by following every symlink in +every component of the given name recursively; +all but the last component must exist +.TP +\fB\-e\fR, \fB\-\-canonicalize\-existing\fR +canonicalize by following every symlink in +every component of the given name recursively, +all components must exist +.TP +\fB\-m\fR, \fB\-\-canonicalize\-missing\fR +canonicalize by following every symlink in +every component of the given name recursively, +without requirements on components existence +.TP +\fB\-n\fR, \fB\-\-no\-newline\fR +do not output the trailing newline +.HP +\fB\-q\fR, \fB\-\-quiet\fR, +.TP +\fB\-s\fR, \fB\-\-silent\fR +suppress most error messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +report error messages +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Dmitry V. Levin. +.SH "REPORTING BUGS" +Report readlink bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report readlink translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +readlink(2) +.PP +The full documentation for +.B readlink +is maintained as a Texinfo manual. If the +.B info +and +.B readlink +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqreadlink invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/rm.1 b/original/man1/rm.1 new file mode 100644 index 0000000..47aea83 --- /dev/null +++ b/original/man1/rm.1 @@ -0,0 +1,114 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH RM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +rm \- remove files or directories +.SH SYNOPSIS +.B rm +[\fIOPTION\fR]... \fIFILE\fR... +.SH DESCRIPTION +This manual page +documents the GNU version of +.BR rm . +.B rm +removes each specified file. By default, it does not remove +directories. +.P +If the \fI\-I\fR or \fI\-\-interactive\=once\fR option is given, +and there are more than three files or the \fI\-r\fR, \fI\-R\fR, +or \fI\-\-recursive\fR are given, then +.B rm +prompts the user for whether to proceed with the entire operation. If +the response is not affirmative, the entire command is aborted. +.P +Otherwise, if a file is unwritable, standard input is a terminal, and +the \fI\-f\fR or \fI\-\-force\fR option is not given, or the +\fI\-i\fR or \fI\-\-interactive\=always\fR option is given, +.B rm +prompts the user for whether to remove the file. If the response is +not affirmative, the file is skipped. +.SH OPTIONS +.PP +Remove (unlink) the FILE(s). +.TP +\fB\-f\fR, \fB\-\-force\fR +ignore nonexistent files, never prompt +.TP +\fB\-i\fR +prompt before every removal +.TP +\fB\-I\fR +prompt once before removing more than three files, or +when removing recursively. Less intrusive than \fB\-i\fR, +while still giving protection against most mistakes +.TP +\fB\-\-interactive\fR[=\fIWHEN\fR] +prompt according to WHEN: never, once (\fB\-I\fR), or +always (\fB\-i\fR). Without WHEN, prompt always +.TP +\fB\-\-one\-file\-system\fR +when removing a hierarchy recursively, skip any +directory that is on a file system different from +that of the corresponding command line argument +.TP +\fB\-\-no\-preserve\-root\fR +do not treat `/' specially +.TP +\fB\-\-preserve\-root\fR +do not remove `/' (default) +.TP +\fB\-r\fR, \fB\-R\fR, \fB\-\-recursive\fR +remove directories and their contents recursively +.TP +\fB\-v\fR, \fB\-\-verbose\fR +explain what is being done +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +By default, rm does not remove directories. Use the \fB\-\-recursive\fR (\fB\-r\fR or \fB\-R\fR) +option to remove each listed directory, too, along with all of its contents. +.PP +To remove a file whose name starts with a `\-', for example `\-foo', +use one of these commands: +.IP +rm \fB\-\-\fR \fB\-foo\fR +.IP +rm ./\-foo +.PP +Note that if you use rm to remove a file, it might be possible to recover +some of its contents, given sufficient expertise and/or time. For greater +assurance that the contents are truly unrecoverable, consider using shred. +.SH AUTHOR +Written by Paul Rubin, David MacKenzie, Richard M. Stallman, +and Jim Meyering. +.SH "REPORTING BUGS" +Report rm bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report rm translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +unlink(1), unlink(2), chattr(1), shred(1) +.PP +The full documentation for +.B rm +is maintained as a Texinfo manual. If the +.B info +and +.B rm +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqrm invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/rmdir.1 b/original/man1/rmdir.1 new file mode 100644 index 0000000..8555731 --- /dev/null +++ b/original/man1/rmdir.1 @@ -0,0 +1,60 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH RMDIR "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +rmdir \- remove empty directories +.SH SYNOPSIS +.B rmdir +[\fIOPTION\fR]... \fIDIRECTORY\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Remove the DIRECTORY(ies), if they are empty. +.HP +\fB\-\-ignore\-fail\-on\-non\-empty\fR +.IP +ignore each failure that is solely because a directory +.IP +is non\-empty +.TP +\fB\-p\fR, \fB\-\-parents\fR +remove DIRECTORY and its ancestors; e.g., `rmdir \fB\-p\fR a/b/c' is +similar to `rmdir a/b/c a/b a' +.TP +\fB\-v\fR, \fB\-\-verbose\fR +output a diagnostic for every directory processed +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report rmdir bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report rmdir translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +rmdir(2) +.PP +The full documentation for +.B rmdir +is maintained as a Texinfo manual. If the +.B info +and +.B rmdir +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqrmdir invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/runcon.1 b/original/man1/runcon.1 new file mode 100644 index 0000000..e6c9a38 --- /dev/null +++ b/original/man1/runcon.1 @@ -0,0 +1,77 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH RUNCON "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +runcon \- run command with specified security context +.SH SYNOPSIS +.B runcon +\fICONTEXT COMMAND \fR[\fIargs\fR] +.br +.B runcon +[ \fI-c \fR] [\fI-u USER\fR] [\fI-r ROLE\fR] [\fI-t TYPE\fR] [\fI-l RANGE\fR] \fICOMMAND \fR[\fIargs\fR] +.SH DESCRIPTION +Run COMMAND with completely-specified CONTEXT, or with current or +transitioned security context modified by one or more of LEVEL, +ROLE, TYPE, and USER. +.PP +If none of \fI-c\fR, \fI-t\fR, \fI-u\fR, \fI-r\fR, or \fI-l\fR, is specified, +the first argument is used as the complete context. Any additional +arguments after \fICOMMAND\fR are interpreted as arguments to the +command. +.PP +Note that only carefully-chosen contexts are likely to successfully +run. +.PP +Run a program in a different security context. +With neither CONTEXT nor COMMAND, print the current security context. +.TP +CONTEXT +Complete security context +.TP +\fB\-c\fR, \fB\-\-compute\fR +compute process transition context before modifying +.TP +\fB\-t\fR, \fB\-\-type\fR=\fITYPE\fR +type (for same role as parent) +.TP +\fB\-u\fR, \fB\-\-user\fR=\fIUSER\fR +user identity +.TP +\fB\-r\fR, \fB\-\-role\fR=\fIROLE\fR +role +.TP +\fB\-l\fR, \fB\-\-range\fR=\fIRANGE\fR +levelrange +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Russell Coker. +.SH "REPORTING BUGS" +Report runcon bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report runcon translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B runcon +is maintained as a Texinfo manual. If the +.B info +and +.B runcon +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqruncon invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/seq.1 b/original/man1/seq.1 new file mode 100644 index 0000000..1a73c04 --- /dev/null +++ b/original/man1/seq.1 @@ -0,0 +1,69 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SEQ "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +seq \- print a sequence of numbers +.SH SYNOPSIS +.B seq +[\fIOPTION\fR]... \fILAST\fR +.br +.B seq +[\fIOPTION\fR]... \fIFIRST LAST\fR +.br +.B seq +[\fIOPTION\fR]... \fIFIRST INCREMENT LAST\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print numbers from FIRST to LAST, in steps of INCREMENT. +.TP +\fB\-f\fR, \fB\-\-format\fR=\fIFORMAT\fR +use printf style floating\-point FORMAT +.TP +\fB\-s\fR, \fB\-\-separator\fR=\fISTRING\fR +use STRING to separate numbers (default: \en) +.TP +\fB\-w\fR, \fB\-\-equal\-width\fR +equalize width by padding with leading zeroes +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If FIRST or INCREMENT is omitted, it defaults to 1. That is, an +omitted INCREMENT defaults to 1 even when LAST is smaller than FIRST. +FIRST, INCREMENT, and LAST are interpreted as floating point values. +INCREMENT is usually positive if FIRST is smaller than LAST, and +INCREMENT is usually negative if FIRST is greater than LAST. +FORMAT must be suitable for printing one argument of type `double'; +it defaults to %.PRECf if FIRST, INCREMENT, and LAST are all fixed point +decimal numbers with maximum precision PREC, and to %g otherwise. +.SH AUTHOR +Written by Ulrich Drepper. +.SH "REPORTING BUGS" +Report seq bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report seq translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B seq +is maintained as a Texinfo manual. If the +.B info +and +.B seq +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqseq invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sha1sum.1 b/original/man1/sha1sum.1 new file mode 100644 index 0000000..09c1c12 --- /dev/null +++ b/original/man1/sha1sum.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SHA1SUM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sha1sum \- compute and check SHA1 message digest +.SH SYNOPSIS +.B sha1sum +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print or check SHA1 (160\-bit) checksums. +With no FILE, or when FILE is \-, read standard input. +.TP +\fB\-b\fR, \fB\-\-binary\fR +read in binary mode +.TP +\fB\-c\fR, \fB\-\-check\fR +read SHA1 sums from the FILEs and check them +.TP +\fB\-t\fR, \fB\-\-text\fR +read in text mode (default) +.SS "The following three options are useful only when verifying checksums:" +.TP +\fB\-\-quiet\fR +don't print OK for each successfully verified file +.TP +\fB\-\-status\fR +don't output anything, status code shows success +.TP +\fB\-w\fR, \fB\-\-warn\fR +warn about improperly formatted checksum lines +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The sums are computed as described in FIPS\-180\-1. When checking, the input +should be a former output of this program. The default mode is to print +a line with checksum, a character indicating type (`*' for binary, ` ' for +text), and name for each FILE. +.SH AUTHOR +Written by Ulrich Drepper, Scott Miller, and David Madore. +.SH "REPORTING BUGS" +Report sha1sum bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sha1sum translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B sha1sum +is maintained as a Texinfo manual. If the +.B info +and +.B sha1sum +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsha1sum invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sha224sum.1 b/original/man1/sha224sum.1 new file mode 100644 index 0000000..20b5a1d --- /dev/null +++ b/original/man1/sha224sum.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SHA224SUM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sha224sum \- compute and check SHA224 message digest +.SH SYNOPSIS +.B sha224sum +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print or check SHA224 (224\-bit) checksums. +With no FILE, or when FILE is \-, read standard input. +.TP +\fB\-b\fR, \fB\-\-binary\fR +read in binary mode +.TP +\fB\-c\fR, \fB\-\-check\fR +read SHA224 sums from the FILEs and check them +.TP +\fB\-t\fR, \fB\-\-text\fR +read in text mode (default) +.SS "The following three options are useful only when verifying checksums:" +.TP +\fB\-\-quiet\fR +don't print OK for each successfully verified file +.TP +\fB\-\-status\fR +don't output anything, status code shows success +.TP +\fB\-w\fR, \fB\-\-warn\fR +warn about improperly formatted checksum lines +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The sums are computed as described in RFC 3874. When checking, the input +should be a former output of this program. The default mode is to print +a line with checksum, a character indicating type (`*' for binary, ` ' for +text), and name for each FILE. +.SH AUTHOR +Written by Ulrich Drepper, Scott Miller, and David Madore. +.SH "REPORTING BUGS" +Report sha224sum bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sha224sum translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B sha224sum +is maintained as a Texinfo manual. If the +.B info +and +.B sha224sum +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsha224sum invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sha256sum.1 b/original/man1/sha256sum.1 new file mode 100644 index 0000000..9590448 --- /dev/null +++ b/original/man1/sha256sum.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SHA256SUM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sha256sum \- compute and check SHA256 message digest +.SH SYNOPSIS +.B sha256sum +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print or check SHA256 (256\-bit) checksums. +With no FILE, or when FILE is \-, read standard input. +.TP +\fB\-b\fR, \fB\-\-binary\fR +read in binary mode +.TP +\fB\-c\fR, \fB\-\-check\fR +read SHA256 sums from the FILEs and check them +.TP +\fB\-t\fR, \fB\-\-text\fR +read in text mode (default) +.SS "The following three options are useful only when verifying checksums:" +.TP +\fB\-\-quiet\fR +don't print OK for each successfully verified file +.TP +\fB\-\-status\fR +don't output anything, status code shows success +.TP +\fB\-w\fR, \fB\-\-warn\fR +warn about improperly formatted checksum lines +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The sums are computed as described in FIPS\-180\-2. When checking, the input +should be a former output of this program. The default mode is to print +a line with checksum, a character indicating type (`*' for binary, ` ' for +text), and name for each FILE. +.SH AUTHOR +Written by Ulrich Drepper, Scott Miller, and David Madore. +.SH "REPORTING BUGS" +Report sha256sum bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sha256sum translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B sha256sum +is maintained as a Texinfo manual. If the +.B info +and +.B sha256sum +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsha256sum invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sha384sum.1 b/original/man1/sha384sum.1 new file mode 100644 index 0000000..3bd8dde --- /dev/null +++ b/original/man1/sha384sum.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SHA384SUM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sha384sum \- compute and check SHA384 message digest +.SH SYNOPSIS +.B sha384sum +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print or check SHA384 (384\-bit) checksums. +With no FILE, or when FILE is \-, read standard input. +.TP +\fB\-b\fR, \fB\-\-binary\fR +read in binary mode +.TP +\fB\-c\fR, \fB\-\-check\fR +read SHA384 sums from the FILEs and check them +.TP +\fB\-t\fR, \fB\-\-text\fR +read in text mode (default) +.SS "The following three options are useful only when verifying checksums:" +.TP +\fB\-\-quiet\fR +don't print OK for each successfully verified file +.TP +\fB\-\-status\fR +don't output anything, status code shows success +.TP +\fB\-w\fR, \fB\-\-warn\fR +warn about improperly formatted checksum lines +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The sums are computed as described in FIPS\-180\-2. When checking, the input +should be a former output of this program. The default mode is to print +a line with checksum, a character indicating type (`*' for binary, ` ' for +text), and name for each FILE. +.SH AUTHOR +Written by Ulrich Drepper, Scott Miller, and David Madore. +.SH "REPORTING BUGS" +Report sha384sum bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sha384sum translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B sha384sum +is maintained as a Texinfo manual. If the +.B info +and +.B sha384sum +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsha384sum invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sha512sum.1 b/original/man1/sha512sum.1 new file mode 100644 index 0000000..4ca3aba --- /dev/null +++ b/original/man1/sha512sum.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SHA512SUM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sha512sum \- compute and check SHA512 message digest +.SH SYNOPSIS +.B sha512sum +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print or check SHA512 (512\-bit) checksums. +With no FILE, or when FILE is \-, read standard input. +.TP +\fB\-b\fR, \fB\-\-binary\fR +read in binary mode +.TP +\fB\-c\fR, \fB\-\-check\fR +read SHA512 sums from the FILEs and check them +.TP +\fB\-t\fR, \fB\-\-text\fR +read in text mode (default) +.SS "The following three options are useful only when verifying checksums:" +.TP +\fB\-\-quiet\fR +don't print OK for each successfully verified file +.TP +\fB\-\-status\fR +don't output anything, status code shows success +.TP +\fB\-w\fR, \fB\-\-warn\fR +warn about improperly formatted checksum lines +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The sums are computed as described in FIPS\-180\-2. When checking, the input +should be a former output of this program. The default mode is to print +a line with checksum, a character indicating type (`*' for binary, ` ' for +text), and name for each FILE. +.SH AUTHOR +Written by Ulrich Drepper, Scott Miller, and David Madore. +.SH "REPORTING BUGS" +Report sha512sum bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sha512sum translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B sha512sum +is maintained as a Texinfo manual. If the +.B info +and +.B sha512sum +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsha512sum invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/shred.1 b/original/man1/shred.1 new file mode 100644 index 0000000..af6597b --- /dev/null +++ b/original/man1/shred.1 @@ -0,0 +1,112 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SHRED "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +shred \- overwrite a file to hide its contents, and optionally delete it +.SH SYNOPSIS +.B shred +[\fIOPTION\fR]... \fIFILE\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Overwrite the specified FILE(s) repeatedly, in order to make it harder +for even very expensive hardware probing to recover the data. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-f\fR, \fB\-\-force\fR +change permissions to allow writing if necessary +.TP +\fB\-n\fR, \fB\-\-iterations\fR=\fIN\fR +overwrite N times instead of the default (3) +.TP +\fB\-\-random\-source\fR=\fIFILE\fR +get random bytes from FILE +.TP +\fB\-s\fR, \fB\-\-size\fR=\fIN\fR +shred this many bytes (suffixes like K, M, G accepted) +.TP +\fB\-u\fR, \fB\-\-remove\fR +truncate and remove file after overwriting +.TP +\fB\-v\fR, \fB\-\-verbose\fR +show progress +.TP +\fB\-x\fR, \fB\-\-exact\fR +do not round file sizes up to the next full block; +.IP +this is the default for non\-regular files +.TP +\fB\-z\fR, \fB\-\-zero\fR +add a final overwrite with zeros to hide shredding +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If FILE is \-, shred standard output. +.PP +Delete FILE(s) if \fB\-\-remove\fR (\fB\-u\fR) is specified. The default is not to remove +the files because it is common to operate on device files like /dev/hda, +and those files usually should not be removed. When operating on regular +files, most people use the \fB\-\-remove\fR option. +.PP +CAUTION: Note that shred relies on a very important assumption: +that the file system overwrites data in place. This is the traditional +way to do things, but many modern file system designs do not satisfy this +assumption. The following are examples of file systems on which shred is +not effective, or is not guaranteed to be effective in all file system modes: +.PP +* log\-structured or journaled file systems, such as those supplied with +AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.) +.PP +* file systems that write redundant data and carry on even if some writes +fail, such as RAID\-based file systems +.PP +* file systems that make snapshots, such as Network Appliance's NFS server +.PP +* file systems that cache in temporary locations, such as NFS +version 3 clients +.PP +* compressed file systems +.PP +In the case of ext3 file systems, the above disclaimer applies +(and shred is thus of limited effectiveness) only in data=journal mode, +which journals file data in addition to just metadata. In both the +data=ordered (default) and data=writeback modes, shred works as usual. +Ext3 journaling modes can be changed by adding the data=something option +to the mount options for a particular file system in the /etc/fstab file, +as documented in the mount man page (man mount). +.PP +In addition, file system backups and remote mirrors may contain copies +of the file that cannot be removed, and that will allow a shredded file +to be recovered later. +.SH AUTHOR +Written by Colin Plumb. +.SH "REPORTING BUGS" +Report shred bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report shred translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B shred +is maintained as a Texinfo manual. If the +.B info +and +.B shred +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqshred invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/shuf.1 b/original/man1/shuf.1 new file mode 100644 index 0000000..c522b4a --- /dev/null +++ b/original/man1/shuf.1 @@ -0,0 +1,73 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SHUF "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +shuf \- generate random permutations +.SH SYNOPSIS +.B shuf +[\fIOPTION\fR]... [\fIFILE\fR] +.br +.B shuf +\fI-e \fR[\fIOPTION\fR]... [\fIARG\fR]... +.br +.B shuf +\fI-i LO-HI \fR[\fIOPTION\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Write a random permutation of the input lines to standard output. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-e\fR, \fB\-\-echo\fR +treat each ARG as an input line +.TP +\fB\-i\fR, \fB\-\-input\-range\fR=\fILO\-HI\fR +treat each number LO through HI as an input line +.TP +\fB\-n\fR, \fB\-\-head\-count\fR=\fICOUNT\fR +output at most COUNT lines +.TP +\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR +write result to FILE instead of standard output +.TP +\fB\-\-random\-source\fR=\fIFILE\fR +get random bytes from FILE +.TP +\fB\-z\fR, \fB\-\-zero\-terminated\fR +end lines with 0 byte, not newline +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +With no FILE, or when FILE is \-, read standard input. +.SH AUTHOR +Written by Paul Eggert. +.SH "REPORTING BUGS" +Report shuf bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report shuf translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B shuf +is maintained as a Texinfo manual. If the +.B info +and +.B shuf +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqshuf invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sleep.1 b/original/man1/sleep.1 new file mode 100644 index 0000000..9242add --- /dev/null +++ b/original/man1/sleep.1 @@ -0,0 +1,54 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SLEEP "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sleep \- delay for a specified amount of time +.SH SYNOPSIS +.B sleep +\fINUMBER\fR[\fISUFFIX\fR]... +.br +.B sleep +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Pause for NUMBER seconds. SUFFIX may be `s' for seconds (the default), +`m' for minutes, `h' for hours or `d' for days. Unlike most implementations +that require NUMBER be an integer, here NUMBER may be an arbitrary floating +point number. Given two or more arguments, pause for the amount of time +specified by the sum of their values. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Jim Meyering and Paul Eggert. +.SH "REPORTING BUGS" +Report sleep bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sleep translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +sleep(3) +.PP +The full documentation for +.B sleep +is maintained as a Texinfo manual. If the +.B info +and +.B sleep +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsleep invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sort.1 b/original/man1/sort.1 new file mode 100644 index 0000000..551862e --- /dev/null +++ b/original/man1/sort.1 @@ -0,0 +1,159 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SORT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sort \- sort lines of text files +.SH SYNOPSIS +.B sort +[\fIOPTION\fR]... [\fIFILE\fR]... +.br +.B sort +[\fIOPTION\fR]... \fI--files0-from=F\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Write sorted concatenation of all FILE(s) to standard output. +.PP +Mandatory arguments to long options are mandatory for short options too. +Ordering options: +.TP +\fB\-b\fR, \fB\-\-ignore\-leading\-blanks\fR +ignore leading blanks +.TP +\fB\-d\fR, \fB\-\-dictionary\-order\fR +consider only blanks and alphanumeric characters +.TP +\fB\-f\fR, \fB\-\-ignore\-case\fR +fold lower case to upper case characters +.TP +\fB\-g\fR, \fB\-\-general\-numeric\-sort\fR +compare according to general numerical value +.TP +\fB\-i\fR, \fB\-\-ignore\-nonprinting\fR +consider only printable characters +.TP +\fB\-M\fR, \fB\-\-month\-sort\fR +compare (unknown) < `JAN' < ... < `DEC' +.TP +\fB\-h\fR, \fB\-\-human\-numeric\-sort\fR +compare human readable numbers (e.g., 2K 1G) +.TP +\fB\-n\fR, \fB\-\-numeric\-sort\fR +compare according to string numerical value +.TP +\fB\-R\fR, \fB\-\-random\-sort\fR +sort by random hash of keys +.TP +\fB\-\-random\-source\fR=\fIFILE\fR +get random bytes from FILE +.TP +\fB\-r\fR, \fB\-\-reverse\fR +reverse the result of comparisons +.TP +\fB\-\-sort\fR=\fIWORD\fR +sort according to WORD: +general\-numeric \fB\-g\fR, human\-numeric \fB\-h\fR, month \fB\-M\fR, +numeric \fB\-n\fR, random \fB\-R\fR, version \fB\-V\fR +.TP +\fB\-V\fR, \fB\-\-version\-sort\fR +natural sort of (version) numbers within text +.PP +Other options: +.TP +\fB\-\-batch\-size\fR=\fINMERGE\fR +merge at most NMERGE inputs at once; +for more use temp files +.TP +\fB\-c\fR, \fB\-\-check\fR, \fB\-\-check\fR=\fIdiagnose\-first\fR +check for sorted input; do not sort +.TP +\fB\-C\fR, \fB\-\-check\fR=\fIquiet\fR, \fB\-\-check\fR=\fIsilent\fR +like \fB\-c\fR, but do not report first bad line +.TP +\fB\-\-compress\-program\fR=\fIPROG\fR +compress temporaries with PROG; +decompress them with PROG \fB\-d\fR +.TP +\fB\-\-files0\-from\fR=\fIF\fR +read input from the files specified by +NUL\-terminated names in file F; +If F is \- then read names from standard input +.TP +\fB\-k\fR, \fB\-\-key\fR=\fIPOS1[\fR,POS2] +start a key at POS1 (origin 1), end it at POS2 +(default end of line) +.TP +\fB\-m\fR, \fB\-\-merge\fR +merge already sorted files; do not sort +.TP +\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR +write result to FILE instead of standard output +.TP +\fB\-s\fR, \fB\-\-stable\fR +stabilize sort by disabling last\-resort comparison +.TP +\fB\-S\fR, \fB\-\-buffer\-size\fR=\fISIZE\fR +use SIZE for main memory buffer +.TP +\fB\-t\fR, \fB\-\-field\-separator\fR=\fISEP\fR +use SEP instead of non\-blank to blank transition +.TP +\fB\-T\fR, \fB\-\-temporary\-directory\fR=\fIDIR\fR +use DIR for temporaries, not $TMPDIR or /tmp; +multiple options specify multiple directories +.TP +\fB\-u\fR, \fB\-\-unique\fR +with \fB\-c\fR, check for strict ordering; +without \fB\-c\fR, output only the first of an equal run +.TP +\fB\-z\fR, \fB\-\-zero\-terminated\fR +end lines with 0 byte, not newline +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +POS is F[.C][OPTS], where F is the field number and C the character position +in the field; both are origin 1. If neither \fB\-t\fR nor \fB\-b\fR is in effect, characters +in a field are counted from the beginning of the preceding whitespace. OPTS is +one or more single\-letter ordering options, which override global ordering +options for that key. If no key is given, use the entire line as the key. +.PP +SIZE may be followed by the following multiplicative suffixes: +% 1% of memory, b 1, K 1024 (default), and so on for M, G, T, P, E, Z, Y. +.PP +With no FILE, or when FILE is \-, read standard input. +.PP +*** WARNING *** +The locale specified by the environment affects sort order. +Set LC_ALL=C to get the traditional sort order that uses +native byte values. +.SH AUTHOR +Written by Mike Haertel and Paul Eggert. +.SH "REPORTING BUGS" +Report sort bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sort translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B sort +is maintained as a Texinfo manual. If the +.B info +and +.B sort +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsort invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/split.1 b/original/man1/split.1 new file mode 100644 index 0000000..e7fd47a --- /dev/null +++ b/original/man1/split.1 @@ -0,0 +1,71 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SPLIT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +split \- split a file into pieces +.SH SYNOPSIS +.B split +[\fIOPTION\fR]... [\fIINPUT \fR[\fIPREFIX\fR]] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Output fixed\-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default +size is 1000 lines, and default PREFIX is `x'. With no INPUT, or when INPUT +is \-, read standard input. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR, \fB\-\-suffix\-length\fR=\fIN\fR +use suffixes of length N (default 2) +.TP +\fB\-b\fR, \fB\-\-bytes\fR=\fISIZE\fR +put SIZE bytes per output file +.TP +\fB\-C\fR, \fB\-\-line\-bytes\fR=\fISIZE\fR +put at most SIZE bytes of lines per output file +.TP +\fB\-d\fR, \fB\-\-numeric\-suffixes\fR +use numeric suffixes instead of alphabetic +.TP +\fB\-l\fR, \fB\-\-lines\fR=\fINUMBER\fR +put NUMBER lines per output file +.TP +\fB\-\-verbose\fR +print a diagnostic just before each +output file is opened +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +SIZE may be (or may be an integer optionally followed by) one of following: +KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. +.SH AUTHOR +Written by Torbjorn Granlund and Richard M. Stallman. +.SH "REPORTING BUGS" +Report split bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report split translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B split +is maintained as a Texinfo manual. If the +.B info +and +.B split +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsplit invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/stat.1 b/original/man1/stat.1 new file mode 100644 index 0000000..55df213 --- /dev/null +++ b/original/man1/stat.1 @@ -0,0 +1,193 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH STAT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +stat \- display file or file system status +.SH SYNOPSIS +.B stat +[\fIOPTION\fR]... \fIFILE\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Display file or file system status. +.TP +\fB\-L\fR, \fB\-\-dereference\fR +follow links +.TP +\fB\-f\fR, \fB\-\-file\-system\fR +display file system status instead of file status +.TP +\fB\-c\fR \fB\-\-format\fR=\fIFORMAT\fR +use the specified FORMAT instead of the default; +output a newline after each use of FORMAT +.TP +\fB\-\-printf\fR=\fIFORMAT\fR +like \fB\-\-format\fR, but interpret backslash escapes, +and do not output a mandatory trailing newline. +If you want a newline, include \en in FORMAT +.TP +\fB\-t\fR, \fB\-\-terse\fR +print the information in terse form +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +The valid format sequences for files (without \fB\-\-file\-system\fR): +.TP +%a +Access rights in octal +.TP +%A +Access rights in human readable form +.TP +%b +Number of blocks allocated (see %B) +.TP +%B +The size in bytes of each block reported by %b +.TP +%C +SELinux security context string +.TP +%d +Device number in decimal +.TP +%D +Device number in hex +.TP +%f +Raw mode in hex +.TP +%F +File type +.TP +%g +Group ID of owner +.TP +%G +Group name of owner +.TP +%h +Number of hard links +.TP +%i +Inode number +.TP +%n +File name +.TP +%N +Quoted file name with dereference if symbolic link +.TP +%o +I/O block size +.TP +%s +Total size, in bytes +.TP +%t +Major device type in hex +.TP +%T +Minor device type in hex +.TP +%u +User ID of owner +.TP +%U +User name of owner +.TP +%x +Time of last access +.TP +%X +Time of last access as seconds since Epoch +.TP +%y +Time of last modification +.TP +%Y +Time of last modification as seconds since Epoch +.TP +%z +Time of last change +.TP +%Z +Time of last change as seconds since Epoch +.PP +Valid format sequences for file systems: +.TP +%a +Free blocks available to non\-superuser +.TP +%b +Total data blocks in file system +.TP +%c +Total file nodes in file system +.TP +%d +Free file nodes in file system +.TP +%f +Free blocks in file system +.TP +%C +SELinux security context string +.TP +%i +File System ID in hex +.TP +%l +Maximum length of filenames +.TP +%n +File name +.TP +%s +Block size (for faster transfers) +.TP +%S +Fundamental block size (for block counts) +.TP +%t +Type in hex +.TP +%T +Type in human readable form +.PP +NOTE: your shell may have its own version of stat, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by Michael Meskes. +.SH "REPORTING BUGS" +Report stat bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report stat translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +stat(2) +.PP +The full documentation for +.B stat +is maintained as a Texinfo manual. If the +.B info +and +.B stat +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqstat invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/stdbuf.1 b/original/man1/stdbuf.1 new file mode 100644 index 0000000..c154d0f --- /dev/null +++ b/original/man1/stdbuf.1 @@ -0,0 +1,78 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH STDBUF "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +stdbuf \- Run COMMAND, with modified buffering operations for its standard streams. +.SH SYNOPSIS +.B stdbuf +\fIOPTION\fR... \fICOMMAND\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Run COMMAND, with modified buffering operations for its standard streams. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-i\fR, \fB\-\-input\fR=\fIMODE\fR +adjust standard input stream buffering +.TP +\fB\-o\fR, \fB\-\-output\fR=\fIMODE\fR +adjust standard output stream buffering +.TP +\fB\-e\fR, \fB\-\-error\fR=\fIMODE\fR +adjust standard error stream buffering +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If MODE is `L' the corresponding stream will be line buffered. +This option is invalid with standard input. +.PP +If MODE is `0' the corresponding stream will be unbuffered. +.PP +Otherwise MODE is a number which may be followed by one of the following: +KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. +In this case the corresponding stream will be fully buffered with the buffer +size set to MODE bytes. +.PP +NOTE: If COMMAND adjusts the buffering of its standard streams (`tee' does +for e.g.) then that will override corresponding settings changed by `stdbuf'. +Also some filters (like `dd' and `cat' etc.) don't use streams for I/O, +and are thus unaffected by `stdbuf' settings. +.SH EXAMPLES +.B tail -f access.log | stdbuf -oL cut -d \(aq \(aq -f1 | uniq +.br +This will immedidately display unique entries from access.log +.SH BUGS +On GLIBC platforms, specifying a buffer size, i.e. using fully buffered mode +will result in undefined operation. +.SH AUTHOR +Written by Padraig Brady. +.SH "REPORTING BUGS" +Report stdbuf bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report stdbuf translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B stdbuf +is maintained as a Texinfo manual. If the +.B info +and +.B stdbuf +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqstdbuf invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/stty.1 b/original/man1/stty.1 new file mode 100644 index 0000000..92c82d2 --- /dev/null +++ b/original/man1/stty.1 @@ -0,0 +1,411 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH STTY "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +stty \- change and print terminal line settings +.SH SYNOPSIS +.B stty +[\fI-F DEVICE | --file=DEVICE\fR] [\fISETTING\fR]... +.br +.B stty +[\fI-F DEVICE | --file=DEVICE\fR] [\fI-a|--all\fR] +.br +.B stty +[\fI-F DEVICE | --file=DEVICE\fR] [\fI-g|--save\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print or change terminal characteristics. +.TP +\fB\-a\fR, \fB\-\-all\fR +print all current settings in human\-readable form +.TP +\fB\-g\fR, \fB\-\-save\fR +print all current settings in a stty\-readable form +.TP +\fB\-F\fR, \fB\-\-file\fR=\fIDEVICE\fR +open and use the specified DEVICE instead of stdin +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Optional \- before SETTING indicates negation. An * marks non\-POSIX +settings. The underlying system defines which settings are available. +.SS "Special characters:" +.TP +* dsusp CHAR +CHAR will send a terminal stop signal once input flushed +.TP +eof CHAR +CHAR will send an end of file (terminate the input) +.TP +eol CHAR +CHAR will end the line +.TP +* eol2 CHAR +alternate CHAR for ending the line +.TP +erase CHAR +CHAR will erase the last character typed +.TP +intr CHAR +CHAR will send an interrupt signal +.TP +kill CHAR +CHAR will erase the current line +.TP +* lnext CHAR +CHAR will enter the next character quoted +.TP +quit CHAR +CHAR will send a quit signal +.TP +* rprnt CHAR +CHAR will redraw the current line +.TP +start CHAR +CHAR will restart the output after stopping it +.TP +stop CHAR +CHAR will stop the output +.TP +susp CHAR +CHAR will send a terminal stop signal +.TP +* swtch CHAR +CHAR will switch to a different shell layer +.TP +* werase CHAR +CHAR will erase the last word typed +.SS "Special settings:" +.TP +N +set the input and output speeds to N bauds +.TP +* cols N +tell the kernel that the terminal has N columns +.TP +* columns N +same as cols N +.TP +ispeed N +set the input speed to N +.TP +* line N +use line discipline N +.TP +min N +with \fB\-icanon\fR, set N characters minimum for a completed read +.TP +ospeed N +set the output speed to N +.TP +* rows N +tell the kernel that the terminal has N rows +.TP +* size +print the number of rows and columns according to the kernel +.TP +speed +print the terminal speed +.TP +time N +with \fB\-icanon\fR, set read timeout of N tenths of a second +.SS "Control settings:" +.TP +[\-]clocal +disable modem control signals +.TP +[\-]cread +allow input to be received +.TP +* [\-]crtscts +enable RTS/CTS handshaking +.TP +csN +set character size to N bits, N in [5..8] +.TP +[\-]cstopb +use two stop bits per character (one with `\-') +.TP +[\-]hup +send a hangup signal when the last process closes the tty +.TP +[\-]hupcl +same as [\-]hup +.TP +[\-]parenb +generate parity bit in output and expect parity bit in input +.TP +[\-]parodd +set odd parity (even with `\-') +.SS "Input settings:" +.TP +[\-]brkint +breaks cause an interrupt signal +.TP +[\-]icrnl +translate carriage return to newline +.TP +[\-]ignbrk +ignore break characters +.TP +[\-]igncr +ignore carriage return +.TP +[\-]ignpar +ignore characters with parity errors +.TP +* [\-]imaxbel +beep and do not flush a full input buffer on a character +.TP +[\-]inlcr +translate newline to carriage return +.TP +[\-]inpck +enable input parity checking +.TP +[\-]istrip +clear high (8th) bit of input characters +.TP +* [\-]iutf8 +assume input characters are UTF\-8 encoded +.TP +* [\-]iuclc +translate uppercase characters to lowercase +.TP +* [\-]ixany +let any character restart output, not only start character +.TP +[\-]ixoff +enable sending of start/stop characters +.TP +[\-]ixon +enable XON/XOFF flow control +.TP +[\-]parmrk +mark parity errors (with a 255\-0\-character sequence) +.TP +[\-]tandem +same as [\-]ixoff +.SS "Output settings:" +.TP +* bsN +backspace delay style, N in [0..1] +.TP +* crN +carriage return delay style, N in [0..3] +.TP +* ffN +form feed delay style, N in [0..1] +.TP +* nlN +newline delay style, N in [0..1] +.TP +* [\-]ocrnl +translate carriage return to newline +.TP +* [\-]ofdel +use delete characters for fill instead of null characters +.TP +* [\-]ofill +use fill (padding) characters instead of timing for delays +.TP +* [\-]olcuc +translate lowercase characters to uppercase +.TP +* [\-]onlcr +translate newline to carriage return\-newline +.TP +* [\-]onlret +newline performs a carriage return +.TP +* [\-]onocr +do not print carriage returns in the first column +.TP +[\-]opost +postprocess output +.TP +* tabN +horizontal tab delay style, N in [0..3] +.TP +* tabs +same as tab0 +.TP +* \fB\-tabs\fR +same as tab3 +.TP +* vtN +vertical tab delay style, N in [0..1] +.SS "Local settings:" +.TP +[\-]crterase +echo erase characters as backspace\-space\-backspace +.TP +* crtkill +kill all line by obeying the echoprt and echoe settings +.TP +* \fB\-crtkill\fR +kill all line by obeying the echoctl and echok settings +.TP +* [\-]ctlecho +echo control characters in hat notation (`^c') +.TP +[\-]echo +echo input characters +.TP +* [\-]echoctl +same as [\-]ctlecho +.TP +[\-]echoe +same as [\-]crterase +.TP +[\-]echok +echo a newline after a kill character +.TP +* [\-]echoke +same as [\-]crtkill +.TP +[\-]echonl +echo newline even if not echoing other characters +.TP +* [\-]echoprt +echo erased characters backward, between `\e' and '/' +.TP +[\-]icanon +enable erase, kill, werase, and rprnt special characters +.TP +[\-]iexten +enable non\-POSIX special characters +.TP +[\-]isig +enable interrupt, quit, and suspend special characters +.TP +[\-]noflsh +disable flushing after interrupt and quit special characters +.TP +* [\-]prterase +same as [\-]echoprt +.TP +* [\-]tostop +stop background jobs that try to write to the terminal +.TP +* [\-]xcase +with icanon, escape with `\e' for uppercase characters +.SS "Combination settings:" +.TP +* [\-]LCASE +same as [\-]lcase +.TP +cbreak +same as \fB\-icanon\fR +.TP +\fB\-cbreak\fR +same as icanon +.TP +cooked +same as brkint ignpar istrip icrnl ixon opost isig +icanon, eof and eol characters to their default values +.TP +\fB\-cooked\fR +same as raw +.TP +crt +same as echoe echoctl echoke +.TP +dec +same as echoe echoctl echoke \fB\-ixany\fR intr ^c erase 0177 +kill ^u +.TP +* [\-]decctlq +same as [\-]ixany +.TP +ek +erase and kill characters to their default values +.TP +evenp +same as parenb \fB\-parodd\fR cs7 +.TP +\fB\-evenp\fR +same as \fB\-parenb\fR cs8 +.TP +* [\-]lcase +same as xcase iuclc olcuc +.TP +litout +same as \fB\-parenb\fR \fB\-istrip\fR \fB\-opost\fR cs8 +.TP +\fB\-litout\fR +same as parenb istrip opost cs7 +.TP +nl +same as \fB\-icrnl\fR \fB\-onlcr\fR +.TP +\fB\-nl\fR +same as icrnl \fB\-inlcr\fR \fB\-igncr\fR onlcr \fB\-ocrnl\fR \fB\-onlret\fR +.TP +oddp +same as parenb parodd cs7 +.TP +\fB\-oddp\fR +same as \fB\-parenb\fR cs8 +.TP +[\-]parity +same as [\-]evenp +.TP +pass8 +same as \fB\-parenb\fR \fB\-istrip\fR cs8 +.TP +\fB\-pass8\fR +same as parenb istrip cs7 +.TP +raw +same as \fB\-ignbrk\fR \fB\-brkint\fR \fB\-ignpar\fR \fB\-parmrk\fR \fB\-inpck\fR \fB\-istrip\fR +\fB\-inlcr\fR \fB\-igncr\fR \fB\-icrnl\fR \fB\-ixon\fR \fB\-ixoff\fR \fB\-iuclc\fR \fB\-ixany\fR +\fB\-imaxbel\fR \fB\-opost\fR \fB\-isig\fR \fB\-icanon\fR \fB\-xcase\fR min 1 time 0 +.TP +\fB\-raw\fR +same as cooked +.TP +sane +same as cread \fB\-ignbrk\fR brkint \fB\-inlcr\fR \fB\-igncr\fR icrnl \fB\-iutf8\fR +\fB\-ixoff\fR \fB\-iuclc\fR \fB\-ixany\fR imaxbel opost \fB\-olcuc\fR \fB\-ocrnl\fR onlcr +\fB\-onocr\fR \fB\-onlret\fR \fB\-ofill\fR \fB\-ofdel\fR nl0 cr0 tab0 bs0 vt0 ff0 +isig icanon iexten echo echoe echok \fB\-echonl\fR \fB\-noflsh\fR +\fB\-xcase\fR \fB\-tostop\fR \fB\-echoprt\fR echoctl echoke, all special +characters to their default values +.PP +Handle the tty line connected to standard input. Without arguments, +prints baud rate, line discipline, and deviations from stty sane. In +settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or +127; special values ^\- or undef used to disable special characters. +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report stty bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report stty translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B stty +is maintained as a Texinfo manual. If the +.B info +and +.B stty +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqstty invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sum.1 b/original/man1/sum.1 new file mode 100644 index 0000000..87bfa47 --- /dev/null +++ b/original/man1/sum.1 @@ -0,0 +1,53 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SUM "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sum \- checksum and count the blocks in a file +.SH SYNOPSIS +.B sum +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print checksum and block counts for each FILE. +.TP +\fB\-r\fR +use BSD sum algorithm, use 1K blocks +.TP +\fB\-s\fR, \fB\-\-sysv\fR +use System V sum algorithm, use 512 bytes blocks +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +With no FILE, or when FILE is \-, read standard input. +.SH AUTHOR +Written by Kayvan Aghaiepour and David MacKenzie. +.SH "REPORTING BUGS" +Report sum bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sum translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B sum +is maintained as a Texinfo manual. If the +.B info +and +.B sum +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsum invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/sync.1 b/original/man1/sync.1 new file mode 100644 index 0000000..8abb8bc --- /dev/null +++ b/original/man1/sync.1 @@ -0,0 +1,47 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH SYNC "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +sync \- flush file system buffers +.SH SYNOPSIS +.B sync +[\fIOPTION\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Force changed blocks to disk, update the super block. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Jim Meyering. +.SH "REPORTING BUGS" +Report sync bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report sync translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +sync(2) +.PP +The full documentation for +.B sync +is maintained as a Texinfo manual. If the +.B info +and +.B sync +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqsync invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/tac.1 b/original/man1/tac.1 new file mode 100644 index 0000000..2ceba28 --- /dev/null +++ b/original/man1/tac.1 @@ -0,0 +1,59 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TAC "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +tac \- concatenate and print files in reverse +.SH SYNOPSIS +.B tac +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Write each FILE to standard output, last line first. +With no FILE, or when FILE is \-, read standard input. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-b\fR, \fB\-\-before\fR +attach the separator before instead of after +.TP +\fB\-r\fR, \fB\-\-regex\fR +interpret the separator as a regular expression +.TP +\fB\-s\fR, \fB\-\-separator\fR=\fISTRING\fR +use STRING as the separator instead of newline +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Jay Lepreau and David MacKenzie. +.SH "REPORTING BUGS" +Report tac bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report tac translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +\fBrev\fP(1). +.PP +The full documentation for +.B tac +is maintained as a Texinfo manual. If the +.B info +and +.B tac +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtac invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/tail.1 b/original/man1/tail.1 new file mode 100644 index 0000000..a8047ed --- /dev/null +++ b/original/man1/tail.1 @@ -0,0 +1,103 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TAIL "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +tail \- output the last part of files +.SH SYNOPSIS +.B tail +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the last 10 lines of each FILE to standard output. +With more than one FILE, precede each with a header giving the file name. +With no FILE, or when FILE is \-, read standard input. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-c\fR, \fB\-\-bytes\fR=\fIK\fR +output the last K bytes; alternatively, use \fB\-c\fR +K +to output bytes starting with the Kth of each file +.TP +\fB\-f\fR, \fB\-\-follow[=\fR{name|descriptor}] +output appended data as the file grows; +\fB\-f\fR, \fB\-\-follow\fR, and \fB\-\-follow\fR=\fIdescriptor\fR are +equivalent +.TP +\fB\-F\fR +same as \fB\-\-follow\fR=\fIname\fR \fB\-\-retry\fR +.TP +\fB\-n\fR, \fB\-\-lines\fR=\fIK\fR +output the last K lines, instead of the last 10; +or use \fB\-n\fR +K to output lines starting with the Kth +.TP +\fB\-\-max\-unchanged\-stats\fR=\fIN\fR +with \fB\-\-follow\fR=\fIname\fR, reopen a FILE which has not +changed size after N (default 5) iterations +to see if it has been unlinked or renamed +(this is the usual case of rotated log files) +.TP +\fB\-\-pid\fR=\fIPID\fR +with \fB\-f\fR, terminate after process ID, PID dies +.TP +\fB\-q\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR +never output headers giving file names +.TP +\fB\-\-retry\fR +keep trying to open a file even when it is or +becomes inaccessible; useful when following by +name, i.e., with \fB\-\-follow\fR=\fIname\fR +.TP +\fB\-s\fR, \fB\-\-sleep\-interval\fR=\fIN\fR +with \fB\-f\fR, sleep for approximately N seconds +(default 1.0) between iterations +.TP +\fB\-v\fR, \fB\-\-verbose\fR +always output headers giving file names +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If the first character of K (the number of bytes or lines) is a `+', +print beginning with the Kth item from the start of each file, otherwise, +print the last K items in the file. K may have a multiplier suffix: +b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, +GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y. +.PP +With \fB\-\-follow\fR (\fB\-f\fR), tail defaults to following the file descriptor, which +means that even if a tail'ed file is renamed, tail will continue to track +its end. This default behavior is not desirable when you really want to +track the actual name of the file, not the file descriptor (e.g., log +rotation). Use \fB\-\-follow\fR=\fIname\fR in that case. That causes tail to track the +named file in a way that accommodates renaming, removal and creation. +.SH AUTHOR +Written by Paul Rubin, David MacKenzie, Ian Lance Taylor, +and Jim Meyering. +.SH "REPORTING BUGS" +Report tail bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report tail translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B tail +is maintained as a Texinfo manual. If the +.B info +and +.B tail +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtail invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/tee.1 b/original/man1/tee.1 new file mode 100644 index 0000000..a60084e --- /dev/null +++ b/original/man1/tee.1 @@ -0,0 +1,53 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TEE "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +tee \- read from standard input and write to standard output and files +.SH SYNOPSIS +.B tee +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Copy standard input to each FILE, and also to standard output. +.TP +\fB\-a\fR, \fB\-\-append\fR +append to the given FILEs, do not overwrite +.TP +\fB\-i\fR, \fB\-\-ignore\-interrupts\fR +ignore interrupt signals +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If a FILE is \-, copy again to standard output. +.SH AUTHOR +Written by Mike Parker, Richard M. Stallman, and David MacKenzie. +.SH "REPORTING BUGS" +Report tee bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report tee translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B tee +is maintained as a Texinfo manual. If the +.B info +and +.B tee +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtee invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/test.1 b/original/man1/test.1 new file mode 100644 index 0000000..c45065a --- /dev/null +++ b/original/man1/test.1 @@ -0,0 +1,182 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TEST "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +test \- check file types and compare values +.SH SYNOPSIS +.B test +\fIEXPRESSION\fR +.br +.B test + +.br +.B [ +\fIEXPRESSION \fR] +.br +.B [ +] +.br +.B [ +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Exit with the status determined by EXPRESSION. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +An omitted EXPRESSION defaults to false. Otherwise, +EXPRESSION is true or false and sets exit status. It is one of: +.TP +( EXPRESSION ) +EXPRESSION is true +.TP +! EXPRESSION +EXPRESSION is false +.TP +EXPRESSION1 \fB\-a\fR EXPRESSION2 +both EXPRESSION1 and EXPRESSION2 are true +.TP +EXPRESSION1 \fB\-o\fR EXPRESSION2 +either EXPRESSION1 or EXPRESSION2 is true +.TP +\fB\-n\fR STRING +the length of STRING is nonzero +.TP +STRING +equivalent to \fB\-n\fR STRING +.TP +\fB\-z\fR STRING +the length of STRING is zero +.TP +STRING1 = STRING2 +the strings are equal +.TP +STRING1 != STRING2 +the strings are not equal +.TP +INTEGER1 \fB\-eq\fR INTEGER2 +INTEGER1 is equal to INTEGER2 +.TP +INTEGER1 \fB\-ge\fR INTEGER2 +INTEGER1 is greater than or equal to INTEGER2 +.TP +INTEGER1 \fB\-gt\fR INTEGER2 +INTEGER1 is greater than INTEGER2 +.TP +INTEGER1 \fB\-le\fR INTEGER2 +INTEGER1 is less than or equal to INTEGER2 +.TP +INTEGER1 \fB\-lt\fR INTEGER2 +INTEGER1 is less than INTEGER2 +.TP +INTEGER1 \fB\-ne\fR INTEGER2 +INTEGER1 is not equal to INTEGER2 +.TP +FILE1 \fB\-ef\fR FILE2 +FILE1 and FILE2 have the same device and inode numbers +.TP +FILE1 \fB\-nt\fR FILE2 +FILE1 is newer (modification date) than FILE2 +.TP +FILE1 \fB\-ot\fR FILE2 +FILE1 is older than FILE2 +.TP +\fB\-b\fR FILE +FILE exists and is block special +.TP +\fB\-c\fR FILE +FILE exists and is character special +.TP +\fB\-d\fR FILE +FILE exists and is a directory +.TP +\fB\-e\fR FILE +FILE exists +.TP +\fB\-f\fR FILE +FILE exists and is a regular file +.TP +\fB\-g\fR FILE +FILE exists and is set\-group\-ID +.TP +\fB\-G\fR FILE +FILE exists and is owned by the effective group ID +.TP +\fB\-h\fR FILE +FILE exists and is a symbolic link (same as \fB\-L\fR) +.TP +\fB\-k\fR FILE +FILE exists and has its sticky bit set +.TP +\fB\-L\fR FILE +FILE exists and is a symbolic link (same as \fB\-h\fR) +.TP +\fB\-O\fR FILE +FILE exists and is owned by the effective user ID +.TP +\fB\-p\fR FILE +FILE exists and is a named pipe +.TP +\fB\-r\fR FILE +FILE exists and read permission is granted +.TP +\fB\-s\fR FILE +FILE exists and has a size greater than zero +.TP +\fB\-S\fR FILE +FILE exists and is a socket +.TP +\fB\-t\fR FD +file descriptor FD is opened on a terminal +.TP +\fB\-u\fR FILE +FILE exists and its set\-user\-ID bit is set +.TP +\fB\-w\fR FILE +FILE exists and write permission is granted +.TP +\fB\-x\fR FILE +FILE exists and execute (or search) permission is granted +.PP +Except for \fB\-h\fR and \fB\-L\fR, all FILE\-related tests dereference symbolic links. +Beware that parentheses need to be escaped (e.g., by backslashes) for shells. +INTEGER may also be \fB\-l\fR STRING, which evaluates to the length of STRING. +.PP +NOTE: [ honors the \fB\-\-help\fR and \fB\-\-version\fR options, but test does not. +test treats each of those as it treats any other nonempty STRING. +.PP +NOTE: your shell may have its own version of test and/or [, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by Kevin Braunsdorf and Matthew Bradburn. +.SH "REPORTING BUGS" +Report test bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report test translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B test +is maintained as a Texinfo manual. If the +.B info +and +.B test +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtest invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/timeout.1 b/original/man1/timeout.1 new file mode 100644 index 0000000..be55d65 --- /dev/null +++ b/original/man1/timeout.1 @@ -0,0 +1,72 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TIMEOUT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +timeout \- run a command with a time limit +.SH SYNOPSIS +.B timeout +[\fIOPTION\fR] \fIDURATION COMMAND \fR[\fIARG\fR]... +.br +.B timeout +[\fIOPTION\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Start COMMAND, and kill it if still running after DURATION. +.PP +Mandatory arguments to long options are mandatory for short options too. +.HP +\fB\-k\fR, \fB\-\-kill\-after\fR=\fIDURATION\fR +.IP +also send a KILL signal if COMMAND is still running +this long after the initial signal was sent. +.HP +\fB\-s\fR, \fB\-\-signal\fR=\fISIGNAL\fR +.IP +specify the signal to be sent on timeout. +SIGNAL may be a name like `HUP' or a number. +See `kill \fB\-l\fR` for a list of signals +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +DURATION is an integer with an optional suffix: +`s' for seconds(the default), `m' for minutes, `h' for hours or `d' for days. +.PP +If the command times out, then exit with status 124. Otherwise, exit +with the status of COMMAND. If no signal is specified, send the TERM +signal upon timeout. The TERM signal kills any process that does not +block or catch that signal. For other processes, it may be necessary to +use the KILL (9) signal, since this signal cannot be caught. +.SH AUTHOR +Written by Padraig Brady. +.SH "REPORTING BUGS" +Report timeout bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report timeout translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +kill(1) +.PP +The full documentation for +.B timeout +is maintained as a Texinfo manual. If the +.B info +and +.B timeout +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtimeout invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/touch.1 b/original/man1/touch.1 new file mode 100644 index 0000000..efd72a7 --- /dev/null +++ b/original/man1/touch.1 @@ -0,0 +1,96 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TOUCH "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +touch \- change file timestamps +.SH SYNOPSIS +.B touch +[\fIOPTION\fR]... \fIFILE\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Update the access and modification times of each FILE to the current time. +.PP +A FILE argument that does not exist is created empty, unless \fB\-c\fR or \fB\-h\fR +is supplied. +.PP +A FILE argument string of \- is handled specially and causes touch to +change the times of the file associated with standard output. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR +change only the access time +.TP +\fB\-c\fR, \fB\-\-no\-create\fR +do not create any files +.TP +\fB\-d\fR, \fB\-\-date\fR=\fISTRING\fR +parse STRING and use it instead of current time +.TP +\fB\-f\fR +(ignored) +.TP +\fB\-h\fR, \fB\-\-no\-dereference\fR +affect each symbolic link instead of any referenced +file (useful only on systems that can change the +timestamps of a symlink) +.TP +\fB\-m\fR +change only the modification time +.TP +\fB\-r\fR, \fB\-\-reference\fR=\fIFILE\fR +use this file's times instead of current time +.TP +\fB\-t\fR STAMP +use [[CC]YY]MMDDhhmm[.ss] instead of current time +.TP +\fB\-\-time\fR=\fIWORD\fR +change the specified time: +WORD is access, atime, or use: equivalent to \fB\-a\fR +WORD is modify or mtime: equivalent to \fB\-m\fR +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +Note that the \fB\-d\fR and \fB\-t\fR options accept different time\-date formats. +.SH "DATE STRING" +.\" NOTE: keep this paragraph in sync with the one in date.x +The --date=STRING is a mostly free format human readable date string +such as "Sun, 29 Feb 2004 16:21:42 -0800" or "2004-02-29 16:21:42" or +even "next Thursday". A date string may contain items indicating +calendar date, time of day, time zone, day of week, relative time, +relative date, and numbers. An empty string indicates the beginning +of the day. The date string format is more complex than is easily +documented here but is fully described in the info documentation. +.SH AUTHOR +Written by Paul Rubin, Arnold Robbins, Jim Kingdon, +David MacKenzie, and Randy Smith. +.SH "REPORTING BUGS" +Report touch bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report touch translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B touch +is maintained as a Texinfo manual. If the +.B info +and +.B touch +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtouch invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/tr.1 b/original/man1/tr.1 new file mode 100644 index 0000000..e2ce55a --- /dev/null +++ b/original/man1/tr.1 @@ -0,0 +1,147 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TR "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +tr \- translate or delete characters +.SH SYNOPSIS +.B tr +[\fIOPTION\fR]... \fISET1 \fR[\fISET2\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Translate, squeeze, and/or delete characters from standard input, +writing to standard output. +.TP +\fB\-c\fR, \fB\-C\fR, \fB\-\-complement\fR +use the complement of SET1 +.TP +\fB\-d\fR, \fB\-\-delete\fR +delete characters in SET1, do not translate +.TP +\fB\-s\fR, \fB\-\-squeeze\-repeats\fR +replace each input sequence of a repeated character +that is listed in SET1 with a single occurrence +of that character +.TP +\fB\-t\fR, \fB\-\-truncate\-set1\fR +first truncate SET1 to length of SET2 +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +SETs are specified as strings of characters. Most represent themselves. +Interpreted sequences are: +.TP +\eNNN +character with octal value NNN (1 to 3 octal digits) +.TP +\e\e +backslash +.TP +\ea +audible BEL +.TP +\eb +backspace +.TP +\ef +form feed +.TP +\en +new line +.TP +\er +return +.TP +\et +horizontal tab +.TP +\ev +vertical tab +.TP +CHAR1\-CHAR2 +all characters from CHAR1 to CHAR2 in ascending order +.TP +[CHAR*] +in SET2, copies of CHAR until length of SET1 +.TP +[CHAR*REPEAT] +REPEAT copies of CHAR, REPEAT octal if starting with 0 +.TP +[:alnum:] +all letters and digits +.TP +[:alpha:] +all letters +.TP +[:blank:] +all horizontal whitespace +.TP +[:cntrl:] +all control characters +.TP +[:digit:] +all digits +.TP +[:graph:] +all printable characters, not including space +.TP +[:lower:] +all lower case letters +.TP +[:print:] +all printable characters, including space +.TP +[:punct:] +all punctuation characters +.TP +[:space:] +all horizontal or vertical whitespace +.TP +[:upper:] +all upper case letters +.TP +[:xdigit:] +all hexadecimal digits +.TP +[=CHAR=] +all characters which are equivalent to CHAR +.PP +Translation occurs if \fB\-d\fR is not given and both SET1 and SET2 appear. +\fB\-t\fR may be used only when translating. SET2 is extended to length of +SET1 by repeating its last character as necessary. Excess characters +of SET2 are ignored. Only [:lower:] and [:upper:] are guaranteed to +expand in ascending order; used in SET2 while translating, they may +only be used in pairs to specify case conversion. \fB\-s\fR uses SET1 if not +translating nor deleting; else squeezing uses SET2 and occurs after +translation or deletion. +.SH AUTHOR +Written by Jim Meyering. +.SH "REPORTING BUGS" +Report tr bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report tr translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B tr +is maintained as a Texinfo manual. If the +.B info +and +.B tr +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtr invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/true.1 b/original/man1/true.1 new file mode 100644 index 0000000..8d690d7 --- /dev/null +++ b/original/man1/true.1 @@ -0,0 +1,52 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TRUE "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +true \- do nothing, successfully +.SH SYNOPSIS +.B true +[\fIignored command line arguments\fR] +.br +.B true +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Exit with a status code indicating success. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +NOTE: your shell may have its own version of true, which usually supersedes +the version described here. Please refer to your shell's documentation +for details about the options it supports. +.SH AUTHOR +Written by Jim Meyering. +.SH "REPORTING BUGS" +Report true bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report true translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B true +is maintained as a Texinfo manual. If the +.B info +and +.B true +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtrue invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/truncate.1 b/original/man1/truncate.1 new file mode 100644 index 0000000..6d7952f --- /dev/null +++ b/original/man1/truncate.1 @@ -0,0 +1,76 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TRUNCATE "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +truncate \- shrink or extend the size of a file to the specified size +.SH SYNOPSIS +.B truncate +\fIOPTION\fR... \fIFILE\fR... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Shrink or extend the size of each FILE to the specified size +.PP +A FILE argument that does not exist is created. +.PP +If a FILE is larger than the specified size, the extra data is lost. +If a FILE is shorter, it is extended and the extended part (hole) +reads as zero bytes. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-c\fR, \fB\-\-no\-create\fR +do not create any files +.TP +\fB\-o\fR, \fB\-\-io\-blocks\fR +treat SIZE as number of IO blocks instead of bytes +.TP +\fB\-r\fR, \fB\-\-reference\fR=\fIFILE\fR +use this FILE's size +.TP +\fB\-s\fR, \fB\-\-size\fR=\fISIZE\fR +use this SIZE +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +SIZE may be (or may be an integer optionally followed by) one of following: +KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. +.PP +SIZE may also be prefixed by one of the following modifying characters: +`+' extend by, `\-' reduce by, `<' at most, `>' at least, +`/' round down to multiple of, `%' round up to multiple of. +.PP +Note that the \fB\-r\fR and \fB\-s\fR options are mutually exclusive. +.SH AUTHOR +Written by Padraig Brady. +.SH "REPORTING BUGS" +Report truncate bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report truncate translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +dd(1), truncate(2), ftruncate(2) +.PP +The full documentation for +.B truncate +is maintained as a Texinfo manual. If the +.B info +and +.B truncate +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtruncate invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/tsort.1 b/original/man1/tsort.1 new file mode 100644 index 0000000..5e0fabd --- /dev/null +++ b/original/man1/tsort.1 @@ -0,0 +1,46 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TSORT "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +tsort \- perform topological sort +.SH SYNOPSIS +.B tsort +[\fIOPTION\fR] [\fIFILE\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Write totally ordered list consistent with the partial ordering in FILE. +With no FILE, or when FILE is \-, read standard input. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Mark Kettenis. +.SH "REPORTING BUGS" +Report tsort bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report tsort translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B tsort +is maintained as a Texinfo manual. If the +.B info +and +.B tsort +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtsort invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/tty.1 b/original/man1/tty.1 new file mode 100644 index 0000000..b5e77fe --- /dev/null +++ b/original/man1/tty.1 @@ -0,0 +1,48 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH TTY "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +tty \- print the file name of the terminal connected to standard input +.SH SYNOPSIS +.B tty +[\fIOPTION\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the file name of the terminal connected to standard input. +.TP +\fB\-s\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR +print nothing, only return an exit status +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report tty bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report tty translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B tty +is maintained as a Texinfo manual. If the +.B info +and +.B tty +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqtty invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/uname.1 b/original/man1/uname.1 new file mode 100644 index 0000000..b414031 --- /dev/null +++ b/original/man1/uname.1 @@ -0,0 +1,75 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH UNAME "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +uname \- print system information +.SH SYNOPSIS +.B uname +[\fIOPTION\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print certain system information. With no OPTION, same as \fB\-s\fR. +.TP +\fB\-a\fR, \fB\-\-all\fR +print all information, in the following order, +except omit \fB\-p\fR and \fB\-i\fR if unknown: +.TP +\fB\-s\fR, \fB\-\-kernel\-name\fR +print the kernel name +.TP +\fB\-n\fR, \fB\-\-nodename\fR +print the network node hostname +.TP +\fB\-r\fR, \fB\-\-kernel\-release\fR +print the kernel release +.TP +\fB\-v\fR, \fB\-\-kernel\-version\fR +print the kernel version +.TP +\fB\-m\fR, \fB\-\-machine\fR +print the machine hardware name +.TP +\fB\-p\fR, \fB\-\-processor\fR +print the processor type or "unknown" +.TP +\fB\-i\fR, \fB\-\-hardware\-platform\fR +print the hardware platform or "unknown" +.TP +\fB\-o\fR, \fB\-\-operating\-system\fR +print the operating system +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report uname bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report uname translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +arch(1), uname(2) +.PP +The full documentation for +.B uname +is maintained as a Texinfo manual. If the +.B info +and +.B uname +programs are properly installed at your site, the command +.IP +.B info coreutils \(aquname invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/unexpand.1 b/original/man1/unexpand.1 new file mode 100644 index 0000000..1323277 --- /dev/null +++ b/original/man1/unexpand.1 @@ -0,0 +1,62 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH UNEXPAND "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +unexpand \- convert spaces to tabs +.SH SYNOPSIS +.B unexpand +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Convert blanks in each FILE to tabs, writing to standard output. +With no FILE, or when FILE is \-, read standard input. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR, \fB\-\-all\fR +convert all blanks, instead of just initial blanks +.TP +\fB\-\-first\-only\fR +convert only leading sequences of blanks (overrides \fB\-a\fR) +.TP +\fB\-t\fR, \fB\-\-tabs\fR=\fIN\fR +have tabs N characters apart instead of 8 (enables \fB\-a\fR) +.TP +\fB\-t\fR, \fB\-\-tabs\fR=\fILIST\fR +use comma separated LIST of tab positions (enables \fB\-a\fR) +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report unexpand bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report unexpand translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +expand(1) +.PP +The full documentation for +.B unexpand +is maintained as a Texinfo manual. If the +.B info +and +.B unexpand +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqunexpand invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/uniq.1 b/original/man1/uniq.1 new file mode 100644 index 0000000..ece3ac7 --- /dev/null +++ b/original/man1/uniq.1 @@ -0,0 +1,88 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH UNIQ "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +uniq \- report or omit repeated lines +.SH SYNOPSIS +.B uniq +[\fIOPTION\fR]... [\fIINPUT \fR[\fIOUTPUT\fR]] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Filter adjacent matching lines from INPUT (or standard input), +writing to OUTPUT (or standard output). +.PP +With no options, matching lines are merged to the first occurrence. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-c\fR, \fB\-\-count\fR +prefix lines by the number of occurrences +.TP +\fB\-d\fR, \fB\-\-repeated\fR +only print duplicate lines +.TP +\fB\-D\fR, \fB\-\-all\-repeated\fR[=\fIdelimit\-method\fR] +print all duplicate lines +delimit\-method={none(default),prepend,separate} +Delimiting is done with blank lines +.TP +\fB\-f\fR, \fB\-\-skip\-fields\fR=\fIN\fR +avoid comparing the first N fields +.TP +\fB\-i\fR, \fB\-\-ignore\-case\fR +ignore differences in case when comparing +.TP +\fB\-s\fR, \fB\-\-skip\-chars\fR=\fIN\fR +avoid comparing the first N characters +.TP +\fB\-u\fR, \fB\-\-unique\fR +only print unique lines +.TP +\fB\-z\fR, \fB\-\-zero\-terminated\fR +end lines with 0 byte, not newline +.TP +\fB\-w\fR, \fB\-\-check\-chars\fR=\fIN\fR +compare no more than N characters in lines +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +A field is a run of blanks (usually spaces and/or TABs), then non\-blank +characters. Fields are skipped before chars. +.PP +Note: 'uniq' does not detect repeated lines unless they are adjacent. +You may want to sort the input first, or use `sort \fB\-u\fR' without `uniq'. +Also, comparisons honor the rules specified by `LC_COLLATE'. +.SH AUTHOR +Written by Richard M. Stallman and David MacKenzie. +.SH "REPORTING BUGS" +Report uniq bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report uniq translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +comm(1), join(1) +.PP +The full documentation for +.B uniq +is maintained as a Texinfo manual. If the +.B info +and +.B uniq +programs are properly installed at your site, the command +.IP +.B info coreutils \(aquniq invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/unlink.1 b/original/man1/unlink.1 new file mode 100644 index 0000000..f80b46d --- /dev/null +++ b/original/man1/unlink.1 @@ -0,0 +1,50 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH UNLINK "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +unlink \- call the unlink function to remove the specified file +.SH SYNOPSIS +.B unlink +\fIFILE\fR +.br +.B unlink +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Call the unlink function to remove the specified FILE. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Michael Stone. +.SH "REPORTING BUGS" +Report unlink bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report unlink translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +unlink(2) +.PP +The full documentation for +.B unlink +is maintained as a Texinfo manual. If the +.B info +and +.B unlink +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqunlink invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/uptime.1 b/original/man1/uptime.1 new file mode 100644 index 0000000..c885674 --- /dev/null +++ b/original/man1/uptime.1 @@ -0,0 +1,49 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH UPTIME "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +uptime \- tell how long the system has been running +.SH SYNOPSIS +.B uptime +[\fIOPTION\fR]... [\fIFILE\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the current time, the length of time the system has been up, +the number of users on the system, and the average number of jobs +in the run queue over the last 1, 5 and 15 minutes. Processes in +an uninterruptible sleep state also contribute to the load average. +If FILE is not specified, use /var/run/utmp. /var/log/wtmp as FILE is common. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi. +.SH "REPORTING BUGS" +Report uptime bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report uptime translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B uptime +is maintained as a Texinfo manual. If the +.B info +and +.B uptime +programs are properly installed at your site, the command +.IP +.B info coreutils \(aquptime invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/users.1 b/original/man1/users.1 new file mode 100644 index 0000000..de8cb1e --- /dev/null +++ b/original/man1/users.1 @@ -0,0 +1,46 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH USERS "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +users \- print the user names of users currently logged in to the current host +.SH SYNOPSIS +.B users +[\fIOPTION\fR]... [\fIFILE\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Output who is currently logged in according to FILE. +If FILE is not specified, use /var/run/utmp. /var/log/wtmp as FILE is common. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Joseph Arceneaux and David MacKenzie. +.SH "REPORTING BUGS" +Report users bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report users translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B users +is maintained as a Texinfo manual. If the +.B info +and +.B users +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqusers invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/vdir.1 b/original/man1/vdir.1 new file mode 100644 index 0000000..b734388 --- /dev/null +++ b/original/man1/vdir.1 @@ -0,0 +1,265 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH VDIR "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +vdir \- list directory contents +.SH SYNOPSIS +.B vdir +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +List information about the FILEs (the current directory by default). +Sort entries alphabetically if none of \fB\-cftuvSUX\fR nor \fB\-\-sort\fR. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-a\fR, \fB\-\-all\fR +do not ignore entries starting with . +.TP +\fB\-A\fR, \fB\-\-almost\-all\fR +do not list implied . and .. +.TP +\fB\-\-author\fR +with \fB\-l\fR, print the author of each file +.TP +\fB\-b\fR, \fB\-\-escape\fR +print C\-style escapes for nongraphic characters +.TP +\fB\-\-block\-size\fR=\fISIZE\fR +use SIZE\-byte blocks. See SIZE format below +.TP +\fB\-B\fR, \fB\-\-ignore\-backups\fR +do not list implied entries ending with ~ +.TP +\fB\-c\fR +with \fB\-lt\fR: sort by, and show, ctime (time of last +modification of file status information) +with \fB\-l\fR: show ctime and sort by name +otherwise: sort by ctime +.TP +\fB\-C\fR +list entries by columns +.TP +\fB\-\-color\fR[=\fIWHEN\fR] +colorize the output. WHEN defaults to `always' +or can be `never' or `auto'. More info below +.TP +\fB\-d\fR, \fB\-\-directory\fR +list directory entries instead of contents, +and do not dereference symbolic links +.TP +\fB\-D\fR, \fB\-\-dired\fR +generate output designed for Emacs' dired mode +.TP +\fB\-f\fR +do not sort, enable \fB\-aU\fR, disable \fB\-ls\fR \fB\-\-color\fR +.TP +\fB\-F\fR, \fB\-\-classify\fR +append indicator (one of */=>@|) to entries +.TP +\fB\-\-file\-type\fR +likewise, except do not append `*' +.TP +\fB\-\-format\fR=\fIWORD\fR +across \fB\-x\fR, commas \fB\-m\fR, horizontal \fB\-x\fR, long \fB\-l\fR, +single\-column \fB\-1\fR, verbose \fB\-l\fR, vertical \fB\-C\fR +.TP +\fB\-\-full\-time\fR +like \fB\-l\fR \fB\-\-time\-style\fR=\fIfull\-iso\fR +.TP +\fB\-g\fR +like \fB\-l\fR, but do not list owner +.TP +\fB\-\-group\-directories\-first\fR +group directories before files. +.IP +augment with a \fB\-\-sort\fR option, but any +use of \fB\-\-sort\fR=\fInone\fR (\fB\-U\fR) disables grouping +.TP +\fB\-G\fR, \fB\-\-no\-group\fR +in a long listing, don't print group names +.TP +\fB\-h\fR, \fB\-\-human\-readable\fR +with \fB\-l\fR, print sizes in human readable format +(e.g., 1K 234M 2G) +.TP +\fB\-\-si\fR +likewise, but use powers of 1000 not 1024 +.TP +\fB\-H\fR, \fB\-\-dereference\-command\-line\fR +follow symbolic links listed on the command line +.TP +\fB\-\-dereference\-command\-line\-symlink\-to\-dir\fR +follow each command line symbolic link +that points to a directory +.TP +\fB\-\-hide\fR=\fIPATTERN\fR +do not list implied entries matching shell PATTERN +(overridden by \fB\-a\fR or \fB\-A\fR) +.TP +\fB\-\-indicator\-style\fR=\fIWORD\fR +append indicator with style WORD to entry names: +none (default), slash (\fB\-p\fR), +file\-type (\fB\-\-file\-type\fR), classify (\fB\-F\fR) +.TP +\fB\-i\fR, \fB\-\-inode\fR +print the index number of each file +.TP +\fB\-I\fR, \fB\-\-ignore\fR=\fIPATTERN\fR +do not list implied entries matching shell PATTERN +.TP +\fB\-k\fR +like \fB\-\-block\-size\fR=\fI1K\fR +.TP +\fB\-l\fR +use a long listing format +.TP +\fB\-L\fR, \fB\-\-dereference\fR +when showing file information for a symbolic +link, show information for the file the link +references rather than for the link itself +.TP +\fB\-m\fR +fill width with a comma separated list of entries +.TP +\fB\-n\fR, \fB\-\-numeric\-uid\-gid\fR +like \fB\-l\fR, but list numeric user and group IDs +.TP +\fB\-N\fR, \fB\-\-literal\fR +print raw entry names (don't treat e.g. control +characters specially) +.TP +\fB\-o\fR +like \fB\-l\fR, but do not list group information +.TP +\fB\-p\fR, \fB\-\-indicator\-style\fR=\fIslash\fR +append / indicator to directories +.TP +\fB\-q\fR, \fB\-\-hide\-control\-chars\fR +print ? instead of non graphic characters +.TP +\fB\-\-show\-control\-chars\fR +show non graphic characters as\-is (default +unless program is `ls' and output is a terminal) +.TP +\fB\-Q\fR, \fB\-\-quote\-name\fR +enclose entry names in double quotes +.TP +\fB\-\-quoting\-style\fR=\fIWORD\fR +use quoting style WORD for entry names: +literal, locale, shell, shell\-always, c, escape +.TP +\fB\-r\fR, \fB\-\-reverse\fR +reverse order while sorting +.TP +\fB\-R\fR, \fB\-\-recursive\fR +list subdirectories recursively +.TP +\fB\-s\fR, \fB\-\-size\fR +print the allocated size of each file, in blocks +.TP +\fB\-S\fR +sort by file size +.TP +\fB\-\-sort\fR=\fIWORD\fR +sort by WORD instead of name: none \fB\-U\fR, +extension \fB\-X\fR, size \fB\-S\fR, time \fB\-t\fR, version \fB\-v\fR +.TP +\fB\-\-time\fR=\fIWORD\fR +with \fB\-l\fR, show time as WORD instead of modification +time: atime \fB\-u\fR, access \fB\-u\fR, use \fB\-u\fR, ctime \fB\-c\fR, +or status \fB\-c\fR; use specified time as sort key +if \fB\-\-sort\fR=\fItime\fR +.TP +\fB\-\-time\-style\fR=\fISTYLE\fR +with \fB\-l\fR, show times using style STYLE: +full\-iso, long\-iso, iso, locale, +FORMAT. +FORMAT is interpreted like `date'; if FORMAT is +FORMAT1FORMAT2, FORMAT1 applies to +non\-recent files and FORMAT2 to recent files; +if STYLE is prefixed with `posix\-', STYLE +takes effect only outside the POSIX locale +.TP +\fB\-t\fR +sort by modification time +.TP +\fB\-T\fR, \fB\-\-tabsize\fR=\fICOLS\fR +assume tab stops at each COLS instead of 8 +.TP +\fB\-u\fR +with \fB\-lt\fR: sort by, and show, access time +with \fB\-l\fR: show access time and sort by name +otherwise: sort by access time +.TP +\fB\-U\fR +do not sort; list entries in directory order +.TP +\fB\-v\fR +natural sort of (version) numbers within text +.TP +\fB\-w\fR, \fB\-\-width\fR=\fICOLS\fR +assume screen width instead of current value +.TP +\fB\-x\fR +list entries by lines instead of by columns +.TP +\fB\-X\fR +sort alphabetically by entry extension +.TP +\fB\-Z\fR, \fB\-\-context\fR +print any SELinux security context of each file +.TP +\fB\-1\fR +list one file per line +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +SIZE may be (or may be an integer optionally followed by) one of following: +KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. +.PP +Using color to distinguish file types is disabled both by default and +with \fB\-\-color\fR=\fInever\fR. With \fB\-\-color\fR=\fIauto\fR, ls emits color codes only when +standard output is connected to a terminal. The LS_COLORS environment +variable can change the settings. Use the dircolors command to set it. +.SS "Exit status:" +.TP +0 +if OK, +.TP +1 +if minor problems (e.g., cannot access subdirectory), +.TP +2 +if serious trouble (e.g., cannot access command\-line argument). +.SH AUTHOR +Written by Richard M. Stallman and David MacKenzie. +.SH "REPORTING BUGS" +Report vdir bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report vdir translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B vdir +is maintained as a Texinfo manual. If the +.B info +and +.B vdir +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqvdir invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/wc.1 b/original/man1/wc.1 new file mode 100644 index 0000000..b3a2980 --- /dev/null +++ b/original/man1/wc.1 @@ -0,0 +1,71 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH WC "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +wc \- print newline, word, and byte counts for each file +.SH SYNOPSIS +.B wc +[\fIOPTION\fR]... [\fIFILE\fR]... +.br +.B wc +[\fIOPTION\fR]... \fI--files0-from=F\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print newline, word, and byte counts for each FILE, and a total line if +more than one FILE is specified. With no FILE, or when FILE is \-, +read standard input. A word is a non\-zero\-length sequence of characters +delimited by white space. +.TP +\fB\-c\fR, \fB\-\-bytes\fR +print the byte counts +.TP +\fB\-m\fR, \fB\-\-chars\fR +print the character counts +.TP +\fB\-l\fR, \fB\-\-lines\fR +print the newline counts +.TP +\fB\-\-files0\-from\fR=\fIF\fR +read input from the files specified by +NUL\-terminated names in file F; +If F is \- then read names from standard input +.TP +\fB\-L\fR, \fB\-\-max\-line\-length\fR +print the length of the longest line +.TP +\fB\-w\fR, \fB\-\-words\fR +print the word counts +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Paul Rubin and David MacKenzie. +.SH "REPORTING BUGS" +Report wc bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report wc translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B wc +is maintained as a Texinfo manual. If the +.B info +and +.B wc +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqwc invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/who.1 b/original/man1/who.1 new file mode 100644 index 0000000..58bf16c --- /dev/null +++ b/original/man1/who.1 @@ -0,0 +1,96 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH WHO "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +who \- show who is logged on +.SH SYNOPSIS +.B who +[\fIOPTION\fR]... [ \fIFILE | ARG1 ARG2 \fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print information about users who are currently logged in. +.TP +\fB\-a\fR, \fB\-\-all\fR +same as \fB\-b\fR \fB\-d\fR \fB\-\-login\fR \fB\-p\fR \fB\-r\fR \fB\-t\fR \fB\-T\fR \fB\-u\fR +.TP +\fB\-b\fR, \fB\-\-boot\fR +time of last system boot +.TP +\fB\-d\fR, \fB\-\-dead\fR +print dead processes +.TP +\fB\-H\fR, \fB\-\-heading\fR +print line of column headings +.TP +\fB\-l\fR, \fB\-\-login\fR +print system login processes +.TP +\fB\-\-lookup\fR +attempt to canonicalize hostnames via DNS +.TP +\fB\-m\fR +only hostname and user associated with stdin +.TP +\fB\-p\fR, \fB\-\-process\fR +print active processes spawned by init +.TP +\fB\-q\fR, \fB\-\-count\fR +all login names and number of users logged on +.TP +\fB\-r\fR, \fB\-\-runlevel\fR +print current runlevel +.TP +\fB\-s\fR, \fB\-\-short\fR +print only name, line, and time (default) +.TP +\fB\-t\fR, \fB\-\-time\fR +print last system clock change +.TP +\fB\-T\fR, \fB\-w\fR, \fB\-\-mesg\fR +add user's message status as +, \- or ? +.TP +\fB\-u\fR, \fB\-\-users\fR +list users logged in +.TP +\fB\-\-message\fR +same as \fB\-T\fR +.TP +\fB\-\-writable\fR +same as \fB\-T\fR +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +If FILE is not specified, use /var/run/utmp. /var/log/wtmp as FILE is common. +If ARG1 ARG2 given, \fB\-m\fR presumed: `am i' or `mom likes' are usual. +.SH AUTHOR +Written by Joseph Arceneaux, David MacKenzie, and Michael Stone. +.SH "REPORTING BUGS" +Report who bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report who translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B who +is maintained as a Texinfo manual. If the +.B info +and +.B who +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqwho invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/whoami.1 b/original/man1/whoami.1 new file mode 100644 index 0000000..2ed40b1 --- /dev/null +++ b/original/man1/whoami.1 @@ -0,0 +1,46 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH WHOAMI "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +whoami \- print effective userid +.SH SYNOPSIS +.B whoami +[\fIOPTION\fR]... +.SH DESCRIPTION +.\" Add any additional description here +.PP +Print the user name associated with the current effective user ID. +Same as id \fB\-un\fR. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Richard Mlynarik. +.SH "REPORTING BUGS" +Report whoami bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report whoami translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B whoami +is maintained as a Texinfo manual. If the +.B info +and +.B whoami +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqwhoami invocation\(aq +.PP +should give you access to the complete manual. diff --git a/original/man1/yes.1 b/original/man1/yes.1 new file mode 100644 index 0000000..b8c7c39 --- /dev/null +++ b/original/man1/yes.1 @@ -0,0 +1,48 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH YES "1" "April 2010" "GNU coreutils 8.5" "User Commands" +.SH NAME +yes \- output a string repeatedly until killed +.SH SYNOPSIS +.B yes +[\fISTRING\fR]... +.br +.B yes +\fIOPTION\fR +.SH DESCRIPTION +.\" Add any additional description here +.PP +Repeatedly output a line with all specified STRING(s), or `y'. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by David MacKenzie. +.SH "REPORTING BUGS" +Report yes bugs to bug\-coreutils@gnu.org +.br +GNU coreutils home page: +.br +General help using GNU software: +.br +Report yes translation bugs to +.SH COPYRIGHT +Copyright \(co 2010 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B yes +is maintained as a Texinfo manual. If the +.B info +and +.B yes +programs are properly installed at your site, the command +.IP +.B info coreutils \(aqyes invocation\(aq +.PP +should give you access to the complete manual. diff --git a/po4a/coreutils.cfg b/po4a/coreutils.cfg new file mode 100644 index 0000000..5f869bd --- /dev/null +++ b/po4a/coreutils.cfg @@ -0,0 +1,202 @@ +[po_directory] po4a + +[type: man] original/man1/base64.1 $lang:release/man1/base64.1 \ + opt:"-o generated" +[type: man] original/man1/basename.1 $lang:release/man1/basename.1 \ + opt:"-o generated" +[type: man] original/man1/cat.1 $lang:release/man1/cat.1 \ + opt:"-o generated" +[type: man] original/man1/chcon.1 $lang:release/man1/chcon.1 \ + opt:"-o generated" +[type: man] original/man1/chgrp.1 $lang:release/man1/chgrp.1 \ + opt:"-o generated" +[type: man] original/man1/chmod.1 $lang:release/man1/chmod.1 \ + opt:"-o generated" +[type: man] original/man1/chown.1 $lang:release/man1/chown.1 \ + opt:"-o generated" +[type: man] original/man1/chroot.1 $lang:release/man1/chroot.1 \ + opt:"-o generated" +[type: man] original/man1/cksum.1 $lang:release/man1/cksum.1 \ + opt:"-o generated" +[type: man] original/man1/comm.1 $lang:release/man1/comm.1 \ + opt:"-o generated" +[type: man] original/man1/cp.1 $lang:release/man1/cp.1 \ + opt:"-o generated" +[type: man] original/man1/csplit.1 $lang:release/man1/csplit.1 \ + opt:"-o generated" +[type: man] original/man1/cut.1 $lang:release/man1/cut.1 \ + opt:"-o generated" +[type: man] original/man1/date.1 $lang:release/man1/date.1 \ + opt:"-o generated" +[type: man] original/man1/dd.1 $lang:release/man1/dd.1 \ + opt:"-o generated" +[type: man] original/man1/df.1 $lang:release/man1/df.1 \ + opt:"-o generated" +[type: man] original/man1/dir.1 $lang:release/man1/dir.1 \ + opt:"-o generated" +[type: man] original/man1/dircolors.1 $lang:release/man1/dircolors.1 \ + opt:"-o generated" +[type: man] original/man1/dirname.1 $lang:release/man1/dirname.1 \ + opt:"-o generated" +[type: man] original/man1/du.1 $lang:release/man1/du.1 \ + opt:"-o generated" +[type: man] original/man1/echo.1 $lang:release/man1/echo.1 \ + opt:"-o generated" +[type: man] original/man1/env.1 $lang:release/man1/env.1 \ + opt:"-o generated" +[type: man] original/man1/expand.1 $lang:release/man1/expand.1 \ + opt:"-o generated" +[type: man] original/man1/expr.1 $lang:release/man1/expr.1 \ + opt:"-o generated" +[type: man] original/man1/factor.1 $lang:release/man1/factor.1 \ + opt:"-o generated" +[type: man] original/man1/false.1 $lang:release/man1/false.1 \ + opt:"-o generated" +[type: man] original/man1/fmt.1 $lang:release/man1/fmt.1 \ + opt:"-o generated" +[type: man] original/man1/fold.1 $lang:release/man1/fold.1 \ + opt:"-o generated" +[type: man] original/man1/groups.1 $lang:release/man1/groups.1 \ + opt:"-o generated" +[type: man] original/man1/head.1 $lang:release/man1/head.1 \ + opt:"-o generated" +[type: man] original/man1/hostid.1 $lang:release/man1/hostid.1 \ + opt:"-o generated" +[type: man] original/man1/id.1 $lang:release/man1/id.1 \ + opt:"-o generated" +[type: man] original/man1/install.1 $lang:release/man1/install.1 \ + opt:"-o generated" +[type: man] original/man1/join.1 $lang:release/man1/join.1 \ + opt:"-o generated" +[type: man] original/man1/kill.1 $lang:release/man1/kill.1 \ + opt:"-o generated" +[type: man] original/man1/link.1 $lang:release/man1/link.1 \ + opt:"-o generated" +[type: man] original/man1/ln.1 $lang:release/man1/ln.1 \ + opt:"-o generated" +[type: man] original/man1/logname.1 $lang:release/man1/logname.1 \ + opt:"-o generated" +[type: man] original/man1/ls.1 $lang:release/man1/ls.1 \ + opt:"-o generated" +[type: man] original/man1/md5sum.1 $lang:release/man1/md5sum.1 \ + opt:"-o generated" +[type: man] original/man1/mkdir.1 $lang:release/man1/mkdir.1 \ + opt:"-o generated" +[type: man] original/man1/mkfifo.1 $lang:release/man1/mkfifo.1 \ + opt:"-o generated" +[type: man] original/man1/mknod.1 $lang:release/man1/mknod.1 \ + opt:"-o generated" +[type: man] original/man1/mktemp.1 $lang:release/man1/mktemp.1 \ + opt:"-o generated" +[type: man] original/man1/mv.1 $lang:release/man1/mv.1 \ + opt:"-o generated" +[type: man] original/man1/nice.1 $lang:release/man1/nice.1 \ + opt:"-o generated" +[type: man] original/man1/nl.1 $lang:release/man1/nl.1 \ + opt:"-o generated" +[type: man] original/man1/nohup.1 $lang:release/man1/nohup.1 \ + opt:"-o generated" +[type: man] original/man1/nproc.1 $lang:release/man1/nproc.1 \ + opt:"-o generated" +[type: man] original/man1/od.1 $lang:release/man1/od.1 \ + opt:"-o generated" +[type: man] original/man1/paste.1 $lang:release/man1/paste.1 \ + opt:"-o generated" +[type: man] original/man1/pathchk.1 $lang:release/man1/pathchk.1 \ + opt:"-o generated" +[type: man] original/man1/pinky.1 $lang:release/man1/pinky.1 \ + opt:"-o generated" +[type: man] original/man1/pr.1 $lang:release/man1/pr.1 \ + opt:"-o generated" +[type: man] original/man1/printenv.1 $lang:release/man1/printenv.1 \ + opt:"-o generated" +[type: man] original/man1/printf.1 $lang:release/man1/printf.1 \ + opt:"-o generated" +[type: man] original/man1/ptx.1 $lang:release/man1/ptx.1 \ + opt:"-o generated" +[type: man] original/man1/pwd.1 $lang:release/man1/pwd.1 \ + opt:"-o generated" +[type: man] original/man1/readlink.1 $lang:release/man1/readlink.1 \ + opt:"-o generated" +[type: man] original/man1/rm.1 $lang:release/man1/rm.1 \ + opt:"-o generated" +[type: man] original/man1/rmdir.1 $lang:release/man1/rmdir.1 \ + opt:"-o generated" +[type: man] original/man1/runcon.1 $lang:release/man1/runcon.1 \ + opt:"-o generated" +[type: man] original/man1/seq.1 $lang:release/man1/seq.1 \ + opt:"-o generated" +[type: man] original/man1/sha1sum.1 $lang:release/man1/sha1sum.1 \ + opt:"-o generated" +[type: man] original/man1/sha224sum.1 $lang:release/man1/sha224sum.1 \ + opt:"-o generated" +[type: man] original/man1/sha256sum.1 $lang:release/man1/sha256sum.1 \ + opt:"-o generated" +[type: man] original/man1/sha384sum.1 $lang:release/man1/sha384sum.1 \ + opt:"-o generated" +[type: man] original/man1/sha512sum.1 $lang:release/man1/sha512sum.1 \ + opt:"-o generated" +[type: man] original/man1/shred.1 $lang:release/man1/shred.1 \ + opt:"-o generated" +[type: man] original/man1/shuf.1 $lang:release/man1/shuf.1 \ + opt:"-o generated" +[type: man] original/man1/sleep.1 $lang:release/man1/sleep.1 \ + opt:"-o generated" +[type: man] original/man1/sort.1 $lang:release/man1/sort.1 \ + opt:"-o generated" +[type: man] original/man1/split.1 $lang:release/man1/split.1 \ + opt:"-o generated" +[type: man] original/man1/stat.1 $lang:release/man1/stat.1 \ + opt:"-o generated" +[type: man] original/man1/stdbuf.1 $lang:release/man1/stdbuf.1 \ + opt:"-o generated" +[type: man] original/man1/stty.1 $lang:release/man1/stty.1 \ + opt:"-o generated" +[type: man] original/man1/sum.1 $lang:release/man1/sum.1 \ + opt:"-o generated" +[type: man] original/man1/sync.1 $lang:release/man1/sync.1 \ + opt:"-o generated" +[type: man] original/man1/tac.1 $lang:release/man1/tac.1 \ + opt:"-o generated" +[type: man] original/man1/tail.1 $lang:release/man1/tail.1 \ + opt:"-o generated" +[type: man] original/man1/tee.1 $lang:release/man1/tee.1 \ + opt:"-o generated" +[type: man] original/man1/test.1 $lang:release/man1/test.1 \ + opt:"-o generated" +[type: man] original/man1/timeout.1 $lang:release/man1/timeout.1 \ + opt:"-o generated" +[type: man] original/man1/touch.1 $lang:release/man1/touch.1 \ + opt:"-o generated" +[type: man] original/man1/tr.1 $lang:release/man1/tr.1 \ + opt:"-o generated" +[type: man] original/man1/true.1 $lang:release/man1/true.1 \ + opt:"-o generated" +[type: man] original/man1/truncate.1 $lang:release/man1/truncate.1 \ + opt:"-o generated" +[type: man] original/man1/tsort.1 $lang:release/man1/tsort.1 \ + opt:"-o generated" +[type: man] original/man1/tty.1 $lang:release/man1/tty.1 \ + opt:"-o generated" +[type: man] original/man1/uname.1 $lang:release/man1/uname.1 \ + opt:"-o generated" +[type: man] original/man1/unexpand.1 $lang:release/man1/unexpand.1 \ + opt:"-o generated" +[type: man] original/man1/uniq.1 $lang:release/man1/uniq.1 \ + opt:"-o generated" +[type: man] original/man1/unlink.1 $lang:release/man1/unlink.1 \ + opt:"-o generated" +[type: man] original/man1/uptime.1 $lang:release/man1/uptime.1 \ + opt:"-o generated" +[type: man] original/man1/users.1 $lang:release/man1/users.1 \ + opt:"-o generated" +[type: man] original/man1/vdir.1 $lang:release/man1/vdir.1 \ + opt:"-o generated" +[type: man] original/man1/wc.1 $lang:release/man1/wc.1 \ + opt:"-o generated" +[type: man] original/man1/who.1 $lang:release/man1/who.1 \ + opt:"-o generated" +[type: man] original/man1/whoami.1 $lang:release/man1/whoami.1 \ + opt:"-o generated" +[type: man] original/man1/yes.1 $lang:release/man1/yes.1 \ + opt:"-o generated" diff --git a/po4a/coreutils.pot b/po4a/coreutils.pot new file mode 100644 index 0000000..7f07165 --- /dev/null +++ b/po4a/coreutils.pot @@ -0,0 +1,15901 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2012-03-21 21:23+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: original/man1/base64.1:2 +#, no-wrap +msgid "BASE64" +msgstr "" + +#. type: TH +#: original/man1/base64.1:2 original/man1/basename.1:2 original/man1/cat.1:2 original/man1/chcon.1:2 original/man1/chgrp.1:2 original/man1/chmod.1:2 original/man1/chown.1:2 original/man1/chroot.1:2 original/man1/cksum.1:2 original/man1/comm.1:2 original/man1/cp.1:2 original/man1/csplit.1:2 original/man1/cut.1:2 original/man1/date.1:2 original/man1/dd.1:2 original/man1/df.1:2 original/man1/dir.1:2 original/man1/dircolors.1:2 original/man1/dirname.1:2 original/man1/du.1:2 original/man1/echo.1:2 original/man1/env.1:2 original/man1/expand.1:2 original/man1/expr.1:2 original/man1/factor.1:2 original/man1/false.1:2 original/man1/fmt.1:2 original/man1/fold.1:2 original/man1/groups.1:2 original/man1/head.1:2 original/man1/hostid.1:2 original/man1/id.1:2 original/man1/install.1:2 original/man1/join.1:2 original/man1/kill.1:2 original/man1/link.1:2 original/man1/ln.1:2 original/man1/logname.1:2 original/man1/ls.1:2 original/man1/md5sum.1:2 original/man1/mkdir.1:2 original/man1/mkfifo.1:2 original/man1/mknod.1:2 original/man1/mktemp.1:2 original/man1/mv.1:2 original/man1/nice.1:2 original/man1/nl.1:2 original/man1/nohup.1:2 original/man1/nproc.1:2 original/man1/od.1:2 original/man1/paste.1:2 original/man1/pathchk.1:2 original/man1/pinky.1:2 original/man1/pr.1:2 original/man1/printenv.1:2 original/man1/printf.1:2 original/man1/ptx.1:2 original/man1/pwd.1:2 original/man1/readlink.1:2 original/man1/rm.1:2 original/man1/rmdir.1:2 original/man1/runcon.1:2 original/man1/seq.1:2 original/man1/sha1sum.1:2 original/man1/sha224sum.1:2 original/man1/sha256sum.1:2 original/man1/sha384sum.1:2 original/man1/sha512sum.1:2 original/man1/shred.1:2 original/man1/shuf.1:2 original/man1/sleep.1:2 original/man1/sort.1:2 original/man1/split.1:2 original/man1/stat.1:2 original/man1/stdbuf.1:2 original/man1/stty.1:2 original/man1/sum.1:2 original/man1/sync.1:2 original/man1/tac.1:2 original/man1/tail.1:2 original/man1/tee.1:2 original/man1/test.1:2 original/man1/timeout.1:2 original/man1/touch.1:2 original/man1/tr.1:2 original/man1/true.1:2 original/man1/truncate.1:2 original/man1/tsort.1:2 original/man1/tty.1:2 original/man1/uname.1:2 original/man1/unexpand.1:2 original/man1/uniq.1:2 original/man1/unlink.1:2 original/man1/uptime.1:2 original/man1/users.1:2 original/man1/vdir.1:2 original/man1/wc.1:2 original/man1/who.1:2 original/man1/whoami.1:2 original/man1/yes.1:2 +#, no-wrap +msgid "April 2010" +msgstr "" + +#. type: TH +#: original/man1/base64.1:2 original/man1/basename.1:2 original/man1/cat.1:2 original/man1/chcon.1:2 original/man1/chgrp.1:2 original/man1/chmod.1:2 original/man1/chown.1:2 original/man1/chroot.1:2 original/man1/cksum.1:2 original/man1/comm.1:2 original/man1/cp.1:2 original/man1/csplit.1:2 original/man1/cut.1:2 original/man1/date.1:2 original/man1/dd.1:2 original/man1/df.1:2 original/man1/dir.1:2 original/man1/dircolors.1:2 original/man1/dirname.1:2 original/man1/du.1:2 original/man1/echo.1:2 original/man1/env.1:2 original/man1/expand.1:2 original/man1/expr.1:2 original/man1/factor.1:2 original/man1/false.1:2 original/man1/fmt.1:2 original/man1/fold.1:2 original/man1/groups.1:2 original/man1/head.1:2 original/man1/hostid.1:2 original/man1/id.1:2 original/man1/install.1:2 original/man1/join.1:2 original/man1/kill.1:2 original/man1/link.1:2 original/man1/ln.1:2 original/man1/logname.1:2 original/man1/ls.1:2 original/man1/md5sum.1:2 original/man1/mkdir.1:2 original/man1/mkfifo.1:2 original/man1/mknod.1:2 original/man1/mktemp.1:2 original/man1/mv.1:2 original/man1/nice.1:2 original/man1/nl.1:2 original/man1/nohup.1:2 original/man1/nproc.1:2 original/man1/od.1:2 original/man1/paste.1:2 original/man1/pathchk.1:2 original/man1/pinky.1:2 original/man1/pr.1:2 original/man1/printenv.1:2 original/man1/printf.1:2 original/man1/ptx.1:2 original/man1/pwd.1:2 original/man1/readlink.1:2 original/man1/rm.1:2 original/man1/rmdir.1:2 original/man1/runcon.1:2 original/man1/seq.1:2 original/man1/sha1sum.1:2 original/man1/sha224sum.1:2 original/man1/sha256sum.1:2 original/man1/sha384sum.1:2 original/man1/sha512sum.1:2 original/man1/shred.1:2 original/man1/shuf.1:2 original/man1/sleep.1:2 original/man1/sort.1:2 original/man1/split.1:2 original/man1/stat.1:2 original/man1/stdbuf.1:2 original/man1/stty.1:2 original/man1/sum.1:2 original/man1/sync.1:2 original/man1/tac.1:2 original/man1/tail.1:2 original/man1/tee.1:2 original/man1/test.1:2 original/man1/timeout.1:2 original/man1/touch.1:2 original/man1/tr.1:2 original/man1/true.1:2 original/man1/truncate.1:2 original/man1/tsort.1:2 original/man1/tty.1:2 original/man1/uname.1:2 original/man1/unexpand.1:2 original/man1/uniq.1:2 original/man1/unlink.1:2 original/man1/uptime.1:2 original/man1/users.1:2 original/man1/vdir.1:2 original/man1/wc.1:2 original/man1/who.1:2 original/man1/whoami.1:2 original/man1/yes.1:2 +#, no-wrap +msgid "GNU coreutils 8.5" +msgstr "" + +#. type: TH +#: original/man1/base64.1:2 original/man1/basename.1:2 original/man1/cat.1:2 original/man1/chcon.1:2 original/man1/chgrp.1:2 original/man1/chmod.1:2 original/man1/chown.1:2 original/man1/chroot.1:2 original/man1/cksum.1:2 original/man1/comm.1:2 original/man1/cp.1:2 original/man1/csplit.1:2 original/man1/cut.1:2 original/man1/date.1:2 original/man1/dd.1:2 original/man1/df.1:2 original/man1/dir.1:2 original/man1/dircolors.1:2 original/man1/dirname.1:2 original/man1/du.1:2 original/man1/echo.1:2 original/man1/env.1:2 original/man1/expand.1:2 original/man1/expr.1:2 original/man1/factor.1:2 original/man1/false.1:2 original/man1/fmt.1:2 original/man1/fold.1:2 original/man1/groups.1:2 original/man1/head.1:2 original/man1/hostid.1:2 original/man1/id.1:2 original/man1/install.1:2 original/man1/join.1:2 original/man1/kill.1:2 original/man1/link.1:2 original/man1/ln.1:2 original/man1/logname.1:2 original/man1/ls.1:2 original/man1/md5sum.1:2 original/man1/mkdir.1:2 original/man1/mkfifo.1:2 original/man1/mknod.1:2 original/man1/mktemp.1:2 original/man1/mv.1:2 original/man1/nice.1:2 original/man1/nl.1:2 original/man1/nohup.1:2 original/man1/nproc.1:2 original/man1/od.1:2 original/man1/paste.1:2 original/man1/pathchk.1:2 original/man1/pinky.1:2 original/man1/pr.1:2 original/man1/printenv.1:2 original/man1/printf.1:2 original/man1/ptx.1:2 original/man1/pwd.1:2 original/man1/readlink.1:2 original/man1/rm.1:2 original/man1/rmdir.1:2 original/man1/runcon.1:2 original/man1/seq.1:2 original/man1/sha1sum.1:2 original/man1/sha224sum.1:2 original/man1/sha256sum.1:2 original/man1/sha384sum.1:2 original/man1/sha512sum.1:2 original/man1/shred.1:2 original/man1/shuf.1:2 original/man1/sleep.1:2 original/man1/sort.1:2 original/man1/split.1:2 original/man1/stat.1:2 original/man1/stdbuf.1:2 original/man1/stty.1:2 original/man1/sum.1:2 original/man1/sync.1:2 original/man1/tac.1:2 original/man1/tail.1:2 original/man1/tee.1:2 original/man1/test.1:2 original/man1/timeout.1:2 original/man1/touch.1:2 original/man1/tr.1:2 original/man1/true.1:2 original/man1/truncate.1:2 original/man1/tsort.1:2 original/man1/tty.1:2 original/man1/uname.1:2 original/man1/unexpand.1:2 original/man1/uniq.1:2 original/man1/unlink.1:2 original/man1/uptime.1:2 original/man1/users.1:2 original/man1/vdir.1:2 original/man1/wc.1:2 original/man1/who.1:2 original/man1/whoami.1:2 original/man1/yes.1:2 +#, no-wrap +msgid "User Commands" +msgstr "" + +#. type: SH +#: original/man1/base64.1:3 original/man1/basename.1:3 original/man1/cat.1:3 original/man1/chcon.1:3 original/man1/chgrp.1:3 original/man1/chmod.1:3 original/man1/chown.1:3 original/man1/chroot.1:3 original/man1/cksum.1:3 original/man1/comm.1:3 original/man1/cp.1:3 original/man1/csplit.1:3 original/man1/cut.1:3 original/man1/date.1:3 original/man1/dd.1:3 original/man1/df.1:3 original/man1/dir.1:3 original/man1/dircolors.1:3 original/man1/dirname.1:3 original/man1/du.1:3 original/man1/echo.1:3 original/man1/env.1:3 original/man1/expand.1:3 original/man1/expr.1:3 original/man1/factor.1:3 original/man1/false.1:3 original/man1/fmt.1:3 original/man1/fold.1:3 original/man1/groups.1:3 original/man1/head.1:3 original/man1/hostid.1:3 original/man1/id.1:3 original/man1/install.1:3 original/man1/join.1:3 original/man1/kill.1:3 original/man1/link.1:3 original/man1/ln.1:3 original/man1/logname.1:3 original/man1/ls.1:3 original/man1/md5sum.1:3 original/man1/mkdir.1:3 original/man1/mkfifo.1:3 original/man1/mknod.1:3 original/man1/mktemp.1:3 original/man1/mv.1:3 original/man1/nice.1:3 original/man1/nl.1:3 original/man1/nohup.1:3 original/man1/nproc.1:3 original/man1/od.1:3 original/man1/paste.1:3 original/man1/pathchk.1:3 original/man1/pinky.1:3 original/man1/pr.1:3 original/man1/printenv.1:3 original/man1/printf.1:3 original/man1/ptx.1:3 original/man1/pwd.1:3 original/man1/readlink.1:3 original/man1/rm.1:3 original/man1/rmdir.1:3 original/man1/runcon.1:3 original/man1/seq.1:3 original/man1/sha1sum.1:3 original/man1/sha224sum.1:3 original/man1/sha256sum.1:3 original/man1/sha384sum.1:3 original/man1/sha512sum.1:3 original/man1/shred.1:3 original/man1/shuf.1:3 original/man1/sleep.1:3 original/man1/sort.1:3 original/man1/split.1:3 original/man1/stat.1:3 original/man1/stdbuf.1:3 original/man1/stty.1:3 original/man1/sum.1:3 original/man1/sync.1:3 original/man1/tac.1:3 original/man1/tail.1:3 original/man1/tee.1:3 original/man1/test.1:3 original/man1/timeout.1:3 original/man1/touch.1:3 original/man1/tr.1:3 original/man1/true.1:3 original/man1/truncate.1:3 original/man1/tsort.1:3 original/man1/tty.1:3 original/man1/uname.1:3 original/man1/unexpand.1:3 original/man1/uniq.1:3 original/man1/unlink.1:3 original/man1/uptime.1:3 original/man1/users.1:3 original/man1/vdir.1:3 original/man1/wc.1:3 original/man1/who.1:3 original/man1/whoami.1:3 original/man1/yes.1:3 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: original/man1/base64.1:5 +msgid "base64 - base64 encode/decode data and print to standard output" +msgstr "" + +#. type: SH +#: original/man1/base64.1:5 original/man1/basename.1:5 original/man1/cat.1:5 original/man1/chcon.1:5 original/man1/chgrp.1:5 original/man1/chmod.1:5 original/man1/chown.1:5 original/man1/chroot.1:5 original/man1/cksum.1:5 original/man1/comm.1:5 original/man1/cp.1:5 original/man1/csplit.1:5 original/man1/cut.1:5 original/man1/date.1:5 original/man1/dd.1:5 original/man1/df.1:5 original/man1/dir.1:5 original/man1/dircolors.1:5 original/man1/dirname.1:5 original/man1/du.1:5 original/man1/echo.1:5 original/man1/env.1:5 original/man1/expand.1:5 original/man1/expr.1:5 original/man1/factor.1:5 original/man1/false.1:5 original/man1/fmt.1:5 original/man1/fold.1:5 original/man1/groups.1:5 original/man1/head.1:5 original/man1/hostid.1:5 original/man1/id.1:5 original/man1/install.1:5 original/man1/join.1:5 original/man1/kill.1:5 original/man1/link.1:5 original/man1/ln.1:5 original/man1/logname.1:5 original/man1/ls.1:5 original/man1/md5sum.1:5 original/man1/mkdir.1:5 original/man1/mkfifo.1:5 original/man1/mknod.1:5 original/man1/mktemp.1:5 original/man1/mv.1:5 original/man1/nice.1:5 original/man1/nl.1:5 original/man1/nohup.1:5 original/man1/nproc.1:5 original/man1/od.1:5 original/man1/paste.1:5 original/man1/pathchk.1:5 original/man1/pinky.1:5 original/man1/pr.1:5 original/man1/printenv.1:5 original/man1/printf.1:5 original/man1/ptx.1:5 original/man1/pwd.1:5 original/man1/readlink.1:5 original/man1/rm.1:5 original/man1/rmdir.1:5 original/man1/runcon.1:5 original/man1/seq.1:5 original/man1/sha1sum.1:5 original/man1/sha224sum.1:5 original/man1/sha256sum.1:5 original/man1/sha384sum.1:5 original/man1/sha512sum.1:5 original/man1/shred.1:5 original/man1/shuf.1:5 original/man1/sleep.1:5 original/man1/sort.1:5 original/man1/split.1:5 original/man1/stat.1:5 original/man1/stdbuf.1:5 original/man1/stty.1:5 original/man1/sum.1:5 original/man1/sync.1:5 original/man1/tac.1:5 original/man1/tail.1:5 original/man1/tee.1:5 original/man1/test.1:5 original/man1/timeout.1:5 original/man1/touch.1:5 original/man1/tr.1:5 original/man1/true.1:5 original/man1/truncate.1:5 original/man1/tsort.1:5 original/man1/tty.1:5 original/man1/uname.1:5 original/man1/unexpand.1:5 original/man1/uniq.1:5 original/man1/unlink.1:5 original/man1/uptime.1:5 original/man1/users.1:5 original/man1/vdir.1:5 original/man1/wc.1:5 original/man1/who.1:5 original/man1/whoami.1:5 original/man1/yes.1:5 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: original/man1/base64.1:8 +msgid "B [I