doc: split: add examples showing how to use the new option
[platform/upstream/coreutils.git] / doc / coreutils.texi
1 \input texinfo
2 @c %**start of header
3 @setfilename coreutils.info
4 @settitle @sc{gnu} Coreutils
5
6 @c %**end of header
7
8 @include version.texi
9 @include constants.texi
10
11 @c Define new indices.
12 @defcodeindex op
13 @defcodeindex fl
14
15 @c Put everything in one index (arbitrarily chosen to be the concept index).
16 @syncodeindex fl cp
17 @syncodeindex fn cp
18 @syncodeindex ky cp
19 @syncodeindex op cp
20 @syncodeindex pg cp
21 @syncodeindex vr cp
22
23 @dircategory Basics
24 @direntry
25 * Coreutils: (coreutils).       Core GNU (file, text, shell) utilities.
26 * Common options: (coreutils)Common options.      Common options.
27 * File permissions: (coreutils)File permissions.  Access modes.
28 * Date input formats: (coreutils)Date input formats.
29 @end direntry
30
31 @c FIXME: the following need documentation
32 @c * [: (coreutils)[ invocation.                   File/string tests.
33 @c * pinky: (coreutils)pinky invocation.           FIXME.
34
35 @dircategory Individual utilities
36 @direntry
37 * arch: (coreutils)arch invocation.             Print machine hardware name.
38 * base64: (coreutils)base64 invocation.         Base64 encode/decode data.
39 * basename: (coreutils)basename invocation.     Strip directory and suffix.
40 * cat: (coreutils)cat invocation.               Concatenate and write files.
41 * chcon: (coreutils)chcon invocation.           Change SELinux CTX of files.
42 * chgrp: (coreutils)chgrp invocation.           Change file groups.
43 * chmod: (coreutils)chmod invocation.           Change file permissions.
44 * chown: (coreutils)chown invocation.           Change file owners/groups.
45 * chroot: (coreutils)chroot invocation.         Specify the root directory.
46 * cksum: (coreutils)cksum invocation.           Print POSIX CRC checksum.
47 * comm: (coreutils)comm invocation.             Compare sorted files by line.
48 * cp: (coreutils)cp invocation.                 Copy files.
49 * csplit: (coreutils)csplit invocation.         Split by context.
50 * cut: (coreutils)cut invocation.               Print selected parts of lines.
51 * date: (coreutils)date invocation.             Print/set system date and time.
52 * dd: (coreutils)dd invocation.                 Copy and convert a file.
53 * df: (coreutils)df invocation.                 Report file system disk usage.
54 * dir: (coreutils)dir invocation.               List directories briefly.
55 * dircolors: (coreutils)dircolors invocation.   Color setup for ls.
56 * dirname: (coreutils)dirname invocation.       Strip last file name component.
57 * du: (coreutils)du invocation.                 Report on disk usage.
58 * echo: (coreutils)echo invocation.             Print a line of text.
59 * env: (coreutils)env invocation.               Modify the environment.
60 * expand: (coreutils)expand invocation.         Convert tabs to spaces.
61 * expr: (coreutils)expr invocation.             Evaluate expressions.
62 * factor: (coreutils)factor invocation.         Print prime factors
63 * false: (coreutils)false invocation.           Do nothing, unsuccessfully.
64 * fmt: (coreutils)fmt invocation.               Reformat paragraph text.
65 * fold: (coreutils)fold invocation.             Wrap long input lines.
66 * groups: (coreutils)groups invocation.         Print group names a user is in.
67 * head: (coreutils)head invocation.             Output the first part of files.
68 * hostid: (coreutils)hostid invocation.         Print numeric host identifier.
69 * hostname: (coreutils)hostname invocation.     Print or set system name.
70 * id: (coreutils)id invocation.                 Print user identity.
71 * install: (coreutils)install invocation.       Copy and change attributes.
72 * join: (coreutils)join invocation.             Join lines on a common field.
73 * kill: (coreutils)kill invocation.             Send a signal to processes.
74 * link: (coreutils)link invocation.             Make hard links between files.
75 * ln: (coreutils)ln invocation.                 Make links between files.
76 * logname: (coreutils)logname invocation.       Print current login name.
77 * ls: (coreutils)ls invocation.                 List directory contents.
78 * md5sum: (coreutils)md5sum invocation.         Print or check MD5 digests.
79 * mkdir: (coreutils)mkdir invocation.           Create directories.
80 * mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).
81 * mknod: (coreutils)mknod invocation.           Create special files.
82 * mktemp: (coreutils)mktemp invocation.         Create temporary files.
83 * mv: (coreutils)mv invocation.                 Rename files.
84 * nice: (coreutils)nice invocation.             Modify niceness.
85 * nl: (coreutils)nl invocation.                 Number lines and write files.
86 * nohup: (coreutils)nohup invocation.           Immunize to hangups.
87 * nproc: (coreutils)nproc invocation.           Print the number of processors.
88 * od: (coreutils)od invocation.                 Dump files in octal, etc.
89 * paste: (coreutils)paste invocation.           Merge lines of files.
90 * pathchk: (coreutils)pathchk invocation.       Check file name portability.
91 * pr: (coreutils)pr invocation.                 Paginate or columnate files.
92 * printenv: (coreutils)printenv invocation.     Print environment variables.
93 * printf: (coreutils)printf invocation.         Format and print data.
94 * ptx: (coreutils)ptx invocation.               Produce permuted indexes.
95 * pwd: (coreutils)pwd invocation.               Print working directory.
96 * readlink: (coreutils)readlink invocation.     Print referent of a symlink.
97 * rm: (coreutils)rm invocation.                 Remove files.
98 * rmdir: (coreutils)rmdir invocation.           Remove empty directories.
99 * runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.
100 * seq: (coreutils)seq invocation.               Print numeric sequences
101 * sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.
102 * sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.
103 * shred: (coreutils)shred invocation.           Remove files more securely.
104 * shuf: (coreutils)shuf invocation.             Shuffling text files.
105 * sleep: (coreutils)sleep invocation.           Delay for a specified time.
106 * sort: (coreutils)sort invocation.             Sort text files.
107 * split: (coreutils)split invocation.           Split into pieces.
108 * stat: (coreutils)stat invocation.             Report file(system) status.
109 * stdbuf: (coreutils)stdbuf invocation.         Modify stdio buffering.
110 * stty: (coreutils)stty invocation.             Print/change terminal settings.
111 * su: (coreutils)su invocation.                 Modify user and group ID.
112 * sum: (coreutils)sum invocation.               Print traditional checksum.
113 * sync: (coreutils)sync invocation.             Synchronize memory and disk.
114 * tac: (coreutils)tac invocation.               Reverse files.
115 * tail: (coreutils)tail invocation.             Output the last part of files.
116 * tee: (coreutils)tee invocation.               Redirect to multiple files.
117 * test: (coreutils)test invocation.             File/string tests.
118 * timeout: (coreutils)timeout invocation.       Run with time limit.
119 * touch: (coreutils)touch invocation.           Change file timestamps.
120 * tr: (coreutils)tr invocation.                 Translate characters.
121 * true: (coreutils)true invocation.             Do nothing, successfully.
122 * truncate: (coreutils)truncate invocation.     Shrink/extend size of a file.
123 * tsort: (coreutils)tsort invocation.           Topological sort.
124 * tty: (coreutils)tty invocation.               Print terminal name.
125 * uname: (coreutils)uname invocation.           Print system information.
126 * unexpand: (coreutils)unexpand invocation.     Convert spaces to tabs.
127 * uniq: (coreutils)uniq invocation.             Uniquify files.
128 * unlink: (coreutils)unlink invocation.         Removal via unlink(2).
129 * uptime: (coreutils)uptime invocation.         Print uptime and load.
130 * users: (coreutils)users invocation.           Print current user names.
131 * vdir: (coreutils)vdir invocation.             List directories verbosely.
132 * wc: (coreutils)wc invocation.                 Line, word, and byte counts.
133 * who: (coreutils)who invocation.               Print who is logged in.
134 * whoami: (coreutils)whoami invocation.         Print effective user ID.
135 * yes: (coreutils)yes invocation.               Print a string indefinitely.
136 @end direntry
137
138 @copying
139 This manual documents version @value{VERSION} of the @sc{gnu} core
140 utilities, including the standard programs for text and file manipulation.
141
142 Copyright @copyright{} 1994-1996, 2000-2010 Free Software Foundation, Inc.
143
144 @quotation
145 Permission is granted to copy, distribute and/or modify this document
146 under the terms of the GNU Free Documentation License, Version 1.3 or
147 any later version published by the Free Software Foundation; with no
148 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
149 Texts.  A copy of the license is included in the section entitled ``GNU
150 Free Documentation License''.
151 @end quotation
152 @end copying
153
154 @titlepage
155 @title @sc{gnu} @code{Coreutils}
156 @subtitle Core GNU utilities
157 @subtitle for version @value{VERSION}, @value{UPDATED}
158 @author David MacKenzie et al.
159
160 @page
161 @vskip 0pt plus 1filll
162 @insertcopying
163 @end titlepage
164 @shortcontents
165 @contents
166
167 @ifnottex
168 @node Top
169 @top GNU Coreutils
170
171 @insertcopying
172 @end ifnottex
173
174 @cindex core utilities
175 @cindex text utilities
176 @cindex shell utilities
177 @cindex file utilities
178
179 @menu
180 * Introduction::                 Caveats, overview, and authors
181 * Common options::               Common options
182 * Output of entire files::       cat tac nl od base64
183 * Formatting file contents::     fmt pr fold
184 * Output of parts of files::     head tail split csplit
185 * Summarizing files::            wc sum cksum md5sum sha1sum sha2
186 * Operating on sorted files::    sort shuf uniq comm ptx tsort
187 * Operating on fields::          cut paste join
188 * Operating on characters::      tr expand unexpand
189 * Directory listing::            ls dir vdir dircolors
190 * Basic operations::             cp dd install mv rm shred
191 * Special file types::         mkdir rmdir unlink mkfifo mknod ln link readlink
192 * Changing file attributes::     chgrp chmod chown touch
193 * Disk usage::                   df du stat sync truncate
194 * Printing text::                echo printf yes
195 * Conditions::                   false true test expr
196 * Redirection::                  tee
197 * File name manipulation::       dirname basename pathchk mktemp
198 * Working context::              pwd stty printenv tty
199 * User information::             id logname whoami groups users who
200 * System context::               date arch nproc uname hostname hostid uptime
201 * SELinux context::              chcon runcon
202 * Modified command invocation::  chroot env nice nohup stdbuf su timeout
203 * Process control::              kill
204 * Delaying::                     sleep
205 * Numeric operations::           factor seq
206 * File permissions::             Access modes
207 * Date input formats::           Specifying date strings
208 * Opening the software toolbox:: The software tools philosophy
209 * GNU Free Documentation License:: Copying and sharing this manual
210 * Concept index::                General index
211
212 @detailmenu
213  --- The Detailed Node Listing ---
214
215 Common Options
216
217 * Exit status::                  Indicating program success or failure
218 * Backup options::               Backup options
219 * Block size::                   Block size
220 * Signal specifications::        Specifying signals
221 * Disambiguating names and IDs:: chgrp and chown owner and group syntax
222 * Random sources::               Sources of random data
223 * Target directory::             Target directory
224 * Trailing slashes::             Trailing slashes
225 * Traversing symlinks::          Traversing symlinks to directories
226 * Treating / specially::         Treating / specially
227 * Standards conformance::        Standards conformance
228
229 Output of entire files
230
231 * cat invocation::               Concatenate and write files
232 * tac invocation::               Concatenate and write files in reverse
233 * nl invocation::                Number lines and write files
234 * od invocation::                Write files in octal or other formats
235 * base64 invocation::            Transform data into printable data
236
237 Formatting file contents
238
239 * fmt invocation::               Reformat paragraph text
240 * pr invocation::                Paginate or columnate files for printing
241 * fold invocation::              Wrap input lines to fit in specified width
242
243 Output of parts of files
244
245 * head invocation::              Output the first part of files
246 * tail invocation::              Output the last part of files
247 * split invocation::             Split a file into fixed-size pieces
248 * csplit invocation::            Split a file into context-determined pieces
249
250 Summarizing files
251
252 * wc invocation::                Print newline, word, and byte counts
253 * sum invocation::               Print checksum and block counts
254 * cksum invocation::             Print CRC checksum and byte counts
255 * md5sum invocation::            Print or check MD5 digests
256 * sha1sum invocation::           Print or check SHA-1 digests
257 * sha2 utilities::               Print or check SHA-2 digests
258
259 Operating on sorted files
260
261 * sort invocation::              Sort text files
262 * shuf invocation::              Shuffle text files
263 * uniq invocation::              Uniquify files
264 * comm invocation::              Compare two sorted files line by line
265 * ptx invocation::               Produce a permuted index of file contents
266 * tsort invocation::             Topological sort
267
268 @command{ptx}: Produce permuted indexes
269
270 * General options in ptx::       Options which affect general program behavior
271 * Charset selection in ptx::     Underlying character set considerations
272 * Input processing in ptx::      Input fields, contexts, and keyword selection
273 * Output formatting in ptx::     Types of output format, and sizing the fields
274 * Compatibility in ptx::         The @acronym{GNU} extensions to @command{ptx}
275
276 Operating on fields
277
278 * cut invocation::               Print selected parts of lines
279 * paste invocation::             Merge lines of files
280 * join invocation::              Join lines on a common field
281
282 Operating on characters
283
284 * tr invocation::                Translate, squeeze, and/or delete characters
285 * expand invocation::            Convert tabs to spaces
286 * unexpand invocation::          Convert spaces to tabs
287
288 @command{tr}: Translate, squeeze, and/or delete characters
289
290 * Character sets::               Specifying sets of characters
291 * Translating::                  Changing one set of characters to another
292 * Squeezing::                    Squeezing repeats and deleting
293
294 Directory listing
295
296 * ls invocation::                List directory contents
297 * dir invocation::               Briefly list directory contents
298 * vdir invocation::              Verbosely list directory contents
299 * dircolors invocation::         Color setup for @command{ls}
300
301 @command{ls}:  List directory contents
302
303 * Which files are listed::       Which files are listed
304 * What information is listed::   What information is listed
305 * Sorting the output::           Sorting the output
306 * Details about version sort::   More details about version sort
307 * General output formatting::    General output formatting
308 * Formatting the file names::    Formatting the file names
309
310 Basic operations
311
312 * cp invocation::                Copy files and directories
313 * dd invocation::                Convert and copy a file
314 * install invocation::           Copy files and set attributes
315 * mv invocation::                Move (rename) files
316 * rm invocation::                Remove files or directories
317 * shred invocation::             Remove files more securely
318
319 Special file types
320
321 * link invocation::              Make a hard link via the link syscall
322 * ln invocation::                Make links between files
323 * mkdir invocation::             Make directories
324 * mkfifo invocation::            Make FIFOs (named pipes)
325 * mknod invocation::             Make block or character special files
326 * readlink invocation::          Print value of a symlink or canonical file name
327 * rmdir invocation::             Remove empty directories
328 * unlink invocation::            Remove files via unlink syscall
329
330 Changing file attributes
331
332 * chown invocation::             Change file owner and group
333 * chgrp invocation::             Change group ownership
334 * chmod invocation::             Change access permissions
335 * touch invocation::             Change file timestamps
336
337 Disk usage
338
339 * df invocation::                Report file system disk space usage
340 * du invocation::                Estimate file space usage
341 * stat invocation::              Report file or file system status
342 * sync invocation::              Synchronize data on disk with memory
343 * truncate invocation::          Shrink or extend the size of a file
344
345 Printing text
346
347 * echo invocation::              Print a line of text
348 * printf invocation::            Format and print data
349 * yes invocation::               Print a string until interrupted
350
351 Conditions
352
353 * false invocation::             Do nothing, unsuccessfully
354 * true invocation::              Do nothing, successfully
355 * test invocation::              Check file types and compare values
356 * expr invocation::              Evaluate expressions
357
358 @command{test}: Check file types and compare values
359
360 * File type tests::              File type tests
361 * Access permission tests::      Access permission tests
362 * File characteristic tests::    File characteristic tests
363 * String tests::                 String tests
364 * Numeric tests::                Numeric tests
365
366 @command{expr}: Evaluate expression
367
368 * String expressions::           + : match substr index length
369 * Numeric expressions::          + - * / %
370 * Relations for expr::           | & < <= = == != >= >
371 * Examples of expr::             Examples of using @command{expr}
372
373 Redirection
374
375 * tee invocation::               Redirect output to multiple files or processes
376
377 File name manipulation
378
379 * basename invocation::          Strip directory and suffix from a file name
380 * dirname invocation::           Strip last file name component
381 * pathchk invocation::           Check file name validity and portability
382 * mktemp invocation::            Create temporary file or directory
383
384 Working context
385
386 * pwd invocation::               Print working directory
387 * stty invocation::              Print or change terminal characteristics
388 * printenv invocation::          Print all or some environment variables
389 * tty invocation::               Print file name of terminal on standard input
390
391 @command{stty}: Print or change terminal characteristics
392
393 * Control::                      Control settings
394 * Input::                        Input settings
395 * Output::                       Output settings
396 * Local::                        Local settings
397 * Combination::                  Combination settings
398 * Characters::                   Special characters
399 * Special::                      Special settings
400
401 User information
402
403 * id invocation::                Print user identity
404 * logname invocation::           Print current login name
405 * whoami invocation::            Print effective user ID
406 * groups invocation::            Print group names a user is in
407 * users invocation::             Print login names of users currently logged in
408 * who invocation::               Print who is currently logged in
409
410 System context
411
412 * arch invocation::              Print machine hardware name
413 * date invocation::              Print or set system date and time
414 * nproc invocation::             Print the number of processors
415 * uname invocation::             Print system information
416 * hostname invocation::          Print or set system name
417 * hostid invocation::            Print numeric host identifier
418 * uptime invocation::            Print system uptime and load
419
420 @command{date}: Print or set system date and time
421
422 * Time conversion specifiers::   %[HIklMNpPrRsSTXzZ]
423 * Date conversion specifiers::   %[aAbBcCdDeFgGhjmuUVwWxyY]
424 * Literal conversion specifiers:: %[%nt]
425 * Padding and other flags::      Pad with zeros, spaces, etc.
426 * Setting the time::             Changing the system clock
427 * Options for date::             Instead of the current time
428 * Date input formats::           Specifying date strings
429 * Examples of date::             Examples
430
431 SELinux context
432
433 * chcon invocation::             Change SELinux context of file
434 * runcon invocation::            Run a command in specified SELinux context
435
436 Modified command invocation
437
438 * chroot invocation::            Run a command with a different root directory
439 * env invocation::               Run a command in a modified environment
440 * nice invocation::              Run a command with modified niceness
441 * nohup invocation::             Run a command immune to hangups
442 * stdbuf invocation::            Run a command with modified I/O buffering
443 * su invocation::                Run a command with substitute user and group ID
444 * timeout invocation::           Run a command with a time limit
445
446 Process control
447
448 * kill invocation::              Sending a signal to processes.
449
450 Delaying
451
452 * sleep invocation::             Delay for a specified time
453
454 Numeric operations
455
456 * factor invocation::            Print prime factors
457 * seq invocation::               Print numeric sequences
458
459 File permissions
460
461 * Mode Structure::               Structure of file mode bits
462 * Symbolic Modes::               Mnemonic representation of file mode bits
463 * Numeric Modes::                File mode bits as octal numbers
464 * Directory Setuid and Setgid::  Set-user-ID and set-group-ID on directories
465
466 Date input formats
467
468 * General date syntax::          Common rules
469 * Calendar date items::          19 Dec 1994
470 * Time of day items::            9:20pm
471 * Time zone items::              @sc{est}, @sc{pdt}, @sc{gmt}
472 * Day of week items::            Monday and others
473 * Relative items in date strings:: next tuesday, 2 years ago
474 * Pure numbers in date strings:: 19931219, 1440
475 * Seconds since the Epoch::      @@1078100502
476 * Specifying time zone rules::   TZ="America/New_York", TZ="UTC0"
477 * Authors of parse_datetime::    Bellovin, Eggert, Salz, Berets, et al
478
479 Opening the software toolbox
480
481 * Toolbox introduction::         Toolbox introduction
482 * I/O redirection::              I/O redirection
483 * The who command::              The @command{who} command
484 * The cut command::              The @command{cut} command
485 * The sort command::             The @command{sort} command
486 * The uniq command::             The @command{uniq} command
487 * Putting the tools together::   Putting the tools together
488
489 Copying This Manual
490
491 * GNU Free Documentation License::     Copying and sharing this manual
492
493 @end detailmenu
494 @end menu
495
496
497 @node Introduction
498 @chapter Introduction
499
500 This manual is a work in progress: many sections make no attempt to explain
501 basic concepts in a way suitable for novices.  Thus, if you are interested,
502 please get involved in improving this manual.  The entire @sc{gnu} community
503 will benefit.
504
505 @cindex @acronym{POSIX}
506 The @sc{gnu} utilities documented here are mostly compatible with the
507 @acronym{POSIX} standard.
508 @cindex bugs, reporting
509 Please report bugs to @email{bug-coreutils@@gnu.org}.  Remember
510 to include the version number, machine architecture, input files, and
511 any other information needed to reproduce the bug: your input, what you
512 expected, what you got, and why it is wrong.  Diffs are welcome, but
513 please include a description of the problem as well, since this is
514 sometimes difficult to infer.  @xref{Bugs, , , gcc, Using and Porting GNU CC}.
515
516 @cindex Berry, K.
517 @cindex Paterson, R.
518 @cindex Stallman, R.
519 @cindex Pinard, F.
520 @cindex MacKenzie, D.
521 @cindex Meyering, J.
522 @cindex Youmans, B.
523 This manual was originally derived from the Unix man pages in the
524 distributions, which were written by David MacKenzie and updated by Jim
525 Meyering.  What you are reading now is the authoritative documentation
526 for these utilities; the man pages are no longer being maintained.  The
527 original @command{fmt} man page was written by Ross Paterson.  Fran@,{c}ois
528 Pinard did the initial conversion to Texinfo format.  Karl Berry did the
529 indexing, some reorganization, and editing of the results.  Brian
530 Youmans of the Free Software Foundation office staff combined the
531 manuals for textutils, fileutils, and sh-utils to produce the present
532 omnibus manual.  Richard Stallman contributed his usual invaluable
533 insights to the overall process.
534
535 @node Common options
536 @chapter Common options
537
538 @macro optBackup
539 @item -b
540 @itemx @w{@kbd{--backup}[=@var{method}]}
541 @opindex -b
542 @opindex --backup
543 @vindex VERSION_CONTROL
544 @cindex backups, making
545 @xref{Backup options}.
546 Make a backup of each file that would otherwise be overwritten or removed.
547 @end macro
548
549 @macro optBackupSuffix
550 @item -S @var{suffix}
551 @itemx --suffix=@var{suffix}
552 @opindex -S
553 @opindex --suffix
554 Append @var{suffix} to each backup file made with @option{-b}.
555 @xref{Backup options}.
556 @end macro
557
558 @macro optTargetDirectory
559 @item -t @var{directory}
560 @itemx @w{@kbd{--target-directory}=@var{directory}}
561 @opindex -t
562 @opindex --target-directory
563 @cindex target directory
564 @cindex destination directory
565 Specify the destination @var{directory}.
566 @xref{Target directory}.
567 @end macro
568
569 @macro optNoTargetDirectory
570 @item -T
571 @itemx --no-target-directory
572 @opindex -T
573 @opindex --no-target-directory
574 @cindex target directory
575 @cindex destination directory
576 Do not treat the last operand specially when it is a directory or a
577 symbolic link to a directory.  @xref{Target directory}.
578 @end macro
579
580 @macro optNull{cmd}
581 @item -0
582 @opindex -0
583 @itemx --null
584 @opindex --null
585 @cindex output @sc{nul}-byte-terminated lines
586 Output a zero byte (@acronym{ASCII} @sc{nul}) at the end of each line,
587 rather than a newline. This option enables other programs to parse the
588 output of @command{\cmd\} even when that output would contain data
589 with embedded newlines.
590 @end macro
591
592 @macro optSi
593 @itemx --si
594 @opindex --si
595 @cindex SI output
596 Append an SI-style abbreviation to each size, such as @samp{M} for
597 megabytes.  Powers of 1000 are used, not 1024; @samp{M} stands for
598 1,000,000 bytes.  This option is equivalent to
599 @option{--block-size=si}.  Use the @option{-h} or
600 @option{--human-readable} option if
601 you prefer powers of 1024.
602 @end macro
603
604 @macro optHumanReadable
605 @item -h
606 @itemx --human-readable
607 @opindex -h
608 @opindex --human-readable
609 @cindex human-readable output
610 Append a size letter to each size, such as @samp{M} for mebibytes.
611 Powers of 1024 are used, not 1000; @samp{M} stands for 1,048,576 bytes.
612 This option is equivalent to @option{--block-size=human-readable}.
613 Use the @option{--si} option if you prefer powers of 1000.
614 @end macro
615
616 @macro optStripTrailingSlashes
617 @itemx @w{@kbd{--strip-trailing-slashes}}
618 @opindex --strip-trailing-slashes
619 @cindex stripping trailing slashes
620 Remove any trailing slashes from each @var{source} argument.
621 @xref{Trailing slashes}.
622 @end macro
623
624 @macro mayConflictWithShellBuiltIn{cmd}
625 @cindex conflicts with shell built-ins
626 @cindex built-in shell commands, conflicts with
627 Due to shell aliases and built-in @command{\cmd\} command, using an
628 unadorned @command{\cmd\} interactively or in a script may get you
629 different functionality than that described here.  Invoke it via
630 @command{env} (i.e., @code{env \cmd\ @dots{}}) to avoid interference
631 from the shell.
632
633 @end macro
634
635 @macro multiplierSuffixes{varName}
636 @var{\varName\} may be, or may be an integer optionally followed by,
637 one of the following multiplicative suffixes:
638 @example
639 @samp{b}  =>            512 ("blocks")
640 @samp{KB} =>           1000 (KiloBytes)
641 @samp{K}  =>           1024 (KibiBytes)
642 @samp{MB} =>      1000*1000 (MegaBytes)
643 @samp{M}  =>      1024*1024 (MebiBytes)
644 @samp{GB} => 1000*1000*1000 (GigaBytes)
645 @samp{G}  => 1024*1024*1024 (GibiBytes)
646 @end example
647 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.
648 @end macro
649
650 @c FIXME: same as above, but no ``blocks'' line.
651 @macro multiplierSuffixesNoBlocks{varName}
652 @var{\varName\} may be, or may be an integer optionally followed by,
653 one of the following multiplicative suffixes:
654 @example
655 @samp{KB} =>           1000 (KiloBytes)
656 @samp{K}  =>           1024 (KibiBytes)
657 @samp{MB} =>      1000*1000 (MegaBytes)
658 @samp{M}  =>      1024*1024 (MebiBytes)
659 @samp{GB} => 1000*1000*1000 (GigaBytes)
660 @samp{G}  => 1024*1024*1024 (GibiBytes)
661 @end example
662 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.
663 @end macro
664
665 @cindex common options
666
667 Certain options are available in all of these programs.  Rather than
668 writing identical descriptions for each of the programs, they are
669 described here.  (In fact, every @sc{gnu} program accepts (or should accept)
670 these options.)
671
672 @vindex POSIXLY_CORRECT
673 Normally options and operands can appear in any order, and programs act
674 as if all the options appear before any operands.  For example,
675 @samp{sort -r passwd -t :} acts like @samp{sort -r -t : passwd}, since
676 @samp{:} is an option-argument of @option{-t}.  However, if the
677 @env{POSIXLY_CORRECT} environment variable is set, options must appear
678 before operands, unless otherwise specified for a particular command.
679
680 A few programs can usefully have trailing operands with leading
681 @samp{-}.  With such a program, options must precede operands even if
682 @env{POSIXLY_CORRECT} is not set, and this fact is noted in the
683 program description.  For example, the @command{env} command's options
684 must appear before its operands, since in some cases the operands
685 specify a command that itself contains options.
686
687 Most programs that accept long options recognize unambiguous
688 abbreviations of those options.  For example, @samp{rmdir
689 --ignore-fail-on-non-empty} can be invoked as @samp{rmdir
690 --ignore-fail} or even @samp{rmdir --i}.  Ambiguous options, such as
691 @samp{ls --h}, are identified as such.
692
693 Some of these programs recognize the @option{--help} and @option{--version}
694 options only when one of them is the sole command line argument.  For
695 these programs, abbreviations of the long options are not always recognized.
696
697 @table @samp
698
699 @item --help
700 @opindex --help
701 @cindex help, online
702 Print a usage message listing all available options, then exit successfully.
703
704 @item --version
705 @opindex --version
706 @cindex version number, finding
707 Print the version number, then exit successfully.
708
709 @item --
710 @opindex --
711 @cindex option delimiter
712 Delimit the option list.  Later arguments, if any, are treated as
713 operands even if they begin with @samp{-}.  For example, @samp{sort --
714 -r} reads from the file named @file{-r}.
715
716 @end table
717
718 @cindex standard input
719 @cindex standard output
720 A single @samp{-} operand is not really an option, though it looks like one.  It
721 stands for standard input, or for standard output if that is clear from
722 the context.  For example, @samp{sort -} reads from standard input,
723 and is equivalent to plain @samp{sort}, and @samp{tee -} writes an
724 extra copy of its input to standard output.  Unless otherwise
725 specified, @samp{-} can appear as any operand that requires a file
726 name.
727
728 @menu
729 * Exit status::                 Indicating program success or failure.
730 * Backup options::              -b -S, in some programs.
731 * Block size::                  BLOCK_SIZE and --block-size, in some programs.
732 * Signal specifications::       Specifying signals using the --signal option.
733 * Disambiguating names and IDs:: chgrp and chown owner and group syntax
734 * Random sources::              --random-source, in some programs.
735 * Target directory::            Specifying a target directory, in some programs.
736 * Trailing slashes::            --strip-trailing-slashes, in some programs.
737 * Traversing symlinks::         -H, -L, or -P, in some programs.
738 * Treating / specially::        --preserve-root and --no-preserve-root.
739 * Special built-in utilities::  @command{break}, @command{:}, @command{eval}, @dots{}
740 * Standards conformance::       Conformance to the @acronym{POSIX} standard.
741 @end menu
742
743
744 @node Exit status
745 @section Exit status
746
747 @macro exitstatus
748 An exit status of zero indicates success,
749 and a nonzero value indicates failure.
750 @end macro
751
752 Nearly every command invocation yields an integral @dfn{exit status}
753 that can be used to change how other commands work.
754 For the vast majority of commands, an exit status of zero indicates
755 success.  Failure is indicated by a nonzero value---typically
756 @samp{1}, though it may differ on unusual platforms as @acronym{POSIX}
757 requires only that it be nonzero.
758
759 However, some of the programs documented here do produce
760 other exit status values and a few associate different
761 meanings with the values @samp{0} and @samp{1}.
762 Here are some of the exceptions:
763 @command{chroot}, @command{env}, @command{expr}, @command{nice},
764 @command{nohup}, @command{printenv}, @command{sort}, @command{stdbuf},
765 @command{su}, @command{test}, @command{timeout}, @command{tty}.
766
767
768 @node Backup options
769 @section Backup options
770
771 @cindex backup options
772
773 Some @sc{gnu} programs (at least @command{cp}, @command{install},
774 @command{ln}, and @command{mv}) optionally make backups of files
775 before writing new versions.
776 These options control the details of these backups.  The options are also
777 briefly mentioned in the descriptions of the particular programs.
778
779 @table @samp
780
781 @item -b
782 @itemx @w{@kbd{--backup}[=@var{method}]}
783 @opindex -b
784 @opindex --backup
785 @vindex VERSION_CONTROL
786 @cindex backups, making
787 Make a backup of each file that would otherwise be overwritten or removed.
788 Without this option, the original versions are destroyed.
789 Use @var{method} to determine the type of backups to make.
790 When this option is used but @var{method} is not specified,
791 then the value of the @env{VERSION_CONTROL}
792 environment variable is used.  And if @env{VERSION_CONTROL} is not set,
793 the default backup type is @samp{existing}.
794
795 Note that the short form of this option, @option{-b} does not accept any
796 argument.  Using @option{-b} is equivalent to using @option{--backup=existing}.
797
798 @vindex version-control @r{Emacs variable}
799 This option corresponds to the Emacs variable @samp{version-control};
800 the values for @var{method} are the same as those used in Emacs.
801 This option also accepts more descriptive names.
802 The valid @var{method}s are (unique abbreviations are accepted):
803
804 @table @samp
805 @item none
806 @itemx off
807 @opindex none @r{backup method}
808 Never make backups.
809
810 @item numbered
811 @itemx t
812 @opindex numbered @r{backup method}
813 Always make numbered backups.
814
815 @item existing
816 @itemx nil
817 @opindex existing @r{backup method}
818 Make numbered backups of files that already have them, simple backups
819 of the others.
820
821 @item simple
822 @itemx never
823 @opindex simple @r{backup method}
824 Always make simple backups.  Please note @samp{never} is not to be
825 confused with @samp{none}.
826
827 @end table
828
829 @item -S @var{suffix}
830 @itemx --suffix=@var{suffix}
831 @opindex -S
832 @opindex --suffix
833 @cindex backup suffix
834 @vindex SIMPLE_BACKUP_SUFFIX
835 Append @var{suffix} to each backup file made with @option{-b}.  If this
836 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
837 environment variable is used.  And if @env{SIMPLE_BACKUP_SUFFIX} is not
838 set, the default is @samp{~}, just as in Emacs.
839
840 @end table
841
842 @node Block size
843 @section Block size
844
845 @cindex block size
846
847 Some @sc{gnu} programs (at least @command{df}, @command{du}, and
848 @command{ls}) display sizes in ``blocks''.  You can adjust the block size
849 and method of display to make sizes easier to read.  The block size
850 used for display is independent of any file system block size.
851 Fractional block counts are rounded up to the nearest integer.
852
853 @opindex --block-size=@var{size}
854 @vindex BLOCKSIZE
855 @vindex BLOCK_SIZE
856 @vindex DF_BLOCK_SIZE
857 @vindex DU_BLOCK_SIZE
858 @vindex LS_BLOCK_SIZE
859 @vindex POSIXLY_CORRECT@r{, and block size}
860
861 The default block size is chosen by examining the following environment
862 variables in turn; the first one that is set determines the block size.
863
864 @table @code
865
866 @item DF_BLOCK_SIZE
867 This specifies the default block size for the @command{df} command.
868 Similarly, @env{DU_BLOCK_SIZE} specifies the default for @command{du} and
869 @env{LS_BLOCK_SIZE} for @command{ls}.
870
871 @item BLOCK_SIZE
872 This specifies the default block size for all three commands, if the
873 above command-specific environment variables are not set.
874
875 @item BLOCKSIZE
876 This specifies the default block size for all values that are normally
877 printed as blocks, if neither @env{BLOCK_SIZE} nor the above
878 command-specific environment variables are set.  Unlike the other
879 environment variables, @env{BLOCKSIZE} does not affect values that are
880 normally printed as byte counts, e.g., the file sizes contained in
881 @code{ls -l} output.
882
883 @item POSIXLY_CORRECT
884 If neither @env{@var{command}_BLOCK_SIZE}, nor @env{BLOCK_SIZE}, nor
885 @env{BLOCKSIZE} is set, but this variable is set, the block size
886 defaults to 512.
887
888 @end table
889
890 If none of the above environment variables are set, the block size
891 currently defaults to 1024 bytes in most contexts, but this number may
892 change in the future.  For @command{ls} file sizes, the block size
893 defaults to 1 byte.
894
895 @cindex human-readable output
896 @cindex SI output
897
898 A block size specification can be a positive integer specifying the number
899 of bytes per block, or it can be @code{human-readable} or @code{si} to
900 select a human-readable format.  Integers may be followed by suffixes
901 that are upward compatible with the
902 @uref{http://www.bipm.fr/enus/3_SI/si-prefixes.html, SI prefixes}
903 for decimal multiples and with the
904 @uref{http://physics.nist.gov/cuu/Units/binary.html, IEC 60027-2
905 prefixes for binary multiples}.
906
907 With human-readable formats, output sizes are followed by a size letter
908 such as @samp{M} for megabytes.  @code{BLOCK_SIZE=human-readable} uses
909 powers of 1024; @samp{M} stands for 1,048,576 bytes.
910 @code{BLOCK_SIZE=si} is similar, but uses powers of 1000 and appends
911 @samp{B}; @samp{MB} stands for 1,000,000 bytes.
912
913 @vindex LC_NUMERIC
914 A block size specification preceded by @samp{'} causes output sizes to
915 be displayed with thousands separators.  The @env{LC_NUMERIC} locale
916 specifies the thousands separator and grouping.  For example, in an
917 American English locale, @samp{--block-size="'1kB"} would cause a size
918 of 1234000 bytes to be displayed as @samp{1,234}.  In the default C
919 locale, there is no thousands separator so a leading @samp{'} has no
920 effect.
921
922 An integer block size can be followed by a suffix to specify a
923 multiple of that size.  A bare size letter,
924 or one followed by @samp{iB}, specifies
925 a multiple using powers of 1024.  A size letter followed by @samp{B}
926 specifies powers of 1000 instead.  For example, @samp{1M} and
927 @samp{1MiB} are equivalent to @samp{1048576}, whereas @samp{1MB} is
928 equivalent to @samp{1000000}.
929
930 A plain suffix without a preceding integer acts as if @samp{1} were
931 prepended, except that it causes a size indication to be appended to
932 the output.  For example, @samp{--block-size="kB"} displays 3000 as
933 @samp{3kB}.
934
935 The following suffixes are defined.  Large sizes like @code{1Y}
936 may be rejected by your computer due to limitations of its arithmetic.
937
938 @table @samp
939 @item kB
940 @cindex kilobyte, definition of
941 kilobyte: @math{10^3 = 1000}.
942 @item k
943 @itemx K
944 @itemx KiB
945 @cindex kibibyte, definition of
946 kibibyte: @math{2^{10} = 1024}.  @samp{K} is special: the SI prefix is
947 @samp{k} and the IEC 60027-2 prefix is @samp{Ki}, but tradition and
948 @acronym{POSIX} use @samp{k} to mean @samp{KiB}.
949 @item MB
950 @cindex megabyte, definition of
951 megabyte: @math{10^6 = 1,000,000}.
952 @item M
953 @itemx MiB
954 @cindex mebibyte, definition of
955 mebibyte: @math{2^{20} = 1,048,576}.
956 @item GB
957 @cindex gigabyte, definition of
958 gigabyte: @math{10^9 = 1,000,000,000}.
959 @item G
960 @itemx GiB
961 @cindex gibibyte, definition of
962 gibibyte: @math{2^{30} = 1,073,741,824}.
963 @item TB
964 @cindex terabyte, definition of
965 terabyte:  @math{10^{12} = 1,000,000,000,000}.
966 @item T
967 @itemx TiB
968 @cindex tebibyte, definition of
969 tebibyte: @math{2^{40} = 1,099,511,627,776}.
970 @item PB
971 @cindex petabyte, definition of
972 petabyte: @math{10^{15} = 1,000,000,000,000,000}.
973 @item P
974 @itemx PiB
975 @cindex pebibyte, definition of
976 pebibyte: @math{2^{50} = 1,125,899,906,842,624}.
977 @item EB
978 @cindex exabyte, definition of
979 exabyte: @math{10^{18} = 1,000,000,000,000,000,000}.
980 @item E
981 @itemx EiB
982 @cindex exbibyte, definition of
983 exbibyte: @math{2^{60} = 1,152,921,504,606,846,976}.
984 @item ZB
985 @cindex zettabyte, definition of
986 zettabyte: @math{10^{21} = 1,000,000,000,000,000,000,000}
987 @item Z
988 @itemx ZiB
989 @math{2^{70} = 1,180,591,620,717,411,303,424}.
990 (@samp{Zi} is a @acronym{GNU} extension to IEC 60027-2.)
991 @item YB
992 @cindex yottabyte, definition of
993 yottabyte: @math{10^{24} = 1,000,000,000,000,000,000,000,000}.
994 @item Y
995 @itemx YiB
996 @math{2^{80} = 1,208,925,819,614,629,174,706,176}.
997 (@samp{Yi} is a @acronym{GNU} extension to IEC 60027-2.)
998 @end table
999
1000 @opindex -k
1001 @opindex -h
1002 @opindex --block-size
1003 @opindex --human-readable
1004 @opindex --si
1005
1006 Block size defaults can be overridden by an explicit
1007 @option{--block-size=@var{size}} option.  The @option{-k}
1008 option is equivalent to @option{--block-size=1K}, which
1009 is the default unless the @env{POSIXLY_CORRECT} environment variable is
1010 set.  The @option{-h} or @option{--human-readable} option is equivalent to
1011 @option{--block-size=human-readable}.  The @option{--si} option is
1012 equivalent to @option{--block-size=si}.
1013
1014 @node Signal specifications
1015 @section Signal specifications
1016 @cindex signals, specifying
1017
1018 A @var{signal} may be a signal name like @samp{HUP}, or a signal
1019 number like @samp{1}, or an exit status of a process terminated by the
1020 signal.  A signal name can be given in canonical form or prefixed by
1021 @samp{SIG}.  The case of the letters is ignored. The following signal names
1022 and numbers are supported on all @acronym{POSIX} compliant systems:
1023
1024 @table @samp
1025 @item HUP
1026 1.  Hangup.
1027 @item INT
1028 2.  Terminal interrupt.
1029 @item QUIT
1030 3.  Terminal quit.
1031 @item ABRT
1032 6.  Process abort.
1033 @item KILL
1034 9.  Kill (cannot be caught or ignored).
1035 @item ALRM
1036 14.  Alarm Clock.
1037 @item TERM
1038 15.  Termination.
1039 @end table
1040
1041 @noindent
1042 Other supported signal names have system-dependent corresponding
1043 numbers.  All systems conforming to @acronym{POSIX} 1003.1-2001 also
1044 support the following signals:
1045
1046 @table @samp
1047 @item BUS
1048 Access to an undefined portion of a memory object.
1049 @item CHLD
1050 Child process terminated, stopped, or continued.
1051 @item CONT
1052 Continue executing, if stopped.
1053 @item FPE
1054 Erroneous arithmetic operation.
1055 @item ILL
1056 Illegal Instruction.
1057 @item PIPE
1058 Write on a pipe with no one to read it.
1059 @item SEGV
1060 Invalid memory reference.
1061 @item STOP
1062 Stop executing (cannot be caught or ignored).
1063 @item TSTP
1064 Terminal stop.
1065 @item TTIN
1066 Background process attempting read.
1067 @item TTOU
1068 Background process attempting write.
1069 @item URG
1070 High bandwidth data is available at a socket.
1071 @item USR1
1072 User-defined signal 1.
1073 @item USR2
1074 User-defined signal 2.
1075 @end table
1076
1077 @noindent
1078 @acronym{POSIX} 1003.1-2001 systems that support the @acronym{XSI} extension
1079 also support the following signals:
1080
1081 @table @samp
1082 @item POLL
1083 Pollable event.
1084 @item PROF
1085 Profiling timer expired.
1086 @item SYS
1087 Bad system call.
1088 @item TRAP
1089 Trace/breakpoint trap.
1090 @item VTALRM
1091 Virtual timer expired.
1092 @item XCPU
1093 CPU time limit exceeded.
1094 @item XFSZ
1095 File size limit exceeded.
1096 @end table
1097
1098 @noindent
1099 @acronym{POSIX} 1003.1-2001 systems that support the @acronym{XRT} extension
1100 also support at least eight real-time signals called @samp{RTMIN},
1101 @samp{RTMIN+1}, @dots{}, @samp{RTMAX-1}, @samp{RTMAX}.
1102
1103 @node Disambiguating names and IDs
1104 @section chown and chgrp: Disambiguating user names and IDs
1105 @cindex user names, disambiguating
1106 @cindex user IDs, disambiguating
1107 @cindex group names, disambiguating
1108 @cindex group IDs, disambiguating
1109 @cindex disambiguating group names and IDs
1110
1111 Since the @var{owner} and @var{group} arguments to @command{chown} and
1112 @command{chgrp} may be specified as names or numeric IDs, there is an
1113 apparent ambiguity.
1114 What if a user or group @emph{name} is a string of digits?
1115 @footnote{Using a number as a user name is common in some environments.}
1116 Should the command interpret it as a user name or as an ID?
1117 @acronym{POSIX} requires that @command{chown} and @command{chgrp}
1118 first attempt to resolve the specified string as a name, and
1119 only once that fails, then try to interpret it as an ID.
1120 This is troublesome when you want to specify a numeric ID, say 42,
1121 and it must work even in a pathological situation where
1122 @samp{42} is a user name that maps to some other user ID, say 1000.
1123 Simply invoking @code{chown 42 F}, will set @file{F}s owner ID to
1124 1000---not what you intended.
1125
1126 GNU @command{chown} and @command{chgrp} provide a way to work around this,
1127 that at the same time may result in a significant performance improvement
1128 by eliminating a database look-up.
1129 Simply precede each numeric user ID and/or group ID with a @samp{+},
1130 in order to force its interpretation as an integer:
1131
1132 @example
1133 chown +42 F
1134 chgrp +$numeric_group_id another-file
1135 chown +0:+0 /
1136 @end example
1137
1138 GNU @command{chown} and @command{chgrp}
1139 skip the name look-up process for each @samp{+}-prefixed string,
1140 because a string containing @samp{+} is never a valid user or group name.
1141 This syntax is accepted on most common Unix systems, but not on Solaris 10.
1142
1143 @node Random sources
1144 @section Sources of random data
1145
1146 @cindex random sources
1147
1148 The @command{shuf}, @command{shred}, and @command{sort} commands
1149 sometimes need random data to do their work.  For example, @samp{sort
1150 -R} must choose a hash function at random, and it needs random data to
1151 make this selection.
1152
1153 By default these commands use an internal pseudorandom generator
1154 initialized by a small amount of entropy, but can be directed to use
1155 an external source with the @option{--random-source=@var{file}} option.
1156 An error is reported if @var{file} does not contain enough bytes.
1157
1158 For example, the device file @file{/dev/urandom} could be used as the
1159 source of random data.  Typically, this device gathers environmental
1160 noise from device drivers and other sources into an entropy pool, and
1161 uses the pool to generate random bits.  If the pool is short of data,
1162 the device reuses the internal pool to produce more bits, using a
1163 cryptographically secure pseudorandom number generator.  But be aware
1164 that this device is not designed for bulk random data generation
1165 and is relatively slow.
1166
1167 @file{/dev/urandom} suffices for most practical uses, but applications
1168 requiring high-value or long-term protection of private data may
1169 require an alternate data source like @file{/dev/random} or
1170 @file{/dev/arandom}.  The set of available sources depends on your
1171 operating system.
1172
1173 To reproduce the results of an earlier invocation of a command, you
1174 can save some random data into a file and then use that file as the
1175 random source in earlier and later invocations of the command.
1176
1177 @node Target directory
1178 @section Target directory
1179
1180 @cindex target directory
1181
1182 The @command{cp}, @command{install}, @command{ln}, and @command{mv}
1183 commands normally treat the last operand specially when it is a
1184 directory or a symbolic link to a directory.  For example, @samp{cp
1185 source dest} is equivalent to @samp{cp source dest/source} if
1186 @file{dest} is a directory.  Sometimes this behavior is not exactly
1187 what is wanted, so these commands support the following options to
1188 allow more fine-grained control:
1189
1190 @table @samp
1191
1192 @item -T
1193 @itemx --no-target-directory
1194 @opindex --no-target-directory
1195 @cindex target directory
1196 @cindex destination directory
1197 Do not treat the last operand specially when it is a directory or a
1198 symbolic link to a directory.  This can help avoid race conditions in
1199 programs that operate in a shared area.  For example, when the command
1200 @samp{mv /tmp/source /tmp/dest} succeeds, there is no guarantee that
1201 @file{/tmp/source} was renamed to @file{/tmp/dest}: it could have been
1202 renamed to @file{/tmp/dest/source} instead, if some other process
1203 created @file{/tmp/dest} as a directory.  However, if @file{mv
1204 -T /tmp/source /tmp/dest} succeeds, there is no
1205 question that @file{/tmp/source} was renamed to @file{/tmp/dest}.
1206
1207 In the opposite situation, where you want the last operand to be
1208 treated as a directory and want a diagnostic otherwise, you can use
1209 the @option{--target-directory} (@option{-t}) option.
1210
1211 @item -t @var{directory}
1212 @itemx @w{@kbd{--target-directory}=@var{directory}}
1213 @opindex --target-directory
1214 @cindex target directory
1215 @cindex destination directory
1216 Use @var{directory} as the directory component of each destination
1217 file name.
1218
1219 The interface for most programs is that after processing options and a
1220 finite (possibly zero) number of fixed-position arguments, the remaining
1221 argument list is either expected to be empty, or is a list of items
1222 (usually files) that will all be handled identically.  The @command{xargs}
1223 program is designed to work well with this convention.
1224
1225 The commands in the @command{mv}-family are unusual in that they take
1226 a variable number of arguments with a special case at the @emph{end}
1227 (namely, the target directory).  This makes it nontrivial to perform some
1228 operations, e.g., ``move all files from here to ../d/'', because
1229 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...}
1230 doesn't have a clean way to specify an extra final argument for each
1231 invocation of the subject command.  (It can be done by going through a
1232 shell command, but that requires more human labor and brain power than
1233 it should.)
1234
1235 The @w{@kbd{--target-directory}} (@option{-t}) option allows the @command{cp},
1236 @command{install}, @command{ln}, and @command{mv} programs to be used
1237 conveniently with @command{xargs}.  For example, you can move the files
1238 from the current directory to a sibling directory, @code{d} like this:
1239
1240 @smallexample
1241 ls | xargs mv -t ../d --
1242 @end smallexample
1243
1244 However, this doesn't move files whose names begin with @samp{.}.
1245 If you use the @sc{gnu} @command{find} program, you can move those
1246 files too, with this command:
1247
1248 @example
1249 find . -mindepth 1 -maxdepth 1 \
1250   | xargs mv -t ../d
1251 @end example
1252
1253 But both of the above approaches fail if there are no files in the
1254 current directory, or if any file has a name containing a blank or
1255 some other special characters.
1256 The following example removes those limitations and requires both
1257 @sc{gnu} @command{find} and @sc{gnu} @command{xargs}:
1258
1259 @example
1260 find . -mindepth 1 -maxdepth 1 -print0 \
1261   | xargs --null --no-run-if-empty \
1262       mv -t ../d
1263 @end example
1264
1265 @end table
1266
1267 @noindent
1268 The @option{--target-directory} (@option{-t}) and
1269 @option{--no-target-directory} (@option{-T})
1270 options cannot be combined.
1271
1272 @node Trailing slashes
1273 @section Trailing slashes
1274
1275 @cindex trailing slashes
1276
1277 Some @sc{gnu} programs (at least @command{cp} and @command{mv}) allow you to
1278 remove any trailing slashes from each @var{source} argument before
1279 operating on it.  The @w{@kbd{--strip-trailing-slashes}} option enables
1280 this behavior.
1281
1282 This is useful when a @var{source} argument may have a trailing slash and
1283 @c FIXME: mv's behavior in this case is system-dependent
1284 specify a symbolic link to a directory.  This scenario is in fact rather
1285 common because some shells can automatically append a trailing slash when
1286 performing file name completion on such symbolic links.  Without this
1287 option, @command{mv}, for example, (via the system's rename function) must
1288 interpret a trailing slash as a request to dereference the symbolic link
1289 and so must rename the indirectly referenced @emph{directory} and not
1290 the symbolic link.  Although it may seem surprising that such behavior
1291 be the default, it is required by @acronym{POSIX} and is consistent with
1292 other parts of that standard.
1293
1294 @node Traversing symlinks
1295 @section Traversing symlinks
1296
1297 @cindex symbolic link to directory, controlling traversal of
1298
1299 The following options modify how @command{chown} and @command{chgrp}
1300 @c FIXME: note that `du' has these options, too, but they have slightly
1301 @c different meaning.
1302 traverse a hierarchy when the @option{--recursive} (@option{-R})
1303 option is also specified.
1304 If more than one of the following options is specified, only the final
1305 one takes effect.
1306 These options specify whether processing a symbolic link to a directory
1307 entails operating on just the symbolic link or on all files in the
1308 hierarchy rooted at that directory.
1309
1310 These options are independent of @option{--dereference} and
1311 @option{--no-dereference} (@option{-h}), which control whether to modify
1312 a symlink or its referent.
1313
1314 @table @samp
1315
1316 @macro choptH
1317 @item -H
1318 @opindex -H
1319 @cindex symbolic link to directory, traverse each that is specified on the command line
1320 If @option{--recursive} (@option{-R}) is specified and
1321 a command line argument is a symbolic link to a directory, traverse it.
1322 @end macro
1323 @choptH
1324
1325 @macro choptL
1326 @item -L
1327 @opindex -L
1328 @cindex symbolic link to directory, traverse each that is encountered
1329 In a recursive traversal, traverse every symbolic link to a directory
1330 that is encountered.
1331 @end macro
1332 @choptL
1333
1334 @macro choptP
1335 @item -P
1336 @opindex -P
1337 @cindex symbolic link to directory, never traverse
1338 Do not traverse any symbolic links.
1339 This is the default if none of @option{-H}, @option{-L},
1340 or @option{-P} is specified.
1341 @end macro
1342 @choptP
1343
1344 @end table
1345
1346
1347 @node Treating / specially
1348 @section Treating @file{/} specially
1349
1350 Certain commands can operate destructively on entire hierarchies.
1351 For example, if a user with appropriate privileges mistakenly runs
1352 @samp{rm -rf / tmp/junk}, that may remove
1353 all files on the entire system.  Since there are so few
1354 legitimate uses for such a command,
1355 @sc{gnu} @command{rm} normally declines to operate on any directory
1356 that resolves to @file{/}.  If you really want to try to remove all
1357 the files on your system, you can use the @option{--no-preserve-root}
1358 option, but the default behavior, specified by the
1359 @option{--preserve-option}, is safer for most purposes.
1360
1361 The commands @command{chgrp}, @command{chmod} and @command{chown}
1362 can also operate destructively on entire hierarchies, so they too
1363 support these options.  Although, unlike @command{rm}, they don't
1364 actually unlink files, these commands are arguably more dangerous
1365 when operating recursively on @file{/}, since they often work much
1366 more quickly, and hence damage more files before an alert user can
1367 interrupt them.  Tradition and @acronym{POSIX} require these commands
1368 to operate recursively on @file{/}, so they default to
1369 @option{--no-preserve-root}, but using the @option{--preserve-root}
1370 option makes them safer for most purposes.  For convenience you can
1371 specify @option{--preserve-root} in an alias or in a shell function.
1372
1373 Note that the @option{--preserve-root} option also ensures
1374 that @command{chgrp} and @command{chown} do not modify @file{/}
1375 even when dereferencing a symlink pointing to @file{/}.
1376
1377 @node Special built-in utilities
1378 @section Special built-in utilities
1379
1380 Some programs like @command{nice} can invoke other programs; for
1381 example, the command @samp{nice cat file} invokes the program
1382 @command{cat} by executing the command @samp{cat file}.  However,
1383 @dfn{special built-in utilities} like @command{exit} cannot be invoked
1384 this way.  For example, the command @samp{nice exit} does not have a
1385 well-defined behavior: it may generate an error message instead of
1386 exiting.
1387
1388 Here is a list of the special built-in utilities that are standardized
1389 by @acronym{POSIX} 1003.1-2004.
1390
1391 @quotation
1392 @t{.@: : break continue eval exec exit export readonly
1393 return set shift times trap unset}
1394 @end quotation
1395
1396 For example, because @samp{.}, @samp{:}, and @samp{exec} are special,
1397 the commands @samp{nice . foo.sh}, @samp{nice :}, and @samp{nice exec
1398 pwd} do not work as you might expect.
1399
1400 Many shells extend this list.  For example, Bash has several extra
1401 special built-in utilities like @command{history}, and
1402 @command{suspend}, and with Bash the command @samp{nice suspend}
1403 generates an error message instead of suspending.
1404
1405 @node Standards conformance
1406 @section Standards conformance
1407
1408 @vindex POSIXLY_CORRECT
1409 In a few cases, the @sc{gnu} utilities' default behavior is
1410 incompatible with the @acronym{POSIX} standard.  To suppress these
1411 incompatibilities, define the @env{POSIXLY_CORRECT} environment
1412 variable.  Unless you are checking for @acronym{POSIX} conformance, you
1413 probably do not need to define @env{POSIXLY_CORRECT}.
1414
1415 Newer versions of @acronym{POSIX} are occasionally incompatible with older
1416 versions.  For example, older versions of @acronym{POSIX} required the
1417 command @samp{sort +1} to sort based on the second and succeeding
1418 fields in each input line, but starting with @acronym{POSIX} 1003.1-2001
1419 the same command is required to sort the file named @file{+1}, and you
1420 must instead use the command @samp{sort -k 2} to get the field-based
1421 sort.
1422
1423 @vindex _POSIX2_VERSION
1424 The @sc{gnu} utilities normally conform to the version of @acronym{POSIX}
1425 that is standard for your system.  To cause them to conform to a
1426 different version of @acronym{POSIX}, define the @env{_POSIX2_VERSION}
1427 environment variable to a value of the form @var{yyyymm} specifying
1428 the year and month the standard was adopted.  Two values are currently
1429 supported for @env{_POSIX2_VERSION}: @samp{199209} stands for
1430 @acronym{POSIX} 1003.2-1992, and @samp{200112} stands for @acronym{POSIX}
1431 1003.1-2001.  For example, if you have a newer system but are running software
1432 that assumes an older version of @acronym{POSIX} and uses @samp{sort +1}
1433 or @samp{tail +10}, you can work around any compatibility problems by setting
1434 @samp{_POSIX2_VERSION=199209} in your environment.
1435
1436 @node Output of entire files
1437 @chapter Output of entire files
1438
1439 @cindex output of entire files
1440 @cindex entire files, output of
1441
1442 These commands read and write entire files, possibly transforming them
1443 in some way.
1444
1445 @menu
1446 * cat invocation::              Concatenate and write files.
1447 * tac invocation::              Concatenate and write files in reverse.
1448 * nl invocation::               Number lines and write files.
1449 * od invocation::               Write files in octal or other formats.
1450 * base64 invocation::           Transform data into printable data.
1451 @end menu
1452
1453 @node cat invocation
1454 @section @command{cat}: Concatenate and write files
1455
1456 @pindex cat
1457 @cindex concatenate and write files
1458 @cindex copying files
1459
1460 @command{cat} copies each @var{file} (@samp{-} means standard input), or
1461 standard input if none are given, to standard output.  Synopsis:
1462
1463 @example
1464 cat [@var{option}] [@var{file}]@dots{}
1465 @end example
1466
1467 The program accepts the following options.  Also see @ref{Common options}.
1468
1469 @table @samp
1470
1471 @item -A
1472 @itemx --show-all
1473 @opindex -A
1474 @opindex --show-all
1475 Equivalent to @option{-vET}.
1476
1477 @item -b
1478 @itemx --number-nonblank
1479 @opindex -b
1480 @opindex --number-nonblank
1481 Number all nonempty output lines, starting with 1.
1482
1483 @item -e
1484 @opindex -e
1485 Equivalent to @option{-vE}.
1486
1487 @item -E
1488 @itemx --show-ends
1489 @opindex -E
1490 @opindex --show-ends
1491 Display a @samp{$} after the end of each line.
1492
1493 @item -n
1494 @itemx --number
1495 @opindex -n
1496 @opindex --number
1497 Number all output lines, starting with 1.  This option is ignored
1498 if @option{-b} is in effect.
1499
1500 @item -s
1501 @itemx --squeeze-blank
1502 @opindex -s
1503 @opindex --squeeze-blank
1504 @cindex squeezing empty lines
1505 Suppress repeated adjacent empty lines; output just one empty line
1506 instead of several.
1507
1508 @item -t
1509 @opindex -t
1510 Equivalent to @option{-vT}.
1511
1512 @item -T
1513 @itemx --show-tabs
1514 @opindex -T
1515 @opindex --show-tabs
1516 Display TAB characters as @samp{^I}.
1517
1518 @item -u
1519 @opindex -u
1520 Ignored; for @acronym{POSIX} compatibility.
1521
1522 @item -v
1523 @itemx --show-nonprinting
1524 @opindex -v
1525 @opindex --show-nonprinting
1526 Display control characters except for LFD and TAB using
1527 @samp{^} notation and precede characters that have the high bit set with
1528 @samp{M-}.
1529
1530 @end table
1531
1532 On systems like MS-DOS that distinguish between text and binary files,
1533 @command{cat} normally reads and writes in binary mode.  However,
1534 @command{cat} reads in text mode if one of the options
1535 @option{-bensAE} is used or if @command{cat} is reading from standard
1536 input and standard input is a terminal.  Similarly, @command{cat}
1537 writes in text mode if one of the options @option{-bensAE} is used or
1538 if standard output is a terminal.
1539
1540 @exitstatus
1541
1542 Examples:
1543
1544 @smallexample
1545 # Output f's contents, then standard input, then g's contents.
1546 cat f - g
1547
1548 # Copy standard input to standard output.
1549 cat
1550 @end smallexample
1551
1552
1553 @node tac invocation
1554 @section @command{tac}: Concatenate and write files in reverse
1555
1556 @pindex tac
1557 @cindex reversing files
1558
1559 @command{tac} copies each @var{file} (@samp{-} means standard input), or
1560 standard input if none are given, to standard output, reversing the
1561 records (lines by default) in each separately.  Synopsis:
1562
1563 @example
1564 tac [@var{option}]@dots{} [@var{file}]@dots{}
1565 @end example
1566
1567 @dfn{Records} are separated by instances of a string (newline by
1568 default).  By default, this separator string is attached to the end of
1569 the record that it follows in the file.
1570
1571 The program accepts the following options.  Also see @ref{Common options}.
1572
1573 @table @samp
1574
1575 @item -b
1576 @itemx --before
1577 @opindex -b
1578 @opindex --before
1579 The separator is attached to the beginning of the record that it
1580 precedes in the file.
1581
1582 @item -r
1583 @itemx --regex
1584 @opindex -r
1585 @opindex --regex
1586 Treat the separator string as a regular expression.  Users of @command{tac}
1587 on MS-DOS/MS-Windows should note that, since @command{tac} reads files in
1588 binary mode, each line of a text file might end with a CR/LF pair
1589 instead of the Unix-style LF.
1590
1591 @item -s @var{separator}
1592 @itemx --separator=@var{separator}
1593 @opindex -s
1594 @opindex --separator
1595 Use @var{separator} as the record separator, instead of newline.
1596
1597 @end table
1598
1599 @exitstatus
1600
1601
1602 @node nl invocation
1603 @section @command{nl}: Number lines and write files
1604
1605 @pindex nl
1606 @cindex numbering lines
1607 @cindex line numbering
1608
1609 @command{nl} writes each @var{file} (@samp{-} means standard input), or
1610 standard input if none are given, to standard output, with line numbers
1611 added to some or all of the lines.  Synopsis:
1612
1613 @example
1614 nl [@var{option}]@dots{} [@var{file}]@dots{}
1615 @end example
1616
1617 @cindex logical pages, numbering on
1618 @command{nl} decomposes its input into (logical) pages; by default, the
1619 line number is reset to 1 at the top of each logical page.  @command{nl}
1620 treats all of the input files as a single document; it does not reset
1621 line numbers or logical pages between files.
1622
1623 @cindex headers, numbering
1624 @cindex body, numbering
1625 @cindex footers, numbering
1626 A logical page consists of three sections: header, body, and footer.
1627 Any of the sections can be empty.  Each can be numbered in a different
1628 style from the others.
1629
1630 The beginnings of the sections of logical pages are indicated in the
1631 input file by a line containing exactly one of these delimiter strings:
1632
1633 @table @samp
1634 @item \:\:\:
1635 start of header;
1636 @item \:\:
1637 start of body;
1638 @item \:
1639 start of footer.
1640 @end table
1641
1642 The two characters from which these strings are made can be changed from
1643 @samp{\} and @samp{:} via options (see below), but the pattern and
1644 length of each string cannot be changed.
1645
1646 A section delimiter is replaced by an empty line on output.  Any text
1647 that comes before the first section delimiter string in the input file
1648 is considered to be part of a body section, so @command{nl} treats a
1649 file that contains no section delimiters as a single body section.
1650
1651 The program accepts the following options.  Also see @ref{Common options}.
1652
1653 @table @samp
1654
1655 @item -b @var{style}
1656 @itemx --body-numbering=@var{style}
1657 @opindex -b
1658 @opindex --body-numbering
1659 Select the numbering style for lines in the body section of each
1660 logical page.  When a line is not numbered, the current line number
1661 is not incremented, but the line number separator character is still
1662 prepended to the line.  The styles are:
1663
1664 @table @samp
1665 @item a
1666 number all lines,
1667 @item t
1668 number only nonempty lines (default for body),
1669 @item n
1670 do not number lines (default for header and footer),
1671 @item p@var{bre}
1672 number only lines that contain a match for the basic regular
1673 expression @var{bre}.
1674 @xref{Regular Expressions, , Regular Expressions, grep, The GNU Grep Manual}.
1675 @end table
1676
1677 @item -d @var{cd}
1678 @itemx --section-delimiter=@var{cd}
1679 @opindex -d
1680 @opindex --section-delimiter
1681 @cindex section delimiters of pages
1682 Set the section delimiter characters to @var{cd}; default is
1683 @samp{\:}.  If only @var{c} is given, the second remains @samp{:}.
1684 (Remember to protect @samp{\} or other metacharacters from shell
1685 expansion with quotes or extra backslashes.)
1686
1687 @item -f @var{style}
1688 @itemx --footer-numbering=@var{style}
1689 @opindex -f
1690 @opindex --footer-numbering
1691 Analogous to @option{--body-numbering}.
1692
1693 @item -h @var{style}
1694 @itemx --header-numbering=@var{style}
1695 @opindex -h
1696 @opindex --header-numbering
1697 Analogous to @option{--body-numbering}.
1698
1699 @item -i @var{number}
1700 @itemx --line-increment=@var{number}
1701 @opindex -i
1702 @opindex --line-increment
1703 Increment line numbers by @var{number} (default 1).
1704
1705 @item -l @var{number}
1706 @itemx --join-blank-lines=@var{number}
1707 @opindex -l
1708 @opindex --join-blank-lines
1709 @cindex empty lines, numbering
1710 @cindex blank lines, numbering
1711 Consider @var{number} (default 1) consecutive empty lines to be one
1712 logical line for numbering, and only number the last one.  Where fewer
1713 than @var{number} consecutive empty lines occur, do not number them.
1714 An empty line is one that contains no characters, not even spaces
1715 or tabs.
1716
1717 @item -n @var{format}
1718 @itemx --number-format=@var{format}
1719 @opindex -n
1720 @opindex --number-format
1721 Select the line numbering format (default is @code{rn}):
1722
1723 @table @samp
1724 @item ln
1725 @opindex ln @r{format for @command{nl}}
1726 left justified, no leading zeros;
1727 @item rn
1728 @opindex rn @r{format for @command{nl}}
1729 right justified, no leading zeros;
1730 @item rz
1731 @opindex rz @r{format for @command{nl}}
1732 right justified, leading zeros.
1733 @end table
1734
1735 @item -p
1736 @itemx --no-renumber
1737 @opindex -p
1738 @opindex --no-renumber
1739 Do not reset the line number at the start of a logical page.
1740
1741 @item -s @var{string}
1742 @itemx --number-separator=@var{string}
1743 @opindex -s
1744 @opindex --number-separator
1745 Separate the line number from the text line in the output with
1746 @var{string} (default is the TAB character).
1747
1748 @item -v @var{number}
1749 @itemx --starting-line-number=@var{number}
1750 @opindex -v
1751 @opindex --starting-line-number
1752 Set the initial line number on each logical page to @var{number} (default 1).
1753
1754 @item -w @var{number}
1755 @itemx --number-width=@var{number}
1756 @opindex -w
1757 @opindex --number-width
1758 Use @var{number} characters for line numbers (default 6).
1759
1760 @end table
1761
1762 @exitstatus
1763
1764
1765 @node od invocation
1766 @section @command{od}: Write files in octal or other formats
1767
1768 @pindex od
1769 @cindex octal dump of files
1770 @cindex hex dump of files
1771 @cindex ASCII dump of files
1772 @cindex file contents, dumping unambiguously
1773
1774 @command{od} writes an unambiguous representation of each @var{file}
1775 (@samp{-} means standard input), or standard input if none are given.
1776 Synopses:
1777
1778 @smallexample
1779 od [@var{option}]@dots{} [@var{file}]@dots{}
1780 od [-abcdfilosx]@dots{} [@var{file}] [[+]@var{offset}[.][b]]
1781 od [@var{option}]@dots{} --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
1782 @end smallexample
1783
1784 Each line of output consists of the offset in the input, followed by
1785 groups of data from the file.  By default, @command{od} prints the offset in
1786 octal, and each group of file data is a C @code{short int}'s worth of input
1787 printed as a single octal number.
1788
1789 If @var{offset} is given, it specifies how many input bytes to skip
1790 before formatting and writing.  By default, it is interpreted as an
1791 octal number, but the optional trailing decimal point causes it to be
1792 interpreted as decimal.  If no decimal is specified and the offset
1793 begins with @samp{0x} or @samp{0X} it is interpreted as a hexadecimal
1794 number.  If there is a trailing @samp{b}, the number of bytes skipped
1795 will be @var{offset} multiplied by 512.
1796
1797 If a command is of both the first and second forms, the second form is
1798 assumed if the last operand begins with @samp{+} or (if there are two
1799 operands) a digit.  For example, in @samp{od foo 10} and @samp{od +10}
1800 the @samp{10} is an offset, whereas in @samp{od 10} the @samp{10} is a
1801 file name.
1802
1803 The program accepts the following options.  Also see @ref{Common options}.
1804
1805 @table @samp
1806
1807 @item -A @var{radix}
1808 @itemx --address-radix=@var{radix}
1809 @opindex -A
1810 @opindex --address-radix
1811 @cindex radix for file offsets
1812 @cindex file offset radix
1813 Select the base in which file offsets are printed.  @var{radix} can
1814 be one of the following:
1815
1816 @table @samp
1817 @item d
1818 decimal;
1819 @item o
1820 octal;
1821 @item x
1822 hexadecimal;
1823 @item n
1824 none (do not print offsets).
1825 @end table
1826
1827 The default is octal.
1828
1829 @item -j @var{bytes}
1830 @itemx --skip-bytes=@var{bytes}
1831 @opindex -j
1832 @opindex --skip-bytes
1833 Skip @var{bytes} input bytes before formatting and writing.  If
1834 @var{bytes} begins with @samp{0x} or @samp{0X}, it is interpreted in
1835 hexadecimal; otherwise, if it begins with @samp{0}, in octal; otherwise,
1836 in decimal.
1837 @multiplierSuffixes{bytes}
1838
1839 @item -N @var{bytes}
1840 @itemx --read-bytes=@var{bytes}
1841 @opindex -N
1842 @opindex --read-bytes
1843 Output at most @var{bytes} bytes of the input.  Prefixes and suffixes on
1844 @code{bytes} are interpreted as for the @option{-j} option.
1845
1846 @item -S @var{bytes}
1847 @itemx --strings[=@var{bytes}]
1848 @opindex -S
1849 @opindex --strings
1850 @cindex string constants, outputting
1851 Instead of the normal output, output only @dfn{string constants}: at
1852 least @var{bytes} consecutive @acronym{ASCII} graphic characters,
1853 followed by a zero byte (@acronym{ASCII} @sc{nul}).
1854 Prefixes and suffixes on @code{bytes} are interpreted as for the
1855 @option{-j} option.
1856
1857 If @var{n} is omitted with @option{--strings}, the default is 3.
1858
1859 @item -t @var{type}
1860 @itemx --format=@var{type}
1861 @opindex -t
1862 @opindex --format
1863 Select the format in which to output the file data.  @var{type} is a
1864 string of one or more of the below type indicator characters.  If you
1865 include more than one type indicator character in a single @var{type}
1866 string, or use this option more than once, @command{od} writes one copy
1867 of each output line using each of the data types that you specified,
1868 in the order that you specified.
1869
1870 Adding a trailing ``z'' to any type specification appends a display
1871 of the @acronym{ASCII} character representation of the printable characters
1872 to the output line generated by the type specification.
1873
1874 @table @samp
1875 @item a
1876 named character, ignoring high-order bit
1877 @item c
1878 @acronym{ASCII} character or backslash escape,
1879 @item d
1880 signed decimal
1881 @item f
1882 floating point
1883 @item o
1884 octal
1885 @item u
1886 unsigned decimal
1887 @item x
1888 hexadecimal
1889 @end table
1890
1891 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
1892 newline, and @samp{nul} for a zero byte.  Only the least significant
1893 seven bits of each byte is used; the high-order bit is ignored.
1894 Type @code{c} outputs
1895 @samp{ }, @samp{\n}, and @code{\0}, respectively.
1896
1897 @cindex type size
1898 Except for types @samp{a} and @samp{c}, you can specify the number
1899 of bytes to use in interpreting each number in the given data type
1900 by following the type indicator character with a decimal integer.
1901 Alternately, you can specify the size of one of the C compiler's
1902 built-in data types by following the type indicator character with
1903 one of the following characters.  For integers (@samp{d}, @samp{o},
1904 @samp{u}, @samp{x}):
1905
1906 @table @samp
1907 @item C
1908 char
1909 @item S
1910 short
1911 @item I
1912 int
1913 @item L
1914 long
1915 @end table
1916
1917 For floating point (@code{f}):
1918
1919 @table @asis
1920 @item F
1921 float
1922 @item D
1923 double
1924 @item L
1925 long double
1926 @end table
1927
1928 @item -v
1929 @itemx --output-duplicates
1930 @opindex -v
1931 @opindex --output-duplicates
1932 Output consecutive lines that are identical.  By default, when two or
1933 more consecutive output lines would be identical, @command{od} outputs only
1934 the first line, and puts just an asterisk on the following line to
1935 indicate the elision.
1936
1937 @item -w[@var{n}]
1938 @itemx --width[=@var{n}]
1939 @opindex -w
1940 @opindex --width
1941 Dump @code{n} input bytes per output line.  This must be a multiple of
1942 the least common multiple of the sizes associated with the specified
1943 output types.
1944
1945 If this option is not given at all, the default is 16.  If @var{n} is
1946 omitted, the default is 32.
1947
1948 @end table
1949
1950 The next several options are shorthands for format specifications.
1951 @sc{gnu} @command{od} accepts any combination of shorthands and format
1952 specification options.  These options accumulate.
1953
1954 @table @samp
1955
1956 @item -a
1957 @opindex -a
1958 Output as named characters.  Equivalent to @samp{-t a}.
1959
1960 @item -b
1961 @opindex -b
1962 Output as octal bytes.  Equivalent to @samp{-t o1}.
1963
1964 @item -c
1965 @opindex -c
1966 Output as @acronym{ASCII} characters or backslash escapes.  Equivalent to
1967 @samp{-t c}.
1968
1969 @item -d
1970 @opindex -d
1971 Output as unsigned decimal two-byte units.  Equivalent to @samp{-t u2}.
1972
1973 @item -f
1974 @opindex -f
1975 Output as floats.  Equivalent to @samp{-t fF}.
1976
1977 @item -i
1978 @opindex -i
1979 Output as decimal ints.  Equivalent to @samp{-t dI}.
1980
1981 @item -l
1982 @opindex -l
1983 Output as decimal long ints.  Equivalent to @samp{-t dL}.
1984
1985 @item -o
1986 @opindex -o
1987 Output as octal two-byte units.  Equivalent to @option{-t o2}.
1988
1989 @item -s
1990 @opindex -s
1991 Output as decimal two-byte units.  Equivalent to @option{-t d2}.
1992
1993 @item -x
1994 @opindex -x
1995 Output as hexadecimal two-byte units.  Equivalent to @samp{-t x2}.
1996
1997 @item --traditional
1998 @opindex --traditional
1999 Recognize the non-option label argument that traditional @command{od}
2000 accepted.  The following syntax:
2001
2002 @smallexample
2003 od --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
2004 @end smallexample
2005
2006 @noindent
2007 can be used to specify at most one file and optional arguments
2008 specifying an offset and a pseudo-start address, @var{label}.
2009 The @var{label} argument is interpreted
2010 just like @var{offset}, but it specifies an initial pseudo-address.  The
2011 pseudo-addresses are displayed in parentheses following any normal
2012 address.
2013
2014 @end table
2015
2016 @exitstatus
2017
2018 @node base64 invocation
2019 @section @command{base64}: Transform data into printable data
2020
2021 @pindex base64
2022 @cindex base64 encoding
2023
2024 @command{base64} transforms data read from a file, or standard input,
2025 into (or from) base64 encoded form.  The base64 encoded form uses
2026 printable @acronym{ASCII} characters to represent binary data.
2027 Synopses:
2028
2029 @smallexample
2030 base64 [@var{option}]@dots{} [@var{file}]
2031 base64 --decode [@var{option}]@dots{} [@var{file}]
2032 @end smallexample
2033
2034 The base64 encoding expands data to roughly 133% of the original.
2035 The format conforms to
2036 @uref{ftp://ftp.rfc-editor.org/in-notes/rfc4648.txt, RFC 4648}.
2037
2038 The program accepts the following options.  Also see @ref{Common options}.
2039
2040 @table @samp
2041
2042 @item -w @var{cols}
2043 @itemx --wrap=@var{cols}
2044 @opindex -w
2045 @opindex --wrap
2046 @cindex wrap data
2047 @cindex column to wrap data after
2048 During encoding, wrap lines after @var{cols} characters.  This must be
2049 a positive number.
2050
2051 The default is to wrap after 76 characters.  Use the value 0 to
2052 disable line wrapping altogether.
2053
2054 @item -d
2055 @itemx --decode
2056 @opindex -d
2057 @opindex --decode
2058 @cindex Decode base64 data
2059 @cindex Base64 decoding
2060 Change the mode of operation, from the default of encoding data, to
2061 decoding data.  Input is expected to be base64 encoded data, and the
2062 output will be the original data.
2063
2064 @item -i
2065 @itemx --ignore-garbage
2066 @opindex -i
2067 @opindex --ignore-garbage
2068 @cindex Ignore garbage in base64 stream
2069 When decoding, newlines are always accepted.
2070 During decoding, ignore unrecognized bytes,
2071 to permit distorted data to be decoded.
2072
2073 @end table
2074
2075 @exitstatus
2076
2077
2078 @node Formatting file contents
2079 @chapter Formatting file contents
2080
2081 @cindex formatting file contents
2082
2083 These commands reformat the contents of files.
2084
2085 @menu
2086 * fmt invocation::              Reformat paragraph text.
2087 * pr invocation::               Paginate or columnate files for printing.
2088 * fold invocation::             Wrap input lines to fit in specified width.
2089 @end menu
2090
2091
2092 @node fmt invocation
2093 @section @command{fmt}: Reformat paragraph text
2094
2095 @pindex fmt
2096 @cindex reformatting paragraph text
2097 @cindex paragraphs, reformatting
2098 @cindex text, reformatting
2099
2100 @command{fmt} fills and joins lines to produce output lines of (at most)
2101 a given number of characters (75 by default).  Synopsis:
2102
2103 @example
2104 fmt [@var{option}]@dots{} [@var{file}]@dots{}
2105 @end example
2106
2107 @command{fmt} reads from the specified @var{file} arguments (or standard
2108 input if none are given), and writes to standard output.
2109
2110 By default, blank lines, spaces between words, and indentation are
2111 preserved in the output; successive input lines with different
2112 indentation are not joined; tabs are expanded on input and introduced on
2113 output.
2114
2115 @cindex line-breaking
2116 @cindex sentences and line-breaking
2117 @cindex Knuth, Donald E.
2118 @cindex Plass, Michael F.
2119 @command{fmt} prefers breaking lines at the end of a sentence, and tries to
2120 avoid line breaks after the first word of a sentence or before the last
2121 word of a sentence.  A @dfn{sentence break} is defined as either the end
2122 of a paragraph or a word ending in any of @samp{.?!}, followed by two
2123 spaces or end of line, ignoring any intervening parentheses or quotes.
2124 Like @TeX{}, @command{fmt} reads entire ``paragraphs'' before choosing line
2125 breaks; the algorithm is a variant of that given by Donald E. Knuth
2126 and Michael F. Plass in ``Breaking Paragraphs Into Lines'',
2127 @cite{Software---Practice & Experience} @b{11}, 11 (November 1981),
2128 1119--1184.
2129
2130 The program accepts the following options.  Also see @ref{Common options}.
2131
2132 @table @samp
2133
2134 @item -c
2135 @itemx --crown-margin
2136 @opindex -c
2137 @opindex --crown-margin
2138 @cindex crown margin
2139 @dfn{Crown margin} mode: preserve the indentation of the first two
2140 lines within a paragraph, and align the left margin of each subsequent
2141 line with that of the second line.
2142
2143 @item -t
2144 @itemx --tagged-paragraph
2145 @opindex -t
2146 @opindex --tagged-paragraph
2147 @cindex tagged paragraphs
2148 @dfn{Tagged paragraph} mode: like crown margin mode, except that if
2149 indentation of the first line of a paragraph is the same as the
2150 indentation of the second, the first line is treated as a one-line
2151 paragraph.
2152
2153 @item -s
2154 @itemx --split-only
2155 @opindex -s
2156 @opindex --split-only
2157 Split lines only.  Do not join short lines to form longer ones.  This
2158 prevents sample lines of code, and other such ``formatted'' text from
2159 being unduly combined.
2160
2161 @item -u
2162 @itemx --uniform-spacing
2163 @opindex -u
2164 @opindex --uniform-spacing
2165 Uniform spacing.  Reduce spacing between words to one space, and spacing
2166 between sentences to two spaces.
2167
2168 @item -@var{width}
2169 @itemx -w @var{width}
2170 @itemx --width=@var{width}
2171 @opindex -@var{width}
2172 @opindex -w
2173 @opindex --width
2174 Fill output lines up to @var{width} characters (default 75).  @command{fmt}
2175 initially tries to make lines about 7% shorter than this, to give it
2176 room to balance line lengths.
2177
2178 @item -p @var{prefix}
2179 @itemx --prefix=@var{prefix}
2180 Only lines beginning with @var{prefix} (possibly preceded by whitespace)
2181 are subject to formatting.  The prefix and any preceding whitespace are
2182 stripped for the formatting and then re-attached to each formatted output
2183 line.  One use is to format certain kinds of program comments, while
2184 leaving the code unchanged.
2185
2186 @end table
2187
2188 @exitstatus
2189
2190
2191 @node pr invocation
2192 @section @command{pr}: Paginate or columnate files for printing
2193
2194 @pindex pr
2195 @cindex printing, preparing files for
2196 @cindex multicolumn output, generating
2197 @cindex merging files in parallel
2198
2199 @command{pr} writes each @var{file} (@samp{-} means standard input), or
2200 standard input if none are given, to standard output, paginating and
2201 optionally outputting in multicolumn format; optionally merges all
2202 @var{file}s, printing all in parallel, one per column.  Synopsis:
2203
2204 @example
2205 pr [@var{option}]@dots{} [@var{file}]@dots{}
2206 @end example
2207
2208 @vindex LC_MESSAGES
2209 By default, a 5-line header is printed at each page: two blank lines;
2210 a line with the date, the file name, and the page count; and two more
2211 blank lines.  A footer of five blank lines is also printed.
2212 The default @var{page_length} is 66
2213 lines.  The default number of text lines is therefore 56.
2214 The text line of the header takes the form
2215 @samp{@var{date} @var{string} @var{page}}, with spaces inserted around
2216 @var{string} so that the line takes up the full @var{page_width}.  Here,
2217 @var{date} is the date (see the @option{-D} or @option{--date-format}
2218 option for details), @var{string} is the centered header string, and
2219 @var{page} identifies the page number.  The @env{LC_MESSAGES} locale
2220 category affects the spelling of @var{page}; in the default C locale, it
2221 is @samp{Page @var{number}} where @var{number} is the decimal page
2222 number.
2223
2224 Form feeds in the input cause page breaks in the output.  Multiple form
2225 feeds produce empty pages.
2226
2227 Columns are of equal width, separated by an optional string (default
2228 is @samp{space}).  For multicolumn output, lines will always be truncated to
2229 @var{page_width} (default 72), unless you use the @option{-J} option.
2230 For single
2231 column output no line truncation occurs by default.  Use @option{-W} option to
2232 truncate lines in that case.
2233
2234 The following changes were made in version 1.22i and apply to later
2235 versions of @command{pr}:
2236 @c FIXME: this whole section here sounds very awkward to me. I
2237 @c made a few small changes, but really it all needs to be redone. - Brian
2238 @c OK, I fixed another sentence or two, but some of it I just don't understand.
2239 @ - Brian
2240 @itemize @bullet
2241
2242 @item
2243 Some small @var{letter options} (@option{-s}, @option{-w}) have been
2244 redefined for better @acronym{POSIX} compliance.  The output of some further
2245 cases has been adapted to other Unix systems.  These changes are not
2246 compatible with earlier versions of the program.
2247
2248 @item
2249 Some @var{new capital letter} options (@option{-J}, @option{-S}, @option{-W})
2250 have been introduced to turn off unexpected interferences of small letter
2251 options.  The @option{-N} option and the second argument @var{last_page}
2252 of @samp{+FIRST_PAGE} offer more flexibility.  The detailed handling of
2253 form feeds set in the input files requires the @option{-T} option.
2254
2255 @item
2256 Capital letter options override small letter ones.
2257
2258 @item
2259 Some of the option-arguments (compare @option{-s}, @option{-e},
2260 @option{-i}, @option{-n}) cannot be specified as separate arguments from the
2261 preceding option letter (already stated in the @acronym{POSIX} specification).
2262 @end itemize
2263
2264 The program accepts the following options.  Also see @ref{Common options}.
2265
2266 @table @samp
2267
2268 @item +@var{first_page}[:@var{last_page}]
2269 @itemx --pages=@var{first_page}[:@var{last_page}]
2270 @c The two following @opindex lines evoke warnings because they contain `:'
2271 @c The `info' spec does not permit that.  If we use those lines, we end
2272 @c up with truncated index entries that don't work.
2273 @c @opindex +@var{first_page}[:@var{last_page}]
2274 @c @opindex --pages=@var{first_page}[:@var{last_page}]
2275 @opindex +@var{page_range}
2276 @opindex --pages=@var{page_range}
2277 Begin printing with page @var{first_page} and stop with @var{last_page}.
2278 Missing @samp{:@var{last_page}} implies end of file.  While estimating
2279 the number of skipped pages each form feed in the input file results
2280 in a new page.  Page counting with and without @samp{+@var{first_page}}
2281 is identical.  By default, counting starts with the first page of input
2282 file (not first page printed).  Line numbering may be altered by @option{-N}
2283 option.
2284
2285 @item -@var{column}
2286 @itemx --columns=@var{column}
2287 @opindex -@var{column}
2288 @opindex --columns
2289 @cindex down columns
2290 With each single @var{file}, produce @var{column} columns of output
2291 (default is 1) and print columns down, unless @option{-a} is used.  The
2292 column width is automatically decreased as @var{column} increases; unless
2293 you use the @option{-W/-w} option to increase @var{page_width} as well.
2294 This option might well cause some lines to be truncated.  The number of
2295 lines in the columns on each page are balanced.  The options @option{-e}
2296 and @option{-i} are on for multiple text-column output.  Together with
2297 @option{-J} option column alignment and line truncation is turned off.
2298 Lines of full length are joined in a free field format and @option{-S}
2299 option may set field separators.  @option{-@var{column}} may not be used
2300 with @option{-m} option.
2301
2302 @item -a
2303 @itemx --across
2304 @opindex -a
2305 @opindex --across
2306 @cindex across columns
2307 With each single @var{file}, print columns across rather than down.  The
2308 @option{-@var{column}} option must be given with @var{column} greater than one.
2309 If a line is too long to fit in a column, it is truncated.
2310
2311 @item -c
2312 @itemx --show-control-chars
2313 @opindex -c
2314 @opindex --show-control-chars
2315 Print control characters using hat notation (e.g., @samp{^G}); print
2316 other nonprinting characters in octal backslash notation.  By default,
2317 nonprinting characters are not changed.
2318
2319 @item -d
2320 @itemx --double-space
2321 @opindex -d
2322 @opindex --double-space
2323 @cindex double spacing
2324 Double space the output.
2325
2326 @item -D @var{format}
2327 @itemx --date-format=@var{format}
2328 @cindex time formats
2329 @cindex formatting times
2330 Format header dates using @var{format}, using the same conventions as
2331 for the command @samp{date +@var{format}}; @xref{date invocation}.
2332 Except for directives, which start with
2333 @samp{%}, characters in @var{format} are printed unchanged.  You can use
2334 this option to specify an arbitrary string in place of the header date,
2335 e.g., @option{--date-format="Monday morning"}.
2336
2337 @vindex POSIXLY_CORRECT
2338 @vindex LC_TIME
2339 The default date format is @samp{%Y-%m-%d %H:%M} (for example,
2340 @samp{2001-12-04 23:59});
2341 but if the @env{POSIXLY_CORRECT} environment variable is set
2342 and the @env{LC_TIME} locale category specifies the @acronym{POSIX}
2343 locale, the default is @samp{%b %e %H:%M %Y} (for example,
2344 @samp{Dec@ @ 4 23:59 2001}.
2345
2346 @vindex TZ
2347 Time stamps are listed according to the time zone rules specified by
2348 the @env{TZ} environment variable, or by the system default rules if
2349 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
2350 with @env{TZ}, libc, The GNU C Library Reference Manual}.
2351
2352 @item -e[@var{in-tabchar}[@var{in-tabwidth}]]
2353 @itemx --expand-tabs[=@var{in-tabchar}[@var{in-tabwidth}]]
2354 @opindex -e
2355 @opindex --expand-tabs
2356 @cindex input tabs
2357 Expand @var{tab}s to spaces on input.  Optional argument @var{in-tabchar} is
2358 the input tab character (default is the TAB character).  Second optional
2359 argument @var{in-tabwidth} is the input tab character's width (default
2360 is 8).
2361
2362 @item -f
2363 @itemx -F
2364 @itemx --form-feed
2365 @opindex -F
2366 @opindex -f
2367 @opindex --form-feed
2368 Use a form feed instead of newlines to separate output pages.  This does
2369 not alter the default page length of 66 lines.
2370
2371 @item -h @var{header}
2372 @itemx --header=@var{header}
2373 @opindex -h
2374 @opindex --header
2375 Replace the file name in the header with the centered string @var{header}.
2376 When using the shell, @var{header} should be quoted and should be
2377 separated from @option{-h} by a space.
2378
2379 @item -i[@var{out-tabchar}[@var{out-tabwidth}]]
2380 @itemx --output-tabs[=@var{out-tabchar}[@var{out-tabwidth}]]
2381 @opindex -i
2382 @opindex --output-tabs
2383 @cindex output tabs
2384 Replace spaces with @var{tab}s on output.  Optional argument @var{out-tabchar}
2385 is the output tab character (default is the TAB character).  Second optional
2386 argument @var{out-tabwidth} is the output tab character's width (default
2387 is 8).
2388
2389 @item -J
2390 @itemx --join-lines
2391 @opindex -J
2392 @opindex --join-lines
2393 Merge lines of full length.  Used together with the column options
2394 @option{-@var{column}}, @option{-a -@var{column}} or @option{-m}.  Turns off
2395 @option{-W/-w} line truncation;
2396 no column alignment used; may be used with
2397 @option{--sep-string[=@var{string}]}.  @option{-J} has been introduced
2398 (together with @option{-W} and @option{--sep-string})
2399 to disentangle the old (@acronym{POSIX}-compliant) options @option{-w} and
2400 @option{-s} along with the three column options.
2401
2402
2403 @item -l @var{page_length}
2404 @itemx --length=@var{page_length}
2405 @opindex -l
2406 @opindex --length
2407 Set the page length to @var{page_length} (default 66) lines, including
2408 the lines of the header [and the footer].  If @var{page_length} is less
2409 than or equal to 10, the header and footer are omitted, as if the
2410 @option{-t} option had been given.
2411
2412 @item -m
2413 @itemx --merge
2414 @opindex -m
2415 @opindex --merge
2416 Merge and print all @var{file}s in parallel, one in each column.  If a
2417 line is too long to fit in a column, it is truncated, unless the @option{-J}
2418 option is used.  @option{--sep-string[=@var{string}]} may be used.
2419 Empty pages in
2420 some @var{file}s (form feeds set) produce empty columns, still marked
2421 by @var{string}.  The result is a continuous line numbering and column
2422 marking throughout the whole merged file.  Completely empty merged pages
2423 show no separators or line numbers.  The default header becomes
2424 @samp{@var{date} @var{page}} with spaces inserted in the middle; this
2425 may be used with the @option{-h} or @option{--header} option to fill up
2426 the middle blank part.
2427
2428 @item -n[@var{number-separator}[@var{digits}]]
2429 @itemx --number-lines[=@var{number-separator}[@var{digits}]]
2430 @opindex -n
2431 @opindex --number-lines
2432 Provide @var{digits} digit line numbering (default for @var{digits} is
2433 5).  With multicolumn output the number occupies the first @var{digits}
2434 column positions of each text column or only each line of @option{-m}
2435 output.  With single column output the number precedes each line just as
2436 @option{-m} does.  Default counting of the line numbers starts with the
2437 first line of the input file (not the first line printed, compare the
2438 @option{--page} option and @option{-N} option).
2439 Optional argument @var{number-separator} is the character appended to
2440 the line number to separate it from the text followed.  The default
2441 separator is the TAB character.  In a strict sense a TAB is always
2442 printed with single column output only.  The TAB width varies
2443 with the TAB position, e.g., with the left @var{margin} specified
2444 by @option{-o} option.  With multicolumn output priority is given to
2445 @samp{equal width of output columns} (a @acronym{POSIX} specification).
2446 The TAB width is fixed to the value of the first column and does
2447 not change with different values of left @var{margin}.  That means a
2448 fixed number of spaces is always printed in the place of the
2449 @var{number-separator} TAB.  The tabification depends upon the output
2450 position.
2451
2452 @item -N @var{line_number}
2453 @itemx --first-line-number=@var{line_number}
2454 @opindex -N
2455 @opindex --first-line-number
2456 Start line counting with the number @var{line_number} at first line of
2457 first page printed (in most cases not the first line of the input file).
2458
2459 @item -o @var{margin}
2460 @itemx --indent=@var{margin}
2461 @opindex -o
2462 @opindex --indent
2463 @cindex indenting lines
2464 @cindex left margin
2465 Indent each line with a margin @var{margin} spaces wide (default is zero).
2466 The total page width is the size of the margin plus the @var{page_width}
2467 set with the @option{-W/-w} option.  A limited overflow may occur with
2468 numbered single column output (compare @option{-n} option).
2469
2470 @item -r
2471 @itemx --no-file-warnings
2472 @opindex -r
2473 @opindex --no-file-warnings
2474 Do not print a warning message when an argument @var{file} cannot be
2475 opened.  (The exit status will still be nonzero, however.)
2476
2477 @item -s[@var{char}]
2478 @itemx --separator[=@var{char}]
2479 @opindex -s
2480 @opindex --separator
2481 Separate columns by a single character @var{char}.  The default for
2482 @var{char} is the TAB character without @option{-w} and @samp{no
2483 character} with @option{-w}.  Without @option{-s} the default separator
2484 @samp{space} is set.  @option{-s[char]} turns off line truncation of all
2485 three column options (@option{-COLUMN}|@option{-a -COLUMN}|@option{-m}) unless
2486 @option{-w} is set.  This is a @acronym{POSIX}-compliant formulation.
2487
2488
2489 @item -S@var{string}
2490 @itemx --sep-string[=@var{string}]
2491 @opindex -S
2492 @opindex --sep-string
2493 Use @var{string} to separate output columns.  The @option{-S} option doesn't
2494 affect the @option{-W/-w} option, unlike the @option{-s} option which does.  It
2495 does not affect line truncation or column alignment.
2496 Without @option{-S}, and with @option{-J}, @command{pr} uses the default output
2497 separator, TAB@.
2498 Without @option{-S} or @option{-J}, @command{pr} uses a @samp{space}
2499 (same as @option{-S"@w{ }"}).  @option{--sep-string} with no
2500 @samp{=@var{string}} is equivalent to @option{--sep-string=""}.
2501
2502 @item -t
2503 @itemx --omit-header
2504 @opindex -t
2505 @opindex --omit-header
2506 Do not print the usual header [and footer] on each page, and do not fill
2507 out the bottom of pages (with blank lines or a form feed).  No page
2508 structure is produced, but form feeds set in the input files are retained.
2509 The predefined pagination is not changed.  @option{-t} or @option{-T} may be
2510 useful together with other options; e.g.: @option{-t -e4}, expand TAB characters
2511 in the input file to 4 spaces but don't make any other changes.  Use of
2512 @option{-t} overrides @option{-h}.
2513
2514 @item -T
2515 @itemx --omit-pagination
2516 @opindex -T
2517 @opindex --omit-pagination
2518 Do not print header [and footer].  In addition eliminate all form feeds
2519 set in the input files.
2520
2521 @item -v
2522 @itemx --show-nonprinting
2523 @opindex -v
2524 @opindex --show-nonprinting
2525 Print nonprinting characters in octal backslash notation.
2526
2527 @item -w @var{page_width}
2528 @itemx --width=@var{page_width}
2529 @opindex -w
2530 @opindex --width
2531 Set page width to @var{page_width} characters for multiple text-column
2532 output only (default for @var{page_width} is 72).  @option{-s[CHAR]} turns
2533 off the default page width and any line truncation and column alignment.
2534 Lines of full length are merged, regardless of the column options
2535 set.  No @var{page_width} setting is possible with single column output.
2536 A @acronym{POSIX}-compliant formulation.
2537
2538 @item -W @var{page_width}
2539 @itemx --page_width=@var{page_width}
2540 @opindex -W
2541 @opindex --page_width
2542 Set the page width to @var{page_width} characters.  That's valid with and
2543 without a column option.  Text lines are truncated, unless @option{-J}
2544 is used.  Together with one of the three column options
2545 (@option{-@var{column}}, @option{-a -@var{column}} or @option{-m}) column
2546 alignment is always used.  The separator options @option{-S} or @option{-s}
2547 don't affect the @option{-W} option.  Default is 72 characters.  Without
2548 @option{-W @var{page_width}} and without any of the column options NO line
2549 truncation is used (defined to keep downward compatibility and to meet
2550 most frequent tasks).  That's equivalent to @option{-W 72 -J}.  The header
2551 line is never truncated.
2552
2553 @end table
2554
2555 @exitstatus
2556
2557
2558 @node fold invocation
2559 @section @command{fold}: Wrap input lines to fit in specified width
2560
2561 @pindex fold
2562 @cindex wrapping long input lines
2563 @cindex folding long input lines
2564
2565 @command{fold} writes each @var{file} (@option{-} means standard input), or
2566 standard input if none are given, to standard output, breaking long
2567 lines.  Synopsis:
2568
2569 @example
2570 fold [@var{option}]@dots{} [@var{file}]@dots{}
2571 @end example
2572
2573 By default, @command{fold} breaks lines wider than 80 columns.  The output
2574 is split into as many lines as necessary.
2575
2576 @cindex screen columns
2577 @command{fold} counts screen columns by default; thus, a tab may count more
2578 than one column, backspace decreases the column count, and carriage
2579 return sets the column to zero.
2580
2581 The program accepts the following options.  Also see @ref{Common options}.
2582
2583 @table @samp
2584
2585 @item -b
2586 @itemx --bytes
2587 @opindex -b
2588 @opindex --bytes
2589 Count bytes rather than columns, so that tabs, backspaces, and carriage
2590 returns are each counted as taking up one column, just like other
2591 characters.
2592
2593 @item -s
2594 @itemx --spaces
2595 @opindex -s
2596 @opindex --spaces
2597 Break at word boundaries: the line is broken after the last blank before
2598 the maximum line length.  If the line contains no such blanks, the line
2599 is broken at the maximum line length as usual.
2600
2601 @item -w @var{width}
2602 @itemx --width=@var{width}
2603 @opindex -w
2604 @opindex --width
2605 Use a maximum line length of @var{width} columns instead of 80.
2606
2607 For compatibility @command{fold} supports an obsolete option syntax
2608 @option{-@var{width}}.  New scripts should use @option{-w @var{width}}
2609 instead.
2610
2611 @end table
2612
2613 @exitstatus
2614
2615
2616 @node Output of parts of files
2617 @chapter Output of parts of files
2618
2619 @cindex output of parts of files
2620 @cindex parts of files, output of
2621
2622 These commands output pieces of the input.
2623
2624 @menu
2625 * head invocation::             Output the first part of files.
2626 * tail invocation::             Output the last part of files.
2627 * split invocation::            Split a file into pieces.
2628 * csplit invocation::           Split a file into context-determined pieces.
2629 @end menu
2630
2631 @node head invocation
2632 @section @command{head}: Output the first part of files
2633
2634 @pindex head
2635 @cindex initial part of files, outputting
2636 @cindex first part of files, outputting
2637
2638 @command{head} prints the first part (10 lines by default) of each
2639 @var{file}; it reads from standard input if no files are given or
2640 when given a @var{file} of @option{-}.  Synopsis:
2641
2642 @example
2643 head [@var{option}]@dots{} [@var{file}]@dots{}
2644 @end example
2645
2646 If more than one @var{file} is specified, @command{head} prints a
2647 one-line header consisting of:
2648
2649 @example
2650 ==> @var{file name} <==
2651 @end example
2652
2653 @noindent
2654 before the output for each @var{file}.
2655
2656 The program accepts the following options.  Also see @ref{Common options}.
2657
2658 @table @samp
2659
2660 @item -c @var{k}
2661 @itemx --bytes=@var{k}
2662 @opindex -c
2663 @opindex --bytes
2664 Print the first @var{k} bytes, instead of initial lines.
2665 However, if @var{k} starts with a @samp{-},
2666 print all but the last @var{k} bytes of each file.
2667 @multiplierSuffixes{k}
2668
2669 @itemx -n @var{k}
2670 @itemx --lines=@var{k}
2671 @opindex -n
2672 @opindex --lines
2673 Output the first @var{k} lines.
2674 However, if @var{k} starts with a @samp{-},
2675 print all but the last @var{k} lines of each file.
2676 Size multiplier suffixes are the same as with the @option{-c} option.
2677
2678 @item -q
2679 @itemx --quiet
2680 @itemx --silent
2681 @opindex -q
2682 @opindex --quiet
2683 @opindex --silent
2684 Never print file name headers.
2685
2686 @item -v
2687 @itemx --verbose
2688 @opindex -v
2689 @opindex --verbose
2690 Always print file name headers.
2691
2692 @end table
2693
2694 For compatibility @command{head} also supports an obsolete option syntax
2695 @option{-@var{count}@var{options}}, which is recognized only if it is
2696 specified first.  @var{count} is a decimal number optionally followed
2697 by a size letter (@samp{b}, @samp{k}, @samp{m}) as in @option{-c}, or
2698 @samp{l} to mean count by lines, or other option letters (@samp{cqv}).
2699 Scripts intended for standard hosts should use @option{-c @var{count}}
2700 or @option{-n @var{count}} instead.  If your script must also run on
2701 hosts that support only the obsolete syntax, it is usually simpler to
2702 avoid @command{head}, e.g., by using @samp{sed 5q} instead of
2703 @samp{head -5}.
2704
2705 @exitstatus
2706
2707
2708 @node tail invocation
2709 @section @command{tail}: Output the last part of files
2710
2711 @pindex tail
2712 @cindex last part of files, outputting
2713
2714 @command{tail} prints the last part (10 lines by default) of each
2715 @var{file}; it reads from standard input if no files are given or
2716 when given a @var{file} of @samp{-}.  Synopsis:
2717
2718 @example
2719 tail [@var{option}]@dots{} [@var{file}]@dots{}
2720 @end example
2721
2722 If more than one @var{file} is specified, @command{tail} prints a
2723 one-line header consisting of:
2724
2725 @example
2726 ==> @var{file name} <==
2727 @end example
2728
2729 @noindent
2730 before the output for each @var{file}.
2731
2732 @cindex BSD @command{tail}
2733 @sc{gnu} @command{tail} can output any amount of data (some other versions of
2734 @command{tail} cannot).  It also has no @option{-r} option (print in
2735 reverse), since reversing a file is really a different job from printing
2736 the end of a file; BSD @command{tail} (which is the one with @option{-r}) can
2737 only reverse files that are at most as large as its buffer, which is
2738 typically 32 KiB@.  A more reliable and versatile way to reverse files is
2739 the @sc{gnu} @command{tac} command.
2740
2741 The program accepts the following options.  Also see @ref{Common options}.
2742
2743 @table @samp
2744
2745 @item -c @var{k}
2746 @itemx --bytes=@var{k}
2747 @opindex -c
2748 @opindex --bytes
2749 Output the last @var{k} bytes, instead of final lines.
2750 However, if @var{k} starts with a @samp{+}, start printing with the
2751 @var{k}th byte from the start of each file, instead of from the end.
2752 @multiplierSuffixes{k}
2753
2754 @item -f
2755 @itemx --follow[=@var{how}]
2756 @opindex -f
2757 @opindex --follow
2758 @cindex growing files
2759 @vindex name @r{follow option}
2760 @vindex descriptor @r{follow option}
2761 Loop forever trying to read more characters at the end of the file,
2762 presumably because the file is growing.
2763 If more than one file is given, @command{tail} prints a header whenever it
2764 gets output from a different file, to indicate which file that output is
2765 from.
2766
2767 There are two ways to specify how you'd like to track files with this option,
2768 but that difference is noticeable only when a followed file is removed or
2769 renamed.
2770 If you'd like to continue to track the end of a growing file even after
2771 it has been unlinked, use @option{--follow=descriptor}.  This is the default
2772 behavior, but it is not useful if you're tracking a log file that may be
2773 rotated (removed or renamed, then reopened).  In that case, use
2774 @option{--follow=name} to track the named file, perhaps by reopening it
2775 periodically to see if it has been removed and recreated by some other program.
2776 Note that the inotify-based implementation handles this case without
2777 the need for any periodic reopening.
2778
2779 No matter which method you use, if the tracked file is determined to have
2780 shrunk, @command{tail} prints a message saying the file has been truncated
2781 and resumes tracking the end of the file from the newly-determined endpoint.
2782
2783 When a file is removed, @command{tail}'s behavior depends on whether it is
2784 following the name or the descriptor.  When following by name, tail can
2785 detect that a file has been removed and gives a message to that effect,
2786 and if @option{--retry} has been specified it will continue checking
2787 periodically to see if the file reappears.
2788 When following a descriptor, tail does not detect that the file has
2789 been unlinked or renamed and issues no message;  even though the file
2790 may no longer be accessible via its original name, it may still be
2791 growing.
2792
2793 The option values @samp{descriptor} and @samp{name} may be specified only
2794 with the long form of the option, not with @option{-f}.
2795
2796 The @option{-f} option is ignored if
2797 no @var{file} operand is specified and standard input is a FIFO or a pipe.
2798 Likewise, the @option{-f} option has no effect for any
2799 operand specified as @samp{-}, when standard input is a FIFO or a pipe.
2800
2801 @item -F
2802 @opindex -F
2803 This option is the same as @option{--follow=name --retry}.  That is, tail
2804 will attempt to reopen a file when it is removed.  Should this fail, tail
2805 will keep trying until it becomes accessible again.
2806
2807 @itemx --retry
2808 @opindex --retry
2809 This option is useful mainly when following by name (i.e., with
2810 @option{--follow=name}).
2811 Without this option, when tail encounters a file that doesn't
2812 exist or is otherwise inaccessible, it reports that fact and
2813 never checks it again.
2814
2815 @itemx --sleep-interval=@var{number}
2816 @opindex --sleep-interval
2817 Change the number of seconds to wait between iterations (the default is 1.0).
2818 During one iteration, every specified file is checked to see if it has
2819 changed size.
2820 Historical implementations of @command{tail} have required that
2821 @var{number} be an integer.  However, GNU @command{tail} accepts
2822 an arbitrary floating point number (using a period before any
2823 fractional digits).
2824 When @command{tail} uses inotify, this polling-related option is ignored.
2825
2826 @itemx --pid=@var{pid}
2827 @opindex --pid
2828 When following by name or by descriptor, you may specify the process ID,
2829 @var{pid}, of the sole writer of all @var{file} arguments.  Then, shortly
2830 after that process terminates, tail will also terminate.  This will
2831 work properly only if the writer and the tailing process are running on
2832 the same machine.  For example, to save the output of a build in a file
2833 and to watch the file grow, if you invoke @command{make} and @command{tail}
2834 like this then the tail process will stop when your build completes.
2835 Without this option, you would have had to kill the @code{tail -f}
2836 process yourself.
2837
2838 @example
2839 $ make >& makerr & tail --pid=$! -f makerr
2840 @end example
2841
2842 If you specify a @var{pid} that is not in use or that does not correspond
2843 to the process that is writing to the tailed files, then @command{tail}
2844 may terminate long before any @var{file}s stop growing or it may not
2845 terminate until long after the real writer has terminated.
2846 Note that @option{--pid} cannot be supported on some systems; @command{tail}
2847 will print a warning if this is the case.
2848
2849 @itemx --max-unchanged-stats=@var{n}
2850 @opindex --max-unchanged-stats
2851 When tailing a file by name, if there have been @var{n} (default
2852 n=@value{DEFAULT_MAX_N_UNCHANGED_STATS_BETWEEN_OPENS}) consecutive
2853 iterations for which the file has not changed, then
2854 @code{open}/@code{fstat} the file to determine if that file name is
2855 still associated with the same device/inode-number pair as before.
2856 When following a log file that is rotated, this is approximately the
2857 number of seconds between when tail prints the last pre-rotation lines
2858 and when it prints the lines that have accumulated in the new log file.
2859 This option is meaningful only when polling (i.e., without inotify)
2860 and when following by name.
2861
2862 @itemx -n @var{k}
2863 @itemx --lines=@var{k}
2864 @opindex -n
2865 @opindex --lines
2866 Output the last @var{k} lines.
2867 However, if @var{k} starts with a @samp{+}, start printing with the
2868 @var{k}th line from the start of each file, instead of from the end.
2869 Size multiplier suffixes are the same as with the @option{-c} option.
2870
2871 @item -q
2872 @itemx --quiet
2873 @itemx --silent
2874 @opindex -q
2875 @opindex --quiet
2876 @opindex --silent
2877 Never print file name headers.
2878
2879 @item -v
2880 @itemx --verbose
2881 @opindex -v
2882 @opindex --verbose
2883 Always print file name headers.
2884
2885 @end table
2886
2887 For compatibility @command{tail} also supports an obsolete usage
2888 @samp{tail -[@var{count}][bcl][f] [@var{file}]}, which is recognized
2889 only if it does not conflict with the usage described
2890 above.  This obsolete form uses exactly one option and at most one
2891 file.  In the option, @var{count} is an optional decimal number optionally
2892 followed by a size letter (@samp{b}, @samp{c}, @samp{l}) to mean count
2893 by 512-byte blocks, bytes, or lines, optionally followed by @samp{f}
2894 which has the same meaning as @option{-f}.
2895
2896 @vindex _POSIX2_VERSION
2897 On older systems, the leading @samp{-} can be replaced by @samp{+} in
2898 the obsolete option syntax with the same meaning as in counts, and
2899 obsolete usage overrides normal usage when the two conflict.
2900 This obsolete behavior can be enabled or disabled with the
2901 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
2902 conformance}).
2903
2904 Scripts intended for use on standard hosts should avoid obsolete
2905 syntax and should use @option{-c @var{count}[b]}, @option{-n
2906 @var{count}}, and/or @option{-f} instead.  If your script must also
2907 run on hosts that support only the obsolete syntax, you can often
2908 rewrite it to avoid problematic usages, e.g., by using @samp{sed -n
2909 '$p'} rather than @samp{tail -1}.  If that's not possible, the script
2910 can use a test like @samp{if tail -c +1 </dev/null >/dev/null 2>&1;
2911 then @dots{}} to decide which syntax to use.
2912
2913 Even if your script assumes the standard behavior, you should still
2914 beware usages whose behaviors differ depending on the @acronym{POSIX}
2915 version.  For example, avoid @samp{tail - main.c}, since it might be
2916 interpreted as either @samp{tail main.c} or as @samp{tail -- -
2917 main.c}; avoid @samp{tail -c 4}, since it might mean either @samp{tail
2918 -c4} or @samp{tail -c 10 4}; and avoid @samp{tail +4}, since it might
2919 mean either @samp{tail ./+4} or @samp{tail -n +4}.
2920
2921 @exitstatus
2922
2923
2924 @node split invocation
2925 @section @command{split}: Split a file into pieces.
2926
2927 @pindex split
2928 @cindex splitting a file into pieces
2929 @cindex pieces, splitting a file into
2930
2931 @command{split} creates output files containing consecutive or interleaved
2932 sections of @var{input}  (standard input if none is given or @var{input}
2933 is @samp{-}).  Synopsis:
2934
2935 @example
2936 split [@var{option}] [@var{input} [@var{prefix}]]
2937 @end example
2938
2939 By default, @command{split} puts 1000 lines of @var{input} (or whatever is
2940 left over for the last section), into each output file.
2941
2942 @cindex output file name prefix
2943 The output files' names consist of @var{prefix} (@samp{x} by default)
2944 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
2945 default), such that concatenating the output files in traditional
2946 sorted order by file name produces the original input file (except
2947 @option{-r}).  If the output file names are exhausted, @command{split}
2948 reports an error without deleting the output files that it did create.
2949
2950 The program accepts the following options.  Also see @ref{Common options}.
2951
2952 @table @samp
2953
2954 @item -l @var{lines}
2955 @itemx --lines=@var{lines}
2956 @opindex -l
2957 @opindex --lines
2958 Put @var{lines} lines of @var{input} into each output file.
2959
2960 For compatibility @command{split} also supports an obsolete
2961 option syntax @option{-@var{lines}}.  New scripts should use @option{-l
2962 @var{lines}} instead.
2963
2964 @item -b @var{size}
2965 @itemx --bytes=@var{size}
2966 @opindex -b
2967 @opindex --bytes
2968 Put @var{size} bytes of @var{input} into each output file.
2969 @multiplierSuffixes{size}
2970
2971 @item -C @var{size}
2972 @itemx --line-bytes=@var{size}
2973 @opindex -C
2974 @opindex --line-bytes
2975 Put into each output file as many complete lines of @var{input} as
2976 possible without exceeding @var{size} bytes.  Individual lines longer than
2977 @var{size} bytes are broken into multiple files.
2978 @var{size} has the same format as for the @option{--bytes} option.
2979
2980 @item -n @var{chunks}
2981 @itemx --number=@var{chunks}
2982 @opindex -n
2983 @opindex --number
2984
2985 Split @var{input} to @var{chunks} output files where @var{chunks} may be:
2986
2987 @example
2988 @var{n}      generate @var{n} files based on current size of @var{input}
2989 @var{k}/@var{n}    only output @var{k}th of @var{n} to stdout
2990 l/@var{n}    generate @var{n} files without splitting lines
2991 l/@var{k}/@var{n}  likewise but only output @var{k}th of @var{n} to stdout
2992 r/@var{n}    like @samp{l} but use round robin distribution
2993 r/@var{k}/@var{n}  likewise but only output @var{k}th of @var{n} to stdout
2994 @end example
2995
2996 Any excess bytes remaining after dividing the @var{input}
2997 into @var{n} chunks, are assigned to the last chunk.
2998 Any excess bytes appearing after the initial calculation are discarded
2999 (except when using @samp{r} mode).
3000
3001 All @var{n} files are created even if there are fewer than @var{n} lines,
3002 or the @var{input} is truncated.
3003
3004 For @samp{l} mode, chunks are approximately @var{input} size / @var{n}.
3005 The @var{input} is partitioned into @var{n} equal sized portions, with
3006 the last assigned any excess.  If a line @emph{starts} within a partition
3007 it is written completely to the corresponding file.  Since lines
3008 are not split even if they overlap a partition, the files written
3009 can be larger or smaller than the partition size, and even empty
3010 if a line is so long as to completely overlap the partition.
3011
3012 For @samp{r} mode, the size of @var{input} is irrelevant,
3013 and so can be a pipe for example.
3014
3015 @item -a @var{length}
3016 @itemx --suffix-length=@var{length}
3017 @opindex -a
3018 @opindex --suffix-length
3019 Use suffixes of length @var{length}.  The default @var{length} is 2.
3020
3021 @item -d
3022 @itemx --numeric-suffixes
3023 @opindex -d
3024 @opindex --numeric-suffixes
3025 Use digits in suffixes rather than lower-case letters.
3026
3027 @item -e
3028 @itemx --elide-empty-files
3029 @opindex -e
3030 @opindex --elide-empty-files
3031 Suppress the generation of zero-length output files.  This can happen
3032 with the @option{--number} option if a file is (truncated to be) shorter
3033 than the number requested, or if a line is so long as to completely
3034 span a chunk.  The output file sequence numbers, always run consecutively
3035 even when this option is specified.
3036
3037 @item -u
3038 @itemx --unbuffered
3039 @opindex -u
3040 @opindex --unbuffered
3041 Immediately copy input to output in @option{--number r/...} mode,
3042 which is a much slower mode of operation.
3043
3044 @itemx --verbose
3045 @opindex --verbose
3046 Write a diagnostic just before each output file is opened.
3047
3048 @end table
3049
3050 @exitstatus
3051
3052 Here are a few examples to illustrate how the
3053 @option{--number} (@option{-n}) option works:
3054
3055 Notice how, by default, one line may be split onto two or more:
3056
3057 @example
3058 $ seq -w 6 10 > k; split -n3 k; head xa?
3059 ==> xaa <==
3060 06
3061 07
3062 ==> xab <==
3063
3064 08
3065 0
3066 ==> xac <==
3067 9
3068 10
3069 @end example
3070
3071 Use the "l/" modifier to suppress that:
3072
3073 @example
3074 $ seq -w 6 10 > k; split -nl/3 k; head xa?
3075 ==> xaa <==
3076 06
3077 07
3078
3079 ==> xab <==
3080 08
3081 09
3082
3083 ==> xac <==
3084 10
3085 @end example
3086
3087 Use the "r/" modifier to distribute lines in a round-robin fashion:
3088
3089 @example
3090 $ seq -w 6 10 > k; split -nr/3 k; head xa?
3091 ==> xaa <==
3092 06
3093 09
3094
3095 ==> xab <==
3096 07
3097 10
3098
3099 ==> xac <==
3100 08
3101 @end example
3102
3103 You can also extract just the Kth chunk.
3104 This extracts and prints just the 7th "chunk" of 33:
3105
3106 @example
3107 $ seq 100 > k; split -nl/7/33 k
3108 20
3109 21
3110 22
3111 @end example
3112
3113
3114 @node csplit invocation
3115 @section @command{csplit}: Split a file into context-determined pieces
3116
3117 @pindex csplit
3118 @cindex context splitting
3119 @cindex splitting a file into pieces by context
3120
3121 @command{csplit} creates zero or more output files containing sections of
3122 @var{input} (standard input if @var{input} is @samp{-}).  Synopsis:
3123
3124 @example
3125 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{}
3126 @end example
3127
3128 The contents of the output files are determined by the @var{pattern}
3129 arguments, as detailed below.  An error occurs if a @var{pattern}
3130 argument refers to a nonexistent line of the input file (e.g., if no
3131 remaining line matches a given regular expression).  After every
3132 @var{pattern} has been matched, any remaining input is copied into one
3133 last output file.
3134
3135 By default, @command{csplit} prints the number of bytes written to each
3136 output file after it has been created.
3137
3138 The types of pattern arguments are:
3139
3140 @table @samp
3141
3142 @item @var{n}
3143 Create an output file containing the input up to but not including line
3144 @var{n} (a positive integer).  If followed by a repeat count, also
3145 create an output file containing the next @var{n} lines of the input
3146 file once for each repeat.
3147
3148 @item /@var{regexp}/[@var{offset}]
3149 Create an output file containing the current line up to (but not
3150 including) the next line of the input file that contains a match for
3151 @var{regexp}.  The optional @var{offset} is an integer.
3152 If it is given, the input up to (but not including) the
3153 matching line plus or minus @var{offset} is put into the output file,
3154 and the line after that begins the next section of input.
3155
3156 @item %@var{regexp}%[@var{offset}]
3157 Like the previous type, except that it does not create an output
3158 file, so that section of the input file is effectively ignored.
3159
3160 @item @{@var{repeat-count}@}
3161 Repeat the previous pattern @var{repeat-count} additional
3162 times.  The @var{repeat-count} can either be a positive integer or an
3163 asterisk, meaning repeat as many times as necessary until the input is
3164 exhausted.
3165
3166 @end table
3167
3168 The output files' names consist of a prefix (@samp{xx} by default)
3169 followed by a suffix.  By default, the suffix is an ascending sequence
3170 of two-digit decimal numbers from @samp{00} to @samp{99}.  In any case,
3171 concatenating the output files in sorted order by file name produces the
3172 original input file.
3173
3174 By default, if @command{csplit} encounters an error or receives a hangup,
3175 interrupt, quit, or terminate signal, it removes any output files
3176 that it has created so far before it exits.
3177
3178 The program accepts the following options.  Also see @ref{Common options}.
3179
3180 @table @samp
3181
3182 @item -f @var{prefix}
3183 @itemx --prefix=@var{prefix}
3184 @opindex -f
3185 @opindex --prefix
3186 @cindex output file name prefix
3187 Use @var{prefix} as the output file name prefix.
3188
3189 @item -b @var{suffix}
3190 @itemx --suffix=@var{suffix}
3191 @opindex -b
3192 @opindex --suffix
3193 @cindex output file name suffix
3194 Use @var{suffix} as the output file name suffix.  When this option is
3195 specified, the suffix string must include exactly one
3196 @code{printf(3)}-style conversion specification, possibly including
3197 format specification flags, a field width, a precision specifications,
3198 or all of these kinds of modifiers.  The format letter must convert a
3199 binary unsigned integer argument to readable form.  The format letters
3200 @samp{d} and @samp{i} are aliases for @samp{u}, and the
3201 @samp{u}, @samp{o}, @samp{x}, and @samp{X} conversions are allowed.  The
3202 entire @var{suffix} is given (with the current output file number) to
3203 @code{sprintf(3)} to form the file name suffixes for each of the
3204 individual output files in turn.  If this option is used, the
3205 @option{--digits} option is ignored.
3206
3207 @item -n @var{digits}
3208 @itemx --digits=@var{digits}
3209 @opindex -n
3210 @opindex --digits
3211 Use output file names containing numbers that are @var{digits} digits
3212 long instead of the default 2.
3213
3214 @item -k
3215 @itemx --keep-files
3216 @opindex -k
3217 @opindex --keep-files
3218 Do not remove output files when errors are encountered.
3219
3220 @item -z
3221 @itemx --elide-empty-files
3222 @opindex -z
3223 @opindex --elide-empty-files
3224 Suppress the generation of zero-length output files.  (In cases where
3225 the section delimiters of the input file are supposed to mark the first
3226 lines of each of the sections, the first output file will generally be a
3227 zero-length file unless you use this option.)  The output file sequence
3228 numbers always run consecutively starting from 0, even when this option
3229 is specified.
3230
3231 @item -s
3232 @itemx -q
3233 @itemx --silent
3234 @itemx --quiet
3235 @opindex -s
3236 @opindex -q
3237 @opindex --silent
3238 @opindex --quiet
3239 Do not print counts of output file sizes.
3240
3241 @end table
3242
3243 @exitstatus
3244
3245 Here is an example of its usage.
3246 First, create an empty directory for the exercise,
3247 and cd into it:
3248
3249 @example
3250 $ mkdir d && cd d
3251 @end example
3252
3253 Now, split the sequence of 1..14 on lines that end with 0 or 5:
3254
3255 @example
3256 $ seq 14 | csplit - '/[05]$/' '@{*@}'
3257 8
3258 10
3259 15
3260 @end example
3261
3262 Each number printed above is the size of an output
3263 file that csplit has just created.
3264 List the names of those output files:
3265
3266 @example
3267 $ ls
3268 xx00  xx01  xx02
3269 @end example
3270
3271 Use @command{head} to show their contents:
3272
3273 @example
3274 $ head xx*
3275 ==> xx00 <==
3276 1
3277 2
3278 3
3279 4
3280
3281 ==> xx01 <==
3282 5
3283 6
3284 7
3285 8
3286 9
3287
3288 ==> xx02 <==
3289 10
3290 11
3291 12
3292 13
3293 14
3294 @end example
3295
3296 @node Summarizing files
3297 @chapter Summarizing files
3298
3299 @cindex summarizing files
3300
3301 These commands generate just a few numbers representing entire
3302 contents of files.
3303
3304 @menu
3305 * wc invocation::               Print newline, word, and byte counts.
3306 * sum invocation::              Print checksum and block counts.
3307 * cksum invocation::            Print CRC checksum and byte counts.
3308 * md5sum invocation::           Print or check MD5 digests.
3309 * sha1sum invocation::          Print or check SHA-1 digests.
3310 * sha2 utilities::              Print or check SHA-2 digests.
3311 @end menu
3312
3313
3314 @node wc invocation
3315 @section @command{wc}: Print newline, word, and byte counts
3316
3317 @pindex wc
3318 @cindex byte count
3319 @cindex character count
3320 @cindex word count
3321 @cindex line count
3322
3323 @command{wc} counts the number of bytes, characters, whitespace-separated
3324 words, and newlines in each given @var{file}, or standard input if none
3325 are given or for a @var{file} of @samp{-}.  Synopsis:
3326
3327 @example
3328 wc [@var{option}]@dots{} [@var{file}]@dots{}
3329 @end example
3330
3331 @cindex total counts
3332 @command{wc} prints one line of counts for each file, and if the file was
3333 given as an argument, it prints the file name following the counts.  If
3334 more than one @var{file} is given, @command{wc} prints a final line
3335 containing the cumulative counts, with the file name @file{total}.  The
3336 counts are printed in this order: newlines, words, characters, bytes,
3337 maximum line length.
3338 Each count is printed right-justified in a field with at least one
3339 space between fields so that the numbers and file names normally line
3340 up nicely in columns.  The width of the count fields varies depending
3341 on the inputs, so you should not depend on a particular field width.
3342 However, as a @acronym{GNU} extension, if only one count is printed,
3343 it is guaranteed to be printed without leading spaces.
3344
3345 By default, @command{wc} prints three counts: the newline, words, and byte
3346 counts.  Options can specify that only certain counts be printed.
3347 Options do not undo others previously given, so
3348
3349 @example
3350 wc --bytes --words
3351 @end example
3352
3353 @noindent
3354 prints both the byte counts and the word counts.
3355
3356 With the @option{--max-line-length} option, @command{wc} prints the length
3357 of the longest line per file, and if there is more than one file it
3358 prints the maximum (not the sum) of those lengths.  The line lengths here
3359 are measured in screen columns, according to the current locale and
3360 assuming tab positions in every 8th column.
3361
3362 The program accepts the following options.  Also see @ref{Common options}.
3363
3364 @table @samp
3365
3366 @item -c
3367 @itemx --bytes
3368 @opindex -c
3369 @opindex --bytes
3370 Print only the byte counts.
3371
3372 @item -m
3373 @itemx --chars
3374 @opindex -m
3375 @opindex --chars
3376 Print only the character counts.
3377
3378 @item -w
3379 @itemx --words
3380 @opindex -w
3381 @opindex --words
3382 Print only the word counts.
3383
3384 @item -l
3385 @itemx --lines
3386 @opindex -l
3387 @opindex --lines
3388 Print only the newline counts.
3389
3390 @item -L
3391 @itemx --max-line-length
3392 @opindex -L
3393 @opindex --max-line-length
3394 Print only the maximum line lengths.
3395
3396 @macro filesZeroFromOption{cmd,withTotalOption,subListOutput}
3397 @itemx --files0-from=@var{file}
3398 @opindex --files0-from=@var{file}
3399 @c This is commented out to avoid a texi2dvi failure.
3400 @c texi2dvi (GNU Texinfo 4.11) 1.104
3401 @c @cindex including files from @command{\cmd\}
3402 Disallow processing files named on the command line, and instead process
3403 those named in file @var{file}; each name being terminated by a zero byte
3404 (@acronym{ASCII} @sc{nul}).
3405 This is useful \withTotalOption\
3406 when the list of file names is so long that it may exceed a command line
3407 length limitation.
3408 In such cases, running @command{\cmd\} via @command{xargs} is undesirable
3409 because it splits the list into pieces and makes @command{\cmd\} print
3410 \subListOutput\ for each sublist rather than for the entire list.
3411 One way to produce a list of @acronym{ASCII} @sc{nul} terminated file names is with @sc{gnu}
3412 @command{find}, using its @option{-print0} predicate.
3413 If @var{file} is @samp{-} then the @acronym{ASCII} @sc{nul} terminated file names
3414 are read from standard input.
3415 @end macro
3416 @filesZeroFromOption{wc,,a total}
3417
3418 For example, to find the length of the longest line in any @file{.c} or
3419 @file{.h} file in the current hierarchy, do this:
3420
3421 @example
3422 find . -name '*.[ch]' -print0 |
3423   wc -L --files0-from=- | tail -n1
3424 @end example
3425
3426 @end table
3427
3428 @exitstatus
3429
3430
3431 @node sum invocation
3432 @section @command{sum}: Print checksum and block counts
3433
3434 @pindex sum
3435 @cindex 16-bit checksum
3436 @cindex checksum, 16-bit
3437
3438 @command{sum} computes a 16-bit checksum for each given @var{file}, or
3439 standard input if none are given or for a @var{file} of @samp{-}.  Synopsis:
3440
3441 @example
3442 sum [@var{option}]@dots{} [@var{file}]@dots{}
3443 @end example
3444
3445 @command{sum} prints the checksum for each @var{file} followed by the
3446 number of blocks in the file (rounded up).  If more than one @var{file}
3447 is given, file names are also printed (by default).  (With the
3448 @option{--sysv} option, corresponding file names are printed when there is
3449 at least one file argument.)
3450
3451 By default, @sc{gnu} @command{sum} computes checksums using an algorithm
3452 compatible with BSD @command{sum} and prints file sizes in units of
3453 1024-byte blocks.
3454
3455 The program accepts the following options.  Also see @ref{Common options}.
3456
3457 @table @samp
3458
3459 @item -r
3460 @opindex -r
3461 @cindex BSD @command{sum}
3462 Use the default (BSD compatible) algorithm.  This option is included for
3463 compatibility with the System V @command{sum}.  Unless @option{-s} was also
3464 given, it has no effect.
3465
3466 @item -s
3467 @itemx --sysv
3468 @opindex -s
3469 @opindex --sysv
3470 @cindex System V @command{sum}
3471 Compute checksums using an algorithm compatible with System V
3472 @command{sum}'s default, and print file sizes in units of 512-byte blocks.
3473
3474 @end table
3475
3476 @command{sum} is provided for compatibility; the @command{cksum} program (see
3477 next section) is preferable in new applications.
3478
3479 @exitstatus
3480
3481
3482 @node cksum invocation
3483 @section @command{cksum}: Print CRC checksum and byte counts
3484
3485 @pindex cksum
3486 @cindex cyclic redundancy check
3487 @cindex CRC checksum
3488
3489 @command{cksum} computes a cyclic redundancy check (CRC) checksum for each
3490 given @var{file}, or standard input if none are given or for a
3491 @var{file} of @samp{-}.  Synopsis:
3492
3493 @example
3494 cksum [@var{option}]@dots{} [@var{file}]@dots{}
3495 @end example
3496
3497 @command{cksum} prints the CRC checksum for each file along with the number
3498 of bytes in the file, and the file name unless no arguments were given.
3499
3500 @command{cksum} is typically used to ensure that files
3501 transferred by unreliable means (e.g., netnews) have not been corrupted,
3502 by comparing the @command{cksum} output for the received files with the
3503 @command{cksum} output for the original files (typically given in the
3504 distribution).
3505
3506 The CRC algorithm is specified by the @acronym{POSIX} standard.  It is not
3507 compatible with the BSD or System V @command{sum} algorithms (see the
3508 previous section); it is more robust.
3509
3510 The only options are @option{--help} and @option{--version}.  @xref{Common
3511 options}.
3512
3513 @exitstatus
3514
3515
3516 @node md5sum invocation
3517 @section @command{md5sum}: Print or check MD5 digests
3518
3519 @pindex md5sum
3520 @cindex MD5
3521 @cindex 128-bit checksum
3522 @cindex checksum, 128-bit
3523 @cindex fingerprint, 128-bit
3524 @cindex message-digest, 128-bit
3525
3526 @command{md5sum} computes a 128-bit checksum (or @dfn{fingerprint} or
3527 @dfn{message-digest}) for each specified @var{file}.
3528
3529 Note: The MD5 digest is more reliable than a simple CRC (provided by
3530 the @command{cksum} command) for detecting accidental file corruption,
3531 as the chances of accidentally having two files with identical MD5
3532 are vanishingly small.  However, it should not be considered secure
3533 against malicious tampering: although finding a file with a given MD5
3534 fingerprint is considered infeasible at the moment, it is known how
3535 to modify certain files, including digital certificates, so that they
3536 appear valid when signed with an MD5 digest.
3537 For more secure hashes, consider using SHA-2.  @xref{sha2 utilities}.
3538
3539 If a @var{file} is specified as @samp{-} or if no files are given
3540 @command{md5sum} computes the checksum for the standard input.
3541 @command{md5sum} can also determine whether a file and checksum are
3542 consistent.  Synopsis:
3543
3544 @example
3545 md5sum [@var{option}]@dots{} [@var{file}]@dots{}
3546 @end example
3547
3548 For each @var{file}, @samp{md5sum} outputs the MD5 checksum, a flag
3549 indicating a binary or text input file, and the file name.
3550 If @var{file} contains a backslash or newline, the
3551 line is started with a backslash, and each problematic character in
3552 the file name is escaped with a backslash, making the output
3553 unambiguous even in the presence of arbitrary file names.
3554 If @var{file} is omitted or specified as @samp{-}, standard input is read.
3555
3556 The program accepts the following options.  Also see @ref{Common options}.
3557
3558 @table @samp
3559
3560 @item -b
3561 @itemx --binary
3562 @opindex -b
3563 @opindex --binary
3564 @cindex binary input files
3565 Treat each input file as binary, by reading it in binary mode and
3566 outputting a @samp{*} flag.  This is the inverse of @option{--text}.
3567 On systems like @acronym{GNU} that do not distinguish between binary
3568 and text files, this option merely flags each input file as binary:
3569 the MD5 checksum is unaffected.  This option is the default on systems
3570 like MS-DOS that distinguish between binary and text files, except
3571 for reading standard input when standard input is a terminal.
3572
3573 @item -c
3574 @itemx --check
3575 Read file names and checksum information (not data) from each
3576 @var{file} (or from stdin if no @var{file} was specified) and report
3577 whether the checksums match the contents of the named files.
3578 The input to this mode of @command{md5sum} is usually the output of
3579 a prior, checksum-generating run of @samp{md5sum}.
3580 Each valid line of input consists of an MD5 checksum, a binary/text
3581 flag, and then a file name.
3582 Binary files are marked with @samp{*}, text with @samp{ }.
3583 For each such line, @command{md5sum} reads the named file and computes its
3584 MD5 checksum.  Then, if the computed message digest does not match the
3585 one on the line with the file name, the file is noted as having
3586 failed the test.  Otherwise, the file passes the test.
3587 By default, for each valid line, one line is written to standard
3588 output indicating whether the named file passed the test.
3589 After all checks have been performed, if there were any failures,
3590 a warning is issued to standard error.
3591 Use the @option{--status} option to inhibit that output.
3592 If any listed file cannot be opened or read, if any valid line has
3593 an MD5 checksum inconsistent with the associated file, or if no valid
3594 line is found, @command{md5sum} exits with nonzero status.  Otherwise,
3595 it exits successfully.
3596
3597 @itemx --quiet
3598 @opindex --quiet
3599 @cindex verifying MD5 checksums
3600 This option is useful only when verifying checksums.
3601 When verifying checksums, don't generate an 'OK' message per successfully
3602 checked file.  Files that fail the verification are reported in the
3603 default one-line-per-file format.  If there is any checksum mismatch,
3604 print a warning summarizing the failures to standard error.
3605
3606 @itemx --status
3607 @opindex --status
3608 @cindex verifying MD5 checksums
3609 This option is useful only when verifying checksums.
3610 When verifying checksums, don't generate the default one-line-per-file
3611 diagnostic and don't output the warning summarizing any failures.
3612 Failures to open or read a file still evoke individual diagnostics to
3613 standard error.
3614 If all listed files are readable and are consistent with the associated
3615 MD5 checksums, exit successfully.  Otherwise exit with a status code
3616 indicating there was a failure.
3617
3618 @item -t
3619 @itemx --text
3620 @opindex -t
3621 @opindex --text
3622 @cindex text input files
3623 Treat each input file as text, by reading it in text mode and
3624 outputting a @samp{ } flag.  This is the inverse of @option{--binary}.
3625 This option is the default on systems like @acronym{GNU} that do not
3626 distinguish between binary and text files.  On other systems, it is
3627 the default for reading standard input when standard input is a
3628 terminal.
3629
3630 @item -w
3631 @itemx --warn
3632 @opindex -w
3633 @opindex --warn
3634 @cindex verifying MD5 checksums
3635 When verifying checksums, warn about improperly formatted MD5 checksum lines.
3636 This option is useful only if all but a few lines in the checked input
3637 are valid.
3638
3639 @end table
3640
3641 @exitstatus
3642
3643
3644 @node sha1sum invocation
3645 @section @command{sha1sum}: Print or check SHA-1 digests
3646
3647 @pindex sha1sum
3648 @cindex SHA-1
3649 @cindex 160-bit checksum
3650 @cindex checksum, 160-bit
3651 @cindex fingerprint, 160-bit
3652 @cindex message-digest, 160-bit
3653
3654 @command{sha1sum} computes a 160-bit checksum for each specified
3655 @var{file}.  The usage and options of this command are precisely the
3656 same as for @command{md5sum}.  @xref{md5sum invocation}.
3657
3658 Note: The SHA-1 digest is more secure than MD5, and no collisions of
3659 it are known (different files having the same fingerprint).  However,
3660 it is known that they can be produced with considerable, but not
3661 unreasonable, resources.  For this reason, it is generally considered
3662 that SHA-1 should be gradually phased out in favor of the more secure
3663 SHA-2 hash algorithms.  @xref{sha2 utilities}.
3664
3665
3666 @node sha2 utilities
3667 @section sha2 utilities: Print or check SHA-2 digests
3668
3669 @pindex sha224sum
3670 @pindex sha256sum
3671 @pindex sha384sum
3672 @pindex sha512sum
3673 @cindex SHA-2
3674 @cindex 224-bit checksum
3675 @cindex 256-bit checksum
3676 @cindex 384-bit checksum
3677 @cindex 512-bit checksum
3678 @cindex checksum, 224-bit
3679 @cindex checksum, 256-bit
3680 @cindex checksum, 384-bit
3681 @cindex checksum, 512-bit
3682 @cindex fingerprint, 224-bit
3683 @cindex fingerprint, 256-bit
3684 @cindex fingerprint, 384-bit
3685 @cindex fingerprint, 512-bit
3686 @cindex message-digest, 224-bit
3687 @cindex message-digest, 256-bit
3688 @cindex message-digest, 384-bit
3689 @cindex message-digest, 512-bit
3690
3691 The commands @command{sha224sum}, @command{sha256sum},
3692 @command{sha384sum} and @command{sha512sum} compute checksums of
3693 various lengths (respectively 224, 256, 384 and 512 bits),
3694 collectively known as the SHA-2 hashes.  The usage and options of
3695 these commands are precisely the same as for @command{md5sum}.
3696 @xref{md5sum invocation}.
3697
3698 Note: The SHA384 and SHA512 digests are considerably slower to
3699 compute, especially on 32-bit computers, than SHA224 or SHA256.
3700
3701
3702 @node Operating on sorted files
3703 @chapter Operating on sorted files
3704
3705 @cindex operating on sorted files
3706 @cindex sorted files, operations on
3707
3708 These commands work with (or produce) sorted files.
3709
3710 @menu
3711 * sort invocation::             Sort text files.
3712 * shuf invocation::             Shuffle text files.
3713 * uniq invocation::             Uniquify files.
3714 * comm invocation::             Compare two sorted files line by line.
3715 * ptx invocation::              Produce a permuted index of file contents.
3716 * tsort invocation::            Topological sort.
3717 @end menu
3718
3719
3720 @node sort invocation
3721 @section @command{sort}: Sort text files
3722
3723 @pindex sort
3724 @cindex sorting files
3725
3726 @command{sort} sorts, merges, or compares all the lines from the given
3727 files, or standard input if none are given or for a @var{file} of
3728 @samp{-}.  By default, @command{sort} writes the results to standard
3729 output.  Synopsis:
3730
3731 @example
3732 sort [@var{option}]@dots{} [@var{file}]@dots{}
3733 @end example
3734
3735 @command{sort} has three modes of operation: sort (the default), merge,
3736 and check for sortedness.  The following options change the operation
3737 mode:
3738
3739 @table @samp
3740
3741 @item -c
3742 @itemx --check
3743 @itemx --check=diagnose-first
3744 @opindex -c
3745 @opindex --check
3746 @cindex checking for sortedness
3747 Check whether the given file is already sorted: if it is not all
3748 sorted, print a diagnostic containing the first out-of-order line and
3749 exit with a status of 1.
3750 Otherwise, exit successfully.
3751 At most one input file can be given.
3752
3753 @item -C
3754 @itemx --check=quiet
3755 @itemx --check=silent
3756 @opindex -c
3757 @opindex --check
3758 @cindex checking for sortedness
3759 Exit successfully if the given file is already sorted, and
3760 exit with status 1 otherwise.
3761 At most one input file can be given.
3762 This is like @option{-c}, except it does not print a diagnostic.
3763
3764 @item -m
3765 @itemx --merge
3766 @opindex -m
3767 @opindex --merge
3768 @cindex merging sorted files
3769 Merge the given files by sorting them as a group.  Each input file must
3770 always be individually sorted.  It always works to sort instead of
3771 merge; merging is provided because it is faster, in the case where it
3772 works.
3773
3774 @end table
3775
3776 @cindex sort stability
3777 @cindex sort's last-resort comparison
3778 A pair of lines is compared as follows:
3779 @command{sort} compares each pair of fields, in the
3780 order specified on the command line, according to the associated
3781 ordering options, until a difference is found or no fields are left.
3782 If no key fields are specified, @command{sort} uses a default key of
3783 the entire line.  Finally, as a last resort when all keys compare
3784 equal, @command{sort} compares entire lines as if no ordering options
3785 other than @option{--reverse} (@option{-r}) were specified.  The
3786 @option{--stable} (@option{-s}) option disables this @dfn{last-resort
3787 comparison} so that lines in which all fields compare equal are left
3788 in their original relative order.  The @option{--unique}
3789 (@option{-u}) option also disables the last-resort comparison.
3790
3791 @vindex LC_ALL
3792 @vindex LC_COLLATE
3793 Unless otherwise specified, all comparisons use the character collating
3794 sequence specified by the @env{LC_COLLATE} locale.@footnote{If you
3795 use a non-@acronym{POSIX} locale (e.g., by setting @env{LC_ALL}
3796 to @samp{en_US}), then @command{sort} may produce output that is sorted
3797 differently than you're accustomed to.  In that case, set the @env{LC_ALL}
3798 environment variable to @samp{C}.  Note that setting only @env{LC_COLLATE}
3799 has two problems.  First, it is ineffective if @env{LC_ALL} is also set.
3800 Second, it has undefined behavior if @env{LC_CTYPE} (or @env{LANG}, if
3801 @env{LC_CTYPE} is unset) is set to an incompatible value.  For example,
3802 you get undefined behavior if @env{LC_CTYPE} is @code{ja_JP.PCK} but
3803 @env{LC_COLLATE} is @code{en_US.UTF-8}.}
3804
3805 @sc{gnu} @command{sort} (as specified for all @sc{gnu} utilities) has no
3806 limit on input line length or restrictions on bytes allowed within lines.
3807 In addition, if the final byte of an input file is not a newline, @sc{gnu}
3808 @command{sort} silently supplies one.  A line's trailing newline is not
3809 part of the line for comparison purposes.
3810
3811 @cindex exit status of @command{sort}
3812 Exit status:
3813
3814 @display
3815 0 if no error occurred
3816 1 if invoked with @option{-c} or @option{-C} and the input is not sorted
3817 2 if an error occurred
3818 @end display
3819
3820 @vindex TMPDIR
3821 If the environment variable @env{TMPDIR} is set, @command{sort} uses its
3822 value as the directory for temporary files instead of @file{/tmp}.  The
3823 @option{--temporary-directory} (@option{-T}) option in turn overrides
3824 the environment variable.
3825
3826 The following options affect the ordering of output lines.  They may be
3827 specified globally or as part of a specific key field.  If no key
3828 fields are specified, global options apply to comparison of entire
3829 lines; otherwise the global options are inherited by key fields that do
3830 not specify any special options of their own.  In pre-@acronym{POSIX}
3831 versions of @command{sort}, global options affect only later key fields,
3832 so portable shell scripts should specify global options first.
3833
3834 @table @samp
3835
3836 @item -b
3837 @itemx --ignore-leading-blanks
3838 @opindex -b
3839 @opindex --ignore-leading-blanks
3840 @cindex blanks, ignoring leading
3841 @vindex LC_CTYPE
3842 Ignore leading blanks when finding sort keys in each line.
3843 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
3844 can change this.  Note blanks may be ignored by your locale's collating
3845 rules, but without this option they will be significant for character
3846 positions specified in keys with the @option{-k} option.
3847
3848 @item -d
3849 @itemx --dictionary-order
3850 @opindex -d
3851 @opindex --dictionary-order
3852 @cindex dictionary order
3853 @cindex phone directory order
3854 @cindex telephone directory order
3855 @vindex LC_CTYPE
3856 Sort in @dfn{phone directory} order: ignore all characters except
3857 letters, digits and blanks when sorting.
3858 By default letters and digits are those of @acronym{ASCII} and a blank
3859 is a space or a tab, but the @env{LC_CTYPE} locale can change this.
3860
3861 @item -f
3862 @itemx --ignore-case
3863 @opindex -f
3864 @opindex --ignore-case
3865 @cindex ignoring case
3866 @cindex case folding
3867 @vindex LC_CTYPE
3868 Fold lowercase characters into the equivalent uppercase characters when
3869 comparing so that, for example, @samp{b} and @samp{B} sort as equal.
3870 The @env{LC_CTYPE} locale determines character types.
3871 When used with @option{--unique} those lower case equivalent lines are
3872 thrown away. (There is currently no way to throw away the upper case
3873 equivalent instead. (Any @option{--reverse} given would only affect
3874 the final result, after the throwing away.))
3875
3876 @item -g
3877 @itemx --general-numeric-sort
3878 @itemx --sort=general-numeric
3879 @opindex -g
3880 @opindex --general-numeric-sort
3881 @opindex --sort
3882 @cindex general numeric sort
3883 @vindex LC_NUMERIC
3884 Sort numerically, using the standard C function @code{strtold} to convert
3885 a prefix of each line to a long double-precision floating point number.
3886 This allows floating point numbers to be specified in scientific notation,
3887 like @code{1.0e-34} and @code{10e100}.
3888 The @env{LC_NUMERIC} locale determines the decimal-point character.
3889 Do not report overflow, underflow, or conversion errors.
3890 Use the following collating sequence:
3891
3892 @itemize @bullet
3893 @item
3894 Lines that do not start with numbers (all considered to be equal).
3895 @item
3896 NaNs (``Not a Number'' values, in IEEE floating point arithmetic)
3897 in a consistent but machine-dependent order.
3898 @item
3899 Minus infinity.
3900 @item
3901 Finite numbers in ascending numeric order (with @math{-0} and @math{+0} equal).
3902 @item
3903 Plus infinity.
3904 @end itemize
3905
3906 Use this option only if there is no alternative; it is much slower than
3907 @option{--numeric-sort} (@option{-n}) and it can lose information when
3908 converting to floating point.
3909
3910 @item -h
3911 @itemx --human-numeric-sort
3912 @itemx --sort=human-numeric
3913 @opindex -h
3914 @opindex --human-numeric-sort
3915 @opindex --sort
3916 @cindex human numeric sort
3917 @vindex LC_NUMERIC
3918 Sort numerically, first by numeric sign (negative, zero, or positive);
3919 then by @acronym{SI} suffix (either empty, or @samp{k} or @samp{K}, or
3920 one of @samp{MGTPEZY}, in that order; @pxref{Block size}); and finally
3921 by numeric value.  For example, @samp{1023M} sorts before @samp{1G}
3922 because @samp{M} (mega) precedes @samp{G} (giga) as an @acronym{SI}
3923 suffix.  This option sorts values that are consistently scaled to the
3924 nearest suffix, regardless of whether suffixes denote powers of 1000
3925 or 1024, and it therefore sorts the output of any single invocation of
3926 the @command{df}, @command{du}, or @command{ls} commands that are
3927 invoked with their @option{--human-readable} or @option{--si} options.
3928 The syntax for numbers is the same as for the @option{--numeric-sort}
3929 option; the @acronym{SI} suffix must immediately follow the number.
3930
3931 @item -i
3932 @itemx --ignore-nonprinting
3933 @opindex -i
3934 @opindex --ignore-nonprinting
3935 @cindex nonprinting characters, ignoring
3936 @cindex unprintable characters, ignoring
3937 @vindex LC_CTYPE
3938 Ignore nonprinting characters.
3939 The @env{LC_CTYPE} locale determines character types.
3940 This option has no effect if the stronger @option{--dictionary-order}
3941 (@option{-d}) option is also given.
3942
3943 @item -M
3944 @itemx --month-sort
3945 @itemx --sort=month
3946 @opindex -M
3947 @opindex --month-sort
3948 @opindex --sort
3949 @cindex months, sorting by
3950 @vindex LC_TIME
3951 An initial string, consisting of any amount of blanks, followed
3952 by a month name abbreviation, is folded to UPPER case and
3953 compared in the order @samp{JAN} < @samp{FEB} < @dots{} < @samp{DEC}.
3954 Invalid names compare low to valid names.  The @env{LC_TIME} locale
3955 category determines the month spellings.
3956 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
3957 can change this.
3958
3959 @item -n
3960 @itemx --numeric-sort
3961 @itemx --sort=numeric
3962 @opindex -n
3963 @opindex --numeric-sort
3964 @opindex --sort
3965 @cindex numeric sort
3966 @vindex LC_NUMERIC
3967 Sort numerically.  The number begins each line and consists
3968 of optional blanks, an optional @samp{-} sign, and zero or more
3969 digits possibly separated by thousands separators, optionally followed
3970 by a decimal-point character and zero or more digits.  An empty
3971 number is treated as @samp{0}.  The @env{LC_NUMERIC}
3972 locale specifies the decimal-point character and thousands separator.
3973 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
3974 can change this.
3975
3976 Comparison is exact; there is no rounding error.
3977
3978 Neither a leading @samp{+} nor exponential notation is recognized.
3979 To compare such strings numerically, use the
3980 @option{--general-numeric-sort} (@option{-g}) option.
3981
3982 @item -V
3983 @itemx --version-sort
3984 @opindex -V
3985 @opindex --version-sort
3986 @cindex version number sort
3987 Sort by version name and number.  It behaves like a standard sort,
3988 except that each sequence of decimal digits is treated numerically
3989 as an index/version number.  (@xref{Details about version sort}.)
3990
3991 @item -r
3992 @itemx --reverse
3993 @opindex -r
3994 @opindex --reverse
3995 @cindex reverse sorting
3996 Reverse the result of comparison, so that lines with greater key values
3997 appear earlier in the output instead of later.
3998
3999 @item -R
4000 @itemx --random-sort
4001 @itemx --sort=random
4002 @opindex -R
4003 @opindex --random-sort
4004 @opindex --sort
4005 @cindex random sort
4006 Sort by hashing the input keys and then sorting the hash values.
4007 Choose the hash function at random, ensuring that it is free of
4008 collisions so that differing keys have differing hash values.  This is
4009 like a random permutation of the inputs (@pxref{shuf invocation}),
4010 except that keys with the same value sort together.
4011
4012 If multiple random sort fields are specified, the same random hash
4013 function is used for all fields.  To use different random hash
4014 functions for different fields, you can invoke @command{sort} more
4015 than once.
4016
4017 The choice of hash function is affected by the
4018 @option{--random-source} option.
4019
4020 @end table
4021
4022 Other options are:
4023
4024 @table @samp
4025
4026 @item --compress-program=@var{prog}
4027 Compress any temporary files with the program @var{prog}.
4028
4029 With no arguments, @var{prog} must compress standard input to standard
4030 output, and when given the @option{-d} option it must decompress
4031 standard input to standard output.
4032
4033 Terminate with an error if @var{prog} exits with nonzero status.
4034
4035 White space and the backslash character should not appear in
4036 @var{prog}; they are reserved for future use.
4037
4038 @filesZeroFromOption{sort,,sorted output}
4039
4040 @item -k @var{pos1}[,@var{pos2}]
4041 @itemx --key=@var{pos1}[,@var{pos2}]
4042 @opindex -k
4043 @opindex --key
4044 @cindex sort field
4045 Specify a sort field that consists of the part of the line between
4046 @var{pos1} and @var{pos2} (or the end of the line, if @var{pos2} is
4047 omitted), @emph{inclusive}.
4048
4049 Each @var{pos} has the form @samp{@var{f}[.@var{c}][@var{opts}]},
4050 where @var{f} is the number of the field to use, and @var{c} is the number
4051 of the first character from the beginning of the field.  Fields and character
4052 positions are numbered starting with 1; a character position of zero in
4053 @var{pos2} indicates the field's last character.  If @samp{.@var{c}} is
4054 omitted from @var{pos1}, it defaults to 1 (the beginning of the field);
4055 if omitted from @var{pos2}, it defaults to 0 (the end of the field).
4056 @var{opts} are ordering options, allowing individual keys to be sorted
4057 according to different rules; see below for details.  Keys can span
4058 multiple fields.
4059
4060 Example:  To sort on the second field, use @option{--key=2,2}
4061 (@option{-k 2,2}).  See below for more notes on keys and more examples.
4062 See also the @option{--debug} option to help determine the part
4063 of the line being used in the sort.
4064
4065 @item --debug
4066 Highlight the portion of each line used for sorting.
4067 Also issue warnings about questionable usage to stderr.
4068
4069 @item --batch-size=@var{nmerge}
4070 @opindex --batch-size
4071 @cindex number of inputs to merge, nmerge
4072 Merge at most @var{nmerge} inputs at once.
4073
4074 When @command{sort} has to merge more than @var{nmerge} inputs,
4075 it merges them in groups of @var{nmerge}, saving the result in
4076 a temporary file, which is then used as an input in a subsequent merge.
4077
4078 A large value of @var{nmerge} may improve merge performance and decrease
4079 temporary storage utilization at the expense of increased memory usage
4080 and I/0.  Conversely a small value of @var{nmerge} may reduce memory
4081 requirements and I/0 at the expense of temporary storage consumption and
4082 merge performance.
4083
4084 The value of @var{nmerge} must be at least 2.  The default value is
4085 currently 16, but this is implementation-dependent and may change in
4086 the future.
4087
4088 The value of @var{nmerge} may be bounded by a resource limit for open
4089 file descriptors.  The commands @samp{ulimit -n} or @samp{getconf
4090 OPEN_MAX} may display limits for your systems; these limits may be
4091 modified further if your program already has some files open, or if
4092 the operating system has other limits on the number of open files.  If
4093 the value of @var{nmerge} exceeds the resource limit, @command{sort}
4094 silently uses a smaller value.
4095
4096 @item -o @var{output-file}
4097 @itemx --output=@var{output-file}
4098 @opindex -o
4099 @opindex --output
4100 @cindex overwriting of input, allowed
4101 Write output to @var{output-file} instead of standard output.
4102 Normally, @command{sort} reads all input before opening
4103 @var{output-file}, so you can safely sort a file in place by using
4104 commands like @code{sort -o F F} and @code{cat F | sort -o F}.
4105 However, @command{sort} with @option{--merge} (@option{-m}) can open
4106 the output file before reading all input, so a command like @code{cat
4107 F | sort -m -o F - G} is not safe as @command{sort} might start
4108 writing @file{F} before @command{cat} is done reading it.
4109
4110 @vindex POSIXLY_CORRECT
4111 On newer systems, @option{-o} cannot appear after an input file if
4112 @env{POSIXLY_CORRECT} is set, e.g., @samp{sort F -o F}.  Portable
4113 scripts should specify @option{-o @var{output-file}} before any input
4114 files.
4115
4116 @item --random-source=@var{file}
4117 @opindex --random-source
4118 @cindex random source for sorting
4119 Use @var{file} as a source of random data used to determine which
4120 random hash function to use with the @option{-R} option.  @xref{Random
4121 sources}.
4122
4123 @item -s
4124 @itemx --stable
4125 @opindex -s
4126 @opindex --stable
4127 @cindex sort stability
4128 @cindex sort's last-resort comparison
4129
4130 Make @command{sort} stable by disabling its last-resort comparison.
4131 This option has no effect if no fields or global ordering options
4132 other than @option{--reverse} (@option{-r}) are specified.
4133
4134 @item -S @var{size}
4135 @itemx --buffer-size=@var{size}
4136 @opindex -S
4137 @opindex --buffer-size
4138 @cindex size for main memory sorting
4139 Use a main-memory sort buffer of the given @var{size}.  By default,
4140 @var{size} is in units of 1024 bytes.  Appending @samp{%} causes
4141 @var{size} to be interpreted as a percentage of physical memory.
4142 Appending @samp{K} multiplies @var{size} by 1024 (the default),
4143 @samp{M} by 1,048,576, @samp{G} by 1,073,741,824, and so on for
4144 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.  Appending
4145 @samp{b} causes @var{size} to be interpreted as a byte count, with no
4146 multiplication.
4147
4148 This option can improve the performance of @command{sort} by causing it
4149 to start with a larger or smaller sort buffer than the default.
4150 However, this option affects only the initial buffer size.  The buffer
4151 grows beyond @var{size} if @command{sort} encounters input lines larger
4152 than @var{size}.
4153
4154 @item -t @var{separator}
4155 @itemx --field-separator=@var{separator}
4156 @opindex -t
4157 @opindex --field-separator
4158 @cindex field separator character
4159 Use character @var{separator} as the field separator when finding the
4160 sort keys in each line.  By default, fields are separated by the empty
4161 string between a non-blank character and a blank character.
4162 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4163 can change this.
4164
4165 That is, given the input line @w{@samp{ foo bar}}, @command{sort} breaks it
4166 into fields @w{@samp{ foo}} and @w{@samp{ bar}}.  The field separator is
4167 not considered to be part of either the field preceding or the field
4168 following, so with @samp{sort @w{-t " "}} the same input line has
4169 three fields: an empty field, @samp{foo}, and @samp{bar}.
4170 However, fields that extend to the end of the line,
4171 as @option{-k 2}, or fields consisting of a range, as @option{-k 2,3},
4172 retain the field separators present between the endpoints of the range.
4173
4174 To specify @acronym{ASCII} @sc{nul} as the field separator,
4175 use the two-character string @samp{\0}, e.g., @samp{sort -t '\0'}.
4176
4177 @item -T @var{tempdir}
4178 @itemx --temporary-directory=@var{tempdir}
4179 @opindex -T
4180 @opindex --temporary-directory
4181 @cindex temporary directory
4182 @vindex TMPDIR
4183 Use directory @var{tempdir} to store temporary files, overriding the
4184 @env{TMPDIR} environment variable.  If this option is given more than
4185 once, temporary files are stored in all the directories given.  If you
4186 have a large sort or merge that is I/O-bound, you can often improve
4187 performance by using this option to specify directories on different
4188 disks and controllers.
4189
4190 @item --parallel=@var{n}
4191 @opindex --parallel
4192 @cindex multithreaded sort
4193 Limit the number of sorts run in parallel to @var{n}. By default,
4194 @var{n} is set to the number of available processors, and values
4195 greater than that are reduced to that limit. Also see
4196 @ref{nproc invocation}.
4197
4198 @item -u
4199 @itemx --unique
4200 @opindex -u
4201 @opindex --unique
4202 @cindex uniquifying output
4203
4204 Normally, output only the first of a sequence of lines that compare
4205 equal.  For the @option{--check} (@option{-c} or @option{-C}) option,
4206 check that no pair of consecutive lines compares equal.
4207
4208 This option also disables the default last-resort comparison.
4209
4210 The commands @code{sort -u} and @code{sort | uniq} are equivalent, but
4211 this equivalence does not extend to arbitrary @command{sort} options.
4212 For example, @code{sort -n -u} inspects only the value of the initial
4213 numeric string when checking for uniqueness, whereas @code{sort -n |
4214 uniq} inspects the entire line.  @xref{uniq invocation}.
4215
4216 @macro zeroTerminatedOption
4217 @item -z
4218 @itemx --zero-terminated
4219 @opindex -z
4220 @opindex --zero-terminated
4221 @cindex process zero-terminated items
4222 Delimit items with a zero byte rather than a newline (@acronym{ASCII} @sc{lf}).
4223 I.E. treat input as items separated by @acronym{ASCII} @sc{nul}
4224 and terminate output items with @acronym{ASCII} @sc{nul}.
4225 This option can be useful in conjunction with @samp{perl -0} or
4226 @samp{find -print0} and @samp{xargs -0} which do the same in order to
4227 reliably handle arbitrary file names (even those containing blanks
4228 or other special characters).
4229 @end macro
4230 @zeroTerminatedOption
4231
4232 @end table
4233
4234 Historical (BSD and System V) implementations of @command{sort} have
4235 differed in their interpretation of some options, particularly
4236 @option{-b}, @option{-f}, and @option{-n}.  @sc{gnu} sort follows the @acronym{POSIX}
4237 behavior, which is usually (but not always!) like the System V behavior.
4238 According to @acronym{POSIX}, @option{-n} no longer implies @option{-b}.  For
4239 consistency, @option{-M} has been changed in the same way.  This may
4240 affect the meaning of character positions in field specifications in
4241 obscure cases.  The only fix is to add an explicit @option{-b}.
4242
4243 A position in a sort field specified with @option{-k} may have any
4244 of the option letters @samp{MbdfghinRrV} appended to it, in which case no
4245 global ordering options are inherited by that particular field.  The
4246 @option{-b} option may be independently attached to either or both of
4247 the start and end positions of a field specification, and if it is
4248 inherited from the global options it will be attached to both.
4249 If input lines can contain leading or adjacent blanks and @option{-t}
4250 is not used, then @option{-k} is typically combined with @option{-b} or
4251 an option that implicitly ignores leading blanks (@samp{Mghn}) as otherwise
4252 the varying numbers of leading blanks in fields can cause confusing results.
4253
4254 If the start position in a sort field specifier falls after the end of
4255 the line or after the end field, the field is empty.  If the @option{-b}
4256 option was specified, the @samp{.@var{c}} part of a field specification
4257 is counted from the first nonblank character of the field.
4258
4259 @vindex _POSIX2_VERSION
4260 @vindex POSIXLY_CORRECT
4261 On older systems, @command{sort} supports an obsolete origin-zero
4262 syntax @samp{+@var{pos1} [-@var{pos2}]} for specifying sort keys.
4263 The obsolete sequence @samp{sort +@var{a}.@var{x} -@var{b}.@var{y}}
4264 is equivalent to @samp{sort -k @var{a+1}.@var{x+1},@var{b}} if @var{y}
4265 is @samp{0} or absent, otherwise it is equivalent to @samp{sort -k
4266 @var{a+1}.@var{x+1},@var{b+1}.@var{y}}.
4267
4268 This obsolete behavior can be enabled or disabled with the
4269 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
4270 conformance}); it can also be enabled when @env{POSIXLY_CORRECT} is
4271 not set by using the obsolete syntax with @samp{-@var{pos2}} present.
4272
4273 Scripts intended for use on standard hosts should avoid obsolete
4274 syntax and should use @option{-k} instead.  For example, avoid
4275 @samp{sort +2}, since it might be interpreted as either @samp{sort
4276 ./+2} or @samp{sort -k 3}.  If your script must also run on hosts that
4277 support only the obsolete syntax, it can use a test like @samp{if sort
4278 -k 1 </dev/null >/dev/null 2>&1; then @dots{}} to decide which syntax
4279 to use.
4280
4281 Here are some examples to illustrate various combinations of options.
4282
4283 @itemize @bullet
4284
4285 @item
4286 Sort in descending (reverse) numeric order.
4287
4288 @example
4289 sort -n -r
4290 @end example
4291
4292 @item
4293 Run no more that 4 sorts concurrently, using a buffer size of 10M.
4294
4295 @example
4296 sort --parallel=4 -S 10M
4297 @end example
4298
4299 @item
4300 Sort alphabetically, omitting the first and second fields
4301 and the blanks at the start of the third field.
4302 This uses a single key composed of the characters beginning
4303 at the start of the first nonblank character in field three
4304 and extending to the end of each line.
4305
4306 @example
4307 sort -k 3b
4308 @end example
4309
4310 @item
4311 Sort numerically on the second field and resolve ties by sorting
4312 alphabetically on the third and fourth characters of field five.
4313 Use @samp{:} as the field delimiter.
4314
4315 @example
4316 sort -t : -k 2,2n -k 5.3,5.4
4317 @end example
4318
4319 Note that if you had written @option{-k 2n} instead of @option{-k 2,2n}
4320 @command{sort} would have used all characters beginning in the second field
4321 and extending to the end of the line as the primary @emph{numeric}
4322 key.  For the large majority of applications, treating keys spanning
4323 more than one field as numeric will not do what you expect.
4324
4325 Also note that the @samp{n} modifier was applied to the field-end
4326 specifier for the first key.  It would have been equivalent to
4327 specify @option{-k 2n,2} or @option{-k 2n,2n}.  All modifiers except
4328 @samp{b} apply to the associated @emph{field}, regardless of whether
4329 the modifier character is attached to the field-start and/or the
4330 field-end part of the key specifier.
4331
4332 @item
4333 Sort the password file on the fifth field and ignore any
4334 leading blanks.  Sort lines with equal values in field five
4335 on the numeric user ID in field three.  Fields are separated
4336 by @samp{:}.
4337
4338 @example
4339 sort -t : -k 5b,5 -k 3,3n /etc/passwd
4340 sort -t : -n -k 5b,5 -k 3,3 /etc/passwd
4341 sort -t : -b -k 5,5 -k 3,3n /etc/passwd
4342 @end example
4343
4344 These three commands have equivalent effect.  The first specifies that
4345 the first key's start position ignores leading blanks and the second
4346 key is sorted numerically.  The other two commands rely on global
4347 options being inherited by sort keys that lack modifiers.  The inheritance
4348 works in this case because @option{-k 5b,5b} and @option{-k 5b,5} are
4349 equivalent, as the location of a field-end lacking a @samp{.@var{c}}
4350 character position is not affected by whether initial blanks are
4351 skipped.
4352
4353 @item
4354 Sort a set of log files, primarily by IPv4 address and secondarily by
4355 time stamp.  If two lines' primary and secondary keys are identical,
4356 output the lines in the same order that they were input.  The log
4357 files contain lines that look like this:
4358
4359 @example
4360 4.150.156.3 - - [01/Apr/2004:06:31:51 +0000] message 1
4361 211.24.3.231 - - [24/Apr/2004:20:17:39 +0000] message 2
4362 @end example
4363
4364 Fields are separated by exactly one space.  Sort IPv4 addresses
4365 lexicographically, e.g., 212.61.52.2 sorts before 212.129.233.201
4366 because 61 is less than 129.
4367
4368 @example
4369 sort -s -t ' ' -k 4.9n -k 4.5M -k 4.2n -k 4.14,4.21 file*.log |
4370 sort -s -t '.' -k 1,1n -k 2,2n -k 3,3n -k 4,4n
4371 @end example
4372
4373 This example cannot be done with a single @command{sort} invocation,
4374 since IPv4 address components are separated by @samp{.} while dates
4375 come just after a space.  So it is broken down into two invocations of
4376 @command{sort}: the first sorts by time stamp and the second by IPv4
4377 address.  The time stamp is sorted by year, then month, then day, and
4378 finally by hour-minute-second field, using @option{-k} to isolate each
4379 field.  Except for hour-minute-second there's no need to specify the
4380 end of each key field, since the @samp{n} and @samp{M} modifiers sort
4381 based on leading prefixes that cannot cross field boundaries.  The
4382 IPv4 addresses are sorted lexicographically.  The second sort uses
4383 @samp{-s} so that ties in the primary key are broken by the secondary
4384 key; the first sort uses @samp{-s} so that the combination of the two
4385 sorts is stable.
4386
4387 @item
4388 Generate a tags file in case-insensitive sorted order.
4389
4390 @smallexample
4391 find src -type f -print0 | sort -z -f | xargs -0 etags --append
4392 @end smallexample
4393
4394 The use of @option{-print0}, @option{-z}, and @option{-0} in this case means
4395 that file names that contain blanks or other special characters are
4396 not broken up
4397 by the sort operation.
4398
4399 @c This example is a bit contrived and needs more explanation.
4400 @c @item
4401 @c Sort records separated by an arbitrary string by using a pipe to convert
4402 @c each record delimiter string to @samp{\0}, then using sort's -z option,
4403 @c and converting each @samp{\0} back to the original record delimiter.
4404 @c
4405 @c @example
4406 @c printf 'c\n\nb\n\na\n'|perl -0pe 's/\n\n/\n\0/g'|sort -z|perl -0pe 's/\0/\n/g'
4407 @c @end example
4408
4409 @item
4410 Use the common @acronym{DSU, Decorate Sort Undecorate} idiom to
4411 sort lines according to their length.
4412
4413 @example
4414 awk '@{print length, $0@}' /etc/passwd | sort -n | cut -f2- -d' '
4415 @end example
4416
4417 In general this technique can be used to sort data that the @command{sort}
4418 command does not support, or is inefficient at, sorting directly.
4419
4420 @item
4421 Shuffle a list of directories, but preserve the order of files within
4422 each directory.  For instance, one could use this to generate a music
4423 playlist in which albums are shuffled but the songs of each album are
4424 played in order.
4425
4426 @example
4427 ls */* | sort -t / -k 1,1R -k 2,2
4428 @end example
4429
4430 @end itemize
4431
4432
4433 @node shuf invocation
4434 @section @command{shuf}: Shuffling text
4435
4436 @pindex shuf
4437 @cindex shuffling files
4438
4439 @command{shuf} shuffles its input by outputting a random permutation
4440 of its input lines.  Each output permutation is equally likely.
4441 Synopses:
4442
4443 @example
4444 shuf [@var{option}]@dots{} [@var{file}]
4445 shuf -e [@var{option}]@dots{} [@var{arg}]@dots{}
4446 shuf -i @var{lo}-@var{hi} [@var{option}]@dots{}
4447 @end example
4448
4449 @command{shuf} has three modes of operation that affect where it
4450 obtains its input lines.  By default, it reads lines from standard
4451 input.  The following options change the operation mode:
4452
4453 @table @samp
4454
4455 @item -e
4456 @itemx --echo
4457 @opindex -c
4458 @opindex --echo
4459 @cindex command-line operands to shuffle
4460 Treat each command-line operand as an input line.
4461
4462 @item -i @var{lo}-@var{hi}
4463 @itemx --input-range=@var{lo}-@var{hi}
4464 @opindex -i
4465 @opindex --input-range
4466 @cindex input range to shuffle
4467 Act as if input came from a file containing the range of unsigned
4468 decimal integers @var{lo}@dots{}@var{hi}, one per line.
4469
4470 @end table
4471
4472 @command{shuf}'s other options can affect its behavior in all
4473 operation modes:
4474
4475 @table @samp
4476
4477 @item -n @var{lines}
4478 @itemx --head-count=@var{count}
4479 @opindex -n
4480 @opindex --head-count
4481 @cindex head of output
4482 Output at most @var{count} lines.  By default, all input lines are
4483 output.
4484
4485 @item -o @var{output-file}
4486 @itemx --output=@var{output-file}
4487 @opindex -o
4488 @opindex --output
4489 @cindex overwriting of input, allowed
4490 Write output to @var{output-file} instead of standard output.
4491 @command{shuf} reads all input before opening
4492 @var{output-file}, so you can safely shuffle a file in place by using
4493 commands like @code{shuf -o F <F} and @code{cat F | shuf -o F}.
4494
4495 @item --random-source=@var{file}
4496 @opindex --random-source
4497 @cindex random source for shuffling
4498 Use @var{file} as a source of random data used to determine which
4499 permutation to generate.  @xref{Random sources}.
4500
4501 @zeroTerminatedOption
4502
4503 @end table
4504
4505 For example:
4506
4507 @example
4508 shuf <<EOF
4509 A man,
4510 a plan,
4511 a canal:
4512 Panama!
4513 EOF
4514 @end example
4515
4516 @noindent
4517 might produce the output
4518
4519 @example
4520 Panama!
4521 A man,
4522 a canal:
4523 a plan,
4524 @end example
4525
4526 @noindent
4527 Similarly, the command:
4528
4529 @example
4530 shuf -e clubs hearts diamonds spades
4531 @end example
4532
4533 @noindent
4534 might output:
4535
4536 @example
4537 clubs
4538 diamonds
4539 spades
4540 hearts
4541 @end example
4542
4543 @noindent
4544 and the command @samp{shuf -i 1-4} might output:
4545
4546 @example
4547 4
4548 2
4549 1
4550 3
4551 @end example
4552
4553 @noindent
4554 These examples all have four input lines, so @command{shuf} might
4555 produce any of the twenty-four possible permutations of the input.  In
4556 general, if there are @var{n} input lines, there are @var{n}! (i.e.,
4557 @var{n} factorial, or @var{n} * (@var{n} - 1) * @dots{} * 1) possible
4558 output permutations.
4559
4560 @exitstatus
4561
4562
4563 @node uniq invocation
4564 @section @command{uniq}: Uniquify files
4565
4566 @pindex uniq
4567 @cindex uniquify files
4568
4569 @command{uniq} writes the unique lines in the given @file{input}, or
4570 standard input if nothing is given or for an @var{input} name of
4571 @samp{-}.  Synopsis:
4572
4573 @example
4574 uniq [@var{option}]@dots{} [@var{input} [@var{output}]]
4575 @end example
4576
4577 By default, @command{uniq} prints its input lines, except that
4578 it discards all but the first of adjacent repeated lines, so that
4579 no output lines are repeated.  Optionally, it can instead discard
4580 lines that are not repeated, or all repeated lines.
4581
4582 The input need not be sorted, but repeated input lines are detected
4583 only if they are adjacent.  If you want to discard non-adjacent
4584 duplicate lines, perhaps you want to use @code{sort -u}.
4585 @xref{sort invocation}.
4586
4587 @vindex LC_COLLATE
4588 Comparisons honor the rules specified by the @env{LC_COLLATE}
4589 locale category.
4590
4591 If no @var{output} file is specified, @command{uniq} writes to standard
4592 output.
4593
4594 The program accepts the following options.  Also see @ref{Common options}.
4595
4596 @table @samp
4597
4598 @item -f @var{n}
4599 @itemx --skip-fields=@var{n}
4600 @opindex -f
4601 @opindex --skip-fields
4602 Skip @var{n} fields on each line before checking for uniqueness.  Use
4603 a null string for comparison if a line has fewer than @var{n} fields.  Fields
4604 are sequences of non-space non-tab characters that are separated from
4605 each other by at least one space or tab.
4606
4607 For compatibility @command{uniq} supports an obsolete option syntax
4608 @option{-@var{n}}.  New scripts should use @option{-f @var{n}} instead.
4609
4610 @item -s @var{n}
4611 @itemx --skip-chars=@var{n}
4612 @opindex -s
4613 @opindex --skip-chars
4614 Skip @var{n} characters before checking for uniqueness.  Use a null string
4615 for comparison if a line has fewer than @var{n} characters.  If you use both
4616 the field and character skipping options, fields are skipped over first.
4617
4618 @vindex _POSIX2_VERSION
4619 On older systems, @command{uniq} supports an obsolete option syntax
4620 @option{+@var{n}}.
4621 This obsolete behavior can be enabled or disabled with the
4622 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
4623 conformance}), but portable scripts should avoid commands whose
4624 behavior depends on this variable.
4625 For example, use @samp{uniq ./+10} or @samp{uniq -s 10} rather than
4626 the ambiguous @samp{uniq +10}.
4627
4628 @item -c
4629 @itemx --count
4630 @opindex -c
4631 @opindex --count
4632 Print the number of times each line occurred along with the line.
4633
4634 @item -i
4635 @itemx --ignore-case
4636 @opindex -i
4637 @opindex --ignore-case
4638 Ignore differences in case when comparing lines.
4639
4640 @item -d
4641 @itemx --repeated
4642 @opindex -d
4643 @opindex --repeated
4644 @cindex repeated lines, outputting
4645 Discard lines that are not repeated.  When used by itself, this option
4646 causes @command{uniq} to print the first copy of each repeated line,
4647 and nothing else.
4648
4649 @item -D
4650 @itemx --all-repeated[=@var{delimit-method}]
4651 @opindex -D
4652 @opindex --all-repeated
4653 @cindex all repeated lines, outputting
4654 Do not discard the second and subsequent repeated input lines,
4655 but discard lines that are not repeated.
4656 This option is useful mainly in conjunction with other options e.g.,
4657 to ignore case or to compare only selected fields.
4658 The optional @var{delimit-method} tells how to delimit
4659 groups of repeated lines, and must be one of the following:
4660
4661 @table @samp
4662
4663 @item none
4664 Do not delimit groups of repeated lines.
4665 This is equivalent to @option{--all-repeated} (@option{-D}).
4666
4667 @item prepend
4668 Output a newline before each group of repeated lines.
4669 With @option{--zero-terminated} (@option{-z}), use a zero
4670 byte (@acronym{ASCII} @sc{nul}) instead of a newline.
4671
4672 @item separate
4673 Separate groups of repeated lines with a single newline.
4674 With @option{--zero-terminated} (@option{-z}), use a zero
4675 byte (@acronym{ASCII} @sc{nul}) instead of a newline.
4676 This is the same as using @samp{prepend}, except that
4677 no delimiter is inserted before the first group, and hence
4678 may be better suited for output direct to users.
4679 @end table
4680
4681 Note that when groups are delimited and the input stream contains
4682 two or more consecutive blank lines, then the output is ambiguous.
4683 To avoid that, filter the input through @samp{tr -s '\n'} to replace
4684 each sequence of consecutive newlines with a single newline.
4685
4686 This is a @sc{gnu} extension.
4687 @c FIXME: give an example showing *how* it's useful
4688
4689 @item -u
4690 @itemx --unique
4691 @opindex -u
4692 @opindex --unique
4693 @cindex unique lines, outputting
4694 Discard the first repeated line.  When used by itself, this option
4695 causes @command{uniq} to print unique lines, and nothing else.
4696
4697 @item -w @var{n}
4698 @itemx --check-chars=@var{n}
4699 @opindex -w
4700 @opindex --check-chars
4701 Compare at most @var{n} characters on each line (after skipping any specified
4702 fields and characters).  By default the entire rest of the lines are
4703 compared.
4704
4705 @zeroTerminatedOption
4706
4707 @end table
4708
4709 @exitstatus
4710
4711
4712 @node comm invocation
4713 @section @command{comm}: Compare two sorted files line by line
4714
4715 @pindex comm
4716 @cindex line-by-line comparison
4717 @cindex comparing sorted files
4718
4719 @command{comm} writes to standard output lines that are common, and lines
4720 that are unique, to two input files; a file name of @samp{-} means
4721 standard input.  Synopsis:
4722
4723 @example
4724 comm [@var{option}]@dots{} @var{file1} @var{file2}
4725 @end example
4726
4727 @vindex LC_COLLATE
4728 Before @command{comm} can be used, the input files must be sorted using the
4729 collating sequence specified by the @env{LC_COLLATE} locale.
4730 If an input file ends in a non-newline
4731 character, a newline is silently appended.  The @command{sort} command with
4732 no options always outputs a file that is suitable input to @command{comm}.
4733
4734 @cindex differing lines
4735 @cindex common lines
4736 With no options, @command{comm} produces three-column output.  Column one
4737 contains lines unique to @var{file1}, column two contains lines unique
4738 to @var{file2}, and column three contains lines common to both files.
4739 Columns are separated by a single TAB character.
4740 @c FIXME: when there's an option to supply an alternative separator
4741 @c string, append `by default' to the above sentence.
4742
4743 @opindex -1
4744 @opindex -2
4745 @opindex -3
4746 The options @option{-1}, @option{-2}, and @option{-3} suppress printing of
4747 the corresponding columns (and separators).  Also see @ref{Common options}.
4748
4749 Unlike some other comparison utilities, @command{comm} has an exit
4750 status that does not depend on the result of the comparison.
4751 Upon normal completion @command{comm} produces an exit code of zero.
4752 If there is an error it exits with nonzero status.
4753
4754 @macro checkOrderOption{cmd}
4755 If the @option{--check-order} option is given, unsorted inputs will
4756 cause a fatal error message.  If the option @option{--nocheck-order}
4757 is given, unsorted inputs will never cause an error message.  If
4758 neither of these options is given, wrongly sorted inputs are diagnosed
4759 only if an input file is found to contain unpairable lines.  If an
4760 input file is diagnosed as being unsorted, the @command{\cmd\} command
4761 will exit with a nonzero status (and the output should not be used).
4762
4763 Forcing @command{\cmd\} to process wrongly sorted input files
4764 containing unpairable lines by specifying @option{--nocheck-order} is
4765 not guaranteed to produce any particular output.  The output will
4766 probably not correspond with whatever you hoped it would be.
4767 @end macro
4768 @checkOrderOption{comm}
4769
4770 @table @samp
4771
4772 @item --check-order
4773 Fail with an error message if either input file is wrongly ordered.
4774
4775 @item --nocheck-order
4776 Do not check that both input files are in sorted order.
4777
4778 Other options are:
4779
4780 @item --output-delimiter=@var{str}
4781 Print @var{str} between adjacent output columns,
4782 rather than the default of a single TAB character.
4783
4784 The delimiter @var{str} may not be empty.
4785
4786 @end table
4787
4788 @node ptx invocation
4789 @section @command{ptx}: Produce permuted indexes
4790
4791 @pindex ptx
4792
4793 @command{ptx} reads a text file and essentially produces a permuted index, with
4794 each keyword in its context.  The calling sketch is either one of:
4795
4796 @example
4797 ptx [@var{option} @dots{}] [@var{file} @dots{}]
4798 ptx -G [@var{option} @dots{}] [@var{input} [@var{output}]]
4799 @end example
4800
4801 The @option{-G} (or its equivalent: @option{--traditional}) option disables
4802 all @sc{gnu} extensions and reverts to traditional mode, thus introducing some
4803 limitations and changing several of the program's default option values.
4804 When @option{-G} is not specified, @sc{gnu} extensions are always enabled.
4805 @sc{gnu} extensions to @command{ptx} are documented wherever appropriate in this
4806 document.  For the full list, see @xref{Compatibility in ptx}.
4807
4808 Individual options are explained in the following sections.
4809
4810 When @sc{gnu} extensions are enabled, there may be zero, one or several
4811 @var{file}s after the options.  If there is no @var{file}, the program
4812 reads the standard input.  If there is one or several @var{file}s, they
4813 give the name of input files which are all read in turn, as if all the
4814 input files were concatenated.  However, there is a full contextual
4815 break between each file and, when automatic referencing is requested,
4816 file names and line numbers refer to individual text input files.  In
4817 all cases, the program outputs the permuted index to the standard
4818 output.
4819
4820 When @sc{gnu} extensions are @emph{not} enabled, that is, when the program
4821 operates in traditional mode, there may be zero, one or two parameters
4822 besides the options.  If there are no parameters, the program reads the
4823 standard input and outputs the permuted index to the standard output.
4824 If there is only one parameter, it names the text @var{input} to be read
4825 instead of the standard input.  If two parameters are given, they give
4826 respectively the name of the @var{input} file to read and the name of
4827 the @var{output} file to produce.  @emph{Be very careful} to note that,
4828 in this case, the contents of file given by the second parameter is
4829 destroyed.  This behavior is dictated by System V @command{ptx}
4830 compatibility; @sc{gnu} Standards normally discourage output parameters not
4831 introduced by an option.
4832
4833 Note that for @emph{any} file named as the value of an option or as an
4834 input text file, a single dash @kbd{-} may be used, in which case
4835 standard input is assumed.  However, it would not make sense to use this
4836 convention more than once per program invocation.
4837
4838 @menu
4839 * General options in ptx::      Options which affect general program behavior.
4840 * Charset selection in ptx::    Underlying character set considerations.
4841 * Input processing in ptx::     Input fields, contexts, and keyword selection.
4842 * Output formatting in ptx::    Types of output format, and sizing the fields.
4843 * Compatibility in ptx::
4844 @end menu
4845
4846
4847 @node General options in ptx
4848 @subsection General options
4849
4850 @table @samp
4851
4852 @item -G
4853 @itemx --traditional
4854 As already explained, this option disables all @sc{gnu} extensions to
4855 @command{ptx} and switches to traditional mode.
4856
4857 @item --help
4858 Print a short help on standard output, then exit without further
4859 processing.
4860
4861 @item --version
4862 Print the program version on standard output, then exit without further
4863 processing.
4864
4865 @end table
4866
4867 @exitstatus
4868
4869
4870 @node Charset selection in ptx
4871 @subsection Charset selection
4872
4873 @c FIXME:  People don't necessarily know what an IBM-PC was these days.
4874 As it is set up now, the program assumes that the input file is coded
4875 using 8-bit @acronym{ISO} 8859-1 code, also known as Latin-1 character set,
4876 @emph{unless} it is compiled for MS-DOS, in which case it uses the
4877 character set of the IBM-PC@.  (@sc{gnu} @command{ptx} is not known to work on
4878 smaller MS-DOS machines anymore.)  Compared to 7-bit @acronym{ASCII}, the set
4879 of characters which are letters is different; this alters the behavior
4880 of regular expression matching.  Thus, the default regular expression
4881 for a keyword allows foreign or diacriticized letters.  Keyword sorting,
4882 however, is still crude; it obeys the underlying character set ordering
4883 quite blindly.
4884
4885 @table @samp
4886
4887 @item -f
4888 @itemx --ignore-case
4889 Fold lower case letters to upper case for sorting.
4890
4891 @end table
4892
4893
4894 @node Input processing in ptx
4895 @subsection Word selection and input processing
4896
4897 @table @samp
4898
4899 @item -b @var{file}
4900 @itemx --break-file=@var{file}
4901
4902 This option provides an alternative (to @option{-W}) method of describing
4903 which characters make up words.  It introduces the name of a
4904 file which contains a list of characters which can@emph{not} be part of
4905 one word; this file is called the @dfn{Break file}.  Any character which
4906 is not part of the Break file is a word constituent.  If both options
4907 @option{-b} and @option{-W} are specified, then @option{-W} has precedence and
4908 @option{-b} is ignored.
4909
4910 When @sc{gnu} extensions are enabled, the only way to avoid newline as a
4911 break character is to write all the break characters in the file with no
4912 newline at all, not even at the end of the file.  When @sc{gnu} extensions
4913 are disabled, spaces, tabs and newlines are always considered as break
4914 characters even if not included in the Break file.
4915
4916 @item -i @var{file}
4917 @itemx --ignore-file=@var{file}
4918
4919 The file associated with this option contains a list of words which will
4920 never be taken as keywords in concordance output.  It is called the
4921 @dfn{Ignore file}.  The file contains exactly one word in each line; the
4922 end of line separation of words is not subject to the value of the
4923 @option{-S} option.
4924
4925 @item -o @var{file}
4926 @itemx --only-file=@var{file}
4927
4928 The file associated with this option contains a list of words which will
4929 be retained in concordance output; any word not mentioned in this file
4930 is ignored.  The file is called the @dfn{Only file}.  The file contains
4931 exactly one word in each line; the end of line separation of words is
4932 not subject to the value of the @option{-S} option.
4933
4934 There is no default for the Only file.  When both an Only file and an
4935 Ignore file are specified, a word is considered a keyword only
4936 if it is listed in the Only file and not in the Ignore file.
4937
4938 @item -r
4939 @itemx --references
4940
4941 On each input line, the leading sequence of non-white space characters will be
4942 taken to be a reference that has the purpose of identifying this input
4943 line in the resulting permuted index.  For more information about reference
4944 production, see @xref{Output formatting in ptx}.
4945 Using this option changes the default value for option @option{-S}.
4946
4947 Using this option, the program does not try very hard to remove
4948 references from contexts in output, but it succeeds in doing so
4949 @emph{when} the context ends exactly at the newline.  If option
4950 @option{-r} is used with @option{-S} default value, or when @sc{gnu} extensions
4951 are disabled, this condition is always met and references are completely
4952 excluded from the output contexts.
4953
4954 @item -S @var{regexp}
4955 @itemx --sentence-regexp=@var{regexp}
4956
4957 This option selects which regular expression will describe the end of a
4958 line or the end of a sentence.  In fact, this regular expression is not
4959 the only distinction between end of lines or end of sentences, and input
4960 line boundaries have no special significance outside this option.  By
4961 default, when @sc{gnu} extensions are enabled and if @option{-r} option is not
4962 used, end of sentences are used.  In this case, this @var{regex} is
4963 imported from @sc{gnu} Emacs:
4964
4965 @example
4966 [.?!][]\"')@}]*\\($\\|\t\\|  \\)[ \t\n]*
4967 @end example
4968
4969 Whenever @sc{gnu} extensions are disabled or if @option{-r} option is used, end
4970 of lines are used; in this case, the default @var{regexp} is just:
4971
4972 @example
4973 \n
4974 @end example
4975
4976 Using an empty @var{regexp} is equivalent to completely disabling end of
4977 line or end of sentence recognition.  In this case, the whole file is
4978 considered to be a single big line or sentence.  The user might want to
4979 disallow all truncation flag generation as well, through option @option{-F
4980 ""}.  @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
4981 Manual}.
4982
4983 When the keywords happen to be near the beginning of the input line or
4984 sentence, this often creates an unused area at the beginning of the
4985 output context line; when the keywords happen to be near the end of the
4986 input line or sentence, this often creates an unused area at the end of
4987 the output context line.  The program tries to fill those unused areas
4988 by wrapping around context in them; the tail of the input line or
4989 sentence is used to fill the unused area on the left of the output line;
4990 the head of the input line or sentence is used to fill the unused area
4991 on the right of the output line.
4992
4993 As a matter of convenience to the user, many usual backslashed escape
4994 sequences from the C language are recognized and converted to the
4995 corresponding characters by @command{ptx} itself.
4996
4997 @item -W @var{regexp}
4998 @itemx --word-regexp=@var{regexp}
4999
5000 This option selects which regular expression will describe each keyword.
5001 By default, if @sc{gnu} extensions are enabled, a word is a sequence of
5002 letters; the @var{regexp} used is @samp{\w+}.  When @sc{gnu} extensions are
5003 disabled, a word is by default anything which ends with a space, a tab
5004 or a newline; the @var{regexp} used is @samp{[^ \t\n]+}.
5005
5006 An empty @var{regexp} is equivalent to not using this option.
5007 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5008 Manual}.
5009
5010 As a matter of convenience to the user, many usual backslashed escape
5011 sequences, as found in the C language, are recognized and converted to
5012 the corresponding characters by @command{ptx} itself.
5013
5014 @end table
5015
5016
5017 @node Output formatting in ptx
5018 @subsection Output formatting
5019
5020 Output format is mainly controlled by the @option{-O} and @option{-T} options
5021 described in the table below.  When neither @option{-O} nor @option{-T} are
5022 selected, and if @sc{gnu} extensions are enabled, the program chooses an
5023 output format suitable for a dumb terminal.  Each keyword occurrence is
5024 output to the center of one line, surrounded by its left and right
5025 contexts.  Each field is properly justified, so the concordance output
5026 can be readily observed.  As a special feature, if automatic
5027 references are selected by option @option{-A} and are output before the
5028 left context, that is, if option @option{-R} is @emph{not} selected, then
5029 a colon is added after the reference; this nicely interfaces with @sc{gnu}
5030 Emacs @code{next-error} processing.  In this default output format, each
5031 white space character, like newline and tab, is merely changed to
5032 exactly one space, with no special attempt to compress consecutive
5033 spaces.  This might change in the future.  Except for those white space
5034 characters, every other character of the underlying set of 256
5035 characters is transmitted verbatim.
5036
5037 Output format is further controlled by the following options.
5038
5039 @table @samp
5040
5041 @item -g @var{number}
5042 @itemx --gap-size=@var{number}
5043
5044 Select the size of the minimum white space gap between the fields on the
5045 output line.
5046
5047 @item -w @var{number}
5048 @itemx --width=@var{number}
5049
5050 Select the maximum output width of each final line.  If references are
5051 used, they are included or excluded from the maximum output width
5052 depending on the value of option @option{-R}.  If this option is not
5053 selected, that is, when references are output before the left context,
5054 the maximum output width takes into account the maximum length of all
5055 references.  If this option is selected, that is, when references are
5056 output after the right context, the maximum output width does not take
5057 into account the space taken by references, nor the gap that precedes
5058 them.
5059
5060 @item -A
5061 @itemx --auto-reference
5062
5063 Select automatic references.  Each input line will have an automatic
5064 reference made up of the file name and the line ordinal, with a single
5065 colon between them.  However, the file name will be empty when standard
5066 input is being read.  If both @option{-A} and @option{-r} are selected, then
5067 the input reference is still read and skipped, but the automatic
5068 reference is used at output time, overriding the input reference.
5069
5070 @item -R
5071 @itemx --right-side-refs
5072
5073 In the default output format, when option @option{-R} is not used, any
5074 references produced by the effect of options @option{-r} or @option{-A} are
5075 placed to the far right of output lines, after the right context.  With
5076 default output format, when the @option{-R} option is specified, references
5077 are rather placed at the beginning of each output line, before the left
5078 context.  For any other output format, option @option{-R} is
5079 ignored, with one exception:  with @option{-R} the width of references
5080 is @emph{not} taken into account in total output width given by @option{-w}.
5081
5082 This option is automatically selected whenever @sc{gnu} extensions are
5083 disabled.
5084
5085 @item -F @var{string}
5086 @itemx --flac-truncation=@var{string}
5087
5088 This option will request that any truncation in the output be reported
5089 using the string @var{string}.  Most output fields theoretically extend
5090 towards the beginning or the end of the current line, or current
5091 sentence, as selected with option @option{-S}.  But there is a maximum
5092 allowed output line width, changeable through option @option{-w}, which is
5093 further divided into space for various output fields.  When a field has
5094 to be truncated because it cannot extend beyond the beginning or the end of
5095 the current line to fit in, then a truncation occurs.  By default,
5096 the string used is a single slash, as in @option{-F /}.
5097
5098 @var{string} may have more than one character, as in @option{-F ...}.
5099 Also, in the particular case when @var{string} is empty (@option{-F ""}),
5100 truncation flagging is disabled, and no truncation marks are appended in
5101 this case.
5102
5103 As a matter of convenience to the user, many usual backslashed escape
5104 sequences, as found in the C language, are recognized and converted to
5105 the corresponding characters by @command{ptx} itself.
5106
5107 @item -M @var{string}
5108 @itemx --macro-name=@var{string}
5109
5110 Select another @var{string} to be used instead of @samp{xx}, while
5111 generating output suitable for @command{nroff}, @command{troff} or @TeX{}.
5112
5113 @item -O
5114 @itemx --format=roff
5115
5116 Choose an output format suitable for @command{nroff} or @command{troff}
5117 processing.  Each output line will look like:
5118
5119 @smallexample
5120 .xx "@var{tail}" "@var{before}" "@var{keyword_and_after}" "@var{head}" "@var{ref}"
5121 @end smallexample
5122
5123 so it will be possible to write a @samp{.xx} roff macro to take care of
5124 the output typesetting.  This is the default output format when @sc{gnu}
5125 extensions are disabled.  Option @option{-M} can be used to change
5126 @samp{xx} to another macro name.
5127
5128 In this output format, each non-graphical character, like newline and
5129 tab, is merely changed to exactly one space, with no special attempt to
5130 compress consecutive spaces.  Each quote character: @kbd{"} is doubled
5131 so it will be correctly processed by @command{nroff} or @command{troff}.
5132
5133 @item -T
5134 @itemx --format=tex
5135
5136 Choose an output format suitable for @TeX{} processing.  Each output
5137 line will look like:
5138
5139 @smallexample
5140 \xx @{@var{tail}@}@{@var{before}@}@{@var{keyword}@}@{@var{after}@}@{@var{head}@}@{@var{ref}@}
5141 @end smallexample
5142
5143 @noindent
5144 so it will be possible to write a @code{\xx} definition to take care of
5145 the output typesetting.  Note that when references are not being
5146 produced, that is, neither option @option{-A} nor option @option{-r} is
5147 selected, the last parameter of each @code{\xx} call is inhibited.
5148 Option @option{-M} can be used to change @samp{xx} to another macro
5149 name.
5150
5151 In this output format, some special characters, like @kbd{$}, @kbd{%},
5152 @kbd{&}, @kbd{#} and @kbd{_} are automatically protected with a
5153 backslash.  Curly brackets @kbd{@{}, @kbd{@}} are protected with a
5154 backslash and a pair of dollar signs (to force mathematical mode).  The
5155 backslash itself produces the sequence @code{\backslash@{@}}.
5156 Circumflex and tilde diacritical marks produce the sequence @code{^\@{ @}} and
5157 @code{~\@{ @}} respectively.  Other diacriticized characters of the
5158 underlying character set produce an appropriate @TeX{} sequence as far
5159 as possible.  The other non-graphical characters, like newline and tab,
5160 and all other characters which are not part of @acronym{ASCII}, are merely
5161 changed to exactly one space, with no special attempt to compress
5162 consecutive spaces.  Let me know how to improve this special character
5163 processing for @TeX{}.
5164
5165 @end table
5166
5167
5168 @node Compatibility in ptx
5169 @subsection The @sc{gnu} extensions to @command{ptx}
5170
5171 This version of @command{ptx} contains a few features which do not exist in
5172 System V @command{ptx}.  These extra features are suppressed by using the
5173 @option{-G} command line option, unless overridden by other command line
5174 options.  Some @sc{gnu} extensions cannot be recovered by overriding, so the
5175 simple rule is to avoid @option{-G} if you care about @sc{gnu} extensions.
5176 Here are the differences between this program and System V @command{ptx}.
5177
5178 @itemize @bullet
5179
5180 @item
5181 This program can read many input files at once, it always writes the
5182 resulting concordance on standard output.  On the other hand, System V
5183 @command{ptx} reads only one file and sends the result to standard output
5184 or, if a second @var{file} parameter is given on the command, to that
5185 @var{file}.
5186
5187 Having output parameters not introduced by options is a dangerous
5188 practice which @sc{gnu} avoids as far as possible.  So, for using @command{ptx}
5189 portably between @sc{gnu} and System V, you should always use it with a
5190 single input file, and always expect the result on standard output.  You
5191 might also want to automatically configure in a @option{-G} option to
5192 @command{ptx} calls in products using @command{ptx}, if the configurator finds
5193 that the installed @command{ptx} accepts @option{-G}.
5194
5195 @item
5196 The only options available in System V @command{ptx} are options @option{-b},
5197 @option{-f}, @option{-g}, @option{-i}, @option{-o}, @option{-r}, @option{-t} and
5198 @option{-w}.  All other options are @sc{gnu} extensions and are not repeated in
5199 this enumeration.  Moreover, some options have a slightly different
5200 meaning when @sc{gnu} extensions are enabled, as explained below.
5201
5202 @item
5203 By default, concordance output is not formatted for @command{troff} or
5204 @command{nroff}.  It is rather formatted for a dumb terminal.  @command{troff}
5205 or @command{nroff} output may still be selected through option @option{-O}.
5206
5207 @item
5208 Unless @option{-R} option is used, the maximum reference width is
5209 subtracted from the total output line width.  With @sc{gnu} extensions
5210 disabled, width of references is not taken into account in the output
5211 line width computations.
5212
5213 @item
5214 All 256 bytes, even @acronym{ASCII} @sc{nul} bytes, are always read and
5215 processed from input file with no adverse effect, even if @sc{gnu} extensions
5216 are disabled. However, System V @command{ptx} does not accept 8-bit characters,
5217 a few control characters are rejected, and the tilde @kbd{~} is also rejected.
5218
5219 @item
5220 Input line length is only limited by available memory, even if @sc{gnu}
5221 extensions are disabled.  However, System V @command{ptx} processes only
5222 the first 200 characters in each line.
5223
5224 @item
5225 The break (non-word) characters default to be every character except all
5226 letters of the underlying character set, diacriticized or not.  When @sc{gnu}
5227 extensions are disabled, the break characters default to space, tab and
5228 newline only.
5229
5230 @item
5231 The program makes better use of output line width.  If @sc{gnu} extensions
5232 are disabled, the program rather tries to imitate System V @command{ptx},
5233 but still, there are some slight disposition glitches this program does
5234 not completely reproduce.
5235
5236 @item
5237 The user can specify both an Ignore file and an Only file.  This is not
5238 allowed with System V @command{ptx}.
5239
5240 @end itemize
5241
5242
5243 @node tsort invocation
5244 @section @command{tsort}: Topological sort
5245
5246 @pindex tsort
5247 @cindex topological sort
5248
5249 @command{tsort} performs a topological sort on the given @var{file}, or
5250 standard input if no input file is given or for a @var{file} of
5251 @samp{-}.  For more details and some history, see @ref{tsort background}.
5252 Synopsis:
5253
5254 @example
5255 tsort [@var{option}] [@var{file}]
5256 @end example
5257
5258 @command{tsort} reads its input as pairs of strings, separated by blanks,
5259 indicating a partial ordering.  The output is a total ordering that
5260 corresponds to the given partial ordering.
5261
5262 For example
5263
5264 @example
5265 tsort <<EOF
5266 a b c
5267 d
5268 e f
5269 b c d e
5270 EOF
5271 @end example
5272
5273 @noindent
5274 will produce the output
5275
5276 @example
5277 a
5278 b
5279 c
5280 d
5281 e
5282 f
5283 @end example
5284
5285 Consider a more realistic example.
5286 You have a large set of functions all in one file, and they may all be
5287 declared static except one.  Currently that one (say @code{main}) is the
5288 first function defined in the file, and the ones it calls directly follow
5289 it, followed by those they call, etc.  Let's say that you are determined
5290 to take advantage of prototypes, so you have to choose between declaring
5291 all of those functions (which means duplicating a lot of information from
5292 the definitions) and rearranging the functions so that as many as possible
5293 are defined before they are used.  One way to automate the latter process
5294 is to get a list for each function of the functions it calls directly.
5295 Many programs can generate such lists.  They describe a call graph.
5296 Consider the following list, in which a given line indicates that the
5297 function on the left calls the one on the right directly.
5298
5299 @example
5300 main parse_options
5301 main tail_file
5302 main tail_forever
5303 tail_file pretty_name
5304 tail_file write_header
5305 tail_file tail
5306 tail_forever recheck
5307 tail_forever pretty_name
5308 tail_forever write_header
5309 tail_forever dump_remainder
5310 tail tail_lines
5311 tail tail_bytes
5312 tail_lines start_lines
5313 tail_lines dump_remainder
5314 tail_lines file_lines
5315 tail_lines pipe_lines
5316 tail_bytes xlseek
5317 tail_bytes start_bytes
5318 tail_bytes dump_remainder
5319 tail_bytes pipe_bytes
5320 file_lines dump_remainder
5321 recheck pretty_name
5322 @end example
5323
5324 then you can use @command{tsort} to produce an ordering of those
5325 functions that satisfies your requirement.
5326
5327 @example
5328 example$ tsort call-graph | tac
5329 dump_remainder
5330 start_lines
5331 file_lines
5332 pipe_lines
5333 xlseek
5334 start_bytes
5335 pipe_bytes
5336 tail_lines
5337 tail_bytes
5338 pretty_name
5339 write_header
5340 tail
5341 recheck
5342 parse_options
5343 tail_file
5344 tail_forever
5345 main
5346 @end example
5347
5348 @command{tsort} detects any cycles in the input and writes the first cycle
5349 encountered to standard error.
5350
5351 Note that for a given partial ordering, generally there is no unique
5352 total ordering.  In the context of the call graph above, the function
5353 @code{parse_options} may be placed anywhere in the list as long as it
5354 precedes @code{main}.
5355
5356 The only options are @option{--help} and @option{--version}.  @xref{Common
5357 options}.
5358
5359 @exitstatus
5360
5361 @menu
5362 * tsort background::            Where tsort came from.
5363 @end menu
5364
5365 @node tsort background
5366 @subsection @command{tsort}: Background
5367
5368 @command{tsort} exists because very early versions of the Unix linker processed
5369 an archive file exactly once, and in order.  As @command{ld} read each object
5370 in the archive, it decided whether it was needed in the program based on
5371 whether it defined any symbols which were undefined at that point in
5372 the link.
5373
5374 This meant that dependencies within the archive had to be handled
5375 specially.  For example, @code{scanf} probably calls @code{read}.  That means
5376 that in a single pass through an archive, it was important for @code{scanf.o}
5377 to appear before read.o, because otherwise a program which calls
5378 @code{scanf} but not @code{read} might end up with an unexpected unresolved
5379 reference to @code{read}.
5380
5381 The way to address this problem was to first generate a set of
5382 dependencies of one object file on another.  This was done by a shell
5383 script called @command{lorder}.  The GNU tools don't provide a version of
5384 lorder, as far as I know, but you can still find it in BSD
5385 distributions.
5386
5387 Then you ran @command{tsort} over the @command{lorder} output, and you used the
5388 resulting sort to define the order in which you added objects to the archive.
5389
5390 This whole procedure has been obsolete since about 1980, because
5391 Unix archives now contain a symbol table (traditionally built by
5392 @command{ranlib}, now generally built by @command{ar} itself), and the Unix
5393 linker uses the symbol table to effectively make multiple passes over
5394 an archive file.
5395
5396 Anyhow, that's where tsort came from.  To solve an old problem with
5397 the way the linker handled archive files, which has since been solved
5398 in different ways.
5399
5400
5401 @node Operating on fields
5402 @chapter Operating on fields
5403
5404 @menu
5405 * cut invocation::              Print selected parts of lines.
5406 * paste invocation::            Merge lines of files.
5407 * join invocation::             Join lines on a common field.
5408 @end menu
5409
5410
5411 @node cut invocation
5412 @section @command{cut}: Print selected parts of lines
5413
5414 @pindex cut
5415 @command{cut} writes to standard output selected parts of each line of each
5416 input file, or standard input if no files are given or for a file name of
5417 @samp{-}.  Synopsis:
5418
5419 @example
5420 cut @var{option}@dots{} [@var{file}]@dots{}
5421 @end example
5422
5423 In the table which follows, the @var{byte-list}, @var{character-list},
5424 and @var{field-list} are one or more numbers or ranges (two numbers
5425 separated by a dash) separated by commas.  Bytes, characters, and
5426 fields are numbered starting at 1.  Incomplete ranges may be
5427 given: @option{-@var{m}} means @samp{1-@var{m}}; @samp{@var{n}-} means
5428 @samp{@var{n}} through end of line or last field.  The list elements
5429 can be repeated, can overlap, and can be specified in any order; but
5430 the selected input is written in the same order that it is read, and
5431 is written exactly once.
5432
5433 The program accepts the following options.  Also see @ref{Common
5434 options}.
5435
5436 @table @samp
5437
5438 @item -b @var{byte-list}
5439 @itemx --bytes=@var{byte-list}
5440 @opindex -b
5441 @opindex --bytes
5442 Select for printing only the bytes in positions listed in
5443 @var{byte-list}.  Tabs and backspaces are treated like any other
5444 character; they take up 1 byte.  If an output delimiter is specified,
5445 (see the description of @option{--output-delimiter}), then output that
5446 string between ranges of selected bytes.
5447
5448 @item -c @var{character-list}
5449 @itemx --characters=@var{character-list}
5450 @opindex -c
5451 @opindex --characters
5452 Select for printing only the characters in positions listed in
5453 @var{character-list}.  The same as @option{-b} for now, but
5454 internationalization will change that.  Tabs and backspaces are
5455 treated like any other character; they take up 1 character.  If an
5456 output delimiter is specified, (see the description of
5457 @option{--output-delimiter}), then output that string between ranges
5458 of selected bytes.
5459
5460 @item -f @var{field-list}
5461 @itemx --fields=@var{field-list}
5462 @opindex -f
5463 @opindex --fields
5464 Select for printing only the fields listed in @var{field-list}.
5465 Fields are separated by a TAB character by default.  Also print any
5466 line that contains no delimiter character, unless the
5467 @option{--only-delimited} (@option{-s}) option is specified.
5468 Note @command{cut} does not support specifying runs of whitespace as a
5469 delimiter, so to achieve that common functionality one can pre-process
5470 with @command{tr} like:
5471 @example
5472 tr -s '[:blank:]' '\t' | cut -f@dots{}
5473 @end example
5474
5475 @item -d @var{input_delim_byte}
5476 @itemx --delimiter=@var{input_delim_byte}
5477 @opindex -d
5478 @opindex --delimiter
5479 With @option{-f}, use the first byte of @var{input_delim_byte} as
5480 the input fields separator (default is TAB).
5481
5482 @item -n
5483 @opindex -n
5484 Do not split multi-byte characters (no-op for now).
5485
5486 @item -s
5487 @itemx --only-delimited
5488 @opindex -s
5489 @opindex --only-delimited
5490 For @option{-f}, do not print lines that do not contain the field separator
5491 character.  Normally, any line without a field separator is printed verbatim.
5492
5493 @item --output-delimiter=@var{output_delim_string}
5494 @opindex --output-delimiter
5495 With @option{-f}, output fields are separated by @var{output_delim_string}.
5496 The default with @option{-f} is to use the input delimiter.
5497 When using @option{-b} or @option{-c} to select ranges of byte or
5498 character offsets (as opposed to ranges of fields),
5499 output @var{output_delim_string} between non-overlapping
5500 ranges of selected bytes.
5501
5502 @item --complement
5503 @opindex --complement
5504 This option is a @acronym{GNU} extension.
5505 Select for printing the complement of the bytes, characters or fields
5506 selected with the @option{-b}, @option{-c} or @option{-f} options.
5507 In other words, do @emph{not} print the bytes, characters or fields
5508 specified via those options.  This option is useful when you have
5509 many fields and want to print all but a few of them.
5510
5511 @end table
5512
5513 @exitstatus
5514
5515
5516 @node paste invocation
5517 @section @command{paste}: Merge lines of files
5518
5519 @pindex paste
5520 @cindex merging files
5521
5522 @command{paste} writes to standard output lines consisting of sequentially
5523 corresponding lines of each given file, separated by a TAB character.
5524 Standard input is used for a file name of @samp{-} or if no input files
5525 are given.
5526
5527 For example:
5528
5529 @example
5530 $ cat num2
5531 1
5532 2
5533 $ cat let3
5534 a
5535 b
5536 c
5537 $ paste num2 let3
5538 1       a
5539 2       b
5540        @ c
5541 @end example
5542
5543 Synopsis:
5544
5545 @example
5546 paste [@var{option}]@dots{} [@var{file}]@dots{}
5547 @end example
5548
5549 The program accepts the following options.  Also see @ref{Common options}.
5550
5551 @table @samp
5552
5553 @item -s
5554 @itemx --serial
5555 @opindex -s
5556 @opindex --serial
5557 Paste the lines of one file at a time rather than one line from each
5558 file.  Using the above example data:
5559
5560 @example
5561 $ paste -s num2 let3
5562 1       2
5563 a       b       c
5564 @end example
5565
5566 @item -d @var{delim-list}
5567 @itemx --delimiters=@var{delim-list}
5568 @opindex -d
5569 @opindex --delimiters
5570 Consecutively use the characters in @var{delim-list} instead of
5571 TAB to separate merged lines.  When @var{delim-list} is
5572 exhausted, start again at its beginning.  Using the above example data:
5573
5574 @example
5575 $ paste -d '%_' num2 let3 num2
5576 1%a_1
5577 2%b_2
5578 %c_
5579 @end example
5580
5581 @end table
5582
5583 @exitstatus
5584
5585
5586 @node join invocation
5587 @section @command{join}: Join lines on a common field
5588
5589 @pindex join
5590 @cindex common field, joining on
5591
5592 @command{join} writes to standard output a line for each pair of input
5593 lines that have identical join fields.  Synopsis:
5594
5595 @example
5596 join [@var{option}]@dots{} @var{file1} @var{file2}
5597 @end example
5598
5599 Either @var{file1} or @var{file2} (but not both) can be @samp{-},
5600 meaning standard input.  @var{file1} and @var{file2} should be
5601 sorted on the join fields.
5602
5603 @vindex LC_COLLATE
5604 Normally, the sort order is that of the
5605 collating sequence specified by the @env{LC_COLLATE} locale.  Unless
5606 the @option{-t} option is given, the sort comparison ignores blanks at
5607 the start of the join field, as in @code{sort -b}.  If the
5608 @option{--ignore-case} option is given, the sort comparison ignores
5609 the case of characters in the join field, as in @code{sort -f}.
5610
5611 The @command{sort} and @command{join} commands should use consistent
5612 locales and options if the output of @command{sort} is fed to
5613 @command{join}.  You can use a command like @samp{sort -k 1b,1} to
5614 sort a file on its default join field, but if you select a non-default
5615 locale, join field, separator, or comparison options, then you should
5616 do so consistently between @command{join} and @command{sort}.
5617 If @samp{join -t ''} is specified then the whole line is considered which
5618 matches the default operation of sort.
5619
5620 If the input has no unpairable lines, a @acronym{GNU} extension is
5621 available; the sort order can be any order that considers two fields
5622 to be equal if and only if the sort comparison described above
5623 considers them to be equal.  For example:
5624
5625 @example
5626 $ cat file1
5627 a a1
5628 c c1
5629 b b1
5630 $ cat file2
5631 a a2
5632 c c2
5633 b b2
5634 $ join file1 file2
5635 a a1 a2
5636 c c1 c2
5637 b b1 b2
5638 @end example
5639
5640 @checkOrderOption{join}
5641
5642 The defaults are:
5643 @itemize
5644 @item the join field is the first field in each line;
5645 @item fields in the input are separated by one or more blanks, with leading
5646 blanks on the line ignored;
5647 @item fields in the output are separated by a space;
5648 @item each output line consists of the join field, the remaining
5649 fields from @var{file1}, then the remaining fields from @var{file2}.
5650 @end itemize
5651
5652 The program accepts the following options.  Also see @ref{Common options}.
5653
5654 @table @samp
5655
5656 @item -a @var{file-number}
5657 @opindex -a
5658 Print a line for each unpairable line in file @var{file-number} (either
5659 @samp{1} or @samp{2}), in addition to the normal output.
5660
5661 @item --check-order
5662 Fail with an error message if either input file is wrongly ordered.
5663
5664 @item --nocheck-order
5665 Do not check that both input files are in sorted order.  This is the default.
5666
5667 @item -e @var{string}
5668 @opindex -e
5669 Replace those output fields that are missing in the input with
5670 @var{string}.
5671
5672 @item --header
5673 @opindex --header
5674 Treat the first line of each input file as a header line. The header lines will
5675 be joined and printed as the first output line.  If @option{-o} is used to
5676 specify output format, the header line will be printed according to the
5677 specified format.  The header lines will not be checked for ordering even if
5678 @option{--check-order} is specified.  Also if the header lines from each file
5679 do not match, the heading fields from the first file will be used.
5680
5681 @item -i
5682 @itemx --ignore-case
5683 @opindex -i
5684 @opindex --ignore-case
5685 Ignore differences in case when comparing keys.
5686 With this option, the lines of the input files must be ordered in the same way.
5687 Use @samp{sort -f} to produce this ordering.
5688
5689 @item -1 @var{field}
5690 @opindex -1
5691 Join on field @var{field} (a positive integer) of file 1.
5692
5693 @item -2 @var{field}
5694 @opindex -2
5695 Join on field @var{field} (a positive integer) of file 2.
5696
5697 @item -j @var{field}
5698 Equivalent to @option{-1 @var{field} -2 @var{field}}.
5699
5700 @item -o @var{field-list}
5701 Construct each output line according to the format in @var{field-list}.
5702 Each element in @var{field-list} is either the single character @samp{0} or
5703 has the form @var{m.n} where the file number, @var{m}, is @samp{1} or
5704 @samp{2} and @var{n} is a positive field number.
5705
5706 A field specification of @samp{0} denotes the join field.
5707 In most cases, the functionality of the @samp{0} field spec
5708 may be reproduced using the explicit @var{m.n} that corresponds
5709 to the join field.  However, when printing unpairable lines
5710 (using either of the @option{-a} or @option{-v} options), there is no way
5711 to specify the join field using @var{m.n} in @var{field-list}
5712 if there are unpairable lines in both files.
5713 To give @command{join} that functionality, @acronym{POSIX} invented the @samp{0}
5714 field specification notation.
5715
5716 The elements in @var{field-list}
5717 are separated by commas or blanks.
5718 Blank separators typically need to be quoted for the shell.  For
5719 example, the commands @samp{join -o 1.2,2.2} and @samp{join -o '1.2
5720 2.2'} are equivalent.
5721
5722 All output lines---including those printed because of any -a or -v
5723 option---are subject to the specified @var{field-list}.
5724
5725 @item -t @var{char}
5726 Use character @var{char} as the input and output field separator.
5727 Treat as significant each occurrence of @var{char} in the input file.
5728 Use @samp{sort -t @var{char}}, without the @option{-b} option of
5729 @samp{sort}, to produce this ordering.  If @samp{join -t ''} is specified,
5730 the whole line is considered, matching the default operation of sort.
5731 If @samp{-t '\0'} is specified then the @acronym{ASCII} @sc{nul}
5732 character is used to delimit the fields.
5733
5734 @item -v @var{file-number}
5735 Print a line for each unpairable line in file @var{file-number}
5736 (either @samp{1} or @samp{2}), instead of the normal output.
5737
5738 @end table
5739
5740 @exitstatus
5741
5742
5743 @node Operating on characters
5744 @chapter Operating on characters
5745
5746 @cindex operating on characters
5747
5748 This commands operate on individual characters.
5749
5750 @menu
5751 * tr invocation::               Translate, squeeze, and/or delete characters.
5752 * expand invocation::           Convert tabs to spaces.
5753 * unexpand invocation::         Convert spaces to tabs.
5754 @end menu
5755
5756
5757 @node tr invocation
5758 @section @command{tr}: Translate, squeeze, and/or delete characters
5759
5760 @pindex tr
5761
5762 Synopsis:
5763
5764 @example
5765 tr [@var{option}]@dots{} @var{set1} [@var{set2}]
5766 @end example
5767
5768 @command{tr} copies standard input to standard output, performing
5769 one of the following operations:
5770
5771 @itemize @bullet
5772 @item
5773 translate, and optionally squeeze repeated characters in the result,
5774 @item
5775 squeeze repeated characters,
5776 @item
5777 delete characters,
5778 @item
5779 delete characters, then squeeze repeated characters from the result.
5780 @end itemize
5781
5782 The @var{set1} and (if given) @var{set2} arguments define ordered
5783 sets of characters, referred to below as @var{set1} and @var{set2}.  These
5784 sets are the characters of the input that @command{tr} operates on.
5785 The @option{--complement} (@option{-c}, @option{-C}) option replaces
5786 @var{set1} with its
5787 complement (all of the characters that are not in @var{set1}).
5788
5789 Currently @command{tr} fully supports only single-byte characters.
5790 Eventually it will support multibyte characters; when it does, the
5791 @option{-C} option will cause it to complement the set of characters,
5792 whereas @option{-c} will cause it to complement the set of values.
5793 This distinction will matter only when some values are not characters,
5794 and this is possible only in locales using multibyte encodings when
5795 the input contains encoding errors.
5796
5797 The program accepts the @option{--help} and @option{--version}
5798 options.  @xref{Common options}.  Options must precede operands.
5799
5800 @exitstatus
5801
5802 @menu
5803 * Character sets::              Specifying sets of characters.
5804 * Translating::                 Changing one set of characters to another.
5805 * Squeezing::                   Squeezing repeats and deleting.
5806 @end menu
5807
5808
5809 @node Character sets
5810 @subsection Specifying sets of characters
5811
5812 @cindex specifying sets of characters
5813
5814 The format of the @var{set1} and @var{set2} arguments resembles
5815 the format of regular expressions; however, they are not regular
5816 expressions, only lists of characters.  Most characters simply
5817 represent themselves in these strings, but the strings can contain
5818 the shorthands listed below, for convenience.  Some of them can be
5819 used only in @var{set1} or @var{set2}, as noted below.
5820
5821 @table @asis
5822
5823 @item Backslash escapes
5824 @cindex backslash escapes
5825
5826 The following backslash escape sequences are recognized:
5827
5828 @table @samp
5829 @item \a
5830 Control-G.
5831 @item \b
5832 Control-H.
5833 @item \f
5834 Control-L.
5835 @item \n
5836 Control-J.
5837 @item \r
5838 Control-M.
5839 @item \t
5840 Control-I.
5841 @item \v
5842 Control-K.
5843 @item \@var{ooo}
5844 The character with the value given by @var{ooo}, which is 1 to 3
5845 octal digits,
5846 @item \\
5847 A backslash.
5848 @end table
5849
5850 While a backslash followed by a character not listed above is
5851 interpreted as that character, the backslash also effectively
5852 removes any special significance, so it is useful to escape
5853 @samp{[}, @samp{]}, @samp{*}, and @samp{-}.
5854
5855 @item Ranges
5856 @cindex ranges
5857
5858 The notation @samp{@var{m}-@var{n}} expands to all of the characters
5859 from @var{m} through @var{n}, in ascending order.  @var{m} should
5860 collate before @var{n}; if it doesn't, an error results.  As an example,
5861 @samp{0-9} is the same as @samp{0123456789}.
5862
5863 @sc{gnu} @command{tr} does not support the System V syntax that uses square
5864 brackets to enclose ranges.  Translations specified in that format
5865 sometimes work as expected, since the brackets are often transliterated
5866 to themselves.  However, they should be avoided because they sometimes
5867 behave unexpectedly.  For example, @samp{tr -d '[0-9]'} deletes brackets
5868 as well as digits.
5869
5870 Many historically common and even accepted uses of ranges are not
5871 portable.  For example, on @acronym{EBCDIC} hosts using the @samp{A-Z}
5872 range will not do what most would expect because @samp{A} through @samp{Z}
5873 are not contiguous as they are in @acronym{ASCII}.
5874 If you can rely on a @acronym{POSIX} compliant version of @command{tr}, then
5875 the best way to work around this is to use character classes (see below).
5876 Otherwise, it is most portable (and most ugly) to enumerate the members
5877 of the ranges.
5878
5879 @item Repeated characters
5880 @cindex repeated characters
5881
5882 The notation @samp{[@var{c}*@var{n}]} in @var{set2} expands to @var{n}
5883 copies of character @var{c}.  Thus, @samp{[y*6]} is the same as
5884 @samp{yyyyyy}.  The notation @samp{[@var{c}*]} in @var{string2} expands
5885 to as many copies of @var{c} as are needed to make @var{set2} as long as
5886 @var{set1}.  If @var{n} begins with @samp{0}, it is interpreted in
5887 octal, otherwise in decimal.
5888
5889 @item Character classes
5890 @cindex character classes
5891
5892 The notation @samp{[:@var{class}:]} expands to all of the characters in
5893 the (predefined) class @var{class}.  The characters expand in no
5894 particular order, except for the @code{upper} and @code{lower} classes,
5895 which expand in ascending order.  When the @option{--delete} (@option{-d})
5896 and @option{--squeeze-repeats} (@option{-s}) options are both given, any
5897 character class can be used in @var{set2}.  Otherwise, only the
5898 character classes @code{lower} and @code{upper} are accepted in
5899 @var{set2}, and then only if the corresponding character class
5900 (@code{upper} and @code{lower}, respectively) is specified in the same
5901 relative position in @var{set1}.  Doing this specifies case conversion.
5902 The class names are given below; an error results when an invalid class
5903 name is given.
5904
5905 @table @code
5906 @item alnum
5907 @opindex alnum
5908 Letters and digits.
5909 @item alpha
5910 @opindex alpha
5911 Letters.
5912 @item blank
5913 @opindex blank
5914 Horizontal whitespace.
5915 @item cntrl
5916 @opindex cntrl
5917 Control characters.
5918 @item digit
5919 @opindex digit
5920 Digits.
5921 @item graph
5922 @opindex graph
5923 Printable characters, not including space.
5924 @item lower
5925 @opindex lower
5926 Lowercase letters.
5927 @item print
5928 @opindex print
5929 Printable characters, including space.
5930 @item punct
5931 @opindex punct
5932 Punctuation characters.
5933 @item space
5934 @opindex space
5935 Horizontal or vertical whitespace.
5936 @item upper
5937 @opindex upper
5938 Uppercase letters.
5939 @item xdigit
5940 @opindex xdigit
5941 Hexadecimal digits.
5942 @end table
5943
5944 @item Equivalence classes
5945 @cindex equivalence classes
5946
5947 The syntax @samp{[=@var{c}=]} expands to all of the characters that are
5948 equivalent to @var{c}, in no particular order.  Equivalence classes are
5949 a relatively recent invention intended to support non-English alphabets.
5950 But there seems to be no standard way to define them or determine their
5951 contents.  Therefore, they are not fully implemented in @sc{gnu} @command{tr};
5952 each character's equivalence class consists only of that character,
5953 which is of no particular use.
5954
5955 @end table
5956
5957
5958 @node Translating
5959 @subsection Translating
5960
5961 @cindex translating characters
5962
5963 @command{tr} performs translation when @var{set1} and @var{set2} are
5964 both given and the @option{--delete} (@option{-d}) option is not given.
5965 @command{tr} translates each character of its input that is in @var{set1}
5966 to the corresponding character in @var{set2}.  Characters not in
5967 @var{set1} are passed through unchanged.  When a character appears more
5968 than once in @var{set1} and the corresponding characters in @var{set2}
5969 are not all the same, only the final one is used.  For example, these
5970 two commands are equivalent:
5971
5972 @example
5973 tr aaa xyz
5974 tr a z
5975 @end example
5976
5977 A common use of @command{tr} is to convert lowercase characters to
5978 uppercase.  This can be done in many ways.  Here are three of them:
5979
5980 @example
5981 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
5982 tr a-z A-Z
5983 tr '[:lower:]' '[:upper:]'
5984 @end example
5985
5986 @noindent
5987 But note that using ranges like @code{a-z} above is not portable.
5988
5989 When @command{tr} is performing translation, @var{set1} and @var{set2}
5990 typically have the same length.  If @var{set1} is shorter than
5991 @var{set2}, the extra characters at the end of @var{set2} are ignored.
5992
5993 On the other hand, making @var{set1} longer than @var{set2} is not
5994 portable; @acronym{POSIX} says that the result is undefined.  In this situation,
5995 BSD @command{tr} pads @var{set2} to the length of @var{set1} by repeating
5996 the last character of @var{set2} as many times as necessary.  System V
5997 @command{tr} truncates @var{set1} to the length of @var{set2}.
5998
5999 By default, @sc{gnu} @command{tr} handles this case like BSD @command{tr}.
6000 When the @option{--truncate-set1} (@option{-t}) option is given,
6001 @sc{gnu} @command{tr} handles this case like the System V @command{tr}
6002 instead.  This option is ignored for operations other than translation.
6003
6004 Acting like System V @command{tr} in this case breaks the relatively common
6005 BSD idiom:
6006
6007 @example
6008 tr -cs A-Za-z0-9 '\012'
6009 @end example
6010
6011 @noindent
6012 because it converts only zero bytes (the first element in the
6013 complement of @var{set1}), rather than all non-alphanumerics, to
6014 newlines.
6015
6016 @noindent
6017 By the way, the above idiom is not portable because it uses ranges, and
6018 it assumes that the octal code for newline is 012.
6019 Assuming a @acronym{POSIX} compliant @command{tr}, here is a better way to write it:
6020
6021 @example
6022 tr -cs '[:alnum:]' '[\n*]'
6023 @end example
6024
6025
6026 @node Squeezing
6027 @subsection Squeezing repeats and deleting
6028
6029 @cindex squeezing repeat characters
6030 @cindex deleting characters
6031
6032 When given just the @option{--delete} (@option{-d}) option, @command{tr}
6033 removes any input characters that are in @var{set1}.
6034
6035 When given just the @option{--squeeze-repeats} (@option{-s}) option,
6036 @command{tr} replaces each input sequence of a repeated character that
6037 is in @var{set1} with a single occurrence of that character.
6038
6039 When given both @option{--delete} and @option{--squeeze-repeats}, @command{tr}
6040 first performs any deletions using @var{set1}, then squeezes repeats
6041 from any remaining characters using @var{set2}.
6042
6043 The @option{--squeeze-repeats} option may also be used when translating,
6044 in which case @command{tr} first performs translation, then squeezes
6045 repeats from any remaining characters using @var{set2}.
6046
6047 Here are some examples to illustrate various combinations of options:
6048
6049 @itemize @bullet
6050
6051 @item
6052 Remove all zero bytes:
6053
6054 @example
6055 tr -d '\0'
6056 @end example
6057
6058 @item
6059 Put all words on lines by themselves.  This converts all
6060 non-alphanumeric characters to newlines, then squeezes each string
6061 of repeated newlines into a single newline:
6062
6063 @example
6064 tr -cs '[:alnum:]' '[\n*]'
6065 @end example
6066
6067 @item
6068 Convert each sequence of repeated newlines to a single newline:
6069
6070 @example
6071 tr -s '\n'
6072 @end example
6073
6074 @item
6075 Find doubled occurrences of words in a document.
6076 @c Separate the following two "the"s, so typo checkers don't complain.
6077 For example, people often write ``the @w{}the'' with the repeated words
6078 separated by a newline.  The Bourne shell script below works first
6079 by converting each sequence of punctuation and blank characters to a
6080 single newline.  That puts each ``word'' on a line by itself.
6081 Next it maps all uppercase characters to lower case, and finally it
6082 runs @command{uniq} with the @option{-d} option to print out only the words
6083 that were repeated.
6084
6085 @example
6086 #!/bin/sh
6087 cat -- "$@@" \
6088   | tr -s '[:punct:][:blank:]' '[\n*]' \
6089   | tr '[:upper:]' '[:lower:]' \
6090   | uniq -d
6091 @end example
6092
6093 @item
6094 Deleting a small set of characters is usually straightforward.  For example,
6095 to remove all @samp{a}s, @samp{x}s, and @samp{M}s you would do this:
6096
6097 @example
6098 tr -d axM
6099 @end example
6100
6101 However, when @samp{-} is one of those characters, it can be tricky because
6102 @samp{-} has special meanings.  Performing the same task as above but also
6103 removing all @samp{-} characters, we might try @code{tr -d -axM}, but
6104 that would fail because @command{tr} would try to interpret @option{-a} as
6105 a command-line option.  Alternatively, we could try putting the hyphen
6106 inside the string, @code{tr -d a-xM}, but that wouldn't work either because
6107 it would make @command{tr} interpret @code{a-x} as the range of characters
6108 @samp{a}@dots{}@samp{x} rather than the three.
6109 One way to solve the problem is to put the hyphen at the end of the list
6110 of characters:
6111
6112 @example
6113 tr -d axM-
6114 @end example
6115
6116 Or you can use @samp{--} to terminate option processing:
6117
6118 @example
6119 tr -d -- -axM
6120 @end example
6121
6122 More generally, use the character class notation @code{[=c=]}
6123 with @samp{-} (or any other character) in place of the @samp{c}:
6124
6125 @example
6126 tr -d '[=-=]axM'
6127 @end example
6128
6129 Note how single quotes are used in the above example to protect the
6130 square brackets from interpretation by a shell.
6131
6132 @end itemize
6133
6134
6135 @node expand invocation
6136 @section @command{expand}: Convert tabs to spaces
6137
6138 @pindex expand
6139 @cindex tabs to spaces, converting
6140 @cindex converting tabs to spaces
6141
6142 @command{expand} writes the contents of each given @var{file}, or standard
6143 input if none are given or for a @var{file} of @samp{-}, to standard
6144 output, with tab characters converted to the appropriate number of
6145 spaces.  Synopsis:
6146
6147 @example
6148 expand [@var{option}]@dots{} [@var{file}]@dots{}
6149 @end example
6150
6151 By default, @command{expand} converts all tabs to spaces.  It preserves
6152 backspace characters in the output; they decrement the column count for
6153 tab calculations.  The default action is equivalent to @option{-t 8} (set
6154 tabs every 8 columns).
6155
6156 The program accepts the following options.  Also see @ref{Common options}.
6157
6158 @table @samp
6159
6160 @item -t @var{tab1}[,@var{tab2}]@dots{}
6161 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
6162 @opindex -t
6163 @opindex --tabs
6164 @cindex tab stops, setting
6165 If only one tab stop is given, set the tabs @var{tab1} spaces apart
6166 (default is 8).  Otherwise, set the tabs at columns @var{tab1},
6167 @var{tab2}, @dots{} (numbered from 0), and replace any tabs beyond the
6168 last tab stop given with single spaces.  Tab stops can be separated by
6169 blanks as well as by commas.
6170
6171 For compatibility, GNU @command{expand} also accepts the obsolete
6172 option syntax, @option{-@var{t1}[,@var{t2}]@dots{}}.  New scripts
6173 should use @option{-t @var{t1}[,@var{t2}]@dots{}} instead.
6174
6175 @item -i
6176 @itemx --initial
6177 @opindex -i
6178 @opindex --initial
6179 @cindex initial tabs, converting
6180 Only convert initial tabs (those that precede all non-space or non-tab
6181 characters) on each line to spaces.
6182
6183 @end table
6184
6185 @exitstatus
6186
6187
6188 @node unexpand invocation
6189 @section @command{unexpand}: Convert spaces to tabs
6190
6191 @pindex unexpand
6192
6193 @command{unexpand} writes the contents of each given @var{file}, or
6194 standard input if none are given or for a @var{file} of @samp{-}, to
6195 standard output, converting blanks at the beginning of each line into
6196 as many tab characters as needed.  In the default @acronym{POSIX}
6197 locale, a @dfn{blank} is a space or a tab; other locales may specify
6198 additional blank characters.  Synopsis:
6199
6200 @example
6201 unexpand [@var{option}]@dots{} [@var{file}]@dots{}
6202 @end example
6203
6204 By default, @command{unexpand} converts only initial blanks (those
6205 that precede all non-blank characters) on each line.  It
6206 preserves backspace characters in the output; they decrement the column
6207 count for tab calculations.  By default, tabs are set at every 8th
6208 column.
6209
6210 The program accepts the following options.  Also see @ref{Common options}.
6211
6212 @table @samp
6213
6214 @item -t @var{tab1}[,@var{tab2}]@dots{}
6215 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
6216 @opindex -t
6217 @opindex --tabs
6218 If only one tab stop is given, set the tabs @var{tab1} columns apart
6219 instead of the default 8.  Otherwise, set the tabs at columns
6220 @var{tab1}, @var{tab2}, @dots{} (numbered from 0), and leave blanks
6221 beyond the tab stops given unchanged.  Tab stops can be separated by
6222 blanks as well as by commas.  This option implies the @option{-a} option.
6223
6224 For compatibility, GNU @command{unexpand} supports the obsolete option syntax,
6225 @option{-@var{tab1}[,@var{tab2}]@dots{}}, where tab stops must be
6226 separated by commas.  (Unlike @option{-t}, this obsolete option does
6227 not imply @option{-a}.)  New scripts should use @option{--first-only -t
6228 @var{tab1}[,@var{tab2}]@dots{}} instead.
6229
6230 @item -a
6231 @itemx --all
6232 @opindex -a
6233 @opindex --all
6234 Also convert all sequences of two or more blanks just before a tab stop,
6235 even if they occur after non-blank characters in a line.
6236
6237 @end table
6238
6239 @exitstatus
6240
6241
6242 @node Directory listing
6243 @chapter Directory listing
6244
6245 This chapter describes the @command{ls} command and its variants @command{dir}
6246 and @command{vdir}, which list information about files.
6247
6248 @menu
6249 * ls invocation::               List directory contents.
6250 * dir invocation::              Briefly ls.
6251 * vdir invocation::             Verbosely ls.
6252 * dircolors invocation::        Color setup for ls, etc.
6253 @end menu
6254
6255
6256 @node ls invocation
6257 @section @command{ls}: List directory contents
6258
6259 @pindex ls
6260 @cindex directory listing
6261
6262 The @command{ls} program lists information about files (of any type,
6263 including directories).  Options and file arguments can be intermixed
6264 arbitrarily, as usual.
6265
6266 For non-option command-line arguments that are directories, by default
6267 @command{ls} lists the contents of directories, not recursively, and
6268 omitting files with names beginning with @samp{.}.  For other non-option
6269 arguments, by default @command{ls} lists just the file name.  If no
6270 non-option argument is specified, @command{ls} operates on the current
6271 directory, acting as if it had been invoked with a single argument of @samp{.}.
6272
6273 @vindex LC_ALL
6274 By default, the output is sorted alphabetically, according to the locale
6275 settings in effect.@footnote{If you use a non-@acronym{POSIX}
6276 locale (e.g., by setting @env{LC_ALL} to @samp{en_US}), then @command{ls} may
6277 produce output that is sorted differently than you're accustomed to.
6278 In that case, set the @env{LC_ALL} environment variable to @samp{C}.}
6279 If standard output is
6280 a terminal, the output is in columns (sorted vertically) and control
6281 characters are output as question marks; otherwise, the output is listed
6282 one per line and control characters are output as-is.
6283
6284 Because @command{ls} is such a fundamental program, it has accumulated many
6285 options over the years.  They are described in the subsections below;
6286 within each section, options are listed alphabetically (ignoring case).
6287 The division of options into the subsections is not absolute, since some
6288 options affect more than one aspect of @command{ls}'s operation.
6289
6290 @cindex exit status of @command{ls}
6291 Exit status:
6292
6293 @display
6294 0 success
6295 1 minor problems  (e.g., failure to access a file or directory not
6296   specified as a command line argument.  This happens when listing a
6297   directory in which entries are actively being removed or renamed.)
6298 2 serious trouble (e.g., memory exhausted, invalid option, failure
6299   to access a file or directory specified as a command line argument
6300   or a directory loop)
6301 @end display
6302
6303 Also see @ref{Common options}.
6304
6305 @menu
6306 * Which files are listed::
6307 * What information is listed::
6308 * Sorting the output::
6309 * Details about version sort::
6310 * General output formatting::
6311 * Formatting file timestamps::
6312 * Formatting the file names::
6313 @end menu
6314
6315
6316 @node Which files are listed
6317 @subsection Which files are listed
6318
6319 These options determine which files @command{ls} lists information for.
6320 By default, @command{ls} lists files and the contents of any
6321 directories on the command line, except that in directories it ignores
6322 files whose names start with @samp{.}.
6323
6324 @table @samp
6325
6326 @item -a
6327 @itemx --all
6328 @opindex -a
6329 @opindex --all
6330 In directories, do not ignore file names that start with @samp{.}.
6331
6332 @item -A
6333 @itemx --almost-all
6334 @opindex -A
6335 @opindex --almost-all
6336 In directories, do not ignore all file names that start with @samp{.};
6337 ignore only @file{.} and @file{..}.  The @option{--all} (@option{-a})
6338 option overrides this option.
6339
6340 @item -B
6341 @itemx --ignore-backups
6342 @opindex -B
6343 @opindex --ignore-backups
6344 @cindex backup files, ignoring
6345 In directories, ignore files that end with @samp{~}.  This option is
6346 equivalent to @samp{--ignore='*~' --ignore='.*~'}.
6347
6348 @item -d
6349 @itemx --directory
6350 @opindex -d
6351 @opindex --directory
6352 List just the names of directories, as with other types of files, rather
6353 than listing their contents.
6354 @c The following sentence is the same as the one for -F.
6355 Do not follow symbolic links listed on the
6356 command line unless the @option{--dereference-command-line} (@option{-H}),
6357 @option{--dereference} (@option{-L}), or
6358 @option{--dereference-command-line-symlink-to-dir} options are specified.
6359
6360 @item -H
6361 @itemx --dereference-command-line
6362 @opindex -H
6363 @opindex --dereference-command-line
6364 @cindex symbolic links, dereferencing
6365 If a command line argument specifies a symbolic link, show information
6366 for the file the link references rather than for the link itself.
6367
6368 @itemx --dereference-command-line-symlink-to-dir
6369 @opindex --dereference-command-line-symlink-to-dir
6370 @cindex symbolic links, dereferencing
6371 Do not dereference symbolic links, with one exception:
6372 if a command line argument specifies a symbolic link that refers to
6373 a directory, show information for that directory rather than for the
6374 link itself.
6375 This is the default behavior when no other dereferencing-related
6376 option has been specified (@option{--classify} (@option{-F}),
6377 @option{--directory} (@option{-d}),
6378 (@option{-l}),
6379 @option{--dereference} (@option{-L}), or
6380 @option{--dereference-command-line} (@option{-H})).
6381
6382 @item --group-directories-first
6383 @opindex --group-directories-first
6384 Group all the directories before the files and then sort the
6385 directories and the files separately using the selected sort key
6386 (see --sort option).
6387 That is, this option specifies a primary sort key,
6388 and the --sort option specifies a secondary key.
6389 However, any use of @option{--sort=none}
6390 (@option{-U}) disables this option altogether.
6391
6392 @item --hide=PATTERN
6393 @opindex --hide=@var{pattern}
6394 In directories, ignore files whose names match the shell pattern
6395 @var{pattern}, unless the @option{--all} (@option{-a}) or
6396 @option{--almost-all} (@option{-A}) is also given.  This
6397 option acts like @option{--ignore=@var{pattern}} except that it has no
6398 effect if @option{--all} (@option{-a}) or @option{--almost-all}
6399 (@option{-A}) is also given.
6400
6401 This option can be useful in shell aliases.  For example, if
6402 @command{lx} is an alias for @samp{ls --hide='*~'} and @command{ly} is
6403 an alias for @samp{ls --ignore='*~'}, then the command @samp{lx -A}
6404 lists the file @file{README~} even though @samp{ly -A} would not.
6405
6406 @item -I @var{pattern}
6407 @itemx --ignore=@var{pattern}
6408 @opindex -I
6409 @opindex --ignore=@var{pattern}
6410 In directories, ignore files whose names match the shell pattern
6411 (not regular expression) @var{pattern}.  As
6412 in the shell, an initial @samp{.} in a file name does not match a
6413 wildcard at the start of @var{pattern}.  Sometimes it is useful
6414 to give this option several times.  For example,
6415
6416 @smallexample
6417 $ ls --ignore='.??*' --ignore='.[^.]' --ignore='#*'
6418 @end smallexample
6419
6420 The first option ignores names of length 3 or more that start with @samp{.},
6421 the second ignores all two-character names that start with @samp{.}
6422 except @samp{..}, and the third ignores names that start with @samp{#}.
6423
6424 @item -L
6425 @itemx --dereference
6426 @opindex -L
6427 @opindex --dereference
6428 @cindex symbolic links, dereferencing
6429 When showing file information for a symbolic link, show information
6430 for the file the link references rather than the link itself.
6431 However, even with this option, @command{ls} still prints the name
6432 of the link itself, not the name of the file that the link points to.
6433
6434 @item -R
6435 @itemx --recursive
6436 @opindex -R
6437 @opindex --recursive
6438 @cindex recursive directory listing
6439 @cindex directory listing, recursive
6440 List the contents of all directories recursively.
6441
6442 @end table
6443
6444
6445 @node What information is listed
6446 @subsection What information is listed
6447
6448 These options affect the information that @command{ls} displays.  By
6449 default, only file names are shown.
6450
6451 @table @samp
6452
6453 @item --author
6454 @opindex --author
6455 @cindex hurd, author, printing
6456 List each file's author when producing long format directory listings.
6457 In GNU/Hurd, file authors can differ from their owners, but in other
6458 operating systems the two are the same.
6459
6460 @item -D
6461 @itemx --dired
6462 @opindex -D
6463 @opindex --dired
6464 @cindex dired Emacs mode support
6465 With the long listing (@option{-l}) format, print an additional line after
6466 the main output:
6467
6468 @example
6469 //DIRED// @var{beg1} @var{end1} @var{beg2} @var{end2} @dots{}
6470 @end example
6471
6472 @noindent
6473 The @var{begn} and @var{endn} are unsigned integers that record the
6474 byte position of the beginning and end of each file name in the output.
6475 This makes it easy for Emacs to find the names, even when they contain
6476 unusual characters such as space or newline, without fancy searching.
6477
6478 If directories are being listed recursively (@option{-R}), output a similar
6479 line with offsets for each subdirectory name:
6480
6481 @example
6482 //SUBDIRED// @var{beg1} @var{end1} @dots{}
6483 @end example
6484
6485 Finally, output a line of the form:
6486
6487 @example
6488 //DIRED-OPTIONS// --quoting-style=@var{word}
6489 @end example
6490
6491 @noindent
6492 where @var{word} is the quoting style (@pxref{Formatting the file names}).
6493
6494 Here is an actual example:
6495
6496 @example
6497 $ mkdir -p a/sub/deeper a/sub2
6498 $ touch a/f1 a/f2
6499 $ touch a/sub/deeper/file
6500 $ ls -gloRF --dired a
6501   a:
6502   total 8
6503   -rw-r--r-- 1    0 Jun 10 12:27 f1
6504   -rw-r--r-- 1    0 Jun 10 12:27 f2
6505   drwxr-xr-x 3 4096 Jun 10 12:27 sub/
6506   drwxr-xr-x 2 4096 Jun 10 12:27 sub2/
6507
6508   a/sub:
6509   total 4
6510   drwxr-xr-x 2 4096 Jun 10 12:27 deeper/
6511
6512   a/sub/deeper:
6513   total 0
6514   -rw-r--r-- 1 0 Jun 10 12:27 file
6515
6516   a/sub2:
6517   total 0
6518 //DIRED// 48 50 84 86 120 123 158 162 217 223 282 286
6519 //SUBDIRED// 2 3 167 172 228 240 290 296
6520 //DIRED-OPTIONS// --quoting-style=literal
6521 @end example
6522
6523 Note that the pairs of offsets on the @samp{//DIRED//} line above delimit
6524 these names: @file{f1}, @file{f2}, @file{sub}, @file{sub2}, @file{deeper},
6525 @file{file}.
6526 The offsets on the @samp{//SUBDIRED//} line delimit the following
6527 directory names: @file{a}, @file{a/sub}, @file{a/sub/deeper}, @file{a/sub2}.
6528
6529 Here is an example of how to extract the fifth entry name, @samp{deeper},
6530 corresponding to the pair of offsets, 222 and 228:
6531
6532 @example
6533 $ ls -gloRF --dired a > out
6534 $ dd bs=1 skip=222 count=6 < out 2>/dev/null; echo
6535 deeper
6536 @end example
6537
6538 Note that although the listing above includes a trailing slash
6539 for the @samp{deeper} entry, the offsets select the name without
6540 the trailing slash.  However, if you invoke @command{ls} with @option{--dired}
6541 along with an option like @option{--escape} (aka @option{-b}) and operate
6542 on a file whose name contains special characters, notice that the backslash
6543 @emph{is} included:
6544
6545 @example
6546 $ touch 'a b'
6547 $ ls -blog --dired 'a b'
6548   -rw-r--r-- 1 0 Jun 10 12:28 a\ b
6549 //DIRED// 30 34
6550 //DIRED-OPTIONS// --quoting-style=escape
6551 @end example
6552
6553 If you use a quoting style that adds quote marks
6554 (e.g., @option{--quoting-style=c}), then the offsets include the quote marks.
6555 So beware that the user may select the quoting style via the environment
6556 variable @env{QUOTING_STYLE}.  Hence, applications using @option{--dired}
6557 should either specify an explicit @option{--quoting-style=literal} option
6558 (aka @option{-N} or @option{--literal}) on the command line, or else be
6559 prepared to parse the escaped names.
6560
6561 @item --full-time
6562 @opindex --full-time
6563 Produce long format directory listings, and list times in full.  It is
6564 equivalent to using @option{--format=long} with
6565 @option{--time-style=full-iso} (@pxref{Formatting file timestamps}).
6566
6567 @item -g
6568 @opindex -g
6569 Produce long format directory listings, but don't display owner information.
6570
6571 @item -G
6572 @itemx --no-group
6573 @opindex -G
6574 @opindex --no-group
6575 Inhibit display of group information in a long format directory listing.
6576 (This is the default in some non-@sc{gnu} versions of @command{ls}, so we
6577 provide this option for compatibility.)
6578
6579 @optHumanReadable
6580
6581 @item -i
6582 @itemx --inode
6583 @opindex -i
6584 @opindex --inode
6585 @cindex inode number, printing
6586 Print the inode number (also called the file serial number and index
6587 number) of each file to the left of the file name.  (This number
6588 uniquely identifies each file within a particular file system.)
6589
6590 @item -l
6591 @itemx --format=long
6592 @itemx --format=verbose
6593 @opindex -l
6594 @opindex --format
6595 @opindex long ls @r{format}
6596 @opindex verbose ls @r{format}
6597 In addition to the name of each file, print the file type, file mode bits,
6598 number of hard links, owner name, group name, size, and
6599 timestamp (@pxref{Formatting file timestamps}), normally
6600 the modification time.  Print question marks for information that
6601 cannot be determined.
6602
6603 Normally the size is printed as a byte count without punctuation, but
6604 this can be overridden (@pxref{Block size}).  For example, @option{-h}
6605 prints an abbreviated, human-readable count, and
6606 @samp{--block-size="'1"} prints a byte count with the thousands
6607 separator of the current locale.
6608
6609 For each directory that is listed, preface the files with a line
6610 @samp{total @var{blocks}}, where @var{blocks} is the total disk allocation
6611 for all files in that directory.  The block size currently defaults to 1024
6612 bytes, but this can be overridden (@pxref{Block size}).
6613 The @var{blocks} computed counts each hard link separately;
6614 this is arguably a deficiency.
6615
6616 The file type is one of the following characters:
6617
6618 @c The commented-out entries are ones we're not sure about.
6619
6620 @table @samp
6621 @item -
6622 regular file
6623 @item b
6624 block special file
6625 @item c
6626 character special file
6627 @item C
6628 high performance (``contiguous data'') file
6629 @item d
6630 directory
6631 @item D
6632 door (Solaris 2.5 and up)
6633 @c @item F
6634 @c semaphore, if this is a distinct file type
6635 @item l
6636 symbolic link
6637 @c @item m
6638 @c multiplexed file (7th edition Unix; obsolete)
6639 @item M
6640 off-line (``migrated'') file (Cray DMF)
6641 @item n
6642 network special file (HP-UX)
6643 @item p
6644 FIFO (named pipe)
6645 @item P
6646 port (Solaris 10 and up)
6647 @c @item Q
6648 @c message queue, if this is a distinct file type
6649 @item s
6650 socket
6651 @c @item S
6652 @c shared memory object, if this is a distinct file type
6653 @c @item T
6654 @c typed memory object, if this is a distinct file type
6655 @c @item w
6656 @c whiteout (4.4BSD; not implemented)
6657 @item ?
6658 some other file type
6659 @end table
6660
6661 @cindex permissions, output by @command{ls}
6662 The file mode bits listed are similar to symbolic mode specifications
6663 (@pxref{Symbolic Modes}).  But @command{ls} combines multiple bits into the
6664 third character of each set of permissions as follows:
6665
6666 @table @samp
6667 @item s
6668 If the set-user-ID or set-group-ID bit and the corresponding executable bit
6669 are both set.
6670
6671 @item S
6672 If the set-user-ID or set-group-ID bit is set but the corresponding
6673 executable bit is not set.
6674
6675 @item t
6676 If the restricted deletion flag or sticky bit, and the
6677 other-executable bit, are both set.  The restricted deletion flag is
6678 another name for the sticky bit.  @xref{Mode Structure}.
6679
6680 @item T
6681 If the restricted deletion flag or sticky bit is set but the
6682 other-executable bit is not set.
6683
6684 @item x
6685 If the executable bit is set and none of the above apply.
6686
6687 @item -
6688 Otherwise.
6689 @end table
6690
6691 Following the file mode bits is a single character that specifies
6692 whether an alternate access method such as an access control list
6693 applies to the file.  When the character following the file mode bits is a
6694 space, there is no alternate access method.  When it is a printing
6695 character, then there is such a method.
6696
6697 GNU @command{ls} uses a @samp{.} character to indicate a file
6698 with an SELinux security context, but no other alternate access method.
6699
6700 A file with any other combination of alternate access methods
6701 is marked with a @samp{+} character.
6702
6703 @item -n
6704 @itemx --numeric-uid-gid
6705 @opindex -n
6706 @opindex --numeric-uid-gid
6707 @cindex numeric uid and gid
6708 @cindex numeric user and group IDs
6709 Produce long format directory listings, but
6710 display numeric user and group IDs instead of the owner and group names.
6711
6712 @item -o
6713 @opindex -o
6714 Produce long format directory listings, but don't display group information.
6715 It is equivalent to using @option{--format=long} with @option{--no-group} .
6716
6717 @item -s
6718 @itemx --size
6719 @opindex -s
6720 @opindex --size
6721 @cindex disk allocation
6722 @cindex size of files, reporting
6723 Print the disk allocation of each file to the left of the file name.
6724 This is the amount of disk space used by the file, which is usually a
6725 bit more than the file's size, but it can be less if the file has holes.
6726
6727 Normally the disk allocation is printed in units of
6728 1024 bytes, but this can be overridden (@pxref{Block size}).
6729
6730 @cindex NFS mounts from BSD to HP-UX
6731 For files that are NFS-mounted from an HP-UX system to a BSD system,
6732 this option reports sizes that are half the correct values.  On HP-UX
6733 systems, it reports sizes that are twice the correct values for files
6734 that are NFS-mounted from BSD systems.  This is due to a flaw in HP-UX;
6735 it also affects the HP-UX @command{ls} program.
6736
6737 @optSi
6738
6739 @item -Z
6740 @itemx --context
6741 @opindex -Z
6742 @opindex --context
6743 @cindex SELinux
6744 @cindex security context
6745 Display the SELinux security context or @samp{?} if none is found.
6746 When used with the @option{-l} option, print the security context
6747 to the left of the size column.
6748
6749 @end table
6750
6751
6752 @node Sorting the output
6753 @subsection Sorting the output
6754
6755 @cindex sorting @command{ls} output
6756 These options change the order in which @command{ls} sorts the information
6757 it outputs.  By default, sorting is done by character code
6758 (e.g., @acronym{ASCII} order).
6759
6760 @table @samp
6761
6762 @item -c
6763 @itemx --time=ctime
6764 @itemx --time=status
6765 @opindex -c
6766 @opindex --time
6767 @opindex ctime@r{, printing or sorting by}
6768 @opindex status time@r{, printing or sorting by}
6769 @opindex use time@r{, printing or sorting files by}
6770 If the long listing format (e.g., @option{-l}, @option{-o}) is being used,
6771 print the status change time (the @samp{ctime} in the inode) instead of
6772 the modification time.
6773 When explicitly sorting by time (@option{--sort=time} or @option{-t})
6774 or when not using a long listing format,
6775 sort according to the status change time.
6776
6777 @item -f
6778 @opindex -f
6779 @cindex unsorted directory listing
6780 @cindex directory order, listing by
6781 Primarily, like @option{-U}---do not sort; list the files in whatever
6782 order they are stored in the directory.  But also enable @option{-a} (list
6783 all files) and disable @option{-l}, @option{--color}, and @option{-s} (if they
6784 were specified before the @option{-f}).
6785
6786 @item -r
6787 @itemx --reverse
6788 @opindex -r
6789 @opindex --reverse
6790 @cindex reverse sorting
6791 Reverse whatever the sorting method is---e.g., list files in reverse
6792 alphabetical order, youngest first, smallest first, or whatever.
6793
6794 @item -S
6795 @itemx --sort=size
6796 @opindex -S
6797 @opindex --sort
6798 @opindex size of files@r{, sorting files by}
6799 Sort by file size, largest first.
6800
6801 @item -t
6802 @itemx --sort=time
6803 @opindex -t
6804 @opindex --sort
6805 @opindex modification time@r{, sorting files by}
6806 Sort by modification time (the @samp{mtime} in the inode), newest first.
6807
6808 @item -u
6809 @itemx --time=atime
6810 @itemx --time=access
6811 @itemx --time=use
6812 @opindex -u
6813 @opindex --time
6814 @opindex use time@r{, printing or sorting files by}
6815 @opindex atime@r{, printing or sorting files by}
6816 @opindex access time@r{, printing or sorting files by}
6817 If the long listing format (e.g., @option{--format=long}) is being used,
6818 print the last access time (the @samp{atime} in the inode).
6819 When explicitly sorting by time (@option{--sort=time} or @option{-t})
6820 or when not using a long listing format, sort according to the access time.
6821
6822 @item -U
6823 @itemx --sort=none
6824 @opindex -U
6825 @opindex --sort
6826 @opindex none@r{, sorting option for @command{ls}}
6827 Do not sort; list the files in whatever order they are
6828 stored in the directory.  (Do not do any of the other unrelated things
6829 that @option{-f} does.)  This is especially useful when listing very large
6830 directories, since not doing any sorting can be noticeably faster.
6831
6832 @item -v
6833 @itemx --sort=version
6834 @opindex -v
6835 @opindex --sort
6836 @opindex version@r{, sorting option for @command{ls}}
6837 Sort by version name and number, lowest first.  It behaves like a default
6838 sort, except that each sequence of decimal digits is treated numerically
6839 as an index/version number.  (@xref{Details about version sort}.)
6840
6841 @item -X
6842 @itemx --sort=extension
6843 @opindex -X
6844 @opindex --sort
6845 @opindex extension@r{, sorting files by}
6846 Sort directory contents alphabetically by file extension (characters
6847 after the last @samp{.}); files with no extension are sorted first.
6848
6849 @end table
6850
6851
6852 @node Details about version sort
6853 @subsection Details about version sort
6854
6855 Version sorting handles the fact that file names frequently include indices or
6856 version numbers.  Standard sorting usually does not produce the order that one
6857 expects because comparisons are made on a character-by-character basis.
6858 Version sorting is especially useful when browsing directories that contain
6859 many files with indices/version numbers in their names:
6860
6861 @example
6862 $ ls -1            $ ls -1v
6863 abc.zml-1.gz       abc.zml-1.gz
6864 abc.zml-12.gz      abc.zml-2.gz
6865 abc.zml-2.gz       abc.zml-12.gz
6866 @end example
6867
6868 Version-sorted strings are compared such that if @var{ver1} and @var{ver2}
6869 are version numbers and @var{prefix} and @var{suffix} (@var{suffix} matching
6870 the regular expression @samp{(\.[A-Za-z~][A-Za-z0-9~]*)*}) are strings then
6871 @var{ver1} < @var{ver2} implies that the name composed of
6872 ``@var{prefix} @var{ver1} @var{suffix}'' sorts before
6873 ``@var{prefix} @var{ver2} @var{suffix}''.
6874
6875 Note also that leading zeros of numeric parts are ignored:
6876
6877 @example
6878 $ ls -1            $ ls -1v
6879 abc-1.007.tgz      abc-1.01a.tgz
6880 abc-1.012b.tgz     abc-1.007.tgz
6881 abc-1.01a.tgz      abc-1.012b.tgz
6882 @end example
6883
6884 This functionality is implemented using gnulib's @code{filevercmp} function,
6885 which has some caveats worth noting.
6886
6887 @itemize @bullet
6888 @item @env{LC_COLLATE} is ignored, which means @samp{ls -v} and @samp{sort -V}
6889 will sort non-numeric prefixes as if the @env{LC_COLLATE} locale category
6890 was set to @samp{C}.
6891 @item Some suffixes will not be matched by the regular
6892 expression mentioned above.  Consequently these examples may
6893 not sort as you expect:
6894
6895 @example
6896 abc-1.2.3.4.7z
6897 abc-1.2.3.7z
6898 @end example
6899
6900 @example
6901 abc-1.2.3.4.x86_64.rpm
6902 abc-1.2.3.x86_64.rpm
6903 @end example
6904 @end itemize
6905
6906 @node General output formatting
6907 @subsection General output formatting
6908
6909 These options affect the appearance of the overall output.
6910
6911 @table @samp
6912
6913 @item -1
6914 @itemx --format=single-column
6915 @opindex -1
6916 @opindex --format
6917 @opindex single-column @r{output of files}
6918 List one file per line.  This is the default for @command{ls} when standard
6919 output is not a terminal.
6920
6921 @item -C
6922 @itemx --format=vertical
6923 @opindex -C
6924 @opindex --format
6925 @opindex vertical @r{sorted files in columns}
6926 List files in columns, sorted vertically.  This is the default for
6927 @command{ls} if standard output is a terminal.  It is always the default
6928 for the @command{dir} program.
6929 @sc{gnu} @command{ls} uses variable width columns to display as many files as
6930 possible in the fewest lines.
6931
6932 @item --color [=@var{when}]
6933 @opindex --color
6934 @cindex color, distinguishing file types with
6935 Specify whether to use color for distinguishing file types.  @var{when}
6936 may be omitted, or one of:
6937 @itemize @bullet
6938 @item none
6939 @vindex none @r{color option}
6940 - Do not use color at all.  This is the default.
6941 @item auto
6942 @vindex auto @r{color option}
6943 @cindex terminal, using color iff
6944 - Only use color if standard output is a terminal.
6945 @item always
6946 @vindex always @r{color option}
6947 - Always use color.
6948 @end itemize
6949 Specifying @option{--color} and no @var{when} is equivalent to
6950 @option{--color=always}.
6951 Piping a colorized listing through a pager like @command{more} or
6952 @command{less} usually produces unreadable results.  However, using
6953 @code{more -f} does seem to work.
6954
6955 @item -F
6956 @itemx --classify
6957 @itemx --indicator-style=classify
6958 @opindex -F
6959 @opindex --classify
6960 @opindex --indicator-style
6961 @cindex file type and executables, marking
6962 @cindex executables and file type, marking
6963 Append a character to each file name indicating the file type.  Also,
6964 for regular files that are executable, append @samp{*}.  The file type
6965 indicators are @samp{/} for directories, @samp{@@} for symbolic links,
6966 @samp{|} for FIFOs, @samp{=} for sockets, @samp{>} for doors,
6967 and nothing for regular files.
6968 @c The following sentence is the same as the one for -d.
6969 Do not follow symbolic links listed on the
6970 command line unless the @option{--dereference-command-line} (@option{-H}),
6971 @option{--dereference} (@option{-L}), or
6972 @option{--dereference-command-line-symlink-to-dir} options are specified.
6973
6974 @item --file-type
6975 @itemx --indicator-style=file-type
6976 @opindex --file-type
6977 @opindex --indicator-style
6978 @cindex file type, marking
6979 Append a character to each file name indicating the file type.  This is
6980 like @option{-F}, except that executables are not marked.
6981
6982 @item --indicator-style=@var{word}
6983 @opindex --indicator-style
6984 Append a character indicator with style @var{word} to entry names,
6985 as follows:
6986
6987 @table @samp
6988 @item none
6989 Do not append any character indicator; this is the default.
6990 @item slash
6991 Append @samp{/} for directories.  This is the same as the @option{-p}
6992 option.
6993 @item file-type
6994 Append @samp{/} for directories, @samp{@@} for symbolic links, @samp{|}
6995 for FIFOs, @samp{=} for sockets, and nothing for regular files.  This is
6996 the same as the @option{--file-type} option.
6997 @item classify
6998 Append @samp{*} for executable regular files, otherwise behave as for
6999 @samp{file-type}.  This is the same as the @option{-F} or
7000 @option{--classify} option.
7001 @end table
7002
7003 @item -k
7004 @opindex -k
7005 Print file sizes in 1024-byte blocks, overriding the default block
7006 size (@pxref{Block size}).
7007 This option is equivalent to @option{--block-size=1K}.
7008
7009 @item -m
7010 @itemx --format=commas
7011 @opindex -m
7012 @opindex --format
7013 @opindex commas@r{, outputting between files}
7014 List files horizontally, with as many as will fit on each line,
7015 separated by @samp{, } (a comma and a space).
7016
7017 @item -p
7018 @itemx --indicator-style=slash
7019 @opindex -p
7020 @opindex --indicator-style
7021 @cindex file type, marking
7022 Append a @samp{/} to directory names.
7023
7024 @item -x
7025 @itemx --format=across
7026 @itemx --format=horizontal
7027 @opindex -x
7028 @opindex --format
7029 @opindex across@r{, listing files}
7030 @opindex horizontal@r{, listing files}
7031 List the files in columns, sorted horizontally.
7032
7033 @item -T @var{cols}
7034 @itemx --tabsize=@var{cols}
7035 @opindex -T
7036 @opindex --tabsize
7037 Assume that each tab stop is @var{cols} columns wide.  The default is 8.
7038 @command{ls} uses tabs where possible in the output, for efficiency.  If
7039 @var{cols} is zero, do not use tabs at all.
7040
7041 @c FIXME: remove in 2009, if Apple Terminal has been fixed for long enough.
7042 Some terminal emulators (at least Apple Terminal 1.5 (133) from Mac OS X 10.4.8)
7043 do not properly align columns to the right of a TAB following a
7044 non-@acronym{ASCII} byte.  If you use such a terminal emulator, use the
7045 @option{-T0} option or put @code{TABSIZE=0} in your environment to tell
7046 @command{ls} to align using spaces, not tabs.
7047
7048 @item -w
7049 @itemx --width=@var{cols}
7050 @opindex -w
7051 @opindex --width
7052 @vindex COLUMNS
7053 Assume the screen is @var{cols} columns wide.  The default is taken
7054 from the terminal settings if possible; otherwise the environment
7055 variable @env{COLUMNS} is used if it is set; otherwise the default
7056 is 80.
7057
7058 @end table
7059
7060
7061 @node Formatting file timestamps
7062 @subsection Formatting file timestamps
7063
7064 By default, file timestamps are listed in abbreviated form, using
7065 a date like @samp{Mar 30@ @ 2002} for non-recent timestamps, and a
7066 date-without-year and time like @samp{Mar 30 23:45} for recent timestamps.
7067 This format can change depending on the current locale as detailed below.
7068
7069 A timestamp is considered to be @dfn{recent} if it is less than six
7070 months old, and is not dated in the future.  If a timestamp dated
7071 today is not listed in recent form, the timestamp is in the future,
7072 which means you probably have clock skew problems which may break
7073 programs like @command{make} that rely on file timestamps.
7074
7075 @vindex TZ
7076 Time stamps are listed according to the time zone rules specified by
7077 the @env{TZ} environment variable, or by the system default rules if
7078 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
7079 with @env{TZ}, libc, The GNU C Library Reference Manual}.
7080
7081 The following option changes how file timestamps are printed.
7082
7083 @table @samp
7084 @item --time-style=@var{style}
7085 @opindex --time-style
7086 @cindex time style
7087 List timestamps in style @var{style}.  The @var{style} should
7088 be one of the following:
7089
7090 @table @samp
7091 @item +@var{format}
7092 @vindex LC_TIME
7093 List timestamps using @var{format}, where @var{format} is interpreted
7094 like the format argument of @command{date} (@pxref{date invocation}).
7095 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
7096 @command{ls} to list timestamps like @samp{2002-03-30 23:45:56}.  As
7097 with @command{date}, @var{format}'s interpretation is affected by the
7098 @env{LC_TIME} locale category.
7099
7100 If @var{format} contains two format strings separated by a newline,
7101 the former is used for non-recent files and the latter for recent
7102 files; if you want output columns to line up, you may need to insert
7103 spaces in one of the two formats.
7104
7105 @item full-iso
7106 List timestamps in full using @acronym{ISO} 8601 date, time, and time zone
7107 format with nanosecond precision, e.g., @samp{2002-03-30
7108 23:45:56.477817180 -0700}.  This style is equivalent to
7109 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
7110
7111 This is useful because the time output includes all the information that
7112 is available from the operating system.  For example, this can help
7113 explain @command{make}'s behavior, since @acronym{GNU} @command{make}
7114 uses the full timestamp to determine whether a file is out of date.
7115
7116 @item long-iso
7117 List @acronym{ISO} 8601 date and time in minutes, e.g.,
7118 @samp{2002-03-30 23:45}.  These timestamps are shorter than
7119 @samp{full-iso} timestamps, and are usually good enough for everyday
7120 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
7121
7122 @item iso
7123 List @acronym{ISO} 8601 dates for non-recent timestamps (e.g.,
7124 @samp{2002-03-30@ }), and @acronym{ISO} 8601 month, day, hour, and
7125 minute for recent timestamps (e.g., @samp{03-30 23:45}).  These
7126 timestamps are uglier than @samp{long-iso} timestamps, but they carry
7127 nearly the same information in a smaller space and their brevity helps
7128 @command{ls} output fit within traditional 80-column output lines.
7129 The following two @command{ls} invocations are equivalent:
7130
7131 @example
7132 newline='
7133 '
7134 ls -l --time-style="+%Y-%m-%d $newline%m-%d %H:%M"
7135 ls -l --time-style="iso"
7136 @end example
7137
7138 @item locale
7139 @vindex LC_TIME
7140 List timestamps in a locale-dependent form.  For example, a Finnish
7141 locale might list non-recent timestamps like @samp{maalis 30@ @ 2002}
7142 and recent timestamps like @samp{maalis 30 23:45}.  Locale-dependent
7143 timestamps typically consume more space than @samp{iso} timestamps and
7144 are harder for programs to parse because locale conventions vary so
7145 widely, but they are easier for many people to read.
7146
7147 The @env{LC_TIME} locale category specifies the timestamp format.  The
7148 default @acronym{POSIX} locale uses timestamps like @samp{Mar 30@
7149 @ 2002} and @samp{Mar 30 23:45}; in this locale, the following two
7150 @command{ls} invocations are equivalent:
7151
7152 @example
7153 newline='
7154 '
7155 ls -l --time-style="+%b %e  %Y$newline%b %e %H:%M"
7156 ls -l --time-style="locale"
7157 @end example
7158
7159 Other locales behave differently.  For example, in a German locale,
7160 @option{--time-style="locale"} might be equivalent to
7161 @option{--time-style="+%e. %b %Y $newline%e. %b %H:%M"}
7162 and might generate timestamps like @samp{30. M@"ar 2002@ } and
7163 @samp{30. M@"ar 23:45}.
7164
7165 @item posix-@var{style}
7166 @vindex LC_TIME
7167 List @acronym{POSIX}-locale timestamps if the @env{LC_TIME} locale
7168 category is @acronym{POSIX}, @var{style} timestamps otherwise.  For
7169 example, the @samp{posix-long-iso} style lists
7170 timestamps like @samp{Mar 30@ @ 2002} and @samp{Mar 30 23:45} when in
7171 the @acronym{POSIX} locale, and like @samp{2002-03-30 23:45} otherwise.
7172 @end table
7173 @end table
7174
7175 @vindex TIME_STYLE
7176 You can specify the default value of the @option{--time-style} option
7177 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
7178 the default style is @samp{locale}.  @acronym{GNU} Emacs 21.3 and
7179 later use the @option{--dired} option and therefore can parse any date
7180 format, but if you are using Emacs 21.1 or 21.2 and specify a
7181 non-@acronym{POSIX} locale you may need to set
7182 @samp{TIME_STYLE="posix-long-iso"}.
7183
7184 To avoid certain denial-of-service attacks, timestamps that would be
7185 longer than 1000 bytes may be treated as errors.
7186
7187
7188 @node Formatting the file names
7189 @subsection Formatting the file names
7190
7191 These options change how file names themselves are printed.
7192
7193 @table @samp
7194
7195 @item -b
7196 @itemx --escape
7197 @itemx --quoting-style=escape
7198 @opindex -b
7199 @opindex --escape
7200 @opindex --quoting-style
7201 @cindex backslash sequences for file names
7202 Quote nongraphic characters in file names using alphabetic and octal
7203 backslash sequences like those used in C.
7204
7205 @item -N
7206 @itemx --literal
7207 @itemx --quoting-style=literal
7208 @opindex -N
7209 @opindex --literal
7210 @opindex --quoting-style
7211 Do not quote file names.  However, with @command{ls} nongraphic
7212 characters are still printed as question marks if the output is a
7213 terminal and you do not specify the @option{--show-control-chars}
7214 option.
7215
7216 @item -q
7217 @itemx --hide-control-chars
7218 @opindex -q
7219 @opindex --hide-control-chars
7220 Print question marks instead of nongraphic characters in file names.
7221 This is the default if the output is a terminal and the program is
7222 @command{ls}.
7223
7224 @item -Q
7225 @itemx --quote-name
7226 @itemx --quoting-style=c
7227 @opindex -Q
7228 @opindex --quote-name
7229 @opindex --quoting-style
7230 Enclose file names in double quotes and quote nongraphic characters as
7231 in C.
7232
7233 @item --quoting-style=@var{word}
7234 @opindex --quoting-style
7235 @cindex quoting style
7236 Use style @var{word} to quote file names and other strings that may
7237 contain arbitrary characters.  The @var{word} should
7238 be one of the following:
7239
7240 @table @samp
7241 @item literal
7242 Output strings as-is; this is the same as the @option{-N} or
7243 @option{--literal} option.
7244 @item shell
7245 Quote strings for the shell if they contain shell metacharacters or would
7246 cause ambiguous output.
7247 The quoting is suitable for @acronym{POSIX}-compatible shells like
7248 @command{bash}, but it does not always work for incompatible shells
7249 like @command{csh}.
7250 @item shell-always
7251 Quote strings for the shell, even if they would normally not require quoting.
7252 @item c
7253 Quote strings as for C character string literals, including the
7254 surrounding double-quote characters; this is the same as the
7255 @option{-Q} or @option{--quote-name} option.
7256 @item escape
7257 Quote strings as for C character string literals, except omit the
7258 surrounding double-quote
7259 characters; this is the same as the @option{-b} or @option{--escape} option.
7260 @item clocale
7261 Quote strings as for C character string literals, except use
7262 surrounding quotation marks appropriate for the
7263 locale.
7264 @item locale
7265 @c Use @t instead of @samp to avoid duplicate quoting in some output styles.
7266 Quote strings as for C character string literals, except use
7267 surrounding quotation marks appropriate for the locale, and quote
7268 @t{`like this'} instead of @t{"like
7269 this"} in the default C locale.  This looks nicer on many displays.
7270 @end table
7271
7272 You can specify the default value of the @option{--quoting-style} option
7273 with the environment variable @env{QUOTING_STYLE}.  If that environment
7274 variable is not set, the default value is @samp{literal}, but this
7275 default may change to @samp{shell} in a future version of this package.
7276
7277 @item --show-control-chars
7278 @opindex --show-control-chars
7279 Print nongraphic characters as-is in file names.
7280 This is the default unless the output is a terminal and the program is
7281 @command{ls}.
7282
7283 @end table
7284
7285
7286 @node dir invocation
7287 @section @command{dir}: Briefly list directory contents
7288
7289 @pindex dir
7290 @cindex directory listing, brief
7291
7292 @command{dir} is equivalent to @code{ls -C
7293 -b}; that is, by default files are listed in columns, sorted vertically,
7294 and special characters are represented by backslash escape sequences.
7295
7296 @xref{ls invocation, @command{ls}}.
7297
7298
7299 @node vdir invocation
7300 @section @command{vdir}: Verbosely list directory contents
7301
7302 @pindex vdir
7303 @cindex directory listing, verbose
7304
7305 @command{vdir} is equivalent to @code{ls -l
7306 -b}; that is, by default files are listed in long format and special
7307 characters are represented by backslash escape sequences.
7308
7309 @node dircolors invocation
7310 @section @command{dircolors}: Color setup for @command{ls}
7311
7312 @pindex dircolors
7313 @cindex color setup
7314 @cindex setup for color
7315
7316 @command{dircolors} outputs a sequence of shell commands to set up the
7317 terminal for color output from @command{ls} (and @command{dir}, etc.).
7318 Typical usage:
7319
7320 @example
7321 eval "`dircolors [@var{option}]@dots{} [@var{file}]`"
7322 @end example
7323
7324 If @var{file} is specified, @command{dircolors} reads it to determine which
7325 colors to use for which file types and extensions.  Otherwise, a
7326 precompiled database is used.  For details on the format of these files,
7327 run @samp{dircolors --print-database}.
7328
7329 To make @command{dircolors} read a @file{~/.dircolors} file if it
7330 exists, you can put the following lines in your @file{~/.bashrc} (or
7331 adapt them to your favorite shell):
7332
7333 @example
7334 d=.dircolors
7335 test -r $d && eval "$(dircolors $d)"
7336 @end example
7337
7338 @vindex LS_COLORS
7339 @vindex SHELL @r{environment variable, and color}
7340 The output is a shell command to set the @env{LS_COLORS} environment
7341 variable.  You can specify the shell syntax to use on the command line,
7342 or @command{dircolors} will guess it from the value of the @env{SHELL}
7343 environment variable.
7344
7345 The program accepts the following options.  Also see @ref{Common options}.
7346
7347 @table @samp
7348 @item -b
7349 @itemx --sh
7350 @itemx --bourne-shell
7351 @opindex -b
7352 @opindex --sh
7353 @opindex --bourne-shell
7354 @cindex Bourne shell syntax for color setup
7355 @cindex @command{sh} syntax for color setup
7356 Output Bourne shell commands.  This is the default if the @env{SHELL}
7357 environment variable is set and does not end with @samp{csh} or
7358 @samp{tcsh}.
7359
7360 @item -c
7361 @itemx --csh
7362 @itemx --c-shell
7363 @opindex -c
7364 @opindex --csh
7365 @opindex --c-shell
7366 @cindex C shell syntax for color setup
7367 @cindex @command{csh} syntax for color setup
7368 Output C shell commands.  This is the default if @code{SHELL} ends with
7369 @command{csh} or @command{tcsh}.
7370
7371 @item -p
7372 @itemx --print-database
7373 @opindex -p
7374 @opindex --print-database
7375 @cindex color database, printing
7376 @cindex database for color setup, printing
7377 @cindex printing color database
7378 Print the (compiled-in) default color configuration database.  This
7379 output is itself a valid configuration file, and is fairly descriptive
7380 of the possibilities.
7381
7382 @end table
7383
7384 @exitstatus
7385
7386
7387 @node Basic operations
7388 @chapter Basic operations
7389
7390 @cindex manipulating files
7391
7392 This chapter describes the commands for basic file manipulation:
7393 copying, moving (renaming), and deleting (removing).
7394
7395 @menu
7396 * cp invocation::               Copy files.
7397 * dd invocation::               Convert and copy a file.
7398 * install invocation::          Copy files and set attributes.
7399 * mv invocation::               Move (rename) files.
7400 * rm invocation::               Remove files or directories.
7401 * shred invocation::            Remove files more securely.
7402 @end menu
7403
7404
7405 @node cp invocation
7406 @section @command{cp}: Copy files and directories
7407
7408 @pindex cp
7409 @cindex copying files and directories
7410 @cindex files, copying
7411 @cindex directories, copying
7412
7413 @command{cp} copies files (or, optionally, directories).  The copy is
7414 completely independent of the original.  You can either copy one file to
7415 another, or copy arbitrarily many files to a destination directory.
7416 Synopses:
7417
7418 @example
7419 cp [@var{option}]@dots{} [-T] @var{source} @var{dest}
7420 cp [@var{option}]@dots{} @var{source}@dots{} @var{directory}
7421 cp [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
7422 @end example
7423
7424 @itemize @bullet
7425 @item
7426 If two file names are given, @command{cp} copies the first file to the
7427 second.
7428
7429 @item
7430 If the @option{--target-directory} (@option{-t}) option is given, or
7431 failing that if the last file is a directory and the
7432 @option{--no-target-directory} (@option{-T}) option is not given,
7433 @command{cp} copies each @var{source} file to the specified directory,
7434 using the @var{source}s' names.
7435 @end itemize
7436
7437 Generally, files are written just as they are read.  For exceptions,
7438 see the @option{--sparse} option below.
7439
7440 By default, @command{cp} does not copy directories.  However, the
7441 @option{-R}, @option{-a}, and @option{-r} options cause @command{cp} to
7442 copy recursively by descending into source directories and copying files
7443 to corresponding destination directories.
7444
7445 When copying from a symbolic link, @command{cp} normally follows the
7446 link only when not copying
7447 recursively.  This default can be overridden with the
7448 @option{--archive} (@option{-a}), @option{-d}, @option{--dereference}
7449 (@option{-L}), @option{--no-dereference} (@option{-P}), and
7450 @option{-H} options.  If more than one of these options is specified,
7451 the last one silently overrides the others.
7452
7453 When copying to a symbolic link, @command{cp} follows the
7454 link only when it refers to an existing regular file.
7455 However, when copying to a dangling symbolic link, @command{cp}
7456 refuses by default, and fails with a diagnostic, since the operation
7457 is inherently dangerous.  This behavior is contrary to historical
7458 practice and to @acronym{POSIX}.
7459 Set @env{POSIXLY_CORRECT} to make @command{cp} attempt to create
7460 the target of a dangling destination symlink, in spite of the possible risk.
7461 Also, when an option like
7462 @option{--backup} or @option{--link} acts to rename or remove the
7463 destination before copying, @command{cp} renames or removes the
7464 symbolic link rather than the file it points to.
7465
7466 By default, @command{cp} copies the contents of special files only
7467 when not copying recursively.  This default can be overridden with the
7468 @option{--copy-contents} option.
7469
7470 @cindex self-backups
7471 @cindex backups, making only
7472 @command{cp} generally refuses to copy a file onto itself, with the
7473 following exception: if @option{--force --backup} is specified with
7474 @var{source} and @var{dest} identical, and referring to a regular file,
7475 @command{cp} will make a backup file, either regular or numbered, as
7476 specified in the usual ways (@pxref{Backup options}).  This is useful when
7477 you simply want to make a backup of an existing file before changing it.
7478
7479 The program accepts the following options.  Also see @ref{Common options}.
7480
7481 @table @samp
7482 @item -a
7483 @itemx --archive
7484 @opindex -a
7485 @opindex --archive
7486 Preserve as much as possible of the structure and attributes of the
7487 original files in the copy (but do not attempt to preserve internal
7488 directory structure; i.e., @samp{ls -U} may list the entries in a copied
7489 directory in a different order).
7490 Try to preserve SELinux security context and extended attributes (xattr),
7491 but ignore any failure to do that and print no corresponding diagnostic.
7492 Equivalent to @option{-dR --preserve=all} with the reduced diagnostics.
7493
7494 @itemx --attributes-only
7495 @opindex --attributes-only
7496 Preserve the specified attributes of the original files in the copy,
7497 but do not copy any data.  See the @option{--preserve} option for
7498 controlling which attributes to copy.
7499
7500 @item -b
7501 @itemx @w{@kbd{--backup}[=@var{method}]}
7502 @opindex -b
7503 @opindex --backup
7504 @vindex VERSION_CONTROL
7505 @cindex backups, making
7506 @xref{Backup options}.
7507 Make a backup of each file that would otherwise be overwritten or removed.
7508 As a special case, @command{cp} makes a backup of @var{source} when the force
7509 and backup options are given and @var{source} and @var{dest} are the same
7510 name for an existing, regular file.  One useful application of this
7511 combination of options is this tiny Bourne shell script:
7512
7513 @example
7514 #!/bin/sh
7515 # Usage: backup FILE...
7516 # Create a @sc{gnu}-style backup of each listed FILE.
7517 for i; do
7518   cp --backup --force -- "$i" "$i"
7519 done
7520 @end example
7521
7522 @item --copy-contents
7523 @cindex directories, copying recursively
7524 @cindex copying directories recursively
7525 @cindex recursively copying directories
7526 @cindex non-directories, copying as special files
7527 If copying recursively, copy the contents of any special files (e.g.,
7528 FIFOs and device files) as if they were regular files.  This means
7529 trying to read the data in each source file and writing it to the
7530 destination.  It is usually a mistake to use this option, as it
7531 normally has undesirable effects on special files like FIFOs and the
7532 ones typically found in the @file{/dev} directory.  In most cases,
7533 @code{cp -R --copy-contents} will hang indefinitely trying to read
7534 from FIFOs and special files like @file{/dev/console}, and it will
7535 fill up your destination disk if you use it to copy @file{/dev/zero}.
7536 This option has no effect unless copying recursively, and it does not
7537 affect the copying of symbolic links.
7538
7539 @item -d
7540 @opindex -d
7541 @cindex symbolic links, copying
7542 @cindex hard links, preserving
7543 Copy symbolic links as symbolic links rather than copying the files that
7544 they point to, and preserve hard links between source files in the copies.
7545 Equivalent to @option{--no-dereference --preserve=links}.
7546
7547 @item -f
7548 @itemx --force
7549 @opindex -f
7550 @opindex --force
7551 When copying without this option and an existing destination file cannot
7552 be opened for writing, the copy fails.  However, with @option{--force}),
7553 when a destination file cannot be opened, @command{cp} then removes it and
7554 tries to open it again.  Contrast this behavior with that enabled by
7555 @option{--link} and @option{--symbolic-link}, whereby the destination file
7556 is never opened but rather is removed unconditionally.  Also see the
7557 description of @option{--remove-destination}.
7558
7559 This option is independent of the @option{--interactive} or
7560 @option{-i} option: neither cancels the effect of the other.
7561
7562 This option is redundant if the @option{--no-clobber} or @option{-n} option is
7563 used.
7564
7565 @item -H
7566 @opindex -H
7567 If a command line argument specifies a symbolic link, then copy the
7568 file it points to rather than the symbolic link itself.  However,
7569 copy (preserving its nature) any symbolic link that is encountered
7570 via recursive traversal.
7571
7572 @item -i
7573 @itemx --interactive
7574 @opindex -i
7575 @opindex --interactive
7576 When copying a file other than a directory, prompt whether to
7577 overwrite an existing destination file. The @option{-i} option overrides
7578 a previous @option{-n} option.
7579
7580 @item -l
7581 @itemx --link
7582 @opindex -l
7583 @opindex --link
7584 Make hard links instead of copies of non-directories.
7585
7586 @item -L
7587 @itemx --dereference
7588 @opindex -L
7589 @opindex --dereference
7590 Follow symbolic links when copying from them.
7591 With this option, @command{cp} cannot create a symbolic link.
7592 For example, a symlink (to regular file) in the source tree will be copied to
7593 a regular file in the destination tree.
7594
7595 @item -n
7596 @itemx --no-clobber
7597 @opindex -n
7598 @opindex --no-clobber
7599 Do not overwrite an existing file. The @option{-n} option overrides a previous
7600 @option{-i} option. This option is mutually exclusive with @option{-b} or
7601 @option{--backup} option.
7602
7603 @item -P
7604 @itemx --no-dereference
7605 @opindex -P
7606 @opindex --no-dereference
7607 @cindex symbolic links, copying
7608 Copy symbolic links as symbolic links rather than copying the files that
7609 they point to.  This option affects only symbolic links in the source;
7610 symbolic links in the destination are always followed if possible.
7611
7612 @item -p
7613 @itemx @w{@kbd{--preserve}[=@var{attribute_list}]}
7614 @opindex -p
7615 @opindex --preserve
7616 @cindex file information, preserving, extended attributes, xattr
7617 Preserve the specified attributes of the original files.
7618 If specified, the @var{attribute_list} must be a comma-separated list
7619 of one or more of the following strings:
7620
7621 @table @samp
7622 @itemx mode
7623 Preserve the file mode bits and access control lists.
7624 @itemx ownership
7625 Preserve the owner and group.  On most modern systems,
7626 only users with appropriate privileges may change the owner of a file,
7627 and ordinary users
7628 may preserve the group ownership of a file only if they happen to be
7629 a member of the desired group.
7630 @itemx timestamps
7631 Preserve the times of last access and last modification, when possible.
7632 On older systems, it is not possible to preserve these attributes
7633 when the affected file is a symbolic link.
7634 However, many systems now provide the @code{utimensat} function,
7635 which makes it possible even for symbolic links.
7636 @itemx links
7637 Preserve in the destination files
7638 any links between corresponding source files.
7639 Note that with @option{-L} or @option{-H}, this option can convert
7640 symbolic links to hard links.  For example,
7641 @example
7642 $ mkdir c; : > a; ln -s a b; cp -aH a b c; ls -i1 c
7643 74161745 a
7644 74161745 b
7645 @end example
7646 @noindent
7647 Note the inputs: @file{b} is a symlink to regular file @file{a},
7648 yet the files in destination directory, @file{c/}, are hard-linked.
7649 Since @option{-a} implies @option{--preserve=links}, and since @option{-H}
7650 tells @command{cp} to dereference command line arguments, it sees two files
7651 with the same inode number, and preserves the perceived hard link.
7652
7653 Here is a similar example that exercises @command{cp}'s @option{-L} option:
7654 @smallexample
7655 $ mkdir b c; (cd b; : > a; ln -s a b); cp -aL b c; ls -i1 c/b
7656 74163295 a
7657 74163295 b
7658 @end smallexample
7659
7660 @itemx context
7661 Preserve SELinux security context of the file, or fail with full diagnostics.
7662 @itemx xattr
7663 Preserve extended attributes of the file, or fail with full diagnostics.
7664 If @command{cp} is built without xattr support, ignore this option.
7665 If SELinux context, ACLs or Capabilities are implemented using xattrs,
7666 they are preserved by this option as well.
7667 @itemx all
7668 Preserve all file attributes.
7669 Equivalent to specifying all of the above, but with the difference
7670 that failure to preserve SELinux security context or extended attributes
7671 does not change @command{cp}'s exit status.  In contrast to @option{-a},
7672 all but @samp{Operation not supported} warnings are output.
7673 @end table
7674
7675 Using @option{--preserve} with no @var{attribute_list} is equivalent
7676 to @option{--preserve=mode,ownership,timestamps}.
7677
7678 In the absence of this option, each destination file is created with the
7679 mode bits of the corresponding source file, minus the bits set in the
7680 umask and minus the set-user-ID and set-group-ID bits.
7681 @xref{File permissions}.
7682
7683 @itemx @w{@kbd{--no-preserve}=@var{attribute_list}}
7684 @cindex file information, preserving
7685 Do not preserve the specified attributes.  The @var{attribute_list}
7686 has the same form as for @option{--preserve}.
7687
7688 @itemx --parents
7689 @opindex --parents
7690 @cindex parent directories and @command{cp}
7691 Form the name of each destination file by appending to the target
7692 directory a slash and the specified name of the source file.  The last
7693 argument given to @command{cp} must be the name of an existing directory.
7694 For example, the command:
7695
7696 @example
7697 cp --parents a/b/c existing_dir
7698 @end example
7699
7700 @noindent
7701 copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
7702 any missing intermediate directories.
7703
7704 @item -R
7705 @itemx -r
7706 @itemx --recursive
7707 @opindex -R
7708 @opindex -r
7709 @opindex --recursive
7710 @cindex directories, copying recursively
7711 @cindex copying directories recursively
7712 @cindex recursively copying directories
7713 @cindex non-directories, copying as special files
7714 Copy directories recursively.  By default, do not follow symbolic
7715 links in the source; see the @option{--archive} (@option{-a}), @option{-d},
7716 @option{--dereference} (@option{-L}), @option{--no-dereference}
7717 (@option{-P}), and @option{-H} options.  Special files are copied by
7718 creating a destination file of the same type as the source; see the
7719 @option{--copy-contents} option.  It is not portable to use
7720 @option{-r} to copy symbolic links or special files.  On some
7721 non-@sc{gnu} systems, @option{-r} implies the equivalent of
7722 @option{-L} and @option{--copy-contents} for historical reasons.
7723 Also, it is not portable to use @option{-R} to copy symbolic links
7724 unless you also specify @option{-P}, as @acronym{POSIX} allows
7725 implementations that dereference symbolic links by default.
7726
7727 @item --reflink[=@var{when}]
7728 @opindex --reflink[=@var{when}]
7729 @cindex COW
7730 @cindex clone
7731 @cindex copy on write
7732 Perform a lightweight, copy-on-write (COW) copy, if supported by the
7733 file system. Once it has succeeded, beware that the source and destination
7734 files share the same disk data blocks as long as they remain unmodified.
7735 Thus, if a disk I/O error affects data blocks of one of the files,
7736 the other suffers the same fate.
7737
7738 The @var{when} value can be one of the following:
7739
7740 @table @samp
7741 @item always
7742 The default behavior: if the copy-on-write operation is not supported
7743 then report the failure for each file and exit with a failure status.
7744
7745 @item auto
7746 If the copy-on-write operation is not supported then fall back
7747 to the standard copy behaviour.
7748 @end table
7749
7750 This option is overridden by the @option{--link}, @option{--symbolic-link}
7751 and @option{--attributes-only} options, thus allowing it to be used
7752 to configure the default data copying behavior for @command{cp}.
7753 For example, with the following alias, @command{cp} will use the
7754 minimum amount of space supported by the file system.
7755
7756 @example
7757 alias cp='cp --reflink=auto --sparse=always'
7758 @end example
7759
7760 @item --remove-destination
7761 @opindex --remove-destination
7762 Remove each existing destination file before attempting to open it
7763 (contrast with @option{-f} above).
7764
7765 @item --sparse=@var{when}
7766 @opindex --sparse=@var{when}
7767 @cindex sparse files, copying
7768 @cindex holes, copying files with
7769 @findex read @r{system call, and holes}
7770 A @dfn{sparse file} contains @dfn{holes}---a sequence of zero bytes that
7771 does not occupy any physical disk blocks; the @samp{read} system call
7772 reads these as zeros.  This can both save considerable disk space and
7773 increase speed, since many binary files contain lots of consecutive zero
7774 bytes.  By default, @command{cp} detects holes in input source files via a crude
7775 heuristic and makes the corresponding output file sparse as well.
7776 Only regular files may be sparse.
7777
7778 The @var{when} value can be one of the following:
7779
7780 @table @samp
7781 @item auto
7782 The default behavior: if the input file is sparse, attempt to make
7783 the output file sparse, too.  However, if an output file exists but
7784 refers to a non-regular file, then do not attempt to make it sparse.
7785
7786 @item always
7787 For each sufficiently long sequence of zero bytes in the input file,
7788 attempt to create a corresponding hole in the output file, even if the
7789 input file does not appear to be sparse.
7790 This is useful when the input file resides on a file system
7791 that does not support sparse files
7792 (for example,  @samp{efs} file systems in SGI IRIX 5.3 and earlier),
7793 but the output file is on a type of file system that does support them.
7794 Holes may be created only in regular files, so if the destination file
7795 is of some other type, @command{cp} does not even try to make it sparse.
7796
7797 @item never
7798 Never make the output file sparse.
7799 This is useful in creating a file for use with the @command{mkswap} command,
7800 since such a file must not have any holes.
7801 @end table
7802
7803 @optStripTrailingSlashes
7804
7805 @item -s
7806 @itemx --symbolic-link
7807 @opindex -s
7808 @opindex --symbolic-link
7809 @cindex symbolic links, copying with
7810 Make symbolic links instead of copies of non-directories.  All source
7811 file names must be absolute (starting with @samp{/}) unless the
7812 destination files are in the current directory.  This option merely
7813 results in an error message on systems that do not support symbolic links.
7814
7815 @optBackupSuffix
7816
7817 @optTargetDirectory
7818
7819 @optNoTargetDirectory
7820
7821 @item -u
7822 @itemx --update
7823 @opindex -u
7824 @opindex --update
7825 @cindex newer files, copying only
7826 Do not copy a non-directory that has an existing destination with the
7827 same or newer modification time.  If time stamps are being preserved,
7828 the comparison is to the source time stamp truncated to the
7829 resolutions of the destination file system and of the system calls
7830 used to update time stamps; this avoids duplicate work if several
7831 @samp{cp -pu} commands are executed with the same source and
7832 destination.
7833
7834 @item -v
7835 @itemx --verbose
7836 @opindex -v
7837 @opindex --verbose
7838 Print the name of each file before copying it.
7839
7840 @item -x
7841 @itemx --one-file-system
7842 @opindex -x
7843 @opindex --one-file-system
7844 @cindex file systems, omitting copying to different
7845 Skip subdirectories that are on different file systems from the one that
7846 the copy started on.
7847 However, mount point directories @emph{are} copied.
7848
7849 @end table
7850
7851 @exitstatus
7852
7853
7854 @node dd invocation
7855 @section @command{dd}: Convert and copy a file
7856
7857 @pindex dd
7858 @cindex converting while copying a file
7859
7860 @command{dd} copies a file (from standard input to standard output, by
7861 default) with a changeable I/O block size, while optionally performing
7862 conversions on it.  Synopses:
7863
7864 @example
7865 dd [@var{operand}]@dots{}
7866 dd @var{option}
7867 @end example
7868
7869 The only options are @option{--help} and @option{--version}.
7870 @xref{Common options}.  @command{dd} accepts the following operands.
7871
7872 @table @samp
7873
7874 @item if=@var{file}
7875 @opindex if
7876 Read from @var{file} instead of standard input.
7877
7878 @item of=@var{file}
7879 @opindex of
7880 Write to @var{file} instead of standard output.  Unless
7881 @samp{conv=notrunc} is given, @command{dd} truncates @var{file} to zero
7882 bytes (or the size specified with @samp{seek=}).
7883
7884 @item ibs=@var{bytes}
7885 @opindex ibs
7886 @cindex block size of input
7887 @cindex input block size
7888 Set the input block size to @var{bytes}.
7889 This makes @command{dd} read @var{bytes} per block.
7890 The default is 512 bytes.
7891
7892 @item obs=@var{bytes}
7893 @opindex obs
7894 @cindex block size of output
7895 @cindex output block size
7896 Set the output block size to @var{bytes}.
7897 This makes @command{dd} write @var{bytes} per block.
7898 The default is 512 bytes.
7899
7900 @item bs=@var{bytes}
7901 @opindex bs
7902 @cindex block size
7903 Set both input and output block sizes to @var{bytes}.
7904 This makes @command{dd} read and write @var{bytes} per block,
7905 overriding any @samp{ibs} and @samp{obs} settings.
7906 In addition, if no data-transforming @option{conv} option is specified,
7907 each input block is copied to the output as a single block,
7908 without aggregating short reads.
7909
7910 @item cbs=@var{bytes}
7911 @opindex cbs
7912 @cindex block size of conversion
7913 @cindex conversion block size
7914 @cindex fixed-length records, converting to variable-length
7915 @cindex variable-length records, converting to fixed-length
7916 Set the conversion block size to @var{bytes}.
7917 When converting variable-length records to fixed-length ones
7918 (@option{conv=block}) or the reverse (@option{conv=unblock}),
7919 use @var{bytes} as the fixed record length.
7920
7921 @item skip=@var{blocks}
7922 @opindex skip
7923 Skip @var{blocks} @samp{ibs}-byte blocks in the input file before copying.
7924
7925 @item seek=@var{blocks}
7926 @opindex seek
7927 Skip @var{blocks} @samp{obs}-byte blocks in the output file before copying.
7928
7929 @item count=@var{blocks}
7930 @opindex count
7931 Copy @var{blocks} @samp{ibs}-byte blocks from the input file, instead
7932 of everything until the end of the file.
7933
7934 @item status=noxfer
7935 @opindex status
7936 Do not print the overall transfer rate and volume statistics
7937 that normally make up the third status line when @command{dd} exits.
7938
7939 @item conv=@var{conversion}[,@var{conversion}]@dots{}
7940 @opindex conv
7941 Convert the file as specified by the @var{conversion} argument(s).
7942 (No spaces around any comma(s).)
7943
7944 Conversions:
7945
7946 @table @samp
7947
7948 @item ascii
7949 @opindex ascii@r{, converting to}
7950 Convert @acronym{EBCDIC} to @acronym{ASCII},
7951 using the conversion table specified by @acronym{POSIX}.
7952 This provides a 1:1 translation for all 256 bytes.
7953
7954 @item ebcdic
7955 @opindex ebcdic@r{, converting to}
7956 Convert @acronym{ASCII} to @acronym{EBCDIC}.
7957 This is the inverse of the @samp{ascii} conversion.
7958
7959 @item ibm
7960 @opindex alternate ebcdic@r{, converting to}
7961 Convert @acronym{ASCII} to alternate @acronym{EBCDIC},
7962 using the alternate conversion table specified by @acronym{POSIX}.
7963 This is not a 1:1 translation, but reflects common historical practice
7964 for @samp{~}, @samp{[}, and @samp{]}.
7965
7966 The @samp{ascii}, @samp{ebcdic}, and @samp{ibm} conversions are
7967 mutually exclusive.
7968
7969 @item block
7970 @opindex block @r{(space-padding)}
7971 For each line in the input, output @samp{cbs} bytes, replacing the
7972 input newline with a space and padding with spaces as necessary.
7973
7974 @item unblock
7975 @opindex unblock
7976 Remove any trailing spaces in each @samp{cbs}-sized input block,
7977 and append a newline.
7978
7979 The @samp{block} and @samp{unblock} conversions are mutually exclusive.
7980
7981 @item lcase
7982 @opindex lcase@r{, converting to}
7983 Change uppercase letters to lowercase.
7984
7985 @item ucase
7986 @opindex ucase@r{, converting to}
7987 Change lowercase letters to uppercase.
7988
7989 The @samp{lcase} and @samp{ucase} conversions are mutually exclusive.
7990
7991 @item swab
7992 @opindex swab @r{(byte-swapping)}
7993 @cindex byte-swapping
7994 Swap every pair of input bytes.  @sc{gnu} @command{dd}, unlike others, works
7995 when an odd number of bytes are read---the last byte is simply copied
7996 (since there is nothing to swap it with).
7997
7998 @item noerror
7999 @opindex noerror
8000 @cindex read errors, ignoring
8001 Continue after read errors.
8002
8003 @item nocreat
8004 @opindex nocreat
8005 @cindex creating output file, avoiding
8006 Do not create the output file; the output file must already exist.
8007
8008 @item excl
8009 @opindex excl
8010 @cindex creating output file, requiring
8011 Fail if the output file already exists; @command{dd} must create the
8012 output file itself.
8013
8014 The @samp{excl} and @samp{nocreat} conversions are mutually exclusive.
8015
8016 @item notrunc
8017 @opindex notrunc
8018 @cindex truncating output file, avoiding
8019 Do not truncate the output file.
8020
8021 @item sync
8022 @opindex sync @r{(padding with @acronym{ASCII} @sc{nul}s)}
8023 Pad every input block to size of @samp{ibs} with trailing zero bytes.
8024 When used with @samp{block} or @samp{unblock}, pad with spaces instead of
8025 zero bytes.
8026
8027 @item fdatasync
8028 @opindex fdatasync
8029 @cindex synchronized data writes, before finishing
8030 Synchronize output data just before finishing.  This forces a physical
8031 write of output data.
8032
8033 @item fsync
8034 @opindex fsync
8035 @cindex synchronized data and metadata writes, before finishing
8036 Synchronize output data and metadata just before finishing.  This
8037 forces a physical write of output data and metadata.
8038
8039 @end table
8040
8041 @item iflag=@var{flag}[,@var{flag}]@dots{}
8042 @opindex iflag
8043 Access the input file using the flags specified by the @var{flag}
8044 argument(s).  (No spaces around any comma(s).)
8045
8046 @item oflag=@var{flag}[,@var{flag}]@dots{}
8047 @opindex oflag
8048 Access the output file using the flags specified by the @var{flag}
8049 argument(s).  (No spaces around any comma(s).)
8050
8051 Here are the flags.  Not every flag is supported on every operating
8052 system.
8053
8054 @table @samp
8055
8056 @item append
8057 @opindex append
8058 @cindex appending to the output file
8059 Write in append mode, so that even if some other process is writing to
8060 this file, every @command{dd} write will append to the current
8061 contents of the file.  This flag makes sense only for output.
8062 If you combine this flag with the @samp{of=@var{file}} operand,
8063 you should also specify @samp{conv=notrunc} unless you want the
8064 output file to be truncated before being appended to.
8065
8066 @item cio
8067 @opindex cio
8068 @cindex concurrent I/O
8069 Use concurrent I/O mode for data.  This mode performs direct I/O
8070 and drops the @acronym{POSIX} requirement to serialize all I/O to the same file.
8071 A file cannot be opened in CIO mode and with a standard open at the
8072 same time.
8073
8074 @item direct
8075 @opindex direct
8076 @cindex direct I/O
8077 Use direct I/O for data, avoiding the buffer cache.
8078 Note that the kernel may impose restrictions on read or write buffer sizes.
8079 For example, with an ext4 destination file system and a linux-based kernel,
8080 using @samp{oflag=direct} will cause writes to fail with @code{EINVAL} if the
8081 output buffer size is not a multiple of 512.
8082
8083 @item directory
8084 @opindex directory
8085 @cindex directory I/O
8086
8087 Fail unless the file is a directory.  Most operating systems do not
8088 allow I/O to a directory, so this flag has limited utility.
8089
8090 @item dsync
8091 @opindex dsync
8092 @cindex synchronized data reads
8093 Use synchronized I/O for data.  For the output file, this forces a
8094 physical write of output data on each write.  For the input file,
8095 this flag can matter when reading from a remote file that has been
8096 written to synchronously by some other process.  Metadata (e.g.,
8097 last-access and last-modified time) is not necessarily synchronized.
8098
8099 @item sync
8100 @opindex sync
8101 @cindex synchronized data and metadata I/O
8102 Use synchronized I/O for both data and metadata.
8103
8104 @item nonblock
8105 @opindex nonblock
8106 @cindex nonblocking I/O
8107 Use non-blocking I/O.
8108
8109 @item noatime
8110 @opindex noatime
8111 @cindex access time
8112 Do not update the file's access time.
8113 Some older file systems silently ignore this flag, so it is a good
8114 idea to test it on your files before relying on it.
8115
8116 @item noctty
8117 @opindex noctty
8118 @cindex controlling terminal
8119 Do not assign the file to be a controlling terminal for @command{dd}.
8120 This has no effect when the file is not a terminal.
8121 On many hosts (e.g., @acronym{GNU}/Linux hosts), this option has no effect
8122 at all.
8123
8124 @item nofollow
8125 @opindex nofollow
8126 @cindex symbolic links, following
8127 Do not follow symbolic links.
8128
8129 @item nolinks
8130 @opindex nolinks
8131 @cindex hard links
8132 Fail if the file has multiple hard links.
8133
8134 @item binary
8135 @opindex binary
8136 @cindex binary I/O
8137 Use binary I/O.  This option has an effect only on nonstandard
8138 platforms that distinguish binary from text I/O.
8139
8140 @item text
8141 @opindex text
8142 @cindex text I/O
8143 Use text I/O.  Like @samp{binary}, this option has no effect on
8144 standard platforms.
8145
8146 @item fullblock
8147 @opindex fullblock
8148 Accumulate full blocks from input.  The @code{read} system call
8149 may return early if a full block is not available.
8150 When that happens, continue calling @code{read} to fill the remainder
8151 of the block.
8152 This flag can be used only with @code{iflag}.
8153
8154 @end table
8155
8156 These flags are not supported on all systems, and @samp{dd} rejects
8157 attempts to use them when they are not supported.  When reading from
8158 standard input or writing to standard output, the @samp{nofollow} and
8159 @samp{noctty} flags should not be specified, and the other flags
8160 (e.g., @samp{nonblock}) can affect how other processes behave with the
8161 affected file descriptors, even after @command{dd} exits.
8162
8163 @end table
8164
8165 @cindex multipliers after numbers
8166 The numeric-valued strings above (@var{bytes} and @var{blocks}) can be
8167 followed by a multiplier: @samp{b}=512, @samp{c}=1,
8168 @samp{w}=2, @samp{x@var{m}}=@var{m}, or any of the
8169 standard block size suffixes like @samp{k}=1024 (@pxref{Block size}).
8170
8171 Any block size you specify via @samp{bs=}, @samp{ibs=}, @samp{obs=}, @samp{cbs=}
8172 should not be too large---values larger than a few megabytes
8173 are generally wasteful or (as in the gigabyte..exabyte case) downright
8174 counterproductive or error-inducing.
8175
8176 Use different @command{dd} invocations to use different block sizes for
8177 skipping and I/O@.  For example, the following shell commands copy data
8178 in 512 KiB blocks between a disk and a tape, but do not save or restore a
8179 4 KiB label at the start of the disk:
8180
8181 @example
8182 disk=/dev/rdsk/c0t1d0s2
8183 tape=/dev/rmt/0
8184
8185 # Copy all but the label from disk to tape.
8186 (dd bs=4k skip=1 count=0 && dd bs=512k) <$disk >$tape
8187
8188 # Copy from tape back to disk, but leave the disk label alone.
8189 (dd bs=4k seek=1 count=0 && dd bs=512k) <$tape >$disk
8190 @end example
8191
8192 Sending an @samp{INFO} signal to a running @command{dd}
8193 process makes it print I/O statistics to standard error
8194 and then resume copying.  In the example below,
8195 @command{dd} is run in the background to copy 10 million blocks.
8196 The @command{kill} command makes it output intermediate I/O statistics,
8197 and when @command{dd} completes normally or is killed by the
8198 @code{SIGINT} signal, it outputs the final statistics.
8199
8200 @example
8201 $ dd if=/dev/zero of=/dev/null count=10MB & pid=$!
8202 $ kill -s INFO $pid; wait $pid
8203 3385223+0 records in
8204 3385223+0 records out
8205 1733234176 bytes (1.7 GB) copied, 6.42173 seconds, 270 MB/s
8206 10000000+0 records in
8207 10000000+0 records out
8208 5120000000 bytes (5.1 GB) copied, 18.913 seconds, 271 MB/s
8209 @end example
8210
8211 @vindex POSIXLY_CORRECT
8212 On systems lacking the @samp{INFO} signal @command{dd} responds to the
8213 @samp{USR1} signal instead, unless the @env{POSIXLY_CORRECT}
8214 environment variable is set.
8215
8216 @exitstatus
8217
8218
8219 @node install invocation
8220 @section @command{install}: Copy files and set attributes
8221
8222 @pindex install
8223 @cindex copying files and setting attributes
8224
8225 @command{install} copies files while setting their file mode bits and, if
8226 possible, their owner and group.  Synopses:
8227
8228 @example
8229 install [@var{option}]@dots{} [-T] @var{source} @var{dest}
8230 install [@var{option}]@dots{} @var{source}@dots{} @var{directory}
8231 install [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
8232 install [@var{option}]@dots{} -d @var{directory}@dots{}
8233 @end example
8234
8235 @itemize @bullet
8236 @item
8237 If two file names are given, @command{install} copies the first file to the
8238 second.
8239
8240 @item
8241 If the @option{--target-directory} (@option{-t}) option is given, or
8242 failing that if the last file is a directory and the
8243 @option{--no-target-directory} (@option{-T}) option is not given,
8244 @command{install} copies each @var{source} file to the specified
8245 directory, using the @var{source}s' names.
8246
8247 @item
8248 If the @option{--directory} (@option{-d}) option is given,
8249 @command{install} creates each @var{directory} and any missing parent
8250 directories.  Parent directories are created with mode
8251 @samp{u=rwx,go=rx} (755), regardless of the @option{-m} option or the
8252 current umask.  @xref{Directory Setuid and Setgid}, for how the
8253 set-user-ID and set-group-ID bits of parent directories are inherited.
8254 @end itemize
8255
8256 @cindex Makefiles, installing programs in
8257 @command{install} is similar to @command{cp}, but allows you to control the
8258 attributes of destination files.  It is typically used in Makefiles to
8259 copy programs into their destination directories.  It refuses to copy
8260 files onto themselves.
8261
8262 @cindex extended attributes, xattr
8263 @command{install} never preserves extended attributes (xattr).
8264
8265 The program accepts the following options.  Also see @ref{Common options}.
8266
8267 @table @samp
8268
8269 @optBackup
8270
8271 @item -C
8272 @itemx --compare
8273 @opindex -C
8274 @opindex --compare
8275 Compare each pair of source and destination files, and if the destination has
8276 identical content and any specified owner, group, permissions, and possibly
8277 SELinux context, then do not modify the destination at all.
8278
8279 @item -c
8280 @opindex -c
8281 Ignored; for compatibility with old Unix versions of @command{install}.
8282
8283 @item -D
8284 @opindex -D
8285 Create any missing parent directories of @var{dest},
8286 then copy @var{source} to @var{dest}.
8287 This option is ignored if a destination directory is specified
8288 via @option{--target-directory=DIR}.
8289
8290 @item -d
8291 @itemx --directory
8292 @opindex -d
8293 @opindex --directory
8294 @cindex directories, creating with given attributes
8295 @cindex parent directories, creating missing
8296 @cindex leading directories, creating missing
8297 Create any missing parent directories, giving them the default
8298 attributes.  Then create each given directory, setting their owner,
8299 group and mode as given on the command line or to the defaults.
8300
8301 @item -g @var{group}
8302 @itemx --group=@var{group}
8303 @opindex -g
8304 @opindex --group
8305 @cindex group ownership of installed files, setting
8306 Set the group ownership of installed files or directories to
8307 @var{group}.  The default is the process's current group.  @var{group}
8308 may be either a group name or a numeric group ID.
8309
8310 @item -m @var{mode}
8311 @itemx --mode=@var{mode}
8312 @opindex -m
8313 @opindex --mode
8314 @cindex permissions of installed files, setting
8315 Set the file mode bits for the installed file or directory to @var{mode},
8316 which can be either an octal number, or a symbolic mode as in
8317 @command{chmod}, with @samp{a=} (no access allowed to anyone) as the
8318 point of departure (@pxref{File permissions}).
8319 The default mode is @samp{u=rwx,go=rx,a-s}---read, write, and
8320 execute for the owner, read and execute for group and other, and with
8321 set-user-ID and set-group-ID disabled.
8322 This default is not quite the same as @samp{755}, since it disables
8323 instead of preserving set-user-ID and set-group-ID on directories.
8324 @xref{Directory Setuid and Setgid}.
8325
8326 @item -o @var{owner}
8327 @itemx --owner=@var{owner}
8328 @opindex -o
8329 @opindex --owner
8330 @cindex ownership of installed files, setting
8331 @cindex appropriate privileges
8332 @vindex root @r{as default owner}
8333 If @command{install} has appropriate privileges (is run as root), set the
8334 ownership of installed files or directories to @var{owner}.  The default
8335 is @code{root}.  @var{owner} may be either a user name or a numeric user
8336 ID.
8337
8338 @item --preserve-context
8339 @opindex --preserve-context
8340 @cindex SELinux
8341 @cindex security context
8342 Preserve the SELinux security context of files and directories.
8343 Failure to preserve the context in all of the files or directories
8344 will result in an exit status of 1.  If SELinux is disabled then
8345 print a warning and ignore the option.
8346
8347 @item -p
8348 @itemx --preserve-timestamps
8349 @opindex -p
8350 @opindex --preserve-timestamps
8351 @cindex timestamps of installed files, preserving
8352 Set the time of last access and the time of last modification of each
8353 installed file to match those of each corresponding original file.
8354 When a file is installed without this option, its last access and
8355 last modification times are both set to the time of installation.
8356 This option is useful if you want to use the last modification times
8357 of installed files to keep track of when they were last built as opposed
8358 to when they were last installed.
8359
8360 @item -s
8361 @itemx --strip
8362 @opindex -s
8363 @opindex --strip
8364 @cindex symbol table information, stripping
8365 @cindex stripping symbol table information
8366 Strip the symbol tables from installed binary executables.
8367
8368 @itemx --strip-program=@var{program}
8369 @opindex --strip-program
8370 @cindex symbol table information, stripping, program
8371 Program used to strip binaries.
8372
8373 @optBackupSuffix
8374
8375 @optTargetDirectory
8376
8377 @optNoTargetDirectory
8378
8379 @item -v
8380 @itemx --verbose
8381 @opindex -v
8382 @opindex --verbose
8383 Print the name of each file before copying it.
8384
8385 @item -Z @var{context}
8386 @itemx --context=@var{context}
8387 @opindex -Z
8388 @opindex --context
8389 @cindex SELinux
8390 @cindex security context
8391 Set the default SELinux security context to be used for any
8392 created files and directories.  If SELinux is disabled then
8393 print a warning and ignore the option.
8394
8395 @end table
8396
8397 @exitstatus
8398
8399
8400 @node mv invocation
8401 @section @command{mv}: Move (rename) files
8402
8403 @pindex mv
8404
8405 @command{mv} moves or renames files (or directories).  Synopses:
8406
8407 @example
8408 mv [@var{option}]@dots{} [-T] @var{source} @var{dest}
8409 mv [@var{option}]@dots{} @var{source}@dots{} @var{directory}
8410 mv [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
8411 @end example
8412
8413 @itemize @bullet
8414 @item
8415 If two file names are given, @command{mv} moves the first file to the
8416 second.
8417
8418 @item
8419 If the @option{--target-directory} (@option{-t}) option is given, or
8420 failing that if the last file is a directory and the
8421 @option{--no-target-directory} (@option{-T}) option is not given,
8422 @command{mv} moves each @var{source} file to the specified
8423 directory, using the @var{source}s' names.
8424 @end itemize
8425
8426 @command{mv} can move any type of file from one file system to another.
8427 Prior to version @code{4.0} of the fileutils,
8428 @command{mv} could move only regular files between file systems.
8429 For example, now @command{mv} can move an entire directory hierarchy
8430 including special device files from one partition to another.  It first
8431 uses some of the same code that's used by @code{cp -a} to copy the
8432 requested directories and files, then (assuming the copy succeeded)
8433 it removes the originals.  If the copy fails, then the part that was
8434 copied to the destination partition is removed.  If you were to copy
8435 three directories from one partition to another and the copy of the first
8436 directory succeeded, but the second didn't, the first would be left on
8437 the destination partition and the second and third would be left on the
8438 original partition.
8439
8440 @cindex extended attributes, xattr
8441 @command{mv} always tries to copy extended attributes (xattr), which may
8442 include SELinux context, ACLs or Capabilities.
8443 Upon failure all but @samp{Operation not supported} warnings are output.
8444
8445 @cindex prompting, and @command{mv}
8446 If a destination file exists but is normally unwritable, standard input
8447 is a terminal, and the @option{-f} or @option{--force} option is not given,
8448 @command{mv} prompts the user for whether to replace the file.  (You might
8449 own the file, or have write permission on its directory.)  If the
8450 response is not affirmative, the file is skipped.
8451
8452 @emph{Warning}: Avoid specifying a source name with a trailing slash,
8453 when it might be a symlink to a directory.
8454 Otherwise, @command{mv} may do something very surprising, since
8455 its behavior depends on the underlying rename system call.
8456 On a system with a modern Linux-based kernel, it fails with @code{errno=ENOTDIR}.
8457 However, on other systems (at least FreeBSD 6.1 and Solaris 10) it silently
8458 renames not the symlink but rather the directory referenced by the symlink.
8459 @xref{Trailing slashes}.
8460
8461 The program accepts the following options.  Also see @ref{Common options}.
8462
8463 @table @samp
8464
8465 @optBackup
8466
8467 @item -f
8468 @itemx --force
8469 @opindex -f
8470 @opindex --force
8471 @cindex prompts, omitting
8472 Do not prompt the user before removing a destination file.
8473 @macro mvOptsIfn
8474 If you specify more than one of the @option{-i}, @option{-f}, @option{-n}
8475 options, only the final one takes effect.
8476 @end macro
8477 @mvOptsIfn
8478
8479 @item -i
8480 @itemx --interactive
8481 @opindex -i
8482 @opindex --interactive
8483 @cindex prompts, forcing
8484 Prompt whether to overwrite each existing destination file, regardless
8485 of its permissions.
8486 If the response is not affirmative, the file is skipped.
8487 @mvOptsIfn
8488
8489 @item -n
8490 @itemx --no-clobber
8491 @opindex -n
8492 @opindex --no-clobber
8493 @cindex prompts, omitting
8494 Do not overwrite an existing file.
8495 @mvOptsIfn
8496 This option is mutually exclusive with @option{-b} or @option{--backup} option.
8497
8498 @item -u
8499 @itemx --update
8500 @opindex -u
8501 @opindex --update
8502 @cindex newer files, moving only
8503 Do not move a non-directory that has an existing destination with the
8504 same or newer modification time.
8505 If the move is across file system boundaries, the comparison is to the
8506 source time stamp truncated to the resolutions of the destination file
8507 system and of the system calls used to update time stamps; this avoids
8508 duplicate work if several @samp{mv -u} commands are executed with the
8509 same source and destination.
8510
8511 @item -v
8512 @itemx --verbose
8513 @opindex -v
8514 @opindex --verbose
8515 Print the name of each file before moving it.
8516
8517 @optStripTrailingSlashes
8518
8519 @optBackupSuffix
8520
8521 @optTargetDirectory
8522
8523 @optNoTargetDirectory
8524
8525 @end table
8526
8527 @exitstatus
8528
8529
8530 @node rm invocation
8531 @section @command{rm}: Remove files or directories
8532
8533 @pindex rm
8534 @cindex removing files or directories
8535
8536 @command{rm} removes each given @var{file}.  By default, it does not remove
8537 directories.  Synopsis:
8538
8539 @example
8540 rm [@var{option}]@dots{} [@var{file}]@dots{}
8541 @end example
8542
8543 @cindex prompting, and @command{rm}
8544 If the @option{-I} or @option{--interactive=once} option is given,
8545 and there are more than three files or the @option{-r}, @option{-R},
8546 or @option{--recursive} are given, then @command{rm} prompts the user
8547 for whether to proceed with the entire operation.  If the response is
8548 not affirmative, the entire command is aborted.
8549
8550 Otherwise, if a file is unwritable, standard input is a terminal, and
8551 the @option{-f} or @option{--force} option is not given, or the
8552 @option{-i} or @option{--interactive=always} option @emph{is} given,
8553 @command{rm} prompts the user for whether to remove the file.
8554 If the response is not affirmative, the file is skipped.
8555
8556 Any attempt to remove a file whose last file name component is
8557 @file{.} or @file{..} is rejected without any prompting.
8558
8559 @emph{Warning}: If you use @command{rm} to remove a file, it is usually
8560 possible to recover the contents of that file.  If you want more assurance
8561 that the contents are truly unrecoverable, consider using @command{shred}.
8562
8563 The program accepts the following options.  Also see @ref{Common options}.
8564
8565 @table @samp
8566
8567 @item -f
8568 @itemx --force
8569 @opindex -f
8570 @opindex --force
8571 Ignore nonexistent files and never prompt the user.
8572 Ignore any previous @option{--interactive} (@option{-i}) option.
8573
8574 @item -i
8575 @opindex -i
8576 Prompt whether to remove each file.
8577 If the response is not affirmative, the file is skipped.
8578 Ignore any previous @option{--force} (@option{-f}) option.
8579 Equivalent to @option{--interactive=always}.
8580
8581 @item -I
8582 @opindex -I
8583 Prompt once whether to proceed with the command, if more than three
8584 files are named or if a recursive removal is requested.  Ignore any
8585 previous @option{--force} (@option{-f}) option.  Equivalent to
8586 @option{--interactive=once}.
8587
8588 @itemx --interactive [=@var{when}]
8589 @opindex --interactive
8590 Specify when to issue an interactive prompt.  @var{when} may be
8591 omitted, or one of:
8592 @itemize @bullet
8593 @item never
8594 @vindex never @r{interactive option}
8595 - Do not prompt at all.
8596 @item once
8597 @vindex once @r{interactive option}
8598 - Prompt once if more than three files are named or if a recursive
8599 removal is requested.  Equivalent to @option{-I}.
8600 @item always
8601 @vindex always @r{interactive option}
8602 - Prompt for every file being removed.  Equivalent to @option{-i}.
8603 @end itemize
8604 @option{--interactive} with no @var{when} is equivalent to
8605 @option{--interactive=always}.
8606
8607 @itemx --one-file-system
8608 @opindex --one-file-system
8609 @cindex one file system, restricting @command{rm} to
8610 When removing a hierarchy recursively, skip any directory that is on a
8611 file system different from that of the corresponding command line argument.
8612
8613 @cindex bind mount
8614 This option is useful when removing a build ``chroot'' hierarchy,
8615 which normally contains no valuable data.  However, it is not uncommon
8616 to bind-mount @file{/home} into such a hierarchy, to make it easier to
8617 use one's start-up file.  The catch is that it's easy to forget to
8618 unmount @file{/home}.  Then, when you use @command{rm -rf} to remove
8619 your normally throw-away chroot, that command will remove everything
8620 under @file{/home}, too.
8621 Use the @option{--one-file-system} option, and it will
8622 warn about and skip directories on other file systems.
8623 Of course, this will not save your @file{/home} if it and your
8624 chroot happen to be on the same file system.
8625
8626 @itemx --preserve-root
8627 @opindex --preserve-root
8628 @cindex root directory, disallow recursive destruction
8629 Fail upon any attempt to remove the root directory, @file{/},
8630 when used with the @option{--recursive} option.
8631 This is the default behavior.
8632 @xref{Treating / specially}.
8633
8634 @itemx --no-preserve-root
8635 @opindex --no-preserve-root
8636 @cindex root directory, allow recursive destruction
8637 Do not treat @file{/} specially when removing recursively.
8638 This option is not recommended unless you really want to
8639 remove all the files on your computer.
8640 @xref{Treating / specially}.
8641
8642 @item -r
8643 @itemx -R
8644 @itemx --recursive
8645 @opindex -r
8646 @opindex -R
8647 @opindex --recursive
8648 @cindex directories, removing (recursively)
8649 Remove the listed directories and their contents recursively.
8650
8651 @item -v
8652 @itemx --verbose
8653 @opindex -v
8654 @opindex --verbose
8655 Print the name of each file before removing it.
8656
8657 @end table
8658
8659 @cindex files beginning with @samp{-}, removing
8660 @cindex @samp{-}, removing files beginning with
8661 One common question is how to remove files whose names begin with a
8662 @samp{-}.  @sc{gnu} @command{rm}, like every program that uses the @code{getopt}
8663 function to parse its arguments, lets you use the @samp{--} option to
8664 indicate that all following arguments are non-options.  To remove a file
8665 called @file{-f} in the current directory, you could type either:
8666
8667 @example
8668 rm -- -f
8669 @end example
8670
8671 @noindent
8672 or:
8673
8674 @example
8675 rm ./-f
8676 @end example
8677
8678 @opindex - @r{and Unix @command{rm}}
8679 The Unix @command{rm} program's use of a single @samp{-} for this purpose
8680 predates the development of the getopt standard syntax.
8681
8682 @exitstatus
8683
8684
8685 @node shred invocation
8686 @section @command{shred}: Remove files more securely
8687
8688 @pindex shred
8689 @cindex data, erasing
8690 @cindex erasing data
8691
8692 @command{shred} overwrites devices or files, to help prevent even
8693 very expensive hardware from recovering the data.
8694
8695 Ordinarily when you remove a file (@pxref{rm invocation}), the data is
8696 not actually destroyed.  Only the index listing where the file is
8697 stored is destroyed, and the storage is made available for reuse.
8698 There are undelete utilities that will attempt to reconstruct the index
8699 and can bring the file back if the parts were not reused.
8700
8701 On a busy system with a nearly-full drive, space can get reused in a few
8702 seconds.  But there is no way to know for sure.  If you have sensitive
8703 data, you may want to be sure that recovery is not possible by actually
8704 overwriting the file with non-sensitive data.
8705
8706 However, even after doing that, it is possible to take the disk back
8707 to a laboratory and use a lot of sensitive (and expensive) equipment
8708 to look for the faint ``echoes'' of the original data underneath the
8709 overwritten data.  If the data has only been overwritten once, it's not
8710 even that hard.
8711
8712 The best way to remove something irretrievably is to destroy the media
8713 it's on with acid, melt it down, or the like.  For cheap removable media
8714 like floppy disks, this is the preferred method.  However, hard drives
8715 are expensive and hard to melt, so the @command{shred} utility tries
8716 to achieve a similar effect non-destructively.
8717
8718 This uses many overwrite passes, with the data patterns chosen to
8719 maximize the damage they do to the old data.  While this will work on
8720 floppies, the patterns are designed for best effect on hard drives.
8721 For more details, see the source code and Peter Gutmann's paper
8722 @uref{http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html,
8723 @cite{Secure Deletion of Data from Magnetic and Solid-State Memory}},
8724 from the proceedings of the Sixth @acronym{USENIX} Security Symposium (San Jose,
8725 California, July 22--25, 1996).
8726
8727 @strong{Please note} that @command{shred} relies on a very important assumption:
8728 that the file system overwrites data in place.  This is the traditional
8729 way to do things, but many modern file system designs do not satisfy this
8730 assumption.  Exceptions include:
8731
8732 @itemize @bullet
8733
8734 @item
8735 Log-structured or journaled file systems, such as those supplied with
8736 AIX and Solaris, and JFS, ReiserFS, XFS, Ext3 (in @code{data=journal} mode),
8737 BFS, NTFS, etc.@: when they are configured to journal @emph{data}.
8738
8739 @item
8740 File systems that write redundant data and carry on even if some writes
8741 fail, such as RAID-based file systems.
8742
8743 @item
8744 File systems that make snapshots, such as Network Appliance's NFS server.
8745
8746 @item
8747 File systems that cache in temporary locations, such as NFS version 3
8748 clients.
8749
8750 @item
8751 Compressed file systems.
8752 @end itemize
8753
8754 In the particular case of ext3 file systems, the above disclaimer applies (and
8755 @command{shred} is thus of limited effectiveness) only in @code{data=journal}
8756 mode, which journals file data in addition to just metadata. In both
8757 the @code{data=ordered} (default) and @code{data=writeback} modes,
8758 @command{shred} works as usual.  Ext3 journaling modes can be changed
8759 by adding the @code{data=something} option to the mount options for a
8760 particular file system in the @file{/etc/fstab} file, as documented in
8761 the mount man page (man mount).
8762
8763 If you are not sure how your file system operates, then you should assume
8764 that it does not overwrite data in place, which means that shred cannot
8765 reliably operate on regular files in your file system.
8766
8767 Generally speaking, it is more reliable to shred a device than a file,
8768 since this bypasses the problem of file system design mentioned above.
8769 However, even shredding devices is not always completely reliable.  For
8770 example, most disks map out bad sectors invisibly to the application; if
8771 the bad sectors contain sensitive data, @command{shred} won't be able to
8772 destroy it.
8773
8774 @command{shred} makes no attempt to detect or report this problem, just as
8775 it makes no attempt to do anything about backups.  However, since it is
8776 more reliable to shred devices than files, @command{shred} by default does
8777 not truncate or remove the output file.  This default is more suitable
8778 for devices, which typically cannot be truncated and should not be
8779 removed.
8780
8781 Finally, consider the risk of backups and mirrors.
8782 File system backups and remote mirrors may contain copies of the
8783 file that cannot be removed, and that will allow a shredded file
8784 to be recovered later.  So if you keep any data you may later want
8785 to destroy using @command{shred}, be sure that it is not backed up or mirrored.
8786
8787 @example
8788 shred [@var{option}]@dots{} @var{file}[@dots{}]
8789 @end example
8790
8791 The program accepts the following options.  Also see @ref{Common options}.
8792
8793 @table @samp
8794
8795 @item -f
8796 @itemx --force
8797 @opindex -f
8798 @opindex --force
8799 @cindex force deletion
8800 Override file permissions if necessary to allow overwriting.
8801
8802 @item -@var{number}
8803 @itemx -n @var{number}
8804 @itemx --iterations=@var{number}
8805 @opindex -n @var{number}
8806 @opindex --iterations=@var{number}
8807 @cindex iterations, selecting the number of
8808 By default, @command{shred} uses @value{SHRED_DEFAULT_PASSES} passes of
8809 overwrite. You can reduce this to save time, or increase it if you think it's
8810 appropriate. After 25 passes all of the internal overwrite patterns will have
8811 been used at least once.
8812
8813 @item --random-source=@var{file}
8814 @opindex --random-source
8815 @cindex random source for shredding
8816 Use @var{file} as a source of random data used to overwrite and to
8817 choose pass ordering.  @xref{Random sources}.
8818
8819 @item -s @var{bytes}
8820 @itemx --size=@var{bytes}
8821 @opindex -s @var{bytes}
8822 @opindex --size=@var{bytes}
8823 @cindex size of file to shred
8824 Shred the first @var{bytes} bytes of the file.  The default is to shred
8825 the whole file.  @var{bytes} can be followed by a size specification like
8826 @samp{K}, @samp{M}, or @samp{G} to specify a multiple.  @xref{Block size}.
8827
8828 @item -u
8829 @itemx --remove
8830 @opindex -u
8831 @opindex --remove
8832 @cindex removing files after shredding
8833 After shredding a file, truncate it (if possible) and then remove it.
8834 If a file has multiple links, only the named links will be removed.
8835
8836 @item -v
8837 @itemx --verbose
8838 @opindex -v
8839 @opindex --verbose
8840 Display to standard error all status updates as sterilization proceeds.
8841
8842 @item -x
8843 @itemx --exact
8844 @opindex -x
8845 @opindex --exact
8846 By default, @command{shred} rounds the size of a regular file up to the next
8847 multiple of the file system block size to fully erase the last block of the file.
8848 Use @option{--exact} to suppress that behavior.
8849 Thus, by default if you shred a 10-byte regular file on a system with 512-byte
8850 blocks, the resulting file will be 512 bytes long.  With this option,
8851 shred does not increase the apparent size of the file.
8852
8853 @item -z
8854 @itemx --zero
8855 @opindex -z
8856 @opindex --zero
8857 Normally, the last pass that @command{shred} writes is made up of
8858 random data.  If this would be conspicuous on your hard drive (for
8859 example, because it looks like encrypted data), or you just think
8860 it's tidier, the @option{--zero} option adds an additional overwrite pass with
8861 all zero bits.  This is in addition to the number of passes specified
8862 by the @option{--iterations} option.
8863
8864 @end table
8865
8866 You might use the following command to erase all trace of the
8867 file system you'd created on the floppy disk in your first drive.
8868 That command takes about 20 minutes to erase a ``1.44MB'' (actually
8869 1440 KiB) floppy.
8870
8871 @example
8872 shred --verbose /dev/fd0
8873 @end example
8874
8875 Similarly, to erase all data on a selected partition of
8876 your hard disk, you could give a command like this:
8877
8878 @example
8879 shred --verbose /dev/sda5
8880 @end example
8881
8882 A @var{file} of @samp{-} denotes standard output.
8883 The intended use of this is to shred a removed temporary file.
8884 For example:
8885
8886 @example
8887 i=`mktemp`
8888 exec 3<>"$i"
8889 rm -- "$i"
8890 echo "Hello, world" >&3
8891 shred - >&3
8892 exec 3>-
8893 @end example
8894
8895 However, the command @samp{shred - >file} does not shred the contents
8896 of @var{file}, since the shell truncates @var{file} before invoking
8897 @command{shred}.  Use the command @samp{shred file} or (if using a
8898 Bourne-compatible shell) the command @samp{shred - 1<>file} instead.
8899
8900 @exitstatus
8901
8902
8903 @node Special file types
8904 @chapter Special file types
8905
8906 @cindex special file types
8907 @cindex file types, special
8908
8909 This chapter describes commands which create special types of files (and
8910 @command{rmdir}, which removes directories, one special file type).
8911
8912 @cindex special file types
8913 @cindex file types
8914 Although Unix-like operating systems have markedly fewer special file
8915 types than others, not @emph{everything} can be treated only as the
8916 undifferentiated byte stream of @dfn{normal files}.  For example, when a
8917 file is created or removed, the system must record this information,
8918 which it does in a @dfn{directory}---a special type of file.  Although
8919 you can read directories as normal files, if you're curious, in order
8920 for the system to do its job it must impose a structure, a certain
8921 order, on the bytes of the file.  Thus it is a ``special'' type of file.
8922
8923 Besides directories, other special file types include named pipes
8924 (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
8925
8926 @menu
8927 * link invocation::             Make a hard link via the link syscall
8928 * ln invocation::               Make links between files.
8929 * mkdir invocation::            Make directories.
8930 * mkfifo invocation::           Make FIFOs (named pipes).
8931 * mknod invocation::            Make block or character special files.
8932 * readlink invocation::         Print value of a symlink or canonical file name.
8933 * rmdir invocation::            Remove empty directories.
8934 * unlink invocation::           Remove files via the unlink syscall
8935 @end menu
8936
8937
8938 @node link invocation
8939 @section @command{link}: Make a hard link via the link syscall
8940
8941 @pindex link
8942 @cindex links, creating
8943 @cindex hard links, creating
8944 @cindex creating links (hard only)
8945
8946 @command{link} creates a single hard link at a time.
8947 It is a minimalist interface to the system-provided
8948 @code{link} function.  @xref{Hard Links, , , libc,
8949 The GNU C Library Reference Manual}.
8950 It avoids the bells and whistles of the more commonly-used
8951 @command{ln} command (@pxref{ln invocation}).
8952 Synopsis:
8953
8954 @example
8955 link @var{filename} @var{linkname}
8956 @end example
8957
8958 @var{filename} must specify an existing file, and @var{linkname}
8959 must specify a nonexistent entry in an existing directory.
8960 @command{link} simply calls @code{link (@var{filename}, @var{linkname})}
8961 to create the link.
8962
8963 On a @acronym{GNU} system, this command acts like @samp{ln --directory
8964 --no-target-directory @var{filename} @var{linkname}}.  However, the
8965 @option{--directory} and @option{--no-target-directory} options are
8966 not specified by @acronym{POSIX}, and the @command{link} command is
8967 more portable in practice.
8968
8969 If @var{filename} is a symbolic link, it is unspecified whether
8970 @var{linkname} will be a hard link to the symbolic link or to the
8971 target of the symbolic link.  Use @command{ln -P} or @command{ln -L}
8972 to specify which behavior is desired.
8973
8974 @exitstatus
8975
8976
8977 @node ln invocation
8978 @section @command{ln}: Make links between files
8979
8980 @pindex ln
8981 @cindex links, creating
8982 @cindex hard links, creating
8983 @cindex symbolic (soft) links, creating
8984 @cindex creating links (hard or soft)
8985
8986 @cindex file systems and hard links
8987 @command{ln} makes links between files.  By default, it makes hard links;
8988 with the @option{-s} option, it makes symbolic (or @dfn{soft}) links.
8989 Synopses:
8990
8991 @example
8992 ln [@var{option}]@dots{} [-T] @var{target} @var{linkname}
8993 ln [@var{option}]@dots{} @var{target}
8994 ln [@var{option}]@dots{} @var{target}@dots{} @var{directory}
8995 ln [@var{option}]@dots{} -t @var{directory} @var{target}@dots{}
8996 @end example
8997
8998 @itemize @bullet
8999
9000 @item
9001 If two file names are given, @command{ln} creates a link to the first
9002 file from the second.
9003
9004 @item
9005 If one @var{target} is given, @command{ln} creates a link to that file
9006 in the current directory.
9007
9008 @item
9009 If the @option{--target-directory} (@option{-t}) option is given, or
9010 failing that if the last file is a directory and the
9011 @option{--no-target-directory} (@option{-T}) option is not given,
9012 @command{ln} creates a link to each @var{target} file in the specified
9013 directory, using the @var{target}s' names.
9014
9015 @end itemize
9016
9017 Normally @command{ln} does not remove existing files.  Use the
9018 @option{--force} (@option{-f}) option to remove them unconditionally,
9019 the @option{--interactive} (@option{-i}) option to remove them
9020 conditionally, and the @option{--backup} (@option{-b}) option to
9021 rename them.
9022
9023 @cindex hard link, defined
9024 @cindex inode, and hard links
9025 A @dfn{hard link} is another name for an existing file; the link and the
9026 original are indistinguishable.  Technically speaking, they share the
9027 same inode, and the inode contains all the information about a
9028 file---indeed, it is not incorrect to say that the inode @emph{is} the
9029 file.  Most systems prohibit making a hard link to
9030 a directory; on those where it is allowed, only the super-user can do
9031 so (and with caution, since creating a cycle will cause problems to many
9032 other utilities).  Hard links cannot cross file system boundaries.  (These
9033 restrictions are not mandated by @acronym{POSIX}, however.)
9034
9035 @cindex dereferencing symbolic links
9036 @cindex symbolic link, defined
9037 @dfn{Symbolic links} (@dfn{symlinks} for short), on the other hand, are
9038 a special file type (which not all kernels support: System V release 3
9039 (and older) systems lack symlinks) in which the link file actually
9040 refers to a different file, by name.  When most operations (opening,
9041 reading, writing, and so on) are passed the symbolic link file, the
9042 kernel automatically @dfn{dereferences} the link and operates on the
9043 target of the link.  But some operations (e.g., removing) work on the
9044 link file itself, rather than on its target.  The owner and group of a
9045 symlink are not significant to file access performed through
9046 the link, but do have implications on deleting a symbolic link from a
9047 directory with the restricted deletion bit set.  On the GNU system,
9048 the mode of a symlink has no significance and cannot be changed, but
9049 on some BSD systems, the mode can be changed and will affect whether
9050 the symlink will be traversed in file name resolution.  @xref{Symbolic Links,,,
9051 libc, The GNU C Library Reference Manual}.
9052
9053 Symbolic links can contain arbitrary strings; a @dfn{dangling symlink}
9054 occurs when the string in the symlink does not resolve to a file.
9055 There are no restrictions against creating dangling symbolic links.
9056 There are trade-offs to using absolute or relative symlinks.  An
9057 absolute symlink always points to the same file, even if the directory
9058 containing the link is moved.  However, if the symlink is visible from
9059 more than one machine (such as on a networked file system), the file
9060 pointed to might not always be the same.  A relative symbolic link is
9061 resolved in relation to the directory that contains the link, and is
9062 often useful in referring to files on the same device without regards
9063 to what name that device is mounted on when accessed via networked
9064 machines.
9065
9066 When creating a relative symlink in a different location than the
9067 current directory, the resolution of the symlink will be different
9068 than the resolution of the same string from the current directory.
9069 Therefore, many users prefer to first change directories to the
9070 location where the relative symlink will be created, so that
9071 tab-completion or other file resolution will find the same target as
9072 what will be placed in the symlink.
9073
9074 The program accepts the following options.  Also see @ref{Common options}.
9075
9076 @table @samp
9077
9078 @optBackup
9079
9080 @item -d
9081 @itemx -F
9082 @itemx --directory
9083 @opindex -d
9084 @opindex -F
9085 @opindex --directory
9086 @cindex hard links to directories
9087 Allow users with appropriate privileges to attempt to make hard links
9088 to directories.
9089 However, note that this will probably fail due to
9090 system restrictions, even for the super-user.
9091
9092 @item -f
9093 @itemx --force
9094 @opindex -f
9095 @opindex --force
9096 Remove existing destination files.
9097
9098 @item -i
9099 @itemx --interactive
9100 @opindex -i
9101 @opindex --interactive
9102 @cindex prompting, and @command{ln}
9103 Prompt whether to remove existing destination files.
9104
9105 @item -L
9106 @itemx --logical
9107 @opindex -L
9108 @opindex --logical
9109 If @option{-s} is not in effect, and the source file is a symbolic
9110 link, create the hard link to the file referred to by the symbolic
9111 link, rather than the symbolic link itself.
9112
9113 @item -n
9114 @itemx --no-dereference
9115 @opindex -n
9116 @opindex --no-dereference
9117 Do not treat the last operand specially when it is a symbolic link to
9118 a directory.  Instead, treat it as if it were a normal file.
9119
9120 When the destination is an actual directory (not a symlink to one),
9121 there is no ambiguity.  The link is created in that directory.
9122 But when the specified destination is a symlink to a directory,
9123 there are two ways to treat the user's request.  @command{ln} can
9124 treat the destination just as it would a normal directory and create
9125 the link in it.  On the other hand, the destination can be viewed as a
9126 non-directory---as the symlink itself.  In that case, @command{ln}
9127 must delete or backup that symlink before creating the new link.
9128 The default is to treat a destination that is a symlink to a directory
9129 just like a directory.
9130
9131 This option is weaker than the @option{--no-target-directory}
9132 (@option{-T}) option, so it has no effect if both options are given.
9133
9134 @item -P
9135 @itemx --physical
9136 @opindex -P
9137 @opindex --physical
9138 If @option{-s} is not in effect, and the source file is a symbolic
9139 link, create the hard link to the symbolic link itself.  On platforms
9140 where this is not supported by the kernel, this option creates a
9141 symbolic link with identical contents; since symbolic link contents
9142 cannot be edited, any file name resolution performed through either
9143 link will be the same as if a hard link had been created.
9144
9145 @item -s
9146 @itemx --symbolic
9147 @opindex -s
9148 @opindex --symbolic
9149 Make symbolic links instead of hard links.  This option merely produces
9150 an error message on systems that do not support symbolic links.
9151
9152 @optBackupSuffix
9153
9154 @optTargetDirectory
9155
9156 @optNoTargetDirectory
9157
9158 @item -v
9159 @itemx --verbose
9160 @opindex -v
9161 @opindex --verbose
9162 Print the name of each file after linking it successfully.
9163
9164 @end table
9165
9166 @cindex hard links to symbolic links
9167 @cindex symbolic links and @command{ln}
9168 If @option{-L} and @option{-P} are both given, the last one takes
9169 precedence.  If @option{-s} is also given, @option{-L} and @option{-P}
9170 are silently ignored.  If neither option is given, then this
9171 implementation defaults to @option{-P} if the system @code{link} supports
9172 hard links to symbolic links (such as the GNU system), and @option{-L}
9173 if @code{link} follows symbolic links (such as on BSD).
9174
9175 @exitstatus
9176
9177 Examples:
9178
9179 @smallexample
9180 Bad Example:
9181
9182 # Create link ../a pointing to a in that directory.
9183 # Not really useful because it points to itself.
9184 ln -s a ..
9185
9186 Better Example:
9187
9188 # Change to the target before creating symlinks to avoid being confused.
9189 cd ..
9190 ln -s adir/a .
9191
9192 Bad Example:
9193
9194 # Hard coded file names don't move well.
9195 ln -s $(pwd)/a /some/dir/
9196
9197 Better Example:
9198
9199 # Relative file names survive directory moves and also
9200 # work across networked file systems.
9201 ln -s afile anotherfile
9202 ln -s ../adir/afile yetanotherfile
9203 @end smallexample
9204
9205
9206 @node mkdir invocation
9207 @section @command{mkdir}: Make directories
9208
9209 @pindex mkdir
9210 @cindex directories, creating
9211 @cindex creating directories
9212
9213 @command{mkdir} creates directories with the specified names.  Synopsis:
9214
9215 @example
9216 mkdir [@var{option}]@dots{} @var{name}@dots{}
9217 @end example
9218
9219 @command{mkdir} creates each directory @var{name} in the order given.
9220 It reports an error if @var{name} already exists, unless the
9221 @option{-p} option is given and @var{name} is a directory.
9222
9223 The program accepts the following options.  Also see @ref{Common options}.
9224
9225 @table @samp
9226
9227 @item -m @var{mode}
9228 @itemx --mode=@var{mode}
9229 @opindex -m
9230 @opindex --mode
9231 @cindex modes of created directories, setting
9232 Set the file permission bits of created directories to @var{mode},
9233 which uses the same syntax as
9234 in @command{chmod} and uses @samp{a=rwx} (read, write and execute allowed for
9235 everyone) for the point of the departure.  @xref{File permissions}.
9236
9237 Normally the directory has the desired file mode bits at the moment it
9238 is created.  As a @acronym{GNU} extension, @var{mode} may also mention
9239 special mode bits, but in this case there may be a temporary window
9240 during which the directory exists but its special mode bits are
9241 incorrect.  @xref{Directory Setuid and Setgid}, for how the
9242 set-user-ID and set-group-ID bits of directories are inherited unless
9243 overridden in this way.
9244
9245 @item -p
9246 @itemx --parents
9247 @opindex -p
9248 @opindex --parents
9249 @cindex parent directories, creating
9250 Make any missing parent directories for each argument, setting their
9251 file permission bits to the umask modified by @samp{u+wx}.  Ignore
9252 existing parent directories, and do not change their file permission
9253 bits.
9254
9255 To set the file permission bits of any newly-created parent
9256 directories to a value that includes @samp{u+wx}, you can set the
9257 umask before invoking @command{mkdir}.  For example, if the shell
9258 command @samp{(umask u=rwx,go=rx; mkdir -p P/Q)} creates the parent
9259 @file{P} it sets the parent's permission bits to @samp{u=rwx,go=rx}.
9260 To set a parent's special mode bits as well, you can invoke
9261 @command{chmod} after @command{mkdir}.  @xref{Directory Setuid and
9262 Setgid}, for how the set-user-ID and set-group-ID bits of
9263 newly-created parent directories are inherited.
9264
9265 @item -v
9266 @itemx --verbose
9267 @opindex -v
9268 @opindex --verbose
9269 Print a message for each created directory.  This is most useful with
9270 @option{--parents}.
9271
9272 @item -Z @var{context}
9273 @itemx --context=@var{context}
9274 @opindex -Z
9275 @opindex --context
9276 @cindex SELinux
9277 @cindex security context
9278 Set the default SELinux security context to be used for created directories.
9279
9280 @end table
9281
9282 @exitstatus
9283
9284
9285 @node mkfifo invocation
9286 @section @command{mkfifo}: Make FIFOs (named pipes)
9287
9288 @pindex mkfifo
9289 @cindex FIFOs, creating
9290 @cindex named pipes, creating
9291 @cindex creating FIFOs (named pipes)
9292
9293 @command{mkfifo} creates FIFOs (also called @dfn{named pipes}) with the
9294 specified names.  Synopsis:
9295
9296 @example
9297 mkfifo [@var{option}] @var{name}@dots{}
9298 @end example
9299
9300 A @dfn{FIFO} is a special file type that permits independent processes
9301 to communicate.  One process opens the FIFO file for writing, and
9302 another for reading, after which data can flow as with the usual
9303 anonymous pipe in shells or elsewhere.
9304
9305 The program accepts the following option.  Also see @ref{Common options}.
9306
9307 @table @samp
9308
9309 @item -m @var{mode}
9310 @itemx --mode=@var{mode}
9311 @opindex -m
9312 @opindex --mode
9313 @cindex modes of created FIFOs, setting
9314 Set the mode of created FIFOs to @var{mode}, which is symbolic as in
9315 @command{chmod} and uses @samp{a=rw} (read and write allowed for everyone)
9316 for the point of departure.  @var{mode} should specify only file
9317 permission bits.  @xref{File permissions}.
9318
9319 @item -Z @var{context}
9320 @itemx --context=@var{context}
9321 @opindex -Z
9322 @opindex --context
9323 @cindex SELinux
9324 @cindex security context
9325 Set the default SELinux security context to be used for created FIFOs.
9326
9327 @end table
9328
9329 @exitstatus
9330
9331
9332 @node mknod invocation
9333 @section @command{mknod}: Make block or character special files
9334
9335 @pindex mknod
9336 @cindex block special files, creating
9337 @cindex character special files, creating
9338
9339 @command{mknod} creates a FIFO, character special file, or block special
9340 file with the specified name.  Synopsis:
9341
9342 @example
9343 mknod [@var{option}]@dots{} @var{name} @var{type} [@var{major} @var{minor}]
9344 @end example
9345
9346 @cindex special files
9347 @cindex block special files
9348 @cindex character special files
9349 Unlike the phrase ``special file type'' above, the term @dfn{special
9350 file} has a technical meaning on Unix: something that can generate or
9351 receive data.  Usually this corresponds to a physical piece of hardware,
9352 e.g., a printer or a disk.  (These files are typically created at
9353 system-configuration time.)  The @command{mknod} command is what creates
9354 files of this type.  Such devices can be read either a character at a
9355 time or a ``block'' (many characters) at a time, hence we say there are
9356 @dfn{block special} files and @dfn{character special} files.
9357
9358 @c mknod is a shell built-in at least with OpenBSD's /bin/sh
9359 @mayConflictWithShellBuiltIn{mknod}
9360
9361 The arguments after @var{name} specify the type of file to make:
9362
9363 @table @samp
9364
9365 @item p
9366 @opindex p @r{for FIFO file}
9367 for a FIFO
9368
9369 @item b
9370 @opindex b @r{for block special file}
9371 for a block special file
9372
9373 @item c
9374 @c Don't document the `u' option -- it's just a synonym for `c'.
9375 @c Do *any* versions of mknod still use it?
9376 @c @itemx u
9377 @opindex c @r{for character special file}
9378 @c @opindex u @r{for character special file}
9379 for a character special file
9380
9381 @end table
9382
9383 When making a block or character special file, the major and minor
9384 device numbers must be given after the file type.
9385 If a major or minor device number begins with @samp{0x} or @samp{0X},
9386 it is interpreted as hexadecimal; otherwise, if it begins with @samp{0},
9387 as octal; otherwise, as decimal.
9388
9389 The program accepts the following option.  Also see @ref{Common options}.
9390
9391 @table @samp
9392
9393 @item -m @var{mode}
9394 @itemx --mode=@var{mode}
9395 @opindex -m
9396 @opindex --mode
9397 Set the mode of created files to @var{mode}, which is symbolic as in
9398 @command{chmod} and uses @samp{a=rw} as the point of departure.
9399 @var{mode} should specify only file permission bits.
9400 @xref{File permissions}.
9401
9402 @item -Z @var{context}
9403 @itemx --context=@var{context}
9404 @opindex -Z
9405 @opindex --context
9406 @cindex SELinux
9407 @cindex security context
9408 Set the default SELinux security context to be used for created files.
9409
9410 @end table
9411
9412 @exitstatus
9413
9414
9415 @node readlink invocation
9416 @section @command{readlink}: Print value of a symlink or canonical file name
9417
9418 @pindex readlink
9419 @cindex displaying value of a symbolic link
9420 @cindex canonical file name
9421 @cindex canonicalize a file name
9422 @pindex realpath
9423 @findex realpath
9424
9425 @command{readlink} may work in one of two supported modes:
9426
9427 @table @samp
9428
9429 @item Readlink mode
9430
9431 @command{readlink} outputs the value of the given symbolic link.
9432 If @command{readlink} is invoked with an argument other than the name
9433 of a symbolic link, it produces no output and exits with a nonzero exit code.
9434
9435 @item Canonicalize mode
9436
9437 @command{readlink} outputs the absolute name of the given file which contains
9438 no @file{.}, @file{..} components nor any repeated separators
9439 (@file{/}) or symbolic links.
9440
9441 @end table
9442
9443 @example
9444 readlink [@var{option}] @var{file}
9445 @end example
9446
9447 By default, @command{readlink} operates in readlink mode.
9448
9449 The program accepts the following options.  Also see @ref{Common options}.
9450
9451 @table @samp
9452
9453 @item -f
9454 @itemx --canonicalize
9455 @opindex -f
9456 @opindex --canonicalize
9457 Activate canonicalize mode.
9458 If any component of the file name except the last one is missing or unavailable,
9459 @command{readlink} produces no output and exits with a nonzero exit
9460 code.  A trailing slash is ignored.
9461
9462 @item -e
9463 @itemx --canonicalize-existing
9464 @opindex -e
9465 @opindex --canonicalize-existing
9466 Activate canonicalize mode.
9467 If any component is missing or unavailable, @command{readlink} produces
9468 no output and exits with a nonzero exit code.  A trailing slash
9469 requires that the name resolve to a directory.
9470
9471 @item -m
9472 @itemx --canonicalize-missing
9473 @opindex -m
9474 @opindex --canonicalize-missing
9475 Activate canonicalize mode.
9476 If any component is missing or unavailable, @command{readlink} treats it
9477 as a directory.
9478
9479 @item -n
9480 @itemx --no-newline
9481 @opindex -n
9482 @opindex --no-newline
9483 Do not output the trailing newline.
9484
9485 @item -s
9486 @itemx -q
9487 @itemx --silent
9488 @itemx --quiet
9489 @opindex -s
9490 @opindex -q
9491 @opindex --silent
9492 @opindex --quiet
9493 Suppress most error messages.
9494
9495 @item -v
9496 @itemx --verbose
9497 @opindex -v
9498 @opindex --verbose
9499 Report error messages.
9500
9501 @end table
9502
9503 The @command{readlink} utility first appeared in OpenBSD 2.1.
9504
9505 There is a @command{realpath} command on some systems
9506 which operates like @command{readlink} in canonicalize mode.
9507
9508 @exitstatus
9509
9510
9511 @node rmdir invocation
9512 @section @command{rmdir}: Remove empty directories
9513
9514 @pindex rmdir
9515 @cindex removing empty directories
9516 @cindex directories, removing empty
9517
9518 @command{rmdir} removes empty directories.  Synopsis:
9519
9520 @example
9521 rmdir [@var{option}]@dots{} @var{directory}@dots{}
9522 @end example
9523
9524 If any @var{directory} argument does not refer to an existing empty
9525 directory, it is an error.
9526
9527 The program accepts the following options.  Also see @ref{Common options}.
9528
9529 @table @samp
9530
9531 @item --ignore-fail-on-non-empty
9532 @opindex --ignore-fail-on-non-empty
9533 @cindex directory deletion, ignoring failures
9534 Ignore each failure to remove a directory that is solely because
9535 the directory is non-empty.
9536
9537 @item -p
9538 @itemx --parents
9539 @opindex -p
9540 @opindex --parents
9541 @cindex parent directories, removing
9542 Remove @var{directory}, then try to remove each component of @var{directory}.
9543 So, for example, @samp{rmdir -p a/b/c} is similar to @samp{rmdir a/b/c a/b a}.
9544 As such, it fails if any of those directories turns out not to be empty.
9545 Use the @option{--ignore-fail-on-non-empty} option to make it so such
9546 a failure does not evoke a diagnostic and does not cause @command{rmdir} to
9547 exit unsuccessfully.
9548
9549 @item -v
9550 @itemx --verbose
9551 @opindex -v
9552 @opindex --verbose
9553 @cindex directory deletion, reporting
9554 Give a diagnostic for each successful removal.
9555 @var{directory} is removed.
9556
9557 @end table
9558
9559 @xref{rm invocation}, for how to remove non-empty directories (recursively).
9560
9561 @exitstatus
9562
9563
9564 @node unlink invocation
9565 @section @command{unlink}: Remove files via the unlink syscall
9566
9567 @pindex unlink
9568 @cindex removing files or directories (via the unlink syscall)
9569
9570 @command{unlink} deletes a single specified file name.
9571 It is a minimalist interface to the system-provided
9572 @code{unlink} function.  @xref{Deleting Files, , , libc,
9573 The GNU C Library Reference Manual}.  Synopsis:
9574 It avoids the bells and whistles of the more commonly-used
9575 @command{rm} command (@pxref{rm invocation}).
9576
9577 @example
9578 unlink @var{filename}
9579 @end example
9580
9581 On some systems @code{unlink} can be used to delete the name of a
9582 directory.  On others, it can be used that way only by a privileged user.
9583 In the GNU system @code{unlink} can never delete the name of a directory.
9584
9585 The @command{unlink} command honors the @option{--help} and
9586 @option{--version} options.  To remove a file whose name begins with
9587 @samp{-}, prefix the name with @samp{./}, e.g., @samp{unlink ./--help}.
9588
9589 @exitstatus
9590
9591
9592 @node Changing file attributes
9593 @chapter Changing file attributes
9594
9595 @cindex changing file attributes
9596 @cindex file attributes, changing
9597 @cindex attributes, file
9598
9599 A file is not merely its contents, a name, and a file type
9600 (@pxref{Special file types}).  A file also has an owner (a user ID), a
9601 group (a group ID), permissions (what the owner can do with the file,
9602 what people in the group can do, and what everyone else can do), various
9603 timestamps, and other information.  Collectively, we call these a file's
9604 @dfn{attributes}.
9605
9606 These commands change file attributes.
9607
9608 @menu
9609 * chgrp invocation::            Change file groups.
9610 * chmod invocation::            Change access permissions.
9611 * chown invocation::            Change file owners and groups.
9612 * touch invocation::            Change file timestamps.
9613 @end menu
9614
9615
9616 @node chown invocation
9617 @section @command{chown}: Change file owner and group
9618
9619 @pindex chown
9620 @cindex file ownership, changing
9621 @cindex group ownership, changing
9622 @cindex changing file ownership
9623 @cindex changing group ownership
9624
9625 @command{chown} changes the user and/or group ownership of each given @var{file}
9626 to @var{new-owner} or to the user and group of an existing reference file.
9627 Synopsis:
9628
9629 @example
9630 chown [@var{option}]@dots{} @{@var{new-owner} | --reference=@var{ref_file}@} @var{file}@dots{}
9631 @end example
9632
9633 If used, @var{new-owner} specifies the new owner and/or group as follows
9634 (with no embedded white space):
9635
9636 @example
9637 [@var{owner}] [ : [@var{group}] ]
9638 @end example
9639
9640 Specifically:
9641
9642 @table @var
9643 @item owner
9644 If only an @var{owner} (a user name or numeric user ID) is given, that
9645 user is made the owner of each given file, and the files' group is not
9646 changed.
9647
9648 @item owner@samp{:}group
9649 If the @var{owner} is followed by a colon and a @var{group} (a
9650 group name or numeric group ID), with no spaces between them, the group
9651 ownership of the files is changed as well (to @var{group}).
9652
9653 @item owner@samp{:}
9654 If a colon but no group name follows @var{owner}, that user is
9655 made the owner of the files and the group of the files is changed to
9656 @var{owner}'s login group.
9657
9658 @item @samp{:}group
9659 If the colon and following @var{group} are given, but the owner
9660 is omitted, only the group of the files is changed; in this case,
9661 @command{chown} performs the same function as @command{chgrp}.
9662
9663 @item @samp{:}
9664 If only a colon is given, or if @var{new-owner} is empty, neither the
9665 owner nor the group is changed.
9666
9667 @end table
9668
9669 If @var{owner} or @var{group} is intended to represent a numeric user
9670 or group ID, then you may specify it with a leading @samp{+}.
9671 @xref{Disambiguating names and IDs}.
9672
9673 Some older scripts may still use @samp{.} in place of the @samp{:} separator.
9674 @acronym{POSIX} 1003.1-2001 (@pxref{Standards conformance}) does not
9675 require support for that, but for backward compatibility @acronym{GNU}
9676 @command{chown} supports @samp{.} so long as no ambiguity results.
9677 New scripts should avoid the use of @samp{.} because it is not
9678 portable, and because it has undesirable results if the entire
9679 @var{owner@samp{.}group} happens to identify a user whose name
9680 contains @samp{.}.
9681
9682 The @command{chown} command sometimes clears the set-user-ID or
9683 set-group-ID permission bits.  This behavior depends on the policy and
9684 functionality of the underlying @code{chown} system call, which may
9685 make system-dependent file mode modifications outside the control of
9686 the @command{chown} command.  For example, the @command{chown} command
9687 might not affect those bits when invoked by a user with appropriate
9688 privileges, or when the
9689 bits signify some function other than executable permission (e.g.,
9690 mandatory locking).
9691 When in doubt, check the underlying system behavior.
9692
9693 The program accepts the following options.  Also see @ref{Common options}.
9694
9695 @table @samp
9696
9697 @item -c
9698 @itemx --changes
9699 @opindex -c
9700 @opindex --changes
9701 @cindex changed owners, verbosely describing
9702 Verbosely describe the action for each @var{file} whose ownership
9703 actually changes.
9704
9705 @item -f
9706 @itemx --silent
9707 @itemx --quiet
9708 @opindex -f
9709 @opindex --silent
9710 @opindex --quiet
9711 @cindex error messages, omitting
9712 Do not print error messages about files whose ownership cannot be
9713 changed.
9714
9715 @itemx @w{@kbd{--from}=@var{old-owner}}
9716 @opindex --from
9717 @cindex symbolic links, changing owner
9718 Change a @var{file}'s ownership only if it has current attributes specified
9719 by @var{old-owner}.  @var{old-owner} has the same form as @var{new-owner}
9720 described above.
9721 This option is useful primarily from a security standpoint in that
9722 it narrows considerably the window of potential abuse.
9723 For example, to reflect a user ID numbering change for one user's files
9724 without an option like this, @code{root} might run
9725
9726 @smallexample
9727 find / -owner OLDUSER -print0 | xargs -0 chown -h NEWUSER
9728 @end smallexample
9729
9730 But that is dangerous because the interval between when the @command{find}
9731 tests the existing file's owner and when the @command{chown} is actually run
9732 may be quite large.
9733 One way to narrow the gap would be to invoke chown for each file
9734 as it is found:
9735
9736 @example
9737 find / -owner OLDUSER -exec chown -h NEWUSER @{@} \;
9738 @end example
9739
9740 But that is very slow if there are many affected files.
9741 With this option, it is safer (the gap is narrower still)
9742 though still not perfect:
9743
9744 @example
9745 chown -h -R --from=OLDUSER NEWUSER /
9746 @end example
9747
9748 @item --dereference
9749 @opindex --dereference
9750 @cindex symbolic links, changing owner
9751 @findex lchown
9752 Do not act on symbolic links themselves but rather on what they point to.
9753 This is the default.
9754
9755 @item -h
9756 @itemx --no-dereference
9757 @opindex -h
9758 @opindex --no-dereference
9759 @cindex symbolic links, changing owner
9760 @findex lchown
9761 Act on symbolic links themselves instead of what they point to.
9762 This mode relies on the @code{lchown} system call.
9763 On systems that do not provide the @code{lchown} system call,
9764 @command{chown} fails when a file specified on the command line
9765 is a symbolic link.
9766 By default, no diagnostic is issued for symbolic links encountered
9767 during a recursive traversal, but see @option{--verbose}.
9768
9769 @itemx --preserve-root
9770 @opindex --preserve-root
9771 @cindex root directory, disallow recursive modification
9772 Fail upon any attempt to recursively change the root directory, @file{/}.
9773 Without @option{--recursive}, this option has no effect.
9774 @xref{Treating / specially}.
9775
9776 @itemx --no-preserve-root
9777 @opindex --no-preserve-root
9778 @cindex root directory, allow recursive modification
9779 Cancel the effect of any preceding @option{--preserve-root} option.
9780 @xref{Treating / specially}.
9781
9782 @item --reference=@var{ref_file}
9783 @opindex --reference
9784 Change the user and group of each @var{file} to be the same as those of
9785 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
9786 user and group of the symbolic link, but rather those of the file it
9787 refers to.
9788
9789 @item -v
9790 @itemx --verbose
9791 @opindex -v
9792 @opindex --verbose
9793 Output a diagnostic for every file processed.
9794 If a symbolic link is encountered during a recursive traversal
9795 on a system without the @code{lchown} system call, and @option{--no-dereference}
9796 is in effect, then issue a diagnostic saying neither the symbolic link nor
9797 its referent is being changed.
9798
9799 @item -R
9800 @itemx --recursive
9801 @opindex -R
9802 @opindex --recursive
9803 @cindex recursively changing file ownership
9804 Recursively change ownership of directories and their contents.
9805
9806 @choptH
9807 @xref{Traversing symlinks}.
9808
9809 @choptL
9810 @xref{Traversing symlinks}.
9811
9812 @choptP
9813 @xref{Traversing symlinks}.
9814
9815 @end table
9816
9817 @exitstatus
9818
9819 Examples:
9820
9821 @smallexample
9822 # Change the owner of /u to "root".
9823 chown root /u
9824
9825 # Likewise, but also change its group to "staff".
9826 chown root:staff /u
9827
9828 # Change the owner of /u and subfiles to "root".
9829 chown -hR root /u
9830 @end smallexample
9831
9832
9833 @node chgrp invocation
9834 @section @command{chgrp}: Change group ownership
9835
9836 @pindex chgrp
9837 @cindex group ownership, changing
9838 @cindex changing group ownership
9839
9840 @command{chgrp} changes the group ownership of each given @var{file}
9841 to @var{group} (which can be either a group name or a numeric group ID)
9842 or to the group of an existing reference file.  Synopsis:
9843
9844 @example
9845 chgrp [@var{option}]@dots{} @{@var{group} | --reference=@var{ref_file}@} @var{file}@dots{}
9846 @end example
9847
9848 If @var{group} is intended to represent a
9849 numeric group ID, then you may specify it with a leading @samp{+}.
9850 @xref{Disambiguating names and IDs}.
9851
9852 The program accepts the following options.  Also see @ref{Common options}.
9853
9854 @table @samp
9855
9856 @item -c
9857 @itemx --changes
9858 @opindex -c
9859 @opindex --changes
9860 @cindex changed files, verbosely describing
9861 Verbosely describe the action for each @var{file} whose group actually
9862 changes.
9863
9864 @item -f
9865 @itemx --silent
9866 @itemx --quiet
9867 @opindex -f
9868 @opindex --silent
9869 @opindex --quiet
9870 @cindex error messages, omitting
9871 Do not print error messages about files whose group cannot be
9872 changed.
9873
9874 @item --dereference
9875 @opindex --dereference
9876 @cindex symbolic links, changing owner
9877 @findex lchown
9878 Do not act on symbolic links themselves but rather on what they point to.
9879 This is the default.
9880
9881 @item -h
9882 @itemx --no-dereference
9883 @opindex -h
9884 @opindex --no-dereference
9885 @cindex symbolic links, changing group
9886 @findex lchown
9887 Act on symbolic links themselves instead of what they point to.
9888 This mode relies on the @code{lchown} system call.
9889 On systems that do not provide the @code{lchown} system call,
9890 @command{chgrp} fails when a file specified on the command line
9891 is a symbolic link.
9892 By default, no diagnostic is issued for symbolic links encountered
9893 during a recursive traversal, but see @option{--verbose}.
9894
9895 @itemx --preserve-root
9896 @opindex --preserve-root
9897 @cindex root directory, disallow recursive modification
9898 Fail upon any attempt to recursively change the root directory, @file{/}.
9899 Without @option{--recursive}, this option has no effect.
9900 @xref{Treating / specially}.
9901
9902 @itemx --no-preserve-root
9903 @opindex --no-preserve-root
9904 @cindex root directory, allow recursive modification
9905 Cancel the effect of any preceding @option{--preserve-root} option.
9906 @xref{Treating / specially}.
9907
9908 @item --reference=@var{ref_file}
9909 @opindex --reference
9910 Change the group of each @var{file} to be the same as that of
9911 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
9912 group of the symbolic link, but rather that of the file it refers to.
9913
9914 @item -v
9915 @itemx --verbose
9916 @opindex -v
9917 @opindex --verbose
9918 Output a diagnostic for every file processed.
9919 If a symbolic link is encountered during a recursive traversal
9920 on a system without the @code{lchown} system call, and @option{--no-dereference}
9921 is in effect, then issue a diagnostic saying neither the symbolic link nor
9922 its referent is being changed.
9923
9924 @item -R
9925 @itemx --recursive
9926 @opindex -R
9927 @opindex --recursive
9928 @cindex recursively changing group ownership
9929 Recursively change the group ownership of directories and their contents.
9930
9931 @choptH
9932 @xref{Traversing symlinks}.
9933
9934 @choptL
9935 @xref{Traversing symlinks}.
9936
9937 @choptP
9938 @xref{Traversing symlinks}.
9939
9940 @end table
9941
9942 @exitstatus
9943
9944 Examples:
9945
9946 @smallexample
9947 # Change the group of /u to "staff".
9948 chgrp staff /u
9949
9950 # Change the group of /u and subfiles to "staff".
9951 chgrp -hR staff /u
9952 @end smallexample
9953
9954
9955 @node chmod invocation
9956 @section @command{chmod}: Change access permissions
9957
9958 @pindex chmod
9959 @cindex changing access permissions
9960 @cindex access permissions, changing
9961 @cindex permissions, changing access
9962
9963 @command{chmod} changes the access permissions of the named files.  Synopsis:
9964
9965 @example
9966 chmod [@var{option}]@dots{} @{@var{mode} | --reference=@var{ref_file}@} @var{file}@dots{}
9967 @end example
9968
9969 @cindex symbolic links, permissions of
9970 @command{chmod} never changes the permissions of symbolic links, since
9971 the @command{chmod} system call cannot change their permissions.
9972 This is not a problem since the permissions of symbolic links are
9973 never used.  However, for each symbolic link listed on the command
9974 line, @command{chmod} changes the permissions of the pointed-to file.
9975 In contrast, @command{chmod} ignores symbolic links encountered during
9976 recursive directory traversals.
9977
9978 A successful use of @command{chmod} clears the set-group-ID bit of a
9979 regular file if the file's group ID does not match the user's
9980 effective group ID or one of the user's supplementary group IDs,
9981 unless the user has appropriate privileges.  Additional restrictions
9982 may cause the set-user-ID and set-group-ID bits of @var{mode} or
9983 @var{ref_file} to be ignored.  This behavior depends on the policy and
9984 functionality of the underlying @code{chmod} system call.  When in
9985 doubt, check the underlying system behavior.
9986
9987 If used, @var{mode} specifies the new file mode bits.
9988 For details, see the section on @ref{File permissions}.
9989 If you really want @var{mode} to have a leading @samp{-}, you should
9990 use @option{--} first, e.g., @samp{chmod -- -w file}.  Typically,
9991 though, @samp{chmod a-w file} is preferable, and @command{chmod -w
9992 file} (without the @option{--}) complains if it behaves differently
9993 from what @samp{chmod a-w file} would do.
9994
9995 The program accepts the following options.  Also see @ref{Common options}.
9996
9997 @table @samp
9998
9999 @item -c
10000 @itemx --changes
10001 @opindex -c
10002 @opindex --changes
10003 Verbosely describe the action for each @var{file} whose permissions
10004 actually changes.
10005
10006 @item -f
10007 @itemx --silent
10008 @itemx --quiet
10009 @opindex -f
10010 @opindex --silent
10011 @opindex --quiet
10012 @cindex error messages, omitting
10013 Do not print error messages about files whose permissions cannot be
10014 changed.
10015
10016 @itemx --preserve-root
10017 @opindex --preserve-root
10018 @cindex root directory, disallow recursive modification
10019 Fail upon any attempt to recursively change the root directory, @file{/}.
10020 Without @option{--recursive}, this option has no effect.
10021 @xref{Treating / specially}.
10022
10023 @itemx --no-preserve-root
10024 @opindex --no-preserve-root
10025 @cindex root directory, allow recursive modification
10026 Cancel the effect of any preceding @option{--preserve-root} option.
10027 @xref{Treating / specially}.
10028
10029 @item -v
10030 @itemx --verbose
10031 @opindex -v
10032 @opindex --verbose
10033 Verbosely describe the action or non-action taken for every @var{file}.
10034
10035 @item --reference=@var{ref_file}
10036 @opindex --reference
10037 Change the mode of each @var{file} to be the same as that of @var{ref_file}.
10038 @xref{File permissions}.
10039 If @var{ref_file} is a symbolic link, do not use the mode
10040 of the symbolic link, but rather that of the file it refers to.
10041
10042 @item -R
10043 @itemx --recursive
10044 @opindex -R
10045 @opindex --recursive
10046 @cindex recursively changing access permissions
10047 Recursively change permissions of directories and their contents.
10048
10049 @end table
10050
10051 @exitstatus
10052
10053
10054 @node touch invocation
10055 @section @command{touch}: Change file timestamps
10056
10057 @pindex touch
10058 @cindex changing file timestamps
10059 @cindex file timestamps, changing
10060 @cindex timestamps, changing file
10061
10062 @command{touch} changes the access and/or modification times of the
10063 specified files.  Synopsis:
10064
10065 @example
10066 touch [@var{option}]@dots{} @var{file}@dots{}
10067 @end example
10068
10069 @cindex empty files, creating
10070 Any @var{file} argument that does not exist is created empty, unless
10071 option @option{--no-create} (@option{-c}) or @option{--no-dereference}
10072 (@option{-h}) was in effect.
10073
10074 A @var{file} argument string of @samp{-} is handled specially and
10075 causes @command{touch} to change the times of the file associated with
10076 standard output.
10077
10078 @cindex permissions, for changing file timestamps
10079 If changing both the access and modification times to the current
10080 time, @command{touch} can change the timestamps for files that the user
10081 running it does not own but has write permission for.  Otherwise, the
10082 user must own the files.
10083
10084 Although @command{touch} provides options for changing two of the times---the
10085 times of last access and modification---of a file, there is actually
10086 a standard third one as well: the inode change time.  This is often
10087 referred to as a file's @code{ctime}.
10088 The inode change time represents the time when the file's meta-information
10089 last changed.  One common example of this is when the permissions of a
10090 file change.  Changing the permissions doesn't access the file, so
10091 the atime doesn't change, nor does it modify the file, so the mtime
10092 doesn't change.  Yet, something about the file itself has changed,
10093 and this must be noted somewhere.  This is the job of the ctime field.
10094 This is necessary, so that, for example, a backup program can make a
10095 fresh copy of the file, including the new permissions value.
10096 Another operation that modifies a file's ctime without affecting
10097 the others is renaming.  In any case, it is not possible, in normal
10098 operations, for a user to change the ctime field to a user-specified value.
10099 Some operating systems and file systems support a fourth time: the
10100 birth time, when the file was first created; by definition, this
10101 timestamp never changes.
10102
10103 @vindex TZ
10104 Time stamps assume the time zone rules specified by the @env{TZ}
10105 environment variable, or by the system default rules if @env{TZ} is
10106 not set.  @xref{TZ Variable,, Specifying the Time Zone with @env{TZ},
10107 libc, The GNU C Library Reference Manual}.
10108 You can avoid ambiguities during
10109 daylight saving transitions by using @sc{utc} time stamps.
10110
10111 The program accepts the following options.  Also see @ref{Common options}.
10112
10113 @table @samp
10114
10115 @item -a
10116 @itemx --time=atime
10117 @itemx --time=access
10118 @itemx --time=use
10119 @opindex -a
10120 @opindex --time
10121 @opindex atime@r{, changing}
10122 @opindex access @r{time, changing}
10123 @opindex use @r{time, changing}
10124 Change the access time only.
10125
10126 @item -c
10127 @itemx --no-create
10128 @opindex -c
10129 @opindex --no-create
10130 Do not warn about or create files that do not exist.
10131
10132 @item -d
10133 @itemx --date=@var{time}
10134 @opindex -d
10135 @opindex --date
10136 @opindex time
10137 Use @var{time} instead of the current time.  It can contain month names,
10138 time zones, @samp{am} and @samp{pm}, @samp{yesterday}, etc.  For
10139 example, @option{--date="2004-02-27 14:19:13.489392193 +0530"}
10140 specifies the instant of time that is 489,392,193 nanoseconds after
10141 February 27, 2004 at 2:19:13 PM in a time zone that is 5 hours and 30
10142 minutes east of @acronym{UTC}.  @xref{Date input formats}.
10143 File systems that do not support high-resolution time stamps
10144 silently ignore any excess precision here.
10145
10146 @item -f
10147 @opindex -f
10148 @cindex BSD @command{touch} compatibility
10149 Ignored; for compatibility with BSD versions of @command{touch}.
10150
10151 @item -h
10152 @itemx --no-dereference
10153 @opindex -h
10154 @opindex --no-dereference
10155 @cindex symbolic links, changing time
10156 @findex lutimes
10157 Attempt to change the timestamps of a symbolic link, rather than what
10158 the link refers to.  When using this option, empty files are not
10159 created, but option @option{-c} must also be used to avoid warning
10160 about files that do not exist.  Not all systems support changing the
10161 timestamps of symlinks, since underlying system support for this
10162 action was not required until @acronym{POSIX} 2008.  Also, on some
10163 systems, the mere act of examining a symbolic link changes the access
10164 time, such that only changes to the modification time will persist
10165 long enough to be observable.  When coupled with option @option{-r}, a
10166 reference timestamp is taken from a symbolic link rather than the file
10167 it refers to.
10168
10169 @item -m
10170 @itemx --time=mtime
10171 @itemx --time=modify
10172 @opindex -m
10173 @opindex --time
10174 @opindex mtime@r{, changing}
10175 @opindex modify @r{time, changing}
10176 Change the modification time only.
10177
10178 @item -r @var{file}
10179 @itemx --reference=@var{file}
10180 @opindex -r
10181 @opindex --reference
10182 Use the times of the reference @var{file} instead of the current time.
10183 If this option is combined with the @option{--date=@var{time}}
10184 (@option{-d @var{time}}) option, the reference @var{file}'s time is
10185 the origin for any relative @var{time}s given, but is otherwise ignored.
10186 For example, @samp{-r foo -d '-5 seconds'} specifies a time stamp
10187 equal to five seconds before the corresponding time stamp for @file{foo}.
10188 If @var{file} is a symbolic link, the reference timestamp is taken
10189 from the target of the symlink, unless @option{-h} was also in effect.
10190
10191 @item -t [[@var{cc}]@var{yy}]@var{mmddhhmm}[.@var{ss}]
10192 Use the argument (optional four-digit or two-digit years, months,
10193 days, hours, minutes, optional seconds) instead of the current time.
10194 If the year is specified with only two digits, then @var{cc}
10195 is 20 for years in the range 0 @dots{} 68, and 19 for years in
10196 69 @dots{} 99.  If no digits of the year are specified,
10197 the argument is interpreted as a date in the current year.
10198 Note that @var{ss} may be @samp{60}, to accommodate leap seconds.
10199
10200 @end table
10201
10202 @vindex _POSIX2_VERSION
10203 On older systems, @command{touch} supports an obsolete syntax, as follows.
10204 If no timestamp is given with any of the @option{-d}, @option{-r}, or
10205 @option{-t} options, and if there are two or more @var{file}s and the
10206 first @var{file} is of the form @samp{@var{mmddhhmm}[@var{yy}]} and this
10207 would be a valid argument to the @option{-t} option (if the @var{yy}, if
10208 any, were moved to the front), and if the represented year
10209 is in the range 1969--1999, that argument is interpreted as the time
10210 for the other files instead of as a file name.
10211 This obsolete behavior can be enabled or disabled with the
10212 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
10213 conformance}), but portable scripts should avoid commands whose
10214 behavior depends on this variable.
10215 For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
10216 12312359 main.c} rather than the ambiguous @samp{touch 12312359 main.c}.
10217
10218 @exitstatus
10219
10220
10221 @node Disk usage
10222 @chapter Disk usage
10223
10224 @cindex disk usage
10225
10226 No disk can hold an infinite amount of data.  These commands report
10227 how much disk storage is in use or available, report other file and
10228 file status information, and write buffers to disk.
10229
10230 @menu
10231 * df invocation::               Report file system disk space usage.
10232 * du invocation::               Estimate file space usage.
10233 * stat invocation::             Report file or file system status.
10234 * sync invocation::             Synchronize memory and disk.
10235 * truncate invocation::         Shrink or extend the size of a file.
10236 @end menu
10237
10238
10239 @node df invocation
10240 @section @command{df}: Report file system disk space usage
10241
10242 @pindex df
10243 @cindex file system disk usage
10244 @cindex disk usage by file system
10245
10246 @command{df} reports the amount of disk space used and available on
10247 file systems.  Synopsis:
10248
10249 @example
10250 df [@var{option}]@dots{} [@var{file}]@dots{}
10251 @end example
10252
10253 With no arguments, @command{df} reports the space used and available on all
10254 currently mounted file systems (of all types).  Otherwise, @command{df}
10255 reports on the file system containing each argument @var{file}.
10256
10257 Normally the disk space is printed in units of
10258 1024 bytes, but this can be overridden (@pxref{Block size}).
10259 Non-integer quantities are rounded up to the next higher unit.
10260
10261 @cindex disk device file
10262 @cindex device file, disk
10263 If an argument @var{file} is a disk device file containing a mounted
10264 file system, @command{df} shows the space available on that file system
10265 rather than on the file system containing the device node (i.e., the root
10266 file system).  @sc{gnu} @command{df} does not attempt to determine the disk usage
10267 on unmounted file systems, because on most kinds of systems doing so
10268 requires extremely nonportable intimate knowledge of file system
10269 structures.
10270
10271 The program accepts the following options.  Also see @ref{Common options}.
10272
10273 @table @samp
10274
10275 @item -a
10276 @itemx --all
10277 @opindex -a
10278 @opindex --all
10279 @cindex automounter file systems
10280 @cindex ignore file systems
10281 Include in the listing dummy file systems, which
10282 are omitted by default.  Such file systems are typically special-purpose
10283 pseudo-file-systems, such as automounter entries.
10284
10285 @item -B @var{size}
10286 @itemx --block-size=@var{size}
10287 @opindex -B
10288 @opindex --block-size
10289 @cindex file system sizes
10290 Scale sizes by @var{size} before printing them (@pxref{Block size}).
10291 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
10292
10293 @itemx --total
10294 @opindex --total
10295 @cindex grand total of disk size, usage and available space
10296 Print a grand total of all arguments after all arguments have
10297 been processed.  This can be used to find out the total disk size, usage
10298 and available space of all listed devices.
10299
10300 @optHumanReadable
10301
10302 @item -H
10303 @opindex -H
10304 Equivalent to @option{--si}.
10305
10306 @item -i
10307 @itemx --inodes
10308 @opindex -i
10309 @opindex --inodes
10310 @cindex inode usage
10311 List inode usage information instead of block usage.  An inode (short
10312 for index node) contains information about a file such as its owner,
10313 permissions, timestamps, and location on the disk.
10314
10315 @item -k
10316 @opindex -k
10317 @cindex kibibytes for file system sizes
10318 Print sizes in 1024-byte blocks, overriding the default block size
10319 (@pxref{Block size}).
10320 This option is equivalent to @option{--block-size=1K}.
10321
10322 @item -l
10323 @itemx --local
10324 @opindex -l
10325 @opindex --local
10326 @cindex file system types, limiting output to certain
10327 Limit the listing to local file systems.  By default, remote file systems
10328 are also listed.
10329
10330 @item --no-sync
10331 @opindex --no-sync
10332 @cindex file system space, retrieving old data more quickly
10333 Do not invoke the @code{sync} system call before getting any usage data.
10334 This may make @command{df} run significantly faster on systems with many
10335 disks, but on some systems (notably SunOS) the results may be slightly
10336 out of date.  This is the default.
10337
10338 @item -P
10339 @itemx --portability
10340 @opindex -P
10341 @opindex --portability
10342 @cindex one-line output format
10343 @cindex @acronym{POSIX} output format
10344 @cindex portable output format
10345 @cindex output format, portable
10346 Use the @acronym{POSIX} output format.  This is like the default format except
10347 for the following:
10348
10349 @enumerate
10350 @item
10351 The information about each file system is always printed on exactly
10352 one line; a mount device is never put on a line by itself.  This means
10353 that if the mount device name is more than 20 characters long (e.g., for
10354 some network mounts), the columns are misaligned.
10355
10356 @item
10357 The labels in the header output line are changed to conform to @acronym{POSIX}.
10358
10359 @item
10360 The default block size and output format are unaffected by the
10361 @env{DF_BLOCK_SIZE}, @env{BLOCK_SIZE} and @env{BLOCKSIZE} environment
10362 variables.  However, the default block size is still affected by
10363 @env{POSIXLY_CORRECT}: it is 512 if @env{POSIXLY_CORRECT} is set, 1024
10364 otherwise.  @xref{Block size}.
10365 @end enumerate
10366
10367 @optSi
10368
10369 @item --sync
10370 @opindex --sync
10371 @cindex file system space, retrieving current data more slowly
10372 Invoke the @code{sync} system call before getting any usage data.  On
10373 some systems (notably SunOS), doing this yields more up to date results,
10374 but in general this option makes @command{df} much slower, especially when
10375 there are many or very busy file systems.
10376
10377 @item -t @var{fstype}
10378 @itemx --type=@var{fstype}
10379 @opindex -t
10380 @opindex --type
10381 @cindex file system types, limiting output to certain
10382 Limit the listing to file systems of type @var{fstype}.  Multiple
10383 file system types can be specified by giving multiple @option{-t} options.
10384 By default, nothing is omitted.
10385
10386 @item -T
10387 @itemx --print-type
10388 @opindex -T
10389 @opindex --print-type
10390 @cindex file system types, printing
10391 Print each file system's type.  The types printed here are the same ones
10392 you can include or exclude with @option{-t} and @option{-x}.  The particular
10393 types printed are whatever is supported by the system.  Here are some of
10394 the common names (this list is certainly not exhaustive):
10395
10396 @table @samp
10397
10398 @item nfs
10399 @cindex @acronym{NFS} file system type
10400 An @acronym{NFS} file system, i.e., one mounted over a network from another
10401 machine.  This is the one type name which seems to be used uniformly by
10402 all systems.
10403
10404 @item 4.2@r{, }ufs@r{, }efs@dots{}
10405 @cindex Linux file system types
10406 @cindex local file system types
10407 @opindex 4.2 @r{file system type}
10408 @opindex ufs @r{file system type}
10409 @opindex efs @r{file system type}
10410 A file system on a locally-mounted hard disk.  (The system might even
10411 support more than one type here; Linux does.)
10412
10413 @item hsfs@r{, }cdfs
10414 @cindex CD-ROM file system type
10415 @cindex High Sierra file system
10416 @opindex hsfs @r{file system type}
10417 @opindex cdfs @r{file system type}
10418 A file system on a CD-ROM drive.  HP-UX uses @samp{cdfs}, most other
10419 systems use @samp{hsfs} (@samp{hs} for ``High Sierra'').
10420
10421 @item pcfs
10422 @cindex PC file system
10423 @cindex DOS file system
10424 @cindex MS-DOS file system
10425 @cindex diskette file system
10426 @opindex pcfs
10427 An MS-DOS file system, usually on a diskette.
10428
10429 @end table
10430
10431 @item -x @var{fstype}
10432 @itemx --exclude-type=@var{fstype}
10433 @opindex -x
10434 @opindex --exclude-type
10435 Limit the listing to file systems not of type @var{fstype}.
10436 Multiple file system types can be eliminated by giving multiple
10437 @option{-x} options.  By default, no file system types are omitted.
10438
10439 @item -v
10440 Ignored; for compatibility with System V versions of @command{df}.
10441
10442 @end table
10443
10444 @exitstatus
10445 Failure includes the case where no output is generated, so you can
10446 inspect the exit status of a command like @samp{df -t ext3 -t reiserfs
10447 @var{dir}} to test whether @var{dir} is on a file system of type
10448 @samp{ext3} or @samp{reiserfs}.
10449
10450
10451 @node du invocation
10452 @section @command{du}: Estimate file space usage
10453
10454 @pindex du
10455 @cindex file space usage
10456 @cindex disk usage for files
10457
10458 @command{du} reports the amount of disk space used by the specified files
10459 and for each subdirectory (of directory arguments).  Synopsis:
10460
10461 @example
10462 du [@var{option}]@dots{} [@var{file}]@dots{}
10463 @end example
10464
10465 With no arguments, @command{du} reports the disk space for the current
10466 directory.  Normally the disk space is printed in units of
10467 1024 bytes, but this can be overridden (@pxref{Block size}).
10468 Non-integer quantities are rounded up to the next higher unit.
10469
10470 If two or more hard links point to the same file, only one of the hard
10471 links is counted.  The @var{file} argument order affects which links
10472 are counted, and changing the argument order may change the numbers
10473 that @command{du} outputs.
10474
10475 The program accepts the following options.  Also see @ref{Common options}.
10476
10477 @table @samp
10478
10479 @item -a
10480 @itemx --all
10481 @opindex -a
10482 @opindex --all
10483 Show counts for all files, not just directories.
10484
10485 @itemx --apparent-size
10486 @opindex --apparent-size
10487 Print apparent sizes, rather than disk usage.  The apparent size of a
10488 file is the number of bytes reported by @code{wc -c} on regular files,
10489 or more generally, @code{ls -l --block-size=1} or @code{stat --format=%s}.
10490 For example, a file containing the word @samp{zoo} with no newline would,
10491 of course, have an apparent size of 3.  Such a small file may require
10492 anywhere from 0 to 16 KiB or more of disk space, depending on
10493 the type and configuration of the file system on which the file resides.
10494 However, a sparse file created with this command:
10495
10496 @example
10497 dd bs=1 seek=2GiB if=/dev/null of=big
10498 @end example
10499
10500 @noindent
10501 has an apparent size of 2 GiB, yet on most modern
10502 systems, it actually uses almost no disk space.
10503
10504 @item -b
10505 @itemx --bytes
10506 @opindex -b
10507 @opindex --bytes
10508 Equivalent to @code{--apparent-size --block-size=1}.
10509
10510 @item -B @var{size}
10511 @itemx --block-size=@var{size}
10512 @opindex -B
10513 @opindex --block-size
10514 @cindex file sizes
10515 Scale sizes by @var{size} before printing them (@pxref{Block size}).
10516 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
10517
10518 @item -c
10519 @itemx --total
10520 @opindex -c
10521 @opindex --total
10522 @cindex grand total of disk space
10523 Print a grand total of all arguments after all arguments have
10524 been processed.  This can be used to find out the total disk usage of
10525 a given set of files or directories.
10526
10527 @item -D
10528 @itemx --dereference-args
10529 @opindex -D
10530 @opindex --dereference-args
10531 Dereference symbolic links that are command line arguments.
10532 Does not affect other symbolic links.  This is helpful for finding
10533 out the disk usage of directories, such as @file{/usr/tmp}, which
10534 are often symbolic links.
10535
10536 @c --files0-from=FILE
10537 @filesZeroFromOption{du,, with the @option{--total} (@option{-c}) option}
10538
10539 @optHumanReadable
10540
10541 @item -H
10542 @opindex -H
10543 Equivalent to @option{--dereference-args} (@option{-D}).
10544
10545 @item -k
10546 @opindex -k
10547 @cindex kibibytes for file sizes
10548 Print sizes in 1024-byte blocks, overriding the default block size
10549 (@pxref{Block size}).
10550 This option is equivalent to @option{--block-size=1K}.
10551
10552 @item -l
10553 @itemx --count-links
10554 @opindex -l
10555 @opindex --count-links
10556 @cindex hard links, counting in @command{du}
10557 Count the size of all files, even if they have appeared already (as a
10558 hard link).
10559
10560 @item -L
10561 @itemx --dereference
10562 @opindex -L
10563 @opindex --dereference
10564 @cindex symbolic links, dereferencing in @command{du}
10565 Dereference symbolic links (show the disk space used by the file
10566 or directory that the link points to instead of the space used by
10567 the link).
10568
10569 @item -m
10570 @opindex -m
10571 @cindex mebibytes for file sizes
10572 Print sizes in 1,048,576-byte blocks, overriding the default block size
10573 (@pxref{Block size}).
10574 This option is equivalent to @option{--block-size=1M}.
10575
10576 @item -P
10577 @itemx --no-dereference
10578 @opindex -P
10579 @opindex --no-dereference
10580 @cindex symbolic links, dereferencing in @command{du}
10581 For each symbolic links encountered by @command{du},
10582 consider the disk space used by the symbolic link.
10583
10584 @item -d @var{depth}
10585 @item --max-depth=@var{depth}
10586 @opindex -d @var{depth}
10587 @opindex --max-depth=@var{depth}
10588 @cindex limiting output of @command{du}
10589 Show the total for each directory (and file if --all) that is at
10590 most MAX_DEPTH levels down from the root of the hierarchy.  The root
10591 is at level 0, so @code{du --max-depth=0} is equivalent to @code{du -s}.
10592
10593 @optNull{du}
10594
10595 @optSi
10596
10597 @item -s
10598 @itemx --summarize
10599 @opindex -s
10600 @opindex --summarize
10601 Display only a total for each argument.
10602
10603 @item -S
10604 @itemx --separate-dirs
10605 @opindex -S
10606 @opindex --separate-dirs
10607 Normally, in the output of @command{du} (when not using @option{--summarize}),
10608 the size listed next to a directory name, @var{d}, represents the sum
10609 of sizes of all entries beneath @var{d} as well as the size of @var{d} itself.
10610 With @option{--separate-dirs}, the size reported for a directory name,
10611 @var{d}, is merely the @code{stat.st_size}-derived size of the directory
10612 entry, @var{d}.
10613
10614 @itemx --time
10615 @opindex --time
10616 @cindex last modified dates, displaying in @command{du}
10617 Show time of the most recent modification of any file in the directory,
10618 or any of its subdirectories.
10619
10620 @itemx --time=ctime
10621 @itemx --time=status
10622 @itemx --time=use
10623 @opindex --time
10624 @opindex ctime@r{, show the most recent}
10625 @opindex status time@r{, show the most recent}
10626 @opindex use time@r{, show the most recent}
10627 Show the most recent status change time (the @samp{ctime} in the inode) of
10628 any file in the directory, instead of the modification time.
10629
10630 @itemx --time=atime
10631 @itemx --time=access
10632 @opindex --time
10633 @opindex atime@r{, show the most recent}
10634 @opindex access time@r{, show the most recent}
10635 Show the most recent access time (the @samp{atime} in the inode) of
10636 any file in the directory, instead of the modification time.
10637
10638 @item --time-style=@var{style}
10639 @opindex --time-style
10640 @cindex time style
10641 List timestamps in style @var{style}.  This option has an effect only if
10642 the @option{--time} option is also specified.  The @var{style} should
10643 be one of the following:
10644
10645 @table @samp
10646 @item +@var{format}
10647 @vindex LC_TIME
10648 List timestamps using @var{format}, where @var{format} is interpreted
10649 like the format argument of @command{date} (@pxref{date invocation}).
10650 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
10651 @command{du} to list timestamps like @samp{2002-03-30 23:45:56}.  As
10652 with @command{date}, @var{format}'s interpretation is affected by the
10653 @env{LC_TIME} locale category.
10654
10655 @item full-iso
10656 List timestamps in full using @acronym{ISO} 8601 date, time, and time zone
10657 format with nanosecond precision, e.g., @samp{2002-03-30
10658 23:45:56.477817180 -0700}.  This style is equivalent to
10659 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
10660
10661 @item long-iso
10662 List @acronym{ISO} 8601 date and time in minutes, e.g.,
10663 @samp{2002-03-30 23:45}.  These timestamps are shorter than
10664 @samp{full-iso} timestamps, and are usually good enough for everyday
10665 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
10666
10667 @item iso
10668 List @acronym{ISO} 8601 dates for timestamps, e.g., @samp{2002-03-30}.
10669 This style is equivalent to @samp{+%Y-%m-%d}.
10670 @end table
10671
10672 @vindex TIME_STYLE
10673 You can specify the default value of the @option{--time-style} option
10674 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
10675 the default style is @samp{long-iso}.  For compatibility with @command{ls},
10676 if @env{TIME_STYLE} begins with @samp{+} and contains a newline,
10677 the newline and any later characters are ignored; if @env{TIME_STYLE}
10678 begins with @samp{posix-} the @samp{posix-} is ignored; and if
10679 @env{TIME_STYLE} is @samp{locale} it is ignored.
10680
10681 @item -x
10682 @itemx --one-file-system
10683 @opindex -x
10684 @opindex --one-file-system
10685 @cindex one file system, restricting @command{du} to
10686 Skip directories that are on different file systems from the one that
10687 the argument being processed is on.
10688
10689 @item --exclude=@var{pattern}
10690 @opindex --exclude=@var{pattern}
10691 @cindex excluding files from @command{du}
10692 When recursing, skip subdirectories or files matching @var{pattern}.
10693 For example, @code{du --exclude='*.o'} excludes files whose names
10694 end in @samp{.o}.
10695
10696 @item -X @var{file}
10697 @itemx --exclude-from=@var{file}
10698 @opindex -X @var{file}
10699 @opindex --exclude-from=@var{file}
10700 @cindex excluding files from @command{du}
10701 Like @option{--exclude}, except take the patterns to exclude from @var{file},
10702 one per line.  If @var{file} is @samp{-}, take the patterns from standard
10703 input.
10704
10705 @end table
10706
10707 @cindex NFS mounts from BSD to HP-UX
10708 On BSD systems, @command{du} reports sizes that are half the correct
10709 values for files that are NFS-mounted from HP-UX systems.  On HP-UX
10710 systems, it reports sizes that are twice the correct values for
10711 files that are NFS-mounted from BSD systems.  This is due to a flaw
10712 in HP-UX; it also affects the HP-UX @command{du} program.
10713
10714 @exitstatus
10715
10716
10717 @node stat invocation
10718 @section @command{stat}: Report file or file system status
10719
10720 @pindex stat
10721 @cindex file status
10722 @cindex file system status
10723
10724 @command{stat} displays information about the specified file(s).  Synopsis:
10725
10726 @example
10727 stat [@var{option}]@dots{} [@var{file}]@dots{}
10728 @end example
10729
10730 With no option, @command{stat} reports all information about the given files.
10731 But it also can be used to report the information of the file systems the
10732 given files are located on.  If the files are links, @command{stat} can
10733 also give information about the files the links point to.
10734
10735 @mayConflictWithShellBuiltIn{stat}
10736
10737 @table @samp
10738
10739 @item -L
10740 @itemx --dereference
10741 @opindex -L
10742 @opindex --dereference
10743 @cindex symbolic links, dereferencing in @command{stat}
10744 Change how @command{stat} treats symbolic links.
10745 With this option, @command{stat} acts on the file referenced
10746 by each symbolic link argument.
10747 Without it, @command{stat} acts on any symbolic link argument directly.
10748
10749 @item -f
10750 @itemx --file-system
10751 @opindex -f
10752 @opindex --file-system
10753 @cindex file systems
10754 Report information about the file systems where the given files are located
10755 instead of information about the files themselves.
10756 This option implies the @option{-L} option.
10757
10758 @item -c
10759 @itemx --format=@var{format}
10760 @opindex -c
10761 @opindex --format=@var{format}
10762 @cindex output format
10763 Use @var{format} rather than the default format.
10764 @var{format} is automatically newline-terminated, so
10765 running a command like the following with two or more @var{file}
10766 operands produces a line of output for each operand:
10767 @example
10768 $ stat --format=%d:%i / /usr
10769 2050:2
10770 2057:2
10771 @end example
10772
10773 @itemx --printf=@var{format}
10774 @opindex --printf=@var{format}
10775 @cindex output format
10776 Use @var{format} rather than the default format.
10777 Like @option{--format}, but interpret backslash escapes,
10778 and do not output a mandatory trailing newline.
10779 If you want a newline, include @samp{\n} in the @var{format}.
10780 Here's how you would use @option{--printf} to print the device
10781 and inode numbers of @file{/} and @file{/usr}:
10782 @example
10783 $ stat --printf='%d:%i\n' / /usr
10784 2050:2
10785 2057:2
10786 @end example
10787
10788 @item -t
10789 @itemx --terse
10790 @opindex -t
10791 @opindex --terse
10792 @cindex terse output
10793 Print the information in terse form, suitable for parsing by other programs.
10794
10795 @end table
10796
10797 The valid @var{format} directives for files with @option{--format} and
10798 @option{--printf} are:
10799
10800 @itemize @bullet
10801 @item %a - Access rights in octal
10802 @item %A - Access rights in human readable form
10803 @item %b - Number of blocks allocated (see @samp{%B})
10804 @item %B - The size in bytes of each block reported by @samp{%b}
10805 @item %C - The SELinux security context of a file, if available
10806 @item %d - Device number in decimal
10807 @item %D - Device number in hex
10808 @item %f - Raw mode in hex
10809 @item %F - File type
10810 @item %g - Group ID of owner
10811 @item %G - Group name of owner
10812 @item %h - Number of hard links
10813 @item %i - Inode number
10814 @item %m - Mount point (See note below)
10815 @item %n - File name
10816 @item %N - Quoted file name with dereference if symbolic link
10817 @item %o - I/O block size
10818 @item %s - Total size, in bytes
10819 @item %t - Major device type in hex
10820 @item %T - Minor device type in hex
10821 @item %u - User ID of owner
10822 @item %U - User name of owner
10823 @item %w - Time of file birth, or @samp{-} if unknown
10824 @item %W - Time of file birth as seconds since Epoch, or @samp{0}
10825 @item %x - Time of last access
10826 @item %X - Time of last access as seconds since Epoch
10827 @item %y - Time of last modification
10828 @item %Y - Time of last modification as seconds since Epoch
10829 @item %z - Time of last change
10830 @item %Z - Time of last change as seconds since Epoch
10831 @end itemize
10832
10833 The @samp{%W}, @samp{%X}, @samp{%Y}, and @samp{%Z} formats accept a
10834 precision preceded by a period to specify the number of digits to
10835 print after the decimal point.  For example, @samp{%.3X} outputs the
10836 last access time to millisecond precision.  If a period is given but no
10837 precision, @command{stat} uses 9 digits, so @samp{%.X} is equivalent to
10838 @samp{%.9X}.  When discarding excess precision, time stamps are truncated
10839 toward minus infinity.
10840
10841 @example
10842 zero pad:
10843   $ stat -c '[%015Y]' /usr
10844   [000001288929712]
10845 space align:
10846   $ stat -c '[%15Y]' /usr
10847   [     1288929712]
10848   $ stat -c '[%-15Y]' /usr
10849   [1288929712     ]
10850 precision:
10851   $ stat -c '[%.3Y]' /usr
10852   [1288929712.114]
10853   $ stat -c '[%.Y]' /usr
10854   [1288929712.114951834]
10855 @end example
10856
10857 The mount point printed by @samp{%m} is similar to that output
10858 by @command{df}, except that:
10859 @itemize @bullet
10860 @item
10861 stat does not dereference symlinks by default
10862 (unless @option{-L} is specified)
10863 @item
10864 stat does not search for specified device nodes in the
10865 file system list, instead operating on them directly
10866 @item
10867 @cindex bind mount
10868 stat outputs the alias for a bind mounted file, rather than
10869 the initial mount point of its backing device.
10870 One can recursively call stat until there is no change in output,
10871 to get the current base mount point
10872 @end itemize
10873
10874 When listing file system information (@option{--file-system} (@option{-f})),
10875 you must use a different set of @var{format} directives:
10876
10877 @itemize @bullet
10878 @item %a - Free blocks available to non-super-user
10879 @item %b - Total data blocks in file system
10880 @item %c - Total file nodes in file system
10881 @item %d - Free file nodes in file system
10882 @item %f - Free blocks in file system
10883 @item %i - File System ID in hex
10884 @item %l - Maximum length of file names
10885 @item %n - File name
10886 @item %s - Block size (for faster transfers)
10887 @item %S - Fundamental block size (for block counts)
10888 @item %t - Type in hex
10889 @item %T - Type in human readable form
10890 @end itemize
10891
10892 @vindex TZ
10893 Time stamps are listed according to the time zone rules specified by
10894 the @env{TZ} environment variable, or by the system default rules if
10895 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
10896 with @env{TZ}, libc, The GNU C Library Reference Manual}.
10897
10898 @exitstatus
10899
10900
10901 @node sync invocation
10902 @section @command{sync}: Synchronize data on disk with memory
10903
10904 @pindex sync
10905 @cindex synchronize disk and memory
10906
10907 @cindex superblock, writing
10908 @cindex inodes, written buffered
10909 @command{sync} writes any data buffered in memory out to disk.  This can
10910 include (but is not limited to) modified superblocks, modified inodes,
10911 and delayed reads and writes.  This must be implemented by the kernel;
10912 The @command{sync} program does nothing but exercise the @code{sync} system
10913 call.
10914
10915 @cindex crashes and corruption
10916 The kernel keeps data in memory to avoid doing (relatively slow) disk
10917 reads and writes.  This improves performance, but if the computer
10918 crashes, data may be lost or the file system corrupted as a
10919 result.  The @command{sync} command ensures everything in memory
10920 is written to disk.
10921
10922 Any arguments are ignored, except for a lone @option{--help} or
10923 @option{--version} (@pxref{Common options}).
10924
10925 @exitstatus
10926
10927
10928 @node truncate invocation
10929 @section @command{truncate}: Shrink or extend the size of a file
10930
10931 @pindex truncate
10932 @cindex truncating, file sizes
10933
10934 @command{truncate} shrinks or extends the size of each @var{file} to the
10935 specified size. Synopsis:
10936
10937 @example
10938 truncate @var{option}@dots{} @var{file}@dots{}
10939 @end example
10940
10941 @cindex files, creating
10942 Any @var{file} that does not exist is created.
10943
10944 @cindex sparse files, creating
10945 @cindex holes, creating files with
10946 If a @var{file} is larger than the specified size, the extra data is lost.
10947 If a @var{file} is shorter, it is extended and the extended part (or hole)
10948 reads as zero bytes.
10949
10950 The program accepts the following options.  Also see @ref{Common options}.
10951
10952 @table @samp
10953
10954 @item -c
10955 @itemx --no-create
10956 @opindex -c
10957 @opindex --no-create
10958 Do not create files that do not exist.
10959
10960 @item -o
10961 @itemx --io-blocks
10962 @opindex -o
10963 @opindex --io-blocks
10964 Treat @var{size} as number of I/O blocks of the @var{file} rather than bytes.
10965
10966 @item -r @var{rfile}
10967 @itemx --reference=@var{rfile}
10968 @opindex -r
10969 @opindex --reference
10970 Base the size of each @var{file} on the size of @var{rfile}.
10971
10972 @item -s @var{size}
10973 @itemx --size=@var{size}
10974 @opindex -s
10975 @opindex --size
10976 Set or adjust the size of each @var{file} according to @var{size}.
10977 @multiplierSuffixesNoBlocks{size}
10978
10979 @var{size} may also be prefixed by one of the following to adjust
10980 the size of each @var{file} based on their current size:
10981 @example
10982 @samp{+}  => extend by
10983 @samp{-}  => reduce by
10984 @samp{<}  => at most
10985 @samp{>}  => at least
10986 @samp{/}  => round down to multiple of
10987 @samp{%}  => round up to multiple of
10988 @end example
10989
10990 @end table
10991
10992 @exitstatus
10993
10994
10995 @node Printing text
10996 @chapter Printing text
10997
10998 @cindex printing text, commands for
10999 @cindex commands for printing text
11000
11001 This section describes commands that display text strings.
11002
11003 @menu
11004 * echo invocation::             Print a line of text.
11005 * printf invocation::           Format and print data.
11006 * yes invocation::              Print a string until interrupted.
11007 @end menu
11008
11009
11010 @node echo invocation
11011 @section @command{echo}: Print a line of text
11012
11013 @pindex echo
11014 @cindex displaying text
11015 @cindex printing text
11016 @cindex text, displaying
11017 @cindex arbitrary text, displaying
11018
11019 @command{echo} writes each given @var{string} to standard output, with a
11020 space between each and a newline after the last one.  Synopsis:
11021
11022 @example
11023 echo [@var{option}]@dots{} [@var{string}]@dots{}
11024 @end example
11025
11026 @mayConflictWithShellBuiltIn{echo}
11027
11028 The program accepts the following options.  Also see @ref{Common options}.
11029 Options must precede operands, and the normally-special argument
11030 @samp{--} has no special meaning and is treated like any other
11031 @var{string}.
11032
11033 @table @samp
11034 @item -n
11035 @opindex -n
11036 Do not output the trailing newline.
11037
11038 @item -e
11039 @opindex -e
11040 @cindex backslash escapes
11041 Enable interpretation of the following backslash-escaped characters in
11042 each @var{string}:
11043
11044 @table @samp
11045 @item \a
11046 alert (bell)
11047 @item \b
11048 backspace
11049 @item \c
11050 produce no further output
11051 @item \e
11052 escape
11053 @item \f
11054 form feed
11055 @item \n
11056 newline
11057 @item \r
11058 carriage return
11059 @item \t
11060 horizontal tab
11061 @item \v
11062 vertical tab
11063 @item \\
11064 backslash
11065 @item \0@var{nnn}
11066 the eight-bit value that is the octal number @var{nnn}
11067 (zero to three octal digits)
11068 @item \@var{nnn}
11069 the eight-bit value that is the octal number @var{nnn}
11070 (one to three octal digits)
11071 @item \x@var{hh}
11072 the eight-bit value that is the hexadecimal number @var{hh}
11073 (one or two hexadecimal digits)
11074 @end table
11075
11076 @item -E
11077 @opindex -E
11078 @cindex backslash escapes
11079 Disable interpretation of backslash escapes in each @var{string}.
11080 This is the default.  If @option{-e} and @option{-E} are both
11081 specified, the last one given takes effect.
11082
11083 @end table
11084
11085 @vindex POSIXLY_CORRECT
11086 If the @env{POSIXLY_CORRECT} environment variable is set, then when
11087 @command{echo}'s first argument is not @option{-n} it outputs
11088 option-like arguments instead of treating them as options.  For
11089 example, @code{echo -ne hello} outputs @samp{-ne hello} instead of
11090 plain @samp{hello}.
11091
11092 @acronym{POSIX} does not require support for any options, and says
11093 that the behavior of @command{echo} is implementation-defined if any
11094 @var{string} contains a backslash or if the first argument is
11095 @option{-n}.  Portable programs can use the @command{printf} command
11096 if they need to omit trailing newlines or output control characters or
11097 backslashes.  @xref{printf invocation}.
11098
11099 @exitstatus
11100
11101
11102 @node printf invocation
11103 @section @command{printf}: Format and print data
11104
11105 @pindex printf
11106 @command{printf} does formatted printing of text.  Synopsis:
11107
11108 @example
11109 printf @var{format} [@var{argument}]@dots{}
11110 @end example
11111
11112 @command{printf} prints the @var{format} string, interpreting @samp{%}
11113 directives and @samp{\} escapes to format numeric and string arguments
11114 in a way that is mostly similar to the C @samp{printf} function.
11115 @xref{Output Conversion Syntax,, @command{printf} format directives,
11116 libc, The GNU C Library Reference Manual}, for details.
11117 The differences are listed below.
11118
11119 @mayConflictWithShellBuiltIn{printf}
11120
11121 @itemize @bullet
11122
11123 @item
11124 The @var{format} argument is reused as necessary to convert all the
11125 given @var{argument}s.  For example, the command @samp{printf %s a b}
11126 outputs @samp{ab}.
11127
11128 @item
11129 Missing @var{argument}s are treated as null strings or as zeros,
11130 depending on whether the context expects a string or a number.  For
11131 example, the command @samp{printf %sx%d} prints @samp{x0}.
11132
11133 @item
11134 @kindex \c
11135 An additional escape, @samp{\c}, causes @command{printf} to produce no
11136 further output.  For example, the command @samp{printf 'A%sC\cD%sF' B
11137 E} prints @samp{ABC}.
11138
11139 @item
11140 The hexadecimal escape sequence @samp{\x@var{hh}} has at most two
11141 digits, as opposed to C where it can have an unlimited number of
11142 digits.  For example, the command @samp{printf '\x07e'} prints two
11143 bytes, whereas the C statement @samp{printf ("\x07e")} prints just
11144 one.
11145
11146 @item
11147 @kindex %b
11148 @command{printf} has an additional directive, @samp{%b}, which prints its
11149 argument string with @samp{\} escapes interpreted in the same way as in
11150 the @var{format} string, except that octal escapes are of the form
11151 @samp{\0@var{ooo}} where @var{ooo} is 0 to 3 octal digits.
11152 If a precision is also given, it limits the number of bytes printed
11153 from the converted string.
11154
11155 @item
11156 Numeric arguments must be single C constants, possibly with leading
11157 @samp{+} or @samp{-}.  For example, @samp{printf %.4d -3} outputs
11158 @samp{-0003}.
11159
11160 @item
11161 @vindex POSIXLY_CORRECT
11162 If the leading character of a numeric argument is @samp{"} or @samp{'}
11163 then its value is the numeric value of the immediately following
11164 character.  Any remaining characters are silently ignored if the
11165 @env{POSIXLY_CORRECT} environment variable is set; otherwise, a
11166 warning is printed.  For example, @samp{printf "%d" "'a"} outputs
11167 @samp{97} on hosts that use the @acronym{ASCII} character set, since
11168 @samp{a} has the numeric value 97 in @acronym{ASCII}.
11169
11170 @end itemize
11171
11172 @vindex LC_NUMERIC
11173 A floating-point argument must use a period before any fractional
11174 digits, but is printed according to the @env{LC_NUMERIC} category of the
11175 current locale.  For example, in a locale whose radix character is a
11176 comma, the command @samp{printf %g 3.14} outputs @samp{3,14} whereas
11177 the command @samp{printf %g 3,14} is an error.
11178
11179 @kindex \@var{ooo}
11180 @kindex \x@var{hh}
11181 @command{printf} interprets @samp{\@var{ooo}} in @var{format} as an octal number
11182 (if @var{ooo} is 1 to 3 octal digits) specifying a character to print,
11183 and @samp{\x@var{hh}} as a hexadecimal number (if @var{hh} is 1 to 2 hex
11184 digits) specifying a character to print.
11185
11186 @kindex \uhhhh
11187 @kindex \Uhhhhhhhh
11188 @cindex Unicode
11189 @cindex ISO/IEC 10646
11190 @vindex LC_CTYPE
11191 @command{printf} interprets two character syntaxes introduced in
11192 @acronym{ISO} C 99:
11193 @samp{\u} for 16-bit Unicode (@acronym{ISO}/@acronym{IEC} 10646)
11194 characters, specified as
11195 four hexadecimal digits @var{hhhh}, and @samp{\U} for 32-bit Unicode
11196 characters, specified as eight hexadecimal digits @var{hhhhhhhh}.
11197 @command{printf} outputs the Unicode characters
11198 according to the @env{LC_CTYPE} locale.  Unicode characters in the ranges
11199 U+0000...U+009F, U+D800...U+DFFF cannot be specified by this syntax, except
11200 for U+0024 ($), U+0040 (@@), and U+0060 (@`).
11201
11202 The processing of @samp{\u} and @samp{\U} requires a full-featured
11203 @code{iconv} facility.  It is activated on systems with glibc 2.2 (or newer),
11204 or when @code{libiconv} is installed prior to this package.  Otherwise
11205 @samp{\u} and @samp{\U} will print as-is.
11206
11207 The only options are a lone @option{--help} or
11208 @option{--version}.  @xref{Common options}.
11209 Options must precede operands.
11210
11211 The Unicode character syntaxes are useful for writing strings in a locale
11212 independent way.  For example, a string containing the Euro currency symbol
11213
11214 @example
11215 $ env printf '\u20AC 14.95'
11216 @end example
11217
11218 @noindent
11219 will be output correctly in all locales supporting the Euro symbol
11220 (@acronym{ISO}-8859-15, UTF-8, and others).  Similarly, a Chinese string
11221
11222 @example
11223 $ env printf '\u4e2d\u6587'
11224 @end example
11225
11226 @noindent
11227 will be output correctly in all Chinese locales (GB2312, BIG5, UTF-8, etc).
11228
11229 Note that in these examples, the @command{printf} command has been
11230 invoked via @command{env} to ensure that we run the program found via
11231 your shell's search path, and not a shell alias or a built-in function.
11232
11233 For larger strings, you don't need to look up the hexadecimal code
11234 values of each character one by one.  @acronym{ASCII} characters mixed with \u
11235 escape sequences is also known as the JAVA source file encoding.  You can
11236 use GNU recode 3.5c (or newer) to convert strings to this encoding.  Here
11237 is how to convert a piece of text into a shell script which will output
11238 this text in a locale-independent way:
11239
11240 @smallexample
11241 $ LC_CTYPE=zh_CN.big5 /usr/local/bin/printf \
11242     '\u4e2d\u6587\n' > sample.txt
11243 $ recode BIG5..JAVA < sample.txt \
11244     | sed -e "s|^|/usr/local/bin/printf '|" -e "s|$|\\\\n'|" \
11245     > sample.sh
11246 @end smallexample
11247
11248 @exitstatus
11249
11250
11251 @node yes invocation
11252 @section @command{yes}: Print a string until interrupted
11253
11254 @pindex yes
11255 @cindex repeated output of a string
11256
11257 @command{yes} prints the command line arguments, separated by spaces and
11258 followed by a newline, forever until it is killed.  If no arguments are
11259 given, it prints @samp{y} followed by a newline forever until killed.
11260
11261 Upon a write error, @command{yes} exits with status @samp{1}.
11262
11263 The only options are a lone @option{--help} or @option{--version}.
11264 To output an argument that begins with
11265 @samp{-}, precede it with @option{--}, e.g., @samp{yes -- --help}.
11266 @xref{Common options}.
11267
11268
11269 @node Conditions
11270 @chapter Conditions
11271
11272 @cindex conditions
11273 @cindex commands for exit status
11274 @cindex exit status commands
11275
11276 This section describes commands that are primarily useful for their exit
11277 status, rather than their output.  Thus, they are often used as the
11278 condition of shell @code{if} statements, or as the last command in a
11279 pipeline.
11280
11281 @menu
11282 * false invocation::            Do nothing, unsuccessfully.
11283 * true invocation::             Do nothing, successfully.
11284 * test invocation::             Check file types and compare values.
11285 * expr invocation::             Evaluate expressions.
11286 @end menu
11287
11288
11289 @node false invocation
11290 @section @command{false}: Do nothing, unsuccessfully
11291
11292 @pindex false
11293 @cindex do nothing, unsuccessfully
11294 @cindex failure exit status
11295 @cindex exit status of @command{false}
11296
11297 @command{false} does nothing except return an exit status of 1, meaning
11298 @dfn{failure}.  It can be used as a place holder in shell scripts
11299 where an unsuccessful command is needed.
11300 In most modern shells, @command{false} is a built-in command, so when
11301 you use @samp{false} in a script, you're probably using the built-in
11302 command, not the one documented here.
11303
11304 @command{false} honors the @option{--help} and @option{--version} options.
11305
11306 This version of @command{false} is implemented as a C program, and is thus
11307 more secure and faster than a shell script implementation, and may safely
11308 be used as a dummy shell for the purpose of disabling accounts.
11309
11310 Note that @command{false} (unlike all other programs documented herein)
11311 exits unsuccessfully, even when invoked with
11312 @option{--help} or @option{--version}.
11313
11314 Portable programs should not assume that the exit status of
11315 @command{false} is 1, as it is greater than 1 on some
11316 non-@acronym{GNU} hosts.
11317
11318
11319 @node true invocation
11320 @section @command{true}: Do nothing, successfully
11321
11322 @pindex true
11323 @cindex do nothing, successfully
11324 @cindex no-op
11325 @cindex successful exit
11326 @cindex exit status of @command{true}
11327
11328 @command{true} does nothing except return an exit status of 0, meaning
11329 @dfn{success}.  It can be used as a place holder in shell scripts
11330 where a successful command is needed, although the shell built-in
11331 command @code{:} (colon) may do the same thing faster.
11332 In most modern shells, @command{true} is a built-in command, so when
11333 you use @samp{true} in a script, you're probably using the built-in
11334 command, not the one documented here.
11335
11336 @command{true} honors the @option{--help} and @option{--version} options.
11337
11338 Note, however, that it is possible to cause @command{true}
11339 to exit with nonzero status: with the @option{--help} or @option{--version}
11340 option, and with standard
11341 output already closed or redirected to a file that evokes an I/O error.
11342 For example, using a Bourne-compatible shell:
11343
11344 @example
11345 $ ./true --version >&-
11346 ./true: write error: Bad file number
11347 $ ./true --version > /dev/full
11348 ./true: write error: No space left on device
11349 @end example
11350
11351 This version of @command{true} is implemented as a C program, and is thus
11352 more secure and faster than a shell script implementation, and may safely
11353 be used as a dummy shell for the purpose of disabling accounts.
11354
11355 @node test invocation
11356 @section @command{test}: Check file types and compare values
11357
11358 @pindex test
11359 @cindex check file types
11360 @cindex compare values
11361 @cindex expression evaluation
11362
11363 @command{test} returns a status of 0 (true) or 1 (false) depending on the
11364 evaluation of the conditional expression @var{expr}.  Each part of the
11365 expression must be a separate argument.
11366
11367 @command{test} has file status checks, string operators, and numeric
11368 comparison operators.
11369
11370 @command{test} has an alternate form that uses opening and closing
11371 square brackets instead a leading @samp{test}.  For example, instead
11372 of @samp{test -d /}, you can write @samp{[ -d / ]}.  The square
11373 brackets must be separate arguments; for example, @samp{[-d /]} does
11374 not have the desired effect.  Since @samp{test @var{expr}} and @samp{[
11375 @var{expr} ]} have the same meaning, only the former form is discussed
11376 below.
11377
11378 Synopses:
11379
11380 @example
11381 test @var{expression}
11382 test
11383 [ @var{expression} ]
11384 [ ]
11385 [ @var{option}
11386 @end example
11387
11388 @mayConflictWithShellBuiltIn{test}
11389
11390 If @var{expression} is omitted, @command{test} returns false.
11391 If @var{expression} is a single argument,
11392 @command{test} returns false if the argument is null and true otherwise.  The argument
11393 can be any string, including strings like @samp{-d}, @samp{-1},
11394 @samp{--}, @samp{--help}, and @samp{--version} that most other
11395 programs would treat as options.  To get help and version information,
11396 invoke the commands @samp{[ --help} and @samp{[ --version}, without
11397 the usual closing brackets.  @xref{Common options}.
11398
11399 @cindex exit status of @command{test}
11400 Exit status:
11401
11402 @display
11403 0 if the expression is true,
11404 1 if the expression is false,
11405 2 if an error occurred.
11406 @end display
11407
11408 @menu
11409 * File type tests::             -[bcdfhLpSt]
11410 * Access permission tests::     -[gkruwxOG]
11411 * File characteristic tests::   -e -s -nt -ot -ef
11412 * String tests::                -z -n = !=
11413 * Numeric tests::               -eq -ne -lt -le -gt -ge
11414 * Connectives for test::        ! -a -o
11415 @end menu
11416
11417
11418 @node File type tests
11419 @subsection File type tests
11420
11421 @cindex file type tests
11422
11423 These options test for particular types of files.  (Everything's a file,
11424 but not all files are the same!)
11425
11426 @table @samp
11427
11428 @item -b @var{file}
11429 @opindex -b
11430 @cindex block special check
11431 True if @var{file} exists and is a block special device.
11432
11433 @item -c @var{file}
11434 @opindex -c
11435 @cindex character special check
11436 True if @var{file} exists and is a character special device.
11437
11438 @item -d @var{file}
11439 @opindex -d
11440 @cindex directory check
11441 True if @var{file} exists and is a directory.
11442
11443 @item -f @var{file}
11444 @opindex -f
11445 @cindex regular file check
11446 True if @var{file} exists and is a regular file.
11447
11448 @item -h @var{file}
11449 @itemx -L @var{file}
11450 @opindex -L
11451 @opindex -h
11452 @cindex symbolic link check
11453 True if @var{file} exists and is a symbolic link.
11454 Unlike all other file-related tests, this test does not dereference
11455 @var{file} if it is a symbolic link.
11456
11457 @item -p @var{file}
11458 @opindex -p
11459 @cindex named pipe check
11460 True if @var{file} exists and is a named pipe.
11461
11462 @item -S @var{file}
11463 @opindex -S
11464 @cindex socket check
11465 True if @var{file} exists and is a socket.
11466
11467 @item -t @var{fd}
11468 @opindex -t
11469 @cindex terminal check
11470 True if @var{fd} is a file descriptor that is associated with a
11471 terminal.
11472
11473 @end table
11474
11475
11476 @node Access permission tests
11477 @subsection Access permission tests
11478
11479 @cindex access permission tests
11480 @cindex permission tests
11481
11482 These options test for particular access permissions.
11483
11484 @table @samp
11485
11486 @item -g @var{file}
11487 @opindex -g
11488 @cindex set-group-ID check
11489 True if @var{file} exists and has its set-group-ID bit set.
11490
11491 @item -k @var{file}
11492 @opindex -k
11493 @cindex sticky bit check
11494 True if @var{file} exists and has its @dfn{sticky} bit set.
11495
11496 @item -r @var{file}
11497 @opindex -r
11498 @cindex readable file check
11499 True if @var{file} exists and read permission is granted.
11500
11501 @item -u @var{file}
11502 @opindex -u
11503 @cindex set-user-ID check
11504 True if @var{file} exists and has its set-user-ID bit set.
11505
11506 @item -w @var{file}
11507 @opindex -w
11508 @cindex writable file check
11509 True if @var{file} exists and write permission is granted.
11510
11511 @item -x @var{file}
11512 @opindex -x
11513 @cindex executable file check
11514 True if @var{file} exists and execute permission is granted
11515 (or search permission, if it is a directory).
11516
11517 @item -O @var{file}
11518 @opindex -O
11519 @cindex owned by effective user ID check
11520 True if @var{file} exists and is owned by the current effective user ID.
11521
11522 @item -G @var{file}
11523 @opindex -G
11524 @cindex owned by effective group ID check
11525 True if @var{file} exists and is owned by the current effective group ID.
11526
11527 @end table
11528
11529 @node File characteristic tests
11530 @subsection File characteristic tests
11531
11532 @cindex file characteristic tests
11533
11534 These options test other file characteristics.
11535
11536 @table @samp
11537
11538 @item -e @var{file}
11539 @opindex -e
11540 @cindex existence-of-file check
11541 True if @var{file} exists.
11542
11543 @item -s @var{file}
11544 @opindex -s
11545 @cindex nonempty file check
11546 True if @var{file} exists and has a size greater than zero.
11547
11548 @item @var{file1} -nt @var{file2}
11549 @opindex -nt
11550 @cindex newer-than file check
11551 True if @var{file1} is newer (according to modification date) than
11552 @var{file2}, or if @var{file1} exists and @var{file2} does not.
11553
11554 @item @var{file1} -ot @var{file2}
11555 @opindex -ot
11556 @cindex older-than file check
11557 True if @var{file1} is older (according to modification date) than
11558 @var{file2}, or if @var{file2} exists and @var{file1} does not.
11559
11560 @item @var{file1} -ef @var{file2}
11561 @opindex -ef
11562 @cindex same file check
11563 @cindex hard link check
11564 True if @var{file1} and @var{file2} have the same device and inode
11565 numbers, i.e., if they are hard links to each other.
11566
11567 @end table
11568
11569
11570 @node String tests
11571 @subsection String tests
11572
11573 @cindex string tests
11574
11575 These options test string characteristics.  You may need to quote
11576 @var{string} arguments for the shell.  For example:
11577
11578 @example
11579 test -n "$V"
11580 @end example
11581
11582 The quotes here prevent the wrong arguments from being passed to
11583 @command{test} if @samp{$V} is empty or contains special characters.
11584
11585 @table @samp
11586
11587 @item -z @var{string}
11588 @opindex -z
11589 @cindex zero-length string check
11590 True if the length of @var{string} is zero.
11591
11592 @item -n @var{string}
11593 @itemx @var{string}
11594 @opindex -n
11595 @cindex nonzero-length string check
11596 True if the length of @var{string} is nonzero.
11597
11598 @item @var{string1} = @var{string2}
11599 @opindex =
11600 @cindex equal string check
11601 True if the strings are equal.
11602
11603 @item @var{string1} != @var{string2}
11604 @opindex !=
11605 @cindex not-equal string check
11606 True if the strings are not equal.
11607
11608 @end table
11609
11610
11611 @node Numeric tests
11612 @subsection Numeric tests
11613
11614 @cindex numeric tests
11615 @cindex arithmetic tests
11616
11617 Numeric relational operators.  The arguments must be entirely numeric
11618 (possibly negative), or the special expression @w{@code{-l @var{string}}},
11619 which evaluates to the length of @var{string}.
11620
11621 @table @samp
11622
11623 @item @var{arg1} -eq @var{arg2}
11624 @itemx @var{arg1} -ne @var{arg2}
11625 @itemx @var{arg1} -lt @var{arg2}
11626 @itemx @var{arg1} -le @var{arg2}
11627 @itemx @var{arg1} -gt @var{arg2}
11628 @itemx @var{arg1} -ge @var{arg2}
11629 @opindex -eq
11630 @opindex -ne
11631 @opindex -lt
11632 @opindex -le
11633 @opindex -gt
11634 @opindex -ge
11635 These arithmetic binary operators return true if @var{arg1} is equal,
11636 not-equal, less-than, less-than-or-equal, greater-than, or
11637 greater-than-or-equal than @var{arg2}, respectively.
11638
11639 @end table
11640
11641 For example:
11642
11643 @example
11644 test -1 -gt -2 && echo yes
11645 @result{} yes
11646 test -l abc -gt 1 && echo yes
11647 @result{} yes
11648 test 0x100 -eq 1
11649 @error{} test: integer expression expected before -eq
11650 @end example
11651
11652
11653 @node Connectives for test
11654 @subsection Connectives for @command{test}
11655
11656 @cindex logical connectives
11657 @cindex connectives, logical
11658
11659 The usual logical connectives.
11660
11661 @table @samp
11662
11663 @item ! @var{expr}
11664 @opindex !
11665 True if @var{expr} is false.
11666
11667 @item @var{expr1} -a @var{expr2}
11668 @opindex -a
11669 @cindex logical and operator
11670 @cindex and operator
11671 True if both @var{expr1} and @var{expr2} are true.
11672
11673 @item @var{expr1} -o @var{expr2}
11674 @opindex -o
11675 @cindex logical or operator
11676 @cindex or operator
11677 True if either @var{expr1} or @var{expr2} is true.
11678
11679 @end table
11680
11681
11682 @node expr invocation
11683 @section @command{expr}: Evaluate expressions
11684
11685 @pindex expr
11686 @cindex expression evaluation
11687 @cindex evaluation of expressions
11688
11689 @command{expr} evaluates an expression and writes the result on standard
11690 output.  Each token of the expression must be a separate argument.
11691
11692 Operands are either integers or strings.  Integers consist of one or
11693 more decimal digits, with an optional leading @samp{-}.
11694 @command{expr} converts
11695 anything appearing in an operand position to an integer or a string
11696 depending on the operation being applied to it.
11697
11698 Strings are not quoted for @command{expr} itself, though you may need to
11699 quote them to protect characters with special meaning to the shell,
11700 e.g., spaces.  However, regardless of whether it is quoted, a string
11701 operand should not be a parenthesis or any of @command{expr}'s
11702 operators like @code{+}, so you cannot safely pass an arbitrary string
11703 @code{$str} to expr merely by quoting it to the shell.  One way to
11704 work around this is to use the @sc{gnu} extension @code{+},
11705 (e.g., @code{+ "$str" = foo}); a more portable way is to use
11706 @code{@w{" $str"}} and to adjust the rest of the expression to take
11707 the leading space into account (e.g., @code{@w{" $str" = " foo"}}).
11708
11709 You should not pass a negative integer or a string with leading
11710 @samp{-} as @command{expr}'s first argument, as it might be
11711 misinterpreted as an option; this can be avoided by parenthesization.
11712 Also, portable scripts should not use a string operand that happens to
11713 take the form of an integer; this can be worked around by inserting
11714 leading spaces as mentioned above.
11715
11716 @cindex parentheses for grouping
11717 Operators may be given as infix symbols or prefix keywords.  Parentheses
11718 may be used for grouping in the usual manner.  You must quote
11719 parentheses and many operators to avoid the shell evaluating them,
11720 however.
11721
11722 When built with support for the GNU MP library, @command{expr} uses
11723 arbitrary-precision arithmetic; otherwise, it uses native arithmetic
11724 types and may fail due to arithmetic overflow.
11725
11726 The only options are @option{--help} and @option{--version}.  @xref{Common
11727 options}.  Options must precede operands.
11728
11729 @cindex exit status of @command{expr}
11730 Exit status:
11731
11732 @display
11733 0 if the expression is neither null nor 0,
11734 1 if the expression is null or 0,
11735 2 if the expression is invalid,
11736 3 if an internal error occurred (e.g., arithmetic overflow).
11737 @end display
11738
11739 @menu
11740 * String expressions::          + : match substr index length
11741 * Numeric expressions::         + - * / %
11742 * Relations for expr::          | & < <= = == != >= >
11743 * Examples of expr::            Examples.
11744 @end menu
11745
11746
11747 @node String expressions
11748 @subsection String expressions
11749
11750 @cindex string expressions
11751 @cindex expressions, string
11752
11753 @command{expr} supports pattern matching and other string operators.  These
11754 have higher precedence than both the numeric and relational operators (in
11755 the next sections).
11756
11757 @table @samp
11758
11759 @item @var{string} : @var{regex}
11760 @cindex pattern matching
11761 @cindex regular expression matching
11762 @cindex matching patterns
11763 Perform pattern matching.  The arguments are converted to strings and the
11764 second is considered to be a (basic, a la GNU @code{grep}) regular
11765 expression, with a @code{^} implicitly prepended.  The first argument is
11766 then matched against this regular expression.
11767
11768 If the match succeeds and @var{regex} uses @samp{\(} and @samp{\)}, the
11769 @code{:} expression returns the part of @var{string} that matched the
11770 subexpression; otherwise, it returns the number of characters matched.
11771
11772 If the match fails, the @code{:} operator returns the null string if
11773 @samp{\(} and @samp{\)} are used in @var{regex}, otherwise 0.
11774
11775 @kindex \( @r{regexp operator}
11776 Only the first @samp{\( @dots{} \)} pair is relevant to the return
11777 value; additional pairs are meaningful only for grouping the regular
11778 expression operators.
11779
11780 @kindex \+ @r{regexp operator}
11781 @kindex \? @r{regexp operator}
11782 @kindex \| @r{regexp operator}
11783 In the regular expression, @code{\+}, @code{\?}, and @code{\|} are
11784 operators which respectively match one or more, zero or one, or separate
11785 alternatives.  SunOS and other @command{expr}'s treat these as regular
11786 characters.  (@acronym{POSIX} allows either behavior.)
11787 @xref{Top, , Regular Expression Library, regex, Regex}, for details of
11788 regular expression syntax.  Some examples are in @ref{Examples of expr}.
11789
11790 @item match @var{string} @var{regex}
11791 @findex match
11792 An alternative way to do pattern matching.  This is the same as
11793 @w{@samp{@var{string} : @var{regex}}}.
11794
11795 @item substr @var{string} @var{position} @var{length}
11796 @findex substr
11797 Returns the substring of @var{string} beginning at @var{position}
11798 with length at most @var{length}.  If either @var{position} or
11799 @var{length} is negative, zero, or non-numeric, returns the null string.
11800
11801 @item index @var{string} @var{charset}
11802 @findex index
11803 Returns the first position in @var{string} where the first character in
11804 @var{charset} was found.  If no character in @var{charset} is found in
11805 @var{string}, return 0.
11806
11807 @item length @var{string}
11808 @findex length
11809 Returns the length of @var{string}.
11810
11811 @item + @var{token}
11812 @kindex +
11813 Interpret @var{token} as a string, even if it is a keyword like @var{match}
11814 or an operator like @code{/}.
11815 This makes it possible to test @code{expr length + "$x"} or
11816 @code{expr + "$x" : '.*/\(.\)'} and have it do the right thing even if
11817 the value of @var{$x} happens to be (for example) @code{/} or @code{index}.
11818 This operator is a @acronym{GNU} extension.  Portable shell scripts should use
11819 @code{@w{" $token"} : @w{' \(.*\)'}} instead of @code{+ "$token"}.
11820
11821 @end table
11822
11823 To make @command{expr} interpret keywords as strings, you must use the
11824 @code{quote} operator.
11825
11826
11827 @node Numeric expressions
11828 @subsection Numeric expressions
11829
11830 @cindex numeric expressions
11831 @cindex expressions, numeric
11832
11833 @command{expr} supports the usual numeric operators, in order of increasing
11834 precedence.  These numeric operators have lower precedence than the
11835 string operators described in the previous section, and higher precedence
11836 than the connectives (next section).
11837
11838 @table @samp
11839
11840 @item + -
11841 @kindex +
11842 @kindex -
11843 @cindex addition
11844 @cindex subtraction
11845 Addition and subtraction.  Both arguments are converted to integers;
11846 an error occurs if this cannot be done.
11847
11848 @item * / %
11849 @kindex *
11850 @kindex /
11851 @kindex %
11852 @cindex multiplication
11853 @cindex division
11854 @cindex remainder
11855 Multiplication, division, remainder.  Both arguments are converted to
11856 integers; an error occurs if this cannot be done.
11857
11858 @end table
11859
11860
11861 @node Relations for expr
11862 @subsection Relations for @command{expr}
11863
11864 @cindex connectives, logical
11865 @cindex logical connectives
11866 @cindex relations, numeric or string
11867
11868 @command{expr} supports the usual logical connectives and relations.  These
11869 have lower precedence than the string and numeric operators
11870 (previous sections).  Here is the list, lowest-precedence operator first.
11871
11872 @table @samp
11873
11874 @item |
11875 @kindex |
11876 @cindex logical or operator
11877 @cindex or operator
11878 Returns its first argument if that is neither null nor zero, otherwise
11879 its second argument if it is neither null nor zero, otherwise 0.  It
11880 does not evaluate its second argument if its first argument is neither
11881 null nor zero.
11882
11883 @item &
11884 @kindex &
11885 @cindex logical and operator
11886 @cindex and operator
11887 Return its first argument if neither argument is null or zero, otherwise
11888 0.  It does not evaluate its second argument if its first argument is
11889 null or zero.
11890
11891 @item < <= = == != >= >
11892 @kindex <
11893 @kindex <=
11894 @kindex =
11895 @kindex ==
11896 @kindex >
11897 @kindex >=
11898 @cindex comparison operators
11899 @vindex LC_COLLATE
11900 Compare the arguments and return 1 if the relation is true, 0 otherwise.
11901 @code{==} is a synonym for @code{=}.  @command{expr} first tries to convert
11902 both arguments to integers and do a numeric comparison; if either
11903 conversion fails, it does a lexicographic comparison using the character
11904 collating sequence specified by the @env{LC_COLLATE} locale.
11905
11906 @end table
11907
11908
11909 @node Examples of expr
11910 @subsection Examples of using @command{expr}
11911
11912 @cindex examples of @command{expr}
11913 Here are a few examples, including quoting for shell metacharacters.
11914
11915 To add 1 to the shell variable @code{foo}, in Bourne-compatible shells:
11916
11917 @example
11918 foo=`expr $foo + 1`
11919 @end example
11920
11921 To print the non-directory part of the file name stored in
11922 @code{$fname}, which need not contain a @code{/}:
11923
11924 @example
11925 expr $fname : '.*/\(.*\)' '|' $fname
11926 @end example
11927
11928 An example showing that @code{\+} is an operator:
11929
11930 @example
11931 expr aaa : 'a\+'
11932 @result{} 3
11933 @end example
11934
11935 @example
11936 expr abc : 'a\(.\)c'
11937 @result{} b
11938 expr index abcdef cz
11939 @result{} 3
11940 expr index index a
11941 @error{} expr: syntax error
11942 expr index + index a
11943 @result{} 0
11944 @end example
11945
11946
11947 @node Redirection
11948 @chapter Redirection
11949
11950 @cindex redirection
11951 @cindex commands for redirection
11952
11953 Unix shells commonly provide several forms of @dfn{redirection}---ways
11954 to change the input source or output destination of a command.  But one
11955 useful redirection is performed by a separate command, not by the shell;
11956 it's described here.
11957
11958 @menu
11959 * tee invocation::              Redirect output to multiple files or processes.
11960 @end menu
11961
11962
11963 @node tee invocation
11964 @section @command{tee}: Redirect output to multiple files or processes
11965
11966 @pindex tee
11967 @cindex pipe fitting
11968 @cindex destinations, multiple output
11969 @cindex read from stdin and write to stdout and files
11970
11971 The @command{tee} command copies standard input to standard output and also
11972 to any files given as arguments.  This is useful when you want not only
11973 to send some data down a pipe, but also to save a copy.  Synopsis:
11974
11975 @example
11976 tee [@var{option}]@dots{} [@var{file}]@dots{}
11977 @end example
11978
11979 If a file being written to does not already exist, it is created.  If a
11980 file being written to already exists, the data it previously contained
11981 is overwritten unless the @option{-a} option is used.
11982
11983 A @var{file} of @samp{-} causes @command{tee} to send another copy of
11984 input to standard output, but this is typically not that useful as the
11985 copies are interleaved.
11986
11987 The program accepts the following options.  Also see @ref{Common options}.
11988
11989 @table @samp
11990 @item -a
11991 @itemx --append
11992 @opindex -a
11993 @opindex --append
11994 Append standard input to the given files rather than overwriting
11995 them.
11996
11997 @item -i
11998 @itemx --ignore-interrupts
11999 @opindex -i
12000 @opindex --ignore-interrupts
12001 Ignore interrupt signals.
12002
12003 @end table
12004
12005 The @command{tee} command is useful when you happen to be transferring a large
12006 amount of data and also want to summarize that data without reading
12007 it a second time.  For example, when you are downloading a DVD image,
12008 you often want to verify its signature or checksum right away.
12009 The inefficient way to do it is simply:
12010
12011 @example
12012 wget http://example.com/some.iso && sha1sum some.iso
12013 @end example
12014
12015 One problem with the above is that it makes you wait for the
12016 download to complete before starting the time-consuming SHA1 computation.
12017 Perhaps even more importantly, the above requires reading
12018 the DVD image a second time (the first was from the network).
12019
12020 The efficient way to do it is to interleave the download
12021 and SHA1 computation.  Then, you'll get the checksum for
12022 free, because the entire process parallelizes so well:
12023
12024 @example
12025 # slightly contrived, to demonstrate process substitution
12026 wget -O - http://example.com/dvd.iso \
12027   | tee >(sha1sum > dvd.sha1) > dvd.iso
12028 @end example
12029
12030 That makes @command{tee} write not just to the expected output file,
12031 but also to a pipe running @command{sha1sum} and saving the final
12032 checksum in a file named @file{dvd.sha1}.
12033
12034 Note, however, that this example relies on a feature of modern shells
12035 called @dfn{process substitution}
12036 (the @samp{>(command)} syntax, above;
12037 @xref{Process Substitution,,Process Substitution, bashref,
12038 The Bash Reference Manual}.),
12039 so it works with @command{zsh}, @command{bash}, and @command{ksh},
12040 but not with @command{/bin/sh}.  So if you write code like this
12041 in a shell script, be sure to start the script with @samp{#!/bin/bash}.
12042
12043 Since the above example writes to one file and one process,
12044 a more conventional and portable use of @command{tee} is even better:
12045
12046 @example
12047 wget -O - http://example.com/dvd.iso \
12048   | tee dvd.iso | sha1sum > dvd.sha1
12049 @end example
12050
12051 You can extend this example to make @command{tee} write to two processes,
12052 computing MD5 and SHA1 checksums in parallel.  In this case,
12053 process substitution is required:
12054
12055 @example
12056 wget -O - http://example.com/dvd.iso \
12057   | tee >(sha1sum > dvd.sha1) \
12058         >(md5sum > dvd.md5) \
12059   > dvd.iso
12060 @end example
12061
12062 This technique is also useful when you want to make a @emph{compressed}
12063 copy of the contents of a pipe.
12064 Consider a tool to graphically summarize disk usage data from @samp{du -ak}.
12065 For a large hierarchy, @samp{du -ak} can run for a long time,
12066 and can easily produce terabytes of data, so you won't want to
12067 rerun the command unnecessarily.  Nor will you want to save
12068 the uncompressed output.
12069
12070 Doing it the inefficient way, you can't even start the GUI
12071 until after you've compressed all of the @command{du} output:
12072
12073 @example
12074 du -ak | gzip -9 > /tmp/du.gz
12075 gzip -d /tmp/du.gz | xdiskusage -a
12076 @end example
12077
12078 With @command{tee} and process substitution, you start the GUI
12079 right away and eliminate the decompression completely:
12080
12081 @example
12082 du -ak | tee >(gzip -9 > /tmp/du.gz) | xdiskusage -a
12083 @end example
12084
12085 Finally, if you regularly create more than one type of
12086 compressed tarball at once, for example when @code{make dist} creates
12087 both @command{gzip}-compressed and @command{bzip2}-compressed tarballs,
12088 there may be a better way.
12089 Typical @command{automake}-generated @file{Makefile} rules create
12090 the two compressed tar archives with commands in sequence, like this
12091 (slightly simplified):
12092
12093 @example
12094 tardir=your-pkg-M.N
12095 tar chof - "$tardir" | gzip  -9 -c > your-pkg-M.N.tar.gz
12096 tar chof - "$tardir" | bzip2 -9 -c > your-pkg-M.N.tar.bz2
12097 @end example
12098
12099 However, if the hierarchy you are archiving and compressing is larger
12100 than a couple megabytes, and especially if you are using a multi-processor
12101 system with plenty of memory, then you can do much better by reading the
12102 directory contents only once and running the compression programs in parallel:
12103
12104 @example
12105 tardir=your-pkg-M.N
12106 tar chof - "$tardir" \
12107   | tee >(gzip -9 -c > your-pkg-M.N.tar.gz) \
12108   | bzip2 -9 -c > your-pkg-M.N.tar.bz2
12109 @end example
12110
12111 @exitstatus
12112
12113
12114 @node File name manipulation
12115 @chapter File name manipulation
12116
12117 @cindex file name manipulation
12118 @cindex manipulation of file names
12119 @cindex commands for file name manipulation
12120
12121 This section describes commands that manipulate file names.
12122
12123 @menu
12124 * basename invocation::         Strip directory and suffix from a file name.
12125 * dirname invocation::          Strip last file name component.
12126 * pathchk invocation::          Check file name validity and portability.
12127 * mktemp invocation::           Create temporary file or directory.
12128 @end menu
12129
12130
12131 @node basename invocation
12132 @section @command{basename}: Strip directory and suffix from a file name
12133
12134 @pindex basename
12135 @cindex strip directory and suffix from file names
12136 @cindex directory, stripping from file names
12137 @cindex suffix, stripping from file names
12138 @cindex file names, stripping directory and suffix
12139 @cindex leading directory components, stripping
12140
12141 @command{basename} removes any leading directory components from
12142 @var{name}.  Synopsis:
12143
12144 @example
12145 basename @var{name} [@var{suffix}]
12146 @end example
12147
12148 If @var{suffix} is specified and is identical to the end of @var{name},
12149 it is removed from @var{name} as well.  Note that since trailing slashes
12150 are removed prior to suffix matching, @var{suffix} will do nothing if it
12151 contains slashes.  @command{basename} prints the result on standard
12152 output.
12153
12154 @c This test is used both here and in the section on dirname.
12155 @macro basenameAndDirname
12156 Together, @command{basename} and @command{dirname} are designed such
12157 that if @samp{ls "$name"} succeeds, then the command sequence @samp{cd
12158 "$(dirname "$name")"; ls "$(basename "$name")"} will, too.  This works
12159 for everything except file names containing a trailing newline.
12160 @end macro
12161 @basenameAndDirname
12162
12163 @acronym{POSIX} allows the implementation to define the results if
12164 @var{name} is empty or @samp{//}.  In the former case, @acronym{GNU}
12165 @command{basename} returns the empty string.  In the latter case, the
12166 result is @samp{//} on platforms where @var{//} is distinct from
12167 @var{/}, and @samp{/} on platforms where there is no difference.
12168
12169 The only options are @option{--help} and @option{--version}.  @xref{Common
12170 options}.  Options must precede operands.
12171
12172 @exitstatus
12173
12174 Examples:
12175
12176 @smallexample
12177 # Output "sort".
12178 basename /usr/bin/sort
12179
12180 # Output "stdio".
12181 basename include/stdio.h .h
12182 @end smallexample
12183
12184
12185 @node dirname invocation
12186 @section @command{dirname}: Strip last file name component
12187
12188 @pindex dirname
12189 @cindex directory components, printing
12190 @cindex stripping non-directory suffix
12191 @cindex non-directory suffix, stripping
12192
12193 @command{dirname} prints all but the final slash-delimited component of
12194 @var{name}.  Slashes on either side of the final component are also
12195 removed.  If the string contains no slash, @command{dirname} prints
12196 @samp{.} (meaning the current directory).  Synopsis:
12197
12198 @example
12199 dirname @var{name}
12200 @end example
12201
12202 @var{name} need not be a file name, but if it is, this operation
12203 effectively lists the directory that contains the final component,
12204 including the case when the final component is itself a directory.
12205
12206 @basenameAndDirname
12207
12208 @acronym{POSIX} allows the implementation to define the results if
12209 @var{name} is @samp{//}.  With @acronym{GNU} @command{dirname}, the
12210 result is @samp{//} on platforms where @var{//} is distinct from
12211 @var{/}, and @samp{/} on platforms where there is no difference.
12212
12213 The only options are @option{--help} and @option{--version}.  @xref{Common
12214 options}.
12215
12216 @exitstatus
12217
12218 Examples:
12219
12220 @smallexample
12221 # Output "/usr/bin".
12222 dirname /usr/bin/sort
12223 dirname /usr/bin//.//
12224
12225 # Output ".".
12226 dirname stdio.h
12227 @end smallexample
12228
12229
12230 @node pathchk invocation
12231 @section @command{pathchk}: Check file name validity and portability
12232
12233 @pindex pathchk
12234 @cindex file names, checking validity and portability
12235 @cindex valid file names, checking for
12236 @cindex portable file names, checking for
12237
12238 @command{pathchk} checks validity and portability of file names.  Synopsis:
12239
12240 @example
12241 pathchk [@var{option}]@dots{} @var{name}@dots{}
12242 @end example
12243
12244 For each @var{name}, @command{pathchk} prints an error message if any of
12245 these conditions is true:
12246
12247 @enumerate
12248 @item
12249 One of the existing directories in @var{name} does not have search
12250 (execute) permission,
12251 @item
12252 The length of @var{name} is larger than the maximum supported by the
12253 operating system.
12254 @item
12255 The length of one component of @var{name} is longer than
12256 its file system's maximum.
12257 @end enumerate
12258
12259 A nonexistent @var{name} is not an error, so long a file with that
12260 name could be created under the above conditions.
12261
12262 The program accepts the following options.  Also see @ref{Common options}.
12263 Options must precede operands.
12264
12265 @table @samp
12266
12267 @item -p
12268 @opindex -p
12269 Instead of performing checks based on the underlying file system,
12270 print an error message if any of these conditions is true:
12271
12272 @enumerate
12273 @item
12274 A file name is empty.
12275
12276 @item
12277 A file name contains a character outside the @acronym{POSIX} portable file
12278 name character set, namely, the ASCII letters and digits, @samp{.},
12279 @samp{_}, @samp{-}, and @samp{/}.
12280
12281 @item
12282 The length of a file name or one of its components exceeds the
12283 @acronym{POSIX} minimum limits for portability.
12284 @end enumerate
12285
12286 @item -P
12287 @opindex -P
12288 Print an error message if a file name is empty, or if it contains a component
12289 that begins with @samp{-}.
12290
12291 @item --portability
12292 @opindex --portability
12293 Print an error message if a file name is not portable to all @acronym{POSIX}
12294 hosts.  This option is equivalent to @samp{-p -P}.
12295
12296 @end table
12297
12298 @cindex exit status of @command{pathchk}
12299 Exit status:
12300
12301 @display
12302 0 if all specified file names passed all checks,
12303 1 otherwise.
12304 @end display
12305
12306 @node mktemp invocation
12307 @section @command{mktemp}: Create temporary file or directory
12308
12309 @pindex mktemp
12310 @cindex file names, creating temporary
12311 @cindex directory, creating temporary
12312 @cindex temporary files and directories
12313
12314 @command{mktemp} manages the creation of temporary files and
12315 directories.  Synopsis:
12316
12317 @example
12318 mktemp [@var{option}]@dots{} [@var{template}]
12319 @end example
12320
12321 Safely create a temporary file or directory based on @var{template},
12322 and print its name.  If given, @var{template} must include at least
12323 three consecutive @samp{X}s in the last component.  If omitted, the template
12324 @samp{tmp.XXXXXXXXXX} is used, and option @option{--tmpdir} is
12325 implied.  The final run of @samp{X}s in the @var{template} will be replaced
12326 by alpha-numeric characters; thus, on a case-sensitive file system,
12327 and with a @var{template} including a run of @var{n} instances of @samp{X},
12328 there are @samp{62**@var{n}} potential file names.
12329
12330 Older scripts used to create temporary files by simply joining the
12331 name of the program with the process id (@samp{$$}) as a suffix.
12332 However, that naming scheme is easily predictable, and suffers from a
12333 race condition where the attacker can create an appropriately named
12334 symbolic link, such that when the script then opens a handle to what
12335 it thought was an unused file, it is instead modifying an existing
12336 file.  Using the same scheme to create a directory is slightly safer,
12337 since the @command{mkdir} will fail if the target already exists, but
12338 it is still inferior because it allows for denial of service attacks.
12339 Therefore, modern scripts should use the @command{mktemp} command to
12340 guarantee that the generated name will be unpredictable, and that
12341 knowledge of the temporary file name implies that the file was created
12342 by the current script and cannot be modified by other users.
12343
12344 When creating a file, the resulting file has read and write
12345 permissions for the current user, but no permissions for the group or
12346 others; these permissions are reduced if the current umask is more
12347 restrictive.
12348
12349 Here are some examples (although note that if you repeat them, you
12350 will most likely get different file names):
12351
12352 @itemize @bullet
12353
12354 @item
12355 Create a temporary file in the current directory.
12356 @example
12357 $ mktemp file.XXXX
12358 file.H47c
12359 @end example
12360
12361 @item
12362 Create a temporary file with a known suffix.
12363 @example
12364 $ mktemp --suffix=.txt file-XXXX
12365 file-H08W.txt
12366 $ mktemp file-XXXX-XXXX.txt
12367 file-XXXX-eI9L.txt
12368 @end example
12369
12370 @item
12371 Create a secure fifo relative to the user's choice of @env{TMPDIR},
12372 but falling back to the current directory rather than @file{/tmp}.
12373 Note that @command{mktemp} does not create fifos, but can create a
12374 secure directory in which the fifo can live.  Exit the shell if the
12375 directory or fifo could not be created.
12376 @example
12377 $ dir=$(mktemp -p "$@{TMPDIR:-.@}" -d dir-XXXX) || exit 1
12378 $ fifo=$dir/fifo
12379 $ mkfifo "$fifo" || @{ rmdir "$dir"; exit 1; @}
12380 @end example
12381
12382 @item
12383 Create and use a temporary file if possible, but ignore failure.  The
12384 file will reside in the directory named by @env{TMPDIR}, if specified,
12385 or else in @file{/tmp}.
12386 @example
12387 $ file=$(mktemp -q) && @{
12388 >   # Safe to use $file only within this block.  Use quotes,
12389 >   # since $TMPDIR, and thus $file, may contain whitespace.
12390 >   echo ... > "$file"
12391 >   rm "$file"
12392 > @}
12393 @end example
12394
12395 @item
12396 Act as a semi-random character generator (it is not fully random,
12397 since it is impacted by the contents of the current directory).  To
12398 avoid security holes, do not use the resulting names to create a file.
12399 @example
12400 $ mktemp -u XXX
12401 Gb9
12402 $ mktemp -u XXX
12403 nzC
12404 @end example
12405
12406 @end itemize
12407
12408 The program accepts the following options.  Also see @ref{Common options}.
12409
12410 @table @samp
12411
12412 @item -d
12413 @itemx --directory
12414 @opindex -d
12415 @opindex --directory
12416 Create a directory rather than a file.  The directory will have read,
12417 write, and search permissions for the current user, but no permissions
12418 for the group or others; these permissions are reduced if the current
12419 umask is more restrictive.
12420
12421 @item -q
12422 @itemx --quiet
12423 @opindex -q
12424 @opindex --quiet
12425 Suppress diagnostics about failure to create a file or directory.  The
12426 exit status will still reflect whether a file was created.
12427
12428 @item -u
12429 @itemx --dry-run
12430 @opindex -u
12431 @opindex --dry-run
12432 Generate a temporary name that does not name an existing file, without
12433 changing the file system contents.  Using the output of this command
12434 to create a new file is inherently unsafe, as there is a window of
12435 time between generating the name and using it where another process
12436 can create an object by the same name.
12437
12438 @item -p @var{dir}
12439 @itemx --tmpdir[=@var{dir}]
12440 @opindex -p
12441 @opindex --tmpdir
12442 Treat @var{template} relative to the directory @var{dir}.  If
12443 @var{dir} is not specified (only possible with the long option
12444 @option{--tmpdir}) or is the empty string, use the value of
12445 @env{TMPDIR} if available, otherwise use @samp{/tmp}.  If this is
12446 specified, @var{template} must not be absolute.  However,
12447 @var{template} can still contain slashes, although intermediate
12448 directories must already exist.
12449
12450 @item --suffix=@var{suffix}
12451 @opindex --suffix
12452 Append @var{suffix} to the @var{template}.  @var{suffix} must not
12453 contain slash.  If @option{--suffix} is specified, @var{template} must
12454 end in @samp{X}; if it is not specified, then an appropriate
12455 @option{--suffix} is inferred by finding the last @samp{X} in
12456 @var{template}.  This option exists for use with the default
12457 @var{template} and for the creation of a @var{suffix} that starts with
12458 @samp{X}.
12459
12460 @item -t
12461 @opindex -t
12462 Treat @var{template} as a single file relative to the value of
12463 @env{TMPDIR} if available, or to the directory specified by
12464 @option{-p}, otherwise to @samp{/tmp}.  @var{template} must not
12465 contain slashes.  This option is deprecated; the use of @option{-p}
12466 without @option{-t} offers better defaults (by favoring the command
12467 line over @env{TMPDIR}) and more flexibility (by allowing intermediate
12468 directories).
12469
12470 @end table
12471
12472 @cindex exit status of @command{mktemp}
12473 Exit status:
12474
12475 @display
12476 0 if the file was created,
12477 1 otherwise.
12478 @end display
12479
12480
12481 @node Working context
12482 @chapter Working context
12483
12484 @cindex working context
12485 @cindex commands for printing the working context
12486
12487 This section describes commands that display or alter the context in
12488 which you are working: the current directory, the terminal settings, and
12489 so forth.  See also the user-related commands in the next section.
12490
12491 @menu
12492 * pwd invocation::              Print working directory.
12493 * stty invocation::             Print or change terminal characteristics.
12494 * printenv invocation::         Print environment variables.
12495 * tty invocation::              Print file name of terminal on standard input.
12496 @end menu
12497
12498
12499 @node pwd invocation
12500 @section @command{pwd}: Print working directory
12501
12502 @pindex pwd
12503 @cindex print name of current directory
12504 @cindex current working directory, printing
12505 @cindex working directory, printing
12506
12507
12508 @command{pwd} prints the name of the current directory.  Synopsis:
12509
12510 @example
12511 pwd [@var{option}]@dots{}
12512 @end example
12513
12514 The program accepts the following options.  Also see @ref{Common options}.
12515
12516 @table @samp
12517 @item -L
12518 @itemx --logical
12519 @opindex -L
12520 @opindex --logical
12521 If the contents of the environment variable @env{PWD} provide an
12522 absolute name of the current directory with no @samp{.} or @samp{..}
12523 components, but possibly with symbolic links, then output those
12524 contents.  Otherwise, fall back to default @option{-P} handling.
12525
12526 @item -P
12527 @itemx --physical
12528 @opindex -P
12529 @opindex --physical
12530 Print a fully resolved name for the current directory.  That is, all
12531 components of the printed name will be actual directory names---none
12532 will be symbolic links.
12533 @end table
12534
12535 @cindex symbolic links and @command{pwd}
12536 If @option{-L} and @option{-P} are both given, the last one takes
12537 precedence.  If neither option is given, then this implementation uses
12538 @option{-P} as the default unless the @env{POSIXLY_CORRECT}
12539 environment variable is set.
12540
12541 @mayConflictWithShellBuiltIn{pwd}
12542
12543 @exitstatus
12544
12545
12546 @node stty invocation
12547 @section @command{stty}: Print or change terminal characteristics
12548
12549 @pindex stty
12550 @cindex change or print terminal settings
12551 @cindex terminal settings
12552 @cindex line settings of terminal
12553
12554 @command{stty} prints or changes terminal characteristics, such as baud rate.
12555 Synopses:
12556
12557 @example
12558 stty [@var{option}] [@var{setting}]@dots{}
12559 stty [@var{option}]
12560 @end example
12561
12562 If given no line settings, @command{stty} prints the baud rate, line
12563 discipline number (on systems that support it), and line settings
12564 that have been changed from the values set by @samp{stty sane}.
12565 By default, mode reading and setting are performed on the tty line
12566 connected to standard input, although this can be modified by the
12567 @option{--file} option.
12568
12569 @command{stty} accepts many non-option arguments that change aspects of
12570 the terminal line operation, as described below.
12571
12572 The program accepts the following options.  Also see @ref{Common options}.
12573
12574 @table @samp
12575 @item -a
12576 @itemx --all
12577 @opindex -a
12578 @opindex --all
12579 Print all current settings in human-readable form.  This option may not
12580 be used in combination with any line settings.
12581
12582 @item -F @var{device}
12583 @itemx --file=@var{device}
12584 @opindex -F
12585 @opindex --file
12586 Set the line opened by the file name specified in @var{device} instead of
12587 the tty line connected to standard input.  This option is necessary
12588 because opening a @acronym{POSIX} tty requires use of the @code{O_NONDELAY} flag to
12589 prevent a @acronym{POSIX} tty from blocking until the carrier detect line is high if
12590 the @code{clocal} flag is not set.  Hence, it is not always possible
12591 to allow the shell to open the device in the traditional manner.
12592
12593 @item -g
12594 @itemx --save
12595 @opindex -g
12596 @opindex --save
12597 @cindex machine-readable @command{stty} output
12598 Print all current settings in a form that can be used as an argument to
12599 another @command{stty} command to restore the current settings.  This option
12600 may not be used in combination with any line settings.
12601
12602 @end table
12603
12604 Many settings can be turned off by preceding them with a @samp{-}.
12605 Such arguments are marked below with ``May be negated'' in their
12606 description.  The descriptions themselves refer to the positive
12607 case, that is, when @emph{not} negated (unless stated otherwise,
12608 of course).
12609
12610 Some settings are not available on all @acronym{POSIX} systems, since they use
12611 extensions.  Such arguments are marked below with ``Non-@acronym{POSIX}'' in their
12612 description.  On non-@acronym{POSIX} systems, those or other settings also may not
12613 be available, but it's not feasible to document all the variations: just
12614 try it and see.
12615
12616 @exitstatus
12617
12618 @menu
12619 * Control::                     Control settings
12620 * Input::                       Input settings
12621 * Output::                      Output settings
12622 * Local::                       Local settings
12623 * Combination::                 Combination settings
12624 * Characters::                  Special characters
12625 * Special::                     Special settings
12626 @end menu
12627
12628
12629 @node Control
12630 @subsection Control settings
12631
12632 @cindex control settings
12633 Control settings:
12634
12635 @table @samp
12636 @item parenb
12637 @opindex parenb
12638 @cindex two-way parity
12639 Generate parity bit in output and expect parity bit in input.
12640 May be negated.
12641
12642 @item parodd
12643 @opindex parodd
12644 @cindex odd parity
12645 @cindex even parity
12646 Set odd parity (even if negated).  May be negated.
12647
12648 @item cs5
12649 @itemx cs6
12650 @itemx cs7
12651 @itemx cs8
12652 @opindex cs@var{n}
12653 @cindex character size
12654 @cindex eight-bit characters
12655 Set character size to 5, 6, 7, or 8 bits.
12656
12657 @item hup
12658 @itemx hupcl
12659 @opindex hup[cl]
12660 Send a hangup signal when the last process closes the tty.  May be
12661 negated.
12662
12663 @item cstopb
12664 @opindex cstopb
12665 @cindex stop bits
12666 Use two stop bits per character (one if negated).  May be negated.
12667
12668 @item cread
12669 @opindex cread
12670 Allow input to be received.  May be negated.
12671
12672 @item clocal
12673 @opindex clocal
12674 @cindex modem control
12675 Disable modem control signals.  May be negated.
12676
12677 @item crtscts
12678 @opindex crtscts
12679 @cindex hardware flow control
12680 @cindex flow control, hardware
12681 @cindex RTS/CTS flow control
12682 Enable RTS/CTS flow control.  Non-@acronym{POSIX}.  May be negated.
12683 @end table
12684
12685
12686 @node Input
12687 @subsection Input settings
12688
12689 @cindex input settings
12690 These settings control operations on data received from the terminal.
12691
12692 @table @samp
12693 @item ignbrk
12694 @opindex ignbrk
12695 @cindex breaks, ignoring
12696 Ignore break characters.  May be negated.
12697
12698 @item brkint
12699 @opindex brkint
12700 @cindex breaks, cause interrupts
12701 Make breaks cause an interrupt signal.  May be negated.
12702
12703 @item ignpar
12704 @opindex ignpar
12705 @cindex parity, ignoring
12706 Ignore characters with parity errors.  May be negated.
12707
12708 @item parmrk
12709 @opindex parmrk
12710 @cindex parity errors, marking
12711 Mark parity errors (with a 255-0-character sequence).  May be negated.
12712
12713 @item inpck
12714 @opindex inpck
12715 Enable input parity checking.  May be negated.
12716
12717 @item istrip
12718 @opindex istrip
12719 @cindex eight-bit input
12720 Clear high (8th) bit of input characters.  May be negated.
12721
12722 @item inlcr
12723 @opindex inlcr
12724 @cindex newline, translating to return
12725 Translate newline to carriage return.  May be negated.
12726
12727 @item igncr
12728 @opindex igncr
12729 @cindex return, ignoring
12730 Ignore carriage return.  May be negated.
12731
12732 @item icrnl
12733 @opindex icrnl
12734 @cindex return, translating to newline
12735 Translate carriage return to newline.  May be negated.
12736
12737 @item iutf8
12738 @opindex iutf8
12739 @cindex input encoding, UTF-8
12740 Assume input characters are UTF-8 encoded.  May be negated.
12741
12742 @item ixon
12743 @opindex ixon
12744 @kindex C-s/C-q flow control
12745 @cindex XON/XOFF flow control
12746 Enable XON/XOFF flow control (that is, @kbd{CTRL-S}/@kbd{CTRL-Q}).  May
12747 be negated.
12748
12749 @item ixoff
12750 @itemx tandem
12751 @opindex ixoff
12752 @opindex tandem
12753 @cindex software flow control
12754 @cindex flow control, software
12755 Enable sending of @code{stop} character when the system input buffer
12756 is almost full, and @code{start} character when it becomes almost
12757 empty again.  May be negated.
12758
12759 @item iuclc
12760 @opindex iuclc
12761 @cindex uppercase, translating to lowercase
12762 Translate uppercase characters to lowercase.  Non-@acronym{POSIX}.  May be
12763 negated. Note ilcuc is not implemented, as one would not be able to issue
12764 almost any (lowercase) Unix command, after invoking it.
12765
12766 @item ixany
12767 @opindex ixany
12768 Allow any character to restart output (only the start character
12769 if negated).  Non-@acronym{POSIX}.  May be negated.
12770
12771 @item imaxbel
12772 @opindex imaxbel
12773 @cindex beeping at input buffer full
12774 Enable beeping and not flushing input buffer if a character arrives
12775 when the input buffer is full.  Non-@acronym{POSIX}.  May be negated.
12776 @end table
12777
12778
12779 @node Output
12780 @subsection Output settings
12781
12782 @cindex output settings
12783 These settings control operations on data sent to the terminal.
12784
12785 @table @samp
12786 @item opost
12787 @opindex opost
12788 Postprocess output.  May be negated.
12789
12790 @item olcuc
12791 @opindex olcuc
12792 @cindex lowercase, translating to output
12793 Translate lowercase characters to uppercase.  Non-@acronym{POSIX}.  May be
12794 negated. (Note ouclc is not currently implemented.)
12795
12796 @item ocrnl
12797 @opindex ocrnl
12798 @cindex return, translating to newline
12799 Translate carriage return to newline.  Non-@acronym{POSIX}.  May be negated.
12800
12801 @item onlcr
12802 @opindex onlcr
12803 @cindex newline, translating to crlf
12804 Translate newline to carriage return-newline.  Non-@acronym{POSIX}.  May be
12805 negated.
12806
12807 @item onocr
12808 @opindex onocr
12809 Do not print carriage returns in the first column.  Non-@acronym{POSIX}.
12810 May be negated.
12811
12812 @item onlret
12813 @opindex onlret
12814 Newline performs a carriage return.  Non-@acronym{POSIX}.  May be negated.
12815
12816 @item ofill
12817 @opindex ofill
12818 @cindex pad instead of timing for delaying
12819 Use fill (padding) characters instead of timing for delays.  Non-@acronym{POSIX}.
12820 May be negated.
12821
12822 @item ofdel
12823 @opindex ofdel
12824 @cindex pad character
12825 Use @acronym{ASCII} @sc{del} characters for fill instead of
12826 @acronym{ASCII} @sc{nul} characters.  Non-@acronym{POSIX}.
12827 May be negated.
12828
12829 @item nl1
12830 @itemx nl0
12831 @opindex nl@var{n}
12832 Newline delay style.  Non-@acronym{POSIX}.
12833
12834 @item cr3
12835 @itemx cr2
12836 @itemx cr1
12837 @itemx cr0
12838 @opindex cr@var{n}
12839 Carriage return delay style.  Non-@acronym{POSIX}.
12840
12841 @item tab3
12842 @itemx tab2
12843 @itemx tab1
12844 @itemx tab0
12845 @opindex tab@var{n}
12846 Horizontal tab delay style.  Non-@acronym{POSIX}.
12847
12848 @item bs1
12849 @itemx bs0
12850 @opindex bs@var{n}
12851 Backspace delay style.  Non-@acronym{POSIX}.
12852
12853 @item vt1
12854 @itemx vt0
12855 @opindex vt@var{n}
12856 Vertical tab delay style.  Non-@acronym{POSIX}.
12857
12858 @item ff1
12859 @itemx ff0
12860 @opindex ff@var{n}
12861 Form feed delay style.  Non-@acronym{POSIX}.
12862 @end table
12863
12864
12865 @node Local
12866 @subsection Local settings
12867
12868 @cindex local settings
12869
12870 @table @samp
12871 @item isig
12872 @opindex isig
12873 Enable @code{interrupt}, @code{quit}, and @code{suspend} special
12874 characters.  May be negated.
12875
12876 @item icanon
12877 @opindex icanon
12878 Enable @code{erase}, @code{kill}, @code{werase}, and @code{rprnt}
12879 special characters.  May be negated.
12880
12881 @item iexten
12882 @opindex iexten
12883 Enable non-@acronym{POSIX} special characters.  May be negated.
12884
12885 @item echo
12886 @opindex echo
12887 Echo input characters.  May be negated.
12888
12889 @item echoe
12890 @itemx crterase
12891 @opindex echoe
12892 @opindex crterase
12893 Echo @code{erase} characters as backspace-space-backspace.  May be
12894 negated.
12895
12896 @item echok
12897 @opindex echok
12898 @cindex newline echoing after @code{kill}
12899 Echo a newline after a @code{kill} character.  May be negated.
12900
12901 @item echonl
12902 @opindex echonl
12903 @cindex newline, echoing
12904 Echo newline even if not echoing other characters.  May be negated.
12905
12906 @item noflsh
12907 @opindex noflsh
12908 @cindex flushing, disabling
12909 Disable flushing after @code{interrupt} and @code{quit} special
12910 characters.  May be negated.
12911
12912 @item xcase
12913 @opindex xcase
12914 @cindex case translation
12915 Enable input and output of uppercase characters by preceding their
12916 lowercase equivalents with @samp{\}, when @code{icanon} is set.
12917 Non-@acronym{POSIX}.  May be negated.
12918
12919 @item tostop
12920 @opindex tostop
12921 @cindex background jobs, stopping at terminal write
12922 Stop background jobs that try to write to the terminal.  Non-@acronym{POSIX}.
12923 May be negated.
12924
12925 @item echoprt
12926 @itemx prterase
12927 @opindex echoprt
12928 @opindex prterase
12929 Echo erased characters backward, between @samp{\} and @samp{/}.
12930 Non-@acronym{POSIX}.  May be negated.
12931
12932 @item echoctl
12933 @itemx ctlecho
12934 @opindex echoctl
12935 @opindex ctlecho
12936 @cindex control characters, using @samp{^@var{c}}
12937 @cindex hat notation for control characters
12938 Echo control characters in hat notation (@samp{^@var{c}}) instead
12939 of literally.  Non-@acronym{POSIX}.  May be negated.
12940
12941 @item echoke
12942 @itemx crtkill
12943 @opindex echoke
12944 @opindex crtkill
12945 Echo the @code{kill} special character by erasing each character on
12946 the line as indicated by the @code{echoprt} and @code{echoe} settings,
12947 instead of by the @code{echoctl} and @code{echok} settings.  Non-@acronym{POSIX}.
12948 May be negated.
12949 @end table
12950
12951
12952 @node Combination
12953 @subsection Combination settings
12954
12955 @cindex combination settings
12956 Combination settings:
12957
12958 @table @samp
12959 @item evenp
12960 @opindex evenp
12961 @itemx parity
12962 @opindex parity
12963 Same as @code{parenb -parodd cs7}.  May be negated.  If negated, same
12964 as @code{-parenb cs8}.
12965
12966 @item oddp
12967 @opindex oddp
12968 Same as @code{parenb parodd cs7}.  May be negated.  If negated, same
12969 as @code{-parenb cs8}.
12970
12971 @item nl
12972 @opindex nl
12973 Same as @code{-icrnl -onlcr}.  May be negated.  If negated, same as
12974 @code{icrnl -inlcr -igncr onlcr -ocrnl -onlret}.
12975
12976 @item ek
12977 @opindex ek
12978 Reset the @code{erase} and @code{kill} special characters to their default
12979 values.
12980
12981 @item sane
12982 @opindex sane
12983 Same as:
12984
12985 @c This is too long to write inline.
12986 @example
12987 cread -ignbrk brkint -inlcr -igncr icrnl -ixoff
12988 -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr
12989 -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0
12990 ff0 isig icanon iexten echo echoe echok -echonl
12991 -noflsh -xcase -tostop -echoprt echoctl echoke
12992 @end example
12993
12994 @noindent
12995 and also sets all special characters to their default values.
12996
12997 @item cooked
12998 @opindex cooked
12999 Same as @code{brkint ignpar istrip icrnl ixon opost isig icanon}, plus
13000 sets the @code{eof} and @code{eol} characters to their default values
13001 if they are the same as the @code{min} and @code{time} characters.
13002 May be negated.  If negated, same as @code{raw}.
13003
13004 @item raw
13005 @opindex raw
13006 Same as:
13007
13008 @example
13009 -ignbrk -brkint -ignpar -parmrk -inpck -istrip
13010 -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany
13011 -imaxbel -opost -isig -icanon -xcase min 1 time 0
13012 @end example
13013
13014 @noindent
13015 May be negated.  If negated, same as @code{cooked}.
13016
13017 @item cbreak
13018 @opindex cbreak
13019 Same as @option{-icanon}.  May be negated.  If negated, same as
13020 @code{icanon}.
13021
13022 @item pass8
13023 @opindex pass8
13024 @cindex eight-bit characters
13025 Same as @code{-parenb -istrip cs8}.  May be negated.  If negated,
13026 same as @code{parenb istrip cs7}.
13027
13028 @item litout
13029 @opindex litout
13030 Same as @option{-parenb -istrip -opost cs8}.  May be negated.
13031 If negated, same as @code{parenb istrip opost cs7}.
13032
13033 @item decctlq
13034 @opindex decctlq
13035 Same as @option{-ixany}.  Non-@acronym{POSIX}.  May be negated.
13036
13037 @item tabs
13038 @opindex tabs
13039 Same as @code{tab0}.  Non-@acronym{POSIX}.  May be negated.  If negated, same
13040 as @code{tab3}.
13041
13042 @item lcase
13043 @itemx LCASE
13044 @opindex lcase
13045 @opindex LCASE
13046 Same as @code{xcase iuclc olcuc}.  Non-@acronym{POSIX}.  May be negated.
13047 (Used for terminals with uppercase characters only.)
13048
13049 @item crt
13050 @opindex crt
13051 Same as @code{echoe echoctl echoke}.
13052
13053 @item dec
13054 @opindex dec
13055 Same as @code{echoe echoctl echoke -ixany intr ^C erase ^? kill C-u}.
13056 @end table
13057
13058
13059 @node Characters
13060 @subsection Special characters
13061
13062 @cindex special characters
13063 @cindex characters, special
13064
13065 The special characters' default values vary from system to system.
13066 They are set with the syntax @samp{name value}, where the names are
13067 listed below and the value can be given either literally, in hat
13068 notation (@samp{^@var{c}}), or as an integer which may start with
13069 @samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
13070 any other digit to indicate decimal.
13071
13072 @cindex disabling special characters
13073 @kindex u@r{, and disabling special characters}
13074 For GNU stty, giving a value of @code{^-} or @code{undef} disables that
13075 special character.  (This is incompatible with Ultrix @command{stty},
13076 which uses  a value of @samp{u} to disable a special character.  GNU
13077 @command{stty} treats a value @samp{u} like any other, namely to set that
13078 special character to @key{U}.)
13079
13080 @table @samp
13081
13082 @item intr
13083 @opindex intr
13084 Send an interrupt signal.
13085
13086 @item quit
13087 @opindex quit
13088 Send a quit signal.
13089
13090 @item erase
13091 @opindex erase
13092 Erase the last character typed.
13093
13094 @item kill
13095 @opindex kill
13096 Erase the current line.
13097
13098 @item eof
13099 @opindex eof
13100 Send an end of file (terminate the input).
13101
13102 @item eol
13103 @opindex eol
13104 End the line.
13105
13106 @item eol2
13107 @opindex eol2
13108 Alternate character to end the line.  Non-@acronym{POSIX}.
13109
13110 @item swtch
13111 @opindex swtch
13112 Switch to a different shell layer.  Non-@acronym{POSIX}.
13113
13114 @item start
13115 @opindex start
13116 Restart the output after stopping it.
13117
13118 @item stop
13119 @opindex stop
13120 Stop the output.
13121
13122 @item susp
13123 @opindex susp
13124 Send a terminal stop signal.
13125
13126 @item dsusp
13127 @opindex dsusp
13128 Send a terminal stop signal after flushing the input.  Non-@acronym{POSIX}.
13129
13130 @item rprnt
13131 @opindex rprnt
13132 Redraw the current line.  Non-@acronym{POSIX}.
13133
13134 @item werase
13135 @opindex werase
13136 Erase the last word typed.  Non-@acronym{POSIX}.
13137
13138 @item lnext
13139 @opindex lnext
13140 Enter the next character typed literally, even if it is a special
13141 character.  Non-@acronym{POSIX}.
13142 @end table
13143
13144
13145 @node Special
13146 @subsection Special settings
13147
13148 @cindex special settings
13149
13150 @table @samp
13151 @item min @var{n}
13152 @opindex min
13153 Set the minimum number of characters that will satisfy a read until
13154 the time value has expired, when @option{-icanon} is set.
13155
13156 @item time @var{n}
13157 @opindex time
13158 Set the number of tenths of a second before reads time out if the minimum
13159 number of characters have not been read, when @option{-icanon} is set.
13160
13161 @item ispeed @var{n}
13162 @opindex ispeed
13163 Set the input speed to @var{n}.
13164
13165 @item ospeed @var{n}
13166 @opindex ospeed
13167 Set the output speed to @var{n}.
13168
13169 @item rows @var{n}
13170 @opindex rows
13171 Tell the tty kernel driver that the terminal has @var{n} rows.  Non-@acronym{POSIX}.
13172
13173 @item cols @var{n}
13174 @itemx columns @var{n}
13175 @opindex cols
13176 @opindex columns
13177 Tell the kernel that the terminal has @var{n} columns.  Non-@acronym{POSIX}.
13178
13179 @item size
13180 @opindex size
13181 @vindex LINES
13182 @vindex COLUMNS
13183 Print the number of rows and columns that the kernel thinks the
13184 terminal has.  (Systems that don't support rows and columns in the kernel
13185 typically use the environment variables @env{LINES} and @env{COLUMNS}
13186 instead; however, GNU @command{stty} does not know anything about them.)
13187 Non-@acronym{POSIX}.
13188
13189 @item line @var{n}
13190 @opindex line
13191 Use line discipline @var{n}.  Non-@acronym{POSIX}.
13192
13193 @item speed
13194 @opindex speed
13195 Print the terminal speed.
13196
13197 @item @var{n}
13198 @cindex baud rate, setting
13199 Set the input and output speeds to @var{n}.  @var{n} can be one of: 0
13200 50 75 110 134 134.5 150 200 300 600 1200 1800 2400 4800 9600 19200
13201 38400 @code{exta} @code{extb}.  @code{exta} is the same as 19200;
13202 @code{extb} is the same as 38400.  Many systems, including GNU/Linux,
13203 support higher speeds.  The @command{stty} command includes support
13204 for speeds of
13205 57600,
13206 115200,
13207 230400,
13208 460800,
13209 500000,
13210 576000,
13211 921600,
13212 1000000,
13213 1152000,
13214 1500000,
13215 2000000,
13216 2500000,
13217 3000000,
13218 3500000,
13219 or
13220 4000000 where the system supports these.
13221 0 hangs up the line if @option{-clocal} is set.
13222 @end table
13223
13224
13225 @node printenv invocation
13226 @section @command{printenv}: Print all or some environment variables
13227
13228 @pindex printenv
13229 @cindex printing all or some environment variables
13230 @cindex environment variables, printing
13231
13232 @command{printenv} prints environment variable values.  Synopsis:
13233
13234 @example
13235 printenv [@var{option}] [@var{variable}]@dots{}
13236 @end example
13237
13238 If no @var{variable}s are specified, @command{printenv} prints the value of
13239 every environment variable.  Otherwise, it prints the value of each
13240 @var{variable} that is set, and nothing for those that are not set.
13241
13242 The program accepts the following option.  Also see @ref{Common options}.
13243
13244 @table @samp
13245
13246 @optNull{printenv}
13247
13248 @end table
13249
13250 @cindex exit status of @command{printenv}
13251 Exit status:
13252
13253 @display
13254 0 if all variables specified were found
13255 1 if at least one specified variable was not found
13256 2 if a write error occurred
13257 @end display
13258
13259
13260 @node tty invocation
13261 @section @command{tty}: Print file name of terminal on standard input
13262
13263 @pindex tty
13264 @cindex print terminal file name
13265 @cindex terminal file name, printing
13266
13267 @command{tty} prints the file name of the terminal connected to its standard
13268 input.  It prints @samp{not a tty} if standard input is not a terminal.
13269 Synopsis:
13270
13271 @example
13272 tty [@var{option}]@dots{}
13273 @end example
13274
13275 The program accepts the following option.  Also see @ref{Common options}.
13276
13277 @table @samp
13278
13279 @item -s
13280 @itemx --silent
13281 @itemx --quiet
13282 @opindex -s
13283 @opindex --silent
13284 @opindex --quiet
13285 Print nothing; only return an exit status.
13286
13287 @end table
13288
13289 @cindex exit status of @command{tty}
13290 Exit status:
13291
13292 @display
13293 0 if standard input is a terminal
13294 1 if standard input is not a terminal
13295 2 if given incorrect arguments
13296 3 if a write error occurs
13297 @end display
13298
13299
13300 @node User information
13301 @chapter User information
13302
13303 @cindex user information, commands for
13304 @cindex commands for printing user information
13305
13306 This section describes commands that print user-related information:
13307 logins, groups, and so forth.
13308
13309 @menu
13310 * id invocation::               Print user identity.
13311 * logname invocation::          Print current login name.
13312 * whoami invocation::           Print effective user ID.
13313 * groups invocation::           Print group names a user is in.
13314 * users invocation::            Print login names of users currently logged in.
13315 * who invocation::              Print who is currently logged in.
13316 @end menu
13317
13318
13319 @node id invocation
13320 @section @command{id}: Print user identity
13321
13322 @pindex id
13323 @cindex real user and group IDs, printing
13324 @cindex effective user and group IDs, printing
13325 @cindex printing real and effective user and group IDs
13326
13327 @command{id} prints information about the given user, or the process
13328 running it if no user is specified.  Synopsis:
13329
13330 @example
13331 id [@var{option}]@dots{} [@var{username}]
13332 @end example
13333
13334 @vindex POSIXLY_CORRECT
13335 By default, it prints the real user ID, real group ID, effective user ID
13336 if different from the real user ID, effective group ID if different from
13337 the real group ID, and supplemental group IDs.
13338 In addition, if SELinux
13339 is enabled and the @env{POSIXLY_CORRECT} environment variable is not set,
13340 then print @samp{context=@var{c}}, where @var{c} is the security context.
13341
13342 Each of these numeric values is preceded by an identifying string and
13343 followed by the corresponding user or group name in parentheses.
13344
13345 The options cause @command{id} to print only part of the above information.
13346 Also see @ref{Common options}.
13347
13348 @table @samp
13349 @item -g
13350 @itemx --group
13351 @opindex -g
13352 @opindex --group
13353 Print only the group ID.
13354
13355 @item -G
13356 @itemx --groups
13357 @opindex -G
13358 @opindex --groups
13359 Print only the group ID and the supplementary groups.
13360
13361 @item -n
13362 @itemx --name
13363 @opindex -n
13364 @opindex --name
13365 Print the user or group name instead of the ID number.  Requires
13366 @option{-u}, @option{-g}, or @option{-G}.
13367
13368 @item -r
13369 @itemx --real
13370 @opindex -r
13371 @opindex --real
13372 Print the real, instead of effective, user or group ID.  Requires
13373 @option{-u}, @option{-g}, or @option{-G}.
13374
13375 @item -u
13376 @itemx --user
13377 @opindex -u
13378 @opindex --user
13379 Print only the user ID.
13380
13381 @item -Z
13382 @itemx --context
13383 @opindex -Z
13384 @opindex --context
13385 @cindex SELinux
13386 @cindex security context
13387 Print only the security context of the current user.
13388 If SELinux is disabled then print a warning and
13389 set the exit status to 1.
13390
13391 @end table
13392
13393 @exitstatus
13394
13395 @macro primaryAndSupplementaryGroups{cmd,arg}
13396 Primary and supplementary groups for a process are normally inherited
13397 from its parent and are usually unchanged since login.  This means
13398 that if you change the group database after logging in, @command{\cmd\}
13399 will not reflect your changes within your existing login session.
13400 Running @command{\cmd\} with a \arg\ causes the user and group
13401 database to be consulted afresh, and so will give a different result.
13402 @end macro
13403 @primaryAndSupplementaryGroups{id,user argument}
13404
13405 @node logname invocation
13406 @section @command{logname}: Print current login name
13407
13408 @pindex logname
13409 @cindex printing user's login name
13410 @cindex login name, printing
13411 @cindex user name, printing
13412
13413 @flindex utmp
13414 @command{logname} prints the calling user's name, as found in a
13415 system-maintained file (often @file{/var/run/utmp} or
13416 @file{/etc/utmp}), and exits with a status of 0.  If there is no entry
13417 for the calling process, @command{logname} prints
13418 an error message and exits with a status of 1.
13419
13420 The only options are @option{--help} and @option{--version}.  @xref{Common
13421 options}.
13422
13423 @exitstatus
13424
13425
13426 @node whoami invocation
13427 @section @command{whoami}: Print effective user ID
13428
13429 @pindex whoami
13430 @cindex effective user ID, printing
13431 @cindex printing the effective user ID
13432
13433 @command{whoami} prints the user name associated with the current
13434 effective user ID.  It is equivalent to the command @samp{id -un}.
13435
13436 The only options are @option{--help} and @option{--version}.  @xref{Common
13437 options}.
13438
13439 @exitstatus
13440
13441
13442 @node groups invocation
13443 @section @command{groups}: Print group names a user is in
13444
13445 @pindex groups
13446 @cindex printing groups a user is in
13447 @cindex supplementary groups, printing
13448
13449 @command{groups} prints the names of the primary and any supplementary
13450 groups for each given @var{username}, or the current process if no names
13451 are given.  If more than one name is given, the name of each user is
13452 printed before
13453 the list of that user's groups and the user name is separated from the
13454 group list by a colon.  Synopsis:
13455
13456 @example
13457 groups [@var{username}]@dots{}
13458 @end example
13459
13460 The group lists are equivalent to the output of the command @samp{id -Gn}.
13461
13462 @primaryAndSupplementaryGroups{groups,list of users}
13463
13464 The only options are @option{--help} and @option{--version}.  @xref{Common
13465 options}.
13466
13467 @exitstatus
13468
13469
13470 @node users invocation
13471 @section @command{users}: Print login names of users currently logged in
13472
13473 @pindex users
13474 @cindex printing current usernames
13475 @cindex usernames, printing current
13476
13477 @cindex login sessions, printing users with
13478 @command{users} prints on a single line a blank-separated list of user
13479 names of users currently logged in to the current host.  Each user name
13480 corresponds to a login session, so if a user has more than one login
13481 session, that user's name will appear the same number of times in the
13482 output.  Synopsis:
13483
13484 @example
13485 users [@var{file}]
13486 @end example
13487
13488 @flindex utmp
13489 @flindex wtmp
13490 With no @var{file} argument, @command{users} extracts its information from
13491 a system-maintained file (often @file{/var/run/utmp} or
13492 @file{/etc/utmp}).  If a file argument is given, @command{users} uses
13493 that file instead.  A common choice is @file{/var/log/wtmp}.
13494
13495 The only options are @option{--help} and @option{--version}.  @xref{Common
13496 options}.
13497
13498 @exitstatus
13499
13500
13501 @node who invocation
13502 @section @command{who}: Print who is currently logged in
13503
13504 @pindex who
13505 @cindex printing current user information
13506 @cindex information, about current users
13507
13508 @command{who} prints information about users who are currently logged on.
13509 Synopsis:
13510
13511 @example
13512 @command{who} [@var{option}] [@var{file}] [am i]
13513 @end example
13514
13515 @cindex terminal lines, currently used
13516 @cindex login time
13517 @cindex remote hostname
13518 If given no non-option arguments, @command{who} prints the following
13519 information for each user currently logged on: login name, terminal
13520 line, login time, and remote hostname or X display.
13521
13522 @flindex utmp
13523 @flindex wtmp
13524 If given one non-option argument, @command{who} uses that instead of
13525 a default system-maintained file (often @file{/var/run/utmp} or
13526 @file{/etc/utmp}) as the name of the file containing the record of
13527 users logged on.  @file{/var/log/wtmp} is commonly given as an argument
13528 to @command{who} to look at who has previously logged on.
13529
13530 @opindex am i
13531 @opindex who am i
13532 If given two non-option arguments, @command{who} prints only the entry
13533 for the user running it (determined from its standard input), preceded
13534 by the hostname.  Traditionally, the two arguments given are @samp{am
13535 i}, as in @samp{who am i}.
13536
13537 @vindex TZ
13538 Time stamps are listed according to the time zone rules specified by
13539 the @env{TZ} environment variable, or by the system default rules if
13540 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
13541 with @env{TZ}, libc, The GNU C Library Reference Manual}.
13542
13543 The program accepts the following options.  Also see @ref{Common options}.
13544
13545 @table @samp
13546
13547 @item -a
13548 @itemx --all
13549 @opindex -a
13550 @opindex --all
13551 Same as @samp{-b -d --login -p -r -t -T -u}.
13552
13553 @item -b
13554 @itemx --boot
13555 @opindex -b
13556 @opindex --boot
13557 Print the date and time of last system boot.
13558
13559 @item -d
13560 @itemx --dead
13561 @opindex -d
13562 @opindex --dead
13563 Print information corresponding to dead processes.
13564
13565 @item -H
13566 @itemx --heading
13567 @opindex -H
13568 @opindex --heading
13569 Print a line of column headings.
13570
13571 @item -l
13572 @itemx --login
13573 @opindex -l
13574 @opindex --login
13575 List only the entries that correspond to processes via which the
13576 system is waiting for a user to login.  The user name is always @samp{LOGIN}.
13577
13578 @itemx --lookup
13579 @opindex --lookup
13580 Attempt to canonicalize hostnames found in utmp through a DNS lookup.  This
13581 is not the default because it can cause significant delays on systems with
13582 automatic dial-up internet access.
13583
13584 @item -m
13585 @opindex -m
13586 Same as @samp{who am i}.
13587
13588 @item -p
13589 @itemx --process
13590 @opindex -p
13591 @opindex --process
13592 List active processes spawned by init.
13593
13594 @item -q
13595 @itemx --count
13596 @opindex -q
13597 @opindex --count
13598 Print only the login names and the number of users logged on.
13599 Overrides all other options.
13600
13601 @item -r
13602 @itemx --runlevel
13603 @opindex -r
13604 @opindex --runlevel
13605 Print the current (and maybe previous) run-level of the init process.
13606
13607 @item -s
13608 @opindex -s
13609 Ignored; for compatibility with other versions of @command{who}.
13610
13611 @item -t
13612 @itemx --time
13613 @opindex -t
13614 @opindex --time
13615 Print last system clock change.
13616
13617 @itemx -u
13618 @opindex -u
13619 @cindex idle time
13620 After the login time, print the number of hours and minutes that the
13621 user has been idle.  @samp{.} means the user was active in the last minute.
13622 @samp{old} means the user has been idle for more than 24 hours.
13623
13624 @item -w
13625 @itemx -T
13626 @itemx --mesg
13627 @itemx --message
13628 @itemx --writable
13629 @opindex -w
13630 @opindex -T
13631 @opindex --mesg
13632 @opindex --message
13633 @opindex --writable
13634 @cindex message status
13635 @pindex write@r{, allowed}
13636 After each login name print a character indicating the user's message status:
13637
13638 @display
13639 @samp{+} allowing @code{write} messages
13640 @samp{-} disallowing @code{write} messages
13641 @samp{?} cannot find terminal device
13642 @end display
13643
13644 @end table
13645
13646 @exitstatus
13647
13648
13649 @node System context
13650 @chapter System context
13651
13652 @cindex system context
13653 @cindex context, system
13654 @cindex commands for system context
13655
13656 This section describes commands that print or change system-wide
13657 information.
13658
13659 @menu
13660 * date invocation::             Print or set system date and time.
13661 * arch invocation::             Print machine hardware name.
13662 * nproc invocation::            Print the number of processors.
13663 * uname invocation::            Print system information.
13664 * hostname invocation::         Print or set system name.
13665 * hostid invocation::           Print numeric host identifier.
13666 * uptime invocation::           Print system uptime and load.
13667 @end menu
13668
13669 @node date invocation
13670 @section @command{date}: Print or set system date and time
13671
13672 @pindex date
13673 @cindex time, printing or setting
13674 @cindex printing the current time
13675
13676 Synopses:
13677
13678 @example
13679 date [@var{option}]@dots{} [+@var{format}]
13680 date [-u|--utc|--universal] @c this avoids a newline in the output
13681 [ MMDDhhmm[[CC]YY][.ss] ]
13682 @end example
13683
13684 @vindex LC_TIME
13685 Invoking @command{date} with no @var{format} argument is equivalent to invoking
13686 it with a default format that depends on the @env{LC_TIME} locale category.
13687 In the default C locale, this format is @samp{'+%a %b %e %H:%M:%S %Z %Y'},
13688 so the output looks like @samp{Thu Mar @ 3 13:47:51 PST 2005}.
13689
13690 @vindex TZ
13691 Normally, @command{date} uses the time zone rules indicated by the
13692 @env{TZ} environment variable, or the system default rules if @env{TZ}
13693 is not set.  @xref{TZ Variable,, Specifying the Time Zone with
13694 @env{TZ}, libc, The GNU C Library Reference Manual}.
13695
13696 @findex strftime @r{and @command{date}}
13697 @cindex time formats
13698 @cindex formatting times
13699 If given an argument that starts with a @samp{+}, @command{date} prints the
13700 current date and time (or the date and time specified by the
13701 @option{--date} option, see below) in the format defined by that argument,
13702 which is similar to that of the @code{strftime} function.  Except for
13703 conversion specifiers, which start with @samp{%}, characters in the
13704 format string are printed unchanged.  The conversion specifiers are
13705 described below.
13706
13707 @exitstatus
13708
13709 @menu
13710 * Time conversion specifiers::     %[HIklMNpPrRsSTXzZ]
13711 * Date conversion specifiers::     %[aAbBcCdDeFgGhjmuUVwWxyY]
13712 * Literal conversion specifiers::  %[%nt]
13713 * Padding and other flags::        Pad with zeros, spaces, etc.
13714 * Setting the time::               Changing the system clock.
13715 * Options for date::               Instead of the current time.
13716 @detailmenu
13717 * Date input formats::             Specifying date strings.
13718 @end detailmenu
13719 * Examples of date::               Examples.
13720 @end menu
13721
13722 @node Time conversion specifiers
13723 @subsection Time conversion specifiers
13724
13725 @cindex time conversion specifiers
13726 @cindex conversion specifiers, time
13727
13728 @command{date} conversion specifiers related to times.
13729
13730 @table @samp
13731 @item %H
13732 hour (@samp{00}@dots{}@samp{23})
13733 @item %I
13734 hour (@samp{01}@dots{}@samp{12})
13735 @item %k
13736 hour (@samp{ 0}@dots{}@samp{23}).
13737 This is a @acronym{GNU} extension.
13738 @item %l
13739 hour (@samp{ 1}@dots{}@samp{12}).
13740 This is a @acronym{GNU} extension.
13741 @item %M
13742 minute (@samp{00}@dots{}@samp{59})
13743 @item %N
13744 nanoseconds (@samp{000000000}@dots{}@samp{999999999}).
13745 This is a @acronym{GNU} extension.
13746 @item %p
13747 locale's equivalent of either @samp{AM} or @samp{PM};
13748 blank in many locales.
13749 Noon is treated as @samp{PM} and midnight as @samp{AM}.
13750 @item %P
13751 like @samp{%p}, except lower case.
13752 This is a @acronym{GNU} extension.
13753 @item %r
13754 locale's 12-hour clock time (e.g., @samp{11:11:04 PM})
13755 @item %R
13756 24-hour hour and minute.  Same as @samp{%H:%M}.
13757 This is a @acronym{GNU} extension.
13758 @item %s
13759 @cindex epoch, seconds since
13760 @cindex seconds since the epoch
13761 @cindex beginning of time
13762 seconds since the epoch, i.e., since 1970-01-01 00:00:00 UTC.
13763 Leap seconds are not counted unless leap second support is available.
13764 @xref{%s-examples}, for examples.
13765 This is a @acronym{GNU} extension.
13766 @item %S
13767 second (@samp{00}@dots{}@samp{60}).
13768 This may be @samp{60} if leap seconds are supported.
13769 @item %T
13770 24-hour hour, minute, and second.  Same as @samp{%H:%M:%S}.
13771 @item %X
13772 locale's time representation (e.g., @samp{23:13:48})
13773 @item %z
13774 @w{@acronym{RFC} 2822/@acronym{ISO} 8601} style numeric time zone
13775 (e.g., @samp{-0600} or @samp{+0530}), or nothing if no
13776 time zone is determinable.  This value reflects the numeric time zone
13777 appropriate for the current time, using the time zone rules specified
13778 by the @env{TZ} environment variable.
13779 The time (and optionally, the time zone rules) can be overridden
13780 by the @option{--date} option.
13781 This is a @acronym{GNU} extension.
13782 @item %:z
13783 @w{@acronym{RFC} 3339/@acronym{ISO} 8601} style numeric time zone with
13784 @samp{:} (e.g., @samp{-06:00} or @samp{+05:30}), or nothing if no time
13785 zone is determinable.
13786 This is a @acronym{GNU} extension.
13787 @item %::z
13788 Numeric time zone to the nearest second with @samp{:} (e.g.,
13789 @samp{-06:00:00} or @samp{+05:30:00}), or nothing if no time zone is
13790 determinable.
13791 This is a @acronym{GNU} extension.
13792 @item %:::z
13793 Numeric time zone with @samp{:} using the minimum necessary precision
13794 (e.g., @samp{-06}, @samp{+05:30}, or @samp{-04:56:02}), or nothing if
13795 no time zone is determinable.
13796 This is a @acronym{GNU} extension.
13797 @item %Z
13798 alphabetic time zone abbreviation (e.g., @samp{EDT}), or nothing if no
13799 time zone is determinable.  See @samp{%z} for how it is determined.
13800 @end table
13801
13802
13803 @node Date conversion specifiers
13804 @subsection Date conversion specifiers
13805
13806 @cindex date conversion specifiers
13807 @cindex conversion specifiers, date
13808
13809 @command{date} conversion specifiers related to dates.
13810
13811 @table @samp
13812 @item %a
13813 locale's abbreviated weekday name (e.g., @samp{Sun})
13814 @item %A
13815 locale's full weekday name, variable length (e.g., @samp{Sunday})
13816 @item %b
13817 locale's abbreviated month name (e.g., @samp{Jan})
13818 @item %B
13819 locale's full month name, variable length (e.g., @samp{January})
13820 @item %c
13821 locale's date and time (e.g., @samp{Thu Mar @ 3 23:05:25 2005})
13822 @item %C
13823 century.  This is like @samp{%Y}, except the last two digits are omitted.
13824 For example, it is @samp{20} if @samp{%Y} is @samp{2000},
13825 and is @samp{-0} if @samp{%Y} is @samp{-001}.
13826 It is normally at least two characters, but it may be more.
13827 @item %d
13828 day of month (e.g., @samp{01})
13829 @item %D
13830 date; same as @samp{%m/%d/%y}
13831 @item %e
13832 day of month, space padded; same as @samp{%_d}
13833 @item %F
13834 full date in @acronym{ISO} 8601 format; same as @samp{%Y-%m-%d}.
13835 This is a good choice for a date format, as it is standard and
13836 is easy to sort in the usual case where years are in the range
13837 0000@dots{}9999.
13838 This is a @acronym{GNU} extension.
13839 @item %g
13840 year corresponding to the @acronym{ISO} week number, but without the century
13841 (range @samp{00} through @samp{99}).  This has the same format and value
13842 as @samp{%y}, except that if the @acronym{ISO} week number (see
13843 @samp{%V}) belongs
13844 to the previous or next year, that year is used instead.
13845 This is a @acronym{GNU} extension.
13846 @item %G
13847 year corresponding to the @acronym{ISO} week number.  This has the
13848 same format and value as @samp{%Y}, except that if the @acronym{ISO}
13849 week number (see
13850 @samp{%V}) belongs to the previous or next year, that year is used
13851 instead.
13852 It is normally useful only if @samp{%V} is also used;
13853 for example, the format @samp{%G-%m-%d} is probably a mistake,
13854 since it combines the ISO week number year with the conventional month and day.
13855 This is a @acronym{GNU} extension.
13856 @item %h
13857 same as @samp{%b}
13858 @item %j
13859 day of year (@samp{001}@dots{}@samp{366})
13860 @item %m
13861 month (@samp{01}@dots{}@samp{12})
13862 @item %u
13863 day of week (@samp{1}@dots{}@samp{7}) with @samp{1} corresponding to Monday
13864 @item %U
13865 week number of year, with Sunday as the first day of the week
13866 (@samp{00}@dots{}@samp{53}).
13867 Days in a new year preceding the first Sunday are in week zero.
13868 @item %V
13869 @acronym{ISO} week number, that is, the
13870 week number of year, with Monday as the first day of the week
13871 (@samp{01}@dots{}@samp{53}).
13872 If the week containing January 1 has four or more days in
13873 the new year, then it is considered week 1; otherwise, it is week 53 of
13874 the previous year, and the next week is week 1.  (See the @acronym{ISO} 8601
13875 standard.)
13876 @item %w
13877 day of week (@samp{0}@dots{}@samp{6}) with 0 corresponding to Sunday
13878 @item %W
13879 week number of year, with Monday as first day of week
13880 (@samp{00}@dots{}@samp{53}).
13881 Days in a new year preceding the first Monday are in week zero.
13882 @item %x
13883 locale's date representation (e.g., @samp{12/31/99})
13884 @item %y
13885 last two digits of year (@samp{00}@dots{}@samp{99})
13886 @item %Y
13887 year.  This is normally at least four characters, but it may be more.
13888 Year @samp{0000} precedes year @samp{0001}, and year @samp{-001}
13889 precedes year @samp{0000}.
13890 @end table
13891
13892
13893 @node Literal conversion specifiers
13894 @subsection Literal conversion specifiers
13895
13896 @cindex literal conversion specifiers
13897 @cindex conversion specifiers, literal
13898
13899 @command{date} conversion specifiers that produce literal strings.
13900
13901 @table @samp
13902 @item %%
13903 a literal %
13904 @item %n
13905 a newline
13906 @item %t
13907 a horizontal tab
13908 @end table
13909
13910
13911 @node Padding and other flags
13912 @subsection Padding and other flags
13913
13914 @cindex numeric field padding
13915 @cindex padding of numeric fields
13916 @cindex fields, padding numeric
13917
13918 Unless otherwise specified, @command{date} normally pads numeric fields
13919 with zeros, so that, for
13920 example, numeric months are always output as two digits.
13921 Seconds since the epoch are not padded, though,
13922 since there is no natural width for them.
13923
13924 As a @acronym{GNU} extension, @command{date} recognizes any of the
13925 following optional flags after the @samp{%}:
13926
13927 @table @samp
13928 @item -
13929 (hyphen) Do not pad the field; useful if the output is intended for
13930 human consumption.
13931 @item _
13932 (underscore) Pad with spaces; useful if you need a fixed
13933 number of characters in the output, but zeros are too distracting.
13934 @item 0
13935 (zero) Pad with zeros even if the conversion specifier
13936 would normally pad with spaces.
13937 @item ^
13938 Use upper case characters if possible.
13939 @item #
13940 Use opposite case characters if possible.
13941 A field that is normally upper case becomes lower case, and vice versa.
13942 @end table
13943
13944 @noindent
13945 Here are some examples of padding:
13946
13947 @example
13948 date +%d/%m -d "Feb 1"
13949 @result{} 01/02
13950 date +%-d/%-m -d "Feb 1"
13951 @result{} 1/2
13952 date +%_d/%_m -d "Feb 1"
13953 @result{}  1/ 2
13954 @end example
13955
13956 As a @acronym{GNU} extension, you can specify the field width
13957 (after any flag, if present) as a decimal number.  If the natural size of the
13958 output of the field has less than the specified number of characters,
13959 the result is written right adjusted and padded to the given
13960 size.  For example, @samp{%9B} prints the right adjusted month name in
13961 a field of width 9.
13962
13963 An optional modifier can follow the optional flag and width
13964 specification.  The modifiers are:
13965
13966 @table @samp
13967 @item E
13968 Use the locale's alternate representation for date and time.  This
13969 modifier applies to the @samp{%c}, @samp{%C}, @samp{%x}, @samp{%X},
13970 @samp{%y} and @samp{%Y} conversion specifiers.  In a Japanese locale, for
13971 example, @samp{%Ex} might yield a date format based on the Japanese
13972 Emperors' reigns.
13973
13974 @item O
13975 Use the locale's alternate numeric symbols for numbers.  This modifier
13976 applies only to numeric conversion specifiers.
13977 @end table
13978
13979 If the format supports the modifier but no alternate representation
13980 is available, it is ignored.
13981
13982
13983 @node Setting the time
13984 @subsection Setting the time
13985
13986 @cindex setting the time
13987 @cindex time setting
13988 @cindex appropriate privileges
13989
13990 If given an argument that does not start with @samp{+}, @command{date} sets
13991 the system clock to the date and time specified by that argument (as
13992 described below).  You must have appropriate privileges to set the
13993 system clock.  The @option{--date} and @option{--set} options may not be
13994 used with such an argument.  The @option{--universal} option may be used
13995 with such an argument to indicate that the specified date and time are
13996 relative to Coordinated Universal Time rather than to the local time
13997 zone.
13998
13999 The argument must consist entirely of digits, which have the following
14000 meaning:
14001
14002 @table @samp
14003 @item MM
14004 month
14005 @item DD
14006 day within month
14007 @item hh
14008 hour
14009 @item mm
14010 minute
14011 @item CC
14012 first two digits of year (optional)
14013 @item YY
14014 last two digits of year (optional)
14015 @item ss
14016 second (optional)
14017 @end table
14018
14019 The @option{--set} option also sets the system clock; see the next section.
14020
14021
14022 @node Options for date
14023 @subsection Options for @command{date}
14024
14025 @cindex @command{date} options
14026 @cindex options for @command{date}
14027
14028 The program accepts the following options.  Also see @ref{Common options}.
14029
14030 @table @samp
14031
14032 @item -d @var{datestr}
14033 @itemx --date=@var{datestr}
14034 @opindex -d
14035 @opindex --date
14036 @cindex parsing date strings
14037 @cindex date strings, parsing
14038 @cindex arbitrary date strings, parsing
14039 @opindex yesterday
14040 @opindex tomorrow
14041 @opindex next @var{day}
14042 @opindex last @var{day}
14043 Display the date and time specified in @var{datestr} instead of the
14044 current date and time.  @var{datestr} can be in almost any common
14045 format.  It can contain month names, time zones, @samp{am} and @samp{pm},
14046 @samp{yesterday}, etc.  For example, @option{--date="2004-02-27
14047 14:19:13.489392193 +0530"} specifies the instant of time that is
14048 489,392,193 nanoseconds after February 27, 2004 at 2:19:13 PM in a
14049 time zone that is 5 hours and 30 minutes east of @acronym{UTC}.@*
14050 Note: input currently must be in locale independent format. E.g., the
14051 LC_TIME=C below is needed to print back the correct date in many locales:
14052 @example
14053 date -d "$(LC_TIME=C date)"
14054 @end example
14055 @xref{Date input formats}.
14056
14057 @item -f @var{datefile}
14058 @itemx --file=@var{datefile}
14059 @opindex -f
14060 @opindex --file
14061 Parse each line in @var{datefile} as with @option{-d} and display the
14062 resulting date and time.  If @var{datefile} is @samp{-}, use standard
14063 input.  This is useful when you have many dates to process, because the
14064 system overhead of starting up the @command{date} executable many times can
14065 be considerable.
14066
14067 @item -r @var{file}
14068 @itemx --reference=@var{file}
14069 @opindex -r
14070 @opindex --reference
14071 Display the date and time of the last modification of @var{file},
14072 instead of the current date and time.
14073
14074 @item -R
14075 @itemx --rfc-822
14076 @itemx --rfc-2822
14077 @opindex -R
14078 @opindex --rfc-822
14079 @opindex --rfc-2822
14080 Display the date and time using the format @samp{%a, %d %b %Y %H:%M:%S
14081 %z}, evaluated in the C locale so abbreviations are always in English.
14082 For example:
14083
14084 @example
14085 Fri, 09 Sep 2005 13:51:39 -0700
14086 @end example
14087
14088 This format conforms to
14089 @uref{ftp://ftp.rfc-editor.org/in-notes/rfc2822.txt, Internet
14090 @acronym{RFCs} 2822} and
14091 @uref{ftp://ftp.rfc-editor.org/in-notes/rfc822.txt, 822}, the
14092 current and previous standards for Internet email.
14093
14094 @item --rfc-3339=@var{timespec}
14095 @opindex --rfc-3339=@var{timespec}
14096 Display the date using a format specified by
14097 @uref{ftp://ftp.rfc-editor.org/in-notes/rfc3339.txt, Internet
14098 @acronym{RFC} 3339}.  This is a subset of the @acronym{ISO} 8601
14099 format, except that it also permits applications to use a space rather
14100 than a @samp{T} to separate dates from times.  Unlike the other
14101 standard formats, @acronym{RFC} 3339 format is always suitable as
14102 input for the @option{--date} (@option{-d}) and @option{--file}
14103 (@option{-f}) options, regardless of the current locale.
14104
14105 The argument @var{timespec} specifies how much of the time to include.
14106 It can be one of the following:
14107
14108 @table @samp
14109 @item date
14110 Print just the full-date, e.g., @samp{2005-09-14}.
14111 This is equivalent to the format @samp{%Y-%m-%d}.
14112
14113 @item seconds
14114 Print the full-date and full-time separated by a space, e.g.,
14115 @samp{2005-09-14 00:56:06+05:30}.  The output ends with a numeric
14116 time-offset; here the @samp{+05:30} means that local time is five
14117 hours and thirty minutes east of @acronym{UTC}.  This is equivalent to
14118 the format @samp{%Y-%m-%d %H:%M:%S%:z}.
14119
14120 @item ns
14121 Like @samp{seconds}, but also print nanoseconds, e.g.,
14122 @samp{2005-09-14 00:56:06.998458565+05:30}.
14123 This is equivalent to the format @samp{%Y-%m-%d %H:%M:%S.%N%:z}.
14124
14125 @end table
14126
14127 @item -s @var{datestr}
14128 @itemx --set=@var{datestr}
14129 @opindex -s
14130 @opindex --set
14131 Set the date and time to @var{datestr}.  See @option{-d} above.
14132
14133 @item -u
14134 @itemx --utc
14135 @itemx --universal
14136 @opindex -u
14137 @opindex --utc
14138 @opindex --universal
14139 @cindex Coordinated Universal Time
14140 @cindex UTC
14141 @cindex Greenwich Mean Time
14142 @cindex GMT
14143 @vindex TZ
14144 Use Coordinated Universal Time (@acronym{UTC}) by operating as if the
14145 @env{TZ} environment variable were set to the string @samp{UTC0}.
14146 Coordinated
14147 Universal Time is often called ``Greenwich Mean Time'' (@sc{gmt}) for
14148 historical reasons.
14149 @end table
14150
14151
14152 @node Examples of date
14153 @subsection Examples of @command{date}
14154
14155 @cindex examples of @command{date}
14156
14157 Here are a few examples.  Also see the documentation for the @option{-d}
14158 option in the previous section.
14159
14160 @itemize @bullet
14161
14162 @item
14163 To print the date of the day before yesterday:
14164
14165 @example
14166 date --date='2 days ago'
14167 @end example
14168
14169 @item
14170 To print the date of the day three months and one day hence:
14171
14172 @example
14173 date --date='3 months 1 day'
14174 @end example
14175
14176 @item
14177 To print the day of year of Christmas in the current year:
14178
14179 @example
14180 date --date='25 Dec' +%j
14181 @end example
14182
14183 @item
14184 To print the current full month name and the day of the month:
14185
14186 @example
14187 date '+%B %d'
14188 @end example
14189
14190 But this may not be what you want because for the first nine days of
14191 the month, the @samp{%d} expands to a zero-padded two-digit field,
14192 for example @samp{date -d 1may '+%B %d'} will print @samp{May 01}.
14193
14194 @item
14195 To print a date without the leading zero for one-digit days
14196 of the month, you can use the (@acronym{GNU} extension)
14197 @samp{-} flag to suppress
14198 the padding altogether:
14199
14200 @example
14201 date -d 1may '+%B %-d
14202 @end example
14203
14204 @item
14205 To print the current date and time in the format required by many
14206 non-@acronym{GNU} versions of @command{date} when setting the system clock:
14207
14208 @example
14209 date +%m%d%H%M%Y.%S
14210 @end example
14211
14212 @item
14213 To set the system clock forward by two minutes:
14214
14215 @example
14216 date --set='+2 minutes'
14217 @end example
14218
14219 @item
14220 To print the date in @acronym{RFC} 2822 format,
14221 use @samp{date --rfc-2822}.  Here is some example output:
14222
14223 @example
14224 Fri, 09 Sep 2005 13:51:39 -0700
14225 @end example
14226
14227 @anchor{%s-examples}
14228 @item
14229 To convert a date string to the number of seconds since the epoch
14230 (which is 1970-01-01 00:00:00 UTC), use the @option{--date} option with
14231 the @samp{%s} format.  That can be useful in sorting and/or graphing
14232 and/or comparing data by date.  The following command outputs the
14233 number of the seconds since the epoch for the time two minutes after the
14234 epoch:
14235
14236 @example
14237 date --date='1970-01-01 00:02:00 +0000' +%s
14238 120
14239 @end example
14240
14241 If you do not specify time zone information in the date string,
14242 @command{date} uses your computer's idea of the time zone when
14243 interpreting the string.  For example, if your computer's time zone is
14244 that of Cambridge, Massachusetts, which was then 5 hours (i.e., 18,000
14245 seconds) behind UTC:
14246
14247 @example
14248 # local time zone used
14249 date --date='1970-01-01 00:02:00' +%s
14250 18120
14251 @end example
14252
14253 @item
14254 If you're sorting or graphing dated data, your raw date values may be
14255 represented as seconds since the epoch.  But few people can look at
14256 the date @samp{946684800} and casually note ``Oh, that's the first second
14257 of the year 2000 in Greenwich, England.''
14258
14259 @example
14260 date --date='2000-01-01 UTC' +%s
14261 946684800
14262 @end example
14263
14264 An alternative is to use the @option{--utc} (@option{-u}) option.
14265 Then you may omit @samp{UTC} from the date string.  Although this
14266 produces the same result for @samp{%s} and many other format sequences,
14267 with a time zone offset different from zero, it would give a different
14268 result for zone-dependent formats like @samp{%z}.
14269
14270 @example
14271 date -u --date=2000-01-01 +%s
14272 946684800
14273 @end example
14274
14275 To convert such an unwieldy number of seconds back to
14276 a more readable form, use a command like this:
14277
14278 @smallexample
14279 # local time zone used
14280 date -d '1970-01-01 UTC 946684800 seconds' +"%Y-%m-%d %T %z"
14281 1999-12-31 19:00:00 -0500
14282 @end smallexample
14283
14284 Or if you do not mind depending on the @samp{@@} feature present since
14285 coreutils 5.3.0, you could shorten this to:
14286
14287 @smallexample
14288 date -d @@946684800 +"%F %T %z"
14289 1999-12-31 19:00:00 -0500
14290 @end smallexample
14291
14292 Often it is better to output UTC-relative date and time:
14293
14294 @smallexample
14295 date -u -d '1970-01-01 946684800 seconds' +"%Y-%m-%d %T %z"
14296 2000-01-01 00:00:00 +0000
14297 @end smallexample
14298
14299 @end itemize
14300
14301
14302 @node arch invocation
14303 @section @command{arch}: Print machine hardware name
14304
14305 @pindex arch
14306 @cindex print machine hardware name
14307 @cindex system information, printing
14308
14309 @command{arch} prints the machine hardware name,
14310 and is equivalent to @samp{uname -m}.
14311 Synopsis:
14312
14313 @example
14314 arch [@var{option}]
14315 @end example
14316
14317 The program accepts the @ref{Common options} only.
14318
14319 @exitstatus
14320
14321
14322 @node nproc invocation
14323 @section @command{nproc}: Print the number of available processors
14324
14325 @pindex nproc
14326 @cindex Print the number of processors
14327 @cindex system information, printing
14328
14329 Print the number of processing units available to the current process,
14330 which may be less than the number of online processors.
14331 If this information is not accessible, then print the number of
14332 processors installed.  If the @env{OMP_NUM_THREADS} environment variable is
14333 set, then it will determine the returned value.  The result is guaranteed to be
14334 greater than zero.  Synopsis:
14335
14336 @example
14337 nproc [@var{option}]
14338 @end example
14339
14340 The program accepts the following options.  Also see @ref{Common options}.
14341
14342 @table @samp
14343
14344 @item --all
14345 @opindex --all
14346 Print the number of installed processors on the system, which may
14347 be greater than the number online or available to the current process.
14348 The @env{OMP_NUM_THREADS} environment variable is not honored in this case.
14349
14350 @item --ignore=@var{number}
14351 @opindex --ignore
14352 If possible, exclude this @var{number} of processing units.
14353
14354 @end table
14355
14356 @exitstatus
14357
14358
14359 @node uname invocation
14360 @section @command{uname}: Print system information
14361
14362 @pindex uname
14363 @cindex print system information
14364 @cindex system information, printing
14365
14366 @command{uname} prints information about the machine and operating system
14367 it is run on.  If no options are given, @command{uname} acts as if the
14368 @option{-s} option were given.  Synopsis:
14369
14370 @example
14371 uname [@var{option}]@dots{}
14372 @end example
14373
14374 If multiple options or @option{-a} are given, the selected information is
14375 printed in this order:
14376
14377 @example
14378 @var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version}
14379 @var{machine} @var{processor} @var{hardware-platform} @var{operating-system}
14380 @end example
14381
14382 The information may contain internal spaces, so such output cannot be
14383 parsed reliably.  In the following example, @var{release} is
14384 @samp{2.2.18ss.e820-bda652a #4 SMP Tue Jun 5 11:24:08 PDT 2001}:
14385
14386 @smallexample
14387 uname -a
14388 @result{} Linux dum 2.2.18 #4 SMP Tue Jun 5 11:24:08 PDT 2001 i686 unknown unknown GNU/Linux
14389 @end smallexample
14390
14391
14392 The program accepts the following options.  Also see @ref{Common options}.
14393
14394 @table @samp
14395
14396 @item -a
14397 @itemx --all
14398 @opindex -a
14399 @opindex --all
14400 Print all of the below information, except omit the processor type
14401 and the hardware platform name if they are unknown.
14402
14403 @item -i
14404 @itemx --hardware-platform
14405 @opindex -i
14406 @opindex --hardware-platform
14407 @cindex implementation, hardware
14408 @cindex hardware platform
14409 @cindex platform, hardware
14410 Print the hardware platform name
14411 (sometimes called the hardware implementation).
14412 Print @samp{unknown} if the kernel does not make this information
14413 easily available, as is the case with Linux kernels.
14414
14415 @item -m
14416 @itemx --machine
14417 @opindex -m
14418 @opindex --machine
14419 @cindex machine type
14420 @cindex hardware class
14421 @cindex hardware type
14422 Print the machine hardware name (sometimes called the hardware class
14423 or hardware type).
14424
14425 @item -n
14426 @itemx --nodename
14427 @opindex -n
14428 @opindex --nodename
14429 @cindex hostname
14430 @cindex node name
14431 @cindex network node name
14432 Print the network node hostname.
14433
14434 @item -p
14435 @itemx --processor
14436 @opindex -p
14437 @opindex --processor
14438 @cindex host processor type
14439 Print the processor type (sometimes called the instruction set
14440 architecture or ISA).
14441 Print @samp{unknown} if the kernel does not make this information
14442 easily available, as is the case with Linux kernels.
14443
14444 @item -o
14445 @itemx --operating-system
14446 @opindex -o
14447 @opindex --operating-system
14448 @cindex operating system name
14449 Print the name of the operating system.
14450
14451 @item -r
14452 @itemx --kernel-release
14453 @opindex -r
14454 @opindex --kernel-release
14455 @cindex kernel release
14456 @cindex release of kernel
14457 Print the kernel release.
14458
14459 @item -s
14460 @itemx --kernel-name
14461 @opindex -s
14462 @opindex --kernel-name
14463 @cindex kernel name
14464 @cindex name of kernel
14465 Print the kernel name.
14466 @acronym{POSIX} 1003.1-2001 (@pxref{Standards conformance}) calls this
14467 ``the implementation of the operating system'', because the
14468 @acronym{POSIX} specification itself has no notion of ``kernel''.
14469 The kernel name might be the same as the operating system name printed
14470 by the @option{-o} or @option{--operating-system} option, but it might
14471 differ.  Some operating systems (e.g., FreeBSD, HP-UX) have the same
14472 name as their underlying kernels; others (e.g., GNU/Linux, Solaris)
14473 do not.
14474
14475 @item -v
14476 @itemx --kernel-version
14477 @opindex -v
14478 @opindex --kernel-version
14479 @cindex kernel version
14480 @cindex version of kernel
14481 Print the kernel version.
14482
14483 @end table
14484
14485 @exitstatus
14486
14487
14488 @node hostname invocation
14489 @section @command{hostname}: Print or set system name
14490
14491 @pindex hostname
14492 @cindex setting the hostname
14493 @cindex printing the hostname
14494 @cindex system name, printing
14495 @cindex appropriate privileges
14496
14497 With no arguments, @command{hostname} prints the name of the current host
14498 system.  With one argument, it sets the current host name to the
14499 specified string.  You must have appropriate privileges to set the host
14500 name.  Synopsis:
14501
14502 @example
14503 hostname [@var{name}]
14504 @end example
14505
14506 The only options are @option{--help} and @option{--version}.  @xref{Common
14507 options}.
14508
14509 @exitstatus
14510
14511
14512 @node hostid invocation
14513 @section @command{hostid}: Print numeric host identifier
14514
14515 @pindex hostid
14516 @cindex printing the host identifier
14517
14518 @command{hostid} prints the numeric identifier of the current host
14519 in hexadecimal.  This command accepts no arguments.
14520 The only options are @option{--help} and @option{--version}.
14521 @xref{Common options}.
14522
14523 For example, here's what it prints on one system I use:
14524
14525 @example
14526 $ hostid
14527 1bac013d
14528 @end example
14529
14530 On that system, the 32-bit quantity happens to be closely
14531 related to the system's Internet address, but that isn't always
14532 the case.
14533
14534 @exitstatus
14535
14536 @node uptime invocation
14537 @section @command{uptime}: Print system uptime and load
14538
14539 @pindex uptime
14540 @cindex printing the system uptime and load
14541
14542 @command{uptime} prints the current time, the system's uptime, the
14543 number of logged-in users and the current load average.
14544
14545 If an argument is specified, it is used as the file to be read
14546 to discover how many users are logged in.  If no argument is
14547 specified, a system default is used (@command{uptime --help} indicates
14548 the default setting).
14549
14550 The only options are @option{--help} and @option{--version}.
14551 @xref{Common options}.
14552
14553 For example, here's what it prints right now on one system I use:
14554
14555 @example
14556 $ uptime
14557  14:07  up   3:35,  3 users,  load average: 1.39, 1.15, 1.04
14558 @end example
14559
14560 The precise method of calculation of load average varies somewhat
14561 between systems.  Some systems calculate it as the average number of
14562 runnable processes over the last 1, 5 and 15 minutes, but some systems
14563 also include processes in the uninterruptible sleep state (that is,
14564 those processes which are waiting for disk I/O).  The Linux kernel
14565 includes uninterruptible processes.
14566
14567 @node SELinux context
14568 @chapter SELinux context
14569
14570 @cindex SELinux context
14571 @cindex SELinux, context
14572 @cindex commands for SELinux context
14573
14574 This section describes commands for operations with SELinux
14575 contexts.
14576
14577 @menu
14578 * chcon invocation::            Change SELinux context of file
14579 * runcon invocation::           Run a command in specified SELinux context
14580 @end menu
14581
14582 @node chcon invocation
14583 @section @command{chcon}: Change SELinux context of file
14584
14585 @pindex chcon
14586 @cindex changing security context
14587 @cindex change SELinux context
14588
14589 @command{chcon} changes the SELinux security context of the selected files.
14590 Synopses:
14591
14592 @smallexample
14593 chcon [@var{option}]@dots{} @var{context} @var{file}@dots{}
14594 chcon [@var{option}]@dots{} [-u @var{user}] [-r @var{role}] [-l @var{range}] [-t @var{type}] @var{file}@dots{}
14595 chcon [@var{option}]@dots{} --reference=@var{rfile} @var{file}@dots{}
14596 @end smallexample
14597
14598 Change the SELinux security context of each @var{file} to @var{context}.
14599 With @option{--reference}, change the security context of each @var{file}
14600 to that of @var{rfile}.
14601
14602 The program accepts the following options.  Also see @ref{Common options}.
14603
14604 @table @samp
14605
14606 @item -h
14607 @itemx --no-dereference
14608 @opindex -h
14609 @opindex --no-dereference
14610 @cindex no dereference
14611 Affect symbolic links instead of any referenced file.
14612
14613 @item --reference=@var{rfile}
14614 @opindex --reference
14615 @cindex reference file
14616 Use @var{rfile}'s security context rather than specifying a @var{context} value.
14617
14618 @item -R
14619 @itemx --recursive
14620 @opindex -R
14621 @opindex --recursive
14622 Operate on files and directories recursively.
14623
14624 @choptH
14625 @xref{Traversing symlinks}.
14626
14627 @choptL
14628 @xref{Traversing symlinks}.
14629
14630 @choptP
14631 @xref{Traversing symlinks}.
14632
14633 @item -v
14634 @itemx --verbose
14635 @opindex -v
14636 @opindex --verbose
14637 @cindex diagnostic
14638 Output a diagnostic for every file processed.
14639
14640 @item -u @var{user}
14641 @itemx --user=@var{user}
14642 @opindex -u
14643 @opindex --user
14644 Set user @var{user} in the target security context.
14645
14646 @item -r @var{role}
14647 @itemx --role=@var{role}
14648 @opindex -r
14649 @opindex --role
14650 Set role @var{role} in the target security context.
14651
14652 @item -t @var{type}
14653 @itemx --type=@var{type}
14654 @opindex -t
14655 @opindex --type
14656 Set type @var{type} in the target security context.
14657
14658 @item -l @var{range}
14659 @itemx --range=@var{range}
14660 @opindex -l
14661 @opindex --range
14662 Set range @var{range} in the target security context.
14663
14664 @end table
14665
14666 @exitstatus
14667
14668 @node runcon invocation
14669 @section @command{runcon}: Run a command in specified SELinux context
14670
14671 @pindex runcon
14672 @cindex run with security context
14673
14674
14675 @command{runcon} runs file in specified SELinux security context.
14676
14677 Synopses:
14678 @smallexample
14679 runcon @var{context} @var{command} [@var{args}]
14680 runcon [ -c ] [-u @var{user}] [-r @var{role}] [-t @var{type}] [-l @var{range}] @var{command} [@var{args}]
14681 @end smallexample
14682
14683 Run @var{command} with completely-specified @var{context}, or with
14684 current or transitioned security context modified by one or more of @var{level},
14685 @var{role}, @var{type} and @var{user}.
14686
14687 If none of @option{-c}, @option{-t}, @option{-u}, @option{-r}, or @option{-l}
14688 is specified, the first argument is used as the complete context.
14689 Any additional arguments after @var{command}
14690 are interpreted as arguments to the command.
14691
14692 With neither @var{context} nor @var{command}, print the current security context.
14693
14694 The program accepts the following options.  Also see @ref{Common options}.
14695
14696 @table @samp
14697
14698 @item -c
14699 @itemx --compute
14700 @opindex -c
14701 @opindex --compute
14702 Compute process transition context before modifying.
14703
14704 @item -u @var{user}
14705 @itemx --user=@var{user}
14706 @opindex -u
14707 @opindex --user
14708 Set user @var{user} in the target security context.
14709
14710 @item -r @var{role}
14711 @itemx --role=@var{role}
14712 @opindex -r
14713 @opindex --role
14714 Set role @var{role} in the target security context.
14715
14716 @item -t @var{type}
14717 @itemx --type=@var{type}
14718 @opindex -t
14719 @opindex --type
14720 Set type @var{type} in the target security context.
14721
14722 @item -l @var{range}
14723 @itemx --range=@var{range}
14724 @opindex -l
14725 @opindex --range
14726 Set range @var{range} in the target security context.
14727
14728 @end table
14729
14730 @cindex exit status of @command{runcon}
14731 Exit status:
14732
14733 @display
14734 126 if @var{command} is found but cannot be invoked
14735 127 if @command{runcon} itself fails or if @var{command} cannot be found
14736 the exit status of @var{command} otherwise
14737 @end display
14738
14739 @node Modified command invocation
14740 @chapter Modified command invocation
14741
14742 @cindex modified command invocation
14743 @cindex invocation of commands, modified
14744 @cindex commands for invoking other commands
14745
14746 This section describes commands that run other commands in some context
14747 different than the current one: a modified environment, as a different
14748 user, etc.
14749
14750 @menu
14751 * chroot invocation::           Modify the root directory.
14752 * env invocation::              Modify environment variables.
14753 * nice invocation::             Modify niceness.
14754 * nohup invocation::            Immunize to hangups.
14755 * stdbuf invocation::           Modify buffering of standard streams.
14756 * su invocation::               Modify user and group ID.
14757 * timeout invocation::          Run with time limit.
14758 @end menu
14759
14760
14761 @node chroot invocation
14762 @section @command{chroot}: Run a command with a different root directory
14763
14764 @pindex chroot
14765 @cindex running a program in a specified root directory
14766 @cindex root directory, running a program in a specified
14767
14768 @command{chroot} runs a command with a specified root directory.
14769 On many systems, only the super-user can do this.@footnote{However,
14770 some systems (e.g., FreeBSD) can be configured to allow certain regular
14771 users to use the @code{chroot} system call, and hence to run this program.
14772 Also, on Cygwin, anyone can run the @command{chroot} command, because the
14773 underlying function is non-privileged due to lack of support in MS-Windows.}
14774 Synopses:
14775
14776 @example
14777 chroot @var{option} @var{newroot} [@var{command} [@var{args}]@dots{}]
14778 chroot @var{option}
14779 @end example
14780
14781 Ordinarily, file names are looked up starting at the root of the
14782 directory structure, i.e., @file{/}.  @command{chroot} changes the root to
14783 the directory @var{newroot} (which must exist) and then runs
14784 @var{command} with optional @var{args}.  If @var{command} is not
14785 specified, the default is the value of the @env{SHELL} environment
14786 variable or @command{/bin/sh} if not set, invoked with the @option{-i} option.
14787 @var{command} must not be a special built-in utility
14788 (@pxref{Special built-in utilities}).
14789
14790 The program accepts the following options.  Also see @ref{Common options}.
14791 Options must precede operands.
14792
14793 @table @samp
14794
14795 @itemx --userspec=@var{user}[:@var{group}]
14796 @opindex --userspec
14797 By default, @var{command} is run with the same credentials
14798 as the invoking process.
14799 Use this option to run it as a different @var{user} and/or with a
14800 different primary @var{group}.
14801
14802 @itemx --groups=@var{groups}
14803 @opindex --groups
14804 Use this option to specify the supplementary @var{groups} to be
14805 used by the new process.
14806 The items in the list (names or numeric IDs) must be separated by commas.
14807
14808 @end table
14809
14810 Here are a few tips to help avoid common problems in using chroot.
14811 To start with a simple example, make @var{command} refer to a statically
14812 linked binary.  If you were to use a dynamically linked executable, then
14813 you'd have to arrange to have the shared libraries in the right place under
14814 your new root directory.
14815
14816 For example, if you create a statically linked @command{ls} executable,
14817 and put it in @file{/tmp/empty}, you can run this command as root:
14818
14819 @example
14820 $ chroot /tmp/empty /ls -Rl /
14821 @end example
14822
14823 Then you'll see output like this:
14824
14825 @example
14826 /:
14827 total 1023
14828 -rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
14829 @end example
14830
14831 If you want to use a dynamically linked executable, say @command{bash},
14832 then first run @samp{ldd bash} to see what shared objects it needs.
14833 Then, in addition to copying the actual binary, also copy the listed
14834 files to the required positions under your intended new root directory.
14835 Finally, if the executable requires any other files (e.g., data, state,
14836 device files), copy them into place, too.
14837
14838 @cindex exit status of @command{chroot}
14839 Exit status:
14840
14841 @display
14842 125 if @command{chroot} itself fails
14843 126 if @var{command} is found but cannot be invoked
14844 127 if @var{command} cannot be found
14845 the exit status of @var{command} otherwise
14846 @end display
14847
14848
14849 @node env invocation
14850 @section @command{env}: Run a command in a modified environment
14851
14852 @pindex env
14853 @cindex environment, running a program in a modified
14854 @cindex modified environment, running a program in a
14855 @cindex running a program in a modified environment
14856
14857 @command{env} runs a command with a modified environment.  Synopses:
14858
14859 @example
14860 env [@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
14861 [@var{command} [@var{args}]@dots{}]
14862 env
14863 @end example
14864
14865 Operands of the form @samp{@var{variable}=@var{value}} set
14866 the environment variable @var{variable} to value @var{value}.
14867 @var{value} may be empty (@samp{@var{variable}=}).  Setting a variable
14868 to an empty value is different from unsetting it.
14869 These operands are evaluated left-to-right, so if two operands
14870 mention the same variable the earlier is ignored.
14871
14872 Environment variable names can be empty, and can contain any
14873 characters other than @samp{=} and @acronym{ASCII} @sc{nul}.
14874 However, it is wise to limit yourself to names that
14875 consist solely of underscores, digits, and @acronym{ASCII} letters,
14876 and that begin with a non-digit, as applications like the shell do not
14877 work well with other names.
14878
14879 @vindex PATH
14880 The first operand that does not contain the character @samp{=}
14881 specifies the program to invoke; it is
14882 searched for according to the @env{PATH} environment variable.  Any
14883 remaining arguments are passed as arguments to that program.
14884 The program should not be a special built-in utility
14885 (@pxref{Special built-in utilities}).
14886
14887 Modifications to @env{PATH} take effect prior to searching for
14888 @var{command}.  Use caution when reducing @env{PATH}; behavior is
14889 not portable when @env{PATH} is undefined or omits key directories
14890 such as @file{/bin}.
14891
14892 In the rare case that a utility contains a @samp{=} in the name, the
14893 only way to disambiguate it from a variable assignment is to use an
14894 intermediate command for @var{command}, and pass the problematic
14895 program name via @var{args}.  For example, if @file{./prog=} is an
14896 executable in the current @env{PATH}:
14897
14898 @example
14899 env prog= true # runs 'true', with prog= in environment
14900 env ./prog= true # runs 'true', with ./prog= in environment
14901 env -- prog= true # runs 'true', with prog= in environment
14902 env sh -c '\prog= true' # runs 'prog=' with argument 'true'
14903 env sh -c 'exec "$@@"' sh prog= true # also runs 'prog='
14904 @end example
14905
14906 @cindex environment, printing
14907
14908 If no command name is specified following the environment
14909 specifications, the resulting environment is printed.  This is like
14910 specifying the @command{printenv} program.
14911
14912 For some examples, suppose the environment passed to @command{env}
14913 contains @samp{LOGNAME=rms}, @samp{EDITOR=emacs}, and
14914 @samp{PATH=.:/gnubin:/hacks}:
14915
14916 @itemize @bullet
14917
14918 @item
14919 Output the current environment.
14920 @example
14921 $ env | LC_ALL=C sort
14922 EDITOR=emacs
14923 LOGNAME=rms
14924 PATH=.:/gnubin:/hacks
14925 @end example
14926
14927 @item
14928 Run @command{foo} with a reduced environment, preserving only the
14929 original @env{PATH} to avoid problems in locating @command{foo}.
14930 @example
14931 env - PATH="$PATH" foo
14932 @end example
14933
14934 @item
14935 Run @command{foo} with the environment containing @samp{LOGNAME=rms},
14936 @samp{EDITOR=emacs}, and @samp{PATH=.:/gnubin:/hacks}, and guarantees
14937 that @command{foo} was found in the file system rather than as a shell
14938 built-in.
14939 @example
14940 env foo
14941 @end example
14942
14943 @item
14944 Run @command{nemacs} with the environment containing @samp{LOGNAME=foo},
14945 @samp{EDITOR=emacs}, @samp{PATH=.:/gnubin:/hacks}, and
14946 @samp{DISPLAY=gnu:0}.
14947 @example
14948 env DISPLAY=gnu:0 LOGNAME=foo nemacs
14949 @end example
14950
14951 @item
14952 Attempt to run the program @command{/energy/--} (as that is the only
14953 possible path search result); if the command exists, the environment
14954 will contain @samp{LOGNAME=rms} and @samp{PATH=/energy}, and the
14955 arguments will be @samp{e=mc2}, @samp{bar}, and @samp{baz}.
14956 @example
14957 env -u EDITOR PATH=/energy -- e=mc2 bar baz
14958 @end example
14959
14960 @end itemize
14961
14962
14963 The program accepts the following options.  Also see @ref{Common options}.
14964 Options must precede operands.
14965
14966 @table @samp
14967
14968 @optNull{env}
14969
14970 @item -u @var{name}
14971 @itemx --unset=@var{name}
14972 @opindex -u
14973 @opindex --unset
14974 Remove variable @var{name} from the environment, if it was in the
14975 environment.
14976
14977 @item -
14978 @itemx -i
14979 @itemx --ignore-environment
14980 @opindex -
14981 @opindex -i
14982 @opindex --ignore-environment
14983 Start with an empty environment, ignoring the inherited environment.
14984
14985 @end table
14986
14987 @cindex exit status of @command{env}
14988 Exit status:
14989
14990 @display
14991 0   if no @var{command} is specified and the environment is output
14992 125 if @command{env} itself fails
14993 126 if @var{command} is found but cannot be invoked
14994 127 if @var{command} cannot be found
14995 the exit status of @var{command} otherwise
14996 @end display
14997
14998
14999 @node nice invocation
15000 @section @command{nice}: Run a command with modified niceness
15001
15002 @pindex nice
15003 @cindex niceness
15004 @cindex scheduling, affecting
15005 @cindex appropriate privileges
15006
15007 @command{nice} prints or modifies a process's @dfn{niceness},
15008 a parameter that affects whether the process is scheduled favorably.
15009 Synopsis:
15010
15011 @example
15012 nice [@var{option}]@dots{} [@var{command} [@var{arg}]@dots{}]
15013 @end example
15014
15015 If no arguments are given, @command{nice} prints the current niceness.
15016 Otherwise, @command{nice} runs the given @var{command} with its
15017 niceness adjusted.  By default, its niceness is incremented by 10.
15018
15019 Niceness values range at least from @minus{}20 (process has high priority
15020 and gets more resources, thus slowing down other processes) through 19
15021 (process has lower priority and runs slowly itself, but has less impact
15022 on the speed of other running processes).  Some systems
15023 may have a wider range of nicenesses; conversely, other systems may
15024 enforce more restrictive limits.  An attempt to set the niceness
15025 outside the supported range is treated as an attempt to use the
15026 minimum or maximum supported value.
15027
15028 A niceness should not be confused with a scheduling priority, which
15029 lets applications determine the order in which threads are scheduled
15030 to run.  Unlike a priority, a niceness is merely advice to the
15031 scheduler, which the scheduler is free to ignore.  Also, as a point of
15032 terminology, @acronym{POSIX} defines the behavior of @command{nice} in
15033 terms of a @dfn{nice value}, which is the nonnegative difference
15034 between a niceness and the minimum niceness.  Though @command{nice}
15035 conforms to @acronym{POSIX}, its documentation and diagnostics use the
15036 term ``niceness'' for compatibility with historical practice.
15037
15038 @var{command} must not be a special built-in utility (@pxref{Special
15039 built-in utilities}).
15040
15041 @mayConflictWithShellBuiltIn{nice}
15042
15043 The program accepts the following option.  Also see @ref{Common options}.
15044 Options must precede operands.
15045
15046 @table @samp
15047 @item -n @var{adjustment}
15048 @itemx --adjustment=@var{adjustment}
15049 @opindex -n
15050 @opindex --adjustment
15051 Add @var{adjustment} instead of 10 to the command's niceness.  If
15052 @var{adjustment} is negative and you lack appropriate privileges,
15053 @command{nice} issues a warning but otherwise acts as if you specified
15054 a zero adjustment.
15055
15056 For compatibility @command{nice} also supports an obsolete
15057 option syntax @option{-@var{adjustment}}.  New scripts should use
15058 @option{-n @var{adjustment}} instead.
15059
15060 @end table
15061
15062 @cindex exit status of @command{nice}
15063 Exit status:
15064
15065 @display
15066 0   if no @var{command} is specified and the niceness is output
15067 125 if @command{nice} itself fails
15068 126 if @var{command} is found but cannot be invoked
15069 127 if @var{command} cannot be found
15070 the exit status of @var{command} otherwise
15071 @end display
15072
15073 It is sometimes useful to run a non-interactive program with reduced niceness.
15074
15075 @example
15076 $ nice factor 4611686018427387903
15077 @end example
15078
15079 Since @command{nice} prints the current niceness,
15080 you can invoke it through itself to demonstrate how it works.
15081
15082 The default behavior is to increase the niceness by @samp{10}:
15083
15084 @example
15085 $ nice
15086 0
15087 $ nice nice
15088 10
15089 $ nice -n 10 nice
15090 10
15091 @end example
15092
15093 The @var{adjustment} is relative to the current niceness.  In the
15094 next example, the first @command{nice} invocation runs the second one
15095 with niceness 10, and it in turn runs the final one with a niceness
15096 that is 3 more:
15097
15098 @example
15099 $ nice nice -n 3 nice
15100 13
15101 @end example
15102
15103 Specifying a niceness larger than the supported range
15104 is the same as specifying the maximum supported value:
15105
15106 @example
15107 $ nice -n 10000000000 nice
15108 19
15109 @end example
15110
15111 Only a privileged user may run a process with lower niceness:
15112
15113 @example
15114 $ nice -n -1 nice
15115 nice: cannot set niceness: Permission denied
15116 0
15117 $ sudo nice -n -1 nice
15118 -1
15119 @end example
15120
15121
15122 @node nohup invocation
15123 @section @command{nohup}: Run a command immune to hangups
15124
15125 @pindex nohup
15126 @cindex hangups, immunity to
15127 @cindex immunity to hangups
15128 @cindex logging out and continuing to run
15129
15130 @flindex nohup.out
15131 @command{nohup} runs the given @var{command} with hangup signals ignored,
15132 so that the command can continue running in the background after you log
15133 out.  Synopsis:
15134
15135 @example
15136 nohup @var{command} [@var{arg}]@dots{}
15137 @end example
15138
15139 If standard input is a terminal, it is redirected from
15140 @file{/dev/null} so that terminal sessions do not mistakenly consider
15141 the terminal to be used by the command.  This is a @acronym{GNU}
15142 extension; programs intended to be portable to non-@acronym{GNU} hosts
15143 should use @samp{nohup @var{command} [@var{arg}]@dots{} </dev/null}
15144 instead.
15145
15146 @flindex nohup.out
15147 If standard output is a terminal, the command's standard output is appended
15148 to the file @file{nohup.out}; if that cannot be written to, it is appended
15149 to the file @file{$HOME/nohup.out}; and if that cannot be written to, the
15150 command is not run.
15151 Any @file{nohup.out} or @file{$HOME/nohup.out} file created by
15152 @command{nohup} is made readable and writable only to the user,
15153 regardless of the current umask settings.
15154
15155 If standard error is a terminal, it is normally redirected to the same file
15156 descriptor as the (possibly-redirected) standard output.
15157 However, if standard output is closed, standard error terminal output
15158 is instead appended to the file @file{nohup.out} or
15159 @file{$HOME/nohup.out} as above.
15160
15161 To capture the command's output to a file other than @file{nohup.out}
15162 you can redirect it.  For example, to capture the output of
15163 @command{make}:
15164
15165 @example
15166 nohup make > make.log
15167 @end example
15168
15169 @command{nohup} does not automatically put the command it runs in the
15170 background; you must do that explicitly, by ending the command line
15171 with an @samp{&}.  Also, @command{nohup} does not alter the
15172 niceness of @var{command}; use @command{nice} for that,
15173 e.g., @samp{nohup nice @var{command}}.
15174
15175 @var{command} must not be a special built-in utility (@pxref{Special
15176 built-in utilities}).
15177
15178 The only options are @option{--help} and @option{--version}.  @xref{Common
15179 options}.  Options must precede operands.
15180
15181 @cindex exit status of @command{nohup}
15182 Exit status:
15183
15184 @display
15185 125 if @command{nohup} itself fails, and @env{POSIXLY_CORRECT} is not set
15186 126 if @var{command} is found but cannot be invoked
15187 127 if @var{command} cannot be found
15188 the exit status of @var{command} otherwise
15189 @end display
15190
15191 If @env{POSIXLY_CORRECT} is set, internal failures give status 127
15192 instead of 125.
15193
15194
15195 @node stdbuf invocation
15196 @section @command{stdbuf}: Run a command with modified I/O stream buffering
15197
15198 @pindex stdbuf
15199 @cindex standard streams, buffering
15200 @cindex line buffered
15201
15202 @command{stdbuf} allows one to modify the buffering operations of the
15203 three standard I/O streams associated with a program.  Synopsis:
15204
15205 @example
15206 stdbuf @var{option}@dots{} @var{command}
15207 @end example
15208
15209 Any additional @var{arg}s are passed as additional arguments to the
15210 @var{command}.
15211
15212 The program accepts the following options.  Also see @ref{Common options}.
15213
15214 @table @samp
15215
15216 @item -i @var{mode}
15217 @itemx --input=@var{mode}
15218 @opindex -i
15219 @opindex --input
15220 Adjust the standard input stream buffering.
15221
15222 @item -o @var{mode}
15223 @itemx --output=@var{mode}
15224 @opindex -o
15225 @opindex --output
15226 Adjust the standard output stream buffering.
15227
15228 @item -e @var{mode}
15229 @itemx --error=@var{mode}
15230 @opindex -e
15231 @opindex --error
15232 Adjust the standard error stream buffering.
15233
15234 @end table
15235
15236 The @var{mode} can be specified as follows:
15237
15238 @table @samp
15239
15240 @item L
15241 Set the stream to line buffered mode.
15242 In this mode data is coalesced until a newline is output or
15243 input is read from any stream attached to a terminal device.
15244 This option is invalid with standard input.
15245
15246 @item 0
15247 Disable buffering of the selected stream.
15248 In this mode data is output immediately and only the
15249 amount of data requested is read from input.
15250
15251 @item @var{size}
15252 Specify the size of the buffer to use in fully buffered mode.
15253 @multiplierSuffixesNoBlocks{size}
15254
15255 @end table
15256
15257 NOTE: If @var{command} adjusts the buffering of its standard streams
15258 (@command{tee} does for e.g.) then that will override corresponding settings
15259 changed by @command{stdbuf}.  Also some filters (like @command{dd} and
15260 @command{cat} etc.) don't use streams for I/O, and are thus unaffected
15261 by @command{stdbuf} settings.
15262
15263 @cindex exit status of @command{stdbuf}
15264 Exit status:
15265
15266 @display
15267 125 if @command{stdbuf} itself fails
15268 126 if @var{command} is found but cannot be invoked
15269 127 if @var{command} cannot be found
15270 the exit status of @var{command} otherwise
15271 @end display
15272
15273
15274 @node su invocation
15275 @section @command{su}: Run a command with substitute user and group ID
15276
15277 @pindex su
15278 @cindex substitute user and group IDs
15279 @cindex user ID, switching
15280 @cindex super-user, becoming
15281 @cindex root, becoming
15282
15283 @command{su} allows one user to temporarily become another user.  It runs a
15284 command (often an interactive shell) with the real and effective user
15285 ID, group ID, and supplemental groups of a given @var{user}.  Synopsis:
15286
15287 @example
15288 su [@var{option}]@dots{} [@var{user} [@var{arg}]@dots{}]
15289 @end example
15290
15291 @cindex passwd entry, and @command{su} shell
15292 @flindex /bin/sh
15293 @flindex /etc/passwd
15294 If no @var{user} is given, the default is @code{root}, the super-user.
15295 The shell to use is taken from @var{user}'s @code{passwd} entry, or
15296 @file{/bin/sh} if none is specified there.  If @var{user} has a
15297 password, @command{su} prompts for the password unless run by a user with
15298 effective user ID of zero (the super-user).
15299
15300 @vindex HOME
15301 @vindex SHELL
15302 @vindex USER
15303 @vindex LOGNAME
15304 @cindex login shell
15305 By default, @command{su} does not change the current directory.
15306 It sets the environment variables @env{HOME} and @env{SHELL}
15307 from the password entry for @var{user}, and if @var{user} is not
15308 the super-user, sets @env{USER} and @env{LOGNAME} to @var{user}.
15309 By default, the shell is not a login shell.
15310
15311 Any additional @var{arg}s are passed as additional arguments to the
15312 shell.
15313
15314 @cindex @option{-su}
15315 GNU @command{su} does not treat @file{/bin/sh} or any other shells specially
15316 (e.g., by setting @code{argv[0]} to @option{-su}, passing @option{-c} only
15317 to certain shells, etc.).
15318
15319 @findex syslog
15320 @command{su} can optionally be compiled to use @code{syslog} to report
15321 failed, and optionally successful, @command{su} attempts.  (If the system
15322 supports @code{syslog}.)  However, GNU @command{su} does not check if the
15323 user is a member of the @code{wheel} group; see below.
15324
15325 The program accepts the following options.  Also see @ref{Common options}.
15326
15327 @table @samp
15328 @item -c @var{command}
15329 @itemx --command=@var{command}
15330 @opindex -c
15331 @opindex --command
15332 Pass @var{command}, a single command line to run, to the shell with
15333 a @option{-c} option instead of starting an interactive shell.
15334
15335 @item -f
15336 @itemx --fast
15337 @opindex -f
15338 @opindex --fast
15339 @flindex .cshrc
15340 @cindex file name pattern expansion, disabled
15341 @cindex globbing, disabled
15342 Pass the @option{-f} option to the shell.  This probably only makes sense
15343 if the shell run is @command{csh} or @command{tcsh}, for which the @option{-f}
15344 option prevents reading the startup file (@file{.cshrc}).  With
15345 Bourne-like shells, the @option{-f} option disables file name pattern
15346 expansion (globbing), which is not likely to be useful.
15347
15348 @item -
15349 @itemx -l
15350 @itemx --login
15351 @opindex -
15352 @opindex -l
15353 @opindex --login
15354 @c other variables already indexed above
15355 @vindex TERM
15356 @vindex PATH
15357 @cindex login shell, creating
15358 Make the shell a login shell.  This means the following.  Unset all
15359 environment variables except @env{TERM}, @env{HOME}, and @env{SHELL}
15360 (which are set as described above), and @env{USER} and @env{LOGNAME}
15361 (which are set, even for the super-user, as described above), and set
15362 @env{PATH} to a compiled-in default value.  Change to @var{user}'s home
15363 directory.  Prepend @samp{-} to the shell's name, intended to make it
15364 read its login startup file(s).
15365
15366 @item -m
15367 @itemx -p
15368 @itemx --preserve-environment
15369 @opindex -m
15370 @opindex -p
15371 @opindex --preserve-environment
15372 @cindex environment, preserving
15373 @flindex /etc/shells
15374 @cindex restricted shell
15375 Do not change the environment variables @env{HOME}, @env{USER},
15376 @env{LOGNAME}, or @env{SHELL}.  Run the shell given in the environment
15377 variable @env{SHELL} instead of the shell from @var{user}'s passwd
15378 entry, unless the user running @command{su} is not the super-user and
15379 @var{user}'s shell is restricted.  A @dfn{restricted shell} is one that
15380 is not listed in the file @file{/etc/shells}, or in a compiled-in list
15381 if that file does not exist.  Parts of what this option does can be
15382 overridden by @option{--login} and @option{--shell}.
15383
15384 @item -s @var{shell}
15385 @itemx --shell=@var{shell}
15386 @opindex -s
15387 @opindex --shell
15388 Run @var{shell} instead of the shell from @var{user}'s passwd entry,
15389 unless the user running @command{su} is not the super-user and @var{user}'s
15390 shell is restricted (see @option{-m} just above).
15391
15392 @end table
15393
15394 @cindex exit status of @command{su}
15395 Exit status:
15396
15397 @display
15398 125 if @command{su} itself fails
15399 126 if subshell is found but cannot be invoked
15400 127 if subshell cannot be found
15401 the exit status of the subshell otherwise
15402 @end display
15403
15404 @cindex wheel group, not supported
15405 @cindex group wheel, not supported
15406 @cindex fascism
15407 @subsection Why GNU @command{su} does not support the @samp{wheel} group
15408
15409 (This section is by Richard Stallman.)
15410
15411 @cindex Twenex
15412 @cindex MIT AI lab
15413 Sometimes a few of the users try to hold total power over all the
15414 rest.  For example, in 1984, a few users at the MIT AI lab decided to
15415 seize power by changing the operator password on the Twenex system and
15416 keeping it secret from everyone else.  (I was able to thwart this coup
15417 and give power back to the users by patching the kernel, but I
15418 wouldn't know how to do that in Unix.)
15419
15420 However, occasionally the rulers do tell someone.  Under the usual
15421 @command{su} mechanism, once someone learns the root password who
15422 sympathizes with the ordinary users, he or she can tell the rest.  The
15423 ``wheel group'' feature would make this impossible, and thus cement the
15424 power of the rulers.
15425
15426 I'm on the side of the masses, not that of the rulers.  If you are
15427 used to supporting the bosses and sysadmins in whatever they do, you
15428 might find this idea strange at first.
15429
15430
15431 @node timeout invocation
15432 @section @command{timeout}: Run a command with a time limit
15433
15434 @pindex timeout
15435 @cindex time limit
15436 @cindex run commands with bounded time
15437
15438 @command{timeout} runs the given @var{command} and kills it if it is
15439 still running after the specified time interval.  Synopsis:
15440
15441 @example
15442 timeout [@var{option}] @var{duration} @var{command} [@var{arg}]@dots{}
15443 @end example
15444
15445 @var{command} must not be a special built-in utility (@pxref{Special
15446 built-in utilities}).
15447
15448 The program accepts the following options.  Also see @ref{Common options}.
15449 Options must precede operands.
15450
15451 @table @samp
15452 @item -k @var{duration}
15453 @itemx --kill-after=@var{duration}
15454 @opindex -k
15455 @opindex --kill-after
15456 Ensure the monitored @var{command} is killed by also sending a @samp{KILL}
15457 signal, after the specified @var{duration}.  Without this option, if the
15458 selected signal proves not to be fatal, @command{timeout} does not kill
15459 the @var{command}.
15460
15461 @item -s @var{signal}
15462 @itemx --signal=@var{signal}
15463 @opindex -s
15464 @opindex --signal
15465 Send this @var{signal} to @var{command} on timeout, rather than the
15466 default @samp{TERM} signal. @var{signal} may be a name like @samp{HUP}
15467 or a number. Also see @xref{Signal specifications}.
15468 @end table
15469
15470 @cindex time units
15471 @var{duration} is an integer followed by an optional unit:
15472 @display
15473 @samp{s} for seconds (the default)
15474 @samp{m} for minutes
15475 @samp{h} for hours
15476 @samp{d} for days
15477 @end display
15478 A duration of 0 disables the associated timeout.
15479
15480 @cindex exit status of @command{timeout}
15481 Exit status:
15482
15483 @display
15484 124 if @var{command} times out
15485 125 if @command{timeout} itself fails
15486 126 if @var{command} is found but cannot be invoked
15487 127 if @var{command} cannot be found
15488 the exit status of @var{command} otherwise
15489 @end display
15490
15491
15492 @node Process control
15493 @chapter Process control
15494
15495 @cindex processes, commands for controlling
15496 @cindex commands for controlling processes
15497
15498 @menu
15499 * kill invocation::             Sending a signal to processes.
15500 @end menu
15501
15502
15503 @node kill invocation
15504 @section @command{kill}: Send a signal to processes
15505
15506 @pindex kill
15507 @cindex send a signal to processes
15508
15509 The @command{kill} command sends a signal to processes, causing them
15510 to terminate or otherwise act upon receiving the signal in some way.
15511 Alternatively, it lists information about signals.  Synopses:
15512
15513 @example
15514 kill [-s @var{signal} | --signal @var{signal} | -@var{signal}] @var{pid}@dots{}
15515 kill [-l | --list | -t | --table] [@var{signal}]@dots{}
15516 @end example
15517
15518 @mayConflictWithShellBuiltIn{kill}
15519
15520 The first form of the @command{kill} command sends a signal to all
15521 @var{pid} arguments.  The default signal to send if none is specified
15522 is @samp{TERM}.  The special signal number @samp{0} does not denote a
15523 valid signal, but can be used to test whether the @var{pid} arguments
15524 specify processes to which a signal could be sent.
15525
15526 If @var{pid} is positive, the signal is sent to the process with the
15527 process ID @var{pid}.  If @var{pid} is zero, the signal is sent to all
15528 processes in the process group of the current process.  If @var{pid}
15529 is @minus{}1, the signal is sent to all processes for which the user has
15530 permission to send a signal.  If @var{pid} is less than @minus{}1, the signal
15531 is sent to all processes in the process group that equals the absolute
15532 value of @var{pid}.
15533
15534 If @var{pid} is not positive, a system-dependent set of system
15535 processes is excluded from the list of processes to which the signal
15536 is sent.
15537
15538 If a negative @var{pid} argument is desired as the first one, it
15539 should be preceded by @option{--}.  However, as a common extension to
15540 @acronym{POSIX}, @option{--} is not required with @samp{kill
15541 -@var{signal} -@var{pid}}.  The following commands are equivalent:
15542
15543 @example
15544 kill -15 -1
15545 kill -TERM -1
15546 kill -s TERM -- -1
15547 kill -- -1
15548 @end example
15549
15550 The first form of the @command{kill} command succeeds if every @var{pid}
15551 argument specifies at least one process that the signal was sent to.
15552
15553 The second form of the @command{kill} command lists signal information.
15554 Either the @option{-l} or @option{--list} option, or the @option{-t}
15555 or @option{--table} option must be specified.  Without any
15556 @var{signal} argument, all supported signals are listed.  The output
15557 of @option{-l} or @option{--list} is a list of the signal names, one
15558 per line; if @var{signal} is already a name, the signal number is
15559 printed instead.  The output of @option{-t} or @option{--table} is a
15560 table of signal numbers, names, and descriptions.  This form of the
15561 @command{kill} command succeeds if all @var{signal} arguments are valid
15562 and if there is no output error.
15563
15564 The @command{kill} command also supports the @option{--help} and
15565 @option{--version} options.  @xref{Common options}.
15566
15567 A @var{signal} may be a signal name like @samp{HUP}, or a signal
15568 number like @samp{1}, or an exit status of a process terminated by the
15569 signal.  A signal name can be given in canonical form or prefixed by
15570 @samp{SIG}.  The case of the letters is ignored, except for the
15571 @option{-@var{signal}} option which must use upper case to avoid
15572 ambiguity with lower case option letters.  For a list of supported
15573 signal names and numbers see @xref{Signal specifications}.
15574
15575 @node Delaying
15576 @chapter Delaying
15577
15578 @cindex delaying commands
15579 @cindex commands for delaying
15580
15581 @c Perhaps @command{wait} or other commands should be described here also?
15582
15583 @menu
15584 * sleep invocation::            Delay for a specified time.
15585 @end menu
15586
15587
15588 @node sleep invocation
15589 @section @command{sleep}: Delay for a specified time
15590
15591 @pindex sleep
15592 @cindex delay for a specified time
15593
15594 @command{sleep} pauses for an amount of time specified by the sum of
15595 the values of the command line arguments.
15596 Synopsis:
15597
15598 @example
15599 sleep @var{number}[smhd]@dots{}
15600 @end example
15601
15602 @cindex time units
15603 Each argument is a number followed by an optional unit; the default
15604 is seconds.  The units are:
15605
15606 @table @samp
15607 @item s
15608 seconds
15609 @item m
15610 minutes
15611 @item h
15612 hours
15613 @item d
15614 days
15615 @end table
15616
15617 Historical implementations of @command{sleep} have required that
15618 @var{number} be an integer, and only accepted a single argument
15619 without a suffix.  However, GNU @command{sleep} accepts
15620 arbitrary floating point numbers (using a period before any fractional
15621 digits).
15622
15623 The only options are @option{--help} and @option{--version}.  @xref{Common
15624 options}.
15625
15626 @c sleep is a shell built-in at least with Solaris 11's /bin/sh
15627 @mayConflictWithShellBuiltIn{sleep}
15628
15629 @exitstatus
15630
15631
15632 @node Numeric operations
15633 @chapter Numeric operations
15634
15635 @cindex numeric operations
15636 These programs do numerically-related operations.
15637
15638 @menu
15639 * factor invocation::              Show factors of numbers.
15640 * seq invocation::                 Print sequences of numbers.
15641 @end menu
15642
15643
15644 @node factor invocation
15645 @section @command{factor}: Print prime factors
15646
15647 @pindex factor
15648 @cindex prime factors
15649
15650 @command{factor} prints prime factors.  Synopses:
15651
15652 @example
15653 factor [@var{number}]@dots{}
15654 factor @var{option}
15655 @end example
15656
15657 If no @var{number} is specified on the command line, @command{factor} reads
15658 numbers from standard input, delimited by newlines, tabs, or spaces.
15659
15660 The @command{factor} command supports only a small number of options:
15661
15662 @table @samp
15663 @item --help
15664 Print a short help on standard output, then exit without further
15665 processing.
15666
15667 @item --version
15668 Print the program version on standard output, then exit without further
15669 processing.
15670 @end table
15671
15672 Factoring the product of the eighth and ninth Mersenne primes
15673 takes about 30 milliseconds of CPU time on a 2.2 GHz Athlon.
15674
15675 @example
15676 M8=`echo 2^31-1|bc` ; M9=`echo 2^61-1|bc`
15677 /usr/bin/time -f '%U' factor $(echo "$M8 * $M9" | bc)
15678 4951760154835678088235319297: 2147483647 2305843009213693951
15679 0.03
15680 @end example
15681
15682 Similarly, factoring the eighth Fermat number @math{2^{256}+1} takes
15683 about 20 seconds on the same machine.
15684
15685 Factoring large numbers is, in general, hard.  The Pollard Rho
15686 algorithm used by @command{factor} is particularly effective for
15687 numbers with relatively small factors.  If you wish to factor large
15688 numbers which do not have small factors (for example, numbers which
15689 are the product of two large primes), other methods are far better.
15690
15691 If @command{factor} is built without using GNU MP, only
15692 single-precision arithmetic is available, and so large numbers
15693 (typically @math{2^{64}} and above) will not be supported.  The single-precision
15694 code uses an algorithm which is designed for factoring smaller
15695 numbers.
15696
15697 @exitstatus
15698
15699
15700 @node seq invocation
15701 @section @command{seq}: Print numeric sequences
15702
15703 @pindex seq
15704 @cindex numeric sequences
15705 @cindex sequence of numbers
15706
15707 @command{seq} prints a sequence of numbers to standard output.  Synopses:
15708
15709 @example
15710 seq [@var{option}]@dots{} @var{last}
15711 seq [@var{option}]@dots{} @var{first} @var{last}
15712 seq [@var{option}]@dots{} @var{first} @var{increment} @var{last}
15713 @end example
15714
15715 @command{seq} prints the numbers from @var{first} to @var{last} by
15716 @var{increment}.  By default, each number is printed on a separate line.
15717 When @var{increment} is not specified, it defaults to @samp{1},
15718 even when @var{first} is larger than @var{last}.
15719 @var{first} also defaults to @samp{1}.  So @code{seq 1} prints
15720 @samp{1}, but @code{seq 0} and @code{seq 10 5} produce no output.
15721 Floating-point numbers
15722 may be specified (using a period before any fractional digits).
15723
15724 The program accepts the following options.  Also see @ref{Common options}.
15725 Options must precede operands.
15726
15727 @table @samp
15728 @item -f @var{format}
15729 @itemx --format=@var{format}
15730 @opindex -f @var{format}
15731 @opindex --format=@var{format}
15732 @cindex formatting of numbers in @command{seq}
15733 Print all numbers using @var{format}.
15734 @var{format} must contain exactly one of the @samp{printf}-style
15735 floating point conversion specifications @samp{%a}, @samp{%e},
15736 @samp{%f}, @samp{%g}, @samp{%A}, @samp{%E}, @samp{%F}, @samp{%G}.
15737 The @samp{%} may be followed by zero or more flags taken from the set
15738 @samp{-+#0 '}, then an optional width containing one or more digits,
15739 then an optional precision consisting of a @samp{.} followed by zero
15740 or more digits.  @var{format} may also contain any number of @samp{%%}
15741 conversion specifications.  All conversion specifications have the
15742 same meaning as with @samp{printf}.
15743
15744 The default format is derived from @var{first}, @var{step}, and
15745 @var{last}.  If these all use a fixed point decimal representation,
15746 the default format is @samp{%.@var{p}f}, where @var{p} is the minimum
15747 precision that can represent the output numbers exactly.  Otherwise,
15748 the default format is @samp{%g}.
15749
15750 @item -s @var{string}
15751 @itemx --separator=@var{string}
15752 @cindex separator for numbers in @command{seq}
15753 Separate numbers with @var{string}; default is a newline.
15754 The output always terminates with a newline.
15755
15756 @item -w
15757 @itemx --equal-width
15758 Print all numbers with the same width, by padding with leading zeros.
15759 @var{first}, @var{step}, and @var{last} should all use a fixed point
15760 decimal representation.
15761 (To have other kinds of padding, use @option{--format}).
15762
15763 @end table
15764
15765 You can get finer-grained control over output with @option{-f}:
15766
15767 @example
15768 $ seq -f '(%9.2E)' -9e5 1.1e6 1.3e6
15769 (-9.00E+05)
15770 ( 2.00E+05)
15771 ( 1.30E+06)
15772 @end example
15773
15774 If you want hexadecimal integer output, you can use @command{printf}
15775 to perform the conversion:
15776
15777 @example
15778 $ printf '%x\n' `seq 1048575 1024 1050623`
15779 fffff
15780 1003ff
15781 1007ff
15782 @end example
15783
15784 For very long lists of numbers, use xargs to avoid
15785 system limitations on the length of an argument list:
15786
15787 @example
15788 $ seq 1000000 | xargs printf '%x\n' | tail -n 3
15789 f423e
15790 f423f
15791 f4240
15792 @end example
15793
15794 To generate octal output, use the printf @code{%o} format instead
15795 of @code{%x}.
15796
15797 On most systems, seq can produce whole-number output for values up to
15798 at least @math{2^{53}}.  Larger integers are approximated.  The details
15799 differ depending on your floating-point implementation, but a common
15800 case is that @command{seq} works with integers through @math{2^{64}},
15801 and larger integers may not be numerically correct:
15802
15803 @example
15804 $ seq 18446744073709551616 1 18446744073709551618
15805 18446744073709551616
15806 18446744073709551616
15807 18446744073709551618
15808 @end example
15809
15810 Be careful when using @command{seq} with outlandish values: otherwise
15811 you may see surprising results, as @command{seq} uses floating point
15812 internally.  For example, on the x86 platform, where the internal
15813 representation uses a 64-bit fraction, the command:
15814
15815 @example
15816 seq 1 0.0000000000000000001 1.0000000000000000009
15817 @end example
15818
15819 outputs 1.0000000000000000007 twice and skips 1.0000000000000000008.
15820
15821 @exitstatus
15822
15823
15824 @node File permissions
15825 @chapter File permissions
15826 @include perm.texi
15827
15828 @include parse-datetime.texi
15829
15830 @c              What's GNU?
15831 @c              Arnold Robbins
15832 @node Opening the software toolbox
15833 @chapter Opening the Software Toolbox
15834
15835 An earlier version of this chapter appeared in
15836 @uref{http://www.linuxjournal.com/article.php?sid=2762, the
15837 @cite{What's GNU?} column of @cite{Linux Journal}, 2 (June, 1994)}.
15838 It was written by Arnold Robbins.
15839
15840 @menu
15841 * Toolbox introduction::        Toolbox introduction
15842 * I/O redirection::             I/O redirection
15843 * The who command::             The @command{who} command
15844 * The cut command::             The @command{cut} command
15845 * The sort command::            The @command{sort} command
15846 * The uniq command::            The @command{uniq} command
15847 * Putting the tools together::  Putting the tools together
15848 @end menu
15849
15850
15851 @node Toolbox introduction
15852 @unnumberedsec Toolbox Introduction
15853
15854 This month's column is only peripherally related to the GNU Project, in
15855 that it describes a number of the GNU tools on your GNU/Linux system and how they
15856 might be used.  What it's really about is the ``Software Tools'' philosophy
15857 of program development and usage.
15858
15859 The software tools philosophy was an important and integral concept
15860 in the initial design and development of Unix (of which Linux and GNU are
15861 essentially clones).  Unfortunately, in the modern day press of
15862 Internetworking and flashy GUIs, it seems to have fallen by the
15863 wayside.  This is a shame, since it provides a powerful mental model
15864 for solving many kinds of problems.
15865
15866 Many people carry a Swiss Army knife around in their pants pockets (or
15867 purse).  A Swiss Army knife is a handy tool to have: it has several knife
15868 blades, a screwdriver, tweezers, toothpick, nail file, corkscrew, and perhaps
15869 a number of other things on it.  For the everyday, small miscellaneous jobs
15870 where you need a simple, general purpose tool, it's just the thing.
15871
15872 On the other hand, an experienced carpenter doesn't build a house using
15873 a Swiss Army knife.  Instead, he has a toolbox chock full of specialized
15874 tools---a saw, a hammer, a screwdriver, a plane, and so on.  And he knows
15875 exactly when and where to use each tool; you won't catch him hammering nails
15876 with the handle of his screwdriver.
15877
15878 The Unix developers at Bell Labs were all professional programmers and trained
15879 computer scientists.  They had found that while a one-size-fits-all program
15880 might appeal to a user because there's only one program to use, in practice
15881 such programs are
15882
15883 @enumerate a
15884 @item
15885 difficult to write,
15886
15887 @item
15888 difficult to maintain and
15889 debug, and
15890
15891 @item
15892 difficult to extend to meet new situations.
15893 @end enumerate
15894
15895 Instead, they felt that programs should be specialized tools.  In short, each
15896 program ``should do one thing well.''  No more and no less.  Such programs are
15897 simpler to design, write, and get right---they only do one thing.
15898
15899 Furthermore, they found that with the right machinery for hooking programs
15900 together, that the whole was greater than the sum of the parts.  By combining
15901 several special purpose programs, you could accomplish a specific task
15902 that none of the programs was designed for, and accomplish it much more
15903 quickly and easily than if you had to write a special purpose program.
15904 We will see some (classic) examples of this further on in the column.
15905 (An important additional point was that, if necessary, take a detour
15906 and build any software tools you may need first, if you don't already
15907 have something appropriate in the toolbox.)
15908
15909 @node I/O redirection
15910 @unnumberedsec I/O Redirection
15911
15912 Hopefully, you are familiar with the basics of I/O redirection in the
15913 shell, in particular the concepts of ``standard input,'' ``standard output,''
15914 and ``standard error''.  Briefly, ``standard input'' is a data source, where
15915 data comes from.  A program should not need to either know or care if the
15916 data source is a disk file, a keyboard, a magnetic tape, or even a punched
15917 card reader.  Similarly, ``standard output'' is a data sink, where data goes
15918 to.  The program should neither know nor care where this might be.
15919 Programs that only read their standard input, do something to the data,
15920 and then send it on, are called @dfn{filters}, by analogy to filters in a
15921 water pipeline.
15922
15923 With the Unix shell, it's very easy to set up data pipelines:
15924
15925 @smallexample
15926 program_to_create_data | filter1 | ... | filterN > final.pretty.data
15927 @end smallexample
15928
15929 We start out by creating the raw data; each filter applies some successive
15930 transformation to the data, until by the time it comes out of the pipeline,
15931 it is in the desired form.
15932
15933 This is fine and good for standard input and standard output.  Where does the
15934 standard error come in to play?  Well, think about @command{filter1} in
15935 the pipeline above.  What happens if it encounters an error in the data it
15936 sees?  If it writes an error message to standard output, it will just
15937 disappear down the pipeline into @command{filter2}'s input, and the
15938 user will probably never see it.  So programs need a place where they can send
15939 error messages so that the user will notice them.  This is standard error,
15940 and it is usually connected to your console or window, even if you have
15941 redirected standard output of your program away from your screen.
15942
15943 For filter programs to work together, the format of the data has to be
15944 agreed upon.  The most straightforward and easiest format to use is simply
15945 lines of text.  Unix data files are generally just streams of bytes, with
15946 lines delimited by the @acronym{ASCII} @sc{lf} (Line Feed) character,
15947 conventionally called a ``newline'' in the Unix literature.  (This is
15948 @code{'\n'} if you're a C programmer.)  This is the format used by all
15949 the traditional filtering programs.  (Many earlier operating systems
15950 had elaborate facilities and special purpose programs for managing
15951 binary data.  Unix has always shied away from such things, under the
15952 philosophy that it's easiest to simply be able to view and edit your
15953 data with a text editor.)
15954
15955 OK, enough introduction.  Let's take a look at some of the tools, and then
15956 we'll see how to hook them together in interesting ways.   In the following
15957 discussion, we will only present those command line options that interest
15958 us.  As you should always do, double check your system documentation
15959 for the full story.
15960
15961 @node The who command
15962 @unnumberedsec The @command{who} Command
15963
15964 The first program is the @command{who} command.  By itself, it generates a
15965 list of the users who are currently logged in.  Although I'm writing
15966 this on a single-user system, we'll pretend that several people are
15967 logged in:
15968
15969 @example
15970 $ who
15971 @print{} arnold   console Jan 22 19:57
15972 @print{} miriam   ttyp0   Jan 23 14:19(:0.0)
15973 @print{} bill     ttyp1   Jan 21 09:32(:0.0)
15974 @print{} arnold   ttyp2   Jan 23 20:48(:0.0)
15975 @end example
15976
15977 Here, the @samp{$} is the usual shell prompt, at which I typed @samp{who}.
15978 There are three people logged in, and I am logged in twice.  On traditional
15979 Unix systems, user names are never more than eight characters long.  This
15980 little bit of trivia will be useful later.  The output of @command{who} is nice,
15981 but the data is not all that exciting.
15982
15983 @node The cut command
15984 @unnumberedsec The @command{cut} Command
15985
15986 The next program we'll look at is the @command{cut} command.  This program
15987 cuts out columns or fields of input data.  For example, we can tell it
15988 to print just the login name and full name from the @file{/etc/passwd}
15989 file.  The @file{/etc/passwd} file has seven fields, separated by
15990 colons:
15991
15992 @example
15993 arnold:xyzzy:2076:10:Arnold D. Robbins:/home/arnold:/bin/bash
15994 @end example
15995
15996 To get the first and fifth fields, we would use @command{cut} like this:
15997
15998 @example
15999 $ cut -d: -f1,5 /etc/passwd
16000 @print{} root:Operator
16001 @dots{}
16002 @print{} arnold:Arnold D. Robbins
16003 @print{} miriam:Miriam A. Robbins
16004 @dots{}
16005 @end example
16006
16007 With the @option{-c} option, @command{cut} will cut out specific characters
16008 (i.e., columns) in the input lines.  This is useful for input data
16009 that has fixed width fields, and does not have a field separator.  For
16010 example, list the Monday dates for the current month:
16011
16012 @c Is using cal ok?  Looked at gcal, but I don't like it.
16013 @example
16014 $ cal | cut -c 3-5
16015 @print{}Mo
16016 @print{}
16017 @print{}  6
16018 @print{} 13
16019 @print{} 20
16020 @print{} 27
16021 @end example
16022
16023 @node The sort command
16024 @unnumberedsec The @command{sort} Command
16025
16026 Next we'll look at the @command{sort} command.  This is one of the most
16027 powerful commands on a Unix-style system; one that you will often find
16028 yourself using when setting up fancy data plumbing.
16029
16030 The @command{sort}
16031 command reads and sorts each file named on the command line.  It then
16032 merges the sorted data and writes it to standard output.  It will read
16033 standard input if no files are given on the command line (thus
16034 making it into a filter).  The sort is based on the character collating
16035 sequence or based on user-supplied ordering criteria.
16036
16037
16038 @node The uniq command
16039 @unnumberedsec The @command{uniq} Command
16040
16041 Finally (at least for now), we'll look at the @command{uniq} program.  When
16042 sorting data, you will often end up with duplicate lines, lines that
16043 are identical.  Usually, all you need is one instance of each line.
16044 This is where @command{uniq} comes in.  The @command{uniq} program reads its
16045 standard input.  It prints only one
16046 copy of each repeated line.  It does have several options.  Later on,
16047 we'll use the @option{-c} option, which prints each unique line, preceded
16048 by a count of the number of times that line occurred in the input.
16049
16050
16051 @node Putting the tools together
16052 @unnumberedsec Putting the Tools Together
16053
16054 Now, let's suppose this is a large ISP server system with dozens of users
16055 logged in.  The management wants the system administrator to write a program that will
16056 generate a sorted list of logged in users.  Furthermore, even if a user
16057 is logged in multiple times, his or her name should only show up in the
16058 output once.
16059
16060 The administrator could sit down with the system documentation and write a C
16061 program that did this.  It would take perhaps a couple of hundred lines
16062 of code and about two hours to write it, test it, and debug it.
16063 However, knowing the software toolbox, the administrator can instead start out
16064 by generating just a list of logged on users:
16065
16066 @example
16067 $ who | cut -c1-8
16068 @print{} arnold
16069 @print{} miriam
16070 @print{} bill
16071 @print{} arnold
16072 @end example
16073
16074 Next, sort the list:
16075
16076 @example
16077 $ who | cut -c1-8 | sort
16078 @print{} arnold
16079 @print{} arnold
16080 @print{} bill
16081 @print{} miriam
16082 @end example
16083
16084 Finally, run the sorted list through @command{uniq}, to weed out duplicates:
16085
16086 @example
16087 $ who | cut -c1-8 | sort | uniq
16088 @print{} arnold
16089 @print{} bill
16090 @print{} miriam
16091 @end example
16092
16093 The @command{sort} command actually has a @option{-u} option that does what
16094 @command{uniq} does.  However, @command{uniq} has other uses for which one
16095 cannot substitute @samp{sort -u}.
16096
16097 The administrator puts this pipeline into a shell script, and makes it available for
16098 all the users on the system (@samp{#} is the system administrator,
16099 or @code{root}, prompt):
16100
16101 @example
16102 # cat > /usr/local/bin/listusers
16103 who | cut -c1-8 | sort | uniq
16104 ^D
16105 # chmod +x /usr/local/bin/listusers
16106 @end example
16107
16108 There are four major points to note here.  First, with just four
16109 programs, on one command line, the administrator was able to save about two
16110 hours worth of work.  Furthermore, the shell pipeline is just about as
16111 efficient as the C program would be, and it is much more efficient in
16112 terms of programmer time.  People time is much more expensive than
16113 computer time, and in our modern ``there's never enough time to do
16114 everything'' society, saving two hours of programmer time is no mean
16115 feat.
16116
16117 Second, it is also important to emphasize that with the
16118 @emph{combination} of the tools, it is possible to do a special
16119 purpose job never imagined by the authors of the individual programs.
16120
16121 Third, it is also valuable to build up your pipeline in stages, as we did here.
16122 This allows you to view the data at each stage in the pipeline, which helps
16123 you acquire the confidence that you are indeed using these tools correctly.
16124
16125 Finally, by bundling the pipeline in a shell script, other users can use
16126 your command, without having to remember the fancy plumbing you set up for
16127 them.  In terms of how you run them, shell scripts and compiled programs are
16128 indistinguishable.
16129
16130 After the previous warm-up exercise, we'll look at two additional, more
16131 complicated pipelines.  For them, we need to introduce two more tools.
16132
16133 The first is the @command{tr} command, which stands for ``transliterate.''
16134 The @command{tr} command works on a character-by-character basis, changing
16135 characters.  Normally it is used for things like mapping upper case to
16136 lower case:
16137
16138 @example
16139 $ echo ThIs ExAmPlE HaS MIXED case! | tr '[:upper:]' '[:lower:]'
16140 @print{} this example has mixed case!
16141 @end example
16142
16143 There are several options of interest:
16144
16145 @table @code
16146 @item -c
16147 work on the complement of the listed characters, i.e.,
16148 operations apply to characters not in the given set
16149
16150 @item -d
16151 delete characters in the first set from the output
16152
16153 @item -s
16154 squeeze repeated characters in the output into just one character.
16155 @end table
16156
16157 We will be using all three options in a moment.
16158
16159 The other command we'll look at is @command{comm}.  The @command{comm}
16160 command takes two sorted input files as input data, and prints out the
16161 files' lines in three columns.  The output columns are the data lines
16162 unique to the first file, the data lines unique to the second file, and
16163 the data lines that are common to both.  The @option{-1}, @option{-2}, and
16164 @option{-3} command line options @emph{omit} the respective columns.  (This is
16165 non-intuitive and takes a little getting used to.)  For example:
16166
16167 @example
16168 $ cat f1
16169 @print{} 11111
16170 @print{} 22222
16171 @print{} 33333
16172 @print{} 44444
16173 $ cat f2
16174 @print{} 00000
16175 @print{} 22222
16176 @print{} 33333
16177 @print{} 55555
16178 $ comm f1 f2
16179 @print{}         00000
16180 @print{} 11111
16181 @print{}                 22222
16182 @print{}                 33333
16183 @print{} 44444
16184 @print{}         55555
16185 @end example
16186
16187 The file name @file{-} tells @command{comm} to read standard input
16188 instead of a regular file.
16189
16190 Now we're ready to build a fancy pipeline.  The first application is a word
16191 frequency counter.  This helps an author determine if he or she is over-using
16192 certain words.
16193
16194 The first step is to change the case of all the letters in our input file
16195 to one case.  ``The'' and ``the'' are the same word when doing counting.
16196
16197 @example
16198 $ tr '[:upper:]' '[:lower:]' < whats.gnu | ...
16199 @end example
16200
16201 The next step is to get rid of punctuation.  Quoted words and unquoted words
16202 should be treated identically; it's easiest to just get the punctuation out of
16203 the way.
16204
16205 @smallexample
16206 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' | ...
16207 @end smallexample
16208
16209 The second @command{tr} command operates on the complement of the listed
16210 characters, which are all the letters, the digits, the underscore, and
16211 the blank.  The @samp{\n} represents the newline character; it has to
16212 be left alone.  (The @acronym{ASCII} tab character should also be included for
16213 good measure in a production script.)
16214
16215 At this point, we have data consisting of words separated by blank space.
16216 The words only contain alphanumeric characters (and the underscore).  The
16217 next step is break the data apart so that we have one word per line.  This
16218 makes the counting operation much easier, as we will see shortly.
16219
16220 @smallexample
16221 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
16222 > tr -s ' ' '\n' | ...
16223 @end smallexample
16224
16225 This command turns blanks into newlines.  The @option{-s} option squeezes
16226 multiple newline characters in the output into just one.  This helps us
16227 avoid blank lines.  (The @samp{>} is the shell's ``secondary prompt.''
16228 This is what the shell prints when it notices you haven't finished
16229 typing in all of a command.)
16230
16231 We now have data consisting of one word per line, no punctuation, all one
16232 case.  We're ready to count each word:
16233
16234 @smallexample
16235 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
16236 > tr -s ' ' '\n' | sort | uniq -c | ...
16237 @end smallexample
16238
16239 At this point, the data might look something like this:
16240
16241 @example
16242      60 a
16243       2 able
16244       6 about
16245       1 above
16246       2 accomplish
16247       1 acquire
16248       1 actually
16249       2 additional
16250 @end example
16251
16252 The output is sorted by word, not by count!  What we want is the most
16253 frequently used words first.  Fortunately, this is easy to accomplish,
16254 with the help of two more @command{sort} options:
16255
16256 @table @code
16257 @item -n
16258 do a numeric sort, not a textual one
16259
16260 @item -r
16261 reverse the order of the sort
16262 @end table
16263
16264 The final pipeline looks like this:
16265
16266 @smallexample
16267 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
16268 > tr -s ' ' '\n' | sort | uniq -c | sort -n -r
16269 @print{}    156 the
16270 @print{}     60 a
16271 @print{}     58 to
16272 @print{}     51 of
16273 @print{}     51 and
16274 @dots{}
16275 @end smallexample
16276
16277 Whew!  That's a lot to digest.  Yet, the same principles apply.  With six
16278 commands, on two lines (really one long one split for convenience), we've
16279 created a program that does something interesting and useful, in much
16280 less time than we could have written a C program to do the same thing.
16281
16282 A minor modification to the above pipeline can give us a simple spelling
16283 checker!  To determine if you've spelled a word correctly, all you have to
16284 do is look it up in a dictionary.  If it is not there, then chances are
16285 that your spelling is incorrect.  So, we need a dictionary.
16286 The conventional location for a dictionary is @file{/usr/dict/words}.
16287 On my GNU/Linux system,@footnote{Redhat Linux 6.1, for the November 2000
16288 revision of this article.}
16289 this is a sorted, 45,402 word dictionary.
16290
16291 Now, how to compare our file with the dictionary?  As before, we generate
16292 a sorted list of words, one per line:
16293
16294 @smallexample
16295 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
16296 > tr -s ' ' '\n' | sort -u | ...
16297 @end smallexample
16298
16299 Now, all we need is a list of words that are @emph{not} in the
16300 dictionary.  Here is where the @command{comm} command comes in.
16301
16302 @smallexample
16303 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
16304 > tr -s ' ' '\n' | sort -u |
16305 > comm -23 - /usr/dict/words
16306 @end smallexample
16307
16308 The @option{-2} and @option{-3} options eliminate lines that are only in the
16309 dictionary (the second file), and lines that are in both files.  Lines
16310 only in the first file (standard input, our stream of words), are
16311 words that are not in the dictionary.  These are likely candidates for
16312 spelling errors.  This pipeline was the first cut at a production
16313 spelling checker on Unix.
16314
16315 There are some other tools that deserve brief mention.
16316
16317 @table @command
16318 @item grep
16319 search files for text that matches a regular expression
16320
16321 @item wc
16322 count lines, words, characters
16323
16324 @item tee
16325 a T-fitting for data pipes, copies data to files and to standard output
16326
16327 @item sed
16328 the stream editor, an advanced tool
16329
16330 @item awk
16331 a data manipulation language, another advanced tool
16332 @end table
16333
16334 The software tools philosophy also espoused the following bit of
16335 advice: ``Let someone else do the hard part.''  This means, take
16336 something that gives you most of what you need, and then massage it the
16337 rest of the way until it's in the form that you want.
16338
16339 To summarize:
16340
16341 @enumerate 1
16342 @item
16343 Each program should do one thing well.  No more, no less.
16344
16345 @item
16346 Combining programs with appropriate plumbing leads to results where
16347 the whole is greater than the sum of the parts.  It also leads to novel
16348 uses of programs that the authors might never have imagined.
16349
16350 @item
16351 Programs should never print extraneous header or trailer data, since these
16352 could get sent on down a pipeline.  (A point we didn't mention earlier.)
16353
16354 @item
16355 Let someone else do the hard part.
16356
16357 @item
16358 Know your toolbox!  Use each program appropriately.  If you don't have an
16359 appropriate tool, build one.
16360 @end enumerate
16361
16362 As of this writing, all the programs we've discussed are available via
16363 anonymous @command{ftp} from: @*
16364 @uref{ftp://gnudist.gnu.org/textutils/textutils-1.22.tar.gz}.  (There may
16365 be more recent versions available now.)
16366
16367 None of what I have presented in this column is new.  The Software Tools
16368 philosophy was first introduced in the book @cite{Software Tools}, by
16369 Brian Kernighan and P.J. Plauger (Addison-Wesley, ISBN 0-201-03669-X).
16370 This book showed how to write and use software tools.  It was written in
16371 1976, using a preprocessor for FORTRAN named @command{ratfor} (RATional
16372 FORtran).  At the time, C was not as ubiquitous as it is now; FORTRAN
16373 was.  The last chapter presented a @command{ratfor} to FORTRAN
16374 processor, written in @command{ratfor}.  @command{ratfor} looks an awful
16375 lot like C; if you know C, you won't have any problem following the
16376 code.
16377
16378 In 1981, the book was updated and made available as @cite{Software Tools
16379 in Pascal} (Addison-Wesley, ISBN 0-201-10342-7).  Both books are
16380 still in print and are well worth
16381 reading if you're a programmer.  They certainly made a major change in
16382 how I view programming.
16383
16384 The programs in both books are available from
16385 @uref{http://cm.bell-labs.com/who/bwk, Brian Kernighan's home page}.
16386 For a number of years, there was an active
16387 Software Tools Users Group, whose members had ported the original
16388 @command{ratfor} programs to essentially every computer system with a
16389 FORTRAN compiler.  The popularity of the group waned in the middle 1980s
16390 as Unix began to spread beyond universities.
16391
16392 With the current proliferation of GNU code and other clones of Unix programs,
16393 these programs now receive little attention; modern C versions are
16394 much more efficient and do more than these programs do.  Nevertheless, as
16395 exposition of good programming style, and evangelism for a still-valuable
16396 philosophy, these books are unparalleled, and I recommend them highly.
16397
16398 Acknowledgment: I would like to express my gratitude to Brian Kernighan
16399 of Bell Labs, the original Software Toolsmith, for reviewing this column.
16400
16401 @node GNU Free Documentation License
16402 @appendix GNU Free Documentation License
16403
16404 @include fdl.texi
16405
16406 @node Concept index
16407 @unnumbered Index
16408
16409 @printindex cp
16410
16411 @bye
16412
16413 @c Local variables:
16414 @c texinfo-column-for-description: 32
16415 @c End: