/usr/share/doc/util-linux
NameSizeModeActions
examples/-0755rm
releases/-0755rm
00-about-docs.txt2600644editdlrm
AUTHORS.gz151130644editdlrm
blkid.txt32580644editdlrm
cal.txt22620644editdlrm
changelog.Debian.gz26540644editdlrm
col.txt19130644editdlrm
copyright230450644editdlrm
deprecated.txt30860644editdlrm
getopt.txt9920644editdlrm
getopt_changelog.txt19270644editdlrm
howto-build-sys.txt31930644editdlrm
howto-compilation.txt29450644editdlrm
howto-contribute.txt.gz34370644editdlrm
howto-debug.txt24370644editdlrm
howto-man-page.txt1260644editdlrm
howto-pull-request.txt.gz42600644editdlrm
howto-tests.txt.gz17060644editdlrm
howto-usage-function.txt.gz23280644editdlrm
hwclock.txt1470644editdlrm
modems-with-agetty.txt26140644editdlrm
mount.txt5210644editdlrm
NEWS.Debian.gz18970644editdlrm
PAM-configuration.txt6710644editdlrm
parse-date.txt.gz81240644editdlrm
pg.txt4480644editdlrm
poeigl.txt.gz88670644editdlrm
README.Debian4810644editdlrm
release-schedule.txt13540644editdlrm
Edit: /usr/share/doc/util-linux/getopt.txt (992B)
This package contains a reimplementation of getopt(1). PREFACE Getopt(1) is a program to help shell scripts parse command-line parameters. HIGHLIGHTS It can do anything that the GNU getopt(3) routines can do. It can cope with spaces and shell metacharacters within arguments. It can parse long parameters. It can shuffle parameters, so you can mix options and other parameters on the command-line. It can be easily identified as an enhanced getopt(1) from within shell scripts. It can report parse errors as coming from the shell script. It is fully compatible with other getopt(1) implementations. COPYING This program comes under the GNU general public license version 2. See the file COPYING included in this package. Note that though you may freely copy it, it is copyright (c) 1997-2005 by Frodo Looijaard . Files in the gnu directory are from glibc-2.0.4: copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.