~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/coreutils.info

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
* nl: (coreutils)nl invocation.                 Number lines and write files.
63
63
* nohup: (coreutils)nohup invocation.           Immunize to hangups.
64
64
* nproc: (coreutils)nproc invocation.           Print the number of processors.
 
65
* numfmt: (coreutils)numfmt invocation.         Reformat numbers.
65
66
* od: (coreutils)od invocation.                 Dump files in octal, etc.
66
67
* paste: (coreutils)paste invocation.           Merge lines of files.
67
68
* pathchk: (coreutils)pathchk invocation.       Check file name portability.
112
113
* yes: (coreutils)yes invocation.               Print a string indefinitely.
113
114
END-INFO-DIR-ENTRY
114
115
 
115
 
   This manual documents version 8.20 of the GNU core utilities,
 
116
   This manual documents version 8.21 of the GNU core utilities,
116
117
including the standard programs for text and file manipulation.
117
118
 
118
 
   Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
119
   Copyright (C) 1994-2013 Free Software Foundation, Inc.
119
120
 
120
121
     Permission is granted to copy, distribute and/or modify this
121
122
     document under the terms of the GNU Free Documentation License,
130
131
GNU Coreutils
131
132
*************
132
133
 
133
 
This manual documents version 8.20 of the GNU core utilities, including
 
134
This manual documents version 8.21 of the GNU core utilities, including
134
135
the standard programs for text and file manipulation.
135
136
 
136
 
   Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
137
   Copyright (C) 1994-2013 Free Software Foundation, Inc.
137
138
 
138
139
     Permission is granted to copy, distribute and/or modify this
139
140
     document under the terms of the GNU Free Documentation License,
204
205
Formatting file contents
205
206
 
206
207
* fmt invocation::               Reformat paragraph text
 
208
* numfmt invocation::            Reformat numbers
207
209
* pr invocation::                Paginate or columnate files for printing
208
210
* fold invocation::              Wrap input lines to fit in specified width
209
211
 
 
212
`numfmt': General Options, Units
 
213
 
210
214
Output of parts of files
211
215
 
212
216
* head invocation::              Output the first part of files
435
439
* General date syntax::          Common rules
436
440
* Calendar date items::          19 Dec 1994
437
441
* Time of day items::            9:20pm
438
 
* Time zone items::              EST, PDT, GMT
 
442
* Time zone items::              EST, PDT, UTC, ...
 
443
* Combined date and time of day items:: 1972-09-24T20:02:00,000000-0500
439
444
* Day of week items::            Monday and others
440
445
* Relative items in date strings:: next tuesday, 2 years ago
441
446
* Pure numbers in date strings:: 19931219, 1440
442
447
* Seconds since the Epoch::      @1078100502
443
448
* Specifying time zone rules::   TZ="America/New_York", TZ="UTC0"
444
 
* Authors of parse_datetime::    Bellovin, Eggert, Salz, Berets, et al
 
449
* Authors of parse_datetime::    Bellovin, Eggert, Salz, Berets, et al.
445
450
 
446
451
Opening the software toolbox
447
452
 
575
580
   However, some of the programs documented here do produce other exit
576
581
status values and a few associate different meanings with the values
577
582
`0' and `1'.  Here are some of the exceptions: `chroot', `env', `expr',
578
 
`nice', `nohup', `printenv', `sort', `stdbuf', `test', `timeout', `tty'.
 
583
`nice', `nohup', `numfmt', `printenv', `sort', `stdbuf', `test',
 
584
`timeout', `tty'.
579
585
 
580
586
 
581
587
File: coreutils.info,  Node: Backup options,  Next: Block size,  Prev: Exit status,  Up: Common options
1121
1127
declines to operate on any directory that resolves to `/'.  If you
1122
1128
really want to try to remove all the files on your system, you can use
1123
1129
the `--no-preserve-root' option, but the default behavior, specified by
1124
 
the `--preserve-option', is safer for most purposes.
 
1130
the `--preserve-root' option, is safer for most purposes.
1125
1131
 
1126
1132
   The commands `chgrp', `chmod' and `chown' can also operate
1127
1133
destructively on entire hierarchies, so they too support these options.
1314
1320
 
1315
1321
`-r'
1316
1322
`--regex'
1317
 
     Treat the separator string as a regular expression.  Users of `tac'
1318
 
     on MS-DOS/MS-Windows should note that, since `tac' reads files in
1319
 
     binary mode, each line of a text file might end with a CR/LF pair
1320
 
     instead of the Unix-style LF.
 
1323
     Treat the separator string as a regular expression.
1321
1324
 
1322
1325
`-s SEPARATOR'
1323
1326
`--separator=SEPARATOR'
1324
1327
     Use SEPARATOR as the record separator, instead of newline.
1325
1328
 
1326
1329
 
 
1330
   On systems like MS-DOS that distinguish between text and binary
 
1331
files, `tac' reads and writes in binary mode.
 
1332
 
1327
1333
   An exit status of zero indicates success, and a nonzero value
1328
1334
indicates failure.
1329
1335
 
 
1336
   Example:
 
1337
 
 
1338
     # Reverse a file character by character.
 
1339
     tac -r -s 'x\|[^x]'
 
1340
 
1330
1341
 
1331
1342
File: coreutils.info,  Node: nl invocation,  Next: od invocation,  Prev: tac invocation,  Up: Output of entire files
1332
1343
 
1536
1547
     zero byte (ASCII NUL).  Prefixes and suffixes on BYTES are
1537
1548
     interpreted as for the `-j' option.
1538
1549
 
1539
 
     If N is omitted with `--strings', the default is 3.
 
1550
     If BYTES is omitted with `--strings', the default is 3.
1540
1551
 
1541
1552
`-t TYPE'
1542
1553
`--format=TYPE'
1730
1741
* Menu:
1731
1742
 
1732
1743
* fmt invocation::              Reformat paragraph text.
 
1744
* numfmt invocation::           Reformat numbers.
1733
1745
* pr invocation::               Paginate or columnate files for printing.
1734
1746
* fold invocation::             Wrap input lines to fit in specified width.
1735
1747
 
1736
1748
 
1737
 
File: coreutils.info,  Node: fmt invocation,  Next: pr invocation,  Up: Formatting file contents
 
1749
File: coreutils.info,  Node: fmt invocation,  Next: numfmt invocation,  Up: Formatting file contents
1738
1750
 
1739
1751
4.1 `fmt': Reformat paragraph text
1740
1752
==================================
1813
1825
indicates failure.
1814
1826
 
1815
1827
 
1816
 
File: coreutils.info,  Node: pr invocation,  Next: fold invocation,  Prev: fmt invocation,  Up: Formatting file contents
1817
 
 
1818
 
4.2 `pr': Paginate or columnate files for printing
 
1828
File: coreutils.info,  Node: numfmt invocation,  Next: pr invocation,  Prev: fmt invocation,  Up: Formatting file contents
 
1829
 
 
1830
4.2 `numfmt': Reformat numbers
 
1831
==============================
 
1832
 
 
1833
`numfmt' reads numbers in various representations and reformats them as
 
1834
requested.  The most common usage is converting numbers to/from _human_
 
1835
representation (e.g. `4G' ==> `4,000,000,000').
 
1836
 
 
1837
     numfmt [OPTION]... [NUMBER]
 
1838
 
 
1839
   `numfmt' converts each NUMBER on the command-line according to the
 
1840
specified options (see below).  If no NUMBERs are given, it reads
 
1841
numbers from standard input.  `numfmt' can optionally extract numbers
 
1842
from specific columns, maintaining proper line padding and alignment.
 
1843
 
 
1844
   An exit status of zero indicates success, and a nonzero value
 
1845
indicates failure.
 
1846
 
 
1847
   See `--invalid' for additional information regarding exit status.
 
1848
 
 
1849
4.2.1 General options
 
1850
---------------------
 
1851
 
 
1852
The program accepts the following options.  Also see *note Common
 
1853
options::.
 
1854
 
 
1855
`--debug'
 
1856
     Print (to standard error) warning messages about possible
 
1857
     erroneous usage.
 
1858
 
 
1859
`-d D'
 
1860
`--delimiter=D'
 
1861
     Use the character D as input field separator (default: whitespace).
 
1862
     _Note_: Using non-default delimiter turns off automatic padding.
 
1863
 
 
1864
`--field=N'
 
1865
     Convert the number in input field N (default: 1).
 
1866
 
 
1867
`--format=FORMAT'
 
1868
     Use printf-style floating FORMAT string.  The FORMAT string must
 
1869
     contain one `%f' directive, optionally with `'', `-', or width
 
1870
     modifiers.  The `'' modifier will enable `--grouping', the `-'
 
1871
     modifier will enable left-aligned `--padding' and the width
 
1872
     modifier will enable right-aligned `--padding'.
 
1873
 
 
1874
`--from=UNIT'
 
1875
     Auto-scales input numbers according to UNIT.  See UNITS below.
 
1876
     The default is no scaling, meaning suffixes (e.g. `M', `G') will
 
1877
     trigger an error.
 
1878
 
 
1879
`--from-unit=N'
 
1880
     Specify the input unit size (instead of the default 1).  Use this
 
1881
     option when the input numbers represent other units (e.g. if the
 
1882
     input number `10' represents 10 units of 512 bytes, use
 
1883
     `--from=unit=512').
 
1884
 
 
1885
`--grouping'
 
1886
     Group digits in output numbers according to the current locale's
 
1887
     grouping rules (e.g _Thousands Separator_ character, commonly `.'
 
1888
     (dot) or `,' comma).  This option has no effect in `POSIX/C'
 
1889
     locale.
 
1890
 
 
1891
`--header[=N]'
 
1892
     Print the first N (default: 1) lines without any conversion.
 
1893
 
 
1894
`--invalid=MODE'
 
1895
     The default action on input errors is to exit immediately with
 
1896
     status code 2.  `--invalid=`abort'' explicitly specifies this
 
1897
     default mode.  With a MODE of `fail', print a warning for _each_
 
1898
     conversion error, and exit with status 2.  With a MODE of `warn',
 
1899
     exit with status 0, even in the presence of conversion errors, and
 
1900
     with a MODE of `ignore' do not even print diagnostics.
 
1901
 
 
1902
`--padding=N'
 
1903
     Pad the output numbers to N characters, by adding spaces.  If N is
 
1904
     a positive number, numbers will be right-aligned.  If N is a
 
1905
     negative number, numbers will be left-aligned.  By default,
 
1906
     numbers are automatically aligned based on the input line's width
 
1907
     (only with the default delimiter).
 
1908
 
 
1909
`--round=METHOD'
 
1910
     When converting number representations, round the number according
 
1911
     to METHOD, which can be `up', `down', `from-zero' (the default),
 
1912
     `towards-zero', `nearest'.
 
1913
 
 
1914
`--suffix=SUFFIX'
 
1915
     Add `SUFFIX' to the output numbers, and accept optional `SUFFIX' in
 
1916
     input numbers.
 
1917
 
 
1918
`--to=UNIT'
 
1919
     Auto-scales output numbers according to UNIT.  See _Units_ below.
 
1920
     The default is no scaling, meaning all the digits of the number
 
1921
     are printed.
 
1922
 
 
1923
`--to-unit=N'
 
1924
     Specify the output unit size (instead of the default 1).  Use this
 
1925
     option when the output numbers represent other units (e.g. to
 
1926
     represent `4,000,000' bytes in blocks of 1KB, use `--to=si
 
1927
     --to=units=1000').
 
1928
 
 
1929
 
 
1930
4.2.2 Possible UNITs:
 
1931
---------------------
 
1932
 
 
1933
The following are the possible UNIT options with `--from=UNITS' and
 
1934
`--to=UNITS':
 
1935
 
 
1936
NONE
 
1937
     No scaling is performed.  For input numbers, no suffixes are
 
1938
     accepted, and any trailing characters following the number will
 
1939
     trigger an error.  For output numbers, all digits of the numbers
 
1940
     will be printed.
 
1941
 
 
1942
SI
 
1943
     Auto-scale numbers according to the _International System of Units
 
1944
     (SI)_ standard.  For input numbers, accept one of the following
 
1945
     suffixes.  For output numbers, values larger than 1000 will be
 
1946
     rounded, and printed with one of the following suffixes:
 
1947
 
 
1948
          `K'  =>  1000^1 = 10^3 (Kilo)
 
1949
          `M'  =>  1000^2 = 10^6 (Mega)
 
1950
          `G'  =>  1000^3 = 10^9 (Giga)
 
1951
          `T'  =>  1000^4 = 10^12 (Tera)
 
1952
          `P'  =>  1000^5 = 10^15 (Peta)
 
1953
          `E'  =>  1000^6 = 10^18 (Exa)
 
1954
          `Z'  =>  1000^7 = 10^21 (Zetta)
 
1955
          `Y'  =>  1000^8 = 10^24 (Yotta)
 
1956
 
 
1957
IEC
 
1958
     Auto-scale numbers according to the _International Electronical
 
1959
     Commission (IEC)_ standard.  For input numbers, accept one of the
 
1960
     following suffixes.  For output numbers, values larger than 1024
 
1961
     will be rounded, and printed with one of the following suffixes:
 
1962
 
 
1963
          `K'  =>  1024^1 = 2^10 (Kibi)
 
1964
          `M'  =>  1024^2 = 2^20 (Mebi)
 
1965
          `G'  =>  1024^3 = 2^30 (Gibi)
 
1966
          `T'  =>  1024^4 = 2^40 (Tebi)
 
1967
          `P'  =>  1024^5 = 2^50 (Pebi)
 
1968
          `E'  =>  1024^6 = 2^60 (Exbi)
 
1969
          `Z'  =>  1024^7 = 2^70 (Zebi)
 
1970
          `Y'  =>  1024^8 = 2^80 (Yobi)
 
1971
 
 
1972
     The `iec' option uses a single letter suffix (e.g. `G'), which is
 
1973
     not fully standard, as the _iec_ standard recommends a two-letter
 
1974
     symbol (e.g `Gi') - but in practice, this method common.  Compare
 
1975
     with the `iec-i' option.
 
1976
 
 
1977
IEC-I
 
1978
     Auto-scale numbers according to the _International Electronical
 
1979
     Commission (IEC)_ standard.  For input numbers, accept one of the
 
1980
     following suffixes.  For output numbers, values larger than 1024
 
1981
     will be rounded, and printed with one of the following suffixes:
 
1982
 
 
1983
          `Ki'  =>  1024^1 = 2^10 (Kibi)
 
1984
          `Mi'  =>  1024^2 = 2^20 (Mebi)
 
1985
          `Gi'  =>  1024^3 = 2^30 (Gibi)
 
1986
          `Ti'  =>  1024^4 = 2^40 (Tebi)
 
1987
          `Pi'  =>  1024^5 = 2^50 (Pebi)
 
1988
          `Ei'  =>  1024^6 = 2^60 (Exbi)
 
1989
          `Zi'  =>  1024^7 = 2^70 (Zebi)
 
1990
          `Yi'  =>  1024^8 = 2^80 (Yobi)
 
1991
 
 
1992
     The `iec-i' option uses a two-letter suffix symbol (e.g. `Gi'), as
 
1993
     the _iec_ standard recommends, but this is not always common in
 
1994
     practice.  Compare with the `iec' option.
 
1995
 
 
1996
AUTO
 
1997
     `auto' can only be used with `--from'.  With this method, numbers
 
1998
     with `K',`M',`G',`T',`P',`E',`Z',`Y' suffixes are interpreted as
 
1999
     _SI_ values, and numbers with `Ki',
 
2000
     `Mi',`Gi',`Ti',`Pi',`Ei',`Zi',`Yi' suffixes are interpreted as
 
2001
     _IEC_ values.
 
2002
 
 
2003
 
 
2004
4.2.3 Examples of using `numfmt'
 
2005
--------------------------------
 
2006
 
 
2007
Converting a single number from/to _human_ representation:
 
2008
     $ nunfmt --to=si 500000
 
2009
     500K
 
2010
 
 
2011
     $ numfmt --to=iec 500000
 
2012
     489K
 
2013
 
 
2014
     $ numfmt --to=iec-i 500000
 
2015
     489Ki
 
2016
 
 
2017
     $ numfmt --from=si 1M
 
2018
     1000000
 
2019
 
 
2020
     $ numfmt --from=iec 1M
 
2021
     1048576
 
2022
 
 
2023
     # with '--from=auto', M=Mega, Mi=Mebi
 
2024
     $ numfmt --from=auto 1M
 
2025
     1000000
 
2026
     $ numfmt --from=auto 1Mi
 
2027
     1048576
 
2028
 
 
2029
   Converting from `SI' to `IEC' scales (e.g. when a harddisk capacity
 
2030
is advertised as `1TB', while checking the drive's capacity gives lower
 
2031
values):
 
2032
 
 
2033
     $ numfmt --from=si --to=iec 1T
 
2034
     932G
 
2035
 
 
2036
   Converting a single field from an input file / piped input (these
 
2037
contrived examples are for demonstration purposes only, as both `ls' and
 
2038
`df' support the `--human-readable' option to output sizes in
 
2039
human-readable format):
 
2040
 
 
2041
     # Third field (file size) will be shown in SI representation
 
2042
     $ ls -log | numfmt --field 3 --header --to=si | head -n4
 
2043
     -rw-r--r--  1     94K Aug 23  2011 ABOUT-NLS
 
2044
     -rw-r--r--  1    3.7K Jan  7 16:15 AUTHORS
 
2045
     -rw-r--r--  1     36K Jun  1  2011 COPYING
 
2046
     -rw-r--r--  1       0 Jan  7 15:15 ChangeLog
 
2047
 
 
2048
     # Second field (size) will be shown in IEC representation
 
2049
     $ df --block-size=1 | numfmt --field 2 --header --to=iec | head -n4
 
2050
     File system   1B-blocks        Used  Available Use% Mounted on
 
2051
     rootfs             132G   104741408   26554036  80% /
 
2052
     tmpfs              794M        7580     804960   1% /run/shm
 
2053
     /dev/sdb1          694G   651424756   46074696  94% /home
 
2054
 
 
2055
   Output can be tweaked using `--padding' or `--format':
 
2056
 
 
2057
     # Pad to 10 characters, right-aligned
 
2058
     $ du -s * | numfmt --to=si --padding=10
 
2059
           2.5K config.log
 
2060
            108 config.status
 
2061
           1.7K configure
 
2062
             20 configure.ac
 
2063
 
 
2064
     # Pad to 10 characters, left-aligned
 
2065
     $ du -s * | numfmt --to=si --padding=-10
 
2066
     2.5K       config.log
 
2067
     108        config.status
 
2068
     1.7K       configure
 
2069
     20         configure.ac
 
2070
 
 
2071
     # Pad to 10 characters, left-aligned, using 'format'
 
2072
     $ du -s * | numfmt --to=si --format="%10f"
 
2073
           2.5K config.log
 
2074
            108 config.status
 
2075
           1.7K configure
 
2076
             20 configure.ac
 
2077
 
 
2078
     # Pad to 10 characters, left-aligned, using 'format'
 
2079
     $ du -s * | numfmt --to=si --padding="%-10f"
 
2080
     2.5K       config.log
 
2081
     108        config.status
 
2082
     1.7K       configure
 
2083
     20         configure.ac
 
2084
 
 
2085
   With locales that support grouping digits, using `--grouping' or
 
2086
`--format' enables grouping.  In `POSIX' locale, grouping is silently
 
2087
ignored:
 
2088
 
 
2089
     $ LC_ALL=C numfmt --from=iec --grouping 2G
 
2090
     2147483648
 
2091
 
 
2092
     $ LC_ALL=en_US.utf8 numfmt --from=iec --grouping 2G
 
2093
     2,147,483,648
 
2094
 
 
2095
     $ LC_ALL=ta_IN numfmt --from=iec --grouping 2G
 
2096
     2,14,74,83,648
 
2097
 
 
2098
     $ LC_ALL=C ./src/numfmt --from=iec --format="==%'15f==" 2G
 
2099
     ==     2147483648==
 
2100
 
 
2101
     $ LC_ALL=en_US.utf8 ./src/numfmt --from=iec --format="==%'15f==" 2G
 
2102
     ==  2,147,483,648==
 
2103
 
 
2104
     $ LC_ALL=en_US.utf8 ./src/numfmt --from=iec --format="==%'-15f==" 2G
 
2105
     ==2,147,483,648  ==
 
2106
 
 
2107
     $ LC_ALL=ta_IN ./src/numfmt --from=iec --format="==%'15f==" 2G
 
2108
     == 2,14,74,83,648==
 
2109
 
 
2110
 
 
2111
File: coreutils.info,  Node: pr invocation,  Next: fold invocation,  Prev: numfmt invocation,  Up: Formatting file contents
 
2112
 
 
2113
4.3 `pr': Paginate or columnate files for printing
1819
2114
==================================================
1820
2115
 
1821
2116
`pr' writes each FILE (`-' means standard input), or standard input if
1846
2141
column output no line truncation occurs by default.  Use `-W' option to
1847
2142
truncate lines in that case.
1848
2143
 
1849
 
   The following changes were made in version 1.22i and apply to later
1850
 
versions of `pr':  - Brian
1851
 
   * Some small LETTER OPTIONS (`-s', `-w') have been redefined for
1852
 
     better POSIX compliance.  The output of some further cases has
1853
 
     been adapted to other Unix systems.  These changes are not
1854
 
     compatible with earlier versions of the program.
1855
 
 
1856
 
   * Some NEW CAPITAL LETTER options (`-J', `-S', `-W') have been
1857
 
     introduced to turn off unexpected interferences of small letter
1858
 
     options.  The `-N' option and the second argument LAST_PAGE of
1859
 
     `+FIRST_PAGE' offer more flexibility.  The detailed handling of
1860
 
     form feeds set in the input files requires the `-T' option.
1861
 
 
1862
 
   * Capital letter options override small letter ones.
1863
 
 
1864
 
   * Some of the option-arguments (compare `-s', `-e', `-i', `-n')
1865
 
     cannot be specified as separate arguments from the preceding
1866
 
     option letter (already stated in the POSIX specification).
1867
 
 
1868
2144
   The program accepts the following options.  Also see *note Common
1869
2145
options::.
1870
2146
 
2088
2364
 
2089
2365
File: coreutils.info,  Node: fold invocation,  Prev: pr invocation,  Up: Formatting file contents
2090
2366
 
2091
 
4.3 `fold': Wrap input lines to fit in specified width
 
2367
4.4 `fold': Wrap input lines to fit in specified width
2092
2368
======================================================
2093
2369
 
2094
2370
`fold' writes each FILE (`-' means standard input), or standard input
6335
6611
     This option is independent of the `--interactive' or `-i' option:
6336
6612
     neither cancels the effect of the other.
6337
6613
 
6338
 
     This option is redundant if the `--no-clobber' or `-n' option is
6339
 
     used.
 
6614
     This option is ignored when the `--no-clobber' or `-n' option is
 
6615
     also used.
6340
6616
 
6341
6617
`-H'
6342
6618
     If a command line argument specifies a symbolic link, then copy the
6425
6701
          Preserve extended attributes of the file, or fail with full
6426
6702
          diagnostics.  If `cp' is built without xattr support, ignore
6427
6703
          this option.  If SELinux context, ACLs or Capabilities are
6428
 
          implemented using xattrs, they are preserved by this option
6429
 
          as well.
 
6704
          implemented using xattrs, they are preserved implicitly by
 
6705
          this option as well, i.e., even without specifying
 
6706
          `--preserve=mode' or `--preserve=context'.
6430
6707
 
6431
6708
    `all'
6432
6709
          Preserve all file attributes.  Equivalent to specifying all
6605
6882
     dd OPTION
6606
6883
 
6607
6884
   The only options are `--help' and `--version'.  *Note Common
6608
 
options::.  `dd' accepts the following operands.
 
6885
options::.  `dd' accepts the following operands, whose syntax was
 
6886
inspired by the DD (data definition) statement of OS/360 JCL.
6609
6887
 
6610
6888
`if=FILE'
6611
6889
     Read from FILE instead of standard input.
6649
6927
     Copy N `ibs'-byte blocks from the input file, instead of
6650
6928
     everything until the end of the file.  if `iflag=count_bytes' is
6651
6929
     specified, N is interpreted as a byte count rather than a block
6652
 
     count.
 
6930
     count.  Note if the input may return short reads as could be the
 
6931
     case when reading from a pipe for example, `iflag=fullblock' will
 
6932
     ensure that `count=' corresponds to complete input blocks rather
 
6933
     than the traditional POSIX specified behavior of counting input
 
6934
     read operations.
6653
6935
 
6654
6936
`status=WHICH'
6655
6937
     Transfer information is normally output to stderr upon receipt of
6859
7141
          Accumulate full blocks from input.  The `read' system call
6860
7142
          may return early if a full block is not available.  When that
6861
7143
          happens, continue calling `read' to fill the remainder of the
6862
 
          block.  This flag can be used only with `iflag'.
 
7144
          block.  This flag can be used only with `iflag'.  This flag
 
7145
          is useful with pipes for example as they may return short
 
7146
          reads. In that case, this flag is needed to ensure that a
 
7147
          `count=' argument is interpreted as a block count rather than
 
7148
          a count of read operations.
6863
7149
 
6864
7150
    `count_bytes'
6865
7151
          Interpret the `count=' operand as a byte count, rather than a
7945
8231
`readlink' may work in one of two supported modes:
7946
8232
 
7947
8233
`Readlink mode'
7948
 
     `readlink' outputs the value of the given symbolic link.  If
 
8234
     `readlink' outputs the value of the given symbolic links.  If
7949
8235
     `readlink' is invoked with an argument other than the name of a
7950
8236
     symbolic link, it produces no output and exits with a nonzero exit
7951
8237
     code.
7952
8238
 
7953
8239
`Canonicalize mode'
7954
 
     `readlink' outputs the absolute name of the given file which
7955
 
     contains no `.', `..' components nor any repeated separators (`/')
 
8240
     `readlink' outputs the absolute name of the given files which
 
8241
     contain no `.', `..' components nor any repeated separators (`/')
7956
8242
     or symbolic links.
7957
8243
 
7958
8244
 
7959
 
     readlink [OPTION] FILE
 
8245
     readlink [OPTION]... FILE...
7960
8246
 
7961
8247
   By default, `readlink' operates in readlink mode.
7962
8248
 
7984
8270
 
7985
8271
`-n'
7986
8272
`--no-newline'
7987
 
     Do not output the trailing newline.
 
8273
     Do not print the output delimiter, when a single FILE is specified.
 
8274
     Print a warning if specified along with multiple FILEs.
7988
8275
 
7989
8276
`-s'
7990
8277
`-q'
7996
8283
`--verbose'
7997
8284
     Report error messages.
7998
8285
 
 
8286
`-z'
 
8287
`--zero'
 
8288
     Separate output items with NUL characters.
 
8289
 
7999
8290
 
8000
8291
   The `readlink' utility first appeared in OpenBSD 2.1.
8001
8292
 
8623
8914
can be overridden (*note Block size::).  Non-integer quantities are
8624
8915
rounded up to the next higher unit.
8625
8916
 
 
8917
   For bind mounts and without arguments, `df' only outputs the
 
8918
statistics for that device with the shortest mount point name in the
 
8919
list of file systems (MTAB), i.e., it hides duplicate entries, unless
 
8920
the `-a' option is specified.
 
8921
 
 
8922
   With the same logic, `df' elides a mount entry of a dummy pseude
 
8923
device if there is another mount entry of a real block device for that
 
8924
mount point with the same device number, e.g. the early-boot pseudo
 
8925
file system `rootfs' is not shown per default when already the real
 
8926
root device has been mounted.
 
8927
 
8626
8928
   If an argument FILE is a disk device file containing a mounted file
8627
8929
system, `df' shows the space available on that file system rather than
8628
8930
on the file system containing the device node (i.e., the root file
8650
8952
     processed.  This can be used to find out the total disk size, usage
8651
8953
     and available space of all listed devices.
8652
8954
 
 
8955
     For the grand total line, `df' prints `"total"' into the SOURCE
 
8956
     column, and `"-"' into the TARGET column.  If there is no SOURCE
 
8957
     column (see `--output'), then `df' prints `"total"' into the
 
8958
     TARGET column, if present.
 
8959
 
8653
8960
`-h'
8654
8961
`--human-readable'
8655
8962
     Append a size letter to each size, such as `M' for mebibytes.
8682
8989
     disks, but on some systems (notably SunOS) the results may be
8683
8990
     slightly out of date.  This is the default.
8684
8991
 
 
8992
`--output'
 
8993
`--output[=FIELD_LIST]'
 
8994
     Use the output format defined by FIELD_LIST, or print all fields if
 
8995
     FIELD_LIST is omitted.  In the latter case, the order of the
 
8996
     columns conforms to the order of the field descriptions below.
 
8997
 
 
8998
     The use of the `--output' together with each of the options `-i',
 
8999
     `-P', and `-T' is mutually exclusive.
 
9000
 
 
9001
     FIELD_LIST is a comma-separated list of columns to be included in
 
9002
     `df''s output and therefore effectively controls the order of
 
9003
     output columns.  Each field can thus be used at the place of
 
9004
     choice, but yet must only be used once.
 
9005
 
 
9006
     Valid field names in the FIELD_LIST are:
 
9007
    `source'
 
9008
          The source of the mount point, usually a device.
 
9009
 
 
9010
    `fstype'
 
9011
          File system type.
 
9012
 
 
9013
    `itotal'
 
9014
          Total number of inodes.
 
9015
 
 
9016
    `iused'
 
9017
          Number of used inodes.
 
9018
 
 
9019
    `iavail'
 
9020
          Number of available inodes.
 
9021
 
 
9022
    `ipcent'
 
9023
          Percentage of IUSED divided by ITOTAL.
 
9024
 
 
9025
    `size'
 
9026
          Total number of blocks.
 
9027
 
 
9028
    `used'
 
9029
          Number of used blocks.
 
9030
 
 
9031
    `avail'
 
9032
          Number of available blocks.
 
9033
 
 
9034
    `pcent'
 
9035
          Percentage of USED divided by SIZE.
 
9036
 
 
9037
    `target'
 
9038
          The mount point.
 
9039
 
 
9040
     The fields for block and inodes statistics are affected by the
 
9041
     scaling options like `-h' as usual.
 
9042
 
 
9043
     The definition of the FIELD_LIST can even be splitted among several
 
9044
     `--output' uses.
 
9045
 
 
9046
          #!/bin/sh
 
9047
          # Print the TARGET (i.e., the mount point) along with their percentage
 
9048
          # statistic regarding the blocks and the inodes.
 
9049
          df --out=target --output=pcent,ipcent
 
9050
 
 
9051
          # Print all available fields.
 
9052
          df --o
 
9053
 
8685
9054
`-P'
8686
9055
`--portability'
8687
9056
     Use the POSIX output format.  This is like the default format
8791
9160
   The program accepts the following options.  Also see *note Common
8792
9161
options::.
8793
9162
 
 
9163
`-0'
 
9164
`--null'
 
9165
     Output a zero byte (ASCII NUL) at the end of each line, rather
 
9166
     than a newline.  This option enables other programs to parse the
 
9167
     output of `du' even when that output would contain data with
 
9168
     embedded newlines.
 
9169
 
8794
9170
`-a'
8795
9171
`--all'
8796
9172
     Show counts for all files, not just directories.
8811
9187
     has an apparent size of 2 GiB, yet on most modern systems, it
8812
9188
     actually uses almost no disk space.
8813
9189
 
 
9190
`-B SIZE'
 
9191
`--block-size=SIZE'
 
9192
     Scale sizes by SIZE before printing them (*note Block size::).
 
9193
     For example, `-BG' prints sizes in units of 1,073,741,824 bytes.
 
9194
 
8814
9195
`-b'
8815
9196
`--bytes'
8816
9197
     Equivalent to `--apparent-size --block-size=1'.
8817
9198
 
8818
 
`-B SIZE'
8819
 
`--block-size=SIZE'
8820
 
     Scale sizes by SIZE before printing them (*note Block size::).
8821
 
     For example, `-BG' prints sizes in units of 1,073,741,824 bytes.
8822
 
 
8823
9199
`-c'
8824
9200
`--total'
8825
9201
     Print a grand total of all arguments after all arguments have been
8833
9209
     the disk usage of directories, such as `/usr/tmp', which are often
8834
9210
     symbolic links.
8835
9211
 
 
9212
`-d DEPTH'
 
9213
`--max-depth=DEPTH'
 
9214
     Show the total for each directory (and file if -all) that is at
 
9215
     most MAX_DEPTH levels down from the root of the hierarchy.  The
 
9216
     root is at level 0, so `du --max-depth=0' is equivalent to `du -s'.
 
9217
 
8836
9218
`--files0-from=FILE'
8837
9219
     Disallow processing files named on the command line, and instead
8838
9220
     process those named in file FILE; each name being terminated by a
8846
9228
     FILE is `-' then the ASCII NUL terminated file names are read from
8847
9229
     standard input.
8848
9230
 
8849
 
`-h'
8850
 
`--human-readable'
8851
 
     Append a size letter to each size, such as `M' for mebibytes.
8852
 
     Powers of 1024 are used, not 1000; `M' stands for 1,048,576 bytes.
8853
 
     This option is equivalent to `--block-size=human-readable'.  Use
8854
 
     the `--si' option if you prefer powers of 1000.
8855
 
 
8856
9231
`-H'
8857
9232
     Equivalent to `--dereference-args' (`-D').
8858
9233
 
 
9234
`-h'
 
9235
`--human-readable'
 
9236
     Append a size letter to each size, such as `M' for mebibytes.
 
9237
     Powers of 1024 are used, not 1000; `M' stands for 1,048,576 bytes.
 
9238
     This option is equivalent to `--block-size=human-readable'.  Use
 
9239
     the `--si' option if you prefer powers of 1000.
 
9240
 
8859
9241
`-k'
8860
9242
     Print sizes in 1024-byte blocks, overriding the default block size
8861
9243
     (*note Block size::).  This option is equivalent to
8862
9244
     `--block-size=1K'.
8863
9245
 
 
9246
`-L'
 
9247
`--dereference'
 
9248
     Dereference symbolic links (show the disk space used by the file
 
9249
     or directory that the link points to instead of the space used by
 
9250
     the link).
 
9251
 
8864
9252
`-l'
8865
9253
`--count-links'
8866
9254
     Count the size of all files, even if they have appeared already
8867
9255
     (as a hard link).
8868
9256
 
8869
 
`-L'
8870
 
`--dereference'
8871
 
     Dereference symbolic links (show the disk space used by the file
8872
 
     or directory that the link points to instead of the space used by
8873
 
     the link).
8874
 
 
8875
9257
`-m'
8876
9258
     Print sizes in 1,048,576-byte blocks, overriding the default block
8877
9259
     size (*note Block size::).  This option is equivalent to
8882
9264
     For each symbolic links encountered by `du', consider the disk
8883
9265
     space used by the symbolic link.
8884
9266
 
8885
 
`-d DEPTH'
8886
 
 
8887
 
`--max-depth=DEPTH'
8888
 
     Show the total for each directory (and file if -all) that is at
8889
 
     most MAX_DEPTH levels down from the root of the hierarchy.  The
8890
 
     root is at level 0, so `du --max-depth=0' is equivalent to `du -s'.
8891
 
 
8892
 
`-0'
8893
 
`--null'
8894
 
     Output a zero byte (ASCII NUL) at the end of each line, rather
8895
 
     than a newline.  This option enables other programs to parse the
8896
 
     output of `du' even when that output would contain data with
8897
 
     embedded newlines.
8898
 
 
8899
 
`--si'
8900
 
     Append an SI-style abbreviation to each size, such as `M' for
8901
 
     megabytes.  Powers of 1000 are used, not 1024; `M' stands for
8902
 
     1,000,000 bytes.  This option is equivalent to `--block-size=si'.
8903
 
     Use the `-h' or `--human-readable' option if you prefer powers of
8904
 
     1024.
8905
 
 
8906
 
`-s'
8907
 
`--summarize'
8908
 
     Display only a total for each argument.
8909
 
 
8910
9267
`-S'
8911
9268
`--separate-dirs'
8912
9269
     Normally, in the output of `du' (when not using `--summarize'),
8916
9273
     is merely the `stat.st_size'-derived size of the directory entry,
8917
9274
     D.
8918
9275
 
 
9276
`--si'
 
9277
     Append an SI-style abbreviation to each size, such as `M' for
 
9278
     megabytes.  Powers of 1000 are used, not 1024; `M' stands for
 
9279
     1,000,000 bytes.  This option is equivalent to `--block-size=si'.
 
9280
     Use the `-h' or `--human-readable' option if you prefer powers of
 
9281
     1024.
 
9282
 
 
9283
`-s'
 
9284
`--summarize'
 
9285
     Display only a total for each argument.
 
9286
 
 
9287
`-t SIZE'
 
9288
`--threshold=SIZE'
 
9289
     Exclude entries based on a given SIZE (*note Block size::).
 
9290
 
 
9291
     If SIZE is positive, then `du' will only print entries with a size
 
9292
     greater than or equal to that.
 
9293
 
 
9294
     If SIZE is negative, then `du' will only print entries with a size
 
9295
     smaller than or equal to that.
 
9296
 
 
9297
     Although GNU `find' can be used to find files of a certain size,
 
9298
     `du''s `--threshold' option can be used to also filter directories
 
9299
     based on a given size.
 
9300
 
 
9301
     Please note that the `--threshold' option can be combined with the
 
9302
     `--apparent-size' option, and in this case would elide entries
 
9303
     based on its apparent size.
 
9304
 
 
9305
     Here's how you would use `--threshold' to find directories with a
 
9306
     size greater than or equal to 200 megabytes:
 
9307
 
 
9308
          du --threshold=200MB
 
9309
 
 
9310
     Here's how you would use `--threshold' to find directories and
 
9311
     files - note the `-a' - with an apparent size smaller than or
 
9312
     equal to 500 bytes:
 
9313
 
 
9314
          du -a -t -500 --apparent-size
 
9315
 
8919
9316
`--time'
8920
9317
     Show time of the most recent modification of any file in the
8921
9318
     directory, or any of its subdirectories.
8968
9365
     begins with `posix-' the `posix-' is ignored; and if `TIME_STYLE'
8969
9366
     is `locale' it is ignored.
8970
9367
 
8971
 
`-x'
8972
 
`--one-file-system'
8973
 
     Skip directories that are on different file systems from the one
8974
 
     that the argument being processed is on.
8975
 
 
8976
 
`--exclude=PATTERN'
8977
 
     When recursing, skip subdirectories or files matching PATTERN.
8978
 
     For example, `du --exclude='*.o'' excludes files whose names end
8979
 
     in `.o'.
8980
 
 
8981
9368
`-X FILE'
8982
9369
`--exclude-from=FILE'
8983
9370
     Like `--exclude', except take the patterns to exclude from FILE,
8984
9371
     one per line.  If FILE is `-', take the patterns from standard
8985
9372
     input.
8986
9373
 
 
9374
`--exclude=PATTERN'
 
9375
     When recursing, skip subdirectories or files matching PATTERN.
 
9376
     For example, `du --exclude='*.o'' excludes files whose names end
 
9377
     in `.o'.
 
9378
 
 
9379
`-x'
 
9380
`--one-file-system'
 
9381
     Skip directories that are on different file systems from the one
 
9382
     that the argument being processed is on.
 
9383
 
8987
9384
 
8988
9385
   On BSD systems, `du' reports sizes that are half the correct values
8989
9386
for files that are NFS-mounted from HP-UX systems.  On HP-UX systems,
10088
10485
 
10089
10486
   Note, however, that this example relies on a feature of modern shells
10090
10487
called "process substitution" (the `>(command)' syntax, above; *Note
10091
 
Process Substitution: (bashref)Process Substitution.), so it works with
 
10488
Process Substitution: (bash)Process Substitution.), so it works with
10092
10489
`zsh', `bash', and `ksh', but not with `/bin/sh'.  So if you write code
10093
10490
like this in a shell script, be sure to start the script with
10094
10491
`#!/bin/bash'.
10716
11113
`crtscts'
10717
11114
     Enable RTS/CTS flow control.  Non-POSIX.  May be negated.
10718
11115
 
 
11116
`cdtrdsr'
 
11117
     Enable DTR/DSR flow control. Non-POSIX.  May be negated.
 
11118
 
10719
11119
 
10720
11120
File: coreutils.info,  Node: Input,  Next: Output,  Prev: Control,  Up: stty invocation
10721
11121
 
12280
12680
   The program accepts the following options.  Also see *note Common
12281
12681
options::.
12282
12682
 
 
12683
`--dereference'
 
12684
     Do not affect symbolic links but what they refer to; this is the
 
12685
     default.
 
12686
 
12283
12687
`-h'
12284
12688
`--no-dereference'
12285
 
     Affect symbolic links instead of any referenced file.
 
12689
     Affect the symbolic links themselves instead of any referenced
 
12690
     file.
12286
12691
 
12287
12692
`--reference=RFILE'
12288
12693
     Use RFILE's security context rather than specifying a CONTEXT
12292
12697
`--recursive'
12293
12698
     Operate on files and directories recursively.
12294
12699
 
 
12700
`--preserve-root'
 
12701
     Refuse to operate recursively on the root directory, `/', when
 
12702
     used together with the `--recursive' option.  *Note Treating /
 
12703
     specially::.
 
12704
 
 
12705
`--no-preserve-root'
 
12706
     Do not treat the root directory, `/', specially when operating
 
12707
     recursively; this is the default.  *Note Treating / specially::.
 
12708
 
12295
12709
`-H'
12296
12710
     If `--recursive' (`-R') is specified and a command line argument
12297
12711
     is a symbolic link to a directory, traverse it.  *Note Traversing
12587
13001
23.3 `nice': Run a command with modified niceness
12588
13002
=================================================
12589
13003
 
12590
 
`nice' prints or modifies a process's "niceness", a parameter that
12591
 
affects whether the process is scheduled favorably.  Synopsis:
 
13004
`nice' prints a process's "niceness", or runs a command with modified
 
13005
niceness.  "niceness" affects how favorably the process is scheduled in
 
13006
the system.  Synopsis:
12592
13007
 
12593
13008
     nice [OPTION]... [COMMAND [ARG]...]
12594
13009
 
12623
13038
functionality than that described here.  Invoke it via `env' (i.e.,
12624
13039
`env nice ...') to avoid interference from the shell.
12625
13040
 
 
13041
   Note to change the "niceness" of an existing process, one needs to
 
13042
use the `renice' command.
 
13043
 
12626
13044
   The program accepts the following option.  Also see *note Common
12627
13045
options::.  Options must precede operands.
12628
13046
 
12831
13249
   The program accepts the following options.  Also see *note Common
12832
13250
options::.  Options must precede operands.
12833
13251
 
 
13252
`--preserve-status'
 
13253
     Return the exit status of the managed COMMAND on timeout, rather
 
13254
     than a specific exit status indicating a timeout.  This is useful
 
13255
     if the managed COMMAND supports running for an indeterminite
 
13256
     amount of time.
 
13257
 
12834
13258
`--foreground'
12835
13259
     Don't create a separate background program group, so that the
12836
13260
     managed COMMAND can use the foreground TTY normally.  This is
13753
14177
     future, last Tuesday or a week from Sunday, with feelings of
13754
14178
     helpless confusion.  ...
13755
14179
 
13756
 
     -- Robert Grudin, `Time and the Art of Living'.
 
14180
     --Robert Grudin, `Time and the Art of Living'.
13757
14181
 
13758
14182
   This section describes the textual date representations that GNU
13759
14183
programs accept.  These are the strings you, as a user, can supply as
13765
14189
* General date syntax::            Common rules.
13766
14190
* Calendar date items::            19 Dec 1994.
13767
14191
* Time of day items::              9:20pm.
13768
 
* Time zone items::                EST, PDT, GMT.
13769
 
* Combined date and time of day items:: 1972-09-24T20:02:00,000000-0500
 
14192
* Time zone items::                EST, PDT, UTC, ...
 
14193
* Combined date and time of day items:: 1972-09-24T20:02:00,000000-0500.
13770
14194
* Day of week items::              Monday and others.
13771
14195
* Relative items in date strings:: next tuesday, 2 years ago.
13772
14196
* Pure numbers in date strings::   19931219, 1440.
13984
14408
28.5 Combined date and time of day items
13985
14409
========================================
13986
14410
 
13987
 
A "combined date and time of day item" specifies the time on a specific
13988
 
day of the year.  This type is needed for formats that cannot be
13989
 
represented by individual calendar date (*note Calendar date items::)
13990
 
and time of day (*note Time of day items::) items due to ambiguity.
13991
 
 
13992
 
     # ISO 8601 extended date and time of day format
13993
 
     1972-09-24T20:02:00,000000-0500
13994
 
 
13995
 
   The ISO 8601 extended date and time of day format is an ISO 8601
13996
 
date, a `T' character separator, followed by an ISO 8601 time of day.
 
14411
The ISO 8601 date and time of day extended format consists of an ISO
 
14412
8601 date, a `T' character separator, and an ISO 8601 time of day.
 
14413
This format is also recognized if the `T' is replaced by a space.
 
14414
 
 
14415
   In this format, the time of day should use 24-hour notation.
 
14416
Fractional seconds are allowed, with either comma or period preceding
 
14417
the fraction.  ISO 8601 fractional minutes and hours are not supported.
 
14418
Typically, hosts support nanosecond timestamp resolution; excess
 
14419
precision is silently discarded.
 
14420
 
 
14421
   Here are some examples:
 
14422
 
 
14423
     2012-09-24T20:02:00.052-0500
 
14424
     2012-12-31T23:59:59,999999999+1100
 
14425
     1970-01-01 00:00Z
13997
14426
 
13998
14427
 
13999
14428
File: coreutils.info,  Node: Day of week items,  Next: Relative items in date strings,  Prev: Combined date and time of day items,  Up: Date input formats
15252
15681
* *:                                     Numeric expressions. (line  16)
15253
15682
* + <1>:                                 Numeric expressions. (line  12)
15254
15683
* +:                                     String expressions.  (line  53)
15255
 
* +PAGE_RANGE:                           pr invocation.       (line  58)
 
15684
* +PAGE_RANGE:                           pr invocation.       (line  39)
15256
15685
* - <1>:                                 env invocation.      (line  96)
15257
15686
* -:                                     Numeric expressions. (line  12)
15258
15687
* - and Unix rm:                         rm invocation.       (line 114)
15259
15688
* -, removing files beginning with:      rm invocation.       (line 102)
15260
15689
* --:                                    Common options.      (line  44)
15261
 
* --across:                              pr invocation.       (line  82)
 
15690
* --across:                              pr invocation.       (line  63)
15262
15691
* --additional-suffix:                   split invocation.    (line 121)
15263
15692
* --address-radix:                       od invocation.       (line  36)
15264
 
* --adjustment:                          nice invocation.     (line  47)
 
15693
* --adjustment:                          nice invocation.     (line  51)
15265
15694
* --all <1>:                             uname invocation.    (line  30)
15266
15695
* --all <2>:                             nproc invocation.    (line  19)
15267
15696
* --all <3>:                             who invocation.      (line  36)
15268
15697
* --all <4>:                             stty invocation.     (line  26)
15269
 
* --all <5>:                             du invocation.       (line  26)
15270
 
* --all <6>:                             df invocation.       (line  32)
 
15698
* --all <5>:                             du invocation.       (line  33)
 
15699
* --all <6>:                             df invocation.       (line  43)
15271
15700
* --all <7>:                             Which files are listed.
15272
15701
                                                              (line  13)
15273
15702
* --all:                                 unexpand invocation. (line  37)
15274
15703
* --all-repeated:                        uniq invocation.     (line  69)
15275
15704
* --almost-all:                          Which files are listed.
15276
15705
                                                              (line  17)
15277
 
* --apparent-size:                       du invocation.       (line  29)
 
15706
* --apparent-size:                       du invocation.       (line  36)
15278
15707
* --append:                              tee invocation.      (line  25)
15279
15708
* --archive:                             cp invocation.       (line  65)
15280
15709
* --attributes-only:                     cp invocation.       (line  74)
15288
15717
* --batch-size:                          sort invocation.     (line 259)
15289
15718
* --before:                              tac invocation.      (line  21)
15290
15719
* --binary:                              md5sum invocation.   (line  37)
15291
 
* --block-size <1>:                      du invocation.       (line  50)
15292
 
* --block-size <2>:                      df invocation.       (line  38)
 
15720
* --block-size <1>:                      du invocation.       (line  53)
 
15721
* --block-size <2>:                      df invocation.       (line  49)
15293
15722
* --block-size:                          Block size.          (line 137)
15294
15723
* --block-size=SIZE:                     Block size.          (line  12)
15295
15724
* --body-numbering:                      nl invocation.       (line  47)
15297
15726
* --bourne-shell:                        dircolors invocation.
15298
15727
                                                              (line  34)
15299
15728
* --buffer-size:                         sort invocation.     (line 309)
15300
 
* --bytes <1>:                           du invocation.       (line  46)
 
15729
* --bytes <1>:                           du invocation.       (line  58)
15301
15730
* --bytes <2>:                           cut invocation.      (line  26)
15302
15731
* --bytes <3>:                           wc invocation.       (line  43)
15303
15732
* --bytes <4>:                           split invocation.    (line  40)
15322
15751
                                                              (line  48)
15323
15752
* --color:                               General output formatting.
15324
15753
                                                              (line  21)
15325
 
* --columns:                             pr invocation.       (line  68)
 
15754
* --columns:                             pr invocation.       (line  49)
15326
15755
* --compare:                             install invocation.  (line  47)
15327
15756
* --complement:                          cut invocation.      (line  83)
15328
15757
* --compute:                             runcon invocation.   (line  27)
15335
15764
                                                              (line 268)
15336
15765
* --count <1>:                           who invocation.      (line  70)
15337
15766
* --count:                               uniq invocation.     (line  55)
15338
 
* --count-links:                         du invocation.       (line  96)
 
15767
* --count-links:                         du invocation.       (line 115)
15339
15768
* --crown-margin:                        fmt invocation.      (line  34)
15340
15769
* --csh:                                 dircolors invocation.
15341
15770
                                                              (line  40)
15342
15771
* --date <1>:                            Options for date.    (line  11)
15343
15772
* --date:                                touch invocation.    (line  86)
15344
15773
* --dead:                                who invocation.      (line  44)
 
15774
* --debug:                               numfmt invocation.   (line  29)
15345
15775
* --decode:                              base64 invocation.   (line  30)
15346
 
* --delimiter:                           cut invocation.      (line  63)
 
15776
* --delimiter <1>:                       cut invocation.      (line  63)
 
15777
* --delimiter:                           numfmt invocation.   (line  34)
15347
15778
* --delimiters:                          paste invocation.    (line  43)
15348
 
* --dereference <1>:                     stat invocation.     (line  22)
15349
 
* --dereference <2>:                     du invocation.       (line 101)
15350
 
* --dereference <3>:                     chgrp invocation.    (line  30)
15351
 
* --dereference <4>:                     chown invocation.    (line 103)
15352
 
* --dereference <5>:                     cp invocation.       (line 151)
 
15779
* --dereference <1>:                     chcon invocation.    (line  21)
 
15780
* --dereference <2>:                     stat invocation.     (line  22)
 
15781
* --dereference <3>:                     du invocation.       (line 109)
 
15782
* --dereference <4>:                     chgrp invocation.    (line  30)
 
15783
* --dereference <5>:                     chown invocation.    (line 103)
 
15784
* --dereference <6>:                     cp invocation.       (line 151)
15353
15785
* --dereference:                         Which files are listed.
15354
15786
                                                              (line  84)
15355
 
* --dereference-args:                    du invocation.       (line  61)
 
15787
* --dereference-args:                    du invocation.       (line  68)
15356
15788
* --dereference-command-line:            Which files are listed.
15357
15789
                                                              (line  36)
15358
15790
* --dereference-command-line-symlink-to-dir: Which files are listed.
15367
15799
                                                              (line  28)
15368
15800
* --dired:                               What information is listed.
15369
15801
                                                              (line  16)
15370
 
* --double-space:                        pr invocation.       (line  94)
 
15802
* --double-space:                        pr invocation.       (line  75)
15371
15803
* --dry-run:                             mktemp invocation.   (line  98)
15372
15804
* --echo:                                shuf invocation.     (line  19)
15373
15805
* --elide-empty-files <1>:               csplit invocation.   (line  90)
15376
15808
* --escape:                              Formatting the file names.
15377
15809
                                                              (line  11)
15378
15810
* --exact:                               shred invocation.    (line 134)
15379
 
* --exclude-from=FILE:                   du invocation.       (line 213)
15380
 
* --exclude-type:                        df invocation.       (line 144)
15381
 
* --exclude=PATTERN:                     du invocation.       (line 207)
15382
 
* --expand-tabs:                         pr invocation.       (line 118)
 
15811
* --exclude-from=FILE:                   du invocation.       (line 231)
 
15812
* --exclude-type:                        df invocation.       (line 222)
 
15813
* --exclude=PATTERN:                     du invocation.       (line 236)
 
15814
* --expand-tabs:                         pr invocation.       (line  99)
 
15815
* --field:                               numfmt invocation.   (line  38)
15383
15816
* --field-separator:                     sort invocation.     (line 325)
15384
15817
* --fields:                              cut invocation.      (line  44)
15385
15818
* --file <1>:                            Options for date.    (line  26)
15387
15820
* --file-system:                         stat invocation.     (line  28)
15388
15821
* --file-type:                           General output formatting.
15389
15822
                                                              (line  59)
15390
 
* --files0-from=FILE <1>:                du invocation.       (line  67)
 
15823
* --files0-from=FILE <1>:                du invocation.       (line  80)
15391
15824
* --files0-from=FILE <2>:                sort invocation.     (line 221)
15392
15825
* --files0-from=FILE:                    wc invocation.       (line  62)
15393
15826
* --filter:                              split invocation.    (line  60)
15394
 
* --first-line-number:                   pr invocation.       (line 194)
 
15827
* --first-line-number:                   pr invocation.       (line 175)
15395
15828
* --follow:                              tail invocation.     (line  48)
15396
15829
* --footer-numbering:                    nl invocation.       (line  75)
15397
15830
* --force <1>:                           ln invocation.       (line  96)
15399
15832
* --force <3>:                           rm invocation.       (line  39)
15400
15833
* --force <4>:                           mv invocation.       (line  63)
15401
15834
* --force:                               cp invocation.       (line 118)
15402
 
* --foreground:                          timeout invocation.  (line  18)
15403
 
* --form-feed:                           pr invocation.       (line 126)
 
15835
* --foreground:                          timeout invocation.  (line  24)
 
15836
* --form-feed:                           pr invocation.       (line 107)
15404
15837
* --format <1>:                          General output formatting.
15405
15838
                                                              (line  10)
15406
15839
* --format <2>:                          What information is listed.
15407
15840
                                                              (line 131)
 
15841
* --format <3>:                          numfmt invocation.   (line  41)
15408
15842
* --format:                              od invocation.       (line  85)
15409
15843
* --format=FORMAT <1>:                   seq invocation.      (line  24)
15410
15844
* --format=FORMAT:                       stat invocation.     (line  34)
15411
 
* --from:                                chown invocation.    (line  80)
 
15845
* --from <1>:                            chown invocation.    (line  80)
 
15846
* --from:                                numfmt invocation.   (line  48)
 
15847
* --from-unit:                           numfmt invocation.   (line  53)
15412
15848
* --full-time:                           What information is listed.
15413
15849
                                                              (line 100)
15414
15850
* --general-numeric-sort:                sort invocation.     (line 105)
15417
15853
* --group:                               install invocation.  (line  68)
15418
15854
* --group-directories-first:             Which files are listed.
15419
15855
                                                              (line  50)
 
15856
* --grouping:                            numfmt invocation.   (line  59)
15420
15857
* --groups <1>:                          chroot invocation.   (line  29)
15421
15858
* --groups:                              id invocation.       (line  30)
15422
15859
* --hardware-platform:                   uname invocation.    (line  35)
15423
15860
* --head-count:                          shuf invocation.     (line  32)
15424
15861
* --header <1>:                          join invocation.     (line  90)
15425
 
* --header:                              pr invocation.       (line 131)
 
15862
* --header <2>:                          pr invocation.       (line 112)
 
15863
* --header:                              numfmt invocation.   (line  65)
15426
15864
* --header-numbering:                    nl invocation.       (line  79)
 
15865
* --header=N:                            numfmt invocation.   (line  65)
15427
15866
* --heading:                             who invocation.      (line  48)
15428
15867
* --help:                                Common options.      (line  37)
15429
15868
* --hide-control-chars:                  Formatting the file names.
15431
15870
* --hide=PATTERN:                        Which files are listed.
15432
15871
                                                              (line  57)
15433
15872
* --human-numeric-sort:                  sort invocation.     (line 130)
15434
 
* --human-readable <1>:                  du invocation.       (line  81)
15435
 
* --human-readable <2>:                  df invocation.       (line  48)
 
15873
* --human-readable <1>:                  du invocation.       (line  97)
 
15874
* --human-readable <2>:                  df invocation.       (line  64)
15436
15875
* --human-readable <3>:                  What information is listed.
15437
15876
                                                              (line 116)
15438
15877
* --human-readable:                      Block size.          (line 137)
15450
15889
* --ignore-nonprinting:                  sort invocation.     (line 145)
15451
15890
* --ignore=PATTERN:                      Which files are listed.
15452
15891
                                                              (line  70)
15453
 
* --indent:                              pr invocation.       (line 200)
 
15892
* --indent:                              pr invocation.       (line 181)
15454
15893
* --indicator-style:                     General output formatting.
15455
15894
                                                              (line  48)
15456
15895
* --initial:                             expand invocation.   (line  34)
15457
15896
* --inode:                               What information is listed.
15458
15897
                                                              (line 123)
15459
 
* --inodes:                              df invocation.       (line  58)
 
15898
* --inodes:                              df invocation.       (line  74)
15460
15899
* --input:                               stdbuf invocation.   (line  26)
15461
15900
* --input-range:                         shuf invocation.     (line  23)
15462
15901
* --interactive <1>:                     ln invocation.       (line 100)
15463
15902
* --interactive <2>:                     rm invocation.       (line  54)
15464
15903
* --interactive <3>:                     mv invocation.       (line  69)
15465
15904
* --interactive:                         cp invocation.       (line 141)
 
15905
* --invalid:                             numfmt invocation.   (line  68)
15466
15906
* --io-blocks:                           truncate invocation. (line  26)
15467
15907
* --iso-8601[=TIMESPEC]:                 Options for date.    (line  34)
15468
15908
* --iterations=NUMBER:                   shred invocation.    (line 106)
15469
15909
* --join-blank-lines:                    nl invocation.       (line  87)
15470
 
* --join-lines:                          pr invocation.       (line 144)
 
15910
* --join-lines:                          pr invocation.       (line 125)
15471
15911
* --keep-files:                          csplit invocation.   (line  86)
15472
15912
* --kernel-name:                         uname invocation.    (line  65)
15473
15913
* --kernel-release:                      uname invocation.    (line  61)
15475
15915
* --key:                                 sort invocation.     (line 234)
15476
15916
* --kibibytes:                           General output formatting.
15477
15917
                                                              (line  85)
15478
 
* --kill-after:                          timeout invocation.  (line  33)
15479
 
* --length:                              pr invocation.       (line 153)
 
15918
* --kill-after:                          timeout invocation.  (line  39)
 
15919
* --length:                              pr invocation.       (line 134)
15480
15920
* --line-bytes:                          split invocation.    (line  54)
15481
15921
* --line-increment:                      nl invocation.       (line  83)
15482
15922
* --lines <1>:                           wc invocation.       (line  55)
15486
15926
* --link:                                cp invocation.       (line 147)
15487
15927
* --literal:                             Formatting the file names.
15488
15928
                                                              (line  17)
15489
 
* --local:                               df invocation.       (line  69)
 
15929
* --local:                               df invocation.       (line  85)
15490
15930
* --logical <1>:                         pwd invocation.      (line  15)
15491
15931
* --logical <2>:                         realpath invocation. (line  30)
15492
15932
* --logical:                             ln invocation.       (line 104)
15493
15933
* --login:                               who invocation.      (line  52)
15494
15934
* --lookup:                              who invocation.      (line  57)
15495
15935
* --machine:                             uname invocation.    (line  41)
15496
 
* --max-depth=DEPTH:                     du invocation.       (line 118)
 
15936
* --max-depth=DEPTH:                     du invocation.       (line  75)
15497
15937
* --max-line-length:                     wc invocation.       (line  59)
15498
15938
* --max-unchanged-stats:                 tail invocation.     (line 140)
15499
15939
* --merge <1>:                           sort invocation.     (line  32)
15500
 
* --merge:                               pr invocation.       (line 160)
 
15940
* --merge:                               pr invocation.       (line 141)
15501
15941
* --mesg:                                who invocation.      (line  95)
15502
15942
* --message:                             who invocation.      (line  95)
15503
15943
* --mode <1>:                            mknod invocation.    (line  48)
15511
15951
* --no-clobber:                          cp invocation.       (line 158)
15512
15952
* --no-create <1>:                       truncate invocation. (line  22)
15513
15953
* --no-create:                           touch invocation.    (line  82)
15514
 
* --no-dereference <1>:                  chcon invocation.    (line  22)
15515
 
* --no-dereference <2>:                  du invocation.       (line 112)
 
15954
* --no-dereference <1>:                  chcon invocation.    (line  26)
 
15955
* --no-dereference <2>:                  du invocation.       (line 125)
15516
15956
* --no-dereference <3>:                  touch invocation.    (line 100)
15517
15957
* --no-dereference <4>:                  chgrp invocation.    (line  35)
15518
15958
* --no-dereference <5>:                  chown invocation.    (line 108)
15519
15959
* --no-dereference <6>:                  ln invocation.       (line 110)
15520
15960
* --no-dereference:                      cp invocation.       (line 164)
15521
 
* --no-file-warnings:                    pr invocation.       (line 207)
 
15961
* --no-file-warnings:                    pr invocation.       (line 188)
15522
15962
* --no-group:                            What information is listed.
15523
15963
                                                              (line 110)
15524
15964
* --no-newline:                          readlink invocation. (line  48)
15525
 
* --no-preserve-root <1>:                chmod invocation.    (line  54)
15526
 
* --no-preserve-root <2>:                chgrp invocation.    (line  48)
15527
 
* --no-preserve-root <3>:                chown invocation.    (line 121)
 
15965
* --no-preserve-root <1>:                chcon invocation.    (line  43)
 
15966
* --no-preserve-root <2>:                chmod invocation.    (line  54)
 
15967
* --no-preserve-root <3>:                chgrp invocation.    (line  48)
 
15968
* --no-preserve-root <4>:                chown invocation.    (line 121)
15528
15969
* --no-preserve-root:                    rm invocation.       (line  88)
15529
15970
* --no-renumber:                         nl invocation.       (line 108)
15530
15971
* --no-symlinks:                         realpath invocation. (line  46)
15531
 
* --no-sync:                             df invocation.       (line  73)
 
15972
* --no-sync:                             df invocation.       (line  89)
15532
15973
* --no-target-directory <1>:             ln invocation.       (line 165)
15533
15974
* --no-target-directory <2>:             mv invocation.       (line 109)
15534
15975
* --no-target-directory <3>:             install invocation.  (line 124)
15535
 
* --no-target-directory <4>:             cp invocation.       (line 355)
 
15976
* --no-target-directory <4>:             cp invocation.       (line 356)
15536
15977
* --no-target-directory:                 Target directory.    (line  15)
15537
15978
* --nodename:                            uname invocation.    (line  46)
15538
15979
* --null <1>:                            env invocation.      (line  83)
15539
15980
* --null <2>:                            printenv invocation. (line  19)
15540
 
* --null:                                du invocation.       (line 124)
 
15981
* --null:                                du invocation.       (line  26)
15541
15982
* --number <1>:                          split invocation.    (line  77)
15542
15983
* --number:                              cat invocation.      (line  31)
15543
15984
* --number-format:                       nl invocation.       (line  95)
15544
 
* --number-lines:                        pr invocation.       (line 173)
 
15985
* --number-lines:                        pr invocation.       (line 154)
15545
15986
* --number-nonblank:                     cat invocation.      (line  20)
15546
15987
* --number-separator:                    nl invocation.       (line 112)
15547
15988
* --number-width:                        nl invocation.       (line 122)
15549
15990
* --numeric-suffixes:                    split invocation.    (line 114)
15550
15991
* --numeric-uid-gid:                     What information is listed.
15551
15992
                                                              (line 234)
15552
 
* --omit-header:                         pr invocation.       (line 230)
15553
 
* --omit-pagination:                     pr invocation.       (line 241)
15554
 
* --one-file-system <1>:                 du invocation.       (line 203)
 
15993
* --omit-header:                         pr invocation.       (line 211)
 
15994
* --omit-pagination:                     pr invocation.       (line 222)
 
15995
* --one-file-system <1>:                 du invocation.       (line 242)
15555
15996
* --one-file-system <2>:                 rm invocation.       (line  67)
15556
 
* --one-file-system:                     cp invocation.       (line 378)
 
15997
* --one-file-system:                     cp invocation.       (line 379)
15557
15998
* --only-delimited:                      cut invocation.      (line  71)
15558
15999
* --operating-system:                    uname invocation.    (line  57)
15559
16000
* --output <1>:                          stdbuf invocation.   (line  30)
15560
 
* --output <2>:                          shuf invocation.     (line  37)
 
16001
* --output <2>:                          df invocation.       (line  96)
 
16002
* --output <3>:                          shuf invocation.     (line  37)
15561
16003
* --output:                              sort invocation.     (line 285)
15562
16004
* --output-delimiter:                    cut invocation.      (line  76)
15563
16005
* --output-duplicates:                   od invocation.       (line 155)
15564
 
* --output-tabs:                         pr invocation.       (line 137)
 
16006
* --output-tabs:                         pr invocation.       (line 118)
15565
16007
* --owner:                               install invocation.  (line  86)
15566
 
* --page_width:                          pr invocation.       (line 259)
15567
 
* --pages=PAGE_RANGE:                    pr invocation.       (line  58)
 
16008
* --padding:                             numfmt invocation.   (line  76)
 
16009
* --page_width:                          pr invocation.       (line 240)
 
16010
* --pages=PAGE_RANGE:                    pr invocation.       (line  39)
15568
16011
* --parallel:                            sort invocation.     (line 353)
15569
16012
* --parents <1>:                         rmdir invocation.    (line  22)
15570
16013
* --parents <2>:                         mkdir invocation.    (line  34)
15571
 
* --parents:                             cp invocation.       (line 243)
 
16014
* --parents:                             cp invocation.       (line 244)
15572
16015
* --physical <1>:                        pwd invocation.      (line  22)
15573
16016
* --physical <2>:                        realpath invocation. (line  35)
15574
16017
* --physical:                            ln invocation.       (line 129)
15575
16018
* --pid:                                 tail invocation.     (line 120)
15576
16019
* --portability <1>:                     pathchk invocation.  (line  46)
15577
 
* --portability:                         df invocation.       (line  80)
 
16020
* --portability:                         df invocation.       (line 158)
15578
16021
* --prefix:                              csplit invocation.   (line  62)
15579
16022
* --preserve:                            cp invocation.       (line 171)
15580
16023
* --preserve-context:                    install invocation.  (line  91)
15581
 
* --preserve-root <1>:                   chmod invocation.    (line  49)
15582
 
* --preserve-root <2>:                   chgrp invocation.    (line  43)
15583
 
* --preserve-root <3>:                   chown invocation.    (line 116)
 
16024
* --preserve-root <1>:                   chcon invocation.    (line  38)
 
16025
* --preserve-root <2>:                   chmod invocation.    (line  49)
 
16026
* --preserve-root <3>:                   chgrp invocation.    (line  43)
 
16027
* --preserve-root <4>:                   chown invocation.    (line 116)
15584
16028
* --preserve-root:                       rm invocation.       (line  83)
 
16029
* --preserve-status:                     timeout invocation.  (line  18)
15585
16030
* --preserve-timestamps:                 install invocation.  (line  98)
15586
16031
* --print-database:                      dircolors invocation.
15587
16032
                                                              (line  45)
15588
 
* --print-type:                          df invocation.       (line 119)
 
16033
* --print-type:                          df invocation.       (line 197)
15589
16034
* --printf=FORMAT:                       stat invocation.     (line  43)
15590
16035
* --process:                             who invocation.      (line  66)
15591
16036
* --processor:                           uname invocation.    (line  50)
15595
16040
* --quiet <4>:                           chmod invocation.    (line  45)
15596
16041
* --quiet <5>:                           chgrp invocation.    (line  26)
15597
16042
* --quiet <6>:                           chown invocation.    (line  76)
15598
 
* --quiet <7>:                           readlink invocation. (line  54)
 
16043
* --quiet <7>:                           readlink invocation. (line  55)
15599
16044
* --quiet <8>:                           md5sum invocation.   (line  68)
15600
16045
* --quiet <9>:                           csplit invocation.   (line 101)
15601
16046
* --quiet <10>:                          tail invocation.     (line 160)
15609
16054
* --random-source <2>:                   shuf invocation.     (line  43)
15610
16055
* --random-source:                       sort invocation.     (line 298)
15611
16056
* --range <1>:                           runcon invocation.   (line  43)
15612
 
* --range:                               chcon invocation.    (line  63)
 
16057
* --range:                               chcon invocation.    (line  77)
15613
16058
* --read-bytes:                          od invocation.       (line  71)
15614
16059
* --real:                                id invocation.       (line  39)
15615
 
* --recursive <1>:                       chcon invocation.    (line  30)
 
16060
* --recursive <1>:                       chcon invocation.    (line  35)
15616
16061
* --recursive <2>:                       chmod invocation.    (line  69)
15617
16062
* --recursive <3>:                       chgrp invocation.    (line  66)
15618
16063
* --recursive <4>:                       chown invocation.    (line 140)
15619
16064
* --recursive <5>:                       rm invocation.       (line  95)
15620
 
* --recursive <6>:                       cp invocation.       (line 256)
 
16065
* --recursive <6>:                       cp invocation.       (line 257)
15621
16066
* --recursive:                           Which files are listed.
15622
16067
                                                              (line  91)
15623
 
* --reference <1>:                       chcon invocation.    (line  25)
 
16068
* --reference <1>:                       chcon invocation.    (line  30)
15624
16069
* --reference <2>:                       Options for date.    (line  59)
15625
16070
* --reference <3>:                       truncate invocation. (line  30)
15626
16071
* --reference <4>:                       touch invocation.    (line 119)
15627
16072
* --reference <5>:                       chmod invocation.    (line  62)
15628
16073
* --reference <6>:                       chgrp invocation.    (line  52)
15629
16074
* --reference:                           chown invocation.    (line 125)
15630
 
* --reflink[=WHEN]:                      cp invocation.       (line 269)
 
16075
* --reflink[=WHEN]:                      cp invocation.       (line 270)
15631
16076
* --regex:                               tac invocation.      (line  26)
15632
16077
* --relative:                            ln invocation.       (line 138)
15633
16078
* --relative-base:                       realpath invocation. (line  61)
15634
16079
* --relative-to:                         realpath invocation. (line  56)
15635
16080
* --remove:                              shred invocation.    (line 123)
15636
 
* --remove-destination:                  cp invocation.       (line 295)
 
16081
* --remove-destination:                  cp invocation.       (line 296)
15637
16082
* --repeated:                            uniq invocation.     (line  63)
15638
16083
* --retry:                               tail invocation.     (line 104)
15639
16084
* --reverse <1>:                         Sorting the output.  (line  27)
15642
16087
* --rfc-3339=TIMESPEC:                   Options for date.    (line  77)
15643
16088
* --rfc-822:                             Options for date.    (line  65)
15644
16089
* --role <1>:                            runcon invocation.   (line  35)
15645
 
* --role:                                chcon invocation.    (line  55)
 
16090
* --role:                                chcon invocation.    (line  69)
 
16091
* --round:                               numfmt invocation.   (line  83)
 
16092
* --round=down:                          numfmt invocation.   (line  83)
 
16093
* --round=from-zero:                     numfmt invocation.   (line  83)
 
16094
* --round=nearest:                       numfmt invocation.   (line  83)
 
16095
* --round=towards-zero:                  numfmt invocation.   (line  83)
 
16096
* --round=up:                            numfmt invocation.   (line  83)
15646
16097
* --runlevel:                            who invocation.      (line  75)
15647
16098
* --save:                                stty invocation.     (line  41)
15648
16099
* --section-delimiter:                   nl invocation.       (line  68)
15649
 
* --sep-string:                          pr invocation.       (line 221)
15650
 
* --separate-dirs:                       du invocation.       (line 142)
15651
 
* --separator <1>:                       pr invocation.       (line 212)
15652
 
* --separator:                           tac invocation.      (line  33)
 
16100
* --sep-string:                          pr invocation.       (line 202)
 
16101
* --separate-dirs:                       du invocation.       (line 130)
 
16102
* --separator <1>:                       pr invocation.       (line 193)
 
16103
* --separator:                           tac invocation.      (line  30)
15653
16104
* --serial:                              paste invocation.    (line  34)
15654
16105
* --set:                                 Options for date.    (line 107)
15655
16106
* --sh:                                  dircolors invocation.
15657
16108
* --show-all:                            cat invocation.      (line  16)
15658
16109
* --show-control-chars <1>:              Formatting the file names.
15659
16110
                                                              (line  78)
15660
 
* --show-control-chars:                  pr invocation.       (line  88)
 
16111
* --show-control-chars:                  pr invocation.       (line  69)
15661
16112
* --show-ends:                           cat invocation.      (line  27)
15662
 
* --show-nonprinting <1>:                pr invocation.       (line 246)
 
16113
* --show-nonprinting <1>:                pr invocation.       (line 227)
15663
16114
* --show-nonprinting:                    cat invocation.      (line  51)
15664
16115
* --show-tabs:                           cat invocation.      (line  44)
15665
 
* --si <1>:                              du invocation.       (line 130)
15666
 
* --si <2>:                              df invocation.       (line  99)
 
16116
* --si <1>:                              du invocation.       (line 138)
 
16117
* --si <2>:                              df invocation.       (line 177)
15667
16118
* --si <3>:                              What information is listed.
15668
16119
                                                              (line 260)
15669
16120
* --si:                                  Block size.          (line 137)
15670
 
* --signal:                              timeout invocation.  (line  40)
 
16121
* --signal:                              timeout invocation.  (line  46)
15671
16122
* --silent <1>:                          tty invocation.      (line  18)
15672
16123
* --silent <2>:                          chmod invocation.    (line  45)
15673
16124
* --silent <3>:                          chgrp invocation.    (line  26)
15674
16125
* --silent <4>:                          chown invocation.    (line  76)
15675
 
* --silent <5>:                          readlink invocation. (line  54)
 
16126
* --silent <5>:                          readlink invocation. (line  55)
15676
16127
* --silent <6>:                          csplit invocation.   (line 101)
15677
16128
* --silent <7>:                          tail invocation.     (line 160)
15678
16129
* --silent:                              head invocation.     (line  46)
15687
16138
* --sort <1>:                            Sorting the output.  (line  32)
15688
16139
* --sort:                                sort invocation.     (line 105)
15689
16140
* --spaces:                              fold invocation.     (line  29)
15690
 
* --sparse=WHEN:                         cp invocation.       (line 299)
 
16141
* --sparse=WHEN:                         cp invocation.       (line 300)
15691
16142
* --split-only:                          fmt invocation.      (line  47)
15692
16143
* --squeeze-blank:                       cat invocation.      (line  36)
15693
16144
* --stable:                              sort invocation.     (line 303)
15699
16150
* --strip:                               install invocation.  (line 108)
15700
16151
* --strip-program:                       install invocation.  (line 111)
15701
16152
* --strip-trailing-slashes <1>:          mv invocation.       (line  95)
15702
 
* --strip-trailing-slashes:              cp invocation.       (line 333)
 
16153
* --strip-trailing-slashes:              cp invocation.       (line 334)
15703
16154
* --suffix <1>:                          mktemp invocation.   (line 114)
15704
16155
* --suffix <2>:                          basename invocation. (line  38)
15705
16156
* --suffix <3>:                          ln invocation.       (line 156)
15706
16157
* --suffix <4>:                          mv invocation.       (line 100)
15707
16158
* --suffix <5>:                          install invocation.  (line 115)
15708
 
* --suffix <6>:                          cp invocation.       (line 346)
 
16159
* --suffix <6>:                          cp invocation.       (line 347)
15709
16160
* --suffix <7>:                          csplit invocation.   (line  66)
 
16161
* --suffix <8>:                          numfmt invocation.   (line  88)
15710
16162
* --suffix:                              Backup options.      (line  50)
15711
16163
* --suffix-length:                       split invocation.    (line 106)
15712
 
* --summarize:                           du invocation.       (line 138)
 
16164
* --summarize:                           du invocation.       (line 146)
15713
16165
* --symbolic:                            ln invocation.       (line 150)
15714
 
* --symbolic-link:                       cp invocation.       (line 338)
15715
 
* --sync:                                df invocation.       (line 106)
 
16166
* --symbolic-link:                       cp invocation.       (line 339)
 
16167
* --sync:                                df invocation.       (line 184)
15716
16168
* --sysv:                                sum invocation.      (line  31)
15717
16169
* --tabs <1>:                            unexpand invocation. (line  24)
15718
16170
* --tabs:                                expand invocation.   (line  22)
15723
16175
* --target-directory <1>:                ln invocation.       (line 161)
15724
16176
* --target-directory <2>:                mv invocation.       (line 105)
15725
16177
* --target-directory <3>:                install invocation.  (line 120)
15726
 
* --target-directory <4>:                cp invocation.       (line 351)
 
16178
* --target-directory <4>:                cp invocation.       (line 352)
15727
16179
* --target-directory:                    Target directory.    (line  31)
15728
16180
* --temporary-directory:                 sort invocation.     (line 345)
15729
16181
* --terse:                               stat invocation.     (line  54)
15730
16182
* --text:                                md5sum invocation.   (line  95)
 
16183
* --threshold:                           du invocation.       (line 150)
15731
16184
* --time <1>:                            who invocation.      (line  83)
15732
 
* --time <2>:                            du invocation.       (line 150)
 
16185
* --time <2>:                            du invocation.       (line 178)
15733
16186
* --time <3>:                            touch invocation.    (line  78)
15734
16187
* --time:                                Sorting the output.  (line  13)
15735
 
* --time-style <1>:                      du invocation.       (line 165)
 
16188
* --time-style <1>:                      du invocation.       (line 193)
15736
16189
* --time-style:                          Formatting file timestamps.
15737
16190
                                                              (line  26)
15738
16191
* --tmpdir:                              mktemp invocation.   (line 106)
15739
 
* --total <1>:                           du invocation.       (line  55)
15740
 
* --total:                               df invocation.       (line  42)
 
16192
* --to:                                  numfmt invocation.   (line  92)
 
16193
* --to-unit:                             numfmt invocation.   (line  97)
 
16194
* --total <1>:                           du invocation.       (line  62)
 
16195
* --total:                               df invocation.       (line  53)
15741
16196
* --traditional:                         od invocation.       (line 206)
15742
16197
* --type <1>:                            runcon invocation.   (line  39)
15743
 
* --type <2>:                            chcon invocation.    (line  59)
15744
 
* --type:                                df invocation.       (line 113)
 
16198
* --type <2>:                            chcon invocation.    (line  73)
 
16199
* --type:                                df invocation.       (line 191)
15745
16200
* --unbuffered:                          split invocation.    (line 134)
15746
16201
* --uniform-spacing:                     fmt invocation.      (line  53)
15747
16202
* --unique <1>:                          uniq invocation.     (line 101)
15749
16204
* --universal:                           Options for date.    (line 113)
15750
16205
* --unset:                               env invocation.      (line  90)
15751
16206
* --update <1>:                          mv invocation.       (line  82)
15752
 
* --update:                              cp invocation.       (line 360)
 
16207
* --update:                              cp invocation.       (line 361)
15753
16208
* --user <1>:                            runcon invocation.   (line  31)
15754
 
* --user <2>:                            chcon invocation.    (line  51)
 
16209
* --user <2>:                            chcon invocation.    (line  65)
15755
16210
* --user:                                id invocation.       (line  44)
15756
16211
* --userspec:                            chroot invocation.   (line  24)
15757
16212
* --utc:                                 Options for date.    (line 113)
15758
 
* --verbose <1>:                         chcon invocation.    (line  47)
 
16213
* --verbose <1>:                         chcon invocation.    (line  61)
15759
16214
* --verbose <2>:                         chmod invocation.    (line  59)
15760
16215
* --verbose <3>:                         chgrp invocation.    (line  58)
15761
16216
* --verbose <4>:                         chown invocation.    (line 132)
15762
16217
* --verbose <5>:                         rmdir invocation.    (line  31)
15763
 
* --verbose <6>:                         readlink invocation. (line  58)
 
16218
* --verbose <6>:                         readlink invocation. (line  59)
15764
16219
* --verbose <7>:                         mkdir invocation.    (line  51)
15765
16220
* --verbose <8>:                         ln invocation.       (line 170)
15766
16221
* --verbose <9>:                         shred invocation.    (line 129)
15767
16222
* --verbose <10>:                        rm invocation.       (line  99)
15768
16223
* --verbose <11>:                        mv invocation.       (line  92)
15769
16224
* --verbose <12>:                        install invocation.  (line 129)
15770
 
* --verbose <13>:                        cp invocation.       (line 374)
 
16225
* --verbose <13>:                        cp invocation.       (line 375)
15771
16226
* --verbose <14>:                        split invocation.    (line 138)
15772
16227
* --verbose <15>:                        tail invocation.     (line 164)
15773
16228
* --verbose:                             head invocation.     (line  50)
15777
16232
* --width <1>:                           General output formatting.
15778
16233
                                                              (line 123)
15779
16234
* --width <2>:                           fold invocation.     (line  35)
15780
 
* --width <3>:                           pr invocation.       (line 250)
 
16235
* --width <3>:                           pr invocation.       (line 231)
15781
16236
* --width <4>:                           fmt invocation.      (line  59)
15782
16237
* --width:                               od invocation.       (line 162)
15783
16238
* --words:                               wc invocation.       (line  51)
15786
16241
* --zero <1>:                            realpath invocation. (line  53)
15787
16242
* --zero <2>:                            dirname invocation.  (line  31)
15788
16243
* --zero <3>:                            basename invocation. (line  42)
 
16244
* --zero <4>:                            readlink invocation. (line  63)
15789
16245
* --zero:                                shred invocation.    (line 144)
15790
16246
* --zero-terminated <1>:                 uniq invocation.     (line 112)
15791
16247
* --zero-terminated <2>:                 shuf invocation.     (line  48)
15792
16248
* --zero-terminated:                     sort invocation.     (line 375)
15793
16249
* -0 <1>:                                env invocation.      (line  82)
15794
16250
* -0 <2>:                                printenv invocation. (line  18)
15795
 
* -0:                                    du invocation.       (line 123)
 
16251
* -0:                                    du invocation.       (line  25)
15796
16252
* -1 <1>:                                General output formatting.
15797
16253
                                                              (line  10)
15798
16254
* -1 <2>:                                join invocation.     (line 105)
15807
16263
* -a <5>:                                tee invocation.      (line  25)
15808
16264
* -a <6>:                                Connectives for test.
15809
16265
                                                              (line  12)
15810
 
* -a <7>:                                du invocation.       (line  26)
15811
 
* -a <8>:                                df invocation.       (line  32)
 
16266
* -a <7>:                                du invocation.       (line  33)
 
16267
* -a <8>:                                df invocation.       (line  43)
15812
16268
* -a <9>:                                touch invocation.    (line  78)
15813
16269
* -a:                                    cp invocation.       (line  65)
15814
16270
* -A:                                    Which files are listed.
15818
16274
* -a <2>:                                unexpand invocation. (line  37)
15819
16275
* -a <3>:                                join invocation.     (line  75)
15820
16276
* -a <4>:                                split invocation.    (line 106)
15821
 
* -a <5>:                                pr invocation.       (line  82)
 
16277
* -a <5>:                                pr invocation.       (line  63)
15822
16278
* -a:                                    od invocation.       (line 175)
15823
16279
* -A <1>:                                od invocation.       (line  36)
15824
16280
* -A:                                    cat invocation.      (line  16)
15825
16281
* -b <1>:                                who invocation.      (line  40)
15826
 
* -b:                                    File type tests.     (line  10)
15827
 
* -B:                                    du invocation.       (line  50)
15828
 
* -b:                                    du invocation.       (line  46)
15829
 
* -B:                                    df invocation.       (line  38)
 
16282
* -b <2>:                                File type tests.     (line  10)
 
16283
* -b:                                    du invocation.       (line  58)
 
16284
* -B <1>:                                du invocation.       (line  53)
 
16285
* -B:                                    df invocation.       (line  49)
15830
16286
* -b <1>:                                ln invocation.       (line  84)
15831
16287
* -b <2>:                                mv invocation.       (line  58)
15832
16288
* -b <3>:                                install invocation.  (line  42)
15852
16308
* -c <2>:                                File type tests.     (line  13)
15853
16309
* -c <3>:                                truncate invocation. (line  22)
15854
16310
* -c <4>:                                stat invocation.     (line  34)
15855
 
* -c <5>:                                du invocation.       (line  55)
 
16311
* -c <5>:                                du invocation.       (line  62)
15856
16312
* -c <6>:                                touch invocation.    (line  82)
15857
16313
* -c <7>:                                chmod invocation.    (line  39)
15858
16314
* -c <8>:                                chgrp invocation.    (line  20)
15872
16328
* -C:                                    split invocation.    (line  54)
15873
16329
* -c <1>:                                tail invocation.     (line  32)
15874
16330
* -c <2>:                                head invocation.     (line  24)
15875
 
* -c <3>:                                pr invocation.       (line  88)
 
16331
* -c <3>:                                pr invocation.       (line  69)
15876
16332
* -c <4>:                                fmt invocation.      (line  34)
15877
16333
* -c:                                    od invocation.       (line 181)
15878
 
* -COLUMN:                               pr invocation.       (line  68)
 
16334
* -COLUMN:                               pr invocation.       (line  49)
15879
16335
* -d <1>:                                Options for date.    (line  11)
15880
16336
* -d <2>:                                who invocation.      (line  44)
15881
16337
* -d <3>:                                mktemp invocation.   (line  86)
15882
16338
* -d:                                    File type tests.     (line  16)
15883
 
* -D:                                    du invocation.       (line  61)
 
16339
* -D:                                    du invocation.       (line  68)
15884
16340
* -d <1>:                                touch invocation.    (line  86)
15885
16341
* -d <2>:                                ln invocation.       (line  90)
15886
16342
* -d <3>:                                rm invocation.       (line  35)
15897
16353
* -d <1>:                                uniq invocation.     (line  63)
15898
16354
* -d <2>:                                sort invocation.     (line  87)
15899
16355
* -d <3>:                                split invocation.    (line 114)
15900
 
* -d <4>:                                pr invocation.       (line  94)
15901
 
* -d <5>:                                base64 invocation.   (line  30)
15902
 
* -d <6>:                                od invocation.       (line 185)
 
16356
* -d <4>:                                pr invocation.       (line  75)
 
16357
* -d <5>:                                numfmt invocation.   (line  34)
 
16358
* -d <6>:                                base64 invocation.   (line  30)
 
16359
* -d <7>:                                od invocation.       (line 185)
15903
16360
* -d:                                    nl invocation.       (line  68)
15904
 
* -d DEPTH:                              du invocation.       (line 118)
 
16361
* -d DEPTH:                              du invocation.       (line  75)
15905
16362
* -e <1>:                                stdbuf invocation.   (line  34)
15906
16363
* -e <2>:                                realpath invocation. (line  17)
15907
16364
* -e:                                    File characteristic tests.
15911
16368
* -e <2>:                                readlink invocation. (line  36)
15912
16369
* -e <3>:                                join invocation.     (line  86)
15913
16370
* -e <4>:                                split invocation.    (line 126)
15914
 
* -e:                                    pr invocation.       (line 118)
 
16371
* -e:                                    pr invocation.       (line  99)
15915
16372
* -E:                                    cat invocation.      (line  27)
15916
16373
* -e:                                    cat invocation.      (line  23)
15917
16374
* -ef:                                   File characteristic tests.
15941
16398
* -f:                                    csplit invocation.   (line  62)
15942
16399
* -F:                                    tail invocation.     (line  99)
15943
16400
* -f <1>:                                tail invocation.     (line  48)
15944
 
* -f:                                    pr invocation.       (line 126)
15945
 
* -F:                                    pr invocation.       (line 126)
 
16401
* -f:                                    pr invocation.       (line 107)
 
16402
* -F:                                    pr invocation.       (line 107)
15946
16403
* -f <1>:                                od invocation.       (line 188)
15947
16404
* -f:                                    nl invocation.       (line  75)
15948
16405
* -f FORMAT:                             seq invocation.      (line  24)
15962
16419
* -g:                                    fmt invocation.      (line  64)
15963
16420
* -ge:                                   Numeric tests.       (line  16)
15964
16421
* -gt:                                   Numeric tests.       (line  16)
15965
 
* -H:                                    chcon invocation.    (line  33)
15966
 
* -h:                                    chcon invocation.    (line  22)
 
16422
* -H:                                    chcon invocation.    (line  47)
 
16423
* -h:                                    chcon invocation.    (line  26)
15967
16424
* -H:                                    who invocation.      (line  48)
15968
 
* -h:                                    File type tests.     (line  23)
15969
 
* -H:                                    du invocation.       (line  87)
15970
 
* -h:                                    du invocation.       (line  81)
15971
 
* -H:                                    df invocation.       (line  54)
15972
 
* -h <1>:                                df invocation.       (line  48)
 
16425
* -h <1>:                                File type tests.     (line  23)
 
16426
* -h:                                    du invocation.       (line  97)
 
16427
* -H <1>:                                du invocation.       (line  93)
 
16428
* -H:                                    df invocation.       (line  70)
 
16429
* -h <1>:                                df invocation.       (line  64)
15973
16430
* -h:                                    touch invocation.    (line 100)
15974
16431
* -H:                                    chgrp invocation.    (line  70)
15975
16432
* -h:                                    chgrp invocation.    (line  35)
15981
16438
* -H:                                    Which files are listed.
15982
16439
                                                              (line  36)
15983
16440
* -h <1>:                                sort invocation.     (line 130)
15984
 
* -h <2>:                                pr invocation.       (line 131)
 
16441
* -h <2>:                                pr invocation.       (line 112)
15985
16442
* -h:                                    nl invocation.       (line  79)
15986
16443
* -H:                                    Traversing symlinks. (line  18)
15987
16444
* -h:                                    Block size.          (line 137)
15989
16446
* -i <2>:                                env invocation.      (line  96)
15990
16447
* -i <3>:                                uname invocation.    (line  35)
15991
16448
* -i <4>:                                tee invocation.      (line  30)
15992
 
* -i <5>:                                df invocation.       (line  58)
 
16449
* -i <5>:                                df invocation.       (line  74)
15993
16450
* -i:                                    ln invocation.       (line 100)
15994
16451
* -I:                                    rm invocation.       (line  48)
15995
16452
* -i <1>:                                rm invocation.       (line  43)
16004
16461
* -i <3>:                                uniq invocation.     (line  59)
16005
16462
* -i <4>:                                shuf invocation.     (line  23)
16006
16463
* -i <5>:                                sort invocation.     (line 145)
16007
 
* -i <6>:                                pr invocation.       (line 137)
 
16464
* -i <6>:                                pr invocation.       (line 118)
16008
16465
* -i <7>:                                base64 invocation.   (line  36)
16009
16466
* -i <8>:                                od invocation.       (line 191)
16010
16467
* -i:                                    nl invocation.       (line  83)
16011
16468
* -I[TIMESPEC]:                          Options for date.    (line  34)
16012
 
* -J:                                    pr invocation.       (line 144)
 
16469
* -J:                                    pr invocation.       (line 125)
16013
16470
* -j:                                    od invocation.       (line  55)
16014
 
* -k <1>:                                timeout invocation.  (line  33)
 
16471
* -k <1>:                                timeout invocation.  (line  39)
16015
16472
* -k <2>:                                Access permission tests.
16016
16473
                                                              (line  12)
16017
 
* -k <3>:                                du invocation.       (line  90)
16018
 
* -k <4>:                                df invocation.       (line  63)
 
16474
* -k <3>:                                du invocation.       (line 103)
 
16475
* -k <4>:                                df invocation.       (line  79)
16019
16476
* -k <5>:                                General output formatting.
16020
16477
                                                              (line  85)
16021
16478
* -k <6>:                                sort invocation.     (line 234)
16022
16479
* -k <7>:                                csplit invocation.   (line  86)
16023
16480
* -k:                                    Block size.          (line 137)
16024
16481
* -l <1>:                                runcon invocation.   (line  43)
16025
 
* -l:                                    chcon invocation.    (line  63)
16026
 
* -L:                                    chcon invocation.    (line  38)
 
16482
* -l:                                    chcon invocation.    (line  77)
 
16483
* -L:                                    chcon invocation.    (line  52)
16027
16484
* -l:                                    who invocation.      (line  52)
16028
16485
* -L <1>:                                pwd invocation.      (line  15)
16029
16486
* -L <2>:                                realpath invocation. (line  30)
16030
16487
* -L <3>:                                File type tests.     (line  23)
16031
 
* -L <4>:                                stat invocation.     (line  22)
16032
 
* -L:                                    du invocation.       (line 101)
16033
 
* -l <1>:                                du invocation.       (line  96)
16034
 
* -l:                                    df invocation.       (line  69)
 
16488
* -L:                                    stat invocation.     (line  22)
 
16489
* -l:                                    du invocation.       (line 115)
 
16490
* -L:                                    du invocation.       (line 109)
 
16491
* -l:                                    df invocation.       (line  85)
16035
16492
* -L <1>:                                chgrp invocation.    (line  75)
16036
16493
* -L <2>:                                chown invocation.    (line 148)
16037
16494
* -L <3>:                                ln invocation.       (line 104)
16044
16501
* -L:                                    wc invocation.       (line  59)
16045
16502
* -l <1>:                                wc invocation.       (line  55)
16046
16503
* -l <2>:                                split invocation.    (line  33)
16047
 
* -l <3>:                                pr invocation.       (line 153)
 
16504
* -l <3>:                                pr invocation.       (line 134)
16048
16505
* -l <4>:                                od invocation.       (line 194)
16049
16506
* -l:                                    nl invocation.       (line  87)
16050
16507
* -L:                                    Traversing symlinks. (line  22)
16053
16510
* -m <1>:                                uname invocation.    (line  41)
16054
16511
* -m <2>:                                who invocation.      (line  62)
16055
16512
* -m <3>:                                realpath invocation. (line  25)
16056
 
* -m <4>:                                du invocation.       (line 106)
 
16513
* -m <4>:                                du invocation.       (line 119)
16057
16514
* -m <5>:                                touch invocation.    (line 115)
16058
16515
* -m <6>:                                readlink invocation. (line  43)
16059
16516
* -m <7>:                                mknod invocation.    (line  48)
16065
16522
* -M:                                    sort invocation.     (line 152)
16066
16523
* -m <1>:                                sort invocation.     (line  32)
16067
16524
* -m <2>:                                wc invocation.       (line  47)
16068
 
* -m:                                    pr invocation.       (line 160)
16069
 
* -n <1>:                                nice invocation.     (line  47)
 
16525
* -m:                                    pr invocation.       (line 141)
 
16526
* -n <1>:                                nice invocation.     (line  51)
16070
16527
* -n <2>:                                uname invocation.    (line  46)
16071
16528
* -n <3>:                                id invocation.       (line  34)
16072
16529
* -n <4>:                                String tests.        (line  19)
16086
16543
* -n <6>:                                split invocation.    (line  77)
16087
16544
* -n <7>:                                tail invocation.     (line 152)
16088
16545
* -n:                                    head invocation.     (line  39)
16089
 
* -N:                                    pr invocation.       (line 194)
16090
 
* -n:                                    pr invocation.       (line 173)
 
16546
* -N:                                    pr invocation.       (line 175)
 
16547
* -n:                                    pr invocation.       (line 154)
16091
16548
* -N:                                    od invocation.       (line  71)
16092
16549
* -n <1>:                                nl invocation.       (line  95)
16093
16550
* -n:                                    cat invocation.      (line  31)
16107
16564
                                                              (line 238)
16108
16565
* -o <4>:                                shuf invocation.     (line  37)
16109
16566
* -o <5>:                                sort invocation.     (line 285)
16110
 
* -o <6>:                                pr invocation.       (line 200)
 
16567
* -o <6>:                                pr invocation.       (line 181)
16111
16568
* -o:                                    od invocation.       (line 197)
16112
16569
* -ot:                                   File characteristic tests.
16113
16570
                                                              (line  19)
16114
 
* -P:                                    chcon invocation.    (line  42)
 
16571
* -P:                                    chcon invocation.    (line  56)
16115
16572
* -p <1>:                                uname invocation.    (line  50)
16116
16573
* -p:                                    who invocation.      (line  66)
16117
16574
* -P <1>:                                pwd invocation.      (line  22)
16120
16577
* -P:                                    pathchk invocation.  (line  42)
16121
16578
* -p <1>:                                pathchk invocation.  (line  29)
16122
16579
* -p:                                    File type tests.     (line  28)
16123
 
* -P <1>:                                du invocation.       (line 112)
16124
 
* -P <2>:                                df invocation.       (line  80)
 
16580
* -P <1>:                                du invocation.       (line 125)
 
16581
* -P <2>:                                df invocation.       (line 158)
16125
16582
* -P <3>:                                chgrp invocation.    (line  79)
16126
16583
* -P:                                    chown invocation.    (line 152)
16127
16584
* -p <1>:                                rmdir invocation.    (line  22)
16139
16596
* -q <1>:                                who invocation.      (line  70)
16140
16597
* -q <2>:                                realpath invocation. (line  41)
16141
16598
* -q <3>:                                mktemp invocation.   (line  93)
16142
 
* -q:                                    readlink invocation. (line  54)
 
16599
* -q:                                    readlink invocation. (line  55)
16143
16600
* -Q:                                    Formatting the file names.
16144
16601
                                                              (line  30)
16145
16602
* -q <1>:                                Formatting the file names.
16148
16605
* -q <3>:                                tail invocation.     (line 160)
16149
16606
* -q:                                    head invocation.     (line  46)
16150
16607
* -r <1>:                                runcon invocation.   (line  35)
16151
 
* -r:                                    chcon invocation.    (line  55)
16152
 
* -R:                                    chcon invocation.    (line  30)
 
16608
* -r:                                    chcon invocation.    (line  69)
 
16609
* -R:                                    chcon invocation.    (line  35)
16153
16610
* -r:                                    uname invocation.    (line  61)
16154
16611
* -R:                                    Options for date.    (line  65)
16155
16612
* -r <1>:                                Options for date.    (line  59)
16165
16622
* -r:                                    ln invocation.       (line 138)
16166
16623
* -R:                                    rm invocation.       (line  95)
16167
16624
* -r <1>:                                rm invocation.       (line  95)
16168
 
* -r:                                    cp invocation.       (line 256)
16169
 
* -R:                                    cp invocation.       (line 256)
 
16625
* -r:                                    cp invocation.       (line 257)
 
16626
* -R:                                    cp invocation.       (line 257)
16170
16627
* -r:                                    Sorting the output.  (line  27)
16171
16628
* -R <1>:                                Which files are listed.
16172
16629
                                                              (line  91)
16173
16630
* -R:                                    sort invocation.     (line 191)
16174
16631
* -r <1>:                                sort invocation.     (line 185)
16175
16632
* -r <2>:                                sum invocation.      (line  25)
16176
 
* -r <3>:                                pr invocation.       (line 207)
 
16633
* -r <3>:                                pr invocation.       (line 188)
16177
16634
* -r:                                    tac invocation.      (line  26)
16178
 
* -s <1>:                                timeout invocation.  (line  40)
 
16635
* -s <1>:                                timeout invocation.  (line  46)
16179
16636
* -s <2>:                                uname invocation.    (line  65)
16180
16637
* -s <3>:                                Options for date.    (line 107)
16181
16638
* -s <4>:                                who invocation.      (line  79)
16185
16642
* -s:                                    File characteristic tests.
16186
16643
                                                              (line  12)
16187
16644
* -S:                                    File type tests.     (line  31)
16188
 
* -s:                                    truncate invocation. (line  34)
16189
 
* -S:                                    du invocation.       (line 142)
16190
 
* -s <1>:                                du invocation.       (line 138)
16191
 
* -s:                                    readlink invocation. (line  54)
 
16645
* -s <1>:                                truncate invocation. (line  34)
 
16646
* -s:                                    du invocation.       (line 146)
 
16647
* -S:                                    du invocation.       (line 130)
 
16648
* -s:                                    readlink invocation. (line  55)
16192
16649
* -S:                                    ln invocation.       (line 156)
16193
16650
* -s:                                    ln invocation.       (line 150)
16194
16651
* -S <1>:                                mv invocation.       (line 100)
16195
16652
* -S:                                    install invocation.  (line 115)
16196
16653
* -s:                                    install invocation.  (line 108)
16197
 
* -S:                                    cp invocation.       (line 346)
16198
 
* -s:                                    cp invocation.       (line 338)
 
16654
* -S:                                    cp invocation.       (line 347)
 
16655
* -s:                                    cp invocation.       (line 339)
16199
16656
* -S:                                    Sorting the output.  (line  32)
16200
16657
* -s <1>:                                What information is listed.
16201
16658
                                                              (line 244)
16207
16664
* -s <2>:                                sum invocation.      (line  31)
16208
16665
* -s <3>:                                csplit invocation.   (line 101)
16209
16666
* -s:                                    fold invocation.     (line  29)
16210
 
* -S:                                    pr invocation.       (line 221)
16211
 
* -s <1>:                                pr invocation.       (line 212)
 
16667
* -S:                                    pr invocation.       (line 202)
 
16668
* -s <1>:                                pr invocation.       (line 193)
16212
16669
* -s <2>:                                fmt invocation.      (line  47)
16213
16670
* -s:                                    od invocation.       (line 200)
16214
16671
* -S:                                    od invocation.       (line  76)
16215
16672
* -s <1>:                                nl invocation.       (line 112)
16216
 
* -s <2>:                                tac invocation.      (line  33)
 
16673
* -s <2>:                                tac invocation.      (line  30)
16217
16674
* -s:                                    cat invocation.      (line  36)
16218
16675
* -S:                                    Backup options.      (line  50)
16219
16676
* -s BYTES:                              shred invocation.    (line 117)
16220
16677
* -t <1>:                                runcon invocation.   (line  39)
16221
 
* -t:                                    chcon invocation.    (line  59)
 
16678
* -t:                                    chcon invocation.    (line  73)
16222
16679
* -T:                                    who invocation.      (line  95)
16223
16680
* -t <1>:                                who invocation.      (line  83)
16224
16681
* -t <2>:                                mktemp invocation.   (line 122)
16225
16682
* -t <3>:                                File type tests.     (line  34)
16226
 
* -t:                                    stat invocation.     (line  54)
16227
 
* -T:                                    df invocation.       (line 119)
16228
 
* -t:                                    df invocation.       (line 113)
 
16683
* -t <4>:                                stat invocation.     (line  54)
 
16684
* -t:                                    du invocation.       (line 150)
 
16685
* -T:                                    df invocation.       (line 197)
 
16686
* -t:                                    df invocation.       (line 191)
16229
16687
* -T:                                    ln invocation.       (line 165)
16230
16688
* -t:                                    ln invocation.       (line 161)
16231
16689
* -T:                                    mv invocation.       (line 109)
16232
16690
* -t:                                    mv invocation.       (line 105)
16233
16691
* -T:                                    install invocation.  (line 124)
16234
16692
* -t:                                    install invocation.  (line 120)
16235
 
* -T:                                    cp invocation.       (line 355)
16236
 
* -t:                                    cp invocation.       (line 351)
 
16693
* -T:                                    cp invocation.       (line 356)
 
16694
* -t:                                    cp invocation.       (line 352)
16237
16695
* -T:                                    General output formatting.
16238
16696
                                                              (line 111)
16239
16697
* -t <1>:                                Sorting the output.  (line  36)
16242
16700
* -T:                                    sort invocation.     (line 345)
16243
16701
* -t <1>:                                sort invocation.     (line 325)
16244
16702
* -t:                                    md5sum invocation.   (line  95)
16245
 
* -T:                                    pr invocation.       (line 241)
16246
 
* -t <1>:                                pr invocation.       (line 230)
 
16703
* -T:                                    pr invocation.       (line 222)
 
16704
* -t <1>:                                pr invocation.       (line 211)
16247
16705
* -t <2>:                                fmt invocation.      (line  40)
16248
16706
* -t:                                    od invocation.       (line  85)
16249
16707
* -T:                                    cat invocation.      (line  44)
16250
16708
* -t:                                    cat invocation.      (line  40)
16251
16709
* -u <1>:                                env invocation.      (line  90)
16252
16710
* -u <2>:                                runcon invocation.   (line  31)
16253
 
* -u <3>:                                chcon invocation.    (line  51)
 
16711
* -u <3>:                                chcon invocation.    (line  65)
16254
16712
* -u <4>:                                Options for date.    (line 113)
16255
16713
* -u <5>:                                who invocation.      (line  86)
16256
16714
* -u <6>:                                id invocation.       (line  44)
16259
16717
                                                              (line  18)
16260
16718
* -u <9>:                                shred invocation.    (line 123)
16261
16719
* -u <10>:                               mv invocation.       (line  82)
16262
 
* -u:                                    cp invocation.       (line 360)
 
16720
* -u:                                    cp invocation.       (line 361)
16263
16721
* -U:                                    Sorting the output.  (line  49)
16264
16722
* -u <1>:                                Sorting the output.  (line  42)
16265
16723
* -u <2>:                                uniq invocation.     (line 101)
16267
16725
* -u <4>:                                split invocation.    (line 134)
16268
16726
* -u <5>:                                fmt invocation.      (line  53)
16269
16727
* -u:                                    cat invocation.      (line  47)
16270
 
* -v <1>:                                chcon invocation.    (line  47)
 
16728
* -v <1>:                                chcon invocation.    (line  61)
16271
16729
* -v <2>:                                uname invocation.    (line  76)
16272
16730
* -v <3>:                                chmod invocation.    (line  59)
16273
16731
* -v <4>:                                chgrp invocation.    (line  58)
16274
16732
* -v <5>:                                chown invocation.    (line 132)
16275
16733
* -v <6>:                                rmdir invocation.    (line  31)
16276
 
* -v <7>:                                readlink invocation. (line  58)
 
16734
* -v <7>:                                readlink invocation. (line  59)
16277
16735
* -v <8>:                                mkdir invocation.    (line  51)
16278
16736
* -v <9>:                                ln invocation.       (line 170)
16279
16737
* -v <10>:                               shred invocation.    (line 129)
16280
16738
* -v <11>:                               rm invocation.       (line  99)
16281
16739
* -v <12>:                               mv invocation.       (line  92)
16282
16740
* -v <13>:                               install invocation.  (line 129)
16283
 
* -v <14>:                               cp invocation.       (line 374)
 
16741
* -v <14>:                               cp invocation.       (line 375)
16284
16742
* -v:                                    Sorting the output.  (line  56)
16285
16743
* -V:                                    sort invocation.     (line 179)
16286
16744
* -v <1>:                                tail invocation.     (line 164)
16287
16745
* -v <2>:                                head invocation.     (line  50)
16288
 
* -v <3>:                                pr invocation.       (line 246)
 
16746
* -v <3>:                                pr invocation.       (line 227)
16289
16747
* -v <4>:                                od invocation.       (line 155)
16290
16748
* -v <5>:                                nl invocation.       (line 117)
16291
16749
* -v:                                    cat invocation.      (line  51)
16298
16756
* -w <5>:                                md5sum invocation.   (line 104)
16299
16757
* -w <6>:                                wc invocation.       (line  51)
16300
16758
* -w:                                    fold invocation.     (line  35)
16301
 
* -W:                                    pr invocation.       (line 259)
16302
 
* -w <1>:                                pr invocation.       (line 250)
 
16759
* -W:                                    pr invocation.       (line 240)
 
16760
* -w <1>:                                pr invocation.       (line 231)
16303
16761
* -w <2>:                                fmt invocation.      (line  59)
16304
16762
* -w <3>:                                base64 invocation.   (line  22)
16305
16763
* -w <4>:                                od invocation.       (line 162)
16307
16765
* -WIDTH:                                fmt invocation.      (line  59)
16308
16766
* -x <1>:                                Access permission tests.
16309
16767
                                                              (line  24)
16310
 
* -x <2>:                                du invocation.       (line 203)
16311
 
* -x <3>:                                df invocation.       (line 144)
 
16768
* -x <2>:                                du invocation.       (line 242)
 
16769
* -x <3>:                                df invocation.       (line 222)
16312
16770
* -x <4>:                                shred invocation.    (line 134)
16313
 
* -x <5>:                                cp invocation.       (line 378)
 
16771
* -x <5>:                                cp invocation.       (line 379)
16314
16772
* -x:                                    General output formatting.
16315
16773
                                                              (line 107)
16316
16774
* -X:                                    Sorting the output.  (line  63)
16317
16775
* -x:                                    od invocation.       (line 203)
16318
 
* -X FILE:                               du invocation.       (line 213)
 
16776
* -X FILE:                               du invocation.       (line 231)
16319
16777
* -Z:                                    id invocation.       (line  48)
16320
16778
* -z <1>:                                realpath invocation. (line  53)
16321
16779
* -z <2>:                                dirname invocation.  (line  31)
16322
16780
* -z <3>:                                basename invocation. (line  42)
16323
 
* -z:                                    String tests.        (line  15)
 
16781
* -z <4>:                                String tests.        (line  15)
 
16782
* -z:                                    readlink invocation. (line  63)
16324
16783
* -Z <1>:                                mknod invocation.    (line  54)
16325
16784
* -Z <2>:                                mkfifo invocation.   (line  28)
16326
16785
* -Z:                                    mkdir invocation.    (line  56)
16339
16798
* 224-bit checksum:                      sha2 utilities.      (line   6)
16340
16799
* 256-bit checksum:                      sha2 utilities.      (line   6)
16341
16800
* 384-bit checksum:                      sha2 utilities.      (line   6)
16342
 
* 4.2 file system type:                  df invocation.       (line 131)
 
16801
* 4.2 file system type:                  df invocation.       (line 209)
16343
16802
* 512-bit checksum:                      sha2 utilities.      (line   6)
16344
16803
* <:                                     Relations for expr.  (line  22)
16345
16804
* <=:                                    Relations for expr.  (line  22)
16368
16827
* access permission tests:               Access permission tests.
16369
16828
                                                              (line   6)
16370
16829
* access permissions, changing:          chmod invocation.    (line   6)
16371
 
* access time:                           dd invocation.       (line 240)
 
16830
* access time:                           dd invocation.       (line 245)
16372
16831
* access time, changing:                 touch invocation.    (line  78)
16373
16832
* access time, printing or sorting files by: Sorting the output.
16374
16833
                                                              (line  42)
16375
 
* access time, show the most recent:     du invocation.       (line 161)
16376
 
* across columns:                        pr invocation.       (line  82)
 
16834
* access time, show the most recent:     du invocation.       (line 189)
 
16835
* across columns:                        pr invocation.       (line  63)
16377
16836
* across, listing files:                 General output formatting.
16378
16837
                                                              (line 107)
16379
16838
* adding permissions:                    Setting Permissions. (line  38)
16383
16842
* all repeated lines, outputting:        uniq invocation.     (line  69)
16384
16843
* alnum:                                 Character sets.      (line  92)
16385
16844
* alpha:                                 Character sets.      (line  95)
16386
 
* alternate ebcdic, converting to:       dd invocation.       (line  89)
 
16845
* alternate ebcdic, converting to:       dd invocation.       (line  94)
16387
16846
* always color option:                   General output formatting.
16388
16847
                                                              (line  27)
16389
16848
* always interactive option:             rm invocation.       (line  61)
16392
16851
* and operator <1>:                      Relations for expr.  (line  17)
16393
16852
* and operator:                          Connectives for test.
16394
16853
                                                              (line  12)
16395
 
* append:                                dd invocation.       (line 180)
16396
 
* appending to the output file:          dd invocation.       (line 180)
 
16854
* append:                                dd invocation.       (line 185)
 
16855
* appending to the output file:          dd invocation.       (line 185)
16397
16856
* appropriate privileges <1>:            nice invocation.     (line   6)
16398
16857
* appropriate privileges <2>:            hostname invocation. (line   6)
16399
16858
* appropriate privileges <3>:            Setting the time.    (line   6)
16403
16862
* arch:                                  arch invocation.     (line   6)
16404
16863
* arithmetic tests:                      Numeric tests.       (line   6)
16405
16864
* ASCII dump of files:                   od invocation.       (line   6)
16406
 
* ascii, converting to:                  dd invocation.       (line  81)
 
16865
* ascii, converting to:                  dd invocation.       (line  86)
16407
16866
* atime, changing:                       touch invocation.    (line  78)
16408
16867
* atime, printing or sorting files by:   Sorting the output.  (line  42)
16409
 
* atime, show the most recent:           du invocation.       (line 161)
 
16868
* atime, show the most recent:           du invocation.       (line 189)
16410
16869
* attributes, file:                      Changing file attributes.
16411
16870
                                                              (line   6)
16412
16871
* authors of parse_datetime:             Authors of parse_datetime.
16413
16872
                                                              (line   6)
16414
16873
* auto color option:                     General output formatting.
16415
16874
                                                              (line  25)
16416
 
* automounter file systems:              df invocation.       (line  32)
 
16875
* automounter file systems:              df invocation.       (line  43)
16417
16876
* b for block special file:              mknod invocation.    (line  31)
16418
16877
* background jobs, stopping at terminal write: Local.         (line  41)
16419
16878
* backslash escapes <1>:                 echo invocation.     (line  25)
16447
16906
* Berry, K. <1>:                         Authors of parse_datetime.
16448
16907
                                                              (line  19)
16449
16908
* Berry, K.:                             Introduction.        (line  19)
16450
 
* binary:                                dd invocation.       (line 257)
16451
 
* binary I/O:                            dd invocation.       (line 257)
 
16909
* binary:                                dd invocation.       (line 262)
 
16910
* binary I/O:                            dd invocation.       (line 262)
16452
16911
* binary input files:                    md5sum invocation.   (line  37)
16453
16912
* bind mount <1>:                        stat invocation.     (line 150)
16454
16913
* bind mount:                            rm invocation.       (line  71)
16455
16914
* blank:                                 Character sets.      (line  98)
16456
16915
* blank lines, numbering:                nl invocation.       (line  87)
16457
16916
* blanks, ignoring leading:              sort invocation.     (line  79)
16458
 
* block (space-padding):                 dd invocation.       (line  98)
16459
 
* block size <1>:                        dd invocation.       (line  33)
 
16917
* block (space-padding):                 dd invocation.       (line 103)
 
16918
* block size <1>:                        dd invocation.       (line  34)
16460
16919
* block size:                            Block size.          (line   6)
16461
 
* block size of conversion:              dd invocation.       (line  40)
16462
 
* block size of input:                   dd invocation.       (line  25)
16463
 
* block size of output:                  dd invocation.       (line  29)
 
16920
* block size of conversion:              dd invocation.       (line  41)
 
16921
* block size of input:                   dd invocation.       (line  26)
 
16922
* block size of output:                  dd invocation.       (line  30)
16464
16923
* block special check:                   File type tests.     (line  10)
16465
16924
* block special files:                   mknod invocation.    (line  11)
16466
16925
* block special files, creating:         mknod invocation.    (line   6)
16472
16931
* breaks, cause interrupts:              Input.               (line  12)
16473
16932
* breaks, ignoring:                      Input.               (line   9)
16474
16933
* brkint:                                Input.               (line  12)
16475
 
* bs:                                    dd invocation.       (line  33)
 
16934
* bs:                                    dd invocation.       (line  34)
16476
16935
* BSD output:                            md5sum invocation.   (line  85)
16477
16936
* BSD sum:                               sum invocation.      (line  25)
16478
16937
* BSD tail:                              tail invocation.     (line  19)
16484
16943
* built-in shell commands, conflicts with <2>: kill invocation.
16485
16944
                                                              (line  13)
16486
16945
* built-in shell commands, conflicts with <3>: nice invocation.
16487
 
                                                              (line  37)
 
16946
                                                              (line  38)
16488
16947
* built-in shell commands, conflicts with <4>: pwd invocation.
16489
16948
                                                              (line  30)
16490
16949
* built-in shell commands, conflicts with <5>: test invocation.
16497
16956
                                                              (line  15)
16498
16957
* built-in shell commands, conflicts with: mknod invocation.  (line  20)
16499
16958
* byte count:                            wc invocation.       (line   6)
16500
 
* byte-swapping:                         dd invocation.       (line 130)
 
16959
* byte-swapping:                         dd invocation.       (line 135)
16501
16960
* c for character special file:          mknod invocation.    (line  34)
16502
16961
* C shell syntax for color setup:        dircolors invocation.
16503
16962
                                                              (line  40)
16512
16971
* case, ignored in dates:                General date syntax. (line  66)
16513
16972
* cat:                                   cat invocation.      (line   6)
16514
16973
* cbreak:                                Combination.         (line  52)
16515
 
* cbs:                                   dd invocation.       (line  40)
16516
 
* CD-ROM file system type:               df invocation.       (line 135)
16517
 
* cdfs file system type:                 df invocation.       (line 135)
 
16974
* cbs:                                   dd invocation.       (line  41)
 
16975
* CD-ROM file system type:               df invocation.       (line 213)
 
16976
* cdfs file system type:                 df invocation.       (line 213)
 
16977
* cdtrdsr:                               Control.             (line  39)
16518
16978
* change or print terminal settings:     stty invocation.     (line   6)
16519
16979
* change SELinux context:                chcon invocation.    (line   6)
16520
16980
* changed files, verbosely describing:   chgrp invocation.    (line  20)
16550
17010
* chmod:                                 chmod invocation.    (line   6)
16551
17011
* chown:                                 chown invocation.    (line   6)
16552
17012
* chroot:                                chroot invocation.   (line   6)
16553
 
* cio:                                   dd invocation.       (line 188)
 
17013
* cio:                                   dd invocation.       (line 193)
16554
17014
* cksum:                                 cksum invocation.    (line   6)
16555
17015
* clocal:                                Control.             (line  33)
16556
17016
* clock skew <1>:                        touch invocation.    (line  17)
16557
17017
* clock skew:                            Formatting file timestamps.
16558
17018
                                                              (line  12)
16559
 
* clone:                                 cp invocation.       (line 269)
 
17019
* clone:                                 cp invocation.       (line 270)
16560
17020
* cntrl:                                 Character sets.      (line 101)
16561
17021
* color database, printing:              dircolors invocation.
16562
17022
                                                              (line  45)
16598
17058
* comparing sorted files:                comm invocation.     (line   6)
16599
17059
* comparison operators:                  Relations for expr.  (line  22)
16600
17060
* concatenate and write files:           cat invocation.      (line   6)
16601
 
* concurrent I/O:                        dd invocation.       (line 188)
 
17061
* concurrent I/O:                        dd invocation.       (line 193)
16602
17062
* conditional executability:             Conditional Executability.
16603
17063
                                                              (line   6)
16604
17064
* conditions:                            Conditions.          (line   6)
16605
17065
* conflicts with shell built-ins <1>:    sleep invocation.    (line  34)
16606
17066
* conflicts with shell built-ins <2>:    kill invocation.     (line  13)
16607
 
* conflicts with shell built-ins <3>:    nice invocation.     (line  37)
 
17067
* conflicts with shell built-ins <3>:    nice invocation.     (line  38)
16608
17068
* conflicts with shell built-ins <4>:    pwd invocation.      (line  30)
16609
17069
* conflicts with shell built-ins <5>:    test invocation.     (line  28)
16610
17070
* conflicts with shell built-ins <6>:    printf invocation.   (line  16)
16618
17078
* context, system:                       System context.      (line   6)
16619
17079
* control characters, using ^C:          Local.               (line  51)
16620
17080
* control settings:                      Control.             (line   6)
16621
 
* controlling terminal:                  dd invocation.       (line 245)
16622
 
* conv:                                  dd invocation.       (line  75)
16623
 
* conversion block size:                 dd invocation.       (line  40)
 
17081
* controlling terminal:                  dd invocation.       (line 250)
 
17082
* conv:                                  dd invocation.       (line  80)
 
17083
* conversion block size:                 dd invocation.       (line  41)
16624
17084
* conversion specifiers, date:           Date conversion specifiers.
16625
17085
                                                              (line   6)
16626
17086
* conversion specifiers, literal:        Literal conversion specifiers.
16631
17091
* converting while copying a file:       dd invocation.       (line   6)
16632
17092
* cooked:                                Combination.         (line  37)
16633
17093
* Coordinated Universal Time:            Options for date.    (line 113)
16634
 
* copy on write:                         cp invocation.       (line 269)
 
17094
* copy on write:                         cp invocation.       (line 270)
16635
17095
* copying directories recursively:       cp invocation.       (line  98)
16636
17096
* copying existing permissions:          Copying Permissions. (line   6)
16637
17097
* copying files:                         cat invocation.      (line   6)
16638
17098
* copying files and directories:         cp invocation.       (line   6)
16639
17099
* copying files and setting attributes:  install invocation.  (line   6)
16640
17100
* core utilities:                        Top.                 (line  18)
16641
 
* count:                                 dd invocation.       (line  55)
16642
 
* count_bytes:                           dd invocation.       (line 271)
16643
 
* COW:                                   cp invocation.       (line 269)
 
17101
* count:                                 dd invocation.       (line  56)
 
17102
* count_bytes:                           dd invocation.       (line 280)
 
17103
* COW:                                   cp invocation.       (line 270)
16644
17104
* cp:                                    cp invocation.       (line   6)
16645
17105
* crashes and corruption:                sync invocation.     (line  11)
16646
17106
* CRC checksum:                          cksum invocation.    (line   6)
16649
17109
* creating FIFOs (named pipes):          mkfifo invocation.   (line   6)
16650
17110
* creating links (hard only):            link invocation.     (line   6)
16651
17111
* creating links (hard or soft):         ln invocation.       (line   6)
16652
 
* creating output file, avoiding:        dd invocation.       (line 148)
16653
 
* creating output file, requiring:       dd invocation.       (line 144)
 
17112
* creating output file, avoiding:        dd invocation.       (line 153)
 
17113
* creating output file, requiring:       dd invocation.       (line 149)
16654
17114
* crN:                                   Output.              (line  45)
16655
17115
* crown margin:                          fmt invocation.      (line  34)
16656
17116
* crt:                                   Combination.         (line  75)
16663
17123
* csplit:                                csplit invocation.   (line   6)
16664
17124
* cstopb:                                Control.             (line  27)
16665
17125
* ctime, printing or sorting by:         Sorting the output.  (line  13)
16666
 
* ctime, show the most recent:           du invocation.       (line 156)
 
17126
* ctime, show the most recent:           du invocation.       (line 184)
16667
17127
* ctlecho:                               Local.               (line  51)
16668
17128
* current working directory, printing:   pwd invocation.      (line   6)
16669
17129
* cut:                                   cut invocation.      (line   6)
16673
17133
                                                              (line  45)
16674
17134
* date:                                  date invocation.     (line   6)
16675
17135
* date and time of day format, ISO 8601: Combined date and time of day items.
16676
 
                                                              (line  14)
 
17136
                                                              (line   6)
16677
17137
* date conversion specifiers:            Date conversion specifiers.
16678
17138
                                                              (line   6)
16679
17139
* date format, ISO 8601:                 Calendar date items. (line  30)
16695
17155
* destination directory <1>:             ln invocation.       (line 161)
16696
17156
* destination directory <2>:             mv invocation.       (line 105)
16697
17157
* destination directory <3>:             install invocation.  (line 120)
16698
 
* destination directory <4>:             cp invocation.       (line 351)
 
17158
* destination directory <4>:             cp invocation.       (line 352)
16699
17159
* destination directory:                 Target directory.    (line  15)
16700
17160
* destinations, multiple output:         tee invocation.      (line   6)
16701
 
* device file, disk:                     df invocation.       (line  19)
 
17161
* device file, disk:                     df invocation.       (line  30)
16702
17162
* df:                                    df invocation.       (line   6)
16703
17163
* DF_BLOCK_SIZE:                         Block size.          (line  12)
16704
 
* diagnostic:                            chcon invocation.    (line  47)
 
17164
* diagnostic:                            chcon invocation.    (line  61)
16705
17165
* dictionary order:                      sort invocation.     (line  87)
16706
17166
* differing lines:                       comm invocation.     (line  18)
16707
17167
* digit:                                 Character sets.      (line 104)
16708
17168
* dir:                                   dir invocation.      (line   6)
16709
17169
* dircolors:                             dircolors invocation.
16710
17170
                                                              (line   6)
16711
 
* direct:                                dd invocation.       (line 194)
16712
 
* direct I/O:                            dd invocation.       (line 194)
 
17171
* direct:                                dd invocation.       (line 199)
 
17172
* direct I/O:                            dd invocation.       (line 199)
16713
17173
* directories, copying:                  cp invocation.       (line   6)
16714
17174
* directories, copying recursively:      cp invocation.       (line  98)
16715
17175
* directories, creating:                 mkdir invocation.    (line   6)
16718
17178
* directories, removing:                 rm invocation.       (line  35)
16719
17179
* directories, removing (recursively):   rm invocation.       (line  95)
16720
17180
* directories, removing empty:           rmdir invocation.    (line   6)
16721
 
* directory:                             dd invocation.       (line 202)
 
17181
* directory:                             dd invocation.       (line 207)
16722
17182
* directory check:                       File type tests.     (line  16)
16723
17183
* directory components, printing:        dirname invocation.  (line   6)
16724
17184
* directory deletion, ignoring failures: rmdir invocation.    (line  17)
16725
17185
* directory deletion, reporting:         rmdir invocation.    (line  31)
16726
 
* directory I/O:                         dd invocation.       (line 202)
 
17186
* directory I/O:                         dd invocation.       (line 207)
16727
17187
* directory listing:                     ls invocation.       (line   6)
16728
17188
* directory listing, brief:              dir invocation.      (line   6)
16729
17189
* directory listing, recursive:          Which files are listed.
16738
17198
* disabling special characters:          Characters.          (line  13)
16739
17199
* disambiguating group names and IDs:    Disambiguating names and IDs.
16740
17200
                                                              (line   6)
16741
 
* discarding file cache:                 dd invocation.       (line 218)
 
17201
* discarding file cache:                 dd invocation.       (line 223)
16742
17202
* disk allocation:                       What information is listed.
16743
17203
                                                              (line 244)
16744
 
* disk device file:                      df invocation.       (line  19)
 
17204
* disk device file:                      df invocation.       (line  30)
16745
17205
* disk usage:                            Disk usage.          (line   6)
16746
17206
* disk usage by file system:             df invocation.       (line   6)
16747
17207
* disk usage for files:                  du invocation.       (line   6)
16748
 
* diskette file system:                  df invocation.       (line 139)
 
17208
* diskette file system:                  df invocation.       (line 217)
16749
17209
* displacement of dates:                 Relative items in date strings.
16750
17210
                                                              (line   6)
16751
17211
* displaying text:                       echo invocation.     (line   6)
16753
17213
* division:                              Numeric expressions. (line  16)
16754
17214
* do nothing, successfully:              true invocation.     (line   6)
16755
17215
* do nothing, unsuccessfully:            false invocation.    (line   6)
16756
 
* DOS file system:                       df invocation.       (line 139)
16757
 
* double spacing:                        pr invocation.       (line  94)
16758
 
* down columns:                          pr invocation.       (line  68)
 
17216
* DOS file system:                       df invocation.       (line 217)
 
17217
* double spacing:                        pr invocation.       (line  75)
 
17218
* down columns:                          pr invocation.       (line  49)
16759
17219
* dsusp:                                 Characters.          (line  53)
16760
 
* dsync:                                 dd invocation.       (line 207)
 
17220
* dsync:                                 dd invocation.       (line 212)
 
17221
* DTR/DSR flow control:                  Control.             (line  39)
16761
17222
* du:                                    du invocation.       (line   6)
16762
17223
* DU_BLOCK_SIZE:                         Block size.          (line  12)
16763
 
* ebcdic, converting to:                 dd invocation.       (line  85)
 
17224
* ebcdic, converting to:                 dd invocation.       (line  90)
16764
17225
* echo <1>:                              Local.               (line  18)
16765
17226
* echo:                                  echo invocation.     (line   6)
16766
17227
* echoctl:                               Local.               (line  51)
16771
17232
* echoprt:                               Local.               (line  46)
16772
17233
* effective user and group IDs, printing: id invocation.      (line   6)
16773
17234
* effective user ID, printing:           whoami invocation.   (line   6)
16774
 
* efs file system type:                  df invocation.       (line 131)
 
17235
* efs file system type:                  df invocation.       (line 209)
16775
17236
* Eggert, Paul:                          Authors of parse_datetime.
16776
17237
                                                              (line   6)
16777
17238
* eight-bit characters <1>:              Combination.         (line  55)
16808
17269
* examples of date:                      Examples of date.    (line   6)
16809
17270
* examples of expr:                      Examples of expr.    (line   6)
16810
17271
* exbibyte, definition of:               Block size.          (line 121)
16811
 
* excl:                                  dd invocation.       (line 144)
16812
 
* excluding files from du:               du invocation.       (line 207)
 
17272
* excl:                                  dd invocation.       (line 149)
 
17273
* excluding files from du:               du invocation.       (line 231)
16813
17274
* executable file check:                 Access permission tests.
16814
17275
                                                              (line  24)
16815
17276
* executables and file type, marking:    General output formatting.
16826
17287
* exit status of false:                  false invocation.    (line   6)
16827
17288
* exit status of ls:                     ls invocation.       (line  29)
16828
17289
* exit status of mktemp:                 mktemp invocation.   (line 130)
16829
 
* exit status of nice:                   nice invocation.     (line  56)
 
17290
* exit status of nice:                   nice invocation.     (line  60)
16830
17291
* exit status of nohup:                  nohup invocation.    (line  47)
16831
17292
* exit status of pathchk:                pathchk invocation.  (line  50)
16832
17293
* exit status of printenv:               printenv invocation. (line  25)
16835
17296
* exit status of sort:                   sort invocation.     (line  58)
16836
17297
* exit status of stdbuf:                 stdbuf invocation.   (line  67)
16837
17298
* exit status of test:                   test invocation.     (line  41)
16838
 
* exit status of timeout:                timeout invocation.  (line  53)
 
17299
* exit status of timeout:                timeout invocation.  (line  59)
16839
17300
* exit status of true:                   true invocation.     (line   6)
16840
17301
* exit status of tty:                    tty invocation.      (line  21)
16841
17302
* expand:                                expand invocation.   (line   6)
16850
17311
* factor:                                factor invocation.   (line   6)
16851
17312
* failure exit status:                   false invocation.    (line   6)
16852
17313
* false:                                 false invocation.    (line   6)
16853
 
* fdatasync:                             dd invocation.       (line 160)
 
17314
* fdatasync:                             dd invocation.       (line 165)
16854
17315
* ffN:                                   Output.              (line  63)
16855
17316
* field separator character:             sort invocation.     (line 325)
16856
17317
* fields, padding numeric:               Padding and other flags.
16861
17322
* file characteristic tests:             File characteristic tests.
16862
17323
                                                              (line   6)
16863
17324
* file contents, dumping unambiguously:  od invocation.       (line   6)
16864
 
* file information, preserving:          cp invocation.       (line 239)
 
17325
* file information, preserving:          cp invocation.       (line 240)
16865
17326
* file information, preserving, extended attributes, xattr: cp invocation.
16866
17327
                                                              (line 171)
16867
17328
* file mode bits, numeric:               Numeric Modes.       (line   6)
16875
17336
                                                              (line   6)
16876
17337
* file offset radix:                     od invocation.       (line  36)
16877
17338
* file ownership, changing:              chown invocation.    (line   6)
16878
 
* file sizes:                            du invocation.       (line  50)
 
17339
* file sizes:                            du invocation.       (line  53)
16879
17340
* file space usage:                      du invocation.       (line   6)
16880
17341
* file status:                           stat invocation.     (line   6)
16881
17342
* file system disk usage:                df invocation.       (line   6)
16882
 
* file system sizes:                     df invocation.       (line  38)
 
17343
* file system sizes:                     df invocation.       (line  49)
16883
17344
* file system space, retrieving current data more slowly: df invocation.
16884
 
                                                              (line 106)
 
17345
                                                              (line 184)
16885
17346
* file system space, retrieving old data more quickly: df invocation.
16886
 
                                                              (line  73)
 
17347
                                                              (line  89)
16887
17348
* file system status:                    stat invocation.     (line   6)
16888
17349
* file system types, limiting output to certain: df invocation.
16889
 
                                                              (line  69)
16890
 
* file system types, printing:           df invocation.       (line 119)
 
17350
                                                              (line  85)
 
17351
* file system types, printing:           df invocation.       (line 197)
16891
17352
* file systems:                          stat invocation.     (line  28)
16892
17353
* file systems and hard links:           ln invocation.       (line   6)
16893
 
* file systems, omitting copying to different: cp invocation. (line 378)
 
17354
* file systems, omitting copying to different: cp invocation. (line 379)
16894
17355
* file timestamp resolution:             touch invocation.    (line  26)
16895
17356
* file timestamps, changing:             touch invocation.    (line   6)
16896
17357
* file type and executables, marking:    General output formatting.
16913
17374
* first in date strings:                 General date syntax. (line  28)
16914
17375
* first part of files, outputting:       head invocation.     (line   6)
16915
17376
* fixed-length records, converting to variable-length: dd invocation.
16916
 
                                                              (line  40)
 
17377
                                                              (line  41)
16917
17378
* floating point:                        Floating point.      (line   6)
16918
17379
* flow control, hardware:                Control.             (line  36)
16919
17380
* flow control, software:                Input.               (line  45)
16927
17388
                                                              (line   6)
16928
17389
* formatting of numbers in seq:          seq invocation.      (line  24)
16929
17390
* formatting times <1>:                  date invocation.     (line  20)
16930
 
* formatting times:                      pr invocation.       (line  98)
 
17391
* formatting times:                      pr invocation.       (line  79)
16931
17392
* fortnight in date strings:             Relative items in date strings.
16932
17393
                                                              (line  15)
16933
 
* fsync:                                 dd invocation.       (line 164)
16934
 
* fullblock:                             dd invocation.       (line 265)
 
17394
* fsync:                                 dd invocation.       (line 169)
 
17395
* fullblock:                             dd invocation.       (line 270)
16935
17396
* general date syntax:                   General date syntax. (line   6)
16936
17397
* general numeric sort:                  sort invocation.     (line 105)
16937
17398
* gibibyte, definition of:               Block size.          (line 100)
16940
17401
                                                              (line  12)
16941
17402
* GMT:                                   Options for date.    (line 113)
16942
17403
* grand total of disk size, usage and available space: df invocation.
16943
 
                                                              (line  42)
16944
 
* grand total of disk space:             du invocation.       (line  55)
 
17404
                                                              (line  53)
 
17405
* grand total of disk space:             du invocation.       (line  62)
16945
17406
* graph:                                 Character sets.      (line 107)
16946
17407
* Greenwich Mean Time:                   Options for date.    (line 113)
16947
17408
* group IDs, disambiguating:             Disambiguating names and IDs.
16960
17421
* hard link check:                       File characteristic tests.
16961
17422
                                                              (line  23)
16962
17423
* hard link, defined:                    ln invocation.       (line  32)
16963
 
* hard links:                            dd invocation.       (line 254)
 
17424
* hard links:                            dd invocation.       (line 259)
16964
17425
* hard links to directories:             ln invocation.       (line  90)
16965
17426
* hard links to symbolic links:          ln invocation.       (line 173)
16966
 
* hard links, counting in du:            du invocation.       (line  96)
 
17427
* hard links, counting in du:            du invocation.       (line 115)
16967
17428
* hard links, creating <1>:              ln invocation.       (line   6)
16968
17429
* hard links, creating:                  link invocation.     (line   6)
16969
17430
* hard links, preserving:                cp invocation.       (line 111)
16977
17438
* headers, numbering:                    nl invocation.       (line  17)
16978
17439
* help, online:                          Common options.      (line  37)
16979
17440
* hex dump of files:                     od invocation.       (line   6)
16980
 
* High Sierra file system:               df invocation.       (line 135)
16981
 
* holes, copying files with:             cp invocation.       (line 299)
 
17441
* High Sierra file system:               df invocation.       (line 213)
 
17442
* holes, copying files with:             cp invocation.       (line 300)
16982
17443
* holes, creating files with:            truncate invocation. (line  13)
16983
17444
* horizontal, listing files:             General output formatting.
16984
17445
                                                              (line 107)
16988
17449
* hostname:                              uname invocation.    (line  46)
16989
17450
* hour in date strings:                  Relative items in date strings.
16990
17451
                                                              (line  15)
16991
 
* hsfs file system type:                 df invocation.       (line 135)
 
17452
* hsfs file system type:                 df invocation.       (line 213)
16992
17453
* human numeric sort:                    sort invocation.     (line 130)
16993
 
* human-readable output <1>:             du invocation.       (line  81)
16994
 
* human-readable output <2>:             df invocation.       (line  48)
 
17454
* human-readable output <1>:             du invocation.       (line  97)
 
17455
* human-readable output <2>:             df invocation.       (line  64)
16995
17456
* human-readable output <3>:             What information is listed.
16996
17457
                                                              (line 116)
16997
17458
* human-readable output:                 Block size.          (line  43)
16998
17459
* hup[cl]:                               Control.             (line  23)
16999
17460
* hurd, author, printing:                What information is listed.
17000
17461
                                                              (line  10)
17001
 
* ibs:                                   dd invocation.       (line  25)
 
17462
* ibs:                                   dd invocation.       (line  26)
17002
17463
* icanon:                                Local.               (line  11)
17003
17464
* icrnl:                                 Input.               (line  34)
17004
17465
* id:                                    id invocation.       (line   6)
17005
17466
* idle time:                             who invocation.      (line  86)
17006
17467
* IEEE floating point:                   Floating point.      (line   6)
17007
17468
* iexten:                                Local.               (line  15)
17008
 
* if:                                    dd invocation.       (line  17)
17009
 
* iflag:                                 dd invocation.       (line 169)
 
17469
* if:                                    dd invocation.       (line  18)
 
17470
* iflag:                                 dd invocation.       (line 174)
17010
17471
* ignbrk:                                Input.               (line   9)
17011
17472
* igncr:                                 Input.               (line  31)
17012
 
* ignore file systems:                   df invocation.       (line  32)
 
17473
* ignore file systems:                   df invocation.       (line  43)
17013
17474
* Ignore garbage in base64 stream:       base64 invocation.   (line  36)
17014
17475
* ignoring case:                         sort invocation.     (line  94)
17015
17476
* ignpar:                                Input.               (line  15)
17016
17477
* imaxbel:                               Input.               (line  59)
17017
17478
* immunity to hangups:                   nohup invocation.    (line   6)
17018
17479
* implementation, hardware:              uname invocation.    (line  35)
17019
 
* indenting lines:                       pr invocation.       (line 200)
 
17480
* indenting lines:                       pr invocation.       (line 181)
17020
17481
* index:                                 String expressions.  (line  45)
17021
17482
* information, about current users:      who invocation.      (line   6)
17022
17483
* initial part of files, outputting:     head invocation.     (line   6)
17024
17485
* inlcr:                                 Input.               (line  28)
17025
17486
* inode number, printing:                What information is listed.
17026
17487
                                                              (line 123)
17027
 
* inode usage:                           df invocation.       (line  58)
 
17488
* inode usage:                           df invocation.       (line  74)
17028
17489
* inode, and hard links:                 ln invocation.       (line  32)
17029
17490
* inodes, written buffered:              sync invocation.     (line   6)
17030
17491
* inpck:                                 Input.               (line  22)
17031
 
* input block size:                      dd invocation.       (line  25)
 
17492
* input block size:                      dd invocation.       (line  26)
17032
17493
* input encoding, UTF-8:                 Input.               (line  37)
17033
17494
* input range to shuffle:                shuf invocation.     (line  23)
17034
17495
* input settings:                        Input.               (line   6)
17035
 
* input tabs:                            pr invocation.       (line 118)
 
17496
* input tabs:                            pr invocation.       (line  99)
17036
17497
* install:                               install invocation.  (line   6)
17037
17498
* intr:                                  Characters.          (line  20)
17038
17499
* invocation of commands, modified:      Modified command invocation.
17039
17500
                                                              (line   6)
17040
17501
* isig:                                  Local.               (line   7)
17041
17502
* ISO 8601 date and time of day format:  Combined date and time of day items.
17042
 
                                                              (line  14)
 
17503
                                                              (line   6)
17043
17504
* ISO 8601 date format:                  Calendar date items. (line  30)
17044
17505
* ISO/IEC 10646:                         printf invocation.   (line  70)
17045
17506
* ispeed:                                Special.             (line  16)
17056
17517
* kernel release:                        uname invocation.    (line  61)
17057
17518
* kernel version:                        uname invocation.    (line  76)
17058
17519
* kibibyte, definition of:               Block size.          (line  84)
17059
 
* kibibytes for file sizes:              du invocation.       (line  90)
17060
 
* kibibytes for file system sizes:       df invocation.       (line  63)
 
17520
* kibibytes for file sizes:              du invocation.       (line 103)
 
17521
* kibibytes for file system sizes:       df invocation.       (line  79)
17061
17522
* kill <1>:                              kill invocation.     (line   6)
17062
17523
* kill:                                  Characters.          (line  29)
17063
17524
* kilobyte, definition of:               Block size.          (line  79)
17066
17527
* last DAY <1>:                          Day of week items.   (line  15)
17067
17528
* last DAY:                              Options for date.    (line  11)
17068
17529
* last in date strings:                  General date syntax. (line  28)
17069
 
* last modified dates, displaying in du: du invocation.       (line 150)
 
17530
* last modified dates, displaying in du: du invocation.       (line 178)
17070
17531
* last part of files, outputting:        tail invocation.     (line   6)
17071
17532
* LC_ALL <1>:                            ls invocation.       (line  17)
17072
17533
* LC_ALL:                                sort invocation.     (line  49)
17083
17544
* LC_NUMERIC <3>:                        Floating point.      (line  17)
17084
17545
* LC_NUMERIC:                            Block size.          (line  58)
17085
17546
* LC_TIME <1>:                           date invocation.     (line  11)
17086
 
* LC_TIME <2>:                           du invocation.       (line 170)
 
17547
* LC_TIME <2>:                           du invocation.       (line 198)
17087
17548
* LC_TIME <3>:                           Formatting file timestamps.
17088
17549
                                                              (line  30)
17089
17550
* LC_TIME <4>:                           sort invocation.     (line 152)
17090
 
* LC_TIME:                               pr invocation.       (line 105)
 
17551
* LC_TIME:                               pr invocation.       (line  86)
17091
17552
* LCASE:                                 Combination.         (line  71)
17092
17553
* lcase:                                 Combination.         (line  71)
17093
 
* lcase, converting to:                  dd invocation.       (line 109)
 
17554
* lcase, converting to:                  dd invocation.       (line 114)
17094
17555
* lchown <1>:                            chgrp invocation.    (line  30)
17095
17556
* lchown:                                chown invocation.    (line 103)
17096
17557
* leading directories, creating missing: install invocation.  (line  62)
17105
17566
* leap seconds <6>:                      Time conversion specifiers.
17106
17567
                                                              (line  42)
17107
17568
* leap seconds:                          touch invocation.    (line 129)
17108
 
* left margin:                           pr invocation.       (line 200)
 
17569
* left margin:                           pr invocation.       (line 181)
17109
17570
* length:                                String expressions.  (line  50)
17110
 
* limiting output of du:                 du invocation.       (line 118)
 
17571
* limiting output of du:                 du invocation.       (line  75)
17111
17572
* line:                                  Special.             (line  37)
17112
17573
* line buffered:                         stdbuf invocation.   (line   6)
17113
17574
* line count:                            wc invocation.       (line   6)
17119
17580
* link:                                  link invocation.     (line   6)
17120
17581
* links, creating <1>:                   ln invocation.       (line   6)
17121
17582
* links, creating:                       link invocation.     (line   6)
17122
 
* Linux file system types:               df invocation.       (line 131)
 
17583
* Linux file system types:               df invocation.       (line 209)
17123
17584
* literal conversion specifiers:         Literal conversion specifiers.
17124
17585
                                                              (line   6)
17125
17586
* litout:                                Combination.         (line  59)
17126
17587
* ln:                                    ln invocation.       (line   6)
17127
17588
* ln format for nl:                      nl invocation.       (line  98)
17128
17589
* lnext:                                 Characters.          (line  62)
17129
 
* local file system types:               df invocation.       (line 131)
 
17590
* local file system types:               df invocation.       (line 209)
17130
17591
* local settings:                        Local.               (line   6)
17131
17592
* logging out and continuing to run:     nohup invocation.    (line   6)
17132
17593
* logical and operator <1>:              Relations for expr.  (line  17)
17168
17629
* MD5:                                   md5sum invocation.   (line   6)
17169
17630
* md5sum:                                md5sum invocation.   (line   6)
17170
17631
* mebibyte, definition of:               Block size.          (line  93)
17171
 
* mebibytes for file sizes:              du invocation.       (line 106)
 
17632
* mebibytes for file sizes:              du invocation.       (line 119)
17172
17633
* megabyte, definition of:               Block size.          (line  89)
17173
17634
* merging files:                         paste invocation.    (line   6)
17174
17635
* merging files in parallel:             pr invocation.       (line   6)
17208
17669
* month names in date strings:           Calendar date items. (line  38)
17209
17670
* months, sorting by:                    sort invocation.     (line 152)
17210
17671
* months, written-out:                   General date syntax. (line  38)
17211
 
* MS-DOS file system:                    df invocation.       (line 139)
 
17672
* MS-DOS file system:                    df invocation.       (line 217)
17212
17673
* mtime, changing:                       touch invocation.    (line 115)
17213
17674
* multicolumn output, generating:        pr invocation.       (line   6)
17214
17675
* multiple changes to permissions:       Multiple Changes.    (line   6)
17215
17676
* multiplication:                        Numeric expressions. (line  16)
17216
 
* multipliers after numbers:             dd invocation.       (line 297)
 
17677
* multipliers after numbers:             dd invocation.       (line 306)
17217
17678
* multithreaded sort:                    sort invocation.     (line 353)
17218
17679
* mv:                                    mv invocation.       (line   6)
17219
17680
* name follow option:                    tail invocation.     (line  48)
17222
17683
* named pipes, creating:                 mkfifo invocation.   (line   6)
17223
17684
* network node name:                     uname invocation.    (line  46)
17224
17685
* never interactive option:              rm invocation.       (line  56)
17225
 
* newer files, copying only:             cp invocation.       (line 360)
 
17686
* newer files, copying only:             cp invocation.       (line 361)
17226
17687
* newer files, moving only:              mv invocation.       (line  82)
17227
17688
* newer-than file check:                 File characteristic tests.
17228
17689
                                                              (line  15)
17233
17694
* next DAY <1>:                          Day of week items.   (line  15)
17234
17695
* next DAY:                              Options for date.    (line  11)
17235
17696
* next in date strings:                  General date syntax. (line  28)
17236
 
* NFS file system type:                  df invocation.       (line 126)
17237
 
* NFS mounts from BSD to HP-UX <1>:      du invocation.       (line 218)
 
17697
* NFS file system type:                  df invocation.       (line 204)
 
17698
* NFS mounts from BSD to HP-UX <1>:      du invocation.       (line 246)
17238
17699
* NFS mounts from BSD to HP-UX:          What information is listed.
17239
17700
                                                              (line 252)
17240
17701
* nice:                                  nice invocation.     (line   6)
17242
17703
* nl <1>:                                Combination.         (line  18)
17243
17704
* nl:                                    nl invocation.       (line   6)
17244
17705
* nlN:                                   Output.              (line  39)
17245
 
* no dereference:                        chcon invocation.    (line  22)
 
17706
* no dereference:                        chcon invocation.    (line  26)
17246
17707
* no-op:                                 true invocation.     (line   6)
17247
 
* noatime:                               dd invocation.       (line 240)
17248
 
* nocache:                               dd invocation.       (line 218)
17249
 
* nocreat:                               dd invocation.       (line 148)
17250
 
* noctty:                                dd invocation.       (line 245)
 
17708
* noatime:                               dd invocation.       (line 245)
 
17709
* nocache:                               dd invocation.       (line 223)
 
17710
* nocreat:                               dd invocation.       (line 153)
 
17711
* noctty:                                dd invocation.       (line 250)
17251
17712
* node name:                             uname invocation.    (line  46)
17252
 
* noerror:                               dd invocation.       (line 157)
 
17713
* noerror:                               dd invocation.       (line 162)
17253
17714
* noflsh:                                Local.               (line  32)
17254
 
* nofollow:                              dd invocation.       (line 251)
 
17715
* nofollow:                              dd invocation.       (line 256)
17255
17716
* nohup:                                 nohup invocation.    (line   6)
17256
17717
* nohup.out:                             nohup invocation.    (line   6)
17257
 
* nolinks:                               dd invocation.       (line 254)
 
17718
* nolinks:                               dd invocation.       (line 259)
17258
17719
* non-directories, copying as special files: cp invocation.   (line  98)
17259
17720
* non-directory suffix, stripping:       dirname invocation.  (line   6)
17260
 
* nonblock:                              dd invocation.       (line 237)
17261
 
* nonblocking I/O:                       dd invocation.       (line 237)
 
17721
* nonblock:                              dd invocation.       (line 242)
 
17722
* nonblocking I/O:                       dd invocation.       (line 242)
17262
17723
* none backup method:                    Backup options.      (line  31)
17263
17724
* none color option:                     General output formatting.
17264
17725
                                                              (line  23)
17265
 
* none dd status=:                       dd invocation.       (line  70)
 
17726
* none dd status=:                       dd invocation.       (line  75)
17266
17727
* none, sorting option for ls:           Sorting the output.  (line  49)
17267
17728
* nonempty file check:                   File characteristic tests.
17268
17729
                                                              (line  12)
17270
17731
* nonzero-length string check:           String tests.        (line  19)
17271
17732
* noon in date strings:                  Time of day items.   (line  22)
17272
17733
* not-equal string check:                String tests.        (line  28)
17273
 
* notrunc:                               dd invocation.       (line 154)
 
17734
* notrunc:                               dd invocation.       (line 159)
17274
17735
* now in date strings:                   Relative items in date strings.
17275
17736
                                                              (line  33)
17276
 
* noxfer dd status=:                     dd invocation.       (line  66)
 
17737
* noxfer dd status=:                     dd invocation.       (line  71)
17277
17738
* nproc:                                 nproc invocation.    (line   6)
17278
17739
* number of inputs to merge, nmerge:     sort invocation.     (line 259)
17279
17740
* numbered backup method:                Backup options.      (line  35)
17291
17752
                                                              (line 234)
17292
17753
* numeric user and group IDs:            What information is listed.
17293
17754
                                                              (line 234)
17294
 
* obs:                                   dd invocation.       (line  29)
 
17755
* numfmt:                                numfmt invocation.   (line   6)
 
17756
* obs:                                   dd invocation.       (line  30)
17295
17757
* ocrnl:                                 Output.              (line  16)
17296
17758
* octal dump of files:                   od invocation.       (line   6)
17297
17759
* octal numbers for file modes:          Numeric Modes.       (line   6)
17298
17760
* od:                                    od invocation.       (line   6)
17299
17761
* odd parity:                            Control.             (line  13)
17300
17762
* oddp:                                  Combination.         (line  14)
17301
 
* of:                                    dd invocation.       (line  20)
 
17763
* of:                                    dd invocation.       (line  21)
17302
17764
* ofdel:                                 Output.              (line  34)
17303
17765
* ofill:                                 Output.              (line  30)
17304
 
* oflag:                                 dd invocation.       (line 173)
 
17766
* oflag:                                 dd invocation.       (line 178)
17305
17767
* olcuc:                                 Output.              (line  12)
17306
17768
* older-than file check:                 File characteristic tests.
17307
17769
                                                              (line  19)
17308
17770
* once interactive option:               rm invocation.       (line  58)
17309
 
* one file system, restricting du to:    du invocation.       (line 203)
 
17771
* one file system, restricting du to:    du invocation.       (line 242)
17310
17772
* one file system, restricting rm to:    rm invocation.       (line  67)
17311
 
* one-line output format:                df invocation.       (line  80)
 
17773
* one-line output format:                df invocation.       (line 158)
17312
17774
* onlcr:                                 Output.              (line  19)
17313
17775
* onlret:                                Output.              (line  27)
17314
17776
* onocr:                                 Output.              (line  23)
17326
17788
* ordinal numbers:                       General date syntax. (line  28)
17327
17789
* ospeed:                                Special.             (line  19)
17328
17790
* other permissions:                     Setting Permissions. (line  29)
17329
 
* output block size:                     dd invocation.       (line  29)
 
17791
* output block size:                     dd invocation.       (line  30)
17330
17792
* output file name prefix <1>:           csplit invocation.   (line  62)
17331
17793
* output file name prefix:               split invocation.    (line  15)
17332
17794
* output file name suffix:               csplit invocation.   (line  66)
17333
17795
* output format:                         stat invocation.     (line  34)
17334
 
* output format, portable:               df invocation.       (line  80)
 
17796
* output format, portable:               df invocation.       (line 158)
17335
17797
* output NUL-byte-terminated lines <1>:  env invocation.      (line  83)
17336
17798
* output NUL-byte-terminated lines <2>:  printenv invocation. (line  19)
17337
 
* output NUL-byte-terminated lines:      du invocation.       (line 124)
 
17799
* output NUL-byte-terminated lines:      du invocation.       (line  26)
17338
17800
* output of entire files:                Output of entire files.
17339
17801
                                                              (line   6)
17340
17802
* output of parts of files:              Output of parts of files.
17341
17803
                                                              (line   6)
17342
17804
* output settings:                       Output.              (line   6)
17343
 
* output tabs:                           pr invocation.       (line 137)
 
17805
* output tabs:                           pr invocation.       (line 118)
17344
17806
* overwriting of input, allowed <1>:     shuf invocation.     (line  37)
17345
17807
* overwriting of input, allowed:         sort invocation.     (line 285)
17346
17808
* owned by effective group ID check:     Access permission tests.
17357
17819
                                                              (line   6)
17358
17820
* paragraphs, reformatting:              fmt invocation.      (line   6)
17359
17821
* parenb:                                Control.             (line   9)
17360
 
* parent directories and cp:             cp invocation.       (line 243)
 
17822
* parent directories and cp:             cp invocation.       (line 244)
17361
17823
* parent directories, creating:          mkdir invocation.    (line  34)
17362
17824
* parent directories, creating missing:  install invocation.  (line  62)
17363
17825
* parent directories, removing:          rmdir invocation.    (line  22)
17377
17839
* PATH:                                  env invocation.      (line  23)
17378
17840
* pathchk:                               pathchk invocation.  (line   6)
17379
17841
* pattern matching:                      String expressions.  (line  11)
17380
 
* PC file system:                        df invocation.       (line 139)
17381
 
* pcfs:                                  df invocation.       (line 139)
 
17842
* PC file system:                        df invocation.       (line 217)
 
17843
* pcfs:                                  df invocation.       (line 217)
17382
17844
* pebibyte, definition of:               Block size.          (line 114)
17383
17845
* permission tests:                      Access permission tests.
17384
17846
                                                              (line   6)
17401
17863
* platform, hardware:                    uname invocation.    (line  35)
17402
17864
* pm in date strings:                    Time of day items.   (line  22)
17403
17865
* portable file names, checking for:     pathchk invocation.  (line   6)
17404
 
* portable output format:                df invocation.       (line  80)
 
17866
* portable output format:                df invocation.       (line 158)
17405
17867
* POSIX:                                 Introduction.        (line  11)
17406
 
* POSIX output format:                   df invocation.       (line  80)
 
17868
* POSIX output format:                   df invocation.       (line 158)
17407
17869
* POSIXLY_CORRECT <1>:                   id invocation.       (line  11)
17408
17870
* POSIXLY_CORRECT <2>:                   printf invocation.   (line  48)
17409
17871
* POSIXLY_CORRECT <3>:                   echo invocation.     (line  78)
17410
 
* POSIXLY_CORRECT <4>:                   dd invocation.       (line 338)
 
17872
* POSIXLY_CORRECT <4>:                   dd invocation.       (line 347)
17411
17873
* POSIXLY_CORRECT <5>:                   sort invocation.     (line 293)
17412
 
* POSIXLY_CORRECT <6>:                   pr invocation.       (line 105)
 
17874
* POSIXLY_CORRECT <6>:                   pr invocation.       (line  86)
17413
17875
* POSIXLY_CORRECT <7>:                   Standards conformance.
17414
17876
                                                              (line   6)
17415
17877
* POSIXLY_CORRECT:                       Common options.      (line  11)
17468
17930
* random sources:                        Random sources.      (line   6)
17469
17931
* ranges:                                Character sets.      (line  51)
17470
17932
* raw:                                   Combination.         (line  43)
17471
 
* read errors, ignoring:                 dd invocation.       (line 157)
 
17933
* read errors, ignoring:                 dd invocation.       (line 162)
17472
17934
* read from stdin and write to stdout and files: tee invocation.
17473
17935
                                                              (line   6)
17474
17936
* read permission:                       Mode Structure.      (line  12)
17475
17937
* read permission, symbolic:             Setting Permissions. (line  57)
17476
 
* read system call, and holes:           cp invocation.       (line 299)
 
17938
* read system call, and holes:           cp invocation.       (line 300)
17477
17939
* readable file check:                   Access permission tests.
17478
17940
                                                              (line  15)
17479
17941
* readlink:                              readlink invocation. (line   6)
17487
17949
* recursively changing group ownership:  chgrp invocation.    (line  66)
17488
17950
* recursively copying directories:       cp invocation.       (line  98)
17489
17951
* redirection:                           Redirection.         (line   6)
17490
 
* reference file:                        chcon invocation.    (line  25)
 
17952
* reference file:                        chcon invocation.    (line  30)
17491
17953
* reformatting paragraph text:           fmt invocation.      (line   6)
17492
17954
* regular expression matching:           String expressions.  (line  11)
17493
17955
* regular file check:                    File type tests.     (line  19)
17563
18025
* security context <5>:                  install invocation.  (line  91)
17564
18026
* security context:                      What information is listed.
17565
18027
                                                              (line 268)
17566
 
* seek:                                  dd invocation.       (line  50)
17567
 
* seek_bytes:                            dd invocation.       (line 283)
 
18028
* seek:                                  dd invocation.       (line  51)
 
18029
* seek_bytes:                            dd invocation.       (line 292)
17568
18030
* self-backups:                          cp invocation.       (line  53)
17569
18031
* SELinux <1>:                           id invocation.       (line  48)
17570
18032
* SELinux <2>:                           mknod invocation.    (line  54)
17610
18072
* shred:                                 shred invocation.    (line   6)
17611
18073
* shuf:                                  shuf invocation.     (line   6)
17612
18074
* shuffling files:                       shuf invocation.     (line   6)
17613
 
* SI output <1>:                         du invocation.       (line 130)
17614
 
* SI output <2>:                         df invocation.       (line  99)
 
18075
* SI output <1>:                         du invocation.       (line 138)
 
18076
* SI output <2>:                         df invocation.       (line 177)
17615
18077
* SI output <3>:                         What information is listed.
17616
18078
                                                              (line 260)
17617
18079
* SI output:                             Block size.          (line  43)
17627
18089
* size of files, reporting:              What information is listed.
17628
18090
                                                              (line 244)
17629
18091
* size of files, sorting files by:       Sorting the output.  (line  32)
17630
 
* skip:                                  dd invocation.       (line  45)
17631
 
* skip_bytes:                            dd invocation.       (line 277)
 
18092
* skip:                                  dd invocation.       (line  46)
 
18093
* skip_bytes:                            dd invocation.       (line 286)
17632
18094
* sleep:                                 sleep invocation.    (line   6)
17633
18095
* socket check:                          File type tests.     (line  31)
17634
18096
* software flow control:                 Input.               (line  45)
17641
18103
* sorting files:                         sort invocation.     (line   6)
17642
18104
* sorting ls output:                     Sorting the output.  (line   6)
17643
18105
* space:                                 Character sets.      (line 119)
17644
 
* sparse:                                dd invocation.       (line 117)
17645
 
* sparse files, copying:                 cp invocation.       (line 299)
 
18106
* sparse:                                dd invocation.       (line 122)
 
18107
* sparse files, copying:                 cp invocation.       (line 300)
17646
18108
* sparse files, creating:                truncate invocation. (line  13)
17647
18109
* special characters:                    Characters.          (line   6)
17648
18110
* special file types:                    Special file types.  (line   6)
17661
18123
* standard streams, buffering:           stdbuf invocation.   (line   6)
17662
18124
* start:                                 Characters.          (line  44)
17663
18125
* stat:                                  stat invocation.     (line   6)
17664
 
* status:                                dd invocation.       (line  61)
 
18126
* status:                                dd invocation.       (line  66)
17665
18127
* status time, printing or sorting by:   Sorting the output.  (line  13)
17666
 
* status time, show the most recent:     du invocation.       (line 156)
 
18128
* status time, show the most recent:     du invocation.       (line 184)
17667
18129
* stdbuf:                                stdbuf invocation.   (line   6)
17668
18130
* sticky:                                Mode Structure.      (line  56)
17669
18131
* sticky bit check:                      Access permission tests.
17679
18141
* stripping non-directory suffix:        dirname invocation.  (line   6)
17680
18142
* stripping symbol table information:    install invocation.  (line 108)
17681
18143
* stripping trailing slashes <1>:        mv invocation.       (line  95)
17682
 
* stripping trailing slashes:            cp invocation.       (line 333)
 
18144
* stripping trailing slashes:            cp invocation.       (line 334)
17683
18145
* stty:                                  stty invocation.     (line   6)
17684
18146
* substr:                                String expressions.  (line  40)
17685
18147
* subtracting permissions:               Setting Permissions. (line  42)
17691
18153
* superblock, writing:                   sync invocation.     (line   6)
17692
18154
* supplementary groups, printing:        groups invocation.   (line   6)
17693
18155
* susp:                                  Characters.          (line  50)
17694
 
* swab (byte-swapping):                  dd invocation.       (line 130)
 
18156
* swab (byte-swapping):                  dd invocation.       (line 135)
17695
18157
* swap space, saving text image in:      Mode Structure.      (line  56)
17696
18158
* swtch:                                 Characters.          (line  41)
17697
18159
* symbol table information, stripping:   install invocation.  (line 108)
17702
18164
* symbolic link to directory, controlling traversal of: Traversing symlinks.
17703
18165
                                                              (line   6)
17704
18166
* symbolic link to directory, never traverse <1>: chcon invocation.
17705
 
                                                              (line  42)
 
18167
                                                              (line  56)
17706
18168
* symbolic link to directory, never traverse <2>: chgrp invocation.
17707
18169
                                                              (line  79)
17708
18170
* symbolic link to directory, never traverse <3>: chown invocation.
17710
18172
* symbolic link to directory, never traverse: Traversing symlinks.
17711
18173
                                                              (line  26)
17712
18174
* symbolic link to directory, traverse each that is encountered <1>: chcon invocation.
17713
 
                                                              (line  38)
 
18175
                                                              (line  52)
17714
18176
* symbolic link to directory, traverse each that is encountered <2>: chgrp invocation.
17715
18177
                                                              (line  75)
17716
18178
* symbolic link to directory, traverse each that is encountered <3>: chown invocation.
17718
18180
* symbolic link to directory, traverse each that is encountered: Traversing symlinks.
17719
18181
                                                              (line  22)
17720
18182
* symbolic link to directory, traverse if on the command line <1>: chcon invocation.
17721
 
                                                              (line  33)
 
18183
                                                              (line  47)
17722
18184
* symbolic link to directory, traverse if on the command line <2>: chgrp invocation.
17723
18185
                                                              (line  70)
17724
18186
* symbolic link to directory, traverse if on the command line <3>: chown invocation.
17733
18195
* symbolic links, changing owner:        chown invocation.    (line  80)
17734
18196
* symbolic links, changing time:         touch invocation.    (line 100)
17735
18197
* symbolic links, copying:               cp invocation.       (line 111)
17736
 
* symbolic links, copying with:          cp invocation.       (line 338)
 
18198
* symbolic links, copying with:          cp invocation.       (line 339)
17737
18199
* symbolic links, dereferencing:         Which files are listed.
17738
18200
                                                              (line  36)
17739
 
* symbolic links, dereferencing in du:   du invocation.       (line 101)
 
18201
* symbolic links, dereferencing in du:   du invocation.       (line 109)
17740
18202
* symbolic links, dereferencing in stat: stat invocation.     (line  22)
17741
 
* symbolic links, following:             dd invocation.       (line 251)
 
18203
* symbolic links, following:             dd invocation.       (line 256)
17742
18204
* symbolic links, permissions of:        chmod invocation.    (line  10)
17743
18205
* symbolic modes:                        Symbolic Modes.      (line   6)
17744
18206
* symlinks, resolution:                  realpath invocation. (line   6)
17745
18207
* sync <1>:                              sync invocation.     (line   6)
17746
 
* sync:                                  dd invocation.       (line 215)
17747
 
* sync (padding with ASCII NULs):        dd invocation.       (line 135)
 
18208
* sync:                                  dd invocation.       (line 220)
 
18209
* sync (padding with ASCII NULs):        dd invocation.       (line 140)
17748
18210
* synchronize disk and memory:           sync invocation.     (line   6)
17749
 
* synchronized data and metadata I/O:    dd invocation.       (line 215)
 
18211
* synchronized data and metadata I/O:    dd invocation.       (line 220)
17750
18212
* synchronized data and metadata writes, before finishing: dd invocation.
17751
 
                                                              (line 164)
17752
 
* synchronized data reads:               dd invocation.       (line 207)
17753
 
* synchronized data writes, before finishing: dd invocation.  (line 160)
 
18213
                                                              (line 169)
 
18214
* synchronized data reads:               dd invocation.       (line 212)
 
18215
* synchronized data writes, before finishing: dd invocation.  (line 165)
17754
18216
* system context:                        System context.      (line   6)
17755
18217
* system information, printing <1>:      uname invocation.    (line   6)
17756
18218
* system information, printing <2>:      nproc invocation.    (line   6)
17768
18230
* target directory <1>:                  ln invocation.       (line 161)
17769
18231
* target directory <2>:                  mv invocation.       (line 105)
17770
18232
* target directory <3>:                  install invocation.  (line 120)
17771
 
* target directory <4>:                  cp invocation.       (line 351)
 
18233
* target directory <4>:                  cp invocation.       (line 352)
17772
18234
* target directory:                      Target directory.    (line   6)
17773
18235
* tebibyte, definition of:               Block size.          (line 107)
17774
18236
* tee:                                   tee invocation.      (line   6)
17784
18246
                                                              (line  25)
17785
18247
* terse output:                          stat invocation.     (line  54)
17786
18248
* test:                                  test invocation.     (line   6)
17787
 
* text:                                  dd invocation.       (line 261)
17788
 
* text I/O:                              dd invocation.       (line 261)
 
18249
* text:                                  dd invocation.       (line 266)
 
18250
* text I/O:                              dd invocation.       (line 266)
17789
18251
* text image, saving in swap space:      Mode Structure.      (line  56)
17790
18252
* text input files:                      md5sum invocation.   (line  95)
17791
18253
* text utilities:                        Top.                 (line  18)
17798
18260
* time conversion specifiers:            Time conversion specifiers.
17799
18261
                                                              (line   6)
17800
18262
* time formats <1>:                      date invocation.     (line  20)
17801
 
* time formats:                          pr invocation.       (line  98)
 
18263
* time formats:                          pr invocation.       (line  79)
17802
18264
* time limit:                            timeout invocation.  (line   6)
17803
18265
* time of day item:                      Time of day items.   (line   6)
17804
18266
* time setting:                          Setting the time.    (line   6)
17805
 
* time style <1>:                        du invocation.       (line 165)
 
18267
* time style <1>:                        du invocation.       (line 193)
17806
18268
* time style:                            Formatting file timestamps.
17807
18269
                                                              (line  26)
17808
18270
* time units <1>:                        sleep invocation.    (line  11)
17809
 
* time units:                            timeout invocation.  (line  44)
 
18271
* time units:                            timeout invocation.  (line  50)
17810
18272
* time zone correction:                  Time of day items.   (line  30)
17811
18273
* time zone item <1>:                    Time zone items.     (line   6)
17812
18274
* time zone item:                        General date syntax. (line  46)
17813
18275
* time, printing or setting:             date invocation.     (line   6)
17814
 
* TIME_STYLE <1>:                        du invocation.       (line 193)
 
18276
* TIME_STYLE <1>:                        du invocation.       (line 221)
17815
18277
* TIME_STYLE:                            Formatting file timestamps.
17816
18278
                                                              (line 106)
17817
18279
* timeout:                               timeout invocation.  (line   6)
17833
18295
* translating characters:                Translating.         (line   6)
17834
18296
* true:                                  true invocation.     (line   6)
17835
18297
* truncate:                              truncate invocation. (line   6)
17836
 
* truncating output file, avoiding:      dd invocation.       (line 154)
 
18298
* truncating output file, avoiding:      dd invocation.       (line 159)
17837
18299
* truncating, file sizes:                truncate invocation. (line   6)
17838
18300
* tsort:                                 tsort invocation.    (line   6)
17839
18301
* tty:                                   tty invocation.      (line   6)
17848
18310
* TZ <6>:                                touch invocation.    (line  65)
17849
18311
* TZ <7>:                                Formatting file timestamps.
17850
18312
                                                              (line  18)
17851
 
* TZ:                                    pr invocation.       (line 111)
 
18313
* TZ:                                    pr invocation.       (line  92)
17852
18314
* u, and disabling special characters:   Characters.          (line  13)
17853
 
* ucase, converting to:                  dd invocation.       (line 112)
17854
 
* ufs file system type:                  df invocation.       (line 131)
 
18315
* ucase, converting to:                  dd invocation.       (line 117)
 
18316
* ufs file system type:                  df invocation.       (line 209)
17855
18317
* umask and modes:                       Umask and Protection.
17856
18318
                                                              (line   6)
17857
18319
* uname:                                 uname invocation.    (line   6)
17858
 
* unblock:                               dd invocation.       (line 103)
 
18320
* unblock:                               dd invocation.       (line 108)
17859
18321
* unexpand:                              unexpand invocation. (line   6)
17860
18322
* Unicode:                               printf invocation.   (line  70)
17861
18323
* uniq:                                  uniq invocation.     (line   6)
17870
18332
* uptime:                                uptime invocation.   (line   6)
17871
18333
* use time, changing:                    touch invocation.    (line  78)
17872
18334
* use time, printing or sorting files by: Sorting the output. (line  13)
17873
 
* use time, show the most recent:        du invocation.       (line 156)
 
18335
* use time, show the most recent:        du invocation.       (line 184)
17874
18336
* user IDs, disambiguating:              Disambiguating names and IDs.
17875
18337
                                                              (line   6)
17876
18338
* user information, commands for:        User information.    (line   6)
17885
18347
* utmp:                                  logname invocation.  (line   6)
17886
18348
* valid file names, checking for:        pathchk invocation.  (line   6)
17887
18349
* variable-length records, converting to fixed-length: dd invocation.
17888
 
                                                              (line  40)
 
18350
                                                              (line  41)
17889
18351
* vdir:                                  vdir invocation.     (line   6)
17890
18352
* verbose ls format:                     What information is listed.
17891
18353
                                                              (line 131)
17940
18402
 
17941
18403
 
17942
18404
Tag Table:
17943
 
Node: Top8334
17944
 
Node: Introduction22145
17945
 
Node: Common options23704
17946
 
Node: Exit status26980
17947
 
Node: Backup options27725
17948
 
Node: Block size29649
17949
 
Node: Floating point34503
17950
 
Node: Signal specifications35913
17951
 
Node: Disambiguating names and IDs37968
17952
 
Ref: Disambiguating names and IDs-Footnote-139537
17953
 
Node: Random sources39607
17954
 
Node: Target directory41224
17955
 
Node: Trailing slashes44709
17956
 
Node: Traversing symlinks45730
17957
 
Node: Treating / specially46803
17958
 
Node: Special built-in utilities48350
17959
 
Node: Standards conformance49485
17960
 
Node: Output of entire files51041
17961
 
Node: cat invocation51642
17962
 
Node: tac invocation53449
17963
 
Node: nl invocation54711
17964
 
Node: od invocation58590
17965
 
Node: base64 invocation65461
17966
 
Node: Formatting file contents66840
17967
 
Node: fmt invocation67291
17968
 
Node: pr invocation70167
17969
 
Node: fold invocation82609
17970
 
Node: Output of parts of files84069
17971
 
Node: head invocation84566
17972
 
Node: tail invocation86751
17973
 
Node: split invocation96051
17974
 
Node: csplit invocation102972
17975
 
Node: Summarizing files107777
17976
 
Node: wc invocation108425
17977
 
Node: sum invocation111499
17978
 
Node: cksum invocation112904
17979
 
Node: md5sum invocation114044
17980
 
Node: sha1sum invocation119663
17981
 
Node: sha2 utilities120443
17982
 
Node: Operating on sorted files121067
17983
 
Node: sort invocation121654
17984
 
Ref: sort invocation-Footnote-1145583
17985
 
Node: shuf invocation146135
17986
 
Node: uniq invocation148715
17987
 
Node: comm invocation153408
17988
 
Node: ptx invocation155829
17989
 
Node: General options in ptx158629
17990
 
Node: Charset selection in ptx159210
17991
 
Node: Input processing in ptx160112
17992
 
Node: Output formatting in ptx165528
17993
 
Node: Compatibility in ptx172094
17994
 
Node: tsort invocation175328
17995
 
Node: tsort background178487
17996
 
Node: Operating on fields180135
17997
 
Node: cut invocation180497
17998
 
Node: paste invocation184454
17999
 
Node: join invocation185768
18000
 
Node: Operating on characters192121
18001
 
Node: tr invocation192543
18002
 
Node: Character sets194261
18003
 
Node: Translating198779
18004
 
Node: Squeezing200870
18005
 
Node: expand invocation203937
18006
 
Node: unexpand invocation205419
18007
 
Node: Directory listing207237
18008
 
Node: ls invocation207723
18009
 
Ref: ls invocation-Footnote-1209819
18010
 
Node: Which files are listed210041
18011
 
Node: What information is listed213781
18012
 
Node: Sorting the output223028
18013
 
Node: Details about version sort225338
18014
 
Node: General output formatting227106
18015
 
Node: Formatting file timestamps232096
18016
 
Node: Formatting the file names237422
18017
 
Node: dir invocation240338
18018
 
Node: vdir invocation240749
18019
 
Node: dircolors invocation241127
18020
 
Node: Basic operations242826
18021
 
Node: cp invocation243446
18022
 
Node: dd invocation259668
18023
 
Node: install invocation272756
18024
 
Node: mv invocation278031
18025
 
Node: rm invocation282593
18026
 
Node: shred invocation286987
18027
 
Node: Special file types295023
18028
 
Node: link invocation296529
18029
 
Node: ln invocation297748
18030
 
Node: mkdir invocation305803
18031
 
Node: mkfifo invocation308174
18032
 
Node: mknod invocation309294
18033
 
Node: readlink invocation311426
18034
 
Node: rmdir invocation313385
18035
 
Node: unlink invocation314659
18036
 
Node: Changing file attributes315618
18037
 
Node: chown invocation316432
18038
 
Node: chgrp invocation322593
18039
 
Node: chmod invocation325668
18040
 
Node: touch invocation328423
18041
 
Node: Disk usage335827
18042
 
Node: df invocation336488
18043
 
Node: du invocation342674
18044
 
Node: stat invocation351207
18045
 
Node: sync invocation356720
18046
 
Node: truncate invocation357675
18047
 
Node: Printing text359446
18048
 
Node: echo invocation359820
18049
 
Node: printf invocation362406
18050
 
Node: yes invocation367877
18051
 
Node: Conditions368489
18052
 
Node: false invocation369080
18053
 
Node: true invocation370115
18054
 
Node: test invocation371394
18055
 
Node: File type tests373439
18056
 
Node: Access permission tests374321
18057
 
Node: File characteristic tests375206
18058
 
Node: String tests375971
18059
 
Node: Numeric tests376710
18060
 
Node: Connectives for test377516
18061
 
Node: expr invocation377869
18062
 
Node: String expressions380310
18063
 
Node: Numeric expressions382894
18064
 
Node: Relations for expr383591
18065
 
Node: Examples of expr384785
18066
 
Node: Redirection385510
18067
 
Node: tee invocation385968
18068
 
Node: File name manipulation390758
18069
 
Node: basename invocation391333
18070
 
Node: dirname invocation393311
18071
 
Node: pathchk invocation394906
18072
 
Node: mktemp invocation396670
18073
 
Node: realpath invocation402318
18074
 
Node: Working context405123
18075
 
Node: pwd invocation405767
18076
 
Node: stty invocation407113
18077
 
Node: Control409873
18078
 
Node: Input410633
18079
 
Node: Output412307
18080
 
Node: Local413628
18081
 
Node: Combination415210
18082
 
Node: Characters417431
18083
 
Node: Special418985
18084
 
Node: printenv invocation420642
18085
 
Node: tty invocation421653
18086
 
Node: User information422359
18087
 
Node: id invocation422994
18088
 
Node: logname invocation424917
18089
 
Node: whoami invocation425544
18090
 
Node: groups invocation426031
18091
 
Node: users invocation427236
18092
 
Node: who invocation428183
18093
 
Node: System context431119
18094
 
Node: date invocation431784
18095
 
Node: Time conversion specifiers433501
18096
 
Node: Date conversion specifiers435924
18097
 
Node: Literal conversion specifiers438960
18098
 
Node: Padding and other flags439318
18099
 
Node: Setting the time441509
18100
 
Node: Options for date442630
18101
 
Node: Examples of date446929
18102
 
Ref: %s-examples448347
18103
 
Node: arch invocation451511
18104
 
Node: nproc invocation451960
18105
 
Node: uname invocation453070
18106
 
Node: hostname invocation455647
18107
 
Node: hostid invocation456260
18108
 
Node: uptime invocation456971
18109
 
Node: SELinux context458094
18110
 
Node: chcon invocation458469
18111
 
Node: runcon invocation460291
18112
 
Node: Modified command invocation461757
18113
 
Node: chroot invocation462449
18114
 
Ref: chroot invocation-Footnote-1465017
18115
 
Node: env invocation465319
18116
 
Node: nice invocation469564
18117
 
Node: nohup invocation473285
18118
 
Node: stdbuf invocation475568
18119
 
Node: timeout invocation478095
18120
 
Node: Process control480343
18121
 
Node: kill invocation480566
18122
 
Node: Delaying483636
18123
 
Node: sleep invocation483833
18124
 
Node: Numeric operations484934
18125
 
Node: factor invocation485266
18126
 
Node: seq invocation487024
18127
 
Node: File permissions490804
18128
 
Node: Mode Structure491496
18129
 
Node: Symbolic Modes495191
18130
 
Node: Setting Permissions496289
18131
 
Node: Copying Permissions498902
18132
 
Node: Changing Special Mode Bits499721
18133
 
Node: Conditional Executability501543
18134
 
Node: Multiple Changes502087
18135
 
Node: Umask and Protection503754
18136
 
Node: Numeric Modes504859
18137
 
Node: Operator Numeric Modes506985
18138
 
Node: Directory Setuid and Setgid508001
18139
 
Node: Date input formats510828
18140
 
Node: General date syntax513259
18141
 
Node: Calendar date items516250
18142
 
Node: Time of day items518255
18143
 
Node: Time zone items520459
18144
 
Node: Combined date and time of day items521719
18145
 
Node: Day of week items522451
18146
 
Node: Relative items in date strings523468
18147
 
Node: Pure numbers in date strings526278
18148
 
Node: Seconds since the Epoch527267
18149
 
Node: Specifying time zone rules528896
18150
 
Node: Authors of parse_datetime531276
18151
 
Ref: Authors of get_date531463
18152
 
Node: Opening the software toolbox532426
18153
 
Node: Toolbox introduction533193
18154
 
Node: I/O redirection535916
18155
 
Node: The who command538750
18156
 
Node: The cut command539647
18157
 
Node: The sort command540710
18158
 
Node: The uniq command541414
18159
 
Node: Putting the tools together542104
18160
 
Ref: Putting the tools together-Footnote-1554056
18161
 
Node: GNU Free Documentation License554130
18162
 
Node: Concept index579323
 
18405
Node: Top8400
 
18406
Node: Introduction22373
 
18407
Node: Common options23932
 
18408
Node: Exit status27208
 
18409
Node: Backup options27963
 
18410
Node: Block size29887
 
18411
Node: Floating point34741
 
18412
Node: Signal specifications36151
 
18413
Node: Disambiguating names and IDs38206
 
18414
Ref: Disambiguating names and IDs-Footnote-139775
 
18415
Node: Random sources39845
 
18416
Node: Target directory41462
 
18417
Node: Trailing slashes44947
 
18418
Node: Traversing symlinks45968
 
18419
Node: Treating / specially47041
 
18420
Node: Special built-in utilities48593
 
18421
Node: Standards conformance49728
 
18422
Node: Output of entire files51284
 
18423
Node: cat invocation51885
 
18424
Node: tac invocation53692
 
18425
Node: nl invocation54960
 
18426
Node: od invocation58839
 
18427
Node: base64 invocation65714
 
18428
Node: Formatting file contents67093
 
18429
Node: fmt invocation67594
 
18430
Node: numfmt invocation70474
 
18431
Node: pr invocation80479
 
18432
Node: fold invocation91978
 
18433
Node: Output of parts of files93438
 
18434
Node: head invocation93935
 
18435
Node: tail invocation96120
 
18436
Node: split invocation105420
 
18437
Node: csplit invocation112341
 
18438
Node: Summarizing files117146
 
18439
Node: wc invocation117794
 
18440
Node: sum invocation120868
 
18441
Node: cksum invocation122273
 
18442
Node: md5sum invocation123413
 
18443
Node: sha1sum invocation129032
 
18444
Node: sha2 utilities129812
 
18445
Node: Operating on sorted files130436
 
18446
Node: sort invocation131023
 
18447
Ref: sort invocation-Footnote-1154952
 
18448
Node: shuf invocation155504
 
18449
Node: uniq invocation158084
 
18450
Node: comm invocation162777
 
18451
Node: ptx invocation165198
 
18452
Node: General options in ptx167998
 
18453
Node: Charset selection in ptx168579
 
18454
Node: Input processing in ptx169481
 
18455
Node: Output formatting in ptx174897
 
18456
Node: Compatibility in ptx181463
 
18457
Node: tsort invocation184697
 
18458
Node: tsort background187856
 
18459
Node: Operating on fields189504
 
18460
Node: cut invocation189866
 
18461
Node: paste invocation193823
 
18462
Node: join invocation195137
 
18463
Node: Operating on characters201490
 
18464
Node: tr invocation201912
 
18465
Node: Character sets203630
 
18466
Node: Translating208148
 
18467
Node: Squeezing210239
 
18468
Node: expand invocation213306
 
18469
Node: unexpand invocation214788
 
18470
Node: Directory listing216606
 
18471
Node: ls invocation217092
 
18472
Ref: ls invocation-Footnote-1219188
 
18473
Node: Which files are listed219410
 
18474
Node: What information is listed223150
 
18475
Node: Sorting the output232397
 
18476
Node: Details about version sort234707
 
18477
Node: General output formatting236475
 
18478
Node: Formatting file timestamps241465
 
18479
Node: Formatting the file names246791
 
18480
Node: dir invocation249707
 
18481
Node: vdir invocation250118
 
18482
Node: dircolors invocation250496
 
18483
Node: Basic operations252195
 
18484
Node: cp invocation252815
 
18485
Node: dd invocation269136
 
18486
Node: install invocation282850
 
18487
Node: mv invocation288125
 
18488
Node: rm invocation292687
 
18489
Node: shred invocation297081
 
18490
Node: Special file types305117
 
18491
Node: link invocation306623
 
18492
Node: ln invocation307842
 
18493
Node: mkdir invocation315897
 
18494
Node: mkfifo invocation318268
 
18495
Node: mknod invocation319388
 
18496
Node: readlink invocation321520
 
18497
Node: rmdir invocation323642
 
18498
Node: unlink invocation324916
 
18499
Node: Changing file attributes325875
 
18500
Node: chown invocation326689
 
18501
Node: chgrp invocation332850
 
18502
Node: chmod invocation335925
 
18503
Node: touch invocation338680
 
18504
Node: Disk usage346084
 
18505
Node: df invocation346745
 
18506
Node: du invocation355402
 
18507
Node: stat invocation364948
 
18508
Node: sync invocation370461
 
18509
Node: truncate invocation371416
 
18510
Node: Printing text373187
 
18511
Node: echo invocation373561
 
18512
Node: printf invocation376147
 
18513
Node: yes invocation381618
 
18514
Node: Conditions382230
 
18515
Node: false invocation382821
 
18516
Node: true invocation383856
 
18517
Node: test invocation385135
 
18518
Node: File type tests387180
 
18519
Node: Access permission tests388062
 
18520
Node: File characteristic tests388947
 
18521
Node: String tests389712
 
18522
Node: Numeric tests390451
 
18523
Node: Connectives for test391257
 
18524
Node: expr invocation391610
 
18525
Node: String expressions394051
 
18526
Node: Numeric expressions396635
 
18527
Node: Relations for expr397332
 
18528
Node: Examples of expr398526
 
18529
Node: Redirection399251
 
18530
Node: tee invocation399709
 
18531
Node: File name manipulation404496
 
18532
Node: basename invocation405071
 
18533
Node: dirname invocation407049
 
18534
Node: pathchk invocation408644
 
18535
Node: mktemp invocation410408
 
18536
Node: realpath invocation416056
 
18537
Node: Working context418861
 
18538
Node: pwd invocation419505
 
18539
Node: stty invocation420851
 
18540
Node: Control423611
 
18541
Node: Input424444
 
18542
Node: Output426118
 
18543
Node: Local427439
 
18544
Node: Combination429021
 
18545
Node: Characters431242
 
18546
Node: Special432796
 
18547
Node: printenv invocation434453
 
18548
Node: tty invocation435464
 
18549
Node: User information436170
 
18550
Node: id invocation436805
 
18551
Node: logname invocation438728
 
18552
Node: whoami invocation439355
 
18553
Node: groups invocation439842
 
18554
Node: users invocation441047
 
18555
Node: who invocation441994
 
18556
Node: System context444930
 
18557
Node: date invocation445595
 
18558
Node: Time conversion specifiers447312
 
18559
Node: Date conversion specifiers449735
 
18560
Node: Literal conversion specifiers452771
 
18561
Node: Padding and other flags453129
 
18562
Node: Setting the time455320
 
18563
Node: Options for date456441
 
18564
Node: Examples of date460740
 
18565
Ref: %s-examples462158
 
18566
Node: arch invocation465322
 
18567
Node: nproc invocation465771
 
18568
Node: uname invocation466881
 
18569
Node: hostname invocation469458
 
18570
Node: hostid invocation470071
 
18571
Node: uptime invocation470782
 
18572
Node: SELinux context471905
 
18573
Node: chcon invocation472280
 
18574
Node: runcon invocation474556
 
18575
Node: Modified command invocation476022
 
18576
Node: chroot invocation476714
 
18577
Ref: chroot invocation-Footnote-1479282
 
18578
Node: env invocation479584
 
18579
Node: nice invocation483829
 
18580
Node: nohup invocation487682
 
18581
Node: stdbuf invocation489965
 
18582
Node: timeout invocation492492
 
18583
Node: Process control494989
 
18584
Node: kill invocation495212
 
18585
Node: Delaying498282
 
18586
Node: sleep invocation498479
 
18587
Node: Numeric operations499580
 
18588
Node: factor invocation499912
 
18589
Node: seq invocation501670
 
18590
Node: File permissions505450
 
18591
Node: Mode Structure506142
 
18592
Node: Symbolic Modes509837
 
18593
Node: Setting Permissions510935
 
18594
Node: Copying Permissions513548
 
18595
Node: Changing Special Mode Bits514367
 
18596
Node: Conditional Executability516189
 
18597
Node: Multiple Changes516733
 
18598
Node: Umask and Protection518400
 
18599
Node: Numeric Modes519505
 
18600
Node: Operator Numeric Modes521631
 
18601
Node: Directory Setuid and Setgid522647
 
18602
Node: Date input formats525474
 
18603
Node: General date syntax527909
 
18604
Node: Calendar date items530900
 
18605
Node: Time of day items532905
 
18606
Node: Time zone items535109
 
18607
Node: Combined date and time of day items536369
 
18608
Node: Day of week items537229
 
18609
Node: Relative items in date strings538246
 
18610
Node: Pure numbers in date strings541056
 
18611
Node: Seconds since the Epoch542045
 
18612
Node: Specifying time zone rules543674
 
18613
Node: Authors of parse_datetime546054
 
18614
Ref: Authors of get_date546241
 
18615
Node: Opening the software toolbox547204
 
18616
Node: Toolbox introduction547971
 
18617
Node: I/O redirection550694
 
18618
Node: The who command553528
 
18619
Node: The cut command554425
 
18620
Node: The sort command555488
 
18621
Node: The uniq command556192
 
18622
Node: Putting the tools together556882
 
18623
Ref: Putting the tools together-Footnote-1568834
 
18624
Node: GNU Free Documentation License568908
 
18625
Node: Concept index594101
18163
18626
 
18164
18627
End Tag Table