doc: fix typo in previous change
[coreutils.git] / doc / coreutils.texi
blobf4be26b445f5685f0e2bf7539c344dfc89daa721
1 \input texinfo
2 @c %**start of header
3 @setfilename coreutils.info
4 @include version.texi
5 @settitle GNU Coreutils @value{VERSION}
6 @documentencoding UTF-8
7 @set txicodequoteundirected
8 @set txicodequotebacktick
9 @allowcodebreaks false
11 @c %**end of header
13 @include constants.texi
15 @c Define new indices.
16 @defcodeindex op
17 @defcodeindex fl
19 @c Put everything in one index (arbitrarily chosen to be the concept index).
20 @syncodeindex fl cp
21 @syncodeindex fn cp
22 @syncodeindex ky cp
23 @syncodeindex op cp
24 @syncodeindex pg cp
25 @syncodeindex vr cp
27 @dircategory Basics
28 @direntry
29 * Coreutils: (coreutils).       Core GNU (file, text, shell) utilities.
30 * Common options: (coreutils)Common options.
31 * File permissions: (coreutils)File permissions.  Access modes.
32 * Date input formats: (coreutils)Date input formats.
33 @end direntry
35 @c FIXME: the following need documentation
36 @c * [: (coreutils)[ invocation.                   File/string tests.
37 @c * pinky: (coreutils)pinky invocation.           FIXME.
39 @dircategory Individual utilities
40 @direntry
41 * arch: (coreutils)arch invocation.             Print machine hardware name.
42 * b2sum: (coreutils)b2sum invocation.           Print or check BLAKE2 digests.
43 * base32: (coreutils)base32 invocation.         Base32 encode/decode data.
44 * base64: (coreutils)base64 invocation.         Base64 encode/decode data.
45 * basename: (coreutils)basename invocation.     Strip directory and suffix.
46 * basenc: (coreutils)basenc invocation.         Encoding/decoding of data.
47 * cat: (coreutils)cat invocation.               Concatenate and write files.
48 * chcon: (coreutils)chcon invocation.           Change SELinux CTX of files.
49 * chgrp: (coreutils)chgrp invocation.           Change file groups.
50 * chmod: (coreutils)chmod invocation.           Change access permissions.
51 * chown: (coreutils)chown invocation.           Change file owners and groups.
52 * chroot: (coreutils)chroot invocation.         Specify the root directory.
53 * cksum: (coreutils)cksum invocation.           Print POSIX CRC checksum.
54 * comm: (coreutils)comm invocation.             Compare sorted files by line.
55 * cp: (coreutils)cp invocation.                 Copy files.
56 * csplit: (coreutils)csplit invocation.         Split by context.
57 * cut: (coreutils)cut invocation.               Print selected parts of lines.
58 * date: (coreutils)date invocation.             Print/set system date and time.
59 * dd: (coreutils)dd invocation.                 Copy and convert a file.
60 * df: (coreutils)df invocation.                 Report file system usage.
61 * dir: (coreutils)dir invocation.               List directories briefly.
62 * dircolors: (coreutils)dircolors invocation.   Color setup for ls.
63 * dirname: (coreutils)dirname invocation.       Strip last file name component.
64 * du: (coreutils)du invocation.                 Report file usage.
65 * echo: (coreutils)echo invocation.             Print a line of text.
66 * env: (coreutils)env invocation.               Modify the environment.
67 * expand: (coreutils)expand invocation.         Convert tabs to spaces.
68 * expr: (coreutils)expr invocation.             Evaluate expressions.
69 * factor: (coreutils)factor invocation.         Print prime factors
70 * false: (coreutils)false invocation.           Do nothing, unsuccessfully.
71 * fmt: (coreutils)fmt invocation.               Reformat paragraph text.
72 * fold: (coreutils)fold invocation.             Wrap long input lines.
73 * groups: (coreutils)groups invocation.         Print group names a user is in.
74 * head: (coreutils)head invocation.             Output the first part of files.
75 * hostid: (coreutils)hostid invocation.         Print numeric host identifier.
76 * hostname: (coreutils)hostname invocation.     Print or set system name.
77 * id: (coreutils)id invocation.                 Print user identity.
78 * install: (coreutils)install invocation.       Copy files and set attributes.
79 * join: (coreutils)join invocation.             Join lines on a common field.
80 * kill: (coreutils)kill invocation.             Send a signal to processes.
81 * link: (coreutils)link invocation.             Make hard links between files.
82 * ln: (coreutils)ln invocation.                 Make links between files.
83 * logname: (coreutils)logname invocation.       Print current login name.
84 * ls: (coreutils)ls invocation.                 List directory contents.
85 * md5sum: (coreutils)md5sum invocation.         Print or check MD5 digests.
86 * mkdir: (coreutils)mkdir invocation.           Create directories.
87 * mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).
88 * mknod: (coreutils)mknod invocation.           Create special files.
89 * mktemp: (coreutils)mktemp invocation.         Create temporary files.
90 * mv: (coreutils)mv invocation.                 Rename files.
91 * nice: (coreutils)nice invocation.             Modify niceness.
92 * nl: (coreutils)nl invocation.                 Number lines and write files.
93 * nohup: (coreutils)nohup invocation.           Immunize to hangups.
94 * nproc: (coreutils)nproc invocation.           Print the number of processors.
95 * numfmt: (coreutils)numfmt invocation.         Reformat numbers.
96 * od: (coreutils)od invocation.                 Dump files in octal, etc.
97 * paste: (coreutils)paste invocation.           Merge lines of files.
98 * pathchk: (coreutils)pathchk invocation.       Check file name portability.
99 * pr: (coreutils)pr invocation.                 Paginate or columnate files.
100 * printenv: (coreutils)printenv invocation.     Print environment variables.
101 * printf: (coreutils)printf invocation.         Format and print data.
102 * ptx: (coreutils)ptx invocation.               Produce permuted indexes.
103 * pwd: (coreutils)pwd invocation.               Print working directory.
104 * readlink: (coreutils)readlink invocation.     Print referent of a symlink.
105 * realpath: (coreutils)realpath invocation.     Print resolved file names.
106 * rm: (coreutils)rm invocation.                 Remove files.
107 * rmdir: (coreutils)rmdir invocation.           Remove empty directories.
108 * runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.
109 * seq: (coreutils)seq invocation.               Print numeric sequences
110 * sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.
111 * sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.
112 * shred: (coreutils)shred invocation.           Remove files more securely.
113 * shuf: (coreutils)shuf invocation.             Shuffling text files.
114 * sleep: (coreutils)sleep invocation.           Delay for a specified time.
115 * sort: (coreutils)sort invocation.             Sort text files.
116 * split: (coreutils)split invocation.           Split into pieces.
117 * stat: (coreutils)stat invocation.             Report file(system) status.
118 * stdbuf: (coreutils)stdbuf invocation.         Modify stdio buffering.
119 * stty: (coreutils)stty invocation.             Print/change terminal settings.
120 * sum: (coreutils)sum invocation.               Print traditional checksum.
121 * sync: (coreutils)sync invocation.             Sync files to stable storage.
122 * tac: (coreutils)tac invocation.               Reverse files.
123 * tail: (coreutils)tail invocation.             Output the last part of files.
124 * tee: (coreutils)tee invocation.               Redirect to multiple files.
125 * test: (coreutils)test invocation.             File/string tests.
126 * timeout: (coreutils)timeout invocation.       Run with time limit.
127 * touch: (coreutils)touch invocation.           Change file timestamps.
128 * tr: (coreutils)tr invocation.                 Translate characters.
129 * true: (coreutils)true invocation.             Do nothing, successfully.
130 * truncate: (coreutils)truncate invocation.     Shrink/extend size of a file.
131 * tsort: (coreutils)tsort invocation.           Topological sort.
132 * tty: (coreutils)tty invocation.               Print terminal name.
133 * uname: (coreutils)uname invocation.           Print system information.
134 * unexpand: (coreutils)unexpand invocation.     Convert spaces to tabs.
135 * uniq: (coreutils)uniq invocation.             Uniquify files.
136 * unlink: (coreutils)unlink invocation.         Removal via unlink(2).
137 * uptime: (coreutils)uptime invocation.         Print uptime and load.
138 * users: (coreutils)users invocation.           Print current user names.
139 * vdir: (coreutils)vdir invocation.             List directories verbosely.
140 * wc: (coreutils)wc invocation.                 Line, word, and byte counts.
141 * who: (coreutils)who invocation.               Print who is logged in.
142 * whoami: (coreutils)whoami invocation.         Print effective user ID.
143 * yes: (coreutils)yes invocation.               Print a string indefinitely.
144 @end direntry
146 @copying
147 This manual documents version @value{VERSION} of the GNU core
148 utilities, including the standard programs for text and file manipulation.
150 Copyright @copyright{} 1994--2022 Free Software Foundation, Inc.
152 @quotation
153 Permission is granted to copy, distribute and/or modify this document
154 under the terms of the GNU Free Documentation License, Version 1.3 or
155 any later version published by the Free Software Foundation; with no
156 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
157 Texts.  A copy of the license is included in the section entitled ``GNU
158 Free Documentation License''.
159 @end quotation
160 @end copying
162 @titlepage
163 @title GNU @code{Coreutils}
164 @subtitle Core GNU utilities
165 @subtitle for version @value{VERSION}, @value{UPDATED}
166 @author David MacKenzie et al.
168 @page
169 @vskip 0pt plus 1filll
170 @insertcopying
171 @end titlepage
172 @shortcontents
173 @contents
175 @ifnottex
176 @node Top
177 @top GNU Coreutils
179 @insertcopying
180 @end ifnottex
182 @cindex core utilities
183 @cindex text utilities
184 @cindex shell utilities
185 @cindex file utilities
187 @menu
188 * Introduction::                 Caveats, overview, and authors
189 * Common options::               Common options
190 * Output of entire files::       cat tac nl od base32 base64 basenc
191 * Formatting file contents::     fmt pr fold
192 * Output of parts of files::     head tail split csplit
193 * Summarizing files::            wc sum cksum b2sum md5sum sha1sum sha2
194 * Operating on sorted files::    sort shuf uniq comm ptx tsort
195 * Operating on fields::          cut paste join
196 * Operating on characters::      tr expand unexpand
197 * Directory listing::            ls dir vdir dircolors
198 * Basic operations::             cp dd install mv rm shred
199 * Special file types::         mkdir rmdir unlink mkfifo mknod ln link readlink
200 * Changing file attributes::     chgrp chmod chown touch
201 * File space usage::             df du stat sync truncate
202 * Printing text::                echo printf yes
203 * Conditions::                   false true test expr
204 * Redirection::                  tee
205 * File name manipulation::       dirname basename pathchk mktemp realpath
206 * Working context::              pwd stty printenv tty
207 * User information::             id logname whoami groups users who
208 * System context::               date arch nproc uname hostname hostid uptime
209 * SELinux context::              chcon runcon
210 * Modified command invocation::  chroot env nice nohup stdbuf timeout
211 * Process control::              kill
212 * Delaying::                     sleep
213 * Numeric operations::           factor numfmt seq
214 * File permissions::             Access modes
215 * File timestamps::              File timestamp issues
216 * Date input formats::           Specifying date strings
217 * Version sort ordering::        Details on version-sort algorithm
218 * Opening the software toolbox:: The software tools philosophy
219 * GNU Free Documentation License:: Copying and sharing this manual
220 * Concept index::                General index
222 @detailmenu
223  --- The Detailed Node Listing ---
225 Common Options
227 * Exit status::                  Indicating program success or failure
228 * Backup options::               Backup options
229 * Block size::                   Block size
230 * Floating point::               Floating point number representation
231 * Signal specifications::        Specifying signals
232 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
233 * Random sources::               Sources of random data
234 * Target directory::             Target directory
235 * Trailing slashes::             Trailing slashes
236 * Traversing symlinks::          Traversing symlinks to directories
237 * Treating / specially::         Treating / specially
238 * Standards conformance::        Standards conformance
239 * Multi-call invocation::        Multi-call program invocation
241 Output of entire files
243 * cat invocation::               Concatenate and write files
244 * tac invocation::               Concatenate and write files in reverse
245 * nl invocation::                Number lines and write files
246 * od invocation::                Write files in octal or other formats
247 * base32 invocation::            Transform data into printable data
248 * base64 invocation::            Transform data into printable data
249 * basenc invocation::            Transform data into printable data
251 Formatting file contents
253 * fmt invocation::               Reformat paragraph text
254 * pr invocation::                Paginate or columnate files for printing
255 * fold invocation::              Wrap input lines to fit in specified width
257 Output of parts of files
259 * head invocation::              Output the first part of files
260 * tail invocation::              Output the last part of files
261 * split invocation::             Split a file into fixed-size pieces
262 * csplit invocation::            Split a file into context-determined pieces
264 Summarizing files
266 * wc invocation::                Print newline, word, and byte counts
267 * sum invocation::               Print checksum and block counts
268 * cksum invocation::             Print CRC checksum and byte counts
269 * b2sum invocation::             Print or check BLAKE2 digests
270 * md5sum invocation::            Print or check MD5 digests
271 * sha1sum invocation::           Print or check SHA-1 digests
272 * sha2 utilities::               Print or check SHA-2 digests
274 Operating on sorted files
276 * sort invocation::              Sort text files
277 * shuf invocation::              Shuffle text files
278 * uniq invocation::              Uniquify files
279 * comm invocation::              Compare two sorted files line by line
280 * ptx invocation::               Produce a permuted index of file contents
281 * tsort invocation::             Topological sort
283 @command{ptx}: Produce permuted indexes
285 * General options in ptx::       Options which affect general program behavior
286 * Charset selection in ptx::     Underlying character set considerations
287 * Input processing in ptx::      Input fields, contexts, and keyword selection
288 * Output formatting in ptx::     Types of output format, and sizing the fields
289 * Compatibility in ptx::         The GNU extensions to @command{ptx}
291 Operating on fields
293 * cut invocation::               Print selected parts of lines
294 * paste invocation::             Merge lines of files
295 * join invocation::              Join lines on a common field
297 Operating on characters
299 * tr invocation::                Translate, squeeze, and/or delete characters
300 * expand invocation::            Convert tabs to spaces
301 * unexpand invocation::          Convert spaces to tabs
303 @command{tr}: Translate, squeeze, and/or delete characters
305 * Character arrays::             Specifying arrays of characters
306 * Translating::                  Changing one set of characters to another
307 * Squeezing and deleting::       Removing characters
309 Directory listing
311 * ls invocation::                List directory contents
312 * dir invocation::               Briefly list directory contents
313 * vdir invocation::              Verbosely list directory contents
314 * dircolors invocation::         Color setup for @command{ls}
316 @command{ls}:  List directory contents
318 * Which files are listed::       Which files are listed
319 * What information is listed::   What information is listed
320 * Sorting the output::           Sorting the output
321 * General output formatting::    General output formatting
322 * Formatting the file names::    Formatting the file names
324 Basic operations
326 * cp invocation::                Copy files and directories
327 * dd invocation::                Convert and copy a file
328 * install invocation::           Copy files and set attributes
329 * mv invocation::                Move (rename) files
330 * rm invocation::                Remove files or directories
331 * shred invocation::             Remove files more securely
333 Special file types
335 * link invocation::              Make a hard link via the link syscall
336 * ln invocation::                Make links between files
337 * mkdir invocation::             Make directories
338 * mkfifo invocation::            Make FIFOs (named pipes)
339 * mknod invocation::             Make block or character special files
340 * readlink invocation::          Print value of a symlink or canonical file name
341 * rmdir invocation::             Remove empty directories
342 * unlink invocation::            Remove files via unlink syscall
344 Changing file attributes
346 * chown invocation::             Change file owner and group
347 * chgrp invocation::             Change group ownership
348 * chmod invocation::             Change access permissions
349 * touch invocation::             Change file timestamps
351 File space usage
353 * df invocation::                Report file system space usage
354 * du invocation::                Estimate file space usage
355 * stat invocation::              Report file or file system status
356 * sync invocation::              Synchronize cached writes to persistent storage
357 * truncate invocation::          Shrink or extend the size of a file
359 Printing text
361 * echo invocation::              Print a line of text
362 * printf invocation::            Format and print data
363 * yes invocation::               Print a string until interrupted
365 Conditions
367 * false invocation::             Do nothing, unsuccessfully
368 * true invocation::              Do nothing, successfully
369 * test invocation::              Check file types and compare values
370 * expr invocation::              Evaluate expressions
372 @command{test}: Check file types and compare values
374 * File type tests::              File type tests
375 * Access permission tests::      Access permission tests
376 * File characteristic tests::    File characteristic tests
377 * String tests::                 String tests
378 * Numeric tests::                Numeric tests
380 @command{expr}: Evaluate expression
382 * String expressions::           + : match substr index length
383 * Numeric expressions::          + - * / %
384 * Relations for expr::           | & < <= = == != >= >
385 * Examples of expr::             Examples of using @command{expr}
387 Redirection
389 * tee invocation::               Redirect output to multiple files or processes
391 File name manipulation
393 * basename invocation::          Strip directory and suffix from a file name
394 * dirname invocation::           Strip last file name component
395 * pathchk invocation::           Check file name validity and portability
396 * mktemp invocation::            Create temporary file or directory
397 * realpath invocation::          Print resolved file names
399 Working context
401 * pwd invocation::               Print working directory
402 * stty invocation::              Print or change terminal characteristics
403 * printenv invocation::          Print all or some environment variables
404 * tty invocation::               Print file name of terminal on standard input
406 @command{stty}: Print or change terminal characteristics
408 * Control::                      Control settings
409 * Input::                        Input settings
410 * Output::                       Output settings
411 * Local::                        Local settings
412 * Combination::                  Combination settings
413 * Characters::                   Special characters
414 * Special::                      Special settings
416 User information
418 * id invocation::                Print user identity
419 * logname invocation::           Print current login name
420 * whoami invocation::            Print effective user ID
421 * groups invocation::            Print group names a user is in
422 * users invocation::             Print login names of users currently logged in
423 * who invocation::               Print who is currently logged in
425 System context
427 * arch invocation::              Print machine hardware name
428 * date invocation::              Print or set system date and time
429 * nproc invocation::             Print the number of processors
430 * uname invocation::             Print system information
431 * hostname invocation::          Print or set system name
432 * hostid invocation::            Print numeric host identifier
433 * uptime invocation::            Print system uptime and load
435 @command{date}: Print or set system date and time
437 * Time conversion specifiers::   %[HIklMNpPrRsSTXzZ]
438 * Date conversion specifiers::   %[aAbBcCdDeFgGhjmuUVwWxyY]
439 * Literal conversion specifiers:: %[%nt]
440 * Padding and other flags::      Pad with zeros, spaces, etc.
441 * Setting the time::             Changing the system clock
442 * Options for date::             Instead of the current time
443 * Date input formats::           Specifying date strings
444 * Examples of date::             Examples
446 SELinux context
448 * chcon invocation::             Change SELinux context of file
449 * runcon invocation::            Run a command in specified SELinux context
451 Modified command invocation
453 * chroot invocation::            Run a command with a different root directory
454 * env invocation::               Run a command in a modified environment
455 * nice invocation::              Run a command with modified niceness
456 * nohup invocation::             Run a command immune to hangups
457 * stdbuf invocation::            Run a command with modified I/O buffering
458 * timeout invocation::           Run a command with a time limit
460 Process control
462 * kill invocation::              Sending a signal to processes.
464 Delaying
466 * sleep invocation::             Delay for a specified time
468 Numeric operations
470 * factor invocation::            Print prime factors
471 * numfmt invocation::            Reformat numbers
472 * seq invocation::               Print numeric sequences
475 File timestamps
477 * File timestamps::              File timestamp issues
479 File permissions
481 * Mode Structure::               Structure of file mode bits
482 * Symbolic Modes::               Mnemonic representation of file mode bits
483 * Numeric Modes::                File mode bits as octal numbers
484 * Directory Setuid and Setgid::  Set-user-ID and set-group-ID on directories
486 Date input formats
488 * General date syntax::          Common rules
489 * Calendar date items::          21 Jul 2020
490 * Time of day items::            9:20pm
491 * Time zone items::              UTC, -0700, +0900, @dots{}
492 * Combined date and time of day items:: 2020-07-21T20:02:00,000000-0400
493 * Day of week items::            Monday and others
494 * Relative items in date strings:: next tuesday, 2 years ago
495 * Pure numbers in date strings:: 20200721, 1440
496 * Seconds since the Epoch::      @@1595289600
497 * Specifying time zone rules::   TZ="America/New_York", TZ="UTC0"
498 * Authors of parse_datetime::    Bellovin, Eggert, Salz, Berets, et al.
500 Version sorting order
502 * Version sort overview::
503 * Version sort implementation::
504 * Differences from Debian version sort::
505 * Advanced version sort topics::
507 Opening the software toolbox
509 * Toolbox introduction::         Toolbox introduction
510 * I/O redirection::              I/O redirection
511 * The who command::              The @command{who} command
512 * The cut command::              The @command{cut} command
513 * The sort command::             The @command{sort} command
514 * The uniq command::             The @command{uniq} command
515 * Putting the tools together::   Putting the tools together
517 Copying This Manual
519 * GNU Free Documentation License::     Copying and sharing this manual
521 @end detailmenu
522 @end menu
525 @node Introduction
526 @chapter Introduction
528 This manual is a work in progress: many sections make no attempt to explain
529 basic concepts in a way suitable for novices.  Thus, if you are interested,
530 please get involved in improving this manual.  The entire GNU community
531 will benefit.
533 @cindex POSIX
534 The GNU utilities documented here are mostly compatible with the
535 POSIX standard.
536 @cindex bugs, reporting
538 Please report bugs to @email{bug-coreutils@@gnu.org}.
539 Include the version number, machine architecture, input files, and
540 any other information needed to reproduce the bug: your input, what you
541 expected, what you got, and why it is wrong.
543 If you have a problem with @command{sort} or @command{date}, try using the
544 @option{--debug} option, as it can often help find and fix problems without
545 having to wait for an answer to a bug report.  If the debug output
546 does not suffice to fix the problem on your own, please compress and
547 attach it to the rest of your bug report.
549 Although diffs are welcome,
550 please include a description of the problem as well, since this is
551 sometimes difficult to infer.  @xref{Bugs, , , gcc, Using and Porting GNU CC}.
553 @cindex Berry, K.
554 @cindex Paterson, R.
555 @cindex Stallman, R.
556 @cindex Pinard, F.
557 @cindex MacKenzie, D.
558 @cindex Meyering, J.
559 @cindex Youmans, B.
560 This manual was originally derived from the Unix man pages in the
561 distributions, which were written by David MacKenzie and updated by Jim
562 Meyering.  What you are reading now is the authoritative documentation
563 for these utilities; the man pages are no longer being maintained.  The
564 original @command{fmt} man page was written by Ross Paterson.  Fran@,{c}ois
565 Pinard did the initial conversion to Texinfo format.  Karl Berry did the
566 indexing, some reorganization, and editing of the results.  Brian
567 Youmans of the Free Software Foundation office staff combined the
568 manuals for textutils, fileutils, and sh-utils to produce the present
569 omnibus manual.  Richard Stallman contributed his usual invaluable
570 insights to the overall process.
572 @node Common options
573 @chapter Common options
575 @macro optBackup
576 @item -b
577 @itemx --backup[=@var{method}]
578 @opindex -b
579 @opindex --backup
580 @vindex VERSION_CONTROL
581 @cindex backups, making
582 @xref{Backup options}.
583 Make a backup of each file that would otherwise be overwritten or removed.
584 @end macro
586 @macro optBackupSuffix
587 @item -S @var{suffix}
588 @itemx --suffix=@var{suffix}
589 @opindex -S
590 @opindex --suffix
591 Append @var{suffix} to each backup file made with @option{-b}.
592 @xref{Backup options}.
593 @end macro
595 @macro optTargetDirectory
596 @item -t @var{directory}
597 @itemx --target-directory=@var{directory}
598 @opindex -t
599 @opindex --target-directory
600 @cindex target directory
601 @cindex destination directory
602 Specify the destination @var{directory}.
603 @xref{Target directory}.
604 @end macro
606 @macro optNoTargetDirectory
607 @item -T
608 @itemx --no-target-directory
609 @opindex -T
610 @opindex --no-target-directory
611 @cindex target directory
612 @cindex destination directory
613 Do not treat the last operand specially when it is a directory or a
614 symbolic link to a directory.  @xref{Target directory}.
615 @end macro
617 @macro outputNUL
618 @cindex output NUL-byte-terminated lines
619 Output a zero byte (ASCII NUL) at the end of each line,
620 rather than a newline.  This option enables other programs to parse the
621 output even when that output would contain data with embedded newlines.
622 @end macro
624 @macro optNull
625 @item -0
626 @itemx --null
627 @opindex -0
628 @opindex --null
629 @outputNUL
630 @end macro
632 @macro optZero
633 @item -z
634 @itemx --zero
635 @opindex -z
636 @opindex --zero
637 @outputNUL
638 @end macro
640 @macro optZeroTerminated
641 @item -z
642 @itemx --zero-terminated
643 @opindex -z
644 @opindex --zero-terminated
645 @cindex process zero-terminated items
646 Delimit items with a zero byte rather than a newline (ASCII LF).
647 I.e., treat input as items separated by ASCII NUL
648 and terminate output items with ASCII NUL.
649 This option can be useful in conjunction with @samp{perl -0} or
650 @samp{find -print0} and @samp{xargs -0} which do the same in order to
651 reliably handle arbitrary file names (even those containing blanks
652 or other special characters).
653 @end macro
655 @macro optSi
656 @item --si
657 @opindex --si
658 @cindex SI output
659 Append an SI-style abbreviation to each size, such as @samp{M} for
660 megabytes.  Powers of 1000 are used, not 1024; @samp{M} stands for
661 1,000,000 bytes.  This option is equivalent to
662 @option{--block-size=si}.  Use the @option{-h} or
663 @option{--human-readable} option if
664 you prefer powers of 1024.
665 @end macro
667 @macro optHumanReadable
668 @item -h
669 @itemx --human-readable
670 @opindex -h
671 @opindex --human-readable
672 @cindex human-readable output
673 Append a size letter to each size, such as @samp{M} for mebibytes.
674 Powers of 1024 are used, not 1000; @samp{M} stands for 1,048,576 bytes.
675 This option is equivalent to @option{--block-size=human-readable}.
676 Use the @option{--si} option if you prefer powers of 1000.
677 @end macro
679 @macro optStripTrailingSlashes
680 @item --strip-trailing-slashes
681 @opindex --strip-trailing-slashes
682 @cindex stripping trailing slashes
683 Remove any trailing slashes from each @var{source} argument.
684 @xref{Trailing slashes}.
685 @end macro
687 @macro mayConflictWithShellBuiltIn{cmd}
688 @cindex conflicts with shell built-ins
689 @cindex built-in shell commands, conflicts with
690 Due to shell aliases and built-in @command{\cmd\} functions, using an
691 unadorned @command{\cmd\} interactively or in a script may get you
692 different functionality than that described here.  Invoke it via
693 @command{env} (i.e., @code{env \cmd\ @dots{}}) to avoid interference
694 from the shell.
696 @end macro
698 @macro multiplierSuffixes{varName}
699 @var{\varName\} may be, or may be an integer optionally followed by,
700 one of the following multiplicative suffixes:
701 @example
702 @samp{b}  =>            512 ("blocks")
703 @samp{KB} =>           1000 (KiloBytes)
704 @samp{K}  =>           1024 (KibiBytes)
705 @samp{MB} =>      1000*1000 (MegaBytes)
706 @samp{M}  =>      1024*1024 (MebiBytes)
707 @samp{GB} => 1000*1000*1000 (GigaBytes)
708 @samp{G}  => 1024*1024*1024 (GibiBytes)
709 @end example
710 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.
711 Binary prefixes can be used, too: @samp{KiB}=@samp{K}, @samp{MiB}=@samp{M},
712 and so on.
713 @end macro
715 @c FIXME: same as above, but no ``blocks'' line.
716 @macro multiplierSuffixesNoBlocks{varName}
717 @var{\varName\} may be, or may be an integer optionally followed by,
718 one of the following multiplicative suffixes:
719 @example
720 @samp{KB} =>           1000 (KiloBytes)
721 @samp{K}  =>           1024 (KibiBytes)
722 @samp{MB} =>      1000*1000 (MegaBytes)
723 @samp{M}  =>      1024*1024 (MebiBytes)
724 @samp{GB} => 1000*1000*1000 (GigaBytes)
725 @samp{G}  => 1024*1024*1024 (GibiBytes)
726 @end example
727 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.
728 Binary prefixes can be used, too: @samp{KiB}=@samp{K}, @samp{MiB}=@samp{M},
729 and so on.
730 @end macro
732 @cindex common options
734 Certain options are available in all of these programs.  Rather than
735 writing identical descriptions for each of the programs, they are
736 described here.  (In fact, every GNU program accepts (or should accept)
737 these options.)
739 @vindex POSIXLY_CORRECT
740 Normally options and operands can appear in any order, and programs act
741 as if all the options appear before any operands.  For example,
742 @samp{sort -r passwd -t :} acts like @samp{sort -r -t : passwd}, since
743 @samp{:} is an option-argument of @option{-t}.  However, if the
744 @env{POSIXLY_CORRECT} environment variable is set, options must appear
745 before operands, unless otherwise specified for a particular command.
747 A few programs can usefully have trailing operands with leading
748 @samp{-}.  With such a program, options must precede operands even if
749 @env{POSIXLY_CORRECT} is not set, and this fact is noted in the
750 program description.  For example, the @command{env} command's options
751 must appear before its operands, since in some cases the operands
752 specify a command that itself contains options.
754 Most programs that accept long options recognize unambiguous
755 abbreviations of those options.  For example, @samp{rmdir
756 --ignore-fail-on-non-empty} can be invoked as @samp{rmdir
757 --ignore-fail} or even @samp{rmdir --i}.  Ambiguous options, such as
758 @samp{ls --h}, are identified as such.
760 Some of these programs recognize the @option{--help} and @option{--version}
761 options only when one of them is the sole command line argument.  For
762 these programs, abbreviations of the long options are not always recognized.
764 @table @samp
766 @item --help
767 @opindex --help
768 @cindex help, online
769 Print a usage message listing all available options, then exit successfully.
771 @item --version
772 @opindex --version
773 @cindex version number, finding
774 Print the version number, then exit successfully.
776 @item --
777 @opindex --
778 @cindex option delimiter
779 Delimit the option list.  Later arguments, if any, are treated as
780 operands even if they begin with @samp{-}.  For example, @samp{sort --
781 -r} reads from the file named @file{-r}.
783 @end table
785 @cindex standard input
786 @cindex standard output
787 A single @samp{-} operand is not really an option, though it looks like one.  It
788 stands for a file operand, and some tools treat it as standard input, or as
789 standard output if that is clear from the context.  For example, @samp{sort -}
790 reads from standard input, and is equivalent to plain @samp{sort}.  Unless
791 otherwise specified, a @samp{-} can appear as any operand that requires a file
792 name.
794 @menu
795 * Exit status::                 Indicating program success or failure.
796 * Backup options::              -b -S, in some programs.
797 * Block size::                  BLOCK_SIZE and --block-size, in some programs.
798 * Floating point::              Floating point number representation.
799 * Signal specifications::       Specifying signals using the --signal option.
800 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
801 * Random sources::              --random-source, in some programs.
802 * Target directory::            Specifying a target directory, in some programs.
803 * Trailing slashes::            --strip-trailing-slashes, in some programs.
804 * Traversing symlinks::         -H, -L, or -P, in some programs.
805 * Treating / specially::        --preserve-root and --no-preserve-root.
806 * Special built-in utilities::  @command{break}, @command{:}, @dots{}
807 * Standards conformance::       Conformance to the POSIX standard.
808 * Multi-call invocation::       Multi-call program invocation.
809 @end menu
812 @node Exit status
813 @section Exit status
815 @macro exitstatus
816 An exit status of zero indicates success,
817 and a nonzero value indicates failure.
818 @end macro
820 Nearly every command invocation yields an integral @dfn{exit status}
821 that can be used to change how other commands work.
822 For the vast majority of commands, an exit status of zero indicates
823 success.  Failure is indicated by a nonzero value---typically
824 @samp{1}, though it may differ on unusual platforms as POSIX
825 requires only that it be nonzero.
827 However, some of the programs documented here do produce
828 other exit status values and a few associate different
829 meanings with the values @samp{0} and @samp{1}.
830 Here are some of the exceptions:
831 @command{chroot}, @command{env}, @command{expr}, @command{nice},
832 @command{nohup}, @command{numfmt}, @command{printenv}, @command{sort},
833 @command{stdbuf}, @command{test}, @command{timeout}, @command{tty}.
836 @node Backup options
837 @section Backup options
839 @cindex backup options
841 Some GNU programs (at least @command{cp}, @command{install},
842 @command{ln}, and @command{mv}) optionally make backups of files
843 before writing new versions.
844 These options control the details of these backups.  The options are also
845 briefly mentioned in the descriptions of the particular programs.
847 @table @samp
849 @item -b
850 @itemx --backup[=@var{method}]
851 @opindex -b
852 @opindex --backup
853 @vindex VERSION_CONTROL
854 @cindex backups, making
855 Make a backup of each file that would otherwise be overwritten or removed.
856 Without this option, the original versions are destroyed.
857 Use @var{method} to determine the type of backups to make.
858 When this option is used but @var{method} is not specified,
859 then the value of the @env{VERSION_CONTROL}
860 environment variable is used.  And if @env{VERSION_CONTROL} is not set,
861 the default backup type is @samp{existing}.
863 Note that the short form of this option, @option{-b} does not accept any
864 argument.  Using @option{-b} is equivalent to using @option{--backup=existing}.
866 @vindex version-control @r{Emacs variable}
867 This option corresponds to the Emacs variable @samp{version-control};
868 the values for @var{method} are the same as those used in Emacs.
869 This option also accepts more descriptive names.
870 The valid @var{method}s are (unique abbreviations are accepted):
872 @table @samp
873 @item none
874 @itemx off
875 @opindex none @r{backup method}
876 Never make backups.
878 @item numbered
879 @itemx t
880 @opindex numbered @r{backup method}
881 Always make numbered backups.
883 @item existing
884 @itemx nil
885 @opindex existing @r{backup method}
886 Make numbered backups of files that already have them, simple backups
887 of the others.
889 @item simple
890 @itemx never
891 @opindex simple @r{backup method}
892 Always make simple backups.  Please note @samp{never} is not to be
893 confused with @samp{none}.
895 @end table
897 @item -S @var{suffix}
898 @itemx --suffix=@var{suffix}
899 @opindex -S
900 @opindex --suffix
901 @cindex backup suffix
902 @vindex SIMPLE_BACKUP_SUFFIX
903 Append @var{suffix} to each backup file made with @option{-b}.  If this
904 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
905 environment variable is used.  And if @env{SIMPLE_BACKUP_SUFFIX} is not
906 set, the default is @samp{~}, just as in Emacs.
908 @end table
910 @node Block size
911 @section Block size
913 @cindex block size
915 Some GNU programs (at least @command{df}, @command{du}, and
916 @command{ls}) display sizes in ``blocks''.  You can adjust the block size
917 and method of display to make sizes easier to read.  The block size
918 used for display is independent of any file system block size.
919 Fractional block counts are rounded up to the nearest integer.
921 @opindex --block-size=@var{size}
922 @vindex BLOCKSIZE
923 @vindex BLOCK_SIZE
924 @vindex DF_BLOCK_SIZE
925 @vindex DU_BLOCK_SIZE
926 @vindex LS_BLOCK_SIZE
927 @vindex POSIXLY_CORRECT@r{, and block size}
929 The default block size is chosen by examining the following environment
930 variables in turn; the first one that is set determines the block size.
932 @table @code
934 @item DF_BLOCK_SIZE
935 This specifies the default block size for the @command{df} command.
936 Similarly, @env{DU_BLOCK_SIZE} specifies the default for @command{du} and
937 @env{LS_BLOCK_SIZE} for @command{ls}.
939 @item BLOCK_SIZE
940 This specifies the default block size for all three commands, if the
941 above command-specific environment variables are not set.
943 @item BLOCKSIZE
944 This specifies the default block size for all values that are normally
945 printed as blocks, if neither @env{BLOCK_SIZE} nor the above
946 command-specific environment variables are set.  Unlike the other
947 environment variables, @env{BLOCKSIZE} does not affect values that are
948 normally printed as byte counts, e.g., the file sizes contained in
949 @code{ls -l} output.
951 @item POSIXLY_CORRECT
952 If neither @env{@var{command}_BLOCK_SIZE}, nor @env{BLOCK_SIZE}, nor
953 @env{BLOCKSIZE} is set, but this variable is set, the block size
954 defaults to 512.
956 @end table
958 If none of the above environment variables are set, the block size
959 currently defaults to 1024 bytes in most contexts, but this number may
960 change in the future.  For @command{ls} file sizes, the block size
961 defaults to 1 byte.
963 @cindex human-readable output
964 @cindex SI output
966 A block size specification can be a positive integer specifying the number
967 of bytes per block, or it can be @code{human-readable} or @code{si} to
968 select a human-readable format.  Integers may be followed by suffixes
969 that are upward compatible with the
970 @uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html,
971 SI prefixes}
972 for decimal multiples and with the
973 @uref{https://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13
974 (formerly IEC 60027-2) prefixes} for binary multiples.
976 With human-readable formats, output sizes are followed by a size letter
977 such as @samp{M} for megabytes.  @code{BLOCK_SIZE=human-readable} uses
978 powers of 1024; @samp{M} stands for 1,048,576 bytes.
979 @code{BLOCK_SIZE=si} is similar, but uses powers of 1000 and appends
980 @samp{B}; @samp{MB} stands for 1,000,000 bytes.
982 @vindex LC_NUMERIC
983 A block size specification preceded by @samp{'} causes output sizes to
984 be displayed with thousands separators.  The @env{LC_NUMERIC} locale
985 specifies the thousands separator and grouping.  For example, in an
986 American English locale, @samp{--block-size="'1kB"} would cause a size
987 of 1234000 bytes to be displayed as @samp{1,234}.  In the default C
988 locale, there is no thousands separator so a leading @samp{'} has no
989 effect.
991 An integer block size can be followed by a suffix to specify a
992 multiple of that size.  A bare size letter,
993 or one followed by @samp{iB}, specifies
994 a multiple using powers of 1024.  A size letter followed by @samp{B}
995 specifies powers of 1000 instead.  For example, @samp{1M} and
996 @samp{1MiB} are equivalent to @samp{1048576}, whereas @samp{1MB} is
997 equivalent to @samp{1000000}.
999 A plain suffix without a preceding integer acts as if @samp{1} were
1000 prepended, except that it causes a size indication to be appended to
1001 the output.  For example, @samp{--block-size="kB"} displays 3000 as
1002 @samp{3kB}.
1004 The following suffixes are defined.  Large sizes like @code{1Y}
1005 may be rejected by your computer due to limitations of its arithmetic.
1007 @table @samp
1008 @item kB
1009 @cindex kilobyte, definition of
1010 kilobyte: @math{10^3 = 1000}.
1011 @item k
1012 @itemx K
1013 @itemx KiB
1014 @cindex kibibyte, definition of
1015 kibibyte: @math{2^{10} = 1024}.  @samp{K} is special: the SI prefix is
1016 @samp{k} and the ISO/IEC 80000-13 prefix is @samp{Ki}, but tradition and
1017 POSIX use @samp{k} to mean @samp{KiB}.
1018 @item MB
1019 @cindex megabyte, definition of
1020 megabyte: @math{10^6 = 1,000,000}.
1021 @item M
1022 @itemx MiB
1023 @cindex mebibyte, definition of
1024 mebibyte: @math{2^{20} = 1,048,576}.
1025 @item GB
1026 @cindex gigabyte, definition of
1027 gigabyte: @math{10^9 = 1,000,000,000}.
1028 @item G
1029 @itemx GiB
1030 @cindex gibibyte, definition of
1031 gibibyte: @math{2^{30} = 1,073,741,824}.
1032 @item TB
1033 @cindex terabyte, definition of
1034 terabyte:  @math{10^{12} = 1,000,000,000,000}.
1035 @item T
1036 @itemx TiB
1037 @cindex tebibyte, definition of
1038 tebibyte: @math{2^{40} = 1,099,511,627,776}.
1039 @item PB
1040 @cindex petabyte, definition of
1041 petabyte: @math{10^{15} = 1,000,000,000,000,000}.
1042 @item P
1043 @itemx PiB
1044 @cindex pebibyte, definition of
1045 pebibyte: @math{2^{50} = 1,125,899,906,842,624}.
1046 @item EB
1047 @cindex exabyte, definition of
1048 exabyte: @math{10^{18} = 1,000,000,000,000,000,000}.
1049 @item E
1050 @itemx EiB
1051 @cindex exbibyte, definition of
1052 exbibyte: @math{2^{60} = 1,152,921,504,606,846,976}.
1053 @item ZB
1054 @cindex zettabyte, definition of
1055 zettabyte: @math{10^{21} = 1,000,000,000,000,000,000,000}
1056 @item Z
1057 @itemx ZiB
1058 @math{2^{70} = 1,180,591,620,717,411,303,424}.
1059 @item YB
1060 @cindex yottabyte, definition of
1061 yottabyte: @math{10^{24} = 1,000,000,000,000,000,000,000,000}.
1062 @item Y
1063 @itemx YiB
1064 @math{2^{80} = 1,208,925,819,614,629,174,706,176}.
1065 @end table
1067 @opindex -k
1068 @opindex -h
1069 @opindex --block-size
1070 @opindex --human-readable
1071 @opindex --si
1073 Block size defaults can be overridden by an explicit
1074 @option{--block-size=@var{size}} option.  The @option{-k}
1075 option is equivalent to @option{--block-size=1K}, which
1076 is the default unless the @env{POSIXLY_CORRECT} environment variable is
1077 set.  The @option{-h} or @option{--human-readable} option is equivalent to
1078 @option{--block-size=human-readable}.  The @option{--si} option is
1079 equivalent to @option{--block-size=si}.  Note for @command{ls}
1080 the @option{-k} option does not control the display of the
1081 apparent file sizes, whereas the @option{--block-size} option does.
1083 @node Floating point
1084 @section Floating point numbers
1085 @cindex floating point
1086 @cindex IEEE floating point
1088 Commands that accept or produce floating point numbers employ the
1089 floating point representation of the underlying system, and suffer
1090 from rounding error, overflow, and similar floating-point issues.
1091 Almost all modern systems use IEEE-754 floating point, and it is
1092 typically portable to assume IEEE-754 behavior these days.  IEEE-754
1093 has positive and negative infinity, distinguishes positive from
1094 negative zero, and uses special values called NaNs to represent
1095 invalid computations such as dividing zero by itself.  For more
1096 information, please see David Goldberg's paper
1097 @uref{https://@/docs.oracle.com/@/cd/@/E19957-01/@/806-3568/@/ncg_goldberg.html,
1098 What Every Computer Scientist Should Know About Floating-Point Arithmetic}.
1100 Commands that accept floating point numbers as options, operands or
1101 input use the standard C functions @code{strtod} and @code{strtold} to
1102 convert from text to floating point numbers.  These floating point
1103 numbers therefore can use scientific notation like @code{1.0e-34} and
1104 @code{-10e100}.  Commands that parse floating point also understand
1105 case-insensitive @code{inf}, @code{infinity}, and @code{NaN}, although
1106 whether such values are useful depends on the command in question.
1107 Modern C implementations also accept hexadecimal floating point
1108 numbers such as @code{-0x.ep-3}, which stands for @minus{}14/16 times
1109 @math{2^-3}, which equals @minus{}0.109375.  @xref{Parsing of
1110 Floats,,, libc, The GNU C Library Reference Manual}.
1112 @vindex LC_NUMERIC
1113 Normally the @env{LC_NUMERIC} locale determines the decimal-point
1114 character.  However, some commands' descriptions specify that they
1115 accept numbers in either the current or the C locale; for example,
1116 they treat @samp{3.14} like @samp{3,14} if the current locale uses
1117 comma as a decimal point.
1119 @node Signal specifications
1120 @section Signal specifications
1121 @cindex signals, specifying
1123 A @var{signal} may be a signal name like @samp{HUP}, or a signal
1124 number like @samp{1}, or an exit status of a process terminated by the
1125 signal.  A signal name can be given in canonical form or prefixed by
1126 @samp{SIG}@.  The case of the letters is ignored.  The following signal names
1127 and numbers are supported on all POSIX compliant systems:
1129 @table @samp
1130 @item HUP
1131 1.  Hangup.
1132 @item INT
1133 2.  Terminal interrupt.
1134 @item QUIT
1135 3.  Terminal quit.
1136 @item ABRT
1137 6.  Process abort.
1138 @item KILL
1139 9.  Kill (cannot be caught or ignored).
1140 @item ALRM
1141 14.  Alarm Clock.
1142 @item TERM
1143 15.  Termination.
1144 @end table
1146 @noindent
1147 Other supported signal names have system-dependent corresponding
1148 numbers.  All systems conforming to POSIX 1003.1-2001 also
1149 support the following signals:
1151 @table @samp
1152 @item BUS
1153 Access to an undefined portion of a memory object.
1154 @item CHLD
1155 Child process terminated, stopped, or continued.
1156 @item CONT
1157 Continue executing, if stopped.
1158 @item FPE
1159 Erroneous arithmetic operation.
1160 @item ILL
1161 Illegal Instruction.
1162 @item PIPE
1163 Write on a pipe with no one to read it.
1164 @item SEGV
1165 Invalid memory reference.
1166 @item STOP
1167 Stop executing (cannot be caught or ignored).
1168 @item TSTP
1169 Terminal stop.
1170 @item TTIN
1171 Background process attempting read.
1172 @item TTOU
1173 Background process attempting write.
1174 @item URG
1175 High bandwidth data is available at a socket.
1176 @item USR1
1177 User-defined signal 1.
1178 @item USR2
1179 User-defined signal 2.
1180 @end table
1182 @noindent
1183 POSIX 1003.1-2001 systems that support the XSI extension
1184 also support the following signals:
1186 @table @samp
1187 @item POLL
1188 Pollable event.
1189 @item PROF
1190 Profiling timer expired.
1191 @item SYS
1192 Bad system call.
1193 @item TRAP
1194 Trace/breakpoint trap.
1195 @item VTALRM
1196 Virtual timer expired.
1197 @item XCPU
1198 CPU time limit exceeded.
1199 @item XFSZ
1200 File size limit exceeded.
1201 @end table
1203 @noindent
1204 POSIX 1003.1-2001 systems that support the XRT extension
1205 also support at least eight real-time signals called @samp{RTMIN},
1206 @samp{RTMIN+1}, @dots{}, @samp{RTMAX-1}, @samp{RTMAX}.
1208 @node Disambiguating names and IDs
1209 @section chown, chgrp, chroot, id: Disambiguating user names and IDs
1210 @cindex user names, disambiguating
1211 @cindex user IDs, disambiguating
1212 @cindex group names, disambiguating
1213 @cindex group IDs, disambiguating
1214 @cindex disambiguating group names and IDs
1216 Since the @var{user} and @var{group} arguments to these commands
1217 may be specified as names or numeric IDs, there is an
1218 apparent ambiguity.
1219 What if a user or group @emph{name} is a string of digits?
1220 Should the command interpret it as a user name or as an ID@?
1221 (Using a number as a user name is common in some environments.)
1222 POSIX requires that these commands
1223 first attempt to resolve the specified string as a name, and
1224 only once that fails, then try to interpret it as an ID@.
1225 This is troublesome when you want to specify a numeric ID, say 42,
1226 and it must work even in a pathological situation where
1227 @samp{42} is a user name that maps to some other user ID, say 1000.
1228 Simply invoking @code{chown 42 F}, will set @file{F}s owner ID to
1229 1000---not what you intended.
1231 GNU @command{chown}, @command{chgrp}, @command{chroot}, and @command{id}
1232 provide a way to work around this, that at the same time may result in a
1233 significant performance improvement by eliminating a database look-up.
1234 Simply precede each numeric user ID and/or group ID with a @samp{+},
1235 in order to force its interpretation as an integer:
1237 @example
1238 chown +42 F
1239 chgrp +$numeric_group_id another-file
1240 chown +0:+0 /
1241 @end example
1243 The name look-up process is skipped for each @samp{+}-prefixed string,
1244 because a string containing @samp{+} is never a valid user or group name.
1245 This syntax is accepted on most common Unix systems, but not on Solaris 10.
1247 @node Random sources
1248 @section Sources of random data
1250 @cindex random sources
1252 The @command{shuf}, @command{shred}, and @command{sort} commands
1253 sometimes need random data to do their work.  For example, @samp{sort
1254 -R} must choose a hash function at random, and it needs random data to
1255 make this selection.
1257 By default these commands use an internal pseudo-random generator
1258 initialized by a small amount of entropy, but can be directed to use
1259 an external source with the @option{--random-source=@var{file}} option.
1260 An error is reported if @var{file} does not contain enough bytes.
1262 For example, the device file @file{/dev/urandom} could be used as the
1263 source of random data.  Typically, this device gathers environmental
1264 noise from device drivers and other sources into an entropy pool, and
1265 uses the pool to generate random bits.  If the pool is short of data,
1266 the device reuses the internal pool to produce more bits, using a
1267 cryptographically secure pseudo-random number generator.  But be aware
1268 that this device is not designed for bulk random data generation
1269 and is relatively slow.
1271 @file{/dev/urandom} suffices for most practical uses, but applications
1272 requiring high-value or long-term protection of private data may
1273 require an alternate data source like @file{/dev/random} or
1274 @file{/dev/arandom}.  The set of available sources depends on your
1275 operating system.
1277 To reproduce the results of an earlier invocation of a command, you
1278 can save some random data into a file and then use that file as the
1279 random source in earlier and later invocations of the command.
1280 @cindex random seed
1281 Rather than depending on a file, one can generate a reproducible
1282 arbitrary amount of pseudo-random data given a seed value, using
1283 for example:
1285 @example
1286 get_seeded_random()
1288   seed="$1"
1289   openssl enc -aes-256-ctr -pass pass:"$seed" -nosalt \
1290     </dev/zero 2>/dev/null
1293 shuf -i1-100 --random-source=<(get_seeded_random 42)
1294 @end example
1296 @node Target directory
1297 @section Target directory
1299 @cindex target directory
1301 The @command{cp}, @command{install}, @command{ln}, and @command{mv}
1302 commands normally treat the last operand specially when it is a
1303 directory or a symbolic link to a directory.  For example, @samp{cp
1304 source dest} is equivalent to @samp{cp source dest/source} if
1305 @file{dest} is a directory.  Sometimes this behavior is not exactly
1306 what is wanted, so these commands support the following options to
1307 allow more fine-grained control:
1309 @table @samp
1311 @item -T
1312 @itemx --no-target-directory
1313 @opindex --no-target-directory
1314 @cindex target directory
1315 @cindex destination directory
1316 Do not treat the last operand specially when it is a directory or a
1317 symbolic link to a directory.  This can help avoid race conditions in
1318 programs that operate in a shared area.  For example, when the command
1319 @samp{mv /tmp/source /tmp/dest} succeeds, there is no guarantee that
1320 @file{/tmp/source} was renamed to @file{/tmp/dest}: it could have been
1321 renamed to @file{/tmp/dest/source} instead, if some other process
1322 created @file{/tmp/dest} as a directory.  However, if @file{mv
1323 -T /tmp/source /tmp/dest} succeeds, there is no
1324 question that @file{/tmp/source} was renamed to @file{/tmp/dest}.
1326 In the opposite situation, where you want the last operand to be
1327 treated as a directory and want a diagnostic otherwise, you can use
1328 the @option{--target-directory} (@option{-t}) option.
1330 @item -t @var{directory}
1331 @itemx --target-directory=@var{directory}
1332 @opindex --target-directory
1333 @cindex target directory
1334 @cindex destination directory
1335 Use @var{directory} as the directory component of each destination
1336 file name.
1338 The interface for most programs is that after processing options and a
1339 finite (possibly zero) number of fixed-position arguments, the remaining
1340 argument list is either expected to be empty, or is a list of items
1341 (usually files) that will all be handled identically.  The @command{xargs}
1342 program is designed to work well with this convention.
1344 The commands in the @command{mv}-family are unusual in that they take
1345 a variable number of arguments with a special case at the @emph{end}
1346 (namely, the target directory).  This makes it nontrivial to perform some
1347 operations, e.g., ``move all files from here to ../d/'', because
1348 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...}
1349 doesn't have a clean way to specify an extra final argument for each
1350 invocation of the subject command.  (It can be done by going through a
1351 shell command, but that requires more human labor and brain power than
1352 it should.)
1354 The @option{--target-directory} (@option{-t}) option allows the @command{cp},
1355 @command{install}, @command{ln}, and @command{mv} programs to be used
1356 conveniently with @command{xargs}.  For example, you can move the files
1357 from the current directory to a sibling directory, @code{d} like this:
1359 @example
1360 ls | xargs mv -t ../d --
1361 @end example
1363 However, this doesn't move files whose names begin with @samp{.}.
1364 If you use the GNU @command{find} program, you can move those
1365 files too, with this command:
1367 @example
1368 find . -mindepth 1 -maxdepth 1 \
1369   | xargs mv -t ../d
1370 @end example
1372 But both of the above approaches fail if there are no files in the
1373 current directory, or if any file has a name containing a blank or
1374 some other special characters.
1375 The following example removes those limitations and requires both
1376 GNU @command{find} and GNU @command{xargs}:
1378 @example
1379 find . -mindepth 1 -maxdepth 1 -print0 \
1380   | xargs --null --no-run-if-empty \
1381       mv -t ../d
1382 @end example
1384 @end table
1386 @noindent
1387 The @option{--target-directory} (@option{-t}) and
1388 @option{--no-target-directory} (@option{-T})
1389 options cannot be combined.
1391 @node Trailing slashes
1392 @section Trailing slashes
1394 @cindex trailing slashes
1396 Some GNU programs (at least @command{cp} and @command{mv}) allow you to
1397 remove any trailing slashes from each @var{source} argument before
1398 operating on it.  The @option{--strip-trailing-slashes} option enables
1399 this behavior.
1401 This is useful when a @var{source} argument may have a trailing slash and
1402 @c FIXME: mv's behavior in this case is system-dependent
1403 specify a symbolic link to a directory.  This scenario is in fact rather
1404 common because some shells can automatically append a trailing slash when
1405 performing file name completion on such symbolic links.  Without this
1406 option, @command{mv}, for example, (via the system's rename function) must
1407 interpret a trailing slash as a request to dereference the symbolic link
1408 and so must rename the indirectly referenced @emph{directory} and not
1409 the symbolic link.  Although it may seem surprising that such behavior
1410 be the default, it is required by POSIX and is consistent with
1411 other parts of that standard.
1413 @node Traversing symlinks
1414 @section Traversing symlinks
1416 @cindex symbolic link to directory, controlling traversal of
1418 The following options modify how @command{chown} and @command{chgrp}
1419 @c FIXME: note that 'du' has these options, too, but they have slightly
1420 @c different meaning.
1421 traverse a hierarchy when the @option{--recursive} (@option{-R})
1422 option is also specified.
1423 If more than one of the following options is specified, only the final
1424 one takes effect.
1425 These options specify whether processing a symbolic link to a directory
1426 entails operating on just the symbolic link or on all files in the
1427 hierarchy rooted at that directory.
1429 These options are independent of @option{--dereference} and
1430 @option{--no-dereference} (@option{-h}), which control whether to modify
1431 a symlink or its referent.
1433 @table @samp
1435 @macro choptH
1436 @item -H
1437 @opindex -H
1438 @cindex symbolic link to directory, traverse if on the command line
1439 If @option{--recursive} (@option{-R}) is specified and
1440 a command line argument is a symbolic link to a directory, traverse it.
1441 @end macro
1442 @choptH
1444 @macro choptL
1445 @item -L
1446 @opindex -L
1447 @cindex symbolic link to directory, traverse each that is encountered
1448 In a recursive traversal, traverse every symbolic link to a directory
1449 that is encountered.
1450 @end macro
1452 @c Append the following warning to -L where appropriate (e.g. chown).
1453 @macro warnOptDerefWithRec
1455 Combining this dereferencing option with the @option{--recursive} option
1456 may create a security risk:
1457 During the traversal of the directory tree, an attacker may be able to
1458 introduce a symlink to an arbitrary target; when the tool reaches that,
1459 the operation will be performed on the target of that symlink,
1460 possibly allowing the attacker to escalate privileges.
1462 @end macro
1464 @choptL
1466 @macro choptP
1467 @item -P
1468 @opindex -P
1469 @cindex symbolic link to directory, never traverse
1470 Do not traverse any symbolic links.
1471 This is the default if none of @option{-H}, @option{-L},
1472 or @option{-P} is specified.
1473 @end macro
1474 @choptP
1476 @end table
1479 @node Treating / specially
1480 @section Treating @file{/} specially
1482 Certain commands can operate destructively on entire hierarchies.
1483 For example, if a user with appropriate privileges mistakenly runs
1484 @samp{rm -rf / tmp/junk}, that may remove
1485 all files on the entire system.  Since there are so few
1486 legitimate uses for such a command,
1487 GNU @command{rm} normally declines to operate on any directory
1488 that resolves to @file{/}.  If you really want to try to remove all
1489 the files on your system, you can use the @option{--no-preserve-root}
1490 option, but the default behavior, specified by the
1491 @option{--preserve-root} option, is safer for most purposes.
1493 The commands @command{chgrp}, @command{chmod} and @command{chown}
1494 can also operate destructively on entire hierarchies, so they too
1495 support these options.  Although, unlike @command{rm}, they don't
1496 actually unlink files, these commands are arguably more dangerous
1497 when operating recursively on @file{/}, since they often work much
1498 more quickly, and hence damage more files before an alert user can
1499 interrupt them.  Tradition and POSIX require these commands
1500 to operate recursively on @file{/}, so they default to
1501 @option{--no-preserve-root}, but using the @option{--preserve-root}
1502 option makes them safer for most purposes.  For convenience you can
1503 specify @option{--preserve-root} in an alias or in a shell function.
1505 Note that the @option{--preserve-root} option also ensures
1506 that @command{chgrp} and @command{chown} do not modify @file{/}
1507 even when dereferencing a symlink pointing to @file{/}.
1509 @node Special built-in utilities
1510 @section Special built-in utilities
1512 Some programs like @command{nice} can invoke other programs; for
1513 example, the command @samp{nice cat file} invokes the program
1514 @command{cat} by executing the command @samp{cat file}.  However,
1515 @dfn{special built-in utilities} like @command{exit} cannot be invoked
1516 this way.  For example, the command @samp{nice exit} does not have a
1517 well-defined behavior: it may generate an error message instead of
1518 exiting.
1520 Here is a list of the special built-in utilities that are standardized
1521 by POSIX 1003.1-2004.
1523 @quotation
1524 @t{.@: : break continue eval exec exit export readonly
1525 return set shift times trap unset}
1526 @end quotation
1528 For example, because @samp{.}, @samp{:}, and @samp{exec} are special,
1529 the commands @samp{nice . foo.sh}, @samp{nice :}, and @samp{nice exec
1530 pwd} do not work as you might expect.
1532 Many shells extend this list.  For example, Bash has several extra
1533 special built-in utilities like @command{history}, and
1534 @command{suspend}, and with Bash the command @samp{nice suspend}
1535 generates an error message instead of suspending.
1537 @node Standards conformance
1538 @section Standards conformance
1540 @vindex POSIXLY_CORRECT
1541 In a few cases, the GNU utilities' default behavior is
1542 incompatible with the POSIX standard.  To suppress these
1543 incompatibilities, define the @env{POSIXLY_CORRECT} environment
1544 variable.  Unless you are checking for POSIX conformance, you
1545 probably do not need to define @env{POSIXLY_CORRECT}.
1547 Newer versions of POSIX are occasionally incompatible with older
1548 versions.  For example, older versions of POSIX required the
1549 command @samp{sort +1} to sort based on the second and succeeding
1550 fields in each input line, but in POSIX 1003.1-2001
1551 the same command is required to sort the file named @file{+1}, and you
1552 must instead use the command @samp{sort -k 2} to get the field-based
1553 sort.  To complicate things further, POSIX 1003.1-2008 allows an
1554 implementation to have either the old or the new behavior.
1556 @vindex _POSIX2_VERSION
1557 The GNU utilities normally conform to the version of POSIX
1558 that is standard for your system.  To cause them to conform to a
1559 different version of POSIX, define the @env{_POSIX2_VERSION}
1560 environment variable to a value of the form @var{yyyymm} specifying
1561 the year and month the standard was adopted.  Three values are currently
1562 supported for @env{_POSIX2_VERSION}: @samp{199209} stands for
1563 POSIX 1003.2-1992, @samp{200112} stands for POSIX
1564 1003.1-2001, and @samp{200809} stands for POSIX 1003.1-2008.
1565 For example, if you have a POSIX 1003.1-2001 system but are running software
1566 containing traditional usage like @samp{sort +1} or @samp{tail +10},
1567 you can work around the compatibility problems by setting
1568 @samp{_POSIX2_VERSION=200809} in your environment.
1570 @c This node is named "Multi-call invocation", not the usual
1571 @c "coreutils invocation", so that shell commands like
1572 @c 'info coreutils "touch invocation"' work as expected.
1573 @node Multi-call invocation
1574 @section @command{coreutils}: Multi-call program
1576 @pindex multicall
1577 @cindex combined
1578 @cindex calling combined multi-call program
1580 The @command{coreutils} command invokes an individual utility, either
1581 implicitly selected by the last component of the name used to invoke
1582 @command{coreutils}, or explicitly with the
1583 @option{--coreutils-prog} option.  Synopsis:
1585 @example
1586 coreutils @option{--coreutils-prog=PROGRAM} @dots{}
1587 @end example
1589 The @command{coreutils} command is not installed by default, so
1590 portable scripts should not rely on its existence.
1592 @node Output of entire files
1593 @chapter Output of entire files
1595 @cindex output of entire files
1596 @cindex entire files, output of
1598 These commands read and write entire files, possibly transforming them
1599 in some way.
1601 @menu
1602 * cat invocation::              Concatenate and write files.
1603 * tac invocation::              Concatenate and write files in reverse.
1604 * nl invocation::               Number lines and write files.
1605 * od invocation::               Write files in octal or other formats.
1606 * base32 invocation::           Transform data into printable data.
1607 * base64 invocation::           Transform data into printable data.
1608 * basenc invocation::           Transform data into printable data.
1609 @end menu
1611 @node cat invocation
1612 @section @command{cat}: Concatenate and write files
1614 @pindex cat
1615 @cindex concatenate and write files
1616 @cindex copying files
1618 @command{cat} copies each @var{file} (@samp{-} means standard input), or
1619 standard input if none are given, to standard output.  Synopsis:
1621 @example
1622 cat [@var{option}] [@var{file}]@dots{}
1623 @end example
1625 The program accepts the following options.  Also see @ref{Common options}.
1627 @table @samp
1629 @item -A
1630 @itemx --show-all
1631 @opindex -A
1632 @opindex --show-all
1633 Equivalent to @option{-vET}.
1635 @item -b
1636 @itemx --number-nonblank
1637 @opindex -b
1638 @opindex --number-nonblank
1639 Number all nonempty output lines, starting with 1.
1641 @item -e
1642 @opindex -e
1643 Equivalent to @option{-vE}.
1645 @item -E
1646 @itemx --show-ends
1647 @opindex -E
1648 @opindex --show-ends
1649 Display a @samp{$} after the end of each line.
1650 The @code{\r\n} combination is shown as @samp{^M$}.
1652 @item -n
1653 @itemx --number
1654 @opindex -n
1655 @opindex --number
1656 Number all output lines, starting with 1.  This option is ignored
1657 if @option{-b} is in effect.
1659 @item -s
1660 @itemx --squeeze-blank
1661 @opindex -s
1662 @opindex --squeeze-blank
1663 @cindex squeezing empty lines
1664 @cindex squeezing blank lines
1665 Suppress repeated adjacent blank lines; output just one empty line
1666 instead of several.
1668 @item -t
1669 @opindex -t
1670 Equivalent to @option{-vT}.
1672 @item -T
1673 @itemx --show-tabs
1674 @opindex -T
1675 @opindex --show-tabs
1676 Display TAB characters as @samp{^I}.
1678 @item -u
1679 @opindex -u
1680 Ignored; for POSIX compatibility.
1682 @item -v
1683 @itemx --show-nonprinting
1684 @opindex -v
1685 @opindex --show-nonprinting
1686 Display control characters except for LFD and TAB using
1687 @samp{^} notation and precede characters that have the high bit set with
1688 @samp{M-}.
1690 @end table
1692 On systems like MS-DOS that distinguish between text and binary files,
1693 @command{cat} normally reads and writes in binary mode.  However,
1694 @command{cat} reads in text mode if one of the options
1695 @option{-bensAE} is used or if @command{cat} is reading from standard
1696 input and standard input is a terminal.  Similarly, @command{cat}
1697 writes in text mode if one of the options @option{-bensAE} is used or
1698 if standard output is a terminal.
1700 @exitstatus
1702 Examples:
1704 @example
1705 # Output f's contents, then standard input, then g's contents.
1706 cat f - g
1708 # Copy standard input to standard output.
1710 @end example
1713 @node tac invocation
1714 @section @command{tac}: Concatenate and write files in reverse
1716 @pindex tac
1717 @cindex reversing files
1719 @command{tac} copies each @var{file} (@samp{-} means standard input), or
1720 standard input if none are given, to standard output, reversing the
1721 records (lines by default) in each separately.  Synopsis:
1723 @example
1724 tac [@var{option}]@dots{} [@var{file}]@dots{}
1725 @end example
1727 @dfn{Records} are separated by instances of a string (newline by
1728 default).  By default, this separator string is attached to the end of
1729 the record that it follows in the file.
1731 The program accepts the following options.  Also see @ref{Common options}.
1733 @table @samp
1735 @item -b
1736 @itemx --before
1737 @opindex -b
1738 @opindex --before
1739 The separator is attached to the beginning of the record that it
1740 precedes in the file.
1742 @item -r
1743 @itemx --regex
1744 @opindex -r
1745 @opindex --regex
1746 Treat the separator string as a regular expression.
1748 @item -s @var{separator}
1749 @itemx --separator=@var{separator}
1750 @opindex -s
1751 @opindex --separator
1752 Use @var{separator} as the record separator, instead of newline.
1753 Note an empty @var{separator} is treated as a zero byte.
1754 I.e., input and output items are delimited with ASCII NUL.
1756 @end table
1758 On systems like MS-DOS that distinguish between text and binary files,
1759 @command{tac} reads and writes in binary mode.
1761 @exitstatus
1763 Example:
1765 @example
1766 # Reverse a file character by character.
1767 tac -r -s 'x\|[^x]'
1768 @end example
1771 @node nl invocation
1772 @section @command{nl}: Number lines and write files
1774 @pindex nl
1775 @cindex numbering lines
1776 @cindex line numbering
1778 @command{nl} writes each @var{file} (@samp{-} means standard input), or
1779 standard input if none are given, to standard output, with line numbers
1780 added to some or all of the lines.  Synopsis:
1782 @example
1783 nl [@var{option}]@dots{} [@var{file}]@dots{}
1784 @end example
1786 @cindex logical pages, numbering on
1787 @command{nl} decomposes its input into (logical) page sections;
1788 by default, the line number is reset to 1 at each logical page section.
1789 @command{nl} treats all of the input files as a single document;
1790 it does not reset line numbers or logical pages between files.
1792 @cindex headers, numbering
1793 @cindex body, numbering
1794 @cindex footers, numbering
1795 A logical page consists of three sections: header, body, and footer.
1796 Any of the sections can be empty.  Each can be numbered in a different
1797 style from the others.
1799 The beginnings of the sections of logical pages are indicated in the
1800 input file by a line containing exactly one of these delimiter strings:
1802 @table @samp
1803 @item \:\:\:
1804 start of header;
1805 @item \:\:
1806 start of body;
1807 @item \:
1808 start of footer.
1809 @end table
1811 The characters from which these strings are made can be changed from
1812 @samp{\} and @samp{:} via options (see below), but the pattern
1813 of each string cannot be changed.
1815 A section delimiter is replaced by an empty line on output.  Any text
1816 that comes before the first section delimiter string in the input file
1817 is considered to be part of a body section, so @command{nl} treats a
1818 file that contains no section delimiters as a single body section.
1820 The program accepts the following options.  Also see @ref{Common options}.
1822 @table @samp
1824 @item -b @var{style}
1825 @itemx --body-numbering=@var{style}
1826 @opindex -b
1827 @opindex --body-numbering
1828 Select the numbering style for lines in the body section of each
1829 logical page.  When a line is not numbered, the current line number
1830 is not incremented, but the line number separator character is still
1831 prepended to the line.  The styles are:
1833 @table @samp
1834 @item a
1835 number all lines,
1836 @item t
1837 number only nonempty lines (default for body),
1838 @item n
1839 do not number lines (default for header and footer),
1840 @item p@var{bre}
1841 number only lines that contain a match for the basic regular
1842 expression @var{bre}.
1843 @xref{Regular Expressions, , Regular Expressions, grep, The GNU Grep Manual}.
1844 @end table
1846 @item -d @var{cd}
1847 @itemx --section-delimiter=@var{cd}
1848 @opindex -d
1849 @opindex --section-delimiter
1850 @cindex section delimiters of pages
1851 Set the section delimiter characters to @var{cd}; default is
1852 @samp{\:}.  If only @var{c} is given, the second remains @samp{:}.
1853 As a GNU extension more than two characters can be specified,
1854 and also if @var{cd} is empty (@option{-d ''}), then section
1855 matching is disabled.
1856 (Remember to protect @samp{\} or other metacharacters from shell
1857 expansion with quotes or extra backslashes.)
1859 @item -f @var{style}
1860 @itemx --footer-numbering=@var{style}
1861 @opindex -f
1862 @opindex --footer-numbering
1863 Analogous to @option{--body-numbering}.
1865 @item -h @var{style}
1866 @itemx --header-numbering=@var{style}
1867 @opindex -h
1868 @opindex --header-numbering
1869 Analogous to @option{--body-numbering}.
1871 @item -i @var{number}
1872 @itemx --line-increment=@var{number}
1873 @opindex -i
1874 @opindex --line-increment
1875 Increment line numbers by @var{number} (default 1).
1876 @var{number} can be negative to decrement.
1878 @item -l @var{number}
1879 @itemx --join-blank-lines=@var{number}
1880 @opindex -l
1881 @opindex --join-blank-lines
1882 @cindex empty lines, numbering
1883 @cindex blank lines, numbering
1884 Consider @var{number} (default 1) consecutive empty lines to be one
1885 logical line for numbering, and only number the last one.  Where fewer
1886 than @var{number} consecutive empty lines occur, do not number them.
1887 An empty line is one that contains no characters, not even spaces
1888 or tabs.
1890 @item -n @var{format}
1891 @itemx --number-format=@var{format}
1892 @opindex -n
1893 @opindex --number-format
1894 Select the line numbering format (default is @code{rn}):
1896 @table @samp
1897 @item ln
1898 @opindex ln @r{format for @command{nl}}
1899 left justified, no leading zeros;
1900 @item rn
1901 @opindex rn @r{format for @command{nl}}
1902 right justified, no leading zeros;
1903 @item rz
1904 @opindex rz @r{format for @command{nl}}
1905 right justified, leading zeros.
1906 @end table
1908 @item -p
1909 @itemx --no-renumber
1910 @opindex -p
1911 @opindex --no-renumber
1912 Do not reset the line number at the start of a logical page.
1914 @item -s @var{string}
1915 @itemx --number-separator=@var{string}
1916 @opindex -s
1917 @opindex --number-separator
1918 Separate the line number from the text line in the output with
1919 @var{string} (default is the TAB character).
1921 @item -v @var{number}
1922 @itemx --starting-line-number=@var{number}
1923 @opindex -v
1924 @opindex --starting-line-number
1925 Set the initial line number on each logical page to @var{number} (default 1).
1926 The starting @var{number} can be negative.
1928 @item -w @var{number}
1929 @itemx --number-width=@var{number}
1930 @opindex -w
1931 @opindex --number-width
1932 Use @var{number} characters for line numbers (default 6).
1934 @end table
1936 @exitstatus
1939 @node od invocation
1940 @section @command{od}: Write files in octal or other formats
1942 @pindex od
1943 @cindex octal dump of files
1944 @cindex hex dump of files
1945 @cindex ASCII dump of files
1946 @cindex file contents, dumping unambiguously
1948 @command{od} writes an unambiguous representation of each @var{file}
1949 (@samp{-} means standard input), or standard input if none are given.
1950 Synopses:
1952 @example
1953 od [@var{option}]@dots{} [@var{file}]@dots{}
1954 od [-abcdfilosx]@dots{} [@var{file}] [[+]@var{offset}[.][b]]
1955 od [@var{option}]@dots{} --traditional [@var{file}]@c
1956  [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
1957 @end example
1959 Each line of output consists of the offset in the input, followed by
1960 groups of data from the file.  By default, @command{od} prints the offset in
1961 octal, and each group of file data is a C @code{short int}'s worth of input
1962 printed as a single octal number.
1964 If @var{offset} is given, it specifies how many input bytes to skip
1965 before formatting and writing.  By default, it is interpreted as an
1966 octal number, but the optional trailing decimal point causes it to be
1967 interpreted as decimal.  If no decimal is specified and the offset
1968 begins with @samp{0x} or @samp{0X} it is interpreted as a hexadecimal
1969 number.  If there is a trailing @samp{b}, the number of bytes skipped
1970 will be @var{offset} multiplied by 512.
1972 If a command is of both the first and second forms, the second form is
1973 assumed if the last operand begins with @samp{+} or (if there are two
1974 operands) a digit.  For example, in @samp{od foo 10} and @samp{od +10}
1975 the @samp{10} is an offset, whereas in @samp{od 10} the @samp{10} is a
1976 file name.
1978 The program accepts the following options.  Also see @ref{Common options}.
1980 @table @samp
1982 @item -A @var{radix}
1983 @itemx --address-radix=@var{radix}
1984 @opindex -A
1985 @opindex --address-radix
1986 @cindex radix for file offsets
1987 @cindex file offset radix
1988 Select the base in which file offsets are printed.  @var{radix} can
1989 be one of the following:
1991 @table @samp
1992 @item d
1993 decimal;
1994 @item o
1995 octal;
1996 @item x
1997 hexadecimal;
1998 @item n
1999 none (do not print offsets).
2000 @end table
2002 The default is octal.
2004 @item --endian=@var{order}
2005 @opindex --endian
2006 @cindex byte-swapping
2007 @cindex endianness
2008 Reorder input bytes, to handle inputs with differing byte orders,
2009 or to provide consistent output independent of the endian convention
2010 of the current system.  Swapping is performed according to the
2011 specified @option{--type} size and endian @var{order}, which can be
2012 @samp{little} or @samp{big}.
2014 @item -j @var{bytes}
2015 @itemx --skip-bytes=@var{bytes}
2016 @opindex -j
2017 @opindex --skip-bytes
2018 Skip @var{bytes} input bytes before formatting and writing.  If
2019 @var{bytes} begins with @samp{0x} or @samp{0X}, it is interpreted in
2020 hexadecimal; otherwise, if it begins with @samp{0}, in octal; otherwise,
2021 in decimal.
2022 @multiplierSuffixes{bytes}
2024 @item -N @var{bytes}
2025 @itemx --read-bytes=@var{bytes}
2026 @opindex -N
2027 @opindex --read-bytes
2028 Output at most @var{bytes} bytes of the input.  Prefixes and suffixes on
2029 @code{bytes} are interpreted as for the @option{-j} option.
2031 @item -S @var{bytes}
2032 @itemx --strings[=@var{bytes}]
2033 @opindex -S
2034 @opindex --strings
2035 @cindex string constants, outputting
2036 Instead of the normal output, output only @dfn{string constants}: at
2037 least @var{bytes} consecutive ASCII graphic characters,
2038 followed by a zero byte (ASCII NUL).
2039 Prefixes and suffixes on @var{bytes} are interpreted as for the
2040 @option{-j} option.
2042 If @var{bytes} is omitted with @option{--strings}, the default is 3.
2044 @item -t @var{type}
2045 @itemx --format=@var{type}
2046 @opindex -t
2047 @opindex --format
2048 Select the format in which to output the file data.  @var{type} is a
2049 string of one or more of the below type indicator characters.  If you
2050 include more than one type indicator character in a single @var{type}
2051 string, or use this option more than once, @command{od} writes one copy
2052 of each output line using each of the data types that you specified,
2053 in the order that you specified.
2055 Adding a trailing ``z'' to any type specification appends a display
2056 of the single byte character representation of the printable characters
2057 to the output line generated by the type specification.
2059 @table @samp
2060 @item a
2061 named character, ignoring high-order bit
2062 @item c
2063 printable single byte character, C backslash escape
2064 or a 3 digit octal sequence
2065 @item d
2066 signed decimal
2067 @item f
2068 floating point (@pxref{Floating point})
2069 @item o
2070 octal
2071 @item u
2072 unsigned decimal
2073 @item x
2074 hexadecimal
2075 @end table
2077 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
2078 newline, and @samp{nul} for a zero byte.  Only the least significant
2079 seven bits of each byte is used; the high-order bit is ignored.
2080 Type @code{c} outputs
2081 @samp{ }, @samp{\n}, and @code{\0}, respectively.
2083 @cindex type size
2084 Except for types @samp{a} and @samp{c}, you can specify the number
2085 of bytes to use in interpreting each number in the given data type
2086 by following the type indicator character with a decimal integer.
2087 Alternately, you can specify the size of one of the C compiler's
2088 built-in data types by following the type indicator character with
2089 one of the following characters.  For integers (@samp{d}, @samp{o},
2090 @samp{u}, @samp{x}):
2092 @table @samp
2093 @item C
2094 char
2095 @item S
2096 short
2097 @item I
2099 @item L
2100 long
2101 @end table
2103 For floating point (@code{f}):
2105 @table @asis
2106 @item F
2107 float
2108 @item D
2109 double
2110 @item L
2111 long double
2112 @end table
2114 @item -v
2115 @itemx --output-duplicates
2116 @opindex -v
2117 @opindex --output-duplicates
2118 Output consecutive lines that are identical.  By default, when two or
2119 more consecutive output lines would be identical, @command{od} outputs only
2120 the first line, and puts just an asterisk on the following line to
2121 indicate the elision.
2123 @item -w[@var{n}]
2124 @itemx --width[=@var{n}]
2125 @opindex -w
2126 @opindex --width
2127 Dump @code{n} input bytes per output line.  This must be a multiple of
2128 the least common multiple of the sizes associated with the specified
2129 output types.
2131 If this option is not given at all, the default is 16.  If @var{n} is
2132 omitted, the default is 32.
2134 @end table
2136 The next several options are shorthands for format specifications.
2137 GNU @command{od} accepts any combination of shorthands and format
2138 specification options.  These options accumulate.
2140 @table @samp
2142 @item -a
2143 @opindex -a
2144 Output as named characters.  Equivalent to @samp{-t a}.
2146 @item -b
2147 @opindex -b
2148 Output as octal bytes.  Equivalent to @samp{-t o1}.
2150 @item -c
2151 @opindex -c
2152 Output as printable single byte characters, C backslash escapes
2153 or 3 digit octal sequences.  Equivalent to @samp{-t c}.
2155 @item -d
2156 @opindex -d
2157 Output as unsigned decimal two-byte units.  Equivalent to @samp{-t u2}.
2159 @item -f
2160 @opindex -f
2161 Output as floats.  Equivalent to @samp{-t fF}.
2163 @item -i
2164 @opindex -i
2165 Output as decimal ints.  Equivalent to @samp{-t dI}.
2167 @item -l
2168 @opindex -l
2169 Output as decimal long ints.  Equivalent to @samp{-t dL}.
2171 @item -o
2172 @opindex -o
2173 Output as octal two-byte units.  Equivalent to @option{-t o2}.
2175 @item -s
2176 @opindex -s
2177 Output as decimal two-byte units.  Equivalent to @option{-t d2}.
2179 @item -x
2180 @opindex -x
2181 Output as hexadecimal two-byte units.  Equivalent to @samp{-t x2}.
2183 @item --traditional
2184 @opindex --traditional
2185 Recognize the non-option label argument that traditional @command{od}
2186 accepted.  The following syntax:
2188 @example
2189 od --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
2190 @end example
2192 @noindent
2193 can be used to specify at most one file and optional arguments
2194 specifying an offset and a pseudo-start address, @var{label}.
2195 The @var{label} argument is interpreted
2196 just like @var{offset}, but it specifies an initial pseudo-address.  The
2197 pseudo-addresses are displayed in parentheses following any normal
2198 address.
2200 @end table
2202 @exitstatus
2205 @node base32 invocation
2206 @section @command{base32}: Transform data into printable data
2208 @pindex base32
2209 @cindex base32 encoding
2211 @command{base32} transforms data read from a file, or standard input,
2212 into (or from) base32 encoded form.  The base32 encoded form uses
2213 printable ASCII characters to represent binary data.
2214 The usage and options of this command are precisely the
2215 same as for @command{base64}.  @xref{base64 invocation}.
2218 @node base64 invocation
2219 @section @command{base64}: Transform data into printable data
2221 @pindex base64
2222 @cindex base64 encoding
2224 @command{base64} transforms data read from a file, or standard input,
2225 into (or from) base64 encoded form.  The base64 encoded form uses
2226 printable ASCII characters to represent binary data.
2227 Synopses:
2229 @example
2230 base64 [@var{option}]@dots{} [@var{file}]
2231 base64 --decode [@var{option}]@dots{} [@var{file}]
2232 @end example
2234 The base64 encoding expands data to roughly 133% of the original.
2235 The base32 encoding expands data to roughly 160% of the original.
2236 The format conforms to
2237 @uref{https://tools.ietf.org/search/rfc4648, RFC 4648}.
2239 The program accepts the following options.  Also see @ref{Common options}.
2241 @table @samp
2243 @item -w @var{cols}
2244 @itemx --wrap=@var{cols}
2245 @opindex -w
2246 @opindex --wrap
2247 @cindex wrap data
2248 @cindex column to wrap data after
2249 During encoding, wrap lines after @var{cols} characters.  This must be
2250 a positive number.
2252 The default is to wrap after 76 characters.  Use the value 0 to
2253 disable line wrapping altogether.
2255 @item -d
2256 @itemx --decode
2257 @opindex -d
2258 @opindex --decode
2259 @cindex Decode base64 data
2260 @cindex Base64 decoding
2261 Change the mode of operation, from the default of encoding data, to
2262 decoding data.  Input is expected to be base64 encoded data, and the
2263 output will be the original data.
2265 @item -i
2266 @itemx --ignore-garbage
2267 @opindex -i
2268 @opindex --ignore-garbage
2269 @cindex Ignore garbage in base64 stream
2270 When decoding, newlines are always accepted.
2271 During decoding, ignore unrecognized bytes,
2272 to permit distorted data to be decoded.
2274 @end table
2276 @exitstatus
2278 @node basenc invocation
2279 @section @command{basenc}: Transform data into printable data
2281 @pindex basenc
2282 @cindex base32 encoding
2284 @command{basenc} transforms data read from a file, or standard input,
2285 into (or from) various common encoding forms.  The encoded form uses
2286 printable ASCII characters to represent binary data.
2288 Synopses:
2290 @example
2291 basenc @var{encoding} [@var{option}]@dots{} [@var{file}]
2292 basenc @var{encoding} --decode [@var{option}]@dots{} [@var{file}]
2293 @end example
2295 The @var{encoding} argument is required. If @var{file} is omitted,
2296 @command{basenc} reads from standard input.
2297 The @option{-w/--wrap},@option{-i/--ignore-garbage},
2298 @option{-d/--decode} options of this command are precisely the same as
2299 for @command{base64}. @xref{base64 invocation}.
2302 Supported @var{encoding}s are:
2304 @table @samp
2306 @item --base64
2307 @opindex --base64
2308 Encode into (or decode from with @option{-d/--decode}) base64 form.
2309 The format conforms to
2310 @uref{https://tools.ietf.org/search/rfc4648#section-4, RFC 4648#4}.
2311 Equivalent to the @command{base64} command.
2313 @item --base64url
2314 @opindex --base64url
2315 Encode into (or decode from with @option{-d/--decode}) file-and-url-safe
2316 base64 form (using @samp{_} and @samp{-} instead of @samp{+} and @samp{/}).
2317 The format conforms to
2318 @uref{https://tools.ietf.org/search/rfc4648#section-5, RFC 4648#5}.
2320 @item --base32
2321 @opindex --base32
2322 Encode into (or decode from with @option{-d/--decode}) base32 form.
2323 The encoded data uses the @samp{ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=} characters.
2324 The format conforms to
2325 @uref{https://tools.ietf.org/search/rfc4648#section-6, RFC 4648#6}.
2326 Equivalent to the @command{base32} command.
2328 @item --base32hex
2329 @opindex --base32hex
2330 Encode into (or decode from with @option{-d/--decode}) Extended Hex Alphabet
2331 base32 form. The encoded data uses the
2332 @samp{0123456789ABCDEFGHIJKLMNOPQRSTUV=} characters. The format conforms to
2333 @uref{https://tools.ietf.org/search/rfc4648#section-7, RFC 4648#7}.
2335 @item --base16
2336 @opindex --base16
2337 Encode into (or decode from with @option{-d/--decode}) base16 (hexadecimal)
2338 form. The encoded data uses the @samp{0123456789ABCDEF} characters. The format
2339 conforms to
2340 @uref{https://tools.ietf.org/search/rfc4648#section-8, RFC 4648#8}.
2342 @item --base2lsbf
2343 @opindex --base2lsbf
2344 Encode into (or decode from with @option{-d/--decode}) binary string form
2345 (@samp{0} and @samp{1}) with the @emph{least} significant bit of every byte
2346 first.
2348 @item --base2msbf
2349 @opindex --base2msbf
2350 Encode into (or decode from with @option{-d/--decode}) binary string form
2351 (@samp{0} and @samp{1}) with the @emph{most} significant bit of every byte
2352 first.
2354 @item --z85
2355 @opindex --z85
2356 Encode into (or decode from with @option{-d/--decode}) Z85 form
2357 (a modified Ascii85 form). The encoded data uses the
2358 @samp{0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU@
2359 VWXYZ.-:+=^!/*?&<>()[]@{@}@@%$#}.
2360 characters. The format conforms to
2361 @uref{https://rfc.zeromq.org/spec:32/Z85/, ZeroMQ spec:32/Z85}.
2363 When encoding with @option{--z85}, input length must be a multiple of 4;
2364 when decoding with @option{--z85}, input length must be a multiple of 5.
2366 @end table
2370 Encoding/decoding examples:
2372 @example
2373 $ printf '\376\117\202' | basenc --base64
2374 /k+C
2376 $ printf '\376\117\202' | basenc --base64url
2377 _k-C
2379 $ printf '\376\117\202' | basenc --base32
2380 7ZHYE===
2382 $ printf '\376\117\202' | basenc --base32hex
2383 VP7O4===
2385 $ printf '\376\117\202' | basenc --base16
2386 FE4F82
2388 $ printf '\376\117\202' | basenc --base2lsbf
2389 011111111111001001000001
2391 $ printf '\376\117\202' | basenc --base2msbf
2392 111111100100111110000010
2394 $ printf '\376\117\202\000' | basenc --z85
2395 @@.FaC
2397 $ printf 01010100 | basenc --base2msbf --decode
2400 $ printf 01010100 | basenc --base2lsbf --decode
2402 @end example
2406 @node Formatting file contents
2407 @chapter Formatting file contents
2409 @cindex formatting file contents
2411 These commands reformat the contents of files.
2413 @menu
2414 * fmt invocation::              Reformat paragraph text.
2415 * pr invocation::               Paginate or columnate files for printing.
2416 * fold invocation::             Wrap input lines to fit in specified width.
2417 @end menu
2420 @node fmt invocation
2421 @section @command{fmt}: Reformat paragraph text
2423 @pindex fmt
2424 @cindex reformatting paragraph text
2425 @cindex paragraphs, reformatting
2426 @cindex text, reformatting
2428 @command{fmt} fills and joins lines to produce output lines of (at most)
2429 a given number of characters (75 by default).  Synopsis:
2431 @example
2432 fmt [@var{option}]@dots{} [@var{file}]@dots{}
2433 @end example
2435 @command{fmt} reads from the specified @var{file} arguments (or standard
2436 input if none are given), and writes to standard output.
2438 By default, blank lines, spaces between words, and indentation are
2439 preserved in the output; successive input lines with different
2440 indentation are not joined; tabs are expanded on input and introduced on
2441 output.
2443 @cindex line-breaking
2444 @cindex sentences and line-breaking
2445 @cindex Knuth, Donald E.
2446 @cindex Plass, Michael F.
2447 @command{fmt} prefers breaking lines at the end of a sentence, and tries to
2448 avoid line breaks after the first word of a sentence or before the last
2449 word of a sentence.  A @dfn{sentence break} is defined as either the end
2450 of a paragraph or a word ending in any of @samp{.?!}, followed by two
2451 spaces or end of line, ignoring any intervening parentheses or quotes.
2452 Like @TeX{}, @command{fmt} reads entire ``paragraphs'' before choosing line
2453 breaks; the algorithm is a variant of that given by Donald E. Knuth
2454 and Michael F. Plass in ``Breaking Paragraphs Into Lines'',
2455 @cite{Software---Practice & Experience} @b{11}, 11 (November 1981),
2456 1119--1184.
2458 The program accepts the following options.  Also see @ref{Common options}.
2460 @table @samp
2462 @item -c
2463 @itemx --crown-margin
2464 @opindex -c
2465 @opindex --crown-margin
2466 @cindex crown margin
2467 @dfn{Crown margin} mode: preserve the indentation of the first two
2468 lines within a paragraph, and align the left margin of each subsequent
2469 line with that of the second line.
2471 @item -t
2472 @itemx --tagged-paragraph
2473 @opindex -t
2474 @opindex --tagged-paragraph
2475 @cindex tagged paragraphs
2476 @dfn{Tagged paragraph} mode: like crown margin mode, except that if
2477 indentation of the first line of a paragraph is the same as the
2478 indentation of the second, the first line is treated as a one-line
2479 paragraph.
2481 @item -s
2482 @itemx --split-only
2483 @opindex -s
2484 @opindex --split-only
2485 Split lines only.  Do not join short lines to form longer ones.  This
2486 prevents sample lines of code, and other such ``formatted'' text from
2487 being unduly combined.
2489 @item -u
2490 @itemx --uniform-spacing
2491 @opindex -u
2492 @opindex --uniform-spacing
2493 Uniform spacing.  Reduce spacing between words to one space, and spacing
2494 between sentences to two spaces.
2496 @item -@var{width}
2497 @itemx -w @var{width}
2498 @itemx --width=@var{width}
2499 @opindex -@var{width}
2500 @opindex -w
2501 @opindex --width
2502 Fill output lines up to @var{width} characters (default 75 or @var{goal}
2503 plus 10, if @var{goal} is provided).
2505 @item -g @var{goal}
2506 @itemx --goal=@var{goal}
2507 @opindex -g
2508 @opindex --goal
2509 @command{fmt} initially tries to make lines @var{goal} characters wide.
2510 By default, this is 7% shorter than @var{width}.
2512 @item -p @var{prefix}
2513 @itemx --prefix=@var{prefix}
2514 Only lines beginning with @var{prefix} (possibly preceded by whitespace)
2515 are subject to formatting.  The prefix and any preceding whitespace are
2516 stripped for the formatting and then re-attached to each formatted output
2517 line.  One use is to format certain kinds of program comments, while
2518 leaving the code unchanged.
2520 @end table
2522 @exitstatus
2524 @node pr invocation
2525 @section @command{pr}: Paginate or columnate files for printing
2527 @pindex pr
2528 @cindex printing, preparing files for
2529 @cindex multicolumn output, generating
2530 @cindex merging files in parallel
2532 @command{pr} writes each @var{file} (@samp{-} means standard input), or
2533 standard input if none are given, to standard output, paginating and
2534 optionally outputting in multicolumn format; optionally merges all
2535 @var{file}s, printing all in parallel, one per column.  Synopsis:
2537 @example
2538 pr [@var{option}]@dots{} [@var{file}]@dots{}
2539 @end example
2541 @vindex LC_MESSAGES
2542 By default, a 5-line header is printed at each page: two blank lines;
2543 a line with the date, the file name, and the page count; and two more
2544 blank lines.  A footer of five blank lines is also printed.
2545 The default @var{page_length} is 66
2546 lines.  The default number of text lines is therefore 56.
2547 The text line of the header takes the form
2548 @samp{@var{date} @var{string} @var{page}}, with spaces inserted around
2549 @var{string} so that the line takes up the full @var{page_width}.  Here,
2550 @var{date} is the date (see the @option{-D} or @option{--date-format}
2551 option for details), @var{string} is the centered header string, and
2552 @var{page} identifies the page number.  The @env{LC_MESSAGES} locale
2553 category affects the spelling of @var{page}; in the default C locale, it
2554 is @samp{Page @var{number}} where @var{number} is the decimal page
2555 number.
2557 Form feeds in the input cause page breaks in the output.  Multiple form
2558 feeds produce empty pages.
2560 Columns are of equal width, separated by an optional string (default
2561 is @samp{space}).  For multicolumn output, lines will always be truncated to
2562 @var{page_width} (default 72), unless you use the @option{-J} option.
2563 For single
2564 column output no line truncation occurs by default.  Use @option{-W} option to
2565 truncate lines in that case.
2567 The program accepts the following options.  Also see @ref{Common options}.
2569 @table @samp
2571 @item +@var{first_page}[:@var{last_page}]
2572 @itemx --pages=@var{first_page}[:@var{last_page}]
2573 @c The two following @opindex lines evoke warnings because they contain ':'
2574 @c The 'info' spec does not permit that.  If we use those lines, we end
2575 @c up with truncated index entries that don't work.
2576 @c @opindex +@var{first_page}[:@var{last_page}]
2577 @c @opindex --pages=@var{first_page}[:@var{last_page}]
2578 @opindex +@var{page_range}
2579 @opindex --pages=@var{page_range}
2580 Begin printing with page @var{first_page} and stop with @var{last_page}.
2581 Missing @samp{:@var{last_page}} implies end of file.  While estimating
2582 the number of skipped pages each form feed in the input file results
2583 in a new page.  Page counting with and without @samp{+@var{first_page}}
2584 is identical.  By default, counting starts with the first page of input
2585 file (not first page printed).  Line numbering may be altered by @option{-N}
2586 option.
2588 @item -@var{column}
2589 @itemx --columns=@var{column}
2590 @opindex -@var{column}
2591 @opindex --columns
2592 @cindex down columns
2593 With each single @var{file}, produce @var{column} columns of output
2594 (default is 1) and print columns down, unless @option{-a} is used.  The
2595 column width is automatically decreased as @var{column} increases; unless
2596 you use the @option{-W/-w} option to increase @var{page_width} as well.
2597 This option might well cause some lines to be truncated.  The number of
2598 lines in the columns on each page are balanced.  The options @option{-e}
2599 and @option{-i} are on for multiple text-column output.  Together with
2600 @option{-J} option column alignment and line truncation is turned off.
2601 Lines of full length are joined in a free field format and @option{-S}
2602 option may set field separators.  @option{-@var{column}} may not be used
2603 with @option{-m} option.
2605 @item -a
2606 @itemx --across
2607 @opindex -a
2608 @opindex --across
2609 @cindex across columns
2610 With each single @var{file}, print columns across rather than down.  The
2611 @option{-@var{column}} option must be given with @var{column} greater than one.
2612 If a line is too long to fit in a column, it is truncated.
2614 @item -c
2615 @itemx --show-control-chars
2616 @opindex -c
2617 @opindex --show-control-chars
2618 Print control characters using hat notation (e.g., @samp{^G}); print
2619 other nonprinting characters in octal backslash notation.  By default,
2620 nonprinting characters are not changed.
2622 @item -d
2623 @itemx --double-space
2624 @opindex -d
2625 @opindex --double-space
2626 @cindex double spacing
2627 Double space the output.
2629 @item -D @var{format}
2630 @itemx --date-format=@var{format}
2631 @cindex time formats
2632 @cindex formatting times
2633 Format header dates using @var{format}, using the same conventions as
2634 for the command @samp{date +@var{format}}.  @xref{date invocation}.
2635 Except for directives, which start with
2636 @samp{%}, characters in @var{format} are printed unchanged.  You can use
2637 this option to specify an arbitrary string in place of the header date,
2638 e.g., @option{--date-format="Monday morning"}.
2640 @vindex POSIXLY_CORRECT
2641 @vindex LC_TIME
2642 The default date format is @samp{%Y-%m-%d %H:%M} (for example,
2643 @samp{2020-07-09 23:59});
2644 but if the @env{POSIXLY_CORRECT} environment variable is set
2645 and the @env{LC_TIME} locale category specifies the POSIX
2646 locale, the default is @samp{%b %e %H:%M %Y} (for example,
2647 @samp{Jul@ @ 9 23:59 2020}.
2649 @vindex TZ
2650 Timestamps are listed according to the time zone rules specified by
2651 the @env{TZ} environment variable, or by the system default rules if
2652 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
2653 with @env{TZ}, libc, The GNU C Library Reference Manual}.
2655 @item -e[@var{in-tabchar}[@var{in-tabwidth}]]
2656 @itemx --expand-tabs[=@var{in-tabchar}[@var{in-tabwidth}]]
2657 @opindex -e
2658 @opindex --expand-tabs
2659 @cindex input tabs
2660 Expand @var{tab}s to spaces on input.  Optional argument @var{in-tabchar} is
2661 the input tab character (default is the TAB character).  Second optional
2662 argument @var{in-tabwidth} is the input tab character's width (default
2663 is 8).
2665 @item -f
2666 @itemx -F
2667 @itemx --form-feed
2668 @opindex -F
2669 @opindex -f
2670 @opindex --form-feed
2671 Use a form feed instead of newlines to separate output pages.  This does
2672 not alter the default page length of 66 lines.
2674 @item -h @var{header}
2675 @itemx --header=@var{header}
2676 @opindex -h
2677 @opindex --header
2678 Replace the file name in the header with the centered string @var{header}.
2679 When using the shell, @var{header} should be quoted and should be
2680 separated from @option{-h} by a space.
2682 @item -i[@var{out-tabchar}[@var{out-tabwidth}]]
2683 @itemx --output-tabs[=@var{out-tabchar}[@var{out-tabwidth}]]
2684 @opindex -i
2685 @opindex --output-tabs
2686 @cindex output tabs
2687 Replace spaces with @var{tab}s on output.  Optional argument @var{out-tabchar}
2688 is the output tab character (default is the TAB character).  Second optional
2689 argument @var{out-tabwidth} is the output tab character's width (default
2690 is 8).
2692 @item -J
2693 @itemx --join-lines
2694 @opindex -J
2695 @opindex --join-lines
2696 Merge lines of full length.  Used together with the column options
2697 @option{-@var{column}}, @option{-a -@var{column}} or @option{-m}.  Turns off
2698 @option{-W/-w} line truncation;
2699 no column alignment used; may be used with
2700 @option{--sep-string[=@var{string}]}.  @option{-J} has been introduced
2701 (together with @option{-W} and @option{--sep-string})
2702 to disentangle the old (POSIX-compliant) options @option{-w} and
2703 @option{-s} along with the three column options.
2706 @item -l @var{page_length}
2707 @itemx --length=@var{page_length}
2708 @opindex -l
2709 @opindex --length
2710 Set the page length to @var{page_length} (default 66) lines, including
2711 the lines of the header [and the footer].  If @var{page_length} is less
2712 than or equal to 10, the header and footer are omitted, as if the
2713 @option{-t} option had been given.
2715 @item -m
2716 @itemx --merge
2717 @opindex -m
2718 @opindex --merge
2719 Merge and print all @var{file}s in parallel, one in each column.  If a
2720 line is too long to fit in a column, it is truncated, unless the @option{-J}
2721 option is used.  @option{--sep-string[=@var{string}]} may be used.
2722 Empty pages in
2723 some @var{file}s (form feeds set) produce empty columns, still marked
2724 by @var{string}.  The result is a continuous line numbering and column
2725 marking throughout the whole merged file.  Completely empty merged pages
2726 show no separators or line numbers.  The default header becomes
2727 @samp{@var{date} @var{page}} with spaces inserted in the middle; this
2728 may be used with the @option{-h} or @option{--header} option to fill up
2729 the middle blank part.
2731 @item -n[@var{number-separator}[@var{digits}]]
2732 @itemx --number-lines[=@var{number-separator}[@var{digits}]]
2733 @opindex -n
2734 @opindex --number-lines
2735 Provide @var{digits} digit line numbering (default for @var{digits} is
2736 5).  With multicolumn output the number occupies the first @var{digits}
2737 column positions of each text column or only each line of @option{-m}
2738 output.  With single column output the number precedes each line just as
2739 @option{-m} does.  Default counting of the line numbers starts with the
2740 first line of the input file (not the first line printed, compare the
2741 @option{--page} option and @option{-N} option).
2742 Optional argument @var{number-separator} is the character appended to
2743 the line number to separate it from the text followed.  The default
2744 separator is the TAB character.  In a strict sense a TAB is always
2745 printed with single column output only.  The TAB width varies
2746 with the TAB position, e.g., with the left @var{margin} specified
2747 by @option{-o} option.  With multicolumn output priority is given to
2748 @samp{equal width of output columns} (a POSIX specification).
2749 The TAB width is fixed to the value of the first column and does
2750 not change with different values of left @var{margin}.  That means a
2751 fixed number of spaces is always printed in the place of the
2752 @var{number-separator} TAB@.  The tabification depends upon the output
2753 position.
2755 @item -N @var{line_number}
2756 @itemx --first-line-number=@var{line_number}
2757 @opindex -N
2758 @opindex --first-line-number
2759 Start line counting with the number @var{line_number} at first line of
2760 first page printed (in most cases not the first line of the input file).
2762 @item -o @var{margin}
2763 @itemx --indent=@var{margin}
2764 @opindex -o
2765 @opindex --indent
2766 @cindex indenting lines
2767 @cindex left margin
2768 Indent each line with a margin @var{margin} spaces wide (default is zero).
2769 The total page width is the size of the margin plus the @var{page_width}
2770 set with the @option{-W/-w} option.  A limited overflow may occur with
2771 numbered single column output (compare @option{-n} option).
2773 @item -r
2774 @itemx --no-file-warnings
2775 @opindex -r
2776 @opindex --no-file-warnings
2777 Do not print a warning message when an argument @var{file} cannot be
2778 opened.  (The exit status will still be nonzero, however.)
2780 @item -s[@var{char}]
2781 @itemx --separator[=@var{char}]
2782 @opindex -s
2783 @opindex --separator
2784 Separate columns by a single character @var{char}.  The default for
2785 @var{char} is the TAB character without @option{-w} and @samp{no
2786 character} with @option{-w}.  Without @option{-s} the default separator
2787 @samp{space} is set.  @option{-s[char]} turns off line truncation of all
2788 three column options (@option{-COLUMN}|@option{-a -COLUMN}|@option{-m}) unless
2789 @option{-w} is set.  This is a POSIX-compliant formulation.
2792 @item -S[@var{string}]
2793 @itemx --sep-string[=@var{string}]
2794 @opindex -S
2795 @opindex --sep-string
2796 Use @var{string} to separate output columns.  The @option{-S} option doesn't
2797 affect the @option{-W/-w} option, unlike the @option{-s} option which does.  It
2798 does not affect line truncation or column alignment.
2799 Without @option{-S}, and with @option{-J}, @command{pr} uses the default output
2800 separator, TAB@.
2801 Without @option{-S} or @option{-J}, @command{pr} uses a @samp{space}
2802 (same as @option{-S"@w{ }"}).
2803 If no @samp{@var{string}} argument is specified, @samp{""} is assumed.
2805 @item -t
2806 @itemx --omit-header
2807 @opindex -t
2808 @opindex --omit-header
2809 Do not print the usual header [and footer] on each page, and do not fill
2810 out the bottom of pages (with blank lines or a form feed).  No page
2811 structure is produced, but form feeds set in the input files are retained.
2812 The predefined pagination is not changed.  @option{-t} or @option{-T} may be
2813 useful together with other options; e.g.: @option{-t -e4}, expand TAB characters
2814 in the input file to 4 spaces but don't make any other changes.  Use of
2815 @option{-t} overrides @option{-h}.
2817 @item -T
2818 @itemx --omit-pagination
2819 @opindex -T
2820 @opindex --omit-pagination
2821 Do not print header [and footer].  In addition eliminate all form feeds
2822 set in the input files.
2824 @item -v
2825 @itemx --show-nonprinting
2826 @opindex -v
2827 @opindex --show-nonprinting
2828 Print nonprinting characters in octal backslash notation.
2830 @item -w @var{page_width}
2831 @itemx --width=@var{page_width}
2832 @opindex -w
2833 @opindex --width
2834 Set page width to @var{page_width} characters for multiple text-column
2835 output only (default for @var{page_width} is 72).  The specified
2836 @var{page_width} is rounded down so that columns have equal width.
2837 @option{-s[CHAR]} turns off the default page width and any line truncation
2838 and column alignment.
2839 Lines of full length are merged, regardless of the column options
2840 set.  No @var{page_width} setting is possible with single column output.
2841 A POSIX-compliant formulation.
2843 @item -W @var{page_width}
2844 @itemx --page_width=@var{page_width}
2845 @opindex -W
2846 @opindex --page_width
2847 Set the page width to @var{page_width} characters, honored with and
2848 without a column option.  With a column option, the specified @var{page_width}
2849 is rounded down so that columns have equal width.  Text lines are truncated,
2850 unless @option{-J} is used. Together with one of the three column options
2851 (@option{-@var{column}}, @option{-a -@var{column}} or @option{-m}) column
2852 alignment is always used.  The separator options @option{-S} or @option{-s}
2853 don't disable the @option{-W} option.  Default is 72 characters.  Without
2854 @option{-W @var{page_width}} and without any of the column options NO line
2855 truncation is used (defined to keep downward compatibility and to meet
2856 most frequent tasks).  That's equivalent to @option{-W 72 -J}@.  The header
2857 line is never truncated.
2859 @end table
2861 @exitstatus
2864 @node fold invocation
2865 @section @command{fold}: Wrap input lines to fit in specified width
2867 @pindex fold
2868 @cindex wrapping long input lines
2869 @cindex folding long input lines
2871 @command{fold} writes each @var{file} (@option{-} means standard input), or
2872 standard input if none are given, to standard output, breaking long
2873 lines.  Synopsis:
2875 @example
2876 fold [@var{option}]@dots{} [@var{file}]@dots{}
2877 @end example
2879 By default, @command{fold} breaks lines wider than 80 columns.  The output
2880 is split into as many lines as necessary.
2882 @cindex screen columns
2883 @command{fold} counts screen columns by default; thus, a tab may count more
2884 than one column, backspace decreases the column count, and carriage
2885 return sets the column to zero.
2887 The program accepts the following options.  Also see @ref{Common options}.
2889 @table @samp
2891 @item -b
2892 @itemx --bytes
2893 @opindex -b
2894 @opindex --bytes
2895 Count bytes rather than columns, so that tabs, backspaces, and carriage
2896 returns are each counted as taking up one column, just like other
2897 characters.
2899 @item -s
2900 @itemx --spaces
2901 @opindex -s
2902 @opindex --spaces
2903 Break at word boundaries: the line is broken after the last blank before
2904 the maximum line length.  If the line contains no such blanks, the line
2905 is broken at the maximum line length as usual.
2907 @item -w @var{width}
2908 @itemx --width=@var{width}
2909 @opindex -w
2910 @opindex --width
2911 Use a maximum line length of @var{width} columns instead of 80.
2913 For compatibility @command{fold} supports an obsolete option syntax
2914 @option{-@var{width}}.  New scripts should use @option{-w @var{width}}
2915 instead.
2917 @end table
2919 @exitstatus
2922 @node Output of parts of files
2923 @chapter Output of parts of files
2925 @cindex output of parts of files
2926 @cindex parts of files, output of
2928 These commands output pieces of the input.
2930 @menu
2931 * head invocation::             Output the first part of files.
2932 * tail invocation::             Output the last part of files.
2933 * split invocation::            Split a file into pieces.
2934 * csplit invocation::           Split a file into context-determined pieces.
2935 @end menu
2937 @node head invocation
2938 @section @command{head}: Output the first part of files
2940 @pindex head
2941 @cindex initial part of files, outputting
2942 @cindex first part of files, outputting
2944 @command{head} prints the first part (10 lines by default) of each
2945 @var{file}; it reads from standard input if no files are given or
2946 when given a @var{file} of @option{-}.  Synopsis:
2948 @example
2949 head [@var{option}]@dots{} [@var{file}]@dots{}
2950 @end example
2952 If more than one @var{file} is specified, @command{head} prints a
2953 one-line header consisting of:
2955 @example
2956 ==> @var{file name} <==
2957 @end example
2959 @noindent
2960 before the output for each @var{file}.
2962 The program accepts the following options.  Also see @ref{Common options}.
2964 @table @samp
2966 @item -c [-]@var{num}
2967 @itemx --bytes=[-]@var{num}
2968 @opindex -c
2969 @opindex --bytes
2970 Print the first @var{num} bytes, instead of initial lines.
2971 However, if @var{num} is prefixed with a @samp{-},
2972 print all but the last @var{num} bytes of each file.
2973 @multiplierSuffixes{num}
2975 @item -n [-]@var{num}
2976 @itemx --lines=[-]@var{num}
2977 @opindex -n
2978 @opindex --lines
2979 Output the first @var{num} lines.
2980 However, if @var{num} is prefixed with a @samp{-},
2981 print all but the last @var{num} lines of each file.
2982 Size multiplier suffixes are the same as with the @option{-c} option.
2984 @item -q
2985 @itemx --quiet
2986 @itemx --silent
2987 @opindex -q
2988 @opindex --quiet
2989 @opindex --silent
2990 Never print file name headers.
2992 @item -v
2993 @itemx --verbose
2994 @opindex -v
2995 @opindex --verbose
2996 Always print file name headers.
2998 @optZeroTerminated
3000 @end table
3002 For compatibility @command{head} also supports an obsolete option syntax
3003 @option{-[@var{num}][bkm][cqv]}, which is recognized only if it is
3004 specified first.  @var{num} is a decimal number optionally followed
3005 by a size letter (@samp{b}, @samp{k}, @samp{m}) as in @option{-c}, or
3006 @samp{l} to mean count by lines, or other option letters (@samp{cqv}).
3007 Scripts intended for standard hosts should use @option{-c @var{num}}
3008 or @option{-n @var{num}} instead.  If your script must also run on
3009 hosts that support only the obsolete syntax, it is usually simpler to
3010 avoid @command{head}, e.g., by using @samp{sed 5q} instead of
3011 @samp{head -5}.
3013 @exitstatus
3016 @node tail invocation
3017 @section @command{tail}: Output the last part of files
3019 @pindex tail
3020 @cindex last part of files, outputting
3022 @command{tail} prints the last part (10 lines by default) of each
3023 @var{file}; it reads from standard input if no files are given or
3024 when given a @var{file} of @samp{-}.  Synopsis:
3026 @example
3027 tail [@var{option}]@dots{} [@var{file}]@dots{}
3028 @end example
3030 If more than one @var{file} is specified, @command{tail} prints a
3031 one-line header before the output for each @var{file}, consisting of:
3033 @example
3034 ==> @var{file name} <==
3035 @end example
3037 For further processing of tail output, it can be useful to convert the
3038 file headers to line prefixes, which can be done like:
3040 @example
3041 tail @dots{} |
3042 awk '
3043   /^==> .* <==$/ @{prefix=substr($0,5,length-8)":"; next@}
3044   @{print prefix$0@}
3045 ' | @dots{}
3046 @end example
3048 @cindex BSD @command{tail}
3049 GNU @command{tail} can output any amount of data (some other versions of
3050 @command{tail} cannot).  It also has no @option{-r} option (print in
3051 reverse), since reversing a file is really a different job from printing
3052 the end of a file; BSD @command{tail} (which is the one with @option{-r}) can
3053 only reverse files that are at most as large as its buffer, which is
3054 typically 32 KiB@.  A more reliable and versatile way to reverse files is
3055 the GNU @command{tac} command.
3057 The program accepts the following options.  Also see @ref{Common options}.
3059 @table @samp
3061 @item -c [+]@var{num}
3062 @itemx --bytes=[+]@var{num}
3063 @opindex -c
3064 @opindex --bytes
3065 Output the last @var{num} bytes, instead of final lines.
3066 However, if @var{num} is prefixed with a @samp{+}, start printing with
3067 byte @var{num} from the start of each file, instead of from the end.
3068 @multiplierSuffixes{num}
3070 @item -f
3071 @itemx --follow[=@var{how}]
3072 @opindex -f
3073 @opindex --follow
3074 @cindex growing files
3075 @vindex name @r{follow option}
3076 @vindex descriptor @r{follow option}
3077 Loop forever trying to read more characters at the end of the file,
3078 presumably because the file is growing.
3079 If more than one file is given, @command{tail} prints a header whenever it
3080 gets output from a different file, to indicate which file that output is
3081 from.
3083 There are two ways to specify how you'd like to track files with this option,
3084 but that difference is noticeable only when a followed file is removed or
3085 renamed.
3086 If you'd like to continue to track the end of a growing file even after
3087 it has been unlinked, use @option{--follow=descriptor}.  This is the default
3088 behavior, but it is not useful if you're tracking a log file that may be
3089 rotated (removed or renamed, then reopened).  In that case, use
3090 @option{--follow=name} to track the named file, perhaps by reopening it
3091 periodically to see if it has been removed and recreated by some other program.
3092 Note that the inotify-based implementation handles this case without
3093 the need for any periodic reopening.
3095 No matter which method you use, if the tracked file is determined to have
3096 shrunk, @command{tail} prints a message saying the file has been truncated
3097 and resumes tracking from the start of the file, assuming it has been
3098 truncated to 0, which is the usual truncation operation for log files.
3100 When a file is removed, @command{tail}'s behavior depends on whether it is
3101 following the name or the descriptor.  When following by name, tail can
3102 detect that a file has been removed and gives a message to that effect,
3103 and if @option{--retry} has been specified it will continue checking
3104 periodically to see if the file reappears.
3105 When following a descriptor, tail does not detect that the file has
3106 been unlinked or renamed and issues no message;  even though the file
3107 may no longer be accessible via its original name, it may still be
3108 growing.
3110 The option values @samp{descriptor} and @samp{name} may be specified only
3111 with the long form of the option, not with @option{-f}.
3113 The @option{-f} option is ignored if
3114 no @var{file} operand is specified and standard input is a FIFO or a pipe.
3115 Likewise, the @option{-f} option has no effect for any
3116 operand specified as @samp{-}, when standard input is a FIFO or a pipe.
3118 With kernel inotify support, output is triggered by file changes
3119 and is generally very prompt.
3120 Otherwise, @command{tail} sleeps for one second between checks---
3121 use @option{--sleep-interval=@var{n}} to change that default---which can
3122 make the output appear slightly less responsive or bursty.
3123 When using tail without inotify support, you can make it more responsive
3124 by using a sub-second sleep interval, e.g., via an alias like this:
3126 @example
3127 alias tail='tail -s.1'
3128 @end example
3130 @item -F
3131 @opindex -F
3132 This option is the same as @option{--follow=name --retry}.  That is, tail
3133 will attempt to reopen a file when it is removed.  Should this fail, tail
3134 will keep trying until it becomes accessible again.
3136 @item --max-unchanged-stats=@var{n}
3137 @opindex --max-unchanged-stats
3138 When tailing a file by name, if there have been @var{n} (default
3139 n=@value{DEFAULT_MAX_N_UNCHANGED_STATS_BETWEEN_OPENS}) consecutive
3140 iterations for which the file has not changed, then
3141 @code{open}/@code{fstat} the file to determine if that file name is
3142 still associated with the same device/inode-number pair as before.
3143 When following a log file that is rotated, this is approximately the
3144 number of seconds between when tail prints the last pre-rotation lines
3145 and when it prints the lines that have accumulated in the new log file.
3146 This option is meaningful only when polling (i.e., without inotify)
3147 and when following by name.
3149 @item -n [+]@var{num}
3150 @itemx --lines=[+]@var{}
3151 @opindex -n
3152 @opindex --lines
3153 Output the last @var{num} lines.
3154 However, if @var{num} is prefixed with a @samp{+}, start printing with
3155 line @var{num} from the start of each file, instead of from the end.
3156 Size multiplier suffixes are the same as with the @option{-c} option.
3158 @item --pid=@var{pid}
3159 @opindex --pid
3160 When following by name or by descriptor, you may specify the process ID,
3161 @var{pid}, of the sole writer of all @var{file} arguments.  Then, shortly
3162 after that process terminates, tail will also terminate.  This will
3163 work properly only if the writer and the tailing process are running on
3164 the same machine.  For example, to save the output of a build in a file
3165 and to watch the file grow, if you invoke @command{make} and @command{tail}
3166 like this then the tail process will stop when your build completes.
3167 Without this option, you would have had to kill the @code{tail -f}
3168 process yourself.
3170 @example
3171 $ make >& makerr & tail --pid=$! -f makerr
3172 @end example
3174 If you specify a @var{pid} that is not in use or that does not correspond
3175 to the process that is writing to the tailed files, then @command{tail}
3176 may terminate long before any @var{file}s stop growing or it may not
3177 terminate until long after the real writer has terminated.
3178 Note that @option{--pid} cannot be supported on some systems; @command{tail}
3179 will print a warning if this is the case.
3181 @item -q
3182 @itemx --quiet
3183 @itemx --silent
3184 @opindex -q
3185 @opindex --quiet
3186 @opindex --silent
3187 Never print file name headers.
3189 @item --retry
3190 @opindex --retry
3191 Indefinitely try to open the specified file.
3192 This option is useful mainly when following (and otherwise issues a warning).
3194 When following by file descriptor (i.e., with @option{--follow=descriptor}),
3195 this option only affects the initial open of the file, as after a successful
3196 open, @command{tail} will start following the file descriptor.
3198 When following by name (i.e., with @option{--follow=name}), @command{tail}
3199 infinitely retries to re-open the given files until killed.
3201 Without this option, when @command{tail} encounters a file that doesn't
3202 exist or is otherwise inaccessible, it reports that fact and
3203 never checks it again.
3205 @item -s @var{number}
3206 @itemx --sleep-interval=@var{number}
3207 @opindex -s
3208 @opindex --sleep-interval
3209 Change the number of seconds to wait between iterations (the default is 1.0).
3210 During one iteration, every specified file is checked to see if it has
3211 changed size.
3212 When @command{tail} uses inotify, this polling-related option
3213 is usually ignored.  However, if you also specify @option{--pid=@var{p}},
3214 @command{tail} checks whether process @var{p} is alive at least
3215 every @var{number} seconds.
3216 The @var{number} must be non-negative and can be a floating-point number
3217 in either the current or the C locale.  @xref{Floating point}.
3219 @item -v
3220 @itemx --verbose
3221 @opindex -v
3222 @opindex --verbose
3223 Always print file name headers.
3225 @optZeroTerminated
3227 @end table
3229 For compatibility @command{tail} also supports an obsolete usage
3230 @samp{tail -[@var{num}][bcl][f] [@var{file}]}, which is recognized
3231 only if it does not conflict with the usage described
3232 above.  This obsolete form uses exactly one option and at most one
3233 file.  In the option, @var{num} is an optional decimal number optionally
3234 followed by a size letter (@samp{b}, @samp{c}, @samp{l}) to mean count
3235 by 512-byte blocks, bytes, or lines, optionally followed by @samp{f}
3236 which has the same meaning as @option{-f}.
3238 @vindex _POSIX2_VERSION
3239 On systems not conforming to POSIX 1003.1-2001, the leading @samp{-}
3240 can be replaced by @samp{+} in the traditional option syntax with the
3241 same meaning as in counts, and on obsolete systems predating POSIX
3242 1003.1-2001 traditional usage overrides normal usage when the two
3243 conflict.  This behavior can be controlled with the
3244 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
3245 conformance}).
3247 Scripts intended for use on standard hosts should avoid traditional
3248 syntax and should use @option{-c @var{num}[b]}, @option{-n
3249 @var{num}}, and/or @option{-f} instead.  If your script must also
3250 run on hosts that support only the traditional syntax, you can often
3251 rewrite it to avoid problematic usages, e.g., by using @samp{sed -n
3252 '$p'} rather than @samp{tail -1}.  If that's not possible, the script
3253 can use a test like @samp{if tail -c +1 </dev/null >/dev/null 2>&1;
3254 then @dots{}} to decide which syntax to use.
3256 Even if your script assumes the standard behavior, you should still
3257 beware usages whose behaviors differ depending on the POSIX
3258 version.  For example, avoid @samp{tail - main.c}, since it might be
3259 interpreted as either @samp{tail main.c} or as @samp{tail -- -
3260 main.c}; avoid @samp{tail -c 4}, since it might mean either @samp{tail
3261 -c4} or @samp{tail -c 10 4}; and avoid @samp{tail +4}, since it might
3262 mean either @samp{tail ./+4} or @samp{tail -n +4}.
3264 @exitstatus
3267 @node split invocation
3268 @section @command{split}: Split a file into pieces.
3270 @pindex split
3271 @cindex splitting a file into pieces
3272 @cindex pieces, splitting a file into
3274 @command{split} creates output files containing consecutive or interleaved
3275 sections of @var{input}  (standard input if none is given or @var{input}
3276 is @samp{-}).  Synopsis:
3278 @example
3279 split [@var{option}] [@var{input} [@var{prefix}]]
3280 @end example
3282 By default, @command{split} puts 1000 lines of @var{input} (or whatever is
3283 left over for the last section), into each output file.
3285 @cindex output file name prefix
3286 The output files' names consist of @var{prefix} (@samp{x} by default)
3287 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
3288 default), such that concatenating the output files in traditional
3289 sorted order by file name produces the original input file (except
3290 @option{-nr/@var{n}}).  By default split will initially create files
3291 with two generated suffix characters, and will increase this width by two
3292 when the next most significant position reaches the last character.
3293 (@samp{yz}, @samp{zaaa}, @samp{zaab}, @dots{}).  In this way an arbitrary
3294 number of output files are supported, which sort as described above,
3295 even in the presence of an @option{--additional-suffix} option.
3296 If the @option{-a} option is specified and the output file names are
3297 exhausted, @command{split} reports an error without deleting the
3298 output files that it did create.
3300 The program accepts the following options.  Also see @ref{Common options}.
3302 @table @samp
3304 @item -l @var{lines}
3305 @itemx --lines=@var{lines}
3306 @opindex -l
3307 @opindex --lines
3308 Put @var{lines} lines of @var{input} into each output file.
3309 If @option{--separator} is specified, then @var{lines} determines
3310 the number of records.
3312 For compatibility @command{split} also supports an obsolete
3313 option syntax @option{-@var{lines}}.  New scripts should use
3314 @option{-l @var{lines}} instead.
3316 @item -b @var{size}
3317 @itemx --bytes=@var{size}
3318 @opindex -b
3319 @opindex --bytes
3320 Put @var{size} bytes of @var{input} into each output file.
3321 @multiplierSuffixes{size}
3323 @item -C @var{size}
3324 @itemx --line-bytes=@var{size}
3325 @opindex -C
3326 @opindex --line-bytes
3327 Put into each output file as many complete lines of @var{input} as
3328 possible without exceeding @var{size} bytes.  Individual lines or records
3329 longer than @var{size} bytes are broken into multiple files.
3330 @var{size} has the same format as for the @option{--bytes} option.
3331 If @option{--separator} is specified, then @var{lines} determines
3332 the number of records.
3334 @item --filter=@var{command}
3335 @opindex --filter
3336 With this option, rather than simply writing to each output file,
3337 write through a pipe to the specified shell @var{command} for each output file.
3338 @var{command} should use the $FILE environment variable, which is set
3339 to a different output file name for each invocation of the command.
3340 For example, imagine that you have a 1TiB compressed file
3341 that, if uncompressed, would be too large to reside on secondary storage,
3342 yet you must split it into individually-compressed pieces
3343 of a more manageable size.
3344 To do that, you might run this command:
3346 @example
3347 xz -dc BIG.xz | split -b200G --filter='xz > $FILE.xz' - big-
3348 @end example
3350 Assuming a 10:1 compression ratio, that would create about fifty 20GiB files
3351 with names @file{big-aa.xz}, @file{big-ab.xz}, @file{big-ac.xz}, etc.
3353 @item -n @var{chunks}
3354 @itemx --number=@var{chunks}
3355 @opindex -n
3356 @opindex --number
3358 Split @var{input} to @var{chunks} output files where @var{chunks} may be:
3360 @example
3361 @var{n}      generate @var{n} files based on current size of @var{input}
3362 @var{k}/@var{n}    output only @var{k}th of @var{n} to standard output
3363 l/@var{n}    generate @var{n} files without splitting lines or records
3364 l/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3365 r/@var{n}    like @samp{l} but use round robin distribution
3366 r/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3367 @end example
3369 Any excess bytes remaining after dividing the @var{input}
3370 into @var{n} chunks, are assigned to the last chunk.
3371 Any excess bytes appearing after the initial calculation are discarded
3372 (except when using @samp{r} mode).
3374 All @var{n} files are created even if there are fewer than @var{n} lines,
3375 or the @var{input} is truncated.
3377 For @samp{l} mode, chunks are approximately @var{input} size / @var{n}.
3378 The @var{input} is partitioned into @var{n} equal sized portions, with
3379 the last assigned any excess.  If a line @emph{starts} within a partition
3380 it is written completely to the corresponding file.  Since lines or records
3381 are not split even if they overlap a partition, the files written
3382 can be larger or smaller than the partition size, and even empty
3383 if a line/record is so long as to completely overlap the partition.
3385 For @samp{r} mode, the size of @var{input} is irrelevant,
3386 and so can be a pipe for example.
3388 @item -a @var{length}
3389 @itemx --suffix-length=@var{length}
3390 @opindex -a
3391 @opindex --suffix-length
3392 Use suffixes of length @var{length}.  If a @var{length} of 0 is specified,
3393 this is the same as if (any previous) @option{-a} was not specified, and
3394 thus enables the default behavior, which starts the suffix length at 2,
3395 and unless @option{-n} or @option{--numeric-suffixes=@var{from}} is
3396 specified, will auto increase the length by 2 as required.
3398 @item -d
3399 @itemx --numeric-suffixes[=@var{from}]
3400 @opindex -d
3401 @opindex --numeric-suffixes
3402 Use digits in suffixes rather than lower-case letters.  The numerical
3403 suffix counts from @var{from} if specified, 0 otherwise.
3405 @var{from} is supported with the long form option, and is used to either set the
3406 initial suffix for a single run, or to set the suffix offset for independently
3407 split inputs, and consequently the auto suffix length expansion described above
3408 is disabled.  Therefore you may also want to use option @option{-a} to allow
3409 suffixes beyond @samp{99}.  Note if option @option{--number} is specified and
3410 the number of files is less than @var{from}, a single run is assumed and the
3411 minimum suffix length required is automatically determined.
3413 @item -x
3414 @itemx --hex-suffixes[=@var{from}]
3415 @opindex -x
3416 @opindex --hex-suffixes
3417 Like @option{--numeric-suffixes}, but use hexadecimal numbers (in lower case).
3419 @item --additional-suffix=@var{suffix}
3420 @opindex --additional-suffix
3421 Append an additional @var{suffix} to output file names.  @var{suffix}
3422 must not contain slash.
3424 @item -e
3425 @itemx --elide-empty-files
3426 @opindex -e
3427 @opindex --elide-empty-files
3428 Suppress the generation of zero-length output files.  This can happen
3429 with the @option{--number} option if a file is (truncated to be) shorter
3430 than the number requested, or if a line is so long as to completely
3431 span a chunk.  The output file sequence numbers, always run consecutively
3432 even when this option is specified.
3434 @item -t @var{separator}
3435 @itemx --separator=@var{separator}
3436 @opindex -t
3437 @opindex --separator
3438 @cindex line separator character
3439 @cindex record separator character
3440 Use character @var{separator} as the record separator instead of the default
3441 newline character (ASCII LF).
3442 To specify ASCII NUL as the separator, use the two-character string @samp{\0},
3443 e.g., @samp{split -t '\0'}.
3445 @item -u
3446 @itemx --unbuffered
3447 @opindex -u
3448 @opindex --unbuffered
3449 Immediately copy input to output in @option{--number r/@dots{}} mode,
3450 which is a much slower mode of operation.
3452 @item --verbose
3453 @opindex --verbose
3454 Write a diagnostic just before each output file is opened.
3456 @end table
3458 @exitstatus
3460 Here are a few examples to illustrate how the
3461 @option{--number} (@option{-n}) option works:
3463 Notice how, by default, one line may be split onto two or more:
3465 @example
3466 $ seq -w 6 10 > k; split -n3 k; head xa?
3467 ==> xaa <==
3470 ==> xab <==
3474 ==> xac <==
3477 @end example
3479 Use the "l/" modifier to suppress that:
3481 @example
3482 $ seq -w 6 10 > k; split -nl/3 k; head xa?
3483 ==> xaa <==
3487 ==> xab <==
3491 ==> xac <==
3493 @end example
3495 Use the "r/" modifier to distribute lines in a round-robin fashion:
3497 @example
3498 $ seq -w 6 10 > k; split -nr/3 k; head xa?
3499 ==> xaa <==
3503 ==> xab <==
3507 ==> xac <==
3509 @end example
3511 You can also extract just the Kth chunk.
3512 This extracts and prints just the 7th "chunk" of 33:
3514 @example
3515 $ seq 100 > k; split -nl/7/33 k
3519 @end example
3522 @node csplit invocation
3523 @section @command{csplit}: Split a file into context-determined pieces
3525 @pindex csplit
3526 @cindex context splitting
3527 @cindex splitting a file into pieces by context
3529 @command{csplit} creates zero or more output files containing sections of
3530 @var{input} (standard input if @var{input} is @samp{-}).  Synopsis:
3532 @example
3533 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{}
3534 @end example
3536 The contents of the output files are determined by the @var{pattern}
3537 arguments, as detailed below.  An error occurs if a @var{pattern}
3538 argument refers to a nonexistent line of the input file (e.g., if no
3539 remaining line matches a given regular expression).  After every
3540 @var{pattern} has been matched, any remaining input is copied into one
3541 last output file.
3543 By default, @command{csplit} prints the number of bytes written to each
3544 output file after it has been created.
3546 The types of pattern arguments are:
3548 @table @samp
3550 @item @var{n}
3551 Create an output file containing the input up to but not including line
3552 @var{n} (a positive integer).  If followed by a repeat count, also
3553 create an output file containing the next @var{n} lines of the input
3554 file once for each repeat.
3556 @item /@var{regexp}/[@var{offset}]
3557 Create an output file containing the current line up to (but not
3558 including) the next line of the input file that contains a match for
3559 @var{regexp}.  The optional @var{offset} is an integer, that can
3560 be preceded by @samp{+} or @samp{-}.
3561 If it is given, the input up to (but not including) the
3562 matching line plus or minus @var{offset} is put into the output file,
3563 and the line after that begins the next section of input.
3564 Note lines within a negative offset of a regexp pattern
3565 are not matched in subsequent regexp patterns.
3567 @item %@var{regexp}%[@var{offset}]
3568 Like the previous type, except that it does not create an output
3569 file, so that section of the input file is effectively ignored.
3571 @item @{@var{repeat-count}@}
3572 Repeat the previous pattern @var{repeat-count} additional
3573 times.  The @var{repeat-count} can either be a positive integer or an
3574 asterisk, meaning repeat as many times as necessary until the input is
3575 exhausted.
3577 @end table
3579 The output files' names consist of a prefix (@samp{xx} by default)
3580 followed by a suffix.  By default, the suffix is an ascending sequence
3581 of two-digit decimal numbers from @samp{00} to @samp{99}.  In any case,
3582 concatenating the output files in sorted order by file name produces the
3583 original input file, excluding portions skipped with a %@var{regexp}%
3584 pattern or the @option{--suppress-matched} option.
3586 By default, if @command{csplit} encounters an error or receives a hangup,
3587 interrupt, quit, or terminate signal, it removes any output files
3588 that it has created so far before it exits.
3590 The program accepts the following options.  Also see @ref{Common options}.
3592 @table @samp
3594 @item -f @var{prefix}
3595 @itemx --prefix=@var{prefix}
3596 @opindex -f
3597 @opindex --prefix
3598 @cindex output file name prefix
3599 Use @var{prefix} as the output file name prefix.
3601 @item -b @var{format}
3602 @itemx --suffix-format=@var{format}
3603 @opindex -b
3604 @opindex --suffix-format
3605 @cindex output file name suffix
3606 Use @var{format} as the output file name suffix.  When this option is
3607 specified, the suffix string must include exactly one
3608 @code{printf(3)}-style conversion specification, possibly including
3609 format specification flags, a field width, a precision specification,
3610 or all of these kinds of modifiers.  The format letter must convert a
3611 binary unsigned integer argument to readable form.  The format letters
3612 @samp{d} and @samp{i} are aliases for @samp{u}, and the
3613 @samp{u}, @samp{o}, @samp{x}, and @samp{X} conversions are allowed.  The
3614 entire @var{format} is given (with the current output file number) to
3615 @code{sprintf(3)} to form the file name suffixes for each of the
3616 individual output files in turn.  If this option is used, the
3617 @option{--digits} option is ignored.
3619 @item -n @var{digits}
3620 @itemx --digits=@var{digits}
3621 @opindex -n
3622 @opindex --digits
3623 Use output file names containing numbers that are @var{digits} digits
3624 long instead of the default 2.
3626 @item -k
3627 @itemx --keep-files
3628 @opindex -k
3629 @opindex --keep-files
3630 Do not remove output files when errors are encountered.
3632 @item --suppress-matched
3633 @opindex --suppress-matched
3634 Do not output lines matching the specified @var{pattern}.
3635 I.e., suppress the boundary line from the start of the second
3636 and subsequent splits.
3638 @item -z
3639 @itemx --elide-empty-files
3640 @opindex -z
3641 @opindex --elide-empty-files
3642 Suppress the generation of zero-length output files.  (In cases where
3643 the section delimiters of the input file are supposed to mark the first
3644 lines of each of the sections, the first output file will generally be a
3645 zero-length file unless you use this option.)  The output file sequence
3646 numbers always run consecutively starting from 0, even when this option
3647 is specified.
3649 @item -s
3650 @itemx -q
3651 @itemx --silent
3652 @itemx --quiet
3653 @opindex -s
3654 @opindex -q
3655 @opindex --silent
3656 @opindex --quiet
3657 Do not print counts of output file sizes.
3659 @end table
3661 @exitstatus
3663 Here is an example of its usage.
3664 First, create an empty directory for the exercise,
3665 and cd into it:
3667 @example
3668 $ mkdir d && cd d
3669 @end example
3671 Now, split the sequence of 1..14 on lines that end with 0 or 5:
3673 @example
3674 $ seq 14 | csplit - '/[05]$/' '@{*@}'
3678 @end example
3680 Each number printed above is the size of an output
3681 file that csplit has just created.
3682 List the names of those output files:
3684 @example
3685 $ ls
3686 xx00  xx01  xx02
3687 @end example
3689 Use @command{head} to show their contents:
3691 @example
3692 $ head xx*
3693 ==> xx00 <==
3699 ==> xx01 <==
3706 ==> xx02 <==
3712 @end example
3714 Example of splitting input by empty lines:
3716 @example
3717 $ csplit --suppress-matched @var{input.txt} '/^$/' '@{*@}'
3718 @end example
3721 @c TODO: "uniq" already supports "--group".
3722 @c        when it gets the "--key" option, uncomment this example.
3724 @c Example of splitting input file, based on the value of column 2:
3726 @c @example
3727 @c $ cat @var{input.txt} |
3728 @c       sort -k2,2 |
3729 @c       uniq --group -k2,2 |
3730 @c       csplit -m '/^$/' '@{*@}'
3731 @c @end example
3733 @node Summarizing files
3734 @chapter Summarizing files
3736 @cindex summarizing files
3738 These commands generate just a few numbers representing entire
3739 contents of files.
3741 @menu
3742 * wc invocation::               Print newline, word, and byte counts.
3743 * sum invocation::              Print checksum and block counts.
3744 * cksum invocation::            Print CRC checksum and byte counts.
3745 * b2sum invocation::            Print or check BLAKE2 digests.
3746 * md5sum invocation::           Print or check MD5 digests.
3747 * sha1sum invocation::          Print or check SHA-1 digests.
3748 * sha2 utilities::              Print or check SHA-2 digests.
3749 @end menu
3752 @node wc invocation
3753 @section @command{wc}: Print newline, word, and byte counts
3755 @pindex wc
3756 @cindex byte count
3757 @cindex character count
3758 @cindex word count
3759 @cindex line count
3761 @command{wc} counts the number of bytes, characters, words, and newlines
3762 in each given @var{file}, or standard input if none are given
3763 or for a @var{file} of @samp{-}.  A word is a nonzero length
3764 sequence of printable characters delimited by white space.  Synopsis:
3766 @example
3767 wc [@var{option}]@dots{} [@var{file}]@dots{}
3768 @end example
3770 @cindex total counts
3771 @command{wc} prints one line of counts for each file, and if the file was
3772 given as an argument, it prints the file name following the counts.  If
3773 more than one @var{file} is given, @command{wc} prints a final line
3774 containing the cumulative counts, with the file name @file{total}.  The
3775 counts are printed in this order: newlines, words, characters, bytes,
3776 maximum line length.
3777 Each count is printed right-justified in a field with at least one
3778 space between fields so that the numbers and file names normally line
3779 up nicely in columns.  The width of the count fields varies depending
3780 on the inputs, so you should not depend on a particular field width.
3781 However, as a GNU extension, if only one count is printed,
3782 it is guaranteed to be printed without leading spaces.
3784 By default, @command{wc} prints three counts: the newline, words, and byte
3785 counts.  Options can specify that only certain counts be printed.
3786 Options do not undo others previously given, so
3788 @example
3789 wc --bytes --words
3790 @end example
3792 @noindent
3793 prints both the byte counts and the word counts.
3795 With the @option{--max-line-length} option, @command{wc} prints the length
3796 of the longest line per file, and if there is more than one file it
3797 prints the maximum (not the sum) of those lengths.  The line lengths here
3798 are measured in screen columns, according to the current locale and
3799 assuming tab positions in every 8th column.
3801 The program accepts the following options.  Also see @ref{Common options}.
3803 @table @samp
3805 @item -c
3806 @itemx --bytes
3807 @opindex -c
3808 @opindex --bytes
3809 Print only the byte counts.
3811 @item -m
3812 @itemx --chars
3813 @opindex -m
3814 @opindex --chars
3815 Print only the character counts, as per the current locale.
3816 Invalid characters are not counted.
3818 @item -w
3819 @itemx --words
3820 @opindex -w
3821 @opindex --words
3822 Print only the word counts.  A word is a nonzero length
3823 sequence of printable characters separated by white space.
3825 @item -l
3826 @itemx --lines
3827 @opindex -l
3828 @opindex --lines
3829 Print only the newline character counts.
3830 Note a file without a trailing newline character,
3831 will not have that last portion included in the line count.
3833 @item -L
3834 @itemx --max-line-length
3835 @opindex -L
3836 @opindex --max-line-length
3837 Print only the maximum display widths.
3838 Tabs are set at every 8th column.
3839 Display widths of wide characters are considered.
3840 Non-printable characters are given 0 width.
3842 @macro filesZeroFromOption{cmd,withTotalOption,subListOutput}
3843 @item --files0-from=@var{file}
3844 @opindex --files0-from=@var{file}
3845 @c This is commented out to avoid a texi2dvi failure.
3846 @c texi2dvi (GNU Texinfo 4.11) 1.104
3847 @c @cindex including files from @command{\cmd\}
3848 Disallow processing files named on the command line, and instead process
3849 those named in file @var{file}; each name being terminated by a zero byte
3850 (ASCII NUL).
3851 This is useful \withTotalOption\
3852 when the list of file names is so long that it may exceed a command line
3853 length limitation.
3854 In such cases, running @command{\cmd\} via @command{xargs} is undesirable
3855 because it splits the list into pieces and makes @command{\cmd\} print
3856 \subListOutput\ for each sublist rather than for the entire list.
3857 One way to produce a list of ASCII NUL terminated file
3858 names is with GNU
3859 @command{find}, using its @option{-print0} predicate.
3860 If @var{file} is @samp{-} then the ASCII NUL terminated
3861 file names are read from standard input.
3862 @end macro
3863 @filesZeroFromOption{wc,,a total}
3865 For example, to find the length of the longest line in any @file{.c} or
3866 @file{.h} file in the current hierarchy, do this:
3868 @example
3869 find . -name '*.[ch]' -print0 |
3870   wc -L --files0-from=- | tail -n1
3871 @end example
3873 @end table
3875 @exitstatus
3878 @node sum invocation
3879 @section @command{sum}: Print checksum and block counts
3881 @pindex sum
3882 @cindex 16-bit checksum
3883 @cindex checksum, 16-bit
3885 @command{sum} computes a 16-bit checksum for each given @var{file}, or
3886 standard input if none are given or for a @var{file} of @samp{-}.  Synopsis:
3888 @example
3889 sum [@var{option}]@dots{} [@var{file}]@dots{}
3890 @end example
3892 @command{sum} prints the checksum for each @var{file} followed by the
3893 number of blocks in the file (rounded up).  If at least one @var{file}
3894 is given, file names are also printed.
3896 By default, GNU @command{sum} computes checksums using an algorithm
3897 compatible with BSD @command{sum} and prints file sizes in units of
3898 1024-byte blocks.
3900 The program accepts the following options.  Also see @ref{Common options}.
3902 @table @samp
3904 @item -r
3905 @opindex -r
3906 @cindex BSD @command{sum}
3907 Use the default (BSD compatible) algorithm.  This option is included for
3908 compatibility with the System V @command{sum}.  Unless @option{-s} was also
3909 given, it has no effect.
3911 @item -s
3912 @itemx --sysv
3913 @opindex -s
3914 @opindex --sysv
3915 @cindex System V @command{sum}
3916 Compute checksums using an algorithm compatible with System V
3917 @command{sum}'s default, and print file sizes in units of 512-byte blocks.
3919 @end table
3921 @command{sum} is provided for compatibility; the @command{cksum} program (see
3922 next section) is preferable in new applications.
3924 @exitstatus
3927 @node cksum invocation
3928 @section @command{cksum}: Print and verify file checksums
3930 @pindex cksum
3931 @cindex cyclic redundancy check
3932 @cindex CRC checksum
3933 @cindex digest
3935 @command{cksum} by default computes a cyclic redundancy check (CRC) checksum
3936 for each given @var{file}, or standard input if none are given or for a
3937 @var{file} of @samp{-}.
3939 cksum also supports the @option{-a,--algorithm} option to select the
3940 digest algorithm to use. @command{cksum} is the preferred interface
3941 to these digests, subsuming the other standalone checksumming utilities,
3942 which can be emulated using @code{cksum -a md5 --untagged "$@@"} etc.
3943 Synopsis:
3945 @example
3946 cksum [@var{option}]@dots{} [@var{file}]@dots{}
3947 @end example
3949 @command{cksum} is typically used to ensure that files have not been corrupted,
3950 by comparing the @command{cksum} output for the received files with the
3951 @command{cksum} output for the original files (typically given in the
3952 distribution).
3954 @command{cksum} by default prints the POSIX standard CRC checksum
3955 for each file along with the number of bytes in the file,
3956 and the file name unless no arguments were given.
3958 The same usage and options as the @command{b2sum}
3959 command are supported.  @xref{b2sum invocation}.
3960 In addition @command{cksum} supports the following options.
3962 @table @samp
3964 @item -a
3965 @itemx --algorithm
3966 @opindex -a
3967 @opindex --algorithm
3968 @cindex digest algorithm
3969 Compute checksums using the specified digest algorithm.
3971 Supported legacy checksums (which are not supported by @option{--check}):
3972 @example
3973 @samp{sysv}      equivalent to @command{sum -s}
3974 @samp{bsd}       equivalent to @command{sum -r}
3975 @samp{crc}       equivalent to @command{cksum} (the default)
3976 @end example
3978 Supported more modern digest algorithms are:
3979 @example
3980 @samp{md5}       equivalent to @command{md5sum}
3981 @samp{sha1}      equivalent to @command{sha1sum}
3982 @samp{sha224}    equivalent to @command{sha224sum}
3983 @samp{sha256}    equivalent to @command{sha256sum}
3984 @samp{sha384}    equivalent to @command{sha384sum}
3985 @samp{sha512}    equivalent to @command{sha512sum}
3986 @samp{blake2b}   equivalent to @command{b2sum}
3987 @samp{sm3}       only available through @command{cksum}
3988 @end example
3990 @item --debug
3991 @opindex --debug
3992 Output extra information to stderr, like the checksum implementation being used.
3994 @item --untagged
3995 @opindex --untagged
3996 Output using the original Coreutils format used by the other
3997 standalone checksum utilities like @command{md5sum} for example.
3998 This format has the checksum at the start of the line, and may be
3999 more amenable to further processing by other utilities,
4000 especially in combination with the @option{--zero} option.
4001 Note this does not identify the digest algorithm used for the checksum.
4002 @xref{md5sum invocation} for details of this format.
4003 @end table
4006 @node b2sum invocation
4007 @section @command{b2sum}: Print or check BLAKE2 digests
4009 @pindex b2sum
4010 @cindex BLAKE2
4011 @cindex 512-bit checksum
4012 @cindex checksum, 512-bit
4013 @cindex fingerprint, 512-bit
4014 @cindex message-digest, 512-bit
4016 @command{b2sum} computes a 512-bit checksum for each specified
4017 @var{file}.  The same usage and options as the @command{md5sum}
4018 command are supported.  @xref{md5sum invocation}.
4019 In addition @command{b2sum} supports the following options.
4021 @table @samp
4022 @item -l
4023 @itemx --length
4024 @opindex -l
4025 @opindex --length
4026 @cindex BLAKE2 hash length
4027 Change (shorten) the default digest length.
4028 This is specified in bits and thus must be a multiple of 8.
4029 This option is ignored when @option{--check} is specified,
4030 as the length is automatically determined when checking.
4031 @end table
4033 @node md5sum invocation
4034 @section @command{md5sum}: Print or check MD5 digests
4036 @pindex md5sum
4037 @cindex MD5
4038 @cindex 128-bit checksum
4039 @cindex checksum, 128-bit
4040 @cindex fingerprint, 128-bit
4041 @cindex message-digest, 128-bit
4043 @command{md5sum} computes a 128-bit checksum (or @dfn{fingerprint} or
4044 @dfn{message-digest}) for each specified @var{file}.
4046 @macro weakHash{hash}
4047 Note: The \hash\ digest is more reliable than a simple CRC (provided by
4048 the @command{cksum} command) for detecting accidental file corruption,
4049 as the chances of accidentally having two files with identical \hash\
4050 are vanishingly small.  However, it should not be considered secure
4051 against malicious tampering: although finding a file with a given \hash\
4052 fingerprint is considered infeasible at the moment, it is known how
4053 to modify certain files, including digital certificates, so that they
4054 appear valid when signed with an \hash\ digest.  For more secure hashes,
4055 consider using SHA-2, or the newer @command{b2sum} command.
4056 @xref{sha2 utilities}. @xref{b2sum invocation}.
4057 @end macro
4058 @weakHash{MD5}
4060 If a @var{file} is specified as @samp{-} or if no files are given
4061 @command{md5sum} computes the checksum for the standard input.
4062 @command{md5sum} can also determine whether a file and checksum are
4063 consistent.  Synopsis:
4065 @example
4066 md5sum [@var{option}]@dots{} [@var{file}]@dots{}
4067 @end example
4069 For each @var{file}, @samp{md5sum} outputs by default, the MD5 checksum,
4070 a space, a flag indicating binary or text input mode, and the file name.
4071 Binary mode is indicated with @samp{*}, text mode with @samp{ } (space).
4072 Binary mode is the default on systems where it's significant,
4073 otherwise text mode is the default.  The @command{cksum} command always
4074 uses binary mode and a @samp{ } (space) flag.
4076 Without @option{--zero}, if @var{file} contains a backslash, newline,
4077 or carriage return, the line is started with a backslash, and each
4078 problematic character in the file name is escaped with a backslash,
4079 making the output unambiguous even in the presence of arbitrary file names.
4081 If @var{file} is omitted or specified as @samp{-}, standard input is read.
4083 The program accepts the following options.  Also see @ref{Common options}.
4085 @table @samp
4087 @item -b
4088 @itemx --binary
4089 @opindex -b
4090 @opindex --binary
4091 @cindex binary input files
4092 Note this option is not supported by the @command{cksum} command,
4093 as it operates in binary mode exclusively.
4094 Treat each input file as binary, by reading it in binary mode and
4095 outputting a @samp{*} flag.  This is the inverse of @option{--text}.
4096 On systems like GNU that do not distinguish between binary
4097 and text files, this option merely flags each input mode as binary:
4098 the MD5 checksum is unaffected.  This option is the default on systems
4099 like MS-DOS that distinguish between binary and text files, except
4100 for reading standard input when standard input is a terminal.
4102 @item -c
4103 @itemx --check
4104 Read file names and checksum information (not data) from each
4105 @var{file} (or from standard input if no @var{file} was specified) and report
4106 whether the checksums match the contents of the named files.
4107 The input to this mode of @command{md5sum} is usually the output of
4108 a prior, checksum-generating run of @samp{md5sum}.
4110 Three input formats are supported.  Either the default output
4111 format described above, the @option{--tag} output format,
4112 or the BSD reversed mode format which is similar to the default mode,
4113 but doesn't use a character to distinguish binary and text modes.
4115 For the @command{cksum} command, the @option{--check} option
4116 supports auto-detecting the digest algorithm to use,
4117 when presented with checksum information in the @option{--tag} output format.
4119 Output with @option{--zero} enabled is not supported by @option{--check}.
4120 @sp 1
4121 For each such line, @command{md5sum} reads the named file and computes its
4122 MD5 checksum.  Then, if the computed message digest does not match the
4123 one on the line with the file name, the file is noted as having
4124 failed the test.  Otherwise, the file passes the test.
4125 By default, for each valid line, one line is written to standard
4126 output indicating whether the named file passed the test.
4127 After all checks have been performed, if there were any failures,
4128 a warning is issued to standard error.
4129 Use the @option{--status} option to inhibit that output.
4130 If any listed file cannot be opened or read, if any valid line has
4131 an MD5 checksum inconsistent with the associated file, or if no valid
4132 line is found, @command{md5sum} exits with nonzero status.  Otherwise,
4133 it exits successfully.
4134 Note the @command{cksum} command doesn't support @option{--check}
4135 with the older @samp{sysv}, @samp{bsd}, or @samp{crc} algorithms.
4137 @item --ignore-missing
4138 @opindex --ignore-missing
4139 @cindex verifying MD5 checksums
4140 This option is useful only when verifying checksums.
4141 When verifying checksums, don't fail or report any status
4142 for missing files.  This is useful when verifying a subset
4143 of downloaded files given a larger list of checksums.
4145 @item --quiet
4146 @opindex --quiet
4147 @cindex verifying MD5 checksums
4148 This option is useful only when verifying checksums.
4149 When verifying checksums, don't generate an 'OK' message per successfully
4150 checked file.  Files that fail the verification are reported in the
4151 default one-line-per-file format.  If there is any checksum mismatch,
4152 print a warning summarizing the failures to standard error.
4154 @item --status
4155 @opindex --status
4156 @cindex verifying MD5 checksums
4157 This option is useful only when verifying checksums.
4158 When verifying checksums, don't generate the default one-line-per-file
4159 diagnostic and don't output the warning summarizing any failures.
4160 Failures to open or read a file still evoke individual diagnostics to
4161 standard error.
4162 If all listed files are readable and are consistent with the associated
4163 MD5 checksums, exit successfully.  Otherwise exit with a status code
4164 indicating there was a failure.
4166 @item --tag
4167 @opindex --tag
4168 @cindex BSD output
4169 Output BSD style checksums, which indicate the checksum algorithm used.
4170 As a GNU extension, if @option{--zero} is not used, file names with problematic
4171 characters are escaped as described above, with the same escaping indicator of
4172 @samp{\} at the start of the line, being used.
4173 The @option{--tag} option implies binary mode, and is disallowed with
4174 @option{--text} mode as supporting that would unnecessarily complicate
4175 the output format, while providing little benefit.
4176 The @command{cksum} command, uses @option{--tag} as its default output format.
4178 @item -t
4179 @itemx --text
4180 @opindex -t
4181 @opindex --text
4182 @cindex text input files
4183 Note this option is not supported by the @command{cksum} command.
4184 Treat each input file as text, by reading it in text mode and
4185 outputting a @samp{ } flag.  This is the inverse of @option{--binary}.
4186 This option is the default on systems like GNU that do not
4187 distinguish between binary and text files.  On other systems, it is
4188 the default for reading standard input when standard input is a
4189 terminal.  This mode is never defaulted to if @option{--tag} is used.
4191 @item -w
4192 @itemx --warn
4193 @opindex -w
4194 @opindex --warn
4195 @cindex verifying MD5 checksums
4196 When verifying checksums, warn about improperly formatted MD5 checksum lines.
4197 This option is useful only if all but a few lines in the checked input
4198 are valid.
4200 @item --strict
4201 @opindex --strict
4202 @cindex verifying MD5 checksums
4203 When verifying checksums,
4204 if one or more input line is invalid,
4205 exit nonzero after all warnings have been issued.
4207 @optZero
4208 Also file name escaping is not used.
4209 @end table
4211 @exitstatus
4214 @node sha1sum invocation
4215 @section @command{sha1sum}: Print or check SHA-1 digests
4217 @pindex sha1sum
4218 @cindex SHA-1
4219 @cindex 160-bit checksum
4220 @cindex checksum, 160-bit
4221 @cindex fingerprint, 160-bit
4222 @cindex message-digest, 160-bit
4224 @command{sha1sum} computes a 160-bit checksum for each specified
4225 @var{file}.  The usage and options of this command are precisely the
4226 same as for @command{md5sum}.  @xref{md5sum invocation}.
4228 @weakHash{SHA-1}
4231 @node sha2 utilities
4232 @section sha2 utilities: Print or check SHA-2 digests
4234 @pindex sha224sum
4235 @pindex sha256sum
4236 @pindex sha384sum
4237 @pindex sha512sum
4238 @cindex SHA-2
4239 @cindex 224-bit checksum
4240 @cindex 256-bit checksum
4241 @cindex 384-bit checksum
4242 @cindex 512-bit checksum
4243 @cindex checksum, 224-bit
4244 @cindex checksum, 256-bit
4245 @cindex checksum, 384-bit
4246 @cindex checksum, 512-bit
4247 @cindex fingerprint, 224-bit
4248 @cindex fingerprint, 256-bit
4249 @cindex fingerprint, 384-bit
4250 @cindex fingerprint, 512-bit
4251 @cindex message-digest, 224-bit
4252 @cindex message-digest, 256-bit
4253 @cindex message-digest, 384-bit
4254 @cindex message-digest, 512-bit
4256 The commands @command{sha224sum}, @command{sha256sum},
4257 @command{sha384sum} and @command{sha512sum} compute checksums of
4258 various lengths (respectively 224, 256, 384 and 512 bits),
4259 collectively known as the SHA-2 hashes.  The usage and options of
4260 these commands are precisely the same as for @command{md5sum}
4261 and @command{sha1sum}.
4262 @xref{md5sum invocation}.
4265 @node Operating on sorted files
4266 @chapter Operating on sorted files
4268 @cindex operating on sorted files
4269 @cindex sorted files, operations on
4271 These commands work with (or produce) sorted files.
4273 @menu
4274 * sort invocation::             Sort text files.
4275 * shuf invocation::             Shuffle text files.
4276 * uniq invocation::             Uniquify files.
4277 * comm invocation::             Compare two sorted files line by line.
4278 * ptx invocation::              Produce a permuted index of file contents.
4279 * tsort invocation::            Topological sort.
4280 @end menu
4283 @node sort invocation
4284 @section @command{sort}: Sort text files
4286 @pindex sort
4287 @cindex sorting files
4289 @command{sort} sorts, merges, or compares all the lines from the given
4290 files, or standard input if none are given or for a @var{file} of
4291 @samp{-}.  By default, @command{sort} writes the results to standard
4292 output.  Synopsis:
4294 @example
4295 sort [@var{option}]@dots{} [@var{file}]@dots{}
4296 @end example
4298 @cindex sort stability
4299 @cindex sort's last-resort comparison
4300 Many options affect how @command{sort} compares lines; if the results
4301 are unexpected, try the @option{--debug} option to see what happened.
4302 A pair of lines is compared as follows:
4303 @command{sort} compares each pair of fields (see @option{--key}), in the
4304 order specified on the command line, according to the associated
4305 ordering options, until a difference is found or no fields are left.
4306 If no key fields are specified, @command{sort} uses a default key of
4307 the entire line.  Finally, as a last resort when all keys compare
4308 equal, @command{sort} compares entire lines as if no ordering options
4309 other than @option{--reverse} (@option{-r}) were specified.  The
4310 @option{--stable} (@option{-s}) option disables this @dfn{last-resort
4311 comparison} so that lines in which all fields compare equal are left
4312 in their original relative order.  The @option{--unique}
4313 (@option{-u}) option also disables the last-resort comparison.
4314 @vindex LC_ALL
4315 @vindex LC_COLLATE
4317 Unless otherwise specified, all comparisons use the character collating
4318 sequence specified by the @env{LC_COLLATE} locale.@footnote{If you
4319 use a non-POSIX locale (e.g., by setting @env{LC_ALL}
4320 to @samp{en_US}), then @command{sort} may produce output that is sorted
4321 differently than you're accustomed to.  In that case, set the @env{LC_ALL}
4322 environment variable to @samp{C}@.  Note that setting only @env{LC_COLLATE}
4323 has two problems.  First, it is ineffective if @env{LC_ALL} is also set.
4324 Second, it has undefined behavior if @env{LC_CTYPE} (or @env{LANG}, if
4325 @env{LC_CTYPE} is unset) is set to an incompatible value.  For example,
4326 you get undefined behavior if @env{LC_CTYPE} is @code{ja_JP.PCK} but
4327 @env{LC_COLLATE} is @code{en_US.UTF-8}.}
4328 A line's trailing newline is not part of the line for comparison
4329 purposes.  If the final byte of an input file is not a newline, GNU
4330 @command{sort} silently supplies one.  GNU @command{sort} (as
4331 specified for all GNU utilities) has no limit on input line length or
4332 restrictions on bytes allowed within lines.
4334 @command{sort} has three modes of operation: sort (the default), merge,
4335 and check for sortedness.  The following options change the operation
4336 mode:
4338 @table @samp
4340 @item -c
4341 @itemx --check
4342 @itemx --check=diagnose-first
4343 @opindex -c
4344 @opindex --check
4345 @cindex checking for sortedness
4346 Check whether the given file is already sorted: if it is not all
4347 sorted, print a diagnostic containing the first out-of-order line and
4348 exit with a status of 1.
4349 Otherwise, exit successfully.
4350 At most one input file can be given.
4352 @item -C
4353 @itemx --check=quiet
4354 @itemx --check=silent
4355 @opindex -c
4356 @opindex --check
4357 @cindex checking for sortedness
4358 Exit successfully if the given file is already sorted, and
4359 exit with status 1 otherwise.
4360 At most one input file can be given.
4361 This is like @option{-c}, except it does not print a diagnostic.
4363 @item -m
4364 @itemx --merge
4365 @opindex -m
4366 @opindex --merge
4367 @cindex merging sorted files
4368 Merge the given files by sorting them as a group.  Each input file must
4369 always be individually sorted.  It always works to sort instead of
4370 merge; merging is provided because it is faster, in the case where it
4371 works.
4373 @end table
4375 @cindex exit status of @command{sort}
4376 Exit status:
4378 @display
4379 0 if no error occurred
4380 1 if invoked with @option{-c} or @option{-C} and the input is not sorted
4381 2 if an error occurred
4382 @end display
4384 @vindex TMPDIR
4385 If the environment variable @env{TMPDIR} is set, @command{sort} uses its
4386 value as the directory for temporary files instead of @file{/tmp}.  The
4387 @option{--temporary-directory} (@option{-T}) option in turn overrides
4388 the environment variable.
4390 The following options affect the ordering of output lines.  They may be
4391 specified globally or as part of a specific key field.  If no key
4392 fields are specified, global options apply to comparison of entire
4393 lines; otherwise the global options are inherited by key fields that do
4394 not specify any special options of their own.  In pre-POSIX
4395 versions of @command{sort}, global options affect only later key fields,
4396 so portable shell scripts should specify global options first.
4398 @table @samp
4400 @item -b
4401 @itemx --ignore-leading-blanks
4402 @opindex -b
4403 @opindex --ignore-leading-blanks
4404 @cindex blanks, ignoring leading
4405 @vindex LC_CTYPE
4406 Ignore leading blanks when finding sort keys in each line.
4407 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4408 can change this.  Note blanks may be ignored by your locale's collating
4409 rules, but without this option they will be significant for character
4410 positions specified in keys with the @option{-k} option.
4412 @item -d
4413 @itemx --dictionary-order
4414 @opindex -d
4415 @opindex --dictionary-order
4416 @cindex dictionary order
4417 @cindex phone directory order
4418 @cindex telephone directory order
4419 @vindex LC_CTYPE
4420 Sort in @dfn{phone directory} order: ignore all characters except
4421 letters, digits and blanks when sorting.
4422 By default letters and digits are those of ASCII and a blank
4423 is a space or a tab, but the @env{LC_CTYPE} locale can change this.
4425 @item -f
4426 @itemx --ignore-case
4427 @opindex -f
4428 @opindex --ignore-case
4429 @cindex ignoring case
4430 @cindex case folding
4431 @vindex LC_CTYPE
4432 Fold lowercase characters into the equivalent uppercase characters when
4433 comparing so that, for example, @samp{b} and @samp{B} sort as equal.
4434 The @env{LC_CTYPE} locale determines character types.
4435 When used with @option{--unique} those lower case equivalent lines are
4436 thrown away.  (There is currently no way to throw away the upper case
4437 equivalent instead.  (Any @option{--reverse} given would only affect
4438 the final result, after the throwing away.))
4440 @item -g
4441 @itemx --general-numeric-sort
4442 @itemx --sort=general-numeric
4443 @opindex -g
4444 @opindex --general-numeric-sort
4445 @opindex --sort
4446 @cindex general numeric sort
4447 @vindex LC_NUMERIC
4448 Sort numerically, converting a prefix of each line to a long
4449 double-precision floating point number.  @xref{Floating point}.
4450 Do not report overflow, underflow, or conversion errors.
4451 Use the following collating sequence:
4453 @itemize @bullet
4454 @item
4455 Lines that do not start with numbers (all considered to be equal).
4456 @item
4457 NaNs (``Not a Number'' values, in IEEE floating point arithmetic)
4458 in a consistent but machine-dependent order.
4459 @item
4460 Minus infinity.
4461 @item
4462 Finite numbers in ascending numeric order (with @math{-0} and @math{+0} equal).
4463 @item
4464 Plus infinity.
4465 @end itemize
4467 Use this option only if there is no alternative; it is much slower than
4468 @option{--numeric-sort} (@option{-n}) and it can lose information when
4469 converting to floating point.
4471 You can use this option to sort hexadecimal numbers prefixed with
4472 @samp{0x} or @samp{0X}, where those numbers are not fixed width,
4473 or of varying case.  However for hex numbers of consistent case,
4474 and left padded with @samp{0} to a consistent width, a standard
4475 lexicographic sort will be faster.
4477 @item -h
4478 @itemx --human-numeric-sort
4479 @itemx --sort=human-numeric
4480 @opindex -h
4481 @opindex --human-numeric-sort
4482 @opindex --sort
4483 @cindex human numeric sort
4484 @vindex LC_NUMERIC
4485 Sort numerically, first by numeric sign (negative, zero, or positive);
4486 then by SI suffix (either empty, or @samp{k} or @samp{K}, or
4487 one of @samp{MGTPEZY}, in that order; @pxref{Block size}); and finally
4488 by numeric value.  For example, @samp{1023M} sorts before @samp{1G}
4489 because @samp{M} (mega) precedes @samp{G} (giga) as an SI
4490 suffix.  This option sorts values that are consistently scaled to the
4491 nearest suffix, regardless of whether suffixes denote powers of 1000
4492 or 1024, and it therefore sorts the output of any single invocation of
4493 the @command{df}, @command{du}, or @command{ls} commands that are
4494 invoked with their @option{--human-readable} or @option{--si} options.
4495 The syntax for numbers is the same as for the @option{--numeric-sort}
4496 option; the SI suffix must immediately follow the number.
4497 Note also the @command{numfmt} command, which can be used to reformat
4498 numbers to human format @emph{after} the sort, thus often allowing
4499 sort to operate on more accurate numbers.
4501 @item -i
4502 @itemx --ignore-nonprinting
4503 @opindex -i
4504 @opindex --ignore-nonprinting
4505 @cindex nonprinting characters, ignoring
4506 @cindex unprintable characters, ignoring
4507 @vindex LC_CTYPE
4508 Ignore nonprinting characters.
4509 The @env{LC_CTYPE} locale determines character types.
4510 This option has no effect if the stronger @option{--dictionary-order}
4511 (@option{-d}) option is also given.
4513 @item -M
4514 @itemx --month-sort
4515 @itemx --sort=month
4516 @opindex -M
4517 @opindex --month-sort
4518 @opindex --sort
4519 @cindex months, sorting by
4520 @vindex LC_TIME
4521 An initial string, consisting of any amount of blanks, followed
4522 by a month name abbreviation, is folded to UPPER case and
4523 compared in the order @samp{JAN} < @samp{FEB} < @dots{} < @samp{DEC}@.
4524 Invalid names compare low to valid names.  The @env{LC_TIME} locale
4525 category determines the month spellings.
4526 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4527 can change this.
4529 @item -n
4530 @itemx --numeric-sort
4531 @itemx --sort=numeric
4532 @opindex -n
4533 @opindex --numeric-sort
4534 @opindex --sort
4535 @cindex numeric sort
4536 @vindex LC_NUMERIC
4537 Sort numerically.  The number begins each line and consists
4538 of optional blanks, an optional @samp{-} sign, and zero or more
4539 digits possibly separated by thousands separators, optionally followed
4540 by a decimal-point character and zero or more digits.  An empty
4541 number is treated as @samp{0}.  The @env{LC_NUMERIC}
4542 locale specifies the decimal-point character and thousands separator.
4543 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4544 can change this.
4546 Comparison is exact; there is no rounding error.
4548 Neither a leading @samp{+} nor exponential notation is recognized.
4549 To compare such strings numerically, use the
4550 @option{--general-numeric-sort} (@option{-g}) option.
4552 @item -V
4553 @itemx --version-sort
4554 @opindex -V
4555 @opindex --version-sort
4556 @cindex version number sort
4557 Sort by version name and number.  It behaves like a standard sort,
4558 except that each sequence of decimal digits is treated numerically
4559 as an index/version number.  (@xref{Version sort ordering}.)
4561 @item -r
4562 @itemx --reverse
4563 @opindex -r
4564 @opindex --reverse
4565 @cindex reverse sorting
4566 Reverse the result of comparison, so that lines with greater key values
4567 appear earlier in the output instead of later.
4569 @item -R
4570 @itemx --random-sort
4571 @itemx --sort=random
4572 @opindex -R
4573 @opindex --random-sort
4574 @opindex --sort
4575 @cindex random sort
4576 Sort by hashing the input keys and then sorting the hash values.
4577 Choose the hash function at random, ensuring that it is free of
4578 collisions so that differing keys have differing hash values.  This is
4579 like a random permutation of the inputs (@pxref{shuf invocation}),
4580 except that keys with the same value sort together.
4582 If multiple random sort fields are specified, the same random hash
4583 function is used for all fields.  To use different random hash
4584 functions for different fields, you can invoke @command{sort} more
4585 than once.
4587 The choice of hash function is affected by the
4588 @option{--random-source} option.
4590 @end table
4592 Other options are:
4594 @table @samp
4596 @item --compress-program=@var{prog}
4597 Compress any temporary files with the program @var{prog}.
4599 With no arguments, @var{prog} must compress standard input to standard
4600 output, and when given the @option{-d} option it must decompress
4601 standard input to standard output.
4603 Terminate with an error if @var{prog} exits with nonzero status.
4605 White space and the backslash character should not appear in
4606 @var{prog}; they are reserved for future use.
4608 @filesZeroFromOption{sort,,sorted output}
4610 @item -k @var{pos1}[,@var{pos2}]
4611 @itemx --key=@var{pos1}[,@var{pos2}]
4612 @opindex -k
4613 @opindex --key
4614 @cindex sort field
4615 Specify a sort field that consists of the part of the line between
4616 @var{pos1} and @var{pos2} (or the end of the line, if @var{pos2} is
4617 omitted), @emph{inclusive}.
4619 In its simplest form @var{pos} specifies a field number (starting with 1),
4620 with fields being separated by runs of blank characters, and by default
4621 those blanks being included in the comparison at the start of each field.
4622 To adjust the handling of blank characters see the @option{-b} and
4623 @option{-t} options.
4625 More generally,
4626 each @var{pos} has the form @samp{@var{f}[.@var{c}][@var{opts}]},
4627 where @var{f} is the number of the field to use, and @var{c} is the number
4628 of the first character from the beginning of the field.  Fields and character
4629 positions are numbered starting with 1; a character position of zero in
4630 @var{pos2} indicates the field's last character.  If @samp{.@var{c}} is
4631 omitted from @var{pos1}, it defaults to 1 (the beginning of the field);
4632 if omitted from @var{pos2}, it defaults to 0 (the end of the field).
4633 @var{opts} are ordering options, allowing individual keys to be sorted
4634 according to different rules; see below for details.  Keys can span
4635 multiple fields.
4637 Example:  To sort on the second field, use @option{--key=2,2}
4638 (@option{-k 2,2}).  See below for more notes on keys and more examples.
4639 See also the @option{--debug} option to help determine the part
4640 of the line being used in the sort.
4642 @item --debug
4643 Highlight the portion of each line used for sorting.
4644 Also issue warnings about questionable usage to standard error.
4646 @item --batch-size=@var{nmerge}
4647 @opindex --batch-size
4648 @cindex number of inputs to merge, nmerge
4649 Merge at most @var{nmerge} inputs at once.
4651 When @command{sort} has to merge more than @var{nmerge} inputs,
4652 it merges them in groups of @var{nmerge}, saving the result in
4653 a temporary file, which is then used as an input in a subsequent merge.
4655 A large value of @var{nmerge} may improve merge performance and decrease
4656 temporary storage utilization at the expense of increased memory usage
4657 and I/O@.  Conversely a small value of @var{nmerge} may reduce memory
4658 requirements and I/O at the expense of temporary storage consumption and
4659 merge performance.
4661 The value of @var{nmerge} must be at least 2.  The default value is
4662 currently 16, but this is implementation-dependent and may change in
4663 the future.
4665 The value of @var{nmerge} may be bounded by a resource limit for open
4666 file descriptors.  The commands @samp{ulimit -n} or @samp{getconf
4667 OPEN_MAX} may display limits for your systems; these limits may be
4668 modified further if your program already has some files open, or if
4669 the operating system has other limits on the number of open files.  If
4670 the value of @var{nmerge} exceeds the resource limit, @command{sort}
4671 silently uses a smaller value.
4673 @item -o @var{output-file}
4674 @itemx --output=@var{output-file}
4675 @opindex -o
4676 @opindex --output
4677 @cindex overwriting of input, allowed
4678 Write output to @var{output-file} instead of standard output.
4679 Normally, @command{sort} reads all input before opening
4680 @var{output-file}, so you can sort a file in place by using
4681 commands like @code{sort -o F F} and @code{cat F | sort -o F}@.
4682 However, it is often safer to output to an otherwise-unused file, as
4683 data may be lost if the system crashes or @command{sort} encounters
4684 an I/O or other serious error while a file is being sorted in place.
4685 Also, @command{sort} with @option{--merge} (@option{-m}) can open
4686 the output file before reading all input, so a command like @code{cat
4687 F | sort -m -o F - G} is not safe as @command{sort} might start
4688 writing @file{F} before @command{cat} is done reading it.
4690 @vindex POSIXLY_CORRECT
4691 On newer systems, @option{-o} cannot appear after an input file if
4692 @env{POSIXLY_CORRECT} is set, e.g., @samp{sort F -o F}@.  Portable
4693 scripts should specify @option{-o @var{output-file}} before any input
4694 files.
4696 @item --random-source=@var{file}
4697 @opindex --random-source
4698 @cindex random source for sorting
4699 Use @var{file} as a source of random data used to determine which
4700 random hash function to use with the @option{-R} option.  @xref{Random
4701 sources}.
4703 @item -s
4704 @itemx --stable
4705 @opindex -s
4706 @opindex --stable
4707 @cindex sort stability
4708 @cindex sort's last-resort comparison
4710 Make @command{sort} stable by disabling its last-resort comparison.
4711 This option has no effect if no fields or global ordering options
4712 other than @option{--reverse} (@option{-r}) are specified.
4714 @item -S @var{size}
4715 @itemx --buffer-size=@var{size}
4716 @opindex -S
4717 @opindex --buffer-size
4718 @cindex size for main memory sorting
4719 Use a main-memory sort buffer of the given @var{size}.  By default,
4720 @var{size} is in units of 1024 bytes.  Appending @samp{%} causes
4721 @var{size} to be interpreted as a percentage of physical memory.
4722 Appending @samp{K} multiplies @var{size} by 1024 (the default),
4723 @samp{M} by 1,048,576, @samp{G} by 1,073,741,824, and so on for
4724 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}@.  Appending
4725 @samp{b} causes @var{size} to be interpreted as a byte count, with no
4726 multiplication.
4728 This option can improve the performance of @command{sort} by causing it
4729 to start with a larger or smaller sort buffer than the default.
4730 However, this option affects only the initial buffer size.  The buffer
4731 grows beyond @var{size} if @command{sort} encounters input lines larger
4732 than @var{size}.
4734 @item -t @var{separator}
4735 @itemx --field-separator=@var{separator}
4736 @opindex -t
4737 @opindex --field-separator
4738 @cindex field separator character
4739 Use character @var{separator} as the field separator when finding the
4740 sort keys in each line.  By default, fields are separated by the empty
4741 string between a non-blank character and a blank character.
4742 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4743 can change this.
4745 That is, given the input line @w{@samp{ foo bar}}, @command{sort} breaks it
4746 into fields @w{@samp{ foo}} and @w{@samp{ bar}}.  The field separator is
4747 not considered to be part of either the field preceding or the field
4748 following, so with @samp{sort @w{-t " "}} the same input line has
4749 three fields: an empty field, @samp{foo}, and @samp{bar}.
4750 However, fields that extend to the end of the line,
4751 as @option{-k 2}, or fields consisting of a range, as @option{-k 2,3},
4752 retain the field separators present between the endpoints of the range.
4754 To specify ASCII NUL as the field separator,
4755 use the two-character string @samp{\0}, e.g., @samp{sort -t '\0'}.
4757 @item -T @var{tempdir}
4758 @itemx --temporary-directory=@var{tempdir}
4759 @opindex -T
4760 @opindex --temporary-directory
4761 @cindex temporary directory
4762 @vindex TMPDIR
4763 Use directory @var{tempdir} to store temporary files, overriding the
4764 @env{TMPDIR} environment variable.  If this option is given more than
4765 once, temporary files are stored in all the directories given.  If you
4766 have a large sort or merge that is I/O-bound, you can often improve
4767 performance by using this option to specify directories on different
4768 file systems.
4770 @item --parallel=@var{n}
4771 @opindex --parallel
4772 @cindex multithreaded sort
4773 Set the number of sorts run in parallel to @var{n}. By default,
4774 @var{n} is set to the number of available processors, but limited
4775 to 8, as there are diminishing performance gains after that.
4776 Note also that using @var{n} threads increases the memory usage by
4777 a factor of log @var{n}.  Also see @ref{nproc invocation}.
4779 @item -u
4780 @itemx --unique
4781 @opindex -u
4782 @opindex --unique
4783 @cindex uniquifying output
4785 Normally, output only the first of a sequence of lines that compare
4786 equal.  For the @option{--check} (@option{-c} or @option{-C}) option,
4787 check that no pair of consecutive lines compares equal.
4789 This option also disables the default last-resort comparison.
4791 The commands @code{sort -u} and @code{sort | uniq} are equivalent, but
4792 this equivalence does not extend to arbitrary @command{sort} options.
4793 For example, @code{sort -n -u} inspects only the value of the initial
4794 numeric string when checking for uniqueness, whereas @code{sort -n |
4795 uniq} inspects the entire line.  @xref{uniq invocation}.
4797 @optZeroTerminated
4798 @macro newlineFieldSeparator
4799 Note with @option{-z} the newline character is treated as a field separator.
4800 @end macro
4802 @end table
4804 Historical (BSD and System V) implementations of @command{sort} have
4805 differed in their interpretation of some options, particularly
4806 @option{-b}, @option{-f}, and @option{-n}.
4807 GNU sort follows the POSIX
4808 behavior, which is usually (but not always!) like the System V behavior.
4809 According to POSIX, @option{-n} no longer implies @option{-b}.  For
4810 consistency, @option{-M} has been changed in the same way.  This may
4811 affect the meaning of character positions in field specifications in
4812 obscure cases.  The only fix is to add an explicit @option{-b}.
4814 A position in a sort field specified with @option{-k} may have any
4815 of the option letters @samp{MbdfghinRrV} appended to it, in which case no
4816 global ordering options are inherited by that particular field.  The
4817 @option{-b} option may be independently attached to either or both of
4818 the start and end positions of a field specification, and if it is
4819 inherited from the global options it will be attached to both.
4820 If input lines can contain leading or adjacent blanks and @option{-t}
4821 is not used, then @option{-k} is typically combined with @option{-b} or
4822 an option that implicitly ignores leading blanks (@samp{Mghn}) as otherwise
4823 the varying numbers of leading blanks in fields can cause confusing results.
4825 If the start position in a sort field specifier falls after the end of
4826 the line or after the end field, the field is empty.  If the @option{-b}
4827 option was specified, the @samp{.@var{c}} part of a field specification
4828 is counted from the first nonblank character of the field.
4830 @vindex _POSIX2_VERSION
4831 @vindex POSIXLY_CORRECT
4832 On systems not conforming to POSIX 1003.1-2001,
4833 @command{sort} supports a traditional origin-zero
4834 syntax @samp{+@var{pos1} [-@var{pos2}]} for specifying sort keys.
4835 The traditional command @samp{sort +@var{a}.@var{x} -@var{b}.@var{y}}
4836 is equivalent to @samp{sort -k @var{a+1}.@var{x+1},@var{b}} if @var{y}
4837 is @samp{0} or absent, otherwise it is equivalent to @samp{sort -k
4838 @var{a+1}.@var{x+1},@var{b+1}.@var{y}}.
4840 This traditional behavior can be controlled with the
4841 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
4842 conformance}); it can also be enabled when @env{POSIXLY_CORRECT} is
4843 not set by using the traditional syntax with @samp{-@var{pos2}} present.
4845 Scripts intended for use on standard hosts should avoid traditional
4846 syntax and should use @option{-k} instead.  For example, avoid
4847 @samp{sort +2}, since it might be interpreted as either @samp{sort
4848 ./+2} or @samp{sort -k 3}.  If your script must also run on hosts that
4849 support only the traditional syntax, it can use a test like @samp{if sort
4850 -k 1 </dev/null >/dev/null 2>&1; then @dots{}} to decide which syntax
4851 to use.
4853 Here are some examples to illustrate various combinations of options.
4855 @itemize @bullet
4857 @item
4858 Sort in descending (reverse) numeric order.
4860 @example
4861 sort -n -r
4862 @end example
4864 @item
4865 Run no more than 4 sorts concurrently, using a buffer size of 10M.
4867 @example
4868 sort --parallel=4 -S 10M
4869 @end example
4871 @item
4872 Sort alphabetically, omitting the first and second fields
4873 and the blanks at the start of the third field.
4874 This uses a single key composed of the characters beginning
4875 at the start of the first nonblank character in field three
4876 and extending to the end of each line.
4878 @example
4879 sort -k 3b
4880 @end example
4882 @item
4883 Sort numerically on the second field and resolve ties by sorting
4884 alphabetically on the third and fourth characters of field five.
4885 Use @samp{:} as the field delimiter.
4887 @example
4888 sort -t : -k 2,2n -k 5.3,5.4
4889 @end example
4891 Note that if you had written @option{-k 2n} instead of @option{-k 2,2n}
4892 @command{sort} would have used all characters beginning in the second field
4893 and extending to the end of the line as the primary @emph{numeric}
4894 key.  For the large majority of applications, treating keys spanning
4895 more than one field as numeric will not do what you expect.
4897 Also note that the @samp{n} modifier was applied to the field-end
4898 specifier for the first key.  It would have been equivalent to
4899 specify @option{-k 2n,2} or @option{-k 2n,2n}.  All modifiers except
4900 @samp{b} apply to the associated @emph{field}, regardless of whether
4901 the modifier character is attached to the field-start and/or the
4902 field-end part of the key specifier.
4904 @item
4905 Sort the password file on the fifth field and ignore any
4906 leading blanks.  Sort lines with equal values in field five
4907 on the numeric user ID in field three.  Fields are separated
4908 by @samp{:}.
4910 @example
4911 sort -t : -k 5b,5 -k 3,3n /etc/passwd
4912 sort -t : -n -k 5b,5 -k 3,3 /etc/passwd
4913 sort -t : -b -k 5,5 -k 3,3n /etc/passwd
4914 @end example
4916 These three commands have equivalent effect.  The first specifies that
4917 the first key's start position ignores leading blanks and the second
4918 key is sorted numerically.  The other two commands rely on global
4919 options being inherited by sort keys that lack modifiers.  The inheritance
4920 works in this case because @option{-k 5b,5b} and @option{-k 5b,5} are
4921 equivalent, as the location of a field-end lacking a @samp{.@var{c}}
4922 character position is not affected by whether initial blanks are
4923 skipped.
4925 @item
4926 Sort a set of log files, primarily by IPv4 address and secondarily by
4927 timestamp.  If two lines' primary and secondary keys are identical,
4928 output the lines in the same order that they were input.  The log
4929 files contain lines that look like this:
4931 @example
4932 4.150.156.3 - - [01/Apr/2020:06:31:51 +0000] message 1
4933 211.24.3.231 - - [24/Apr/2020:20:17:39 +0000] message 2
4934 @end example
4936 Fields are separated by exactly one space.  Sort IPv4 addresses
4937 lexicographically, e.g., 212.61.52.2 sorts before 212.129.233.201
4938 because 61 is less than 129.
4940 @example
4941 sort -s -t ' ' -k 4.9n -k 4.5M -k 4.2n -k 4.14,4.21 file*.log |
4942 sort -s -t '.' -k 1,1n -k 2,2n -k 3,3n -k 4,4n
4943 @end example
4945 This example cannot be done with a single @command{sort} invocation,
4946 since IPv4 address components are separated by @samp{.} while dates
4947 come just after a space.  So it is broken down into two invocations of
4948 @command{sort}: the first sorts by timestamp and the second by IPv4
4949 address.  The timestamp is sorted by year, then month, then day, and
4950 finally by hour-minute-second field, using @option{-k} to isolate each
4951 field.  Except for hour-minute-second there's no need to specify the
4952 end of each key field, since the @samp{n} and @samp{M} modifiers sort
4953 based on leading prefixes that cannot cross field boundaries.  The
4954 IPv4 addresses are sorted lexicographically.  The second sort uses
4955 @samp{-s} so that ties in the primary key are broken by the secondary
4956 key; the first sort uses @samp{-s} so that the combination of the two
4957 sorts is stable.
4959 @item
4960 Generate a tags file in case-insensitive sorted order.
4962 @example
4963 find src -type f -print0 | sort -z -f | xargs -0 etags --append
4964 @end example
4966 The use of @option{-print0}, @option{-z}, and @option{-0} in this case means
4967 that file names that contain blanks or other special characters are
4968 not broken up
4969 by the sort operation.
4971 @c This example is a bit contrived and needs more explanation.
4972 @c @item
4973 @c Sort records separated by an arbitrary string by using a pipe to convert
4974 @c each record delimiter string to @samp{\0}, then using sort's -z option,
4975 @c and converting each @samp{\0} back to the original record delimiter.
4977 @c @example
4978 @c printf 'c\n\nb\n\na\n' |
4979 @c perl -0pe 's/\n\n/\n\0/g' |
4980 @c sort -z |
4981 @c perl -0pe 's/\0/\n/g'
4982 @c @end example
4984 @item
4985 Use the common DSU, Decorate Sort Undecorate idiom to
4986 sort lines according to their length.
4988 @example
4989 awk '@{print length, $0@}' /etc/passwd | sort -n | cut -f2- -d' '
4990 @end example
4992 In general this technique can be used to sort data that the @command{sort}
4993 command does not support, or is inefficient at, sorting directly.
4995 @item
4996 Shuffle a list of directories, but preserve the order of files within
4997 each directory.  For instance, one could use this to generate a music
4998 playlist in which albums are shuffled but the songs of each album are
4999 played in order.
5001 @example
5002 ls */* | sort -t / -k 1,1R -k 2,2
5003 @end example
5005 @end itemize
5008 @node shuf invocation
5009 @section @command{shuf}: Shuffling text
5011 @pindex shuf
5012 @cindex shuffling files
5014 @command{shuf} shuffles its input by outputting a random permutation
5015 of its input lines.  Each output permutation is equally likely.
5016 Synopses:
5018 @example
5019 shuf [@var{option}]@dots{} [@var{file}]
5020 shuf -e [@var{option}]@dots{} [@var{arg}]@dots{}
5021 shuf -i @var{lo}-@var{hi} [@var{option}]@dots{}
5022 @end example
5024 @command{shuf} has three modes of operation that affect where it
5025 obtains its input lines.  By default, it reads lines from standard
5026 input.  The following options change the operation mode:
5028 @table @samp
5030 @item -e
5031 @itemx --echo
5032 @opindex -c
5033 @opindex --echo
5034 @cindex command-line operands to shuffle
5035 Treat each command-line operand as an input line.
5037 @item -i @var{lo}-@var{hi}
5038 @itemx --input-range=@var{lo}-@var{hi}
5039 @opindex -i
5040 @opindex --input-range
5041 @cindex input range to shuffle
5042 Act as if input came from a file containing the range of unsigned
5043 decimal integers @var{lo}@dots{}@var{hi}, one per line.
5045 @end table
5047 @command{shuf}'s other options can affect its behavior in all
5048 operation modes:
5050 @table @samp
5052 @item -n @var{count}
5053 @itemx --head-count=@var{count}
5054 @opindex -n
5055 @opindex --head-count
5056 @cindex head of output
5057 Output at most @var{count} lines.  By default, all input lines are
5058 output.
5060 @item -o @var{output-file}
5061 @itemx --output=@var{output-file}
5062 @opindex -o
5063 @opindex --output
5064 @cindex overwriting of input, allowed
5065 Write output to @var{output-file} instead of standard output.
5066 @command{shuf} reads all input before opening
5067 @var{output-file}, so you can safely shuffle a file in place by using
5068 commands like @code{shuf -o F <F} and @code{cat F | shuf -o F}.
5070 @item --random-source=@var{file}
5071 @opindex --random-source
5072 @cindex random source for shuffling
5073 Use @var{file} as a source of random data used to determine which
5074 permutation to generate.  @xref{Random sources}.
5076 @item -r
5077 @itemx --repeat
5078 @opindex -r
5079 @opindex --repeat
5080 @cindex repeat output values
5081 Repeat output values, that is, select with replacement.  With this
5082 option the output is not a permutation of the input; instead, each
5083 output line is randomly chosen from all the inputs.  This option is
5084 typically combined with @option{--head-count}; if
5085 @option{--head-count} is not given, @command{shuf} repeats
5086 indefinitely.
5088 @optZeroTerminated
5090 @end table
5092 For example:
5094 @example
5095 shuf <<EOF
5096 A man,
5097 a plan,
5098 a canal:
5099 Panama!
5101 @end example
5103 @noindent
5104 might produce the output
5106 @example
5107 Panama!
5108 A man,
5109 a canal:
5110 a plan,
5111 @end example
5113 @noindent
5114 Similarly, the command:
5116 @example
5117 shuf -e clubs hearts diamonds spades
5118 @end example
5120 @noindent
5121 might output:
5123 @example
5124 clubs
5125 diamonds
5126 spades
5127 hearts
5128 @end example
5130 @noindent
5131 and the command @samp{shuf -i 1-4} might output:
5133 @example
5138 @end example
5140 @noindent
5141 The above examples all have four input lines, so @command{shuf} might
5142 produce any of the twenty-four possible permutations of the input.  In
5143 general, if there are @var{n} input lines, there are @var{n}! (i.e.,
5144 @var{n} factorial, or @var{n} * (@var{n} - 1) * @dots{} * 1) possible
5145 output permutations.
5147 @noindent
5148 To output 50 random numbers each in the range 0 through 9, use:
5150 @example
5151 shuf -r -n 50 -i 0-9
5152 @end example
5154 @noindent
5155 To simulate 100 coin flips, use:
5157 @example
5158 shuf -r -n 100 -e Head Tail
5159 @end example
5161 @exitstatus
5164 @node uniq invocation
5165 @section @command{uniq}: Uniquify files
5167 @pindex uniq
5168 @cindex uniquify files
5170 @command{uniq} writes the unique lines in the given @file{input}, or
5171 standard input if nothing is given or for an @var{input} name of
5172 @samp{-}.  Synopsis:
5174 @example
5175 uniq [@var{option}]@dots{} [@var{input} [@var{output}]]
5176 @end example
5178 By default, @command{uniq} prints its input lines, except that
5179 it discards all but the first of adjacent repeated lines, so that
5180 no output lines are repeated.  Optionally, it can instead discard
5181 lines that are not repeated, or all repeated lines.
5183 The input need not be sorted, but repeated input lines are detected
5184 only if they are adjacent.  If you want to discard non-adjacent
5185 duplicate lines, perhaps you want to use @code{sort -u}.
5186 @xref{sort invocation}.
5188 @vindex LC_COLLATE
5189 Comparisons honor the rules specified by the @env{LC_COLLATE}
5190 locale category.
5192 If no @var{output} file is specified, @command{uniq} writes to standard
5193 output.
5195 The program accepts the following options.  Also see @ref{Common options}.
5197 @table @samp
5199 @item -f @var{n}
5200 @itemx --skip-fields=@var{n}
5201 @opindex -f
5202 @opindex --skip-fields
5203 Skip @var{n} fields on each line before checking for uniqueness.  Use
5204 a null string for comparison if a line has fewer than @var{n} fields.
5205 Fields are a sequence of blank characters followed by non-blank characters.
5206 Field numbers are one based, i.e., @option{-f 1} will skip the first
5207 field (which may optionally have leading blanks).
5209 For compatibility @command{uniq} supports a traditional option syntax
5210 @option{-@var{n}}.  New scripts should use @option{-f @var{n}} instead.
5212 @item -s @var{n}
5213 @itemx --skip-chars=@var{n}
5214 @opindex -s
5215 @opindex --skip-chars
5216 Skip @var{n} characters before checking for uniqueness.  Use a null string
5217 for comparison if a line has fewer than @var{n} characters.  If you use both
5218 the field and character skipping options, fields are skipped over first.
5220 @vindex _POSIX2_VERSION
5221 On systems not conforming to POSIX 1003.1-2001,
5222 @command{uniq} supports a traditional option syntax
5223 @option{+@var{n}}.
5224 Although this traditional behavior can be controlled with the
5225 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
5226 conformance}), portable scripts should avoid commands whose
5227 behavior depends on this variable.
5228 For example, use @samp{uniq ./+10} or @samp{uniq -s 10} rather than
5229 the ambiguous @samp{uniq +10}.
5231 @item -c
5232 @itemx --count
5233 @opindex -c
5234 @opindex --count
5235 Print the number of times each line occurred along with the line.
5237 @item -i
5238 @itemx --ignore-case
5239 @opindex -i
5240 @opindex --ignore-case
5241 Ignore differences in case when comparing lines.
5243 @item -d
5244 @itemx --repeated
5245 @opindex -d
5246 @opindex --repeated
5247 @cindex repeated lines, outputting
5248 Discard lines that are not repeated.  When used by itself, this option
5249 causes @command{uniq} to print the first copy of each repeated line,
5250 and nothing else.
5252 @item -D
5253 @itemx --all-repeated[=@var{delimit-method}]
5254 @opindex -D
5255 @opindex --all-repeated
5256 @cindex all repeated lines, outputting
5257 Do not discard the second and subsequent repeated input lines,
5258 but discard lines that are not repeated.
5259 This option is useful mainly in conjunction with other options e.g.,
5260 to ignore case or to compare only selected fields.
5261 The optional @var{delimit-method}, supported with the long form option,
5262 specifies how to delimit groups of repeated lines, and must be one of the
5263 following:
5265 @table @samp
5267 @item none
5268 Do not delimit groups of repeated lines.
5269 This is equivalent to @option{--all-repeated} (@option{-D}).
5271 @item prepend
5272 Output a newline before each group of repeated lines.
5273 @macro nulOutputNote
5274 With @option{--zero-terminated} (@option{-z}), use a zero
5275 byte (ASCII NUL) instead of a newline as the delimiter.
5276 @end macro
5277 @nulOutputNote
5279 @item separate
5280 Separate groups of repeated lines with a single newline.
5281 This is the same as using @samp{prepend}, except that
5282 no delimiter is inserted before the first group, and hence
5283 may be better suited for output direct to users.
5284 @nulOutputNote
5285 @end table
5287 @macro ambiguousGroupNote
5288 Note that when groups are delimited and the input stream contains
5289 blank lines, then the output is ambiguous.
5290 To avoid that, filter the input through @samp{tr -s '\\n'} to
5291 remove blank lines.
5292 @end macro
5293 @ambiguousGroupNote
5295 This is a GNU extension.
5296 @c FIXME: give an example showing *how* it's useful
5298 @item --group[=@var{delimit-method}]
5299 @opindex --group
5300 @cindex all lines, grouping
5301 Output all lines, and delimit each unique group.
5302 @nulOutputNote
5303 The optional @var{delimit-method} specifies how to delimit
5304 groups, and must be one of the following:
5306 @table @samp
5308 @item separate
5309 Separate unique groups with a single delimiter.
5310 This is the default delimiting method if none is specified,
5311 and better suited for output direct to users.
5313 @item prepend
5314 Output a delimiter before each group of unique items.
5316 @item append
5317 Output a delimiter after each group of unique items.
5319 @item both
5320 Output a delimiter around each group of unique items.
5321 @end table
5323 @ambiguousGroupNote
5325 This is a GNU extension.
5327 @item -u
5328 @itemx --unique
5329 @opindex -u
5330 @opindex --unique
5331 @cindex unique lines, outputting
5332 Discard the last line that would be output for a repeated input group.
5333 When used by itself, this option causes @command{uniq} to print unique
5334 lines, and nothing else.
5336 @item -w @var{n}
5337 @itemx --check-chars=@var{n}
5338 @opindex -w
5339 @opindex --check-chars
5340 Compare at most @var{n} characters on each line (after skipping any specified
5341 fields and characters).  By default the entire rest of the lines are
5342 compared.
5344 @optZeroTerminated
5345 @newlineFieldSeparator
5347 @end table
5349 @exitstatus
5352 @node comm invocation
5353 @section @command{comm}: Compare two sorted files line by line
5355 @pindex comm
5356 @cindex line-by-line comparison
5357 @cindex comparing sorted files
5359 @command{comm} writes to standard output lines that are common, and lines
5360 that are unique, to two input files; a file name of @samp{-} means
5361 standard input.  Synopsis:
5363 @example
5364 comm [@var{option}]@dots{} @var{file1} @var{file2}
5365 @end example
5367 @vindex LC_COLLATE
5368 Before @command{comm} can be used, the input files must be sorted using the
5369 collating sequence specified by the @env{LC_COLLATE} locale.
5370 If an input file ends in a non-newline
5371 character, a newline is silently appended.  The @command{sort} command with
5372 no options always outputs a file that is suitable input to @command{comm}.
5374 @cindex differing lines
5375 @cindex common lines
5376 With no options, @command{comm} produces three-column output.  Column one
5377 contains lines unique to @var{file1}, column two contains lines unique
5378 to @var{file2}, and column three contains lines common to both files.
5379 Columns are separated by a single TAB character.
5380 @c FIXME: when there's an option to supply an alternative separator
5381 @c string, append "by default" to the above sentence.
5383 @opindex -1
5384 @opindex -2
5385 @opindex -3
5386 The options @option{-1}, @option{-2}, and @option{-3} suppress printing of
5387 the corresponding columns (and separators).  Also see @ref{Common options}.
5389 Unlike some other comparison utilities, @command{comm} has an exit
5390 status that does not depend on the result of the comparison.
5391 Upon normal completion @command{comm} produces an exit code of zero.
5392 If there is an error it exits with nonzero status.
5394 @macro checkOrderOption{cmd}
5395 If the @option{--check-order} option is given, unsorted inputs will
5396 cause a fatal error message.  If the option @option{--nocheck-order}
5397 is given, unsorted inputs will never cause an error message.  If neither
5398 of these options is given, wrongly sorted inputs are diagnosed
5399 only if an input file is found to contain unpairable
5400 @ifset JOIN_COMMAND
5401 lines, and when both input files are non empty.
5402 @end ifset
5403 @ifclear JOIN_COMMAND
5404 lines.
5405 @end ifclear
5406 If an input file is diagnosed as being unsorted, the @command{\cmd\}
5407 command will exit with a nonzero status (and the output should not be used).
5409 Forcing @command{\cmd\} to process wrongly sorted input files
5410 containing unpairable lines by specifying @option{--nocheck-order} is
5411 not guaranteed to produce any particular output.  The output will
5412 probably not correspond with whatever you hoped it would be.
5413 @end macro
5414 @checkOrderOption{comm}
5416 @table @samp
5418 @item --check-order
5419 Fail with an error message if either input file is wrongly ordered.
5421 @item --nocheck-order
5422 Do not check that both input files are in sorted order.
5424 Other options are:
5426 @item --output-delimiter=@var{str}
5427 Print @var{str} between adjacent output columns,
5428 rather than the default of a single TAB character.
5430 The delimiter @var{str} may be empty, in which case
5431 the ASCII NUL character is used to delimit output columns.
5433 @item --total
5434 Output a summary at the end.
5436 Similar to the regular output,
5437 column one contains the total number of lines unique to @var{file1},
5438 column two contains the total number of lines unique to @var{file2}, and
5439 column three contains the total number of lines common to both files,
5440 followed by the word @samp{total} in the additional column four.
5442 In the following example, @command{comm} omits the regular output
5443 (@option{-123}), thus just printing the summary:
5445 @example
5446 $ printf '%s\n' a b c d e     > file1
5447 $ printf '%s\n'   b c d e f g > file2
5448 $ comm --total -123 file1 file2
5449 1       2       4       total
5450 @end example
5452 This option is a GNU extension.  Portable scripts should use @command{wc} to
5453 get the totals, e.g. for the above example files:
5455 @example
5456 $ comm -23 file1 file2 | wc -l    # number of lines only in file1
5458 $ comm -13 file1 file2 | wc -l    # number of lines only in file2
5460 $ comm -12 file1 file2 | wc -l    # number of lines common to both files
5462 @end example
5464 @optZeroTerminated
5466 @end table
5468 @node ptx invocation
5469 @section @command{ptx}: Produce permuted indexes
5471 @pindex ptx
5473 @command{ptx} reads a text file and essentially produces a permuted index, with
5474 each keyword in its context.  The calling sketch is either one of:
5476 @example
5477 ptx [@var{option} @dots{}] [@var{file} @dots{}]
5478 ptx -G [@var{option} @dots{}] [@var{input} [@var{output}]]
5479 @end example
5481 The @option{-G} (or its equivalent: @option{--traditional}) option disables
5482 all GNU extensions and reverts to traditional mode, thus introducing some
5483 limitations and changing several of the program's default option values.
5484 When @option{-G} is not specified, GNU extensions are always enabled.
5485 GNU extensions to @command{ptx} are documented wherever appropriate in this
5486 document.  @xref{Compatibility in ptx}, for the full list.
5488 Individual options are explained in the following sections.
5490 When GNU extensions are enabled, there may be zero, one or several
5491 @var{file}s after the options.  If there is no @var{file}, the program
5492 reads the standard input.  If there is one or several @var{file}s, they
5493 give the name of input files which are all read in turn, as if all the
5494 input files were concatenated.  However, there is a full contextual
5495 break between each file and, when automatic referencing is requested,
5496 file names and line numbers refer to individual text input files.  In
5497 all cases, the program outputs the permuted index to the standard
5498 output.
5500 When GNU extensions are @emph{not} enabled, that is, when the program
5501 operates in traditional mode, there may be zero, one or two parameters
5502 besides the options.  If there are no parameters, the program reads the
5503 standard input and outputs the permuted index to the standard output.
5504 If there is only one parameter, it names the text @var{input} to be read
5505 instead of the standard input.  If two parameters are given, they give
5506 respectively the name of the @var{input} file to read and the name of
5507 the @var{output} file to produce.  @emph{Be very careful} to note that,
5508 in this case, the contents of file given by the second parameter is
5509 destroyed.  This behavior is dictated by System V @command{ptx}
5510 compatibility; GNU Standards normally discourage output parameters not
5511 introduced by an option.
5513 Note that for @emph{any} file named as the value of an option or as an
5514 input text file, a single dash @samp{-} may be used, in which case
5515 standard input is assumed.  However, it would not make sense to use this
5516 convention more than once per program invocation.
5518 @menu
5519 * General options in ptx::      Options which affect general program behavior.
5520 * Charset selection in ptx::    Underlying character set considerations.
5521 * Input processing in ptx::     Input fields, contexts, and keyword selection.
5522 * Output formatting in ptx::    Types of output format, and sizing the fields.
5523 * Compatibility in ptx::
5524 @end menu
5527 @node General options in ptx
5528 @subsection General options
5530 @table @samp
5532 @item -G
5533 @itemx --traditional
5534 As already explained, this option disables all GNU extensions to
5535 @command{ptx} and switches to traditional mode.
5537 @item --help
5538 Print a short help on standard output, then exit without further
5539 processing.
5541 @item --version
5542 Print the program version on standard output, then exit without further
5543 processing.
5545 @end table
5547 @exitstatus
5550 @node Charset selection in ptx
5551 @subsection Charset selection
5553 As it is set up now, @command{ptx} assumes that the input file is coded
5554 using 8-bit characters, and it may not work well in multibyte locales.
5555 In a single-byte locale, the default regular expression
5556 for a keyword allows foreign or diacriticized letters.  Keyword sorting,
5557 however, is still crude; it obeys the underlying character set ordering
5558 quite blindly.
5560 The output of @command{ptx} assumes the locale's character encoding.
5561 For example, with @command{ptx}'s @option{-T} option, if the locale
5562 uses the Latin-1 encoding you may need a LaTeX directive like
5563 @samp{\usepackage[latin1]@{inputenc@}} to render non-ASCII characters
5564 correctly.
5566 @table @samp
5568 @item -f
5569 @itemx --ignore-case
5570 @opindex -f
5571 @opindex --ignore-case
5572 Fold lower case letters to upper case for sorting.
5574 @end table
5577 @node Input processing in ptx
5578 @subsection Word selection and input processing
5580 @table @samp
5582 @item -b @var{file}
5583 @itemx --break-file=@var{file}
5584 @opindex -b
5585 @opindex --break-file
5587 This option provides an alternative (to @option{-W}) method of describing
5588 which characters make up words.  It introduces the name of a
5589 file which contains a list of characters which can@emph{not} be part of
5590 one word; this file is called the @dfn{Break file}.  Any character which
5591 is not part of the Break file is a word constituent.  If both options
5592 @option{-b} and @option{-W} are specified, then @option{-W} has precedence and
5593 @option{-b} is ignored.
5595 When GNU extensions are enabled, the only way to avoid newline as a
5596 break character is to write all the break characters in the file with no
5597 newline at all, not even at the end of the file.  When GNU extensions
5598 are disabled, spaces, tabs and newlines are always considered as break
5599 characters even if not included in the Break file.
5601 @item -i @var{file}
5602 @itemx --ignore-file=@var{file}
5603 @opindex -i
5604 @opindex --ignore-file
5606 The file associated with this option contains a list of words which will
5607 never be taken as keywords in concordance output.  It is called the
5608 @dfn{Ignore file}.  The file contains exactly one word in each line; the
5609 end of line separation of words is not subject to the value of the
5610 @option{-S} option.
5612 @item -o @var{file}
5613 @itemx --only-file=@var{file}
5614 @opindex -o
5615 @opindex --only-file
5617 The file associated with this option contains a list of words which will
5618 be retained in concordance output; any word not mentioned in this file
5619 is ignored.  The file is called the @dfn{Only file}.  The file contains
5620 exactly one word in each line; the end of line separation of words is
5621 not subject to the value of the @option{-S} option.
5623 There is no default for the Only file.  When both an Only file and an
5624 Ignore file are specified, a word is considered a keyword only
5625 if it is listed in the Only file and not in the Ignore file.
5627 @item -r
5628 @itemx --references
5629 @opindex -r
5630 @opindex --references
5632 On each input line, the leading sequence of non-white space characters will be
5633 taken to be a reference that has the purpose of identifying this input
5634 line in the resulting permuted index.
5635 @xref{Output formatting in ptx},
5636 for more information about reference production.
5637 Using this option changes the default value for option @option{-S}.
5639 Using this option, the program does not try very hard to remove
5640 references from contexts in output, but it succeeds in doing so
5641 @emph{when} the context ends exactly at the newline.  If option
5642 @option{-r} is used with @option{-S} default value, or when GNU extensions
5643 are disabled, this condition is always met and references are completely
5644 excluded from the output contexts.
5646 @item -S @var{regexp}
5647 @itemx --sentence-regexp=@var{regexp}
5648 @opindex -S
5649 @opindex --sentence-regexp
5651 This option selects which regular expression will describe the end of a
5652 line or the end of a sentence.  In fact, this regular expression is not
5653 the only distinction between end of lines or end of sentences, and input
5654 line boundaries have no special significance outside this option.  By
5655 default, when GNU extensions are enabled and if @option{-r} option is not
5656 used, end of sentences are used.  In this case, this @var{regex} is
5657 imported from GNU Emacs:
5659 @example
5660 [.?!][]\"')@}]*\\($\\|\t\\|  \\)[ \t\n]*
5661 @end example
5663 Whenever GNU extensions are disabled or if @option{-r} option is used, end
5664 of lines are used; in this case, the default @var{regexp} is just:
5666 @example
5668 @end example
5670 Using an empty @var{regexp} is equivalent to completely disabling end of
5671 line or end of sentence recognition.  In this case, the whole file is
5672 considered to be a single big line or sentence.  The user might want to
5673 disallow all truncation flag generation as well, through option @option{-F
5674 ""}.  @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5675 Manual}.
5677 When the keywords happen to be near the beginning of the input line or
5678 sentence, this often creates an unused area at the beginning of the
5679 output context line; when the keywords happen to be near the end of the
5680 input line or sentence, this often creates an unused area at the end of
5681 the output context line.  The program tries to fill those unused areas
5682 by wrapping around context in them; the tail of the input line or
5683 sentence is used to fill the unused area on the left of the output line;
5684 the head of the input line or sentence is used to fill the unused area
5685 on the right of the output line.
5687 As a matter of convenience to the user, many usual backslashed escape
5688 sequences from the C language are recognized and converted to the
5689 corresponding characters by @command{ptx} itself.
5691 @item -W @var{regexp}
5692 @itemx --word-regexp=@var{regexp}
5693 @opindex -W
5694 @opindex --word-regexp
5696 This option selects which regular expression will describe each keyword.
5697 By default, if GNU extensions are enabled, a word is a sequence of
5698 letters; the @var{regexp} used is @samp{\w+}.  When GNU extensions are
5699 disabled, a word is by default anything which ends with a space, a tab
5700 or a newline; the @var{regexp} used is @samp{[^ \t\n]+}.
5702 An empty @var{regexp} is equivalent to not using this option.
5703 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5704 Manual}.
5706 As a matter of convenience to the user, many usual backslashed escape
5707 sequences, as found in the C language, are recognized and converted to
5708 the corresponding characters by @command{ptx} itself.
5710 @end table
5713 @node Output formatting in ptx
5714 @subsection Output formatting
5716 Output format is mainly controlled by the @option{-O} and @option{-T} options
5717 described in the table below.  When neither @option{-O} nor @option{-T} are
5718 selected, and if GNU extensions are enabled, the program chooses an
5719 output format suitable for a dumb terminal.  Each keyword occurrence is
5720 output to the center of one line, surrounded by its left and right
5721 contexts.  Each field is properly justified, so the concordance output
5722 can be readily observed.  As a special feature, if automatic
5723 references are selected by option @option{-A} and are output before the
5724 left context, that is, if option @option{-R} is @emph{not} selected, then
5725 a colon is added after the reference; this nicely interfaces with GNU
5726 Emacs @code{next-error} processing.  In this default output format, each
5727 white space character, like newline and tab, is merely changed to
5728 exactly one space, with no special attempt to compress consecutive
5729 spaces.  This might change in the future.  Except for those white space
5730 characters, every other character of the underlying set of 256
5731 characters is transmitted verbatim.
5733 Output format is further controlled by the following options.
5735 @table @samp
5737 @item -g @var{number}
5738 @itemx --gap-size=@var{number}
5739 @opindex -g
5740 @opindex --gap-size
5742 Select the size of the minimum white space gap between the fields on the
5743 output line.
5745 @item -w @var{number}
5746 @itemx --width=@var{number}
5747 @opindex -w
5748 @opindex --width
5750 Select the maximum output width of each final line.  If references are
5751 used, they are included or excluded from the maximum output width
5752 depending on the value of option @option{-R}@.  If this option is not
5753 selected, that is, when references are output before the left context,
5754 the maximum output width takes into account the maximum length of all
5755 references.  If this option is selected, that is, when references are
5756 output after the right context, the maximum output width does not take
5757 into account the space taken by references, nor the gap that precedes
5758 them.
5760 @item -A
5761 @itemx --auto-reference
5762 @opindex -A
5763 @opindex --auto-reference
5765 Select automatic references.  Each input line will have an automatic
5766 reference made up of the file name and the line ordinal, with a single
5767 colon between them.  However, the file name will be empty when standard
5768 input is being read.  If both @option{-A} and @option{-r} are selected, then
5769 the input reference is still read and skipped, but the automatic
5770 reference is used at output time, overriding the input reference.
5772 @item -R
5773 @itemx --right-side-refs
5774 @opindex -R
5775 @opindex --right-side-refs
5777 In the default output format, when option @option{-R} is not used, any
5778 references produced by the effect of options @option{-r} or @option{-A} are
5779 placed to the far right of output lines, after the right context.  With
5780 default output format, when the @option{-R} option is specified, references
5781 are rather placed at the beginning of each output line, before the left
5782 context.  For any other output format, option @option{-R} is
5783 ignored, with one exception:  with @option{-R} the width of references
5784 is @emph{not} taken into account in total output width given by @option{-w}.
5786 This option is automatically selected whenever GNU extensions are
5787 disabled.
5789 @item -F @var{string}
5790 @itemx --flag-truncation=@var{string}
5791 @opindex -F
5792 @opindex --flag-truncation
5794 This option will request that any truncation in the output be reported
5795 using the string @var{string}.  Most output fields theoretically extend
5796 towards the beginning or the end of the current line, or current
5797 sentence, as selected with option @option{-S}@.  But there is a maximum
5798 allowed output line width, changeable through option @option{-w}, which is
5799 further divided into space for various output fields.  When a field has
5800 to be truncated because it cannot extend beyond the beginning or the end of
5801 the current line to fit in, then a truncation occurs.  By default,
5802 the string used is a single slash, as in @option{-F /}.
5804 @var{string} may have more than one character, as in @option{-F @dots{}}.
5805 Also, in the particular case when @var{string} is empty (@option{-F ""}),
5806 truncation flagging is disabled, and no truncation marks are appended in
5807 this case.
5809 As a matter of convenience to the user, many usual backslashed escape
5810 sequences, as found in the C language, are recognized and converted to
5811 the corresponding characters by @command{ptx} itself.
5813 @item -M @var{string}
5814 @itemx --macro-name=@var{string}
5815 @opindex -M
5816 @opindex --macro-name
5818 Select another @var{string} to be used instead of @samp{xx}, while
5819 generating output suitable for @command{nroff}, @command{troff} or @TeX{}.
5821 @item -O
5822 @itemx --format=roff
5823 @opindex -O
5824 @opindex --format=roff
5826 Choose an output format suitable for @command{nroff} or @command{troff}
5827 processing.  Each output line will look like:
5829 @example
5830 .xx "@var{tail}" "@var{before}" "@var{keyword_and_after}"@c
5831  "@var{head}" "@var{ref}"
5832 @end example
5834 so it will be possible to write a @samp{.xx} roff macro to take care of
5835 the output typesetting.  This is the default output format when GNU
5836 extensions are disabled.  Option @option{-M} can be used to change
5837 @samp{xx} to another macro name.
5839 In this output format, each non-graphical character, like newline and
5840 tab, is merely changed to exactly one space, with no special attempt to
5841 compress consecutive spaces.  Each quote character @samp{"} is doubled
5842 so it will be correctly processed by @command{nroff} or @command{troff}.
5844 @item -T
5845 @itemx --format=tex
5846 @opindex -T
5847 @opindex --format=tex
5849 Choose an output format suitable for @TeX{} processing.  Each output
5850 line will look like:
5852 @example
5853 \xx @{@var{tail}@}@{@var{before}@}@{@var{keyword}@}@c
5854 @{@var{after}@}@{@var{head}@}@{@var{ref}@}
5855 @end example
5857 @noindent
5858 so it will be possible to write a @code{\xx} definition to take care of
5859 the output typesetting.  Note that when references are not being
5860 produced, that is, neither option @option{-A} nor option @option{-r} is
5861 selected, the last parameter of each @code{\xx} call is inhibited.
5862 Option @option{-M} can be used to change @samp{xx} to another macro
5863 name.
5865 In this output format, some special characters, like @samp{$}, @samp{%},
5866 @samp{&}, @samp{#} and @samp{_} are automatically protected with a
5867 backslash.  Curly brackets @samp{@{}, @samp{@}} are protected with a
5868 backslash and a pair of dollar signs (to force mathematical mode).  The
5869 backslash itself produces the sequence @code{\backslash@{@}}.
5870 Circumflex and tilde diacritical marks produce the sequence @code{^\@{ @}} and
5871 @code{~\@{ @}} respectively.  Other diacriticized characters of the
5872 underlying character set produce an appropriate @TeX{} sequence as far
5873 as possible.  The other non-graphical characters, like newline and tab,
5874 and all other characters which are not part of ASCII, are merely
5875 changed to exactly one space, with no special attempt to compress
5876 consecutive spaces.  Let me know how to improve this special character
5877 processing for @TeX{}.
5879 @end table
5882 @node Compatibility in ptx
5883 @subsection The GNU extensions to @command{ptx}
5885 This version of @command{ptx} contains a few features which do not exist in
5886 System V @command{ptx}.  These extra features are suppressed by using the
5887 @option{-G} command line option, unless overridden by other command line
5888 options.  Some GNU extensions cannot be recovered by overriding, so the
5889 simple rule is to avoid @option{-G} if you care about GNU extensions.
5890 Here are the differences between this program and System V @command{ptx}.
5892 @itemize @bullet
5894 @item
5895 This program can read many input files at once, it always writes the
5896 resulting concordance on standard output.  On the other hand, System V
5897 @command{ptx} reads only one file and sends the result to standard output
5898 or, if a second @var{file} parameter is given on the command, to that
5899 @var{file}.
5901 Having output parameters not introduced by options is a dangerous
5902 practice which GNU avoids as far as possible.  So, for using @command{ptx}
5903 portably between GNU and System V, you should always use it with a
5904 single input file, and always expect the result on standard output.  You
5905 might also want to automatically configure in a @option{-G} option to
5906 @command{ptx} calls in products using @command{ptx}, if the configurator finds
5907 that the installed @command{ptx} accepts @option{-G}.
5909 @item
5910 The only options available in System V @command{ptx} are options @option{-b},
5911 @option{-f}, @option{-g}, @option{-i}, @option{-o}, @option{-r}, @option{-t} and
5912 @option{-w}.  All other options are GNU extensions and are not repeated in
5913 this enumeration.  Moreover, some options have a slightly different
5914 meaning when GNU extensions are enabled, as explained below.
5916 @item
5917 By default, concordance output is not formatted for @command{troff} or
5918 @command{nroff}.  It is rather formatted for a dumb terminal.  @command{troff}
5919 or @command{nroff} output may still be selected through option @option{-O}.
5921 @item
5922 Unless @option{-R} option is used, the maximum reference width is
5923 subtracted from the total output line width.  With GNU extensions
5924 disabled, width of references is not taken into account in the output
5925 line width computations.
5927 @item
5928 All 256 bytes, even ASCII NUL bytes, are always read and
5929 processed from input file with no adverse effect, even if GNU extensions
5930 are disabled.  However, System V @command{ptx} does not accept 8-bit
5931 characters, a few control characters are rejected, and the tilde
5932 @samp{~} is also rejected.
5934 @item
5935 Input line length is only limited by available memory, even if GNU
5936 extensions are disabled.  However, System V @command{ptx} processes only
5937 the first 200 characters in each line.
5939 @item
5940 The break (non-word) characters default to be every character except all
5941 letters of the underlying character set, diacriticized or not.  When GNU
5942 extensions are disabled, the break characters default to space, tab and
5943 newline only.
5945 @item
5946 The program makes better use of output line width.  If GNU extensions
5947 are disabled, the program rather tries to imitate System V @command{ptx},
5948 but still, there are some slight disposition glitches this program does
5949 not completely reproduce.
5951 @item
5952 The user can specify both an Ignore file and an Only file.  This is not
5953 allowed with System V @command{ptx}.
5955 @end itemize
5958 @node tsort invocation
5959 @section @command{tsort}: Topological sort
5961 @pindex tsort
5962 @cindex topological sort
5964 @command{tsort} performs a topological sort on the given @var{file}, or
5965 standard input if no input file is given or for a @var{file} of
5966 @samp{-}.  For more details and some history, see @ref{tsort background}.
5967 Synopsis:
5969 @example
5970 tsort [@var{option}] [@var{file}]
5971 @end example
5973 @command{tsort} reads its input as pairs of strings, separated by blanks,
5974 indicating a partial ordering.  The output is a total ordering that
5975 corresponds to the given partial ordering.
5977 For example
5979 @example
5980 tsort <<EOF
5981 a b c
5983 e f
5984 b c d e
5986 @end example
5988 @noindent
5989 will produce the output
5991 @example
5998 @end example
6000 Consider a more realistic example.
6001 You have a large set of functions all in one file, and they may all be
6002 declared static except one.  Currently that one (say @code{main}) is the
6003 first function defined in the file, and the ones it calls directly follow
6004 it, followed by those they call, etc.  Let's say that you are determined
6005 to take advantage of prototypes, so you have to choose between declaring
6006 all of those functions (which means duplicating a lot of information from
6007 the definitions) and rearranging the functions so that as many as possible
6008 are defined before they are used.  One way to automate the latter process
6009 is to get a list for each function of the functions it calls directly.
6010 Many programs can generate such lists.  They describe a call graph.
6011 Consider the following list, in which a given line indicates that the
6012 function on the left calls the one on the right directly.
6014 @example
6015 main parse_options
6016 main tail_file
6017 main tail_forever
6018 tail_file pretty_name
6019 tail_file write_header
6020 tail_file tail
6021 tail_forever recheck
6022 tail_forever pretty_name
6023 tail_forever write_header
6024 tail_forever dump_remainder
6025 tail tail_lines
6026 tail tail_bytes
6027 tail_lines start_lines
6028 tail_lines dump_remainder
6029 tail_lines file_lines
6030 tail_lines pipe_lines
6031 tail_bytes xlseek
6032 tail_bytes start_bytes
6033 tail_bytes dump_remainder
6034 tail_bytes pipe_bytes
6035 file_lines dump_remainder
6036 recheck pretty_name
6037 @end example
6039 then you can use @command{tsort} to produce an ordering of those
6040 functions that satisfies your requirement.
6042 @example
6043 example$ tsort call-graph | tac
6044 dump_remainder
6045 start_lines
6046 file_lines
6047 pipe_lines
6048 xlseek
6049 start_bytes
6050 pipe_bytes
6051 tail_lines
6052 tail_bytes
6053 pretty_name
6054 write_header
6055 tail
6056 recheck
6057 parse_options
6058 tail_file
6059 tail_forever
6060 main
6061 @end example
6063 @command{tsort} detects any cycles in the input and writes the first cycle
6064 encountered to standard error.
6066 Note that for a given partial ordering, generally there is no unique
6067 total ordering.  In the context of the call graph above, the function
6068 @code{parse_options} may be placed anywhere in the list as long as it
6069 precedes @code{main}.
6071 The only options are @option{--help} and @option{--version}.  @xref{Common
6072 options}.
6074 @exitstatus
6076 @menu
6077 * tsort background::            Where tsort came from.
6078 @end menu
6080 @node tsort background
6081 @subsection @command{tsort}: Background
6083 @command{tsort} exists because very early versions of the Unix linker processed
6084 an archive file exactly once, and in order.  As @command{ld} read each object
6085 in the archive, it decided whether it was needed in the program based on
6086 whether it defined any symbols which were undefined at that point in
6087 the link.
6089 This meant that dependencies within the archive had to be handled
6090 specially.  For example, @code{scanf} probably calls @code{read}.  That means
6091 that in a single pass through an archive, it was important for @code{scanf.o}
6092 to appear before read.o, because otherwise a program which calls
6093 @code{scanf} but not @code{read} might end up with an unexpected unresolved
6094 reference to @code{read}.
6096 The way to address this problem was to first generate a set of
6097 dependencies of one object file on another.  This was done by a shell
6098 script called @command{lorder}.  The GNU tools don't provide a version of
6099 lorder, as far as I know, but you can still find it in BSD
6100 distributions.
6102 Then you ran @command{tsort} over the @command{lorder} output, and you used the
6103 resulting sort to define the order in which you added objects to the archive.
6105 This whole procedure has been obsolete since about 1980, because
6106 Unix archives now contain a symbol table (traditionally built by
6107 @command{ranlib}, now generally built by @command{ar} itself), and the Unix
6108 linker uses the symbol table to effectively make multiple passes over
6109 an archive file.
6111 Anyhow, that's where tsort came from.  To solve an old problem with
6112 the way the linker handled archive files, which has since been solved
6113 in different ways.
6116 @node Operating on fields
6117 @chapter Operating on fields
6119 @menu
6120 * cut invocation::              Print selected parts of lines.
6121 * paste invocation::            Merge lines of files.
6122 * join invocation::             Join lines on a common field.
6123 @end menu
6126 @node cut invocation
6127 @section @command{cut}: Print selected parts of lines
6129 @pindex cut
6130 @command{cut} writes to standard output selected parts of each line of each
6131 input file, or standard input if no files are given or for a file name of
6132 @samp{-}.  Synopsis:
6134 @example
6135 cut @var{option}@dots{} [@var{file}]@dots{}
6136 @end example
6138 In the table which follows, the @var{byte-list}, @var{character-list},
6139 and @var{field-list} are one or more numbers or ranges (two numbers
6140 separated by a dash) separated by commas.  Bytes, characters, and
6141 fields are numbered starting at 1.  Incomplete ranges may be
6142 given: @option{-@var{m}} means @samp{1-@var{m}}; @samp{@var{n}-} means
6143 @samp{@var{n}} through end of line or last field.  The list elements
6144 can be repeated, can overlap, and can be specified in any order; but
6145 the selected input is written in the same order that it is read, and
6146 is written exactly once.
6148 The program accepts the following options.  Also see @ref{Common
6149 options}.
6151 @table @samp
6153 @item -b @var{byte-list}
6154 @itemx --bytes=@var{byte-list}
6155 @opindex -b
6156 @opindex --bytes
6157 Select for printing only the bytes in positions listed in
6158 @var{byte-list}.  Tabs and backspaces are treated like any other
6159 character; they take up 1 byte.  If an output delimiter is specified,
6160 (see the description of @option{--output-delimiter}), then output that
6161 string between ranges of selected bytes.
6163 @item -c @var{character-list}
6164 @itemx --characters=@var{character-list}
6165 @opindex -c
6166 @opindex --characters
6167 Select for printing only the characters in positions listed in
6168 @var{character-list}.  The same as @option{-b} for now, but
6169 internationalization will change that.  Tabs and backspaces are
6170 treated like any other character; they take up 1 character.  If an
6171 output delimiter is specified, (see the description of
6172 @option{--output-delimiter}), then output that string between ranges
6173 of selected bytes.
6175 @item -f @var{field-list}
6176 @itemx --fields=@var{field-list}
6177 @opindex -f
6178 @opindex --fields
6179 Select for printing only the fields listed in @var{field-list}.
6180 Fields are separated by a TAB character by default.  Also print any
6181 line that contains no delimiter character, unless the
6182 @option{--only-delimited} (@option{-s}) option is specified.
6184 Note @command{awk} supports more sophisticated field processing,
6185 like reordering fields, and handling fields aligned with blank characters.
6186 By default @command{awk} uses (and discards) runs of blank characters
6187 to separate fields, and ignores leading and trailing blanks.
6188 @example
6189 @verbatim
6190 awk '{print $2}'      # print the second field
6191 awk '{print $(NF-1)}' # print the penultimate field
6192 awk '{print $2,$1}'   # reorder the first two fields
6193 @end verbatim
6194 @end example
6195 Note while @command{cut} accepts field specifications in
6196 arbitrary order, output is always in the order encountered in the file.
6198 In the unlikely event that @command{awk} is unavailable,
6199 one can use the @command{join} command, to process blank
6200 characters as @command{awk} does above.
6201 @example
6202 @verbatim
6203 join -a1 -o 1.2     - /dev/null # print the second field
6204 join -a1 -o 1.2,1.1 - /dev/null # reorder the first two fields
6205 @end verbatim
6206 @end example
6208 @item -d @var{input_delim_byte}
6209 @itemx --delimiter=@var{input_delim_byte}
6210 @opindex -d
6211 @opindex --delimiter
6212 With @option{-f}, use the first byte of @var{input_delim_byte} as
6213 the input fields separator (default is TAB).
6215 @item -n
6216 @opindex -n
6217 Do not split multi-byte characters (no-op for now).
6219 @item -s
6220 @itemx --only-delimited
6221 @opindex -s
6222 @opindex --only-delimited
6223 For @option{-f}, do not print lines that do not contain the field separator
6224 character.  Normally, any line without a field separator is printed verbatim.
6226 @item --output-delimiter=@var{output_delim_string}
6227 @opindex --output-delimiter
6228 With @option{-f}, output fields are separated by @var{output_delim_string}.
6229 The default with @option{-f} is to use the input delimiter.
6230 When using @option{-b} or @option{-c} to select ranges of byte or
6231 character offsets (as opposed to ranges of fields),
6232 output @var{output_delim_string} between non-overlapping
6233 ranges of selected bytes.
6235 @item --complement
6236 @opindex --complement
6237 This option is a GNU extension.
6238 Select for printing the complement of the bytes, characters or fields
6239 selected with the @option{-b}, @option{-c} or @option{-f} options.
6240 In other words, do @emph{not} print the bytes, characters or fields
6241 specified via those options.  This option is useful when you have
6242 many fields and want to print all but a few of them.
6244 @optZeroTerminated
6246 @end table
6248 @exitstatus
6251 @node paste invocation
6252 @section @command{paste}: Merge lines of files
6254 @pindex paste
6255 @cindex merging files
6257 @command{paste} writes to standard output lines consisting of sequentially
6258 corresponding lines of each given file, separated by a TAB character.
6259 Standard input is used for a file name of @samp{-} or if no input files
6260 are given.
6262 Synopsis:
6264 @example
6265 paste [@var{option}]@dots{} [@var{file}]@dots{}
6266 @end example
6268 For example, with:
6269 @example
6270 $ cat num2
6273 $ cat let3
6277 @end example
6279 Take lines sequentially from each file:
6280 @example
6281 $ paste num2 let3
6282 1       a
6283 2       b
6284        @ c
6285 @end example
6287 Duplicate lines from a file:
6288 @example
6289 $ paste num2 let3 num2
6290 1       a      1
6291 2       b      2
6292        @ c
6293 @end example
6295 Intermix lines from standard input:
6296 @example
6297 $ paste - let3 - < num2
6298 1       a      2
6299        @ b
6300        @ c
6301 @end example
6303 Join consecutive lines with a space:
6304 @example
6305 $ seq 4 | paste -d ' ' - -
6306 1 2
6307 3 4
6308 @end example
6310 The program accepts the following options.  Also see @ref{Common options}.
6312 @table @samp
6314 @item -s
6315 @itemx --serial
6316 @opindex -s
6317 @opindex --serial
6318 Paste the lines of one file at a time rather than one line from each
6319 file.  Using the above example data:
6321 @example
6322 $ paste -s num2 let3
6323 1       2
6324 a       b       c
6325 @end example
6327 @item -d @var{delim-list}
6328 @itemx --delimiters=@var{delim-list}
6329 @opindex -d
6330 @opindex --delimiters
6331 Consecutively use the characters in @var{delim-list} instead of
6332 TAB to separate merged lines.  When @var{delim-list} is
6333 exhausted, start again at its beginning.  Using the above example data:
6335 @example
6336 $ paste -d '%_' num2 let3 num2
6337 1%a_1
6338 2%b_2
6340 @end example
6342 @optZeroTerminated
6344 @end table
6346 @exitstatus
6349 @node join invocation
6350 @section @command{join}: Join lines on a common field
6352 @pindex join
6353 @cindex common field, joining on
6355 @command{join} writes to standard output a line for each pair of input
6356 lines that have identical join fields.  Synopsis:
6358 @example
6359 join [@var{option}]@dots{} @var{file1} @var{file2}
6360 @end example
6362 Either @var{file1} or @var{file2} (but not both) can be @samp{-},
6363 meaning standard input.  @var{file1} and @var{file2} should be
6364 sorted on the join fields.
6366 @example
6367 @group
6368 $ cat file1
6369 a 1
6370 b 2
6371 e 5
6373 $ cat file2
6374 a X
6375 e Y
6376 f Z
6378 $ join file1 file2
6379 a 1 X
6380 e 5 Y
6381 @end group
6382 @end example
6385 @noindent
6386 @command{join}'s default behavior (when no options are given):
6387 @itemize
6388 @item the join field is the first field in each line;
6389 @item fields in the input are separated by one or more blanks, with leading
6390 blanks on the line ignored;
6391 @item fields in the output are separated by a space;
6392 @item each output line consists of the join field, the remaining
6393 fields from @var{file1}, then the remaining fields from @var{file2}.
6394 @end itemize
6397 @menu
6398 * General options in join::      Options which affect general program behavior.
6399 * Sorting files for join::       Using @command{sort} before @command{join}.
6400 * Working with fields::          Joining on different fields.
6401 * Paired and unpaired lines::    Controlling @command{join}'s field matching.
6402 * Header lines::                 Working with header lines in files.
6403 * Set operations::               Union, Intersection and Difference of files.
6404 @end menu
6406 @node General options in join
6407 @subsection General options
6408 The program accepts the following options.  Also see @ref{Common options}.
6410 @table @samp
6412 @item -a @var{file-number}
6413 @opindex -a
6414 Print a line for each unpairable line in file @var{file-number} (either
6415 @samp{1} or @samp{2}), in addition to the normal output.
6417 @item --check-order
6418 Fail with an error message if either input file is wrongly ordered.
6420 @item --nocheck-order
6421 Do not check that both input files are in sorted order.  This is the default.
6423 @item -e @var{string}
6424 @opindex -e
6425 Replace those output fields that are missing in the input with @var{string}.
6426 I.e., missing fields specified with the @option{-12jo} options.
6428 @item --header
6429 @opindex --header
6430 Treat the first line of each input file as a header line.  The header lines
6431 will be joined and printed as the first output line.  If @option{-o} is used to
6432 specify output format, the header line will be printed according to the
6433 specified format.  The header lines will not be checked for ordering even if
6434 @option{--check-order} is specified.  Also if the header lines from each file
6435 do not match, the heading fields from the first file will be used.
6437 @item -i
6438 @itemx --ignore-case
6439 @opindex -i
6440 @opindex --ignore-case
6441 Ignore differences in case when comparing keys.
6442 With this option, the lines of the input files must be ordered in the same way.
6443 Use @samp{sort -f} to produce this ordering.
6445 @item -1 @var{field}
6446 @opindex -1
6447 Join on field @var{field} (a positive integer) of file 1.
6449 @item -2 @var{field}
6450 @opindex -2
6451 Join on field @var{field} (a positive integer) of file 2.
6453 @item -j @var{field}
6454 Equivalent to @option{-1 @var{field} -2 @var{field}}.
6456 @item -o @var{field-list}
6457 @itemx -o auto
6458 If the keyword @samp{auto} is specified, infer the output format from
6459 the first line in each file.  This is the same as the default output format
6460 but also ensures the same number of fields are output for each line.
6461 Missing fields are replaced with the @option{-e} option and extra fields
6462 are discarded.
6464 Otherwise, construct each output line according to the format in
6465 @var{field-list}.  Each element in @var{field-list} is either the single
6466 character @samp{0} or has the form @var{m.n} where the file number, @var{m},
6467 is @samp{1} or @samp{2} and @var{n} is a positive field number.
6469 A field specification of @samp{0} denotes the join field.
6470 In most cases, the functionality of the @samp{0} field spec
6471 may be reproduced using the explicit @var{m.n} that corresponds
6472 to the join field.  However, when printing unpairable lines
6473 (using either of the @option{-a} or @option{-v} options), there is no way
6474 to specify the join field using @var{m.n} in @var{field-list}
6475 if there are unpairable lines in both files.
6476 To give @command{join} that functionality, POSIX invented the @samp{0}
6477 field specification notation.
6479 The elements in @var{field-list}
6480 are separated by commas or blanks.
6481 Blank separators typically need to be quoted for the shell.  For
6482 example, the commands @samp{join -o 1.2,2.2} and @samp{join -o '1.2
6483 2.2'} are equivalent.
6485 All output lines---including those printed because of any -a or -v
6486 option---are subject to the specified @var{field-list}.
6488 @item -t @var{char}
6489 Use character @var{char} as the input and output field separator.
6490 Treat as significant each occurrence of @var{char} in the input file.
6491 Use @samp{sort -t @var{char}}, without the @option{-b} option of
6492 @samp{sort}, to produce this ordering.  If @samp{join -t ''} is specified,
6493 the whole line is considered, matching the default operation of sort.
6494 If @samp{-t '\0'} is specified then the ASCII NUL
6495 character is used to delimit the fields.
6497 @item -v @var{file-number}
6498 Print a line for each unpairable line in file @var{file-number}
6499 (either @samp{1} or @samp{2}), instead of the normal output.
6501 @optZeroTerminated
6502 @newlineFieldSeparator
6504 @end table
6506 @exitstatus
6508 @set JOIN_COMMAND
6509 @checkOrderOption{join}
6510 @clear JOIN_COMMAND
6514 @node Sorting files for join
6515 @subsection Pre-sorting
6517 @command{join} requires sorted input files. Each input file should be
6518 sorted according to the key (=field/column number) used in
6519 @command{join}. The recommended sorting option is @samp{sort -k 1b,1}
6520 (assuming the desired key is in the first column).
6522 @noindent Typical usage:
6523 @example
6524 @group
6525 $ sort -k 1b,1 file1 > file1.sorted
6526 $ sort -k 1b,1 file2 > file2.sorted
6527 $ join file1.sorted file2.sorted > file3
6528 @end group
6529 @end example
6531 @vindex LC_COLLATE
6532 Normally, the sort order is that of the
6533 collating sequence specified by the @env{LC_COLLATE} locale.  Unless
6534 the @option{-t} option is given, the sort comparison ignores blanks at
6535 the start of the join field, as in @code{sort -b}.  If the
6536 @option{--ignore-case} option is given, the sort comparison ignores
6537 the case of characters in the join field, as in @code{sort -f}:
6539 @example
6540 @group
6541 $ sort -k 1bf,1 file1 > file1.sorted
6542 $ sort -k 1bf,1 file2 > file2.sorted
6543 $ join --ignore-case file1.sorted file2.sorted > file3
6544 @end group
6545 @end example
6547 The @command{sort} and @command{join} commands should use consistent
6548 locales and options if the output of @command{sort} is fed to
6549 @command{join}.  You can use a command like @samp{sort -k 1b,1} to
6550 sort a file on its default join field, but if you select a non-default
6551 locale, join field, separator, or comparison options, then you should
6552 do so consistently between @command{join} and @command{sort}.
6554 @noindent To avoid any locale-related issues, it is recommended to use the
6555 @samp{C} locale for both commands:
6557 @example
6558 @group
6559 $ LC_ALL=C sort -k 1b,1 file1 > file1.sorted
6560 $ LC_ALL=C sort -k 1b,1 file2 > file2.sorted
6561 $ LC_ALL=C join file1.sorted file2.sorted > file3
6562 @end group
6563 @end example
6566 @node Working with fields
6567 @subsection Working with fields
6569 Use @option{-1},@option{-2} to set the key fields for each of the input files.
6570 Ensure the preceding @command{sort} commands operated on the same fields.
6572 @noindent
6573 The following example joins two files, using the values from seventh field
6574 of the first file and the third field of the second file:
6576 @example
6577 @group
6578 $ sort -k 7b,7 file1 > file1.sorted
6579 $ sort -k 3b,3 file2 > file2.sorted
6580 $ join -1 7 -2 3 file1.sorted file2.sorted > file3
6581 @end group
6582 @end example
6584 @noindent
6585 If the field number is the same for both files, use @option{-j}:
6587 @example
6588 @group
6589 $ sort -k4b,4 file1 > file1.sorted
6590 $ sort -k4b,4 file2 > file2.sorted
6591 $ join -j4    file1.sorted file2.sorted > file3
6592 @end group
6593 @end example
6595 @noindent
6596 Both @command{sort} and @command{join} operate of whitespace-delimited
6597 fields. To specify a different delimiter, use @option{-t} in @emph{both}:
6599 @example
6600 @group
6601 $ sort -t, -k3b,3 file1 > file1.sorted
6602 $ sort -t, -k3b,3 file2 > file2.sorted
6603 $ join -t, -j3    file1.sorted file2.sorted > file3
6604 @end group
6605 @end example
6607 @noindent
6608 To specify a tab (@sc{ascii} 0x09) character instead of whitespace,
6609 use:@footnote{the @code{$'\t'} is supported in most modern shells.
6610 For older shells, use a literal tab.}
6612 @example
6613 @group
6614 $ sort -t$'\t' -k3b,3 file1 > file1.sorted
6615 $ sort -t$'\t' -k3b,3 file2 > file2.sorted
6616 $ join -t$'\t' -j3    file1.sorted file2.sorted > file3
6617 @end group
6618 @end example
6621 @noindent
6622 If @samp{join -t ''} is specified then the whole line is considered which
6623 matches the default operation of sort:
6625 @example
6626 @group
6627 $ sort file1 > file1.sorted
6628 $ sort file2 > file2.sorted
6629 $ join -t '' file1.sorted file2.sorted > file3
6630 @end group
6631 @end example
6634 @node Paired and unpaired lines
6635 @subsection Controlling @command{join}'s field matching
6637 In this section the @command{sort} commands are omitted for brevity.
6638 Sorting the files before joining is still required.
6640 @command{join}'s default behavior is to print only lines common to
6641 both input files. Use @option{-a} and @option{-v} to print unpairable lines
6642 from one or both files.
6644 @noindent
6645 All examples below use the following two (pre-sorted) input files:
6647 @multitable @columnfractions .5 .5
6648 @item
6649 @example
6650 $ cat file1
6651 a 1
6652 b 2
6653 @end example
6655 @tab
6656 @example
6657 $ cat file2
6658 a A
6659 c C
6660 @end example
6661 @end multitable
6664 @c TODO: Find better column widths that work for both HTML and PDF
6665 @c       and disable indentation of @example.
6666 @multitable @columnfractions 0.5 0.5
6668 @headitem Command @tab Outcome
6671 @item
6672 @example
6673 $ join file1 file2
6674 a 1 A
6675 @end example
6676 @tab
6677 common lines
6678 (@emph{intersection})
6682 @item
6683 @example
6684 $ join -a 1 file1 file2
6685 a 1 A
6686 b 2
6687 @end example
6688 @tab
6689 common lines @emph{and} unpaired
6690 lines from the first file
6693 @item
6694 @example
6695 $ join -a 2 file1 file2
6696 a 1 A
6697 c C
6698 @end example
6699 @tab
6700 common lines @emph{and} unpaired lines from the second file
6703 @item
6704 @example
6705 $ join -a 1 -a 2 file1 file2
6706 a 1 A
6707 b 2
6708 c C
6709 @end example
6710 @tab
6711 all lines (paired and unpaired) from both files
6712 (@emph{union}).
6714 see note below regarding @code{-o auto}.
6717 @item
6718 @example
6719 $ join -v 1 file1 file2
6720 b 2
6721 @end example
6722 @tab
6723 unpaired lines from the first file
6724 (@emph{difference})
6727 @item
6728 @example
6729 $ join -v 2 file1 file2
6730 c C
6731 @end example
6732 @tab
6733 unpaired lines from the second file
6734 (@emph{difference})
6737 @item
6738 @example
6739 $ join -v 1 -v 2 file1 file2
6740 b 2
6741 c C
6742 @end example
6743 @tab
6744 unpaired lines from both files, omitting common lines
6745 (@emph{symmetric difference}).
6748 @end multitable
6750 @noindent
6751 The @option{-o auto -e X} options are useful when dealing with unpaired lines.
6752 The following example prints all lines (common and unpaired) from both files.
6753 Without @option{-o auto} it is not easy to discern which fields originate from
6754 which file:
6756 @example
6757 $ join -a 1 -a 2 file1 file2
6758 a 1 A
6759 b 2
6760 c C
6762 $ join -o auto -e X -a 1 -a 2 file1 file2
6763 a 1 A
6764 b 2 X
6765 c X C
6766 @end example
6769 If the input has no unpairable lines, a GNU extension is
6770 available; the sort order can be any order that considers two fields
6771 to be equal if and only if the sort comparison described above
6772 considers them to be equal.  For example:
6774 @example
6775 @group
6776 $ cat file1
6777 a a1
6778 c c1
6779 b b1
6781 $ cat file2
6782 a a2
6783 c c2
6784 b b2
6786 $ join file1 file2
6787 a a1 a2
6788 c c1 c2
6789 b b1 b2
6790 @end group
6791 @end example
6794 @node Header lines
6795 @subsection Header lines
6797 The @option{--header} option can be used when the files to join
6798 have a header line which is not sorted:
6800 @example
6801 @group
6802 $ cat file1
6803 Name     Age
6804 Alice    25
6805 Charlie  34
6807 $ cat file2
6808 Name   Country
6809 Alice  France
6810 Bob    Spain
6812 $ join --header -o auto -e NA -a1 -a2 file1 file2
6813 Name     Age   Country
6814 Alice    25    France
6815 Bob      NA    Spain
6816 Charlie  34    NA
6817 @end group
6818 @end example
6821 To sort a file with a header line, use GNU @command{sed -u}.
6822 The following example sort the files but keeps the first line of each
6823 file in place:
6825 @example
6826 @group
6827 $ ( sed -u 1q ; sort -k2b,2 ) < file1 > file1.sorted
6828 $ ( sed -u 1q ; sort -k2b,2 ) < file2 > file2.sorted
6829 $ join --header -o auto -e NA -a1 -a2 file1.sorted file2.sorted > file3
6830 @end group
6831 @end example
6833 @node Set operations
6834 @subsection Union, Intersection and Difference of files
6836 Combine @command{sort}, @command{uniq} and @command{join} to
6837 perform the equivalent of set operations on files:
6839 @c From https://www.pixelbeat.org/cmdline.html#sets
6840 @multitable @columnfractions 0.5 0.5
6841 @headitem Command @tab outcome
6842 @item @code{sort -u file1 file2}
6843 @tab Union of unsorted files
6845 @item @code{sort file1 file2 | uniq -d}
6846 @tab Intersection of unsorted files
6848 @item @code{sort file1 file1 file2 | uniq -u}
6849 @tab Difference of unsorted files
6851 @item @code{sort file1 file2 | uniq -u}
6852 @tab Symmetric Difference of unsorted files
6854 @item @code{join -t '' -a1 -a2 file1 file2}
6855 @tab Union of sorted files
6857 @item @code{join -t '' file1 file2}
6858 @tab Intersection of sorted files
6860 @item @code{join -t '' -v2 file1 file2}
6861 @tab Difference of sorted files
6863 @item @code{join -t '' -v1 -v2 file1 file2}
6864 @tab Symmetric Difference of sorted files
6866 @end multitable
6868 All examples above operate on entire lines and not on specific fields:
6869 @command{sort} without @option{-k} and @command{join -t ''} both consider
6870 entire lines as the key.
6873 @node Operating on characters
6874 @chapter Operating on characters
6876 @cindex operating on characters
6878 These commands operate on individual characters.
6880 @menu
6881 * tr invocation::               Translate, squeeze, and/or delete characters.
6882 * expand invocation::           Convert tabs to spaces.
6883 * unexpand invocation::         Convert spaces to tabs.
6884 @end menu
6887 @node tr invocation
6888 @section @command{tr}: Translate, squeeze, and/or delete characters
6890 @pindex tr
6892 Synopsis:
6894 @example
6895 tr [@var{option}]@dots{} @var{string1} [@var{string2}]
6896 @end example
6898 @command{tr} copies standard input to standard output, performing
6899 one of the following operations:
6901 @itemize @bullet
6902 @item
6903 translate, and optionally squeeze repeated characters in the result,
6904 @item
6905 squeeze repeated characters,
6906 @item
6907 delete characters,
6908 @item
6909 delete characters, then squeeze repeated characters from the result.
6910 @end itemize
6912 The @var{string1} and @var{string2} operands define arrays of
6913 characters @var{array1} and @var{array2}.  By default @var{array1}
6914 lists input characters that @command{tr} operates on, and @var{array2}
6915 lists corresponding translations.  In some cases the second operand is
6916 omitted.
6918 The program accepts the following options.  Also see @ref{Common options}.
6919 Options must precede operands.
6921 @table @samp
6923 @item -c
6924 @itemx -C
6925 @itemx --complement
6926 @opindex -c
6927 @opindex -C
6928 @opindex --complement
6929 Instead of @var{array1}, use its complement (all characters not
6930 specified by @var{string1}), in ascending order.  Use this option with
6931 caution in multibyte locales where its meaning is not always clear
6932 or portable; see @ref{Character arrays}.
6934 @item -d
6935 @itemx --delete
6936 @opindex -d
6937 @opindex --delete
6938 Delete characters in @var{array1}; do not translate.
6940 @item -s
6941 @itemx --squeeze-repeats
6942 @opindex -s
6943 @opindex --squeeze-repeats
6944 Replace each sequence of a repeated character that is listed in
6945 the last specified @var{array}, with a single occurrence of that character.
6947 @item -t
6948 @itemx --truncate-set1
6949 @opindex -t
6950 @opindex --truncate-set1
6951 Truncate @var{array1} to the length of @var{array2}.
6953 @end table
6956 @exitstatus
6958 @menu
6959 * Character arrays::            Specifying arrays of characters.
6960 * Translating::                 Changing characters to other characters.
6961 * Squeezing and deleting::      Removing characters.
6962 @end menu
6965 @node Character arrays
6966 @subsection Specifying arrays of characters
6968 @cindex arrays of characters in @command{tr}
6970 The @var{string1} and @var{string2} operands are not regular
6971 expressions, even though they may look similar.  Instead, they
6972 merely represent arrays of characters.  As a GNU extension to POSIX,
6973 an empty string operand represents an empty array of characters.
6975 The interpretation of @var{string1} and @var{string2} depends on locale.
6976 GNU @command{tr} fully supports only safe single-byte locales,
6977 where each possible input byte represents a single character.
6978 Unfortunately, this means GNU @command{tr} will not handle commands
6979 like @samp{tr @"o @L{}} the way you might expect,
6980 since (assuming a UTF-8 encoding) this is equivalent to
6981 @samp{tr '\303\266' '\305\201'} and GNU @command{tr} will
6982 simply transliterate all @samp{\303} bytes to @samp{\305} bytes, etc.
6983 POSIX does not clearly specify the behavior of @command{tr} in locales
6984 where characters are represented by byte sequences instead of by
6985 individual bytes, or where data might contain invalid bytes that are
6986 encoding errors.  To avoid problems in this area, you can run
6987 @command{tr} in a safe single-byte locale by using a shell command
6988 like @samp{LC_ALL=C tr} instead of plain @command{tr}.
6990 Although most characters simply represent themselves in @var{string1}
6991 and @var{string2}, the strings can contain shorthands listed below,
6992 for convenience.  Some shorthands can be used only in @var{string1} or
6993 @var{string2}, as noted below.
6995 @table @asis
6997 @item Backslash escapes
6998 @cindex backslash escapes
7000 The following backslash escape sequences are recognized:
7002 @table @samp
7003 @item \a
7004 Bell (BEL, Control-G).
7005 @item \b
7006 Backspace (BS, Control-H).
7007 @item \f
7008 Form feed (FF, Control-L).
7009 @item \n
7010 Newline (LF, Control-J).
7011 @item \r
7012 Carriage return (CR, Control-M).
7013 @item \t
7014 Tab (HT, Control-I).
7015 @item \v
7016 Vertical tab (VT, Control-K).
7017 @item \@var{ooo}
7018 The eight-bit byte with the value given by @var{ooo}, which is the longest
7019 sequence of one to three octal digits following the backslash.
7020 For portability, @var{ooo} should represent a value that fits in eight bits.
7021 As a GNU extension to POSIX, if the value would not fit, then only the
7022 first two digits of @var{ooo} are used, e.g., @samp{\400}
7023 is equivalent to @samp{\0400} and represents a two-byte sequence.
7024 @item \\
7025 A backslash.
7026 @end table
7028 It is an error if no character follows an unescaped backslash.
7029 As a GNU extension, a backslash followed by a character not listed
7030 above is interpreted as that character, removing any special
7031 significance; this can be used to escape the characters
7032 @samp{[} and @samp{-} when they would otherwise be special.
7034 @item Ranges
7035 @cindex ranges
7037 The notation @samp{@var{m}-@var{n}} expands to the characters
7038 from @var{m} through @var{n}, in ascending order.  @var{m} should
7039 not collate after @var{n}; if it does, an error results.  As an example,
7040 @samp{0-9} is the same as @samp{0123456789}.
7042 GNU @command{tr} does not support the System V syntax that uses square
7043 brackets to enclose ranges.  Translations specified in that format
7044 sometimes work as expected, since the brackets are often transliterated
7045 to themselves.  However, they should be avoided because they sometimes
7046 behave unexpectedly.  For example, @samp{tr -d '[0-9]'} deletes brackets
7047 as well as digits.
7049 Many historically common and even accepted uses of ranges are not fully
7050 portable.  For example, on EBCDIC hosts using the @samp{A-Z}
7051 range will not do what most would expect because @samp{A} through @samp{Z}
7052 are not contiguous as they are in ASCII@.
7053 One way to work around this is to use character classes (see below).
7054 Otherwise, it is most portable (and most ugly) to enumerate the members
7055 of the ranges.
7057 @item Repeated characters
7058 @cindex repeated characters
7060 The notation @samp{[@var{c}*@var{n}]} in @var{string2} expands to @var{n}
7061 copies of character @var{c}.  Thus, @samp{[y*6]} is the same as
7062 @samp{yyyyyy}.  The notation @samp{[@var{c}*]} in @var{string2} expands
7063 to as many copies of @var{c} as are needed to make @var{array2} as long as
7064 @var{array1}.  If @var{n} begins with @samp{0}, it is interpreted in
7065 octal, otherwise in decimal.  A zero-valued @var{n} is treated as if
7066 it were absent.
7068 @item Character classes
7069 @cindex character classes
7071 The notation @samp{[:@var{class}:]} expands to all characters in
7072 the (predefined) class @var{class}.  When the @option{--delete} (@option{-d})
7073 and @option{--squeeze-repeats} (@option{-s}) options are both given, any
7074 character class can be used in @var{string2}.  Otherwise, only the
7075 character classes @code{lower} and @code{upper} are accepted in
7076 @var{string2}, and then only if the corresponding character class
7077 (@code{upper} and @code{lower}, respectively) is specified in the same
7078 relative position in @var{string1}.  Doing this specifies case conversion.
7079 Except for case conversion, a class's characters appear in no particular order.
7080 The class names are given below; an error results when an invalid class
7081 name is given.
7083 @table @code
7084 @item alnum
7085 @opindex alnum
7086 Letters and digits.
7087 @item alpha
7088 @opindex alpha
7089 Letters.
7090 @item blank
7091 @opindex blank
7092 Horizontal whitespace.
7093 @item cntrl
7094 @opindex cntrl
7095 Control characters.
7096 @item digit
7097 @opindex digit
7098 Digits.
7099 @item graph
7100 @opindex graph
7101 Printable characters, not including space.
7102 @item lower
7103 @opindex lower
7104 Lowercase letters.
7105 @item print
7106 @opindex print
7107 Printable characters, including space.
7108 @item punct
7109 @opindex punct
7110 Punctuation characters.
7111 @item space
7112 @opindex space
7113 Horizontal or vertical whitespace.
7114 @item upper
7115 @opindex upper
7116 Uppercase letters.
7117 @item xdigit
7118 @opindex xdigit
7119 Hexadecimal digits.
7120 @end table
7122 @item Equivalence classes
7123 @cindex equivalence classes
7125 The syntax @samp{[=@var{c}=]} expands to all characters equivalent to
7126 @var{c}, in no particular order.  These equivalence classes are
7127 allowed in @var{string2} only when @option{--delete} (@option{-d}) and
7128 @option{--squeeze-repeats} @option{-s} are both given.
7130 Although equivalence classes are intended to support non-English alphabets,
7131 there seems to be no standard way to define them or determine their
7132 contents.  Therefore, they are not fully implemented in GNU @command{tr};
7133 each character's equivalence class consists only of that character,
7134 which is of no particular use.
7136 @end table
7139 @node Translating
7140 @subsection Translating
7142 @cindex translating characters
7144 @command{tr} performs translation when @var{string1} and @var{string2} are
7145 both given and the @option{--delete} (@option{-d}) option is not given.
7146 @command{tr} translates each character of its input that is in @var{array1}
7147 to the corresponding character in @var{array2}.  Characters not in
7148 @var{array1} are passed through unchanged.
7150 As a GNU extension to POSIX, when a character appears more than once
7151 in @var{array1}, only the final instance is used.  For example, these
7152 two commands are equivalent:
7154 @example
7155 tr aaa xyz
7156 tr a z
7157 @end example
7159 A common use of @command{tr} is to convert lowercase characters to
7160 uppercase.  This can be done in many ways.  Here are three of them:
7162 @example
7163 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
7164 tr a-z A-Z
7165 tr '[:lower:]' '[:upper:]'
7166 @end example
7168 @noindent
7169 However, ranges like @code{a-z} are not portable outside the C locale.
7171 When @command{tr} is performing translation, @var{array1} and @var{array2}
7172 typically have the same length.  If @var{array1} is shorter than
7173 @var{array2}, the extra characters at the end of @var{array2} are ignored.
7175 On the other hand, making @var{array1} longer than @var{array2} is not
7176 portable; POSIX says that the result is undefined.  In this situation,
7177 BSD @command{tr} pads @var{array2} to the length of @var{array1} by repeating
7178 the last character of @var{array2} as many times as necessary.  System V
7179 @command{tr} truncates @var{array1} to the length of @var{array2}.
7181 By default, GNU @command{tr} handles this case like BSD @command{tr}.
7182 When the @option{--truncate-set1} (@option{-t}) option is given,
7183 GNU @command{tr} handles this case like the System V @command{tr}
7184 instead.  This option is ignored for operations other than translation.
7186 Acting like System V @command{tr} in this case breaks the relatively common
7187 BSD idiom:
7189 @example
7190 tr -cs A-Za-z0-9 '\012'
7191 @end example
7193 @noindent
7194 because it converts only zero bytes (the first element in the
7195 complement of @var{array1}), rather than all non-alphanumerics, to
7196 newlines.
7198 @noindent
7199 By the way, the above idiom is not portable because it uses ranges, and
7200 it assumes that the octal code for newline is 012.  Here is a better
7201 way to write it:
7203 @example
7204 tr -cs '[:alnum:]' '[\n*]'
7205 @end example
7208 @node Squeezing and deleting
7209 @subsection Squeezing repeats and deleting
7211 @cindex squeezing repeat characters
7212 @cindex deleting characters
7213 @cindex removing characters
7215 When given just the @option{--delete} (@option{-d}) option, @command{tr}
7216 removes any input characters that are in @var{array1}.
7218 When given just the @option{--squeeze-repeats} (@option{-s}) option
7219 and not translating, @command{tr} replaces each input sequence of a
7220 repeated character that is in @var{array1} with a single occurrence of
7221 that character.
7223 When given both @option{--delete} and @option{--squeeze-repeats}, @command{tr}
7224 first performs any deletions using @var{array1}, then squeezes repeats
7225 from any remaining characters using @var{array2}.
7227 The @option{--squeeze-repeats} option may also be used when translating,
7228 in which case @command{tr} first performs translation, then squeezes
7229 repeats from any remaining characters using @var{array2}.
7231 Here are some examples to illustrate various combinations of options:
7233 @itemize @bullet
7235 @item
7236 Remove all zero bytes:
7238 @example
7239 tr -d '\0'
7240 @end example
7242 @item
7243 Put all words on lines by themselves.  This converts all
7244 non-alphanumeric characters to newlines, then squeezes each string
7245 of repeated newlines into a single newline:
7247 @example
7248 tr -cs '[:alnum:]' '[\n*]'
7249 @end example
7251 @item
7252 Convert each sequence of repeated newlines to a single newline.
7253 I.e., delete empty lines:
7255 @example
7256 tr -s '\n'
7257 @end example
7259 @item
7260 Find doubled occurrences of words in a document.
7261 @c Separate the following two "the"s, so typo checkers don't complain.
7262 For example, people often write ``the @w{}the'' with the repeated words
7263 separated by a newline.  The Bourne shell script below works first
7264 by converting each sequence of punctuation and blank characters to a
7265 single newline.  That puts each ``word'' on a line by itself.
7266 Next it maps all uppercase characters to lower case, and finally it
7267 runs @command{uniq} with the @option{-d} option to print out only the words
7268 that were repeated.
7270 @example
7271 #!/bin/sh
7272 cat -- "$@@" \
7273   | tr -s '[:punct:][:blank:]' '[\n*]' \
7274   | tr '[:upper:]' '[:lower:]' \
7275   | uniq -d
7276 @end example
7278 @item
7279 Deleting a small set of characters is usually straightforward.  For example,
7280 to remove all @samp{a}s, @samp{x}s, and @samp{M}s you would do this:
7282 @example
7283 tr -d axM
7284 @end example
7286 However, when @samp{-} is one of those characters, it can be tricky because
7287 @samp{-} has special meanings.  Performing the same task as above but also
7288 removing all @samp{-} characters, we might try @code{tr -d -axM}, but
7289 that would fail because @command{tr} would try to interpret @option{-a} as
7290 a command-line option.  Alternatively, we could try putting the hyphen
7291 inside the string, @code{tr -d a-xM}, but that wouldn't work either because
7292 it would make @command{tr} interpret @code{a-x} as the range of characters
7293 @samp{a}@dots{}@samp{x} rather than the three.
7294 One way to solve the problem is to put the hyphen at the end of the list
7295 of characters:
7297 @example
7298 tr -d axM-
7299 @end example
7301 Or you can use @samp{--} to terminate option processing:
7303 @example
7304 tr -d -- -axM
7305 @end example
7307 @end itemize
7310 @node expand invocation
7311 @section @command{expand}: Convert tabs to spaces
7313 @pindex expand
7314 @cindex tabs to spaces, converting
7315 @cindex converting tabs to spaces
7317 @command{expand} writes the contents of each given @var{file}, or standard
7318 input if none are given or for a @var{file} of @samp{-}, to standard
7319 output, with tab characters converted to the appropriate number of
7320 spaces.  Synopsis:
7322 @example
7323 expand [@var{option}]@dots{} [@var{file}]@dots{}
7324 @end example
7326 By default, @command{expand} converts all tabs to spaces.  It preserves
7327 backspace characters in the output; they decrement the column count for
7328 tab calculations.  The default action is equivalent to @option{-t 8} (set
7329 tabs every 8 columns).
7331 The program accepts the following options.  Also see @ref{Common options}.
7333 @table @samp
7335 @item -t @var{tab1}[,@var{tab2}]@dots{}
7336 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7337 @opindex -t
7338 @opindex --tabs
7339 @cindex tab stops, setting
7340 If only one tab stop is given, set the tabs @var{tab1} spaces apart
7341 (default is 8).  Otherwise, set the tabs at columns @var{tab1},
7342 @var{tab2}, @dots{} (numbered from 0), and replace any tabs beyond the
7343 last tab stop given with single spaces.
7344 @macro gnuExpandTabs
7345 Tab stops can be separated by blanks as well as by commas.
7347 As a GNU extension the last @var{tab} specified can be prefixed
7348 with a @samp{/} to indicate a tab size to use for remaining positions.
7349 For example, @option{--tabs=2,4,/8} will set tab stops at position 2 and 4,
7350 and every multiple of 8 after that.
7352 Also the last @var{tab} specified can be prefixed with a @samp{+} to indicate
7353 a tab size to use for remaining positions, offset from the final explicitly
7354 specified tab stop.
7355 For example, to ignore the 1 character gutter present in diff output,
7356 one can specify a 1 character offset using @option{--tabs=1,+8},
7357 which will set tab stops at positions 1,9,17,@dots{}
7358 @end macro
7359 @gnuExpandTabs
7362 For compatibility, GNU @command{expand} also accepts the obsolete
7363 option syntax, @option{-@var{t1}[,@var{t2}]@dots{}}.  New scripts
7364 should use @option{-t @var{t1}[,@var{t2}]@dots{}} instead.
7366 @item -i
7367 @itemx --initial
7368 @opindex -i
7369 @opindex --initial
7370 @cindex initial tabs, converting
7371 Only convert initial tabs (those that precede all non-space or non-tab
7372 characters) on each line to spaces.
7374 @end table
7376 @exitstatus
7379 @node unexpand invocation
7380 @section @command{unexpand}: Convert spaces to tabs
7382 @pindex unexpand
7384 @command{unexpand} writes the contents of each given @var{file}, or
7385 standard input if none are given or for a @var{file} of @samp{-}, to
7386 standard output, converting blanks at the beginning of each line into
7387 as many tab characters as needed.  In the default POSIX
7388 locale, a @dfn{blank} is a space or a tab; other locales may specify
7389 additional blank characters.  Synopsis:
7391 @example
7392 unexpand [@var{option}]@dots{} [@var{file}]@dots{}
7393 @end example
7395 By default, @command{unexpand} converts only initial blanks (those
7396 that precede all non-blank characters) on each line.  It
7397 preserves backspace characters in the output; they decrement the column
7398 count for tab calculations.  By default, tabs are set at every 8th
7399 column.
7401 The program accepts the following options.  Also see @ref{Common options}.
7403 @table @samp
7405 @item -t @var{tab1}[,@var{tab2}]@dots{}
7406 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7407 @opindex -t
7408 @opindex --tabs
7409 If only one tab stop is given, set the tabs @var{tab1} columns apart
7410 instead of the default 8.  Otherwise, set the tabs at columns
7411 @var{tab1}, @var{tab2}, @dots{} (numbered from 0), and leave blanks
7412 beyond the tab stops given unchanged.
7413 @gnuExpandTabs
7415 This option implies the @option{-a} option.
7417 For compatibility, GNU @command{unexpand} supports the obsolete option syntax,
7418 @option{-@var{tab1}[,@var{tab2}]@dots{}}, where tab stops must be
7419 separated by commas.  (Unlike @option{-t}, this obsolete option does
7420 not imply @option{-a}.)  New scripts should use @option{--first-only -t
7421 @var{tab1}[,@var{tab2}]@dots{}} instead.
7423 @item -a
7424 @itemx --all
7425 @opindex -a
7426 @opindex --all
7427 Also convert all sequences of two or more blanks just before a tab stop,
7428 even if they occur after non-blank characters in a line.
7430 @end table
7432 @exitstatus
7435 @node Directory listing
7436 @chapter Directory listing
7438 This chapter describes the @command{ls} command and its variants @command{dir}
7439 and @command{vdir}, which list information about files.
7441 @menu
7442 * ls invocation::               List directory contents.
7443 * dir invocation::              Briefly ls.
7444 * vdir invocation::             Verbosely ls.
7445 * dircolors invocation::        Color setup for ls, etc.
7446 @end menu
7449 @node ls invocation
7450 @section @command{ls}: List directory contents
7452 @pindex ls
7453 @cindex directory listing
7455 The @command{ls} program lists information about files (of any type,
7456 including directories).  Options and file arguments can be intermixed
7457 arbitrarily, as usual.  Later options override earlier options that
7458 are incompatible.
7460 For non-option command-line arguments that are directories, by default
7461 @command{ls} lists the contents of directories, not recursively, and
7462 omitting files with names beginning with @samp{.}.  For other non-option
7463 arguments, by default @command{ls} lists just the file name.  If no
7464 non-option argument is specified, @command{ls} operates on the current
7465 directory, acting as if it had been invoked with a single argument of @samp{.}.
7467 @vindex LC_ALL
7468 By default, the output is sorted alphabetically, according to the locale
7469 settings in effect.@footnote{If you use a non-POSIX
7470 locale (e.g., by setting @env{LC_ALL} to @samp{en_US}), then @command{ls} may
7471 produce output that is sorted differently than you're accustomed to.
7472 In that case, set the @env{LC_ALL} environment variable to @samp{C}.}
7473 If standard output is
7474 a terminal, the output is in columns (sorted vertically) and control
7475 characters are output as question marks; otherwise, the output is listed
7476 one per line and control characters are output as-is.
7478 Because @command{ls} is such a fundamental program, it has accumulated many
7479 options over the years.  They are described in the subsections below;
7480 within each section, options are listed alphabetically (ignoring case).
7481 The division of options into the subsections is not absolute, since some
7482 options affect more than one aspect of @command{ls}'s operation.
7484 @cindex exit status of @command{ls}
7485 Exit status:
7487 @display
7488 0 success
7489 1 minor problems  (e.g., failure to access a file or directory not
7490   specified as a command line argument.  This happens when listing a
7491   directory in which entries are actively being removed or renamed.)
7492 2 serious trouble (e.g., memory exhausted, invalid option, failure
7493   to access a file or directory specified as a command line argument
7494   or a directory loop)
7495 @end display
7497 Also see @ref{Common options}.
7499 @menu
7500 * Which files are listed::
7501 * What information is listed::
7502 * Sorting the output::
7503 * General output formatting::
7504 * Formatting file timestamps::
7505 * Formatting the file names::
7506 @end menu
7509 @node Which files are listed
7510 @subsection Which files are listed
7512 These options determine which files @command{ls} lists information for.
7513 By default, @command{ls} lists files and the contents of any
7514 directories on the command line, except that in directories it ignores
7515 files whose names start with @samp{.}.
7517 @table @samp
7519 @item -a
7520 @itemx --all
7521 @opindex -a
7522 @opindex --all
7523 In directories, do not ignore file names that start with @samp{.}.
7525 @item -A
7526 @itemx --almost-all
7527 @opindex -A
7528 @opindex --almost-all
7529 In directories, do not ignore all file names that start with @samp{.};
7530 ignore only @file{.} and @file{..}.  The @option{--all} (@option{-a})
7531 option overrides this option.
7533 @item -B
7534 @itemx --ignore-backups
7535 @opindex -B
7536 @opindex --ignore-backups
7537 @cindex backup files, ignoring
7538 In directories, ignore files that end with @samp{~}.  This option is
7539 equivalent to @samp{--ignore='*~' --ignore='.*~'}.
7541 @item -d
7542 @itemx --directory
7543 @opindex -d
7544 @opindex --directory
7545 List just the names of directories, as with other types of files, rather
7546 than listing their contents.
7547 @c The following sentence is the same as the one for -F.
7548 Do not follow symbolic links listed on the
7549 command line unless the @option{--dereference-command-line} (@option{-H}),
7550 @option{--dereference} (@option{-L}), or
7551 @option{--dereference-command-line-symlink-to-dir} options are specified.
7553 @item -H
7554 @itemx --dereference-command-line
7555 @opindex -H
7556 @opindex --dereference-command-line
7557 @cindex symbolic links, dereferencing
7558 If a command line argument specifies a symbolic link, show information
7559 for the file the link references rather than for the link itself.
7561 @item --dereference-command-line-symlink-to-dir
7562 @opindex --dereference-command-line-symlink-to-dir
7563 @cindex symbolic links, dereferencing
7564 Do not dereference symbolic links, with one exception:
7565 if a command line argument specifies a symbolic link that refers to
7566 a directory, show information for that directory rather than for the
7567 link itself.
7568 This is the default behavior unless long format is being used
7569 or any of the following options is in effect:
7570 @option{--classify} (@option{-F}),
7571 @option{--directory} (@option{-d}),
7572 @option{--dereference} (@option{-L}), or
7573 @option{--dereference-command-line} (@option{-H})).
7575 @item --group-directories-first
7576 @opindex --group-directories-first
7577 Group all the directories before the files and then sort the
7578 directories and the files separately using the selected sort key
7579 (see --sort option).
7580 That is, this option specifies a primary sort key,
7581 and the --sort option specifies a secondary key.
7582 However, any use of @option{--sort=none}
7583 (@option{-U}) disables this option altogether.
7585 @item --hide=PATTERN
7586 @opindex --hide=@var{pattern}
7587 In directories, ignore files whose names match the shell pattern
7588 @var{pattern}, unless the @option{--all} (@option{-a}) or
7589 @option{--almost-all} (@option{-A}) is also given.  This
7590 option acts like @option{--ignore=@var{pattern}} except that it has no
7591 effect if @option{--all} (@option{-a}) or @option{--almost-all}
7592 (@option{-A}) is also given.
7594 This option can be useful in shell aliases.  For example, if
7595 @command{lx} is an alias for @samp{ls --hide='*~'} and @command{ly} is
7596 an alias for @samp{ls --ignore='*~'}, then the command @samp{lx -A}
7597 lists the file @file{README~} even though @samp{ly -A} would not.
7599 @item -I @var{pattern}
7600 @itemx --ignore=@var{pattern}
7601 @opindex -I
7602 @opindex --ignore=@var{pattern}
7603 In directories, ignore files whose names match the shell pattern
7604 (not regular expression) @var{pattern}.  As
7605 in the shell, an initial @samp{.} in a file name does not match a
7606 wildcard at the start of @var{pattern}.  Sometimes it is useful
7607 to give this option several times.  For example,
7609 @example
7610 $ ls --ignore='.??*' --ignore='.[^.]' --ignore='#*'
7611 @end example
7613 The first option ignores names of length 3 or more that start with @samp{.},
7614 the second ignores all two-character names that start with @samp{.}
7615 except @samp{..}, and the third ignores names that start with @samp{#}.
7617 @item -L
7618 @itemx --dereference
7619 @opindex -L
7620 @opindex --dereference
7621 @cindex symbolic links, dereferencing
7622 When showing file information for a symbolic link, show information
7623 for the file the link references rather than the link itself.
7624 However, even with this option, @command{ls} still prints the name
7625 of the link itself, not the name of the file that the link points to.
7627 @item -R
7628 @itemx --recursive
7629 @opindex -R
7630 @opindex --recursive
7631 @cindex recursive directory listing
7632 @cindex directory listing, recursive
7633 List the contents of all directories recursively.
7635 @end table
7638 @node What information is listed
7639 @subsection What information is listed
7641 These options affect the information that @command{ls} displays.  By
7642 default, only file names are shown.
7644 @table @samp
7646 @item --author
7647 @opindex --author
7648 @cindex hurd, author, printing
7649 In long format, list each file's author.
7650 In GNU/Hurd, file authors can differ from their owners, but in other
7651 operating systems the two are the same.
7653 @item -D
7654 @itemx --dired
7655 @opindex -D
7656 @opindex --dired
7657 @cindex dired Emacs mode support
7658 Print an additional line after the main output:
7660 @example
7661 //DIRED// @var{beg1} @var{end1} @var{beg2} @var{end2} @dots{}
7662 @end example
7664 @noindent
7665 The @var{begn} and @var{endn} are unsigned integers that record the
7666 byte position of the beginning and end of each file name in the output.
7667 This makes it easy for Emacs to find the names, even when they contain
7668 unusual characters such as space or newline, without fancy searching.
7670 If directories are being listed recursively via
7671 @option{--recursive} (@option{-R}), output a similar
7672 line with offsets for each subdirectory name:
7674 @example
7675 //SUBDIRED// @var{beg1} @var{end1} @dots{}
7676 @end example
7678 Finally, output a line of the form:
7680 @example
7681 //DIRED-OPTIONS// --quoting-style=@var{word}
7682 @end example
7684 @noindent
7685 where @var{word} is the quoting style (@pxref{Formatting the file names}).
7687 Here is an actual example:
7689 @example
7690 $ mkdir -p a/sub/deeper a/sub2
7691 $ touch a/f1 a/f2
7692 $ touch a/sub/deeper/file
7693 $ ls -gloRF --dired a
7694   a:
7695   total 8
7696   -rw-r--r-- 1    0 Jun 10 12:27 f1
7697   -rw-r--r-- 1    0 Jun 10 12:27 f2
7698   drwxr-xr-x 3 4096 Jun 10 12:27 sub/
7699   drwxr-xr-x 2 4096 Jun 10 12:27 sub2/
7701   a/sub:
7702   total 4
7703   drwxr-xr-x 2 4096 Jun 10 12:27 deeper/
7705   a/sub/deeper:
7706   total 0
7707   -rw-r--r-- 1 0 Jun 10 12:27 file
7709   a/sub2:
7710   total 0
7711 //DIRED// 48 50 84 86 120 123 158 162 217 223 282 286
7712 //SUBDIRED// 2 3 167 172 228 240 290 296
7713 //DIRED-OPTIONS// --quoting-style=literal
7714 @end example
7716 The pairs of offsets on the @samp{//DIRED//} line above delimit
7717 these names: @file{f1}, @file{f2}, @file{sub}, @file{sub2}, @file{deeper},
7718 @file{file}.
7719 The offsets on the @samp{//SUBDIRED//} line delimit the following
7720 directory names: @file{a}, @file{a/sub}, @file{a/sub/deeper}, @file{a/sub2}.
7722 Here is an example of how to extract the fifth entry name, @samp{deeper},
7723 corresponding to the pair of offsets, 222 and 228:
7725 @example
7726 $ ls -gloRF --dired a > out
7727 $ dd bs=1 skip=222 count=6 < out 2>/dev/null; echo
7728 deeper
7729 @end example
7731 Although the listing above includes a trailing slash
7732 for the @samp{deeper} entry, the offsets select the name without
7733 the trailing slash.  However, if you invoke @command{ls} with @option{--dired}
7734 (@option{-D}) along with an option like
7735 @option{--escape} (@option{-b}) and operate
7736 on a file whose name contains special characters, the backslash
7737 @emph{is} included:
7739 @example
7740 $ touch 'a b'
7741 $ ls -blog --dired 'a b'
7742   -rw-r--r-- 1 0 Jun 10 12:28 a\ b
7743 //DIRED// 30 34
7744 //DIRED-OPTIONS// --quoting-style=escape
7745 @end example
7747 If you use a quoting style like @option{--quoting-style=c} (@option{-Q})
7748 that adds quote marks, then the offsets include the quote marks.
7749 So beware that the user may select the quoting style via the environment
7750 variable @env{QUOTING_STYLE}@.  Hence, applications using @option{--dired}
7751 should either specify an explicit @option{--quoting-style=literal}
7752 (@option{-N}) option on the command line, or else be
7753 prepared to parse the escaped names.
7755 The @option{--dired} (@option{-D}) option has well-defined behavior
7756 only when long format is in effect and hyperlinks are disabled (e.g.,
7757 @option{--hyperlink=none}).
7759 @item --full-time
7760 @opindex --full-time
7761 Produce long format, and list times in full.  It is
7762 equivalent to using @option{--format=long} (@option{-l}) with
7763 @option{--time-style=full-iso} (@pxref{Formatting file timestamps}).
7765 @item -g
7766 @opindex -g
7767 Produce long format, but omit owner information.
7769 @item -G
7770 @itemx --no-group
7771 @opindex -G
7772 @opindex --no-group
7773 Inhibit display of group information in long format.
7774 (This is the default in some non-GNU versions of @command{ls}, so we
7775 provide this option for compatibility.)
7777 @optHumanReadable
7779 @item -i
7780 @itemx --inode
7781 @opindex -i
7782 @opindex --inode
7783 @cindex inode number, printing
7784 Print the inode number (also called the file serial number and index
7785 number) of each file to the left of the file name.  (This number
7786 uniquely identifies each file within a particular file system.)
7788 @item -l
7789 @itemx --format=long
7790 @itemx --format=verbose
7791 @opindex -l
7792 @opindex --format
7793 @opindex long ls @r{format}
7794 @opindex verbose ls @r{format}
7795 Produce long format.
7796 In addition to the name of each file, print the file type, file mode bits,
7797 number of hard links, owner name, group name, size, and
7798 timestamp (@pxref{Formatting file timestamps}), normally
7799 the modification timestamp (the mtime, @pxref{File timestamps}).
7800 If the owner or group name cannot be determined, print
7801 the owner or group ID instead, right-justified as a cue
7802 that it is a number rather than a textual name.
7803 Print question marks for other information that
7804 cannot be determined.
7806 Normally the size is printed as a byte count without punctuation, but
7807 this can be overridden (@pxref{Block size}).
7808 For example, @option{--human-readable} (@option{-h})
7809 prints an abbreviated, human-readable count, and
7810 @samp{--block-size="'1"} prints a byte count with the thousands
7811 separator of the current locale.
7813 For each directory that is listed, preface the files with a line
7814 @samp{total @var{blocks}}, where @var{blocks} is the file system allocation
7815 for all files in that directory.  The block size currently defaults to 1024
7816 bytes, but this can be overridden (@pxref{Block size}).
7817 The @var{blocks} computed counts each hard link separately;
7818 this is arguably a deficiency.
7820 The file type is one of the following characters:
7822 @c The commented-out entries are ones we're not sure about.
7824 @table @samp
7825 @item -
7826 regular file
7827 @item b
7828 block special file
7829 @item c
7830 character special file
7831 @item C
7832 high performance (``contiguous data'') file
7833 @item d
7834 directory
7835 @item D
7836 door (Solaris)
7837 @c @item F
7838 @c semaphore, if this is a distinct file type
7839 @item l
7840 symbolic link
7841 @c @item m
7842 @c multiplexed file (7th edition Unix; obsolete)
7843 @item M
7844 off-line (``migrated'') file (Cray DMF)
7845 @item n
7846 network special file (HP-UX)
7847 @item p
7848 FIFO (named pipe)
7849 @item P
7850 port (Solaris)
7851 @c @item Q
7852 @c message queue, if this is a distinct file type
7853 @item s
7854 socket
7855 @c @item S
7856 @c shared memory object, if this is a distinct file type
7857 @c @item T
7858 @c typed memory object, if this is a distinct file type
7859 @c @item w
7860 @c whiteout (4.4BSD; not implemented)
7861 @item ?
7862 some other file type
7863 @end table
7865 @cindex permissions, output by @command{ls}
7866 The file mode bits listed are similar to symbolic mode specifications
7867 (@pxref{Symbolic Modes}).  But @command{ls} combines multiple bits into the
7868 third character of each set of permissions as follows:
7870 @table @samp
7871 @item s
7872 If the set-user-ID or set-group-ID bit and the corresponding executable bit
7873 are both set.
7875 @item S
7876 If the set-user-ID or set-group-ID bit is set but the corresponding
7877 executable bit is not set.
7879 @item t
7880 If the restricted deletion flag or sticky bit, and the
7881 other-executable bit, are both set.  The restricted deletion flag is
7882 another name for the sticky bit.  @xref{Mode Structure}.
7884 @item T
7885 If the restricted deletion flag or sticky bit is set but the
7886 other-executable bit is not set.
7888 @item x
7889 If the executable bit is set and none of the above apply.
7891 @item -
7892 Otherwise.
7893 @end table
7895 Following the file mode bits is a single character that specifies
7896 whether an alternate access method such as an access control list
7897 applies to the file.  When the character following the file mode bits is a
7898 space, there is no alternate access method.  When it is a printing
7899 character, then there is such a method.
7901 GNU @command{ls} uses a @samp{.} character to indicate a file
7902 with a security context, but no other alternate access method.
7904 A file with any other combination of alternate access methods
7905 is marked with a @samp{+} character.
7907 @item -n
7908 @itemx --numeric-uid-gid
7909 @opindex -n
7910 @opindex --numeric-uid-gid
7911 @cindex numeric uid and gid
7912 @cindex numeric user and group IDs
7913 Produce long format, but
7914 display right-justified numeric user and group IDs
7915 instead of left-justified owner and group names.
7917 @item -o
7918 @opindex -o
7919 Produce long format, but omit group information.
7920 It is equivalent to using @option{--format=long} (@option{-l})
7921 with @option{--no-group} (@option{-G}).
7923 @item -s
7924 @itemx --size
7925 @opindex -s
7926 @opindex --size
7927 @cindex file system allocation
7928 @cindex size of files, reporting
7929 Print the file system allocation of each file to the left of the file name.
7930 This is the amount of file system space used by the file, which is usually a
7931 bit more than the file's size, but it can be less if the file has holes.
7933 Normally the allocation is printed in units of
7934 1024 bytes, but this can be overridden (@pxref{Block size}).
7936 @cindex NFS mounts from BSD to HP-UX
7937 For files that are NFS-mounted from an HP-UX system to a BSD system,
7938 this option reports sizes that are half the correct values.  On HP-UX
7939 systems, it reports sizes that are twice the correct values for files
7940 that are NFS-mounted from BSD systems.  This is due to a flaw in HP-UX;
7941 it also affects the HP-UX @command{ls} program.
7943 @optSi
7945 @item -Z
7946 @itemx --context
7947 @opindex -Z
7948 @opindex --context
7949 @cindex SELinux
7950 @cindex security context
7951 Display the SELinux security context or @samp{?} if none is found.
7952 In long format, print the security context to the left of the size column.
7954 @end table
7957 @node Sorting the output
7958 @subsection Sorting the output
7960 @cindex sorting @command{ls} output
7961 These options change the order in which @command{ls} sorts the information
7962 it outputs.  By default, sorting is done by character code
7963 (e.g., ASCII order).
7965 @table @samp
7967 @item -c
7968 @itemx --time=ctime
7969 @itemx --time=status
7970 @opindex -c
7971 @opindex --time
7972 @opindex ctime@r{, printing or sorting by}
7973 @opindex status time@r{, printing or sorting by}
7974 @opindex use time@r{, printing or sorting files by}
7975 In long format,
7976 print the status change timestamp (the ctime) instead of the mtime.
7977 When sorting by time or when not using long format,
7978 sort according to the ctime.  @xref{File timestamps}.
7980 @item -f
7981 @opindex -f
7982 @cindex unsorted directory listing
7983 @cindex directory order, listing by
7984 Produce an unsorted directory listing.
7985 This is equivalent to the combination of @option{--all} (@option{-a}),
7986 @option{--sort=none} (@option{-U}), @option{-1},
7987 @option{--color=none}, and @option{--hyperlink=none},
7988 while also disabling any previous use of @option{--size} (@option{-s}).
7990 @item -r
7991 @itemx --reverse
7992 @opindex -r
7993 @opindex --reverse
7994 @cindex reverse sorting
7995 Reverse whatever the sorting method is---e.g., list files in reverse
7996 alphabetical order, youngest first, smallest first, or whatever.
7997 This option has no effect when @option{--sort=none} (@option{-U})
7998 is in effect.
8000 @item -S
8001 @itemx --sort=size
8002 @opindex -S
8003 @opindex --sort
8004 @opindex size of files@r{, sorting files by}
8005 Sort by file size, largest first.
8007 @item -t
8008 @itemx --sort=time
8009 @opindex -t
8010 @opindex --sort
8011 @opindex modification timestamp@r{, sorting files by}
8012 Sort by modification timestamp (mtime) by default, newest first.
8013 The timestamp to order by can be changed with the @option{--time} option.
8014 @xref{File timestamps}.
8016 @item -u
8017 @itemx --time=atime
8018 @itemx --time=access
8019 @itemx --time=use
8020 @opindex -u
8021 @opindex --time
8022 @opindex use time@r{, printing or sorting files by}
8023 @opindex atime@r{, printing or sorting files by}
8024 @opindex access timestamp@r{, printing or sorting files by}
8025 In long format, print the last access timestamp (the atime).
8026 When sorting by time or when not using long format,
8027 sort according to the atime.
8028 @xref{File timestamps}.
8030 @item --time=mtime
8031 @itemx --time=modification
8032 @opindex --time
8033 @opindex data modification time@r{, printing or sorting files by}
8034 @opindex mtime@r{, printing or sorting files by}
8035 This is the default timestamp display and sorting mode.
8036 In long format, print the last data modification timestamp (the mtime).
8037 When sorting by time or when not using long format,
8038 sort according to the mtime.
8039 @xref{File timestamps}.
8041 @item --time=birth
8042 @itemx --time=creation
8043 @opindex --time
8044 @opindex birth time@r{, printing or sorting files by}
8045 @opindex creation timestamp@r{, printing or sorting files by}
8046 In long format, print the file creation timestamp if available,
8047 falling back to the file modification timestamp (mtime) if not.
8048 When sorting by time or when not using long format,
8049 sort according to the birth time.
8050 @xref{File timestamps}.
8052 @item -U
8053 @itemx --sort=none
8054 @opindex -U
8055 @opindex --sort
8056 @opindex none@r{, sorting option for @command{ls}}
8057 Do not sort; list the files in whatever order they are
8058 stored in the directory.  (Do not do any of the other unrelated things
8059 that @option{-f} does.)  This can be useful when listing large
8060 directories, where sorting can take some time.
8062 @item -v
8063 @itemx --sort=version
8064 @opindex -v
8065 @opindex --sort
8066 @opindex version@r{, sorting option for @command{ls}}
8067 Sort by version name and number, lowest first.  It behaves like a default
8068 sort, except that each sequence of decimal digits is treated numerically
8069 as an index/version number.  @xref{Version sort ordering}.
8071 @item --sort=width
8072 @opindex --sort
8073 @opindex width@r{, sorting option for @command{ls}}
8074 Sort by printed width of file names.
8075 This can be useful with the @option{--format=vertical} (@option{-C})
8076 output format, to most densely display the listed files.
8078 @item -X
8079 @itemx --sort=extension
8080 @opindex -X
8081 @opindex --sort
8082 @opindex extension@r{, sorting files by}
8083 Sort directory contents alphabetically by file extension (characters
8084 after the last @samp{.}); files with no extension are sorted first.
8086 @end table
8089 @node General output formatting
8090 @subsection General output formatting
8092 These options affect the appearance of the overall output.
8094 @table @samp
8096 @item --format=single-column
8097 @opindex --format
8098 @opindex single-column @r{output of files}
8099 List one file name per line, with no other information.
8100 This is the default for @command{ls} when standard
8101 output is not a terminal.  See also the @option{--escape} (@option{-b}),
8102 @option{--hide-control-chars} (@option{-q}), and @option{--zero} options
8103 to disambiguate output of file names containing newline characters.
8105 @item -1
8106 @opindex -1
8107 List one file per line.  This is like @option{--format=single-column}
8108 except that it has no effect if long format is also in effect.
8110 @item -C
8111 @itemx --format=vertical
8112 @opindex -C
8113 @opindex --format
8114 @opindex vertical @r{sorted files in columns}
8115 List files in columns, sorted vertically, with no other information.
8116 This is the default for @command{ls} if standard output is a terminal.
8117 It is always the default for the @command{dir} program.
8118 GNU @command{ls} uses variable width columns to display as many files as
8119 possible in the fewest lines.
8121 @item --color [=@var{when}]
8122 @opindex --color
8123 @cindex color, distinguishing file types with
8124 Specify whether to use color for distinguishing file types; @var{when}
8125 may be omitted, or one of:
8126 @itemize @bullet
8127 @item none
8128 @vindex none @r{color option}
8129 - Do not use color at all.  This is the default.
8130 @item auto
8131 @vindex auto @r{color option}
8132 @cindex terminal, using color iff
8133 - Only use color if standard output is a terminal.
8134 @item always
8135 @vindex always @r{color option}
8136 - Always use color.
8137 @end itemize
8138 Specifying @option{--color} and no @var{when} is equivalent to
8139 @option{--color=always}.
8140 If piping a colored listing through a pager like @command{less},
8141 use the pager's @option{-R} option to pass the color codes to the terminal.
8143 @vindex LS_COLORS
8144 @vindex SHELL @r{environment variable, and color}
8145 Using the @option{--color} option may incur a noticeable
8146 performance penalty when run in a large directory,
8147 because the default settings require that @command{ls} @code{stat} every
8148 single file it lists.
8149 However, if you would like most of the file-type coloring
8150 but can live without the other coloring options (e.g.,
8151 executable, orphan, sticky, other-writable, capability), use
8152 @command{dircolors} to set the @env{LS_COLORS} environment variable like this,
8153 @example
8154 eval $(dircolors -p | perl -pe \
8155   's/^((CAP|S[ET]|O[TR]|M|E)\w+).*/$1 00/' | dircolors -)
8156 @end example
8157 and on a @code{dirent.d_type}-capable file system, @command{ls}
8158 will perform only one @code{stat} call per command line argument.
8160 @item -F
8161 @itemx --classify [=@var{when}]
8162 @itemx --indicator-style=classify
8163 @opindex -F
8164 @opindex --classify
8165 @opindex --indicator-style
8166 @cindex file type and executables, marking
8167 @cindex executables and file type, marking
8168 Append a character to each file name indicating the file type.  Also,
8169 for regular files that are executable, append @samp{*}.  The file type
8170 indicators are @samp{/} for directories, @samp{@@} for symbolic links,
8171 @samp{|} for FIFOs, @samp{=} for sockets, @samp{>} for doors,
8172 and nothing for regular files.
8173 @var{when} may be omitted, or one of:
8174 @itemize @bullet
8175 @item none
8176 @vindex none @r{classify option}
8177 - Do not classify.  This is the default.
8178 @item auto
8179 @vindex auto @r{classify option}
8180 @cindex terminal, using classify iff
8181 - Only classify if standard output is a terminal.
8182 @item always
8183 @vindex always @r{classify option}
8184 - Always classify.
8185 @end itemize
8186 Specifying @option{--classify} and no @var{when} is equivalent to
8187 @option{--classify=always}.
8188 @c The following sentence is the same as the one for -d.
8189 Do not follow symbolic links listed on the
8190 command line unless the @option{--dereference-command-line} (@option{-H}),
8191 @option{--dereference} (@option{-L}), or
8192 @option{--dereference-command-line-symlink-to-dir} options are specified.
8194 @item --file-type
8195 @itemx --indicator-style=file-type
8196 @opindex --file-type
8197 @opindex --indicator-style
8198 @cindex file type, marking
8199 Append a character to each file name indicating the file type.  This is
8200 like @option{--classify} (@option{-F}, except that executables are not marked.
8202 @item --hyperlink [=@var{when}]
8203 @opindex --hyperlink
8204 @cindex hyperlink, linking to files
8205 Output codes recognized by some terminals to link
8206 to files using the @samp{file://} URI format.
8207 @var{when} may be omitted, or one of:
8208 @itemize @bullet
8209 @item none
8210 @vindex none @r{hyperlink option}
8211 - Do not use hyperlinks at all.  This is the default.
8212 @item auto
8213 @vindex auto @r{hyperlink option}
8214 @cindex terminal, using hyperlink iff
8215 - Only use hyperlinks if standard output is a terminal.
8216 @item always
8217 @vindex always @r{hyperlink option}
8218 - Always use hyperlinks.
8219 @end itemize
8220 Specifying @option{--hyperlink} and no @var{when} is equivalent to
8221 @option{--hyperlink=always}.
8223 @item --indicator-style=@var{word}
8224 @opindex --indicator-style
8225 Append a character indicator with style @var{word} to entry names,
8226 as follows:
8228 @table @samp
8229 @item none
8230 Do not append any character indicator; this is the default.
8231 @item slash
8232 Append @samp{/} for directories.  This is the same as the @option{-p}
8233 option.
8234 @item file-type
8235 Append @samp{/} for directories, @samp{@@} for symbolic links, @samp{|}
8236 for FIFOs, @samp{=} for sockets, and nothing for regular files.  This is
8237 the same as the @option{--file-type} option.
8238 @item classify
8239 Append @samp{*} for executable regular files, otherwise behave as for
8240 @samp{file-type}.  This is the same as the @option{--classify}
8241 (@option{-F}) option.
8242 @end table
8244 @item -k
8245 @itemx --kibibytes
8246 @opindex -k
8247 @opindex --kibibytes
8248 Set the default block size to its normal value of 1024 bytes,
8249 overriding any contrary specification in environment variables
8250 (@pxref{Block size}).  If @option{--block-size},
8251 @option{--human-readable} (@option{-h}), or @option{--si} options are used,
8252 they take precedence even if @option{--kibibytes} (@option{-k}) is placed after
8254 The @option{--kibibytes} (@option{-k}) option affects the
8255 per-directory block count written in long format,
8256 and the file system allocation written by the @option{--size} (@option{-s})
8257 option.  It does not affect the file size in bytes that is written in
8258 long format.
8260 @item -m
8261 @itemx --format=commas
8262 @opindex -m
8263 @opindex --format
8264 @opindex commas@r{, outputting between files}
8265 List files horizontally, with as many as will fit on each line,
8266 separated by @samp{, } (a comma and a space),
8267 and with no other information.
8269 @item -p
8270 @itemx --indicator-style=slash
8271 @opindex -p
8272 @opindex --indicator-style
8273 @cindex file type, marking
8274 Append a @samp{/} to directory names.
8276 @item -x
8277 @itemx --format=across
8278 @itemx --format=horizontal
8279 @opindex -x
8280 @opindex --format
8281 @opindex across@r{, listing files}
8282 @opindex horizontal@r{, listing files}
8283 List the files in columns, sorted horizontally.
8285 @item -T @var{cols}
8286 @itemx --tabsize=@var{cols}
8287 @opindex -T
8288 @opindex --tabsize
8289 Assume that each tab stop is @var{cols} columns wide.  The default is 8.
8290 @command{ls} uses tabs where possible in the output, for efficiency.  If
8291 @var{cols} is zero, do not use tabs at all.
8293 Some terminal emulators might not properly align columns to the right of a
8294 TAB following a non-ASCII byte.  You can avoid that issue by using the
8295 @option{-T0} option or put @code{TABSIZE=0} in your environment, to tell
8296 @command{ls} to align using spaces, not tabs.
8298 If you set a terminal's hardware tabs to anything other than the default,
8299 you should also use a @command{--tabsize} option or @env{TABSIZE}
8300 environment variable either to match the hardware tabs, or to disable
8301 the use of hardware tabs.  Otherwise, the output of @command{ls} may
8302 not line up.  For example, if you run the shell command @samp{tabs -4}
8303 to set hardware tabs to every four columns, you should also run
8304 @samp{export TABSIZE=4} or @samp{export TABSIZE=0}, or use the
8305 corresponding @option{--tabsize} options.
8307 @item -w @var{cols}
8308 @itemx --width=@var{cols}
8309 @opindex -w
8310 @opindex --width
8311 @vindex COLUMNS
8312 Assume the screen is @var{cols} columns wide.  The default is taken
8313 from the terminal settings if possible; otherwise the environment
8314 variable @env{COLUMNS} is used if it is set; otherwise the default
8315 is 80.  With a @var{cols} value of @samp{0}, there is no limit on
8316 the length of the output line, and that single output line will
8317 be delimited with spaces, not tabs.
8319 @item --zero
8320 @opindex --zero
8321 @outputNUL
8322 This option is incompatible with the @option{--dired} (@option{-D}) option.
8323 This option also implies the options @option{--show-control-chars},
8324 @option{-1}, @option{--color=none}, and
8325 @option{--quoting-style=literal} (@option{-N}).
8327 @end table
8330 @node Formatting file timestamps
8331 @subsection Formatting file timestamps
8333 By default, file timestamps are listed in abbreviated form, using
8334 a date like @samp{Mar 30@ @ 2020} for non-recent timestamps, and a
8335 date-without-year and time like @samp{Mar 30 23:45} for recent timestamps.
8336 This format can change depending on the current locale as detailed below.
8338 @cindex clock skew
8339 A timestamp is considered to be @dfn{recent} if it is less than six
8340 months old, and is not dated in the future.  If a timestamp dated
8341 today is not listed in recent form, the timestamp is in the future,
8342 which means you probably have clock skew problems which may break
8343 programs like @command{make} that rely on file timestamps.
8344 @xref{File timestamps}.
8346 @vindex TZ
8347 Timestamps are listed according to the time zone rules specified by
8348 the @env{TZ} environment variable, or by the system default rules if
8349 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
8350 with @env{TZ}, libc, The GNU C Library Reference Manual}.
8352 The following option changes how file timestamps are printed.
8354 @table @samp
8355 @item --time-style=@var{style}
8356 @opindex --time-style
8357 @cindex time style
8358 List timestamps in style @var{style}.  The @var{style} should
8359 be one of the following:
8361 @table @samp
8362 @item +@var{format}
8363 @vindex LC_TIME
8364 List timestamps using @var{format}, where @var{format} is interpreted
8365 like the format argument of @command{date} (@pxref{date invocation}).
8366 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
8367 @command{ls} to list timestamps like @samp{2020-03-30 23:45:56}.  As
8368 with @command{date}, @var{format}'s interpretation is affected by the
8369 @env{LC_TIME} locale category.
8371 If @var{format} contains two format strings separated by a newline,
8372 the former is used for non-recent files and the latter for recent
8373 files; if you want output columns to line up, you may need to insert
8374 spaces in one of the two formats.
8376 @item full-iso
8377 List timestamps in full using ISO 8601-like date, time, and time zone
8378 components with nanosecond precision, e.g., @samp{2020-07-21
8379 23:45:56.477817180 -0400}.  This style is equivalent to
8380 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
8382 This is useful because the time output includes all the information that
8383 is available from the operating system.  For example, this can help
8384 explain @command{make}'s behavior, since GNU @command{make}
8385 uses the full timestamp to determine whether a file is out of date.
8387 @item long-iso
8388 List ISO 8601 date and time components with minute precision, e.g.,
8389 @samp{2020-03-30 23:45}.  These timestamps are shorter than
8390 @samp{full-iso} timestamps, and are usually good enough for everyday
8391 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
8393 @item iso
8394 List ISO 8601 dates for non-recent timestamps (e.g.,
8395 @samp{2020-03-30@ }), and ISO 8601-like month, day, hour, and
8396 minute for recent timestamps (e.g., @samp{03-30 23:45}).  These
8397 timestamps are uglier than @samp{long-iso} timestamps, but they carry
8398 nearly the same information in a smaller space and their brevity helps
8399 @command{ls} output fit within traditional 80-column output lines.
8400 The following two @command{ls} invocations are equivalent:
8402 @example
8403 newline='
8405 ls -l --time-style="+%Y-%m-%d $newline%m-%d %H:%M"
8406 ls -l --time-style="iso"
8407 @end example
8409 @item locale
8410 @vindex LC_TIME
8411 List timestamps in a locale-dependent form.  For example, a French
8412 locale might list non-recent timestamps like @samp{30 mars@ @ @ 2020}
8413 and recent timestamps like @samp{30 mars@ @ 23:45}.  Locale-dependent
8414 timestamps typically consume more space than @samp{iso} timestamps and
8415 are harder for programs to parse because locale conventions vary so
8416 widely, but they are easier for many people to read.
8418 The @env{LC_TIME} locale category specifies the timestamp format.  The
8419 default POSIX locale uses timestamps like @samp{Mar 30@
8420 @ 2020} and @samp{Mar 30 23:45}; in this locale, the following two
8421 @command{ls} invocations are equivalent:
8423 @example
8424 newline='
8426 ls -l --time-style="+%b %e  %Y$newline%b %e %H:%M"
8427 ls -l --time-style="locale"
8428 @end example
8430 Other locales behave differently.  For example, in a German locale,
8431 @option{--time-style="locale"} might be equivalent to
8432 @option{--time-style="+%e. %b %Y $newline%e. %b %H:%M"}
8433 and might generate timestamps like @samp{30. M@"ar 2020@ } and
8434 @samp{30. M@"ar 23:45}.
8436 @item posix-@var{style}
8437 @vindex LC_TIME
8438 List POSIX-locale timestamps if the @env{LC_TIME} locale
8439 category is POSIX, @var{style} timestamps otherwise.  For
8440 example, the @samp{posix-long-iso} style lists
8441 timestamps like @samp{Mar 30@ @ 2020} and @samp{Mar 30 23:45} when in
8442 the POSIX locale, and like @samp{2020-03-30 23:45} otherwise.
8443 @end table
8444 @end table
8446 @vindex TIME_STYLE
8447 You can specify the default value of the @option{--time-style} option
8448 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
8449 the default style is @samp{locale}.  GNU Emacs 21.3 and
8450 later use the @option{--dired} option and therefore can parse any date
8451 format, but if you are using Emacs 21.1 or 21.2 and specify a
8452 non-POSIX locale you may need to set
8453 @samp{TIME_STYLE="posix-long-iso"}.
8455 To avoid certain denial-of-service attacks, timestamps that would be
8456 longer than 1000 bytes may be treated as errors.
8459 @node Formatting the file names
8460 @subsection Formatting the file names
8462 These options change how file names themselves are printed.
8464 @table @samp
8466 @item -b
8467 @itemx --escape
8468 @itemx --quoting-style=escape
8469 @opindex -b
8470 @opindex --escape
8471 @opindex --quoting-style
8472 @cindex backslash sequences for file names
8473 Quote nongraphic characters in file names using alphabetic and octal
8474 backslash sequences like those used in C.
8476 @item -N
8477 @itemx --literal
8478 @itemx --quoting-style=literal
8479 @opindex -N
8480 @opindex --literal
8481 @opindex --quoting-style
8482 Do not quote file names.  However, with @command{ls} nongraphic
8483 characters are still printed as question marks if the output is a
8484 terminal and you do not specify the @option{--show-control-chars}
8485 option.
8487 @item -q
8488 @itemx --hide-control-chars
8489 @opindex -q
8490 @opindex --hide-control-chars
8491 Print question marks instead of nongraphic characters in file names.
8492 This is the default if the output is a terminal and the program is
8493 @command{ls}.
8495 @item -Q
8496 @itemx --quote-name
8497 @itemx --quoting-style=c
8498 @opindex -Q
8499 @opindex --quote-name
8500 @opindex --quoting-style
8501 Enclose file names in double quotes and quote nongraphic characters as
8502 in C.
8504 @item --quoting-style=@var{word}
8505 @opindex --quoting-style
8506 @cindex quoting style
8507 Use style @var{word} to quote file names and other strings that may
8508 contain arbitrary characters.  The @var{word} should
8509 be one of the following:
8511 @macro quotingStyles
8512 @table @samp
8513 @item literal
8514 Output strings as-is; this is the same as the @option{--literal} (@option{-N})
8515 option.
8516 @item shell
8517 Quote strings for the shell if they contain shell metacharacters or would
8518 cause ambiguous output.
8519 The quoting is suitable for POSIX-compatible shells like
8520 @command{bash}, but it does not always work for incompatible shells
8521 like @command{csh}.
8522 @item shell-always
8523 Quote strings for the shell, even if they would normally not require quoting.
8524 @item shell-escape
8525 Like @samp{shell}, but also quoting non-printable characters using the POSIX
8526 proposed @samp{$''} syntax suitable for most shells.
8527 @item shell-escape-always
8528 Like @samp{shell-escape}, but quote strings even if they would
8529 normally not require quoting.
8530 @item c
8531 Quote strings as for C character string literals, including the
8532 surrounding double-quote characters; this is the same as the
8533 @option{--quote-name} (@option{-Q}) option.
8534 @item escape
8535 Quote strings as for C character string literals, except omit the
8536 surrounding double-quote
8537 characters; this is the same as the @option{--escape} (@option{-b}) option.
8538 @item clocale
8539 Quote strings as for C character string literals, except use
8540 surrounding quotation marks appropriate for the
8541 locale.
8542 @item locale
8543 @c Use @t instead of @samp to avoid duplicate quoting in some output styles.
8544 Quote strings as for C character string literals, except use
8545 surrounding quotation marks appropriate for the locale, and quote
8546 @t{'like this'} instead of @t{"like
8547 this"} in the default C locale.  This looks nicer on many displays.
8548 @end table
8549 @end macro
8550 @quotingStyles
8552 You can specify the default value of the @option{--quoting-style} option
8553 with the environment variable @env{QUOTING_STYLE}@.  If that environment
8554 variable is not set, the default value is @samp{shell-escape} when the
8555 output is a terminal, and @samp{literal} otherwise.
8557 @item --show-control-chars
8558 @opindex --show-control-chars
8559 Print nongraphic characters as-is in file names.
8560 This is the default unless the output is a terminal and the program is
8561 @command{ls}.
8563 @end table
8566 @node dir invocation
8567 @section @command{dir}: Briefly list directory contents
8569 @pindex dir
8570 @cindex directory listing, brief
8572 @command{dir} is equivalent to @code{ls -C
8573 -b}; that is, by default files are listed in columns, sorted vertically,
8574 and special characters are represented by backslash escape sequences.
8576 @xref{ls invocation, @command{ls}}.
8579 @node vdir invocation
8580 @section @command{vdir}: Verbosely list directory contents
8582 @pindex vdir
8583 @cindex directory listing, verbose
8585 @command{vdir} is equivalent to @code{ls -l
8586 -b}; that is, by default files are listed in long format and special
8587 characters are represented by backslash escape sequences.
8589 @xref{ls invocation, @command{ls}}.
8591 @node dircolors invocation
8592 @section @command{dircolors}: Color setup for @command{ls}
8594 @pindex dircolors
8595 @cindex color setup
8596 @cindex setup for color
8598 @command{dircolors} outputs a sequence of shell commands to set up the
8599 terminal for color output from @command{ls} (and @command{dir}, etc.).
8600 Typical usage:
8602 @example
8603 eval "$(dircolors [@var{option}]@dots{} [@var{file}])"
8604 @end example
8606 If @var{file} is specified, @command{dircolors} reads it to determine which
8607 colors to use for which file types and extensions.  Otherwise, a
8608 precompiled database is used.  For details on the format of these files,
8609 run @samp{dircolors --print-database}.
8611 To make @command{dircolors} read a @file{~/.dircolors} file if it
8612 exists, you can put the following lines in your @file{~/.bashrc} (or
8613 adapt them to your favorite shell):
8615 @example
8616 d=.dircolors
8617 test -r $d && eval "$(dircolors $d)"
8618 @end example
8620 @vindex LS_COLORS
8621 @vindex SHELL @r{environment variable, and color}
8622 The output is a shell command to set the @env{LS_COLORS} environment
8623 variable.  You can specify the shell syntax to use on the command line,
8624 or @command{dircolors} will guess it from the value of the @env{SHELL}
8625 environment variable.
8627 The program accepts the following options.  Also see @ref{Common options}.
8629 @table @samp
8630 @item -b
8631 @itemx --sh
8632 @itemx --bourne-shell
8633 @opindex -b
8634 @opindex --sh
8635 @opindex --bourne-shell
8636 @cindex Bourne shell syntax for color setup
8637 @cindex @command{sh} syntax for color setup
8638 Output Bourne shell commands.  This is the default if the @env{SHELL}
8639 environment variable is set and does not end with @samp{csh} or
8640 @samp{tcsh}.
8642 @item -c
8643 @itemx --csh
8644 @itemx --c-shell
8645 @opindex -c
8646 @opindex --csh
8647 @opindex --c-shell
8648 @cindex C shell syntax for color setup
8649 @cindex @command{csh} syntax for color setup
8650 Output C shell commands.  This is the default if @code{SHELL} ends with
8651 @command{csh} or @command{tcsh}.
8653 @item -p
8654 @itemx --print-database
8655 @opindex -p
8656 @opindex --print-database
8657 @cindex color database, printing
8658 @cindex database for color setup, printing
8659 @cindex printing color database
8660 Print the (compiled-in) default color configuration database.  This
8661 output is itself a valid configuration file, and is fairly descriptive
8662 of the possibilities.
8664 @item --print-ls-colors
8665 @opindex --print-ls-colors
8666 @cindex printing ls colors
8667 Print the LS_COLORS entries on separate lines,
8668 each colored as per the color they represent.
8670 @end table
8672 @exitstatus
8675 @node Basic operations
8676 @chapter Basic operations
8678 @cindex manipulating files
8680 This chapter describes the commands for basic file manipulation:
8681 copying, moving (renaming), and deleting (removing).
8683 @menu
8684 * cp invocation::               Copy files.
8685 * dd invocation::               Convert and copy a file.
8686 * install invocation::          Copy files and set attributes.
8687 * mv invocation::               Move (rename) files.
8688 * rm invocation::               Remove files or directories.
8689 * shred invocation::            Remove files more securely.
8690 @end menu
8693 @node cp invocation
8694 @section @command{cp}: Copy files and directories
8696 @pindex cp
8697 @cindex copying files and directories
8698 @cindex files, copying
8699 @cindex directories, copying
8701 @command{cp} copies files (or, optionally, directories).  The copy is
8702 completely independent of the original.  You can either copy one file to
8703 another, or copy arbitrarily many files to a destination directory.
8704 Synopses:
8706 @example
8707 cp [@var{option}]@dots{} [-T] @var{source} @var{dest}
8708 cp [@var{option}]@dots{} @var{source}@dots{} @var{directory}
8709 cp [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
8710 @end example
8712 @itemize @bullet
8713 @item
8714 If two file names are given, @command{cp} copies the first file to the
8715 second.
8717 @item
8718 If the @option{--target-directory} (@option{-t}) option is given, or
8719 failing that if the last file is a directory and the
8720 @option{--no-target-directory} (@option{-T}) option is not given,
8721 @command{cp} copies each @var{source} file to the specified directory,
8722 using the @var{source}s' names.
8723 @end itemize
8725 Generally, files are written just as they are read.  For exceptions,
8726 see the @option{--sparse} option below.
8728 By default, @command{cp} does not copy directories.  However, the
8729 @option{-R}, @option{-a}, and @option{-r} options cause @command{cp} to
8730 copy recursively by descending into source directories and copying files
8731 to corresponding destination directories.
8733 When copying from a symbolic link, @command{cp} normally follows the
8734 link only when not copying recursively or when @option{--link}
8735 (@option{-l}) is used.  This default can be overridden with the
8736 @option{--archive} (@option{-a}), @option{-d}, @option{--dereference}
8737 (@option{-L}), @option{--no-dereference} (@option{-P}), and
8738 @option{-H} options.  If more than one of these options is specified,
8739 the last one silently overrides the others.
8741 When copying to a symbolic link, @command{cp} follows the
8742 link only when it refers to an existing regular file.
8743 However, when copying to a dangling symbolic link, @command{cp}
8744 refuses by default, and fails with a diagnostic, since the operation
8745 is inherently dangerous.  This behavior is contrary to historical
8746 practice and to POSIX@.
8747 Set @env{POSIXLY_CORRECT} to make @command{cp} attempt to create
8748 the target of a dangling destination symlink, in spite of the possible risk.
8749 Also, when an option like
8750 @option{--backup} or @option{--link} acts to rename or remove the
8751 destination before copying, @command{cp} renames or removes the
8752 symbolic link rather than the file it points to.
8754 By default, @command{cp} copies the contents of special files only
8755 when not copying recursively.  This default can be overridden with the
8756 @option{--copy-contents} option.
8758 @cindex self-backups
8759 @cindex backups, making only
8760 @command{cp} generally refuses to copy a file onto itself, with the
8761 following exception: if @option{--force --backup} is specified with
8762 @var{source} and @var{dest} identical, and referring to a regular file,
8763 @command{cp} will make a backup file, either regular or numbered, as
8764 specified in the usual ways (@pxref{Backup options}).  This is useful when
8765 you simply want to make a backup of an existing file before changing it.
8767 The program accepts the following options.  Also see @ref{Common options}.
8769 @table @samp
8770 @item -a
8771 @itemx --archive
8772 @opindex -a
8773 @opindex --archive
8774 Preserve as much as possible of the structure and attributes of the
8775 original files in the copy (but do not attempt to preserve internal
8776 directory structure; i.e., @samp{ls -U} may list the entries in a copied
8777 directory in a different order).
8778 Try to preserve SELinux security context and extended attributes (xattr),
8779 but ignore any failure to do that and print no corresponding diagnostic.
8780 Equivalent to @option{-dR --preserve=all} with the reduced diagnostics.
8782 @item --attributes-only
8783 @opindex --attributes-only
8784 Copy only the specified attributes of the source file to the destination.
8785 If the destination already exists, do not alter its contents.
8786 See the @option{--preserve} option for controlling which attributes to copy.
8788 @item -b
8789 @itemx --backup[=@var{method}]
8790 @opindex -b
8791 @opindex --backup
8792 @vindex VERSION_CONTROL
8793 @cindex backups, making
8794 @xref{Backup options}.
8795 Make a backup of each file that would otherwise be overwritten or removed.
8796 As a special case, @command{cp} makes a backup of @var{source} when the force
8797 and backup options are given and @var{source} and @var{dest} are the same
8798 name for an existing, regular file.  One useful application of this
8799 combination of options is this tiny Bourne shell script:
8801 @example
8802 #!/bin/sh
8803 # Usage: backup FILE...
8804 # Create a GNU-style backup of each listed FILE.
8805 fail=0
8806 for i; do
8807   cp --backup --force --preserve=all -- "$i" "$i" || fail=1
8808 done
8809 exit $fail
8810 @end example
8812 @item --copy-contents
8813 @cindex directories, copying recursively
8814 @cindex copying directories recursively
8815 @cindex recursively copying directories
8816 @cindex non-directories, copying as special files
8817 If copying recursively, copy the contents of any special files (e.g.,
8818 FIFOs and device files) as if they were regular files.  This means
8819 trying to read the data in each source file and writing it to the
8820 destination.  It is usually a mistake to use this option, as it
8821 normally has undesirable effects on special files like FIFOs and the
8822 ones typically found in the @file{/dev} directory.  In most cases,
8823 @code{cp -R --copy-contents} will hang indefinitely trying to read
8824 from FIFOs and special files like @file{/dev/console}, and it will
8825 fill up your destination file system if you use it to copy @file{/dev/zero}.
8826 This option has no effect unless copying recursively, and it does not
8827 affect the copying of symbolic links.
8829 @item -d
8830 @opindex -d
8831 @cindex symbolic links, copying
8832 @cindex hard links, preserving
8833 Copy symbolic links as symbolic links rather than copying the files that
8834 they point to, and preserve hard links between source files in the copies.
8835 Equivalent to @option{--no-dereference --preserve=links}.
8837 @item -f
8838 @itemx --force
8839 @opindex -f
8840 @opindex --force
8841 When copying without this option and an existing destination file cannot
8842 be opened for writing, the copy fails.  However, with @option{--force},
8843 when a destination file cannot be opened, @command{cp} then
8844 tries to recreate the file by first removing it.  Note @option{--force}
8845 alone will not remove dangling symlinks.
8846 When this option is combined with
8847 @option{--link} (@option{-l}) or @option{--symbolic-link}
8848 (@option{-s}), the destination link is replaced, and unless
8849 @option{--backup} (@option{-b}) is also given there is no brief
8850 moment when the destination does not exist.  Also see the
8851 description of @option{--remove-destination}.
8853 This option is independent of the @option{--interactive} or
8854 @option{-i} option: neither cancels the effect of the other.
8856 This option is ignored when the @option{--no-clobber} or @option{-n} option
8857 is also used.
8859 @item -H
8860 @opindex -H
8861 If a command line argument specifies a symbolic link, then copy the
8862 file it points to rather than the symbolic link itself.  However,
8863 copy (preserving its nature) any symbolic link that is encountered
8864 via recursive traversal.
8866 @item -i
8867 @itemx --interactive
8868 @opindex -i
8869 @opindex --interactive
8870 When copying a file other than a directory, prompt whether to
8871 overwrite an existing destination file.  The @option{-i} option overrides
8872 a previous @option{-n} option.
8874 @item -l
8875 @itemx --link
8876 @opindex -l
8877 @opindex --link
8878 Make hard links instead of copies of non-directories.
8880 @item -L
8881 @itemx --dereference
8882 @opindex -L
8883 @opindex --dereference
8884 Follow symbolic links when copying from them.
8885 With this option, @command{cp} cannot create a symbolic link.
8886 For example, a symlink (to regular file) in the source tree will be copied to
8887 a regular file in the destination tree.
8889 @item -n
8890 @itemx --no-clobber
8891 @opindex -n
8892 @opindex --no-clobber
8893 Do not overwrite an existing file; silently do nothing instead.
8894 This option overrides a previous
8895 @option{-i} option.  This option is mutually exclusive with @option{-b} or
8896 @option{--backup} option.
8898 @item -P
8899 @itemx --no-dereference
8900 @opindex -P
8901 @opindex --no-dereference
8902 @cindex symbolic links, copying
8903 Copy symbolic links as symbolic links rather than copying the files that
8904 they point to.  This option affects only symbolic links in the source;
8905 symbolic links in the destination are always followed if possible.
8907 @item -p
8908 @itemx --preserve[=@var{attribute_list}]
8909 @opindex -p
8910 @opindex --preserve
8911 @cindex file information, preserving, extended attributes, xattr
8912 Preserve the specified attributes of the original files.
8913 If specified, the @var{attribute_list} must be a comma-separated list
8914 of one or more of the following strings:
8916 @table @samp
8917 @item mode
8918 Preserve the file mode bits and access control lists.
8919 @item ownership
8920 Preserve the owner and group.  On most modern systems,
8921 only users with appropriate privileges may change the owner of a file,
8922 and ordinary users
8923 may preserve the group ownership of a file only if they happen to be
8924 a member of the desired group.
8925 @item timestamps
8926 Preserve the times of last access and last modification, when possible.
8927 On older systems, it is not possible to preserve these attributes
8928 when the affected file is a symbolic link.
8929 However, many systems now provide the @code{utimensat} function,
8930 which makes it possible even for symbolic links.
8931 @item links
8932 Preserve in the destination files
8933 any links between corresponding source files.
8934 Note that with @option{-L} or @option{-H}, this option can convert
8935 symbolic links to hard links.  For example,
8936 @example
8937 $ mkdir c; : > a; ln -s a b; cp -aH a b c; ls -i1 c
8938 74161745 a
8939 74161745 b
8940 @end example
8941 @noindent
8942 Note the inputs: @file{b} is a symlink to regular file @file{a},
8943 yet the files in destination directory, @file{c/}, are hard-linked.
8944 Since @option{-a} implies @option{--no-dereference} it would copy the symlink,
8945 but the later @option{-H} tells @command{cp} to dereference the command line
8946 arguments where it then sees two files with the same inode number.
8947 Then the @option{--preserve=links} option also implied by @option{-a}
8948 will preserve the perceived hard link.
8950 Here is a similar example that exercises @command{cp}'s @option{-L} option:
8951 @example
8952 $ mkdir b c; (cd b; : > a; ln -s a b); cp -aL b c; ls -i1 c/b
8953 74163295 a
8954 74163295 b
8955 @end example
8957 @item context
8958 Preserve SELinux security context of the file, or fail with full diagnostics.
8959 @item xattr
8960 Preserve extended attributes of the file, or fail with full diagnostics.
8961 If @command{cp} is built without xattr support, ignore this option.
8962 If SELinux context, ACLs or Capabilities are implemented using xattrs,
8963 they are preserved implicitly by this option as well, i.e., even without
8964 specifying @option{--preserve=mode} or @option{--preserve=context}.
8965 @item all
8966 Preserve all file attributes.
8967 Equivalent to specifying all of the above, but with the difference
8968 that failure to preserve SELinux security context or extended attributes
8969 does not change @command{cp}'s exit status.  In contrast to @option{-a},
8970 all but @samp{Operation not supported} warnings are output.
8971 @end table
8973 Using @option{--preserve} with no @var{attribute_list} is equivalent
8974 to @option{--preserve=mode,ownership,timestamps}.
8976 In the absence of this option, the permissions of existing destination
8977 files are unchanged.  Each new file is created with the mode of the
8978 corresponding source file minus the set-user-ID, set-group-ID, and
8979 sticky bits as the create mode; the operating system then applies either
8980 the umask or a default ACL, possibly resulting in a more restrictive
8981 file mode.
8982 @xref{File permissions}.
8984 @item --no-preserve=@var{attribute_list}
8985 @cindex file information, preserving
8986 Do not preserve the specified attributes.  The @var{attribute_list}
8987 has the same form as for @option{--preserve}.
8989 @item --parents
8990 @opindex --parents
8991 @cindex parent directories and @command{cp}
8992 Form the name of each destination file by appending to the target
8993 directory a slash and the specified name of the source file.  The last
8994 argument given to @command{cp} must be the name of an existing directory.
8995 For example, the command:
8997 @example
8998 cp --parents a/b/c existing_dir
8999 @end example
9001 @noindent
9002 copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
9003 any missing intermediate directories.
9005 @item -R
9006 @itemx -r
9007 @itemx --recursive
9008 @opindex -R
9009 @opindex -r
9010 @opindex --recursive
9011 @cindex directories, copying recursively
9012 @cindex copying directories recursively
9013 @cindex recursively copying directories
9014 @cindex non-directories, copying as special files
9015 Copy directories recursively.  By default, do not follow symbolic
9016 links in the source unless used together with the @option{--link}
9017 (@option{-l}) option; see the @option{--archive} (@option{-a}), @option{-d},
9018 @option{--dereference} (@option{-L}), @option{--no-dereference}
9019 (@option{-P}), and @option{-H} options.  Special files are copied by
9020 creating a destination file of the same type as the source; see the
9021 @option{--copy-contents} option.  It is not portable to use
9022 @option{-r} to copy symbolic links or special files.  On some
9023 non-GNU systems, @option{-r} implies the equivalent of
9024 @option{-L} and @option{--copy-contents} for historical reasons.
9025 Also, it is not portable to use @option{-R} to copy symbolic links
9026 unless you also specify @option{-P}, as POSIX allows
9027 implementations that dereference symbolic links by default.
9029 @item --reflink[=@var{when}]
9030 @opindex --reflink[=@var{when}]
9031 @cindex COW
9032 @cindex clone
9033 @cindex copy on write
9034 Perform a lightweight, copy-on-write (COW) copy, if supported by the
9035 file system.  Once it has succeeded, beware that the source and destination
9036 files share the same data blocks as long as they remain unmodified.
9037 Thus, if an I/O error affects data blocks of one of the files,
9038 the other suffers the same fate.
9040 The @var{when} value can be one of the following:
9042 @table @samp
9043 @item always
9044 If the copy-on-write operation is not supported
9045 then report the failure for each file and exit with a failure status.
9046 Plain @option{--reflink} is equivalent to @option{--reflink=always}.
9048 @item auto
9049 If the copy-on-write operation is not supported then fall back
9050 to the standard copy behavior.
9051 This is the default if no @option{--reflink} option is given.
9053 @item never
9054 Disable copy-on-write operation and use the standard copy behavior.
9055 @end table
9057 This option is overridden by the @option{--link}, @option{--symbolic-link}
9058 and @option{--attributes-only} options, thus allowing it to be used
9059 to configure the default data copying behavior for @command{cp}.
9061 @item --remove-destination
9062 @opindex --remove-destination
9063 Remove each existing destination file before attempting to open it
9064 (contrast with @option{-f} above).
9066 @item --sparse=@var{when}
9067 @opindex --sparse=@var{when}
9068 @cindex sparse files, copying
9069 @cindex holes, copying files with
9070 @findex read @r{system call, and holes}
9071 A @dfn{sparse file} contains @dfn{holes}---a sequence of zero bytes that
9072 does not occupy any file system blocks; the @samp{read} system call
9073 reads these as zeros.  This can both save considerable space and
9074 increase speed, since many binary files contain lots of consecutive zero
9075 bytes.  By default, @command{cp} detects holes in input source files via a crude
9076 heuristic and makes the corresponding output file sparse as well.
9077 Only regular files may be sparse.
9079 The @var{when} value can be one of the following:
9081 @table @samp
9082 @item auto
9083 The default behavior: if the input file is sparse, attempt to make
9084 the output file sparse, too.  However, if an output file exists but
9085 refers to a non-regular file, then do not attempt to make it sparse.
9087 @item always
9088 For each sufficiently long sequence of zero bytes in the input file,
9089 attempt to create a corresponding hole in the output file, even if the
9090 input file does not appear to be sparse.
9091 This is useful when the input file resides on a file system
9092 that does not support sparse files
9093 (for example,  @samp{efs} file systems in SGI IRIX 5.3 and earlier),
9094 but the output file is on a type of file system that does support them.
9095 Holes may be created only in regular files, so if the destination file
9096 is of some other type, @command{cp} does not even try to make it sparse.
9098 @item never
9099 Never make the output file sparse.
9100 This is useful in creating a file for use with the @command{mkswap} command,
9101 since such a file must not have any holes.
9102 @end table
9104 For example, with the following alias, @command{cp} will use the
9105 minimum amount of space supported by the file system.
9106 (Older versions of @command{cp} can also benefit from
9107 @option{--reflink=auto} here.)
9109 @example
9110 alias cp='cp --sparse=always'
9111 @end example
9113 @optStripTrailingSlashes
9115 @item -s
9116 @itemx --symbolic-link
9117 @opindex -s
9118 @opindex --symbolic-link
9119 @cindex symbolic links, copying with
9120 Make symbolic links instead of copies of non-directories.  All source
9121 file names must be absolute (starting with @samp{/}) unless the
9122 destination files are in the current directory.  This option merely
9123 results in an error message on systems that do not support symbolic links.
9125 @optBackupSuffix
9127 @optTargetDirectory
9129 @optNoTargetDirectory
9131 @item -u
9132 @itemx --update
9133 @opindex -u
9134 @opindex --update
9135 @cindex newer files, copying only
9136 Do not copy a non-directory that has an existing destination with the
9137 same or newer modification timestamp.  If timestamps are being preserved,
9138 the comparison is to the source timestamp truncated to the
9139 resolutions of the destination file system and of the system calls
9140 used to update timestamps; this avoids duplicate work if several
9141 @samp{cp -pu} commands are executed with the same source and destination.
9142 This option is ignored if the @option{-n} or @option{--no-clobber}
9143 option is also specified.
9144 Also, if @option{--preserve=links} is also specified (like with @samp{cp -au}
9145 for example), that will take precedence; consequently, depending on the
9146 order that files are processed from the source, newer files in the destination
9147 may be replaced, to mirror hard links in the source.
9149 @item -v
9150 @itemx --verbose
9151 @opindex -v
9152 @opindex --verbose
9153 Print the name of each file before copying it.
9155 @item -x
9156 @itemx --one-file-system
9157 @opindex -x
9158 @opindex --one-file-system
9159 @cindex file systems, omitting copying to different
9160 Skip subdirectories that are on different file systems from the one that
9161 the copy started on.
9162 However, mount point directories @emph{are} copied.
9164 @macro optContext
9165 @item -Z
9166 @itemx --context[=@var{context}]
9167 @opindex -Z
9168 @opindex --context
9169 @cindex SELinux, setting/restoring security context
9170 @cindex security context
9171 Without a specified @var{context}, adjust the SELinux security context according
9172 to the system default type for destination files, similarly to the
9173 @command{restorecon} command.
9174 The long form of this option with a specific context specified,
9175 will set the context for newly created files only.
9176 With a specified context, if both SELinux and SMACK are disabled, a warning is
9177 issued.
9178 @end macro
9179 @optContext
9180 This option is mutually exclusive with the @option{--preserve=context}
9181 option, and overrides the @option{--preserve=all} and @option{-a} options.
9183 @end table
9185 @exitstatus
9188 @node dd invocation
9189 @section @command{dd}: Convert and copy a file
9191 @pindex dd
9192 @cindex converting while copying a file
9194 @command{dd} copies input to output with a changeable I/O block size,
9195 while optionally performing conversions on the data.  Synopses:
9197 @example
9198 dd [@var{operand}]@dots{}
9199 dd @var{option}
9200 @end example
9202 The only options are @option{--help} and @option{--version}.
9203 @xref{Common options}.
9205 By default, @command{dd} copies standard input to standard output.
9206 To copy, @command{dd} repeatedly does the following steps in order:
9208 @enumerate
9209 @item
9210 Read an input block.
9212 @item
9213 If converting via @samp{sync}, pad as needed to meet the input block size.
9214 Pad with spaces if converting via @samp{block} or @samp{unblock}, NUL
9215 bytes otherwise.
9217 @item
9218 If @samp{bs=} is given and no conversion mentioned in steps (4) or (5)
9219 is given, output the data as a single block and skip all remaining steps.
9221 @item
9222 If the @samp{swab} conversion is given, swap each pair of input bytes.
9223 If the input data length is odd, preserve the last input byte
9224 (since there is nothing to swap it with).
9226 @item
9227 If any of the conversions @samp{swab}, @samp{block}, @samp{unblock},
9228 @samp{lcase}, @samp{ucase}, @samp{ascii}, @samp{ebcdic} and @samp{ibm}
9229 are given, do these conversions.  These conversions operate
9230 independently of input blocking, and might deal with records that span
9231 block boundaries.
9233 @item
9234 Aggregate the resulting data into output blocks of the specified size,
9235 and output each output block in turn.  Do not pad the last output block;
9236 it can be shorter than usual.
9237 @end enumerate
9239 @command{dd} accepts the following operands,
9240 whose syntax was inspired by the DD (data definition) statement of
9241 OS/360 JCL.
9243 @table @samp
9245 @item if=@var{file}
9246 @opindex if
9247 Read from @var{file} instead of standard input.
9249 @item of=@var{file}
9250 @opindex of
9251 Write to @var{file} instead of standard output.  Unless
9252 @samp{conv=notrunc} is given, truncate @var{file} before writing it.
9254 @item ibs=@var{bytes}
9255 @opindex ibs
9256 @cindex block size of input
9257 @cindex input block size
9258 Set the input block size to @var{bytes}.
9259 This makes @command{dd} read @var{bytes} per block.
9260 The default is 512 bytes.
9262 @item obs=@var{bytes}
9263 @opindex obs
9264 @cindex block size of output
9265 @cindex output block size
9266 Set the output block size to @var{bytes}.
9267 This makes @command{dd} write @var{bytes} per block.
9268 The default is 512 bytes.
9270 @item bs=@var{bytes}
9271 @opindex bs
9272 @cindex block size
9273 Set both input and output block sizes to @var{bytes}.
9274 This makes @command{dd} read and write @var{bytes} per block,
9275 overriding any @samp{ibs} and @samp{obs} settings.
9276 In addition, if no data-transforming @option{conv} operand is specified,
9277 input is copied to the output as soon as it's read,
9278 even if it is smaller than the block size.
9280 @item cbs=@var{bytes}
9281 @opindex cbs
9282 @cindex block size of conversion
9283 @cindex conversion block size
9284 @cindex fixed-length records, converting to variable-length
9285 @cindex variable-length records, converting to fixed-length
9286 Set the conversion block size to @var{bytes}.
9287 When converting variable-length records to fixed-length ones
9288 (@option{conv=block}) or the reverse (@option{conv=unblock}),
9289 use @var{bytes} as the fixed record length.
9291 @item skip=@var{n}
9292 @itemx iseek=@var{n}
9293 @opindex skip
9294 @opindex iseek
9295 Skip @var{n} @samp{ibs}-byte blocks in the input file before copying.
9296 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9297 as a byte count rather than a block count.
9298 (@samp{B} and the @samp{iseek=} spelling are GNU extensions to POSIX.)
9300 @item seek=@var{n}
9301 @itemx oseek=@var{n}
9302 @opindex seek
9303 @opindex oseek
9304 Skip @var{n} @samp{obs}-byte blocks in the output file before
9305 truncating or copying.
9306 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9307 as a byte count rather than a block count.
9308 (@samp{B} and the @samp{oseek=} spelling are GNU extensions to POSIX.)
9310 @item count=@var{n}
9311 @opindex count
9312 Copy @var{n} @samp{ibs}-byte blocks from the input file, instead
9313 of everything until the end of the file.
9314 If @var{n} ends in the letter @samp{B},
9315 interpret @var{n} as a byte count rather than a block count;
9316 this is a GNU extension to POSIX.
9317 If short reads occur, as could be the case
9318 when reading from a pipe for example, @samp{iflag=fullblock}
9319 ensures that @samp{count=} counts complete input blocks
9320 rather than input read operations.
9321 As an extension to POSIX, @samp{count=0} copies zero blocks
9322 instead of copying all blocks.
9324 @item status=@var{level}
9325 @opindex status
9326 Specify the amount of information printed.
9327 If this operand is given multiple times, the last one takes precedence.
9328 The @var{level} value can be one of the following:
9330 @table @samp
9332 @item none
9333 @opindex none @r{dd status=}
9334 Do not print any informational or warning messages to standard error.
9335 Error messages are output as normal.
9337 @item noxfer
9338 @opindex noxfer @r{dd status=}
9339 Do not print the final transfer rate and volume statistics
9340 that normally make up the last status line.
9342 @item progress
9343 @opindex progress @r{dd status=}
9344 Print the transfer rate and volume statistics on standard error,
9345 when processing each input block.  Statistics are output
9346 on a single line at most once every second, but updates
9347 can be delayed when waiting on I/O.
9349 @end table
9351 Transfer information is normally output to standard error upon
9352 receipt of the @samp{INFO} signal or when @command{dd} exits,
9353 and defaults to the following form in the C locale:
9355 @example
9356 7287+1 records in
9357 116608+0 records out
9358 59703296 bytes (60 MB, 57 MiB) copied, 0.0427974 s, 1.4 GB/s
9359 @end example
9361 The notation @samp{@var{w}+@var{p}} stands for @var{w} whole blocks
9362 and @var{p} partial blocks.  A partial block occurs when a read or
9363 write operation succeeds but transfers less data than the block size.
9364 An additional line like @samp{1 truncated record} or @samp{10
9365 truncated records} is output after the @samp{records out} line if
9366 @samp{conv=block} processing truncated one or more input records.
9368 The @samp{status=} operand is a GNU extension to POSIX.
9370 @item conv=@var{conversion}[,@var{conversion}]@dots{}
9371 @opindex conv
9372 Convert the file as specified by the @var{conversion} argument(s).
9373 (No spaces around any comma(s).)
9375 Conversions:
9377 @table @samp
9379 @item ascii
9380 @opindex ascii@r{, converting to}
9381 Convert EBCDIC to ASCII,
9382 using the conversion table specified by POSIX@.
9383 This provides a 1:1 translation for all 256 bytes.
9384 This implies @samp{conv=unblock}; input is converted to
9385 ASCII before trailing spaces are deleted.
9387 @item ebcdic
9388 @opindex ebcdic@r{, converting to}
9389 Convert ASCII to EBCDIC@.
9390 This is the inverse of the @samp{ascii} conversion.
9391 This implies @samp{conv=block}; trailing spaces are added
9392 before being converted to EBCDIC@.
9394 @item ibm
9395 @opindex alternate ebcdic@r{, converting to}
9396 This acts like @samp{conv=ebcdic}, except it
9397 uses the alternate conversion table specified by POSIX@.
9398 This is not a 1:1 translation, but reflects common historical practice
9399 for @samp{~}, @samp{[}, and @samp{]}.
9401 The @samp{ascii}, @samp{ebcdic}, and @samp{ibm} conversions are
9402 mutually exclusive.  If you use any of these conversions, you should also
9403 use the @samp{cbs=} operand.
9405 @item block
9406 @opindex block @r{(space-padding)}
9407 For each line in the input, output @samp{cbs} bytes, replacing the
9408 input newline with a space and truncating or padding input lines with
9409 spaces as necessary.
9411 @item unblock
9412 @opindex unblock
9413 Remove any trailing spaces in each @samp{cbs}-sized input block,
9414 and append a newline.
9416 The @samp{block} and @samp{unblock} conversions are mutually exclusive.
9417 If you use either of these conversions, you should also use the
9418 @samp{cbs=} operand.
9420 @item lcase
9421 @opindex lcase@r{, converting to}
9422 Change uppercase letters to lowercase.
9424 @item ucase
9425 @opindex ucase@r{, converting to}
9426 Change lowercase letters to uppercase.
9428 The @samp{lcase} and @samp{ucase} conversions are mutually exclusive.
9430 @item sparse
9431 @opindex sparse
9432 Try to seek rather than write NUL output blocks.
9433 On a file system that supports sparse files, this will create
9434 sparse output when extending the output file.
9435 Be careful when using this conversion in conjunction with
9436 @samp{conv=notrunc} or @samp{oflag=append}.
9437 With @samp{conv=notrunc}, existing data in the output file
9438 corresponding to NUL blocks from the input, will be untouched.
9439 With @samp{oflag=append} the seeks performed will be ineffective.
9440 Similarly, when the output is a device rather than a file,
9441 NUL input blocks are not copied, and therefore this conversion
9442 is most useful with virtual or pre zeroed devices.
9444 The @samp{sparse} conversion is a GNU extension to POSIX.
9446 @item swab
9447 @opindex swab @r{(byte-swapping)}
9448 @cindex byte-swapping
9449 Swap every pair of input bytes.
9451 @item sync
9452 @opindex sync @r{(padding with ASCII NULs)}
9453 Pad every input block to size of @samp{ibs} with trailing zero bytes.
9454 When used with @samp{block} or @samp{unblock}, pad with spaces instead of
9455 zero bytes.
9457 @end table
9459 The following ``conversions'' are really file flags
9460 and don't affect internal processing:
9462 @table @samp
9463 @item excl
9464 @opindex excl
9465 @cindex creating output file, requiring
9466 Fail if the output file already exists; @command{dd} must create the
9467 output file itself.
9469 @item nocreat
9470 @opindex nocreat
9471 @cindex creating output file, avoiding
9472 Do not create the output file; the output file must already exist.
9474 The @samp{excl} and @samp{nocreat} conversions are mutually exclusive,
9475 and are GNU extensions to POSIX.
9477 @item notrunc
9478 @opindex notrunc
9479 @cindex truncating output file, avoiding
9480 Do not truncate the output file.
9482 @item noerror
9483 @opindex noerror
9484 @cindex read errors, ignoring
9485 Continue after read errors.
9487 @item fdatasync
9488 @opindex fdatasync
9489 @cindex synchronized data writes, before finishing
9490 Synchronize output data just before finishing,
9491 even if there were write errors.
9492 This forces a physical write of output data,
9493 so that even if power is lost the output data will be preserved.
9494 If neither this nor @samp{fsync} are specified, output is treated as
9495 usual with file systems, i.e., output data and metadata may be cached
9496 in primary memory for some time before the operating system physically
9497 writes it, and thus output data and metadata may be lost if power is lost.
9498 @xref{sync invocation}.
9499 This conversion is a GNU extension to POSIX.
9501 @item fsync
9502 @opindex fsync
9503 @cindex synchronized data and metadata writes, before finishing
9504 Synchronize output data and metadata just before finishing,
9505 even if there were write errors.
9506 This acts like @samp{fdatasync} except it also preserves output metadata,
9507 such as the last-modified time of the output file; for this reason it
9508 may be a bit slower than @samp{fdatasync} although the performance
9509 difference is typically insignificant for @command{dd}.
9510 This conversion is a GNU extension to POSIX.
9512 @end table
9514 @item iflag=@var{flag}[,@var{flag}]@dots{}
9515 @opindex iflag
9516 Access the input file using the flags specified by the @var{flag}
9517 argument(s).  (No spaces around any comma(s).)
9519 @item oflag=@var{flag}[,@var{flag}]@dots{}
9520 @opindex oflag
9521 Access the output file using the flags specified by the @var{flag}
9522 argument(s).  (No spaces around any comma(s).)
9524 Here are the flags.
9526 @table @samp
9528 @item append
9529 @opindex append
9530 @cindex appending to the output file
9531 Write in append mode, so that even if some other process is writing to
9532 this file, every @command{dd} write will append to the current
9533 contents of the file.  This flag makes sense only for output.
9534 If you combine this flag with the @samp{of=@var{file}} operand,
9535 you should also specify @samp{conv=notrunc} unless you want the
9536 output file to be truncated before being appended to.
9538 @item cio
9539 @opindex cio
9540 @cindex concurrent I/O
9541 Use concurrent I/O mode for data.  This mode performs direct I/O
9542 and drops the POSIX requirement to serialize all I/O to the same file.
9543 A file cannot be opened in CIO mode and with a standard open at the
9544 same time.
9546 @item direct
9547 @opindex direct
9548 @cindex direct I/O
9549 Use direct I/O for data, avoiding the buffer cache.
9550 Note that the kernel may impose restrictions on read or write buffer sizes.
9551 For example, with an ext4 destination file system and a Linux-based kernel,
9552 using @samp{oflag=direct} will cause writes to fail with @code{EINVAL} if the
9553 output buffer size is not a multiple of 512.
9555 @item directory
9556 @opindex directory
9557 @cindex directory I/O
9559 Fail unless the file is a directory.  Most operating systems do not
9560 allow I/O to a directory, so this flag has limited utility.
9562 @item dsync
9563 @opindex dsync
9564 @cindex synchronized data reads
9565 Use synchronized I/O for data.  For the output file, this forces a
9566 physical write of output data on each write.  For the input file,
9567 this flag can matter when reading from a remote file that has been
9568 written to synchronously by some other process.  Metadata (e.g.,
9569 last-access and last-modified time) is not necessarily synchronized.
9571 @item sync
9572 @opindex sync
9573 @cindex synchronized data and metadata I/O
9574 Use synchronized I/O for both data and metadata.
9576 @item nocache
9577 @opindex nocache
9578 @cindex discarding file cache
9579 Request to discard the system data cache for a file.
9580 When count=0 all cached data for the file is specified,
9581 otherwise the cache is dropped for the processed
9582 portion of the file.  Also when count=0,
9583 failure to discard the cache is diagnosed
9584 and reflected in the exit status.
9586 Note data that is not already persisted to storage will not
9587 be discarded from cache, so note the use of the @samp{sync} conversions
9588 in the examples below, which are used to maximize the
9589 effectiveness of the @samp{nocache} flag.
9591 Here are some usage examples:
9593 @example
9594 # Advise to drop cache for whole file
9595 dd if=ifile iflag=nocache count=0
9597 # Ensure drop cache for the whole file
9598 dd of=ofile oflag=nocache conv=notrunc,fdatasync count=0
9600 # Advise to drop cache for part of file
9601 # Note the kernel will only consider complete and
9602 # already persisted pages.
9603 dd if=ifile iflag=nocache skip=10 count=10 of=/dev/null
9605 # Stream data using just the read-ahead cache.
9606 # See also the @samp{direct} flag.
9607 dd if=ifile of=ofile iflag=nocache oflag=nocache,sync
9608 @end example
9610 @item nonblock
9611 @opindex nonblock
9612 @cindex nonblocking I/O
9613 Use non-blocking I/O.
9615 @item noatime
9616 @opindex noatime
9617 @cindex access timestamp
9618 Do not update the file's access timestamp.
9619 @xref{File timestamps}.
9620 Some older file systems silently ignore this flag, so it is a good
9621 idea to test it on your files before relying on it.
9623 @item noctty
9624 @opindex noctty
9625 @cindex controlling terminal
9626 Do not assign the file to be a controlling terminal for @command{dd}.
9627 This has no effect when the file is not a terminal.
9628 On many hosts (e.g., GNU/Linux hosts), this flag has no effect
9629 at all.
9631 @item nofollow
9632 @opindex nofollow
9633 @cindex symbolic links, following
9634 Do not follow symbolic links.
9636 @item nolinks
9637 @opindex nolinks
9638 @cindex hard links
9639 Fail if the file has multiple hard links.
9641 @item binary
9642 @opindex binary
9643 @cindex binary I/O
9644 Use binary I/O@.  This flag has an effect only on nonstandard
9645 platforms that distinguish binary from text I/O.
9647 @item text
9648 @opindex text
9649 @cindex text I/O
9650 Use text I/O@.  Like @samp{binary}, this flag has no effect on
9651 standard platforms.
9653 @item fullblock
9654 @opindex fullblock
9655 Accumulate full blocks from input.  The @code{read} system call
9656 may return early if a full block is not available.
9657 When that happens, continue calling @code{read} to fill the remainder
9658 of the block.
9659 This flag can be used only with @code{iflag}.
9660 This flag is useful with pipes for example
9661 as they may return short reads. In that case,
9662 this flag is needed to ensure that a @samp{count=} argument is
9663 interpreted as a block count rather than a count of read operations.
9665 @end table
9667 These flags are all GNU extensions to POSIX.
9668 They are not supported on all systems, and @samp{dd} rejects
9669 attempts to use them when they are not supported.  When reading from
9670 standard input or writing to standard output, the @samp{nofollow} and
9671 @samp{noctty} flags should not be specified, and the other flags
9672 (e.g., @samp{nonblock}) can affect how other processes behave with the
9673 affected file descriptors, even after @command{dd} exits.
9675 @end table
9677 The behavior of @command{dd} is unspecified if operands other than
9678 @samp{conv=}, @samp{iflag=}, @samp{oflag=}, and @samp{status=} are
9679 specified more than once.
9681 @cindex multipliers after numbers
9682 The numeric-valued strings above (@var{n} and @var{bytes})
9683 are unsigned decimal integers that
9684 can be followed by a multiplier: @samp{b}=512, @samp{c}=1,
9685 @samp{w}=2, @samp{x@var{m}}=@var{m}, or any of the
9686 standard block size suffixes like @samp{k}=1024 (@pxref{Block size}).
9687 These multipliers are GNU extensions to POSIX, except that
9688 POSIX allows @var{bytes} to be followed by @samp{k}, @samp{b}, and
9689 @samp{x@var{m}}.
9690 Block sizes (i.e., specified by @var{bytes} strings) must be nonzero.
9692 Any block size you specify via @samp{bs=}, @samp{ibs=}, @samp{obs=}, @samp{cbs=}
9693 should not be too large---values larger than a few megabytes
9694 are generally wasteful or (as in the gigabyte..exabyte case) downright
9695 counterproductive or error-inducing.
9697 To process data with offset or size that is not a multiple of the I/O
9698 block size, you can use a numeric string @var{n} that ends in the
9699 letter @samp{B}.
9700 For example, the following shell commands copy data
9701 in 1 MiB blocks between a flash drive and a tape, but do not save
9702 or restore a 512-byte area at the start of the flash drive:
9704 @example
9705 flash=/dev/sda
9706 tape=/dev/st0
9708 # Copy all but the initial 512 bytes from flash to tape.
9709 dd if=$flash iseek=512B bs=1MiB of=$tape
9711 # Copy from tape back to flash, leaving initial 512 bytes alone.
9712 dd if=$tape bs=1MiB of=$flash oseek=512B
9713 @end example
9715 @cindex ddrescue
9716 @cindex storage devices, failing
9717 For failing storage devices, other tools come with a great variety of extra
9718 functionality to ease the saving of as much data as possible before the
9719 device finally dies, e.g.
9720 @uref{https://www.gnu.org/software/ddrescue/, GNU @command{ddrescue}}.
9721 However, in some cases such a tool is not available or the administrator
9722 feels more comfortable with the handling of @command{dd}.
9723 As a simple rescue method, call @command{dd} as shown in the following
9724 example: the operand @samp{conv=noerror,sync} is used to continue
9725 after read errors and to pad out bad reads with NULs, while
9726 @samp{iflag=fullblock} caters for short reads (which traditionally never
9727 occur on flash or similar devices):
9729 @example
9730 # Rescue data from an (unmounted!) partition of a failing device.
9731 dd conv=noerror,sync iflag=fullblock </dev/sda1 > /mnt/rescue.img
9732 @end example
9734 Sending an @samp{INFO} signal (or @samp{USR1} signal where that is unavailable)
9735 to a running @command{dd} process makes it print I/O statistics to
9736 standard error and then resume copying.   In the example below,
9737 @command{dd} is run in the background to copy 5GB of data.
9738 The @command{kill} command makes it output intermediate I/O statistics,
9739 and when @command{dd} completes normally or is killed by the
9740 @code{SIGINT} signal, it outputs the final statistics.
9742 @example
9743 # Ignore the signal so we never inadvertently terminate the dd child.
9744 # Note this is not needed when SIGINFO is available.
9745 trap '' USR1
9747 # Run dd with the fullblock iflag to avoid short reads
9748 # which can be triggered by reception of signals.
9749 dd iflag=fullblock if=/dev/zero of=/dev/null count=5000000 bs=1000 & pid=$!
9751 # Output stats every second.
9752 while kill -s USR1 $pid 2>/dev/null; do sleep 1; done
9753 @end example
9755 The above script will output in the following format:
9757 @example
9758 3441325+0 records in
9759 3441325+0 records out
9760 3441325000 bytes (3.4 GB, 3.2 GiB) copied, 1.00036 s, 3.4 GB/s
9761 5000000+0 records in
9762 5000000+0 records out
9763 5000000000 bytes (5.0 GB, 4.7 GiB) copied, 1.44433 s, 3.5 GB/s
9764 @end example
9766 The @samp{status=progress} operand periodically updates the last line
9767 of the transfer statistics above.
9769 @vindex POSIXLY_CORRECT
9770 On systems lacking the @samp{INFO} signal @command{dd} responds to the
9771 @samp{USR1} signal instead, unless the @env{POSIXLY_CORRECT}
9772 environment variable is set.
9774 @exitstatus
9777 @node install invocation
9778 @section @command{install}: Copy files and set attributes
9780 @pindex install
9781 @cindex copying files and setting attributes
9783 @command{install} copies files while setting their file mode bits and, if
9784 possible, their owner and group.  Synopses:
9786 @example
9787 install [@var{option}]@dots{} [-T] @var{source} @var{dest}
9788 install [@var{option}]@dots{} @var{source}@dots{} @var{directory}
9789 install [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
9790 install [@var{option}]@dots{} -d @var{directory}@dots{}
9791 @end example
9793 @itemize @bullet
9794 @item
9795 If two file names are given, @command{install} copies the first file to the
9796 second.
9798 @item
9799 If the @option{--target-directory} (@option{-t}) option is given, or
9800 failing that if the last file is a directory and the
9801 @option{--no-target-directory} (@option{-T}) option is not given,
9802 @command{install} copies each @var{source} file to the specified
9803 directory, using the @var{source}s' names.
9805 @item
9806 If the @option{--directory} (@option{-d}) option is given,
9807 @command{install} creates each @var{directory} and any missing parent
9808 directories.  Parent directories are created with mode
9809 @samp{u=rwx,go=rx} (755), regardless of the @option{-m} option or the
9810 current umask.  @xref{Directory Setuid and Setgid}, for how the
9811 set-user-ID and set-group-ID bits of parent directories are inherited.
9812 @end itemize
9814 @cindex Makefiles, installing programs in
9815 @command{install} is similar to @command{cp}, but allows you to control the
9816 attributes of destination files.  It is typically used in Makefiles to
9817 copy programs into their destination directories.  It refuses to copy
9818 files onto themselves.
9820 @cindex extended attributes, xattr
9821 @command{install} never preserves extended attributes (xattr).
9823 The program accepts the following options.  Also see @ref{Common options}.
9825 @table @samp
9827 @optBackup
9829 @item -C
9830 @itemx --compare
9831 @opindex -C
9832 @opindex --compare
9833 Compare content of source and destination files, and if there would be no
9834 change to the destination content, owner, group, permissions, and possibly
9835 SELinux context, then do not modify the destination at all.
9836 Note this option is best used in conjunction with @option{--user},
9837 @option{--group} and @option{--mode} options, lest @command{install}
9838 incorrectly determines the default attributes that installed files would have
9839 (as it doesn't consider setgid directories and POSIX default ACLs for example).
9840 This could result in redundant copies or attributes that are not reset to the
9841 correct defaults.
9843 @item -c
9844 @opindex -c
9845 Ignored; for compatibility with old Unix versions of @command{install}.
9847 @item -D
9848 @opindex -D
9849 Create any missing parent directories of @var{dest},
9850 then copy @var{source} to @var{dest}.
9851 Explicitly specifying the @option{--target-directory=@var{dir}} will similarly
9852 ensure the presence of that hierarchy before copying @var{source} arguments.
9854 @item -d
9855 @itemx --directory
9856 @opindex -d
9857 @opindex --directory
9858 @cindex directories, creating with given attributes
9859 @cindex parent directories, creating missing
9860 @cindex leading directories, creating missing
9861 Create any missing parent directories, giving them the default
9862 attributes.  Then create each given directory, setting their owner,
9863 group and mode as given on the command line or to the defaults.
9865 @item -g @var{group}
9866 @itemx --group=@var{group}
9867 @opindex -g
9868 @opindex --group
9869 @cindex group ownership of installed files, setting
9870 Set the group ownership of installed files or directories to
9871 @var{group}.  The default is the process's current group.  @var{group}
9872 may be either a group name or a numeric group ID.
9874 @item -m @var{mode}
9875 @itemx --mode=@var{mode}
9876 @opindex -m
9877 @opindex --mode
9878 @cindex permissions of installed files, setting
9879 Set the file mode bits for the installed file or directory to @var{mode},
9880 which can be either an octal number, or a symbolic mode as in
9881 @command{chmod}, with @samp{a=} (no access allowed to anyone) as the
9882 point of departure (@pxref{File permissions}).
9883 The default mode is @samp{u=rwx,go=rx,a-s}---read, write, and
9884 execute for the owner, read and execute for group and other, and with
9885 set-user-ID and set-group-ID disabled.
9886 This default is not quite the same as @samp{755}, since it disables
9887 instead of preserving set-user-ID and set-group-ID on directories.
9888 @xref{Directory Setuid and Setgid}.
9890 @item -o @var{owner}
9891 @itemx --owner=@var{owner}
9892 @opindex -o
9893 @opindex --owner
9894 @cindex ownership of installed files, setting
9895 @cindex appropriate privileges
9896 @vindex root @r{as default owner}
9897 If @command{install} has appropriate privileges (is run as root), set the
9898 ownership of installed files or directories to @var{owner}.  The default
9899 is @code{root}.  @var{owner} may be either a user name or a numeric user
9902 @item --preserve-context
9903 @opindex --preserve-context
9904 @cindex SELinux
9905 @cindex security context
9906 Preserve the SELinux security context of files and directories.
9907 Failure to preserve the context in all of the files or directories
9908 will result in an exit status of 1.  If SELinux is disabled then
9909 print a warning and ignore the option.
9911 @item -p
9912 @itemx --preserve-timestamps
9913 @opindex -p
9914 @opindex --preserve-timestamps
9915 @cindex timestamps of installed files, preserving
9916 Set the time of last access and the time of last modification of each
9917 installed file to match those of each corresponding original file.
9918 When a file is installed without this option, its last access and
9919 last modification timestamps are both set to the time of installation.
9920 This option is useful if you want to use the last modification timestamps
9921 of installed files to keep track of when they were last built as opposed
9922 to when they were last installed.
9924 @item -s
9925 @itemx --strip
9926 @opindex -s
9927 @opindex --strip
9928 @cindex symbol table information, stripping
9929 @cindex stripping symbol table information
9930 Strip the symbol tables from installed binary executables.
9932 @item --strip-program=@var{program}
9933 @opindex --strip-program
9934 @cindex symbol table information, stripping, program
9935 Program used to strip binaries.
9937 @optBackupSuffix
9939 @optTargetDirectory
9940 Also specifying the @option{-D} option will ensure the directory is present.
9942 @optNoTargetDirectory
9944 @item -v
9945 @itemx --verbose
9946 @opindex -v
9947 @opindex --verbose
9948 Print the name of each file before copying it.
9950 @optContext
9951 This option is mutually exclusive with the @option{--preserve-context} option.
9954 @end table
9956 @exitstatus
9959 @node mv invocation
9960 @section @command{mv}: Move (rename) files
9962 @pindex mv
9964 @command{mv} moves or renames files (or directories).  Synopses:
9966 @example
9967 mv [@var{option}]@dots{} [-T] @var{source} @var{dest}
9968 mv [@var{option}]@dots{} @var{source}@dots{} @var{directory}
9969 mv [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
9970 @end example
9972 @itemize @bullet
9973 @item
9974 If two file names are given, @command{mv} moves the first file to the
9975 second.
9977 @item
9978 If the @option{--target-directory} (@option{-t}) option is given, or
9979 failing that if the last file is a directory and the
9980 @option{--no-target-directory} (@option{-T}) option is not given,
9981 @command{mv} moves each @var{source} file to the specified
9982 directory, using the @var{source}s' names.
9983 @end itemize
9985 @command{mv} can move any type of file from one file system to another.
9986 Prior to version @code{4.0} of the fileutils,
9987 @command{mv} could move only regular files between file systems.
9988 For example, now @command{mv} can move an entire directory hierarchy
9989 including special device files from one partition to another.  It first
9990 uses some of the same code that's used by @code{cp -a} to copy the
9991 requested directories and files, then (assuming the copy succeeded)
9992 it removes the originals.  If the copy fails, then the part that was
9993 copied to the destination partition is removed.  If you were to copy
9994 three directories from one partition to another and the copy of the first
9995 directory succeeded, but the second didn't, the first would be left on
9996 the destination partition and the second and third would be left on the
9997 original partition.
9999 @cindex extended attributes, xattr
10000 @command{mv} always tries to copy extended attributes (xattr), which may
10001 include SELinux context, ACLs or Capabilities.
10002 Upon failure all but @samp{Operation not supported} warnings are output.
10004 @cindex prompting, and @command{mv}
10005 If a destination file exists but is normally unwritable, standard input
10006 is a terminal, and the @option{-f} or @option{--force} option is not given,
10007 @command{mv} prompts the user for whether to replace the file.  (You might
10008 own the file, or have write permission on its directory.)  If the
10009 response is not affirmative, the file is skipped.
10011 @emph{Warning}: Avoid specifying a source name with a trailing slash,
10012 when it might be a symlink to a directory.
10013 Otherwise, @command{mv} may do something very surprising, since
10014 its behavior depends on the underlying rename system call.
10015 On a system with a modern Linux-based kernel, it fails with
10016 @code{errno=ENOTDIR}@.
10017 However, on other systems (at least FreeBSD 6.1 and Solaris 10) it silently
10018 renames not the symlink but rather the directory referenced by the symlink.
10019 @xref{Trailing slashes}.
10021 @emph{Note}: @command{mv} will only replace empty directories in the
10022 destination.  Conflicting populated directories are skipped with a diagnostic.
10024 The program accepts the following options.  Also see @ref{Common options}.
10026 @table @samp
10028 @optBackup
10030 @item -f
10031 @itemx --force
10032 @opindex -f
10033 @opindex --force
10034 @cindex prompts, omitting
10035 Do not prompt the user before removing a destination file.
10036 @macro mvOptsIfn
10037 If you specify more than one of the @option{-i}, @option{-f}, @option{-n}
10038 options, only the final one takes effect.
10039 @end macro
10040 @mvOptsIfn
10042 @item -i
10043 @itemx --interactive
10044 @opindex -i
10045 @opindex --interactive
10046 @cindex prompts, forcing
10047 Prompt whether to overwrite each existing destination file, regardless
10048 of its permissions.
10049 If the response is not affirmative, the file is skipped.
10050 @mvOptsIfn
10052 @item -n
10053 @itemx --no-clobber
10054 @opindex -n
10055 @opindex --no-clobber
10056 @cindex prompts, omitting
10057 Do not overwrite an existing file; silently do nothing instead.
10058 @mvOptsIfn
10059 This option is mutually exclusive with @option{-b} or @option{--backup} option.
10061 @item -u
10062 @itemx --update
10063 @opindex -u
10064 @opindex --update
10065 @cindex newer files, moving only
10066 Do not move a non-directory that has an existing destination with the
10067 same or newer modification timestamp.
10068 If the move is across file system boundaries, the comparison is to the
10069 source timestamp truncated to the resolutions of the destination file
10070 system and of the system calls used to update timestamps; this avoids
10071 duplicate work if several @samp{mv -u} commands are executed with the
10072 same source and destination.
10073 This option is ignored if the @option{-n} or @option{--no-clobber}
10074 option is also specified.
10076 @item -v
10077 @itemx --verbose
10078 @opindex -v
10079 @opindex --verbose
10080 Print the name of each file before moving it.
10082 @optStripTrailingSlashes
10084 @optBackupSuffix
10086 @optTargetDirectory
10088 @optNoTargetDirectory
10090 @item -Z
10091 @itemx --context
10092 @opindex -Z
10093 @opindex --context
10094 @cindex SELinux, restoring security context
10095 @cindex security context
10096 This option functions similarly to the @command{restorecon} command,
10097 by adjusting the SELinux security context according
10098 to the system default type for destination files and each created directory.
10100 @end table
10102 @exitstatus
10105 @node rm invocation
10106 @section @command{rm}: Remove files or directories
10108 @pindex rm
10109 @cindex removing files or directories
10111 @command{rm} removes each given @var{file}.  By default, it does not remove
10112 directories.  Synopsis:
10114 @example
10115 rm [@var{option}]@dots{} [@var{file}]@dots{}
10116 @end example
10118 @cindex prompting, and @command{rm}
10119 If the @option{-I} or @option{--interactive=once} option is given,
10120 and there are more than three files or the @option{-r}, @option{-R},
10121 or @option{--recursive} are given, then @command{rm} prompts the user
10122 for whether to proceed with the entire operation.  If the response is
10123 not affirmative, the entire command is aborted.
10125 Otherwise, if a file is unwritable, standard input is a terminal, and
10126 the @option{-f} or @option{--force} option is not given, or the
10127 @option{-i} or @option{--interactive=always} option @emph{is} given,
10128 @command{rm} prompts the user for whether to remove the file.
10129 If the response is not affirmative, the file is skipped.
10131 Any attempt to remove a file whose last file name component is
10132 @file{.} or @file{..} is rejected without any prompting, as mandated
10133 by POSIX.
10135 @emph{Warning}: If you use @command{rm} to remove a file, it is usually
10136 possible to recover the contents of that file.  If you want more assurance
10137 that the contents are unrecoverable, consider using @command{shred}.
10139 The program accepts the following options.  Also see @ref{Common options}.
10141 @table @samp
10143 @item -d
10144 @itemx --dir
10145 @opindex -d
10146 @opindex --dir
10147 @cindex directories, removing
10148 Remove the listed directories if they are empty.
10150 @item -f
10151 @itemx --force
10152 @opindex -f
10153 @opindex --force
10154 Ignore nonexistent files and missing operands, and never prompt the user.
10155 Ignore any previous @option{--interactive} (@option{-i}) option.
10157 @item -i
10158 @opindex -i
10159 Prompt whether to remove each file.
10160 If the response is not affirmative, the file is skipped.
10161 Ignore any previous @option{--force} (@option{-f}) option.
10162 Equivalent to @option{--interactive=always}.
10164 @item -I
10165 @opindex -I
10166 Prompt once whether to proceed with the command, if more than three
10167 files are named or if a recursive removal is requested.  Ignore any
10168 previous @option{--force} (@option{-f}) option.  Equivalent to
10169 @option{--interactive=once}.
10171 @item --interactive [=@var{when}]
10172 @opindex --interactive
10173 Specify when to issue an interactive prompt.  @var{when} may be
10174 omitted, or one of:
10175 @itemize @bullet
10176 @item never
10177 @vindex never @r{interactive option}
10178 - Do not prompt at all.
10179 @item once
10180 @vindex once @r{interactive option}
10181 - Prompt once if more than three files are named or if a recursive
10182 removal is requested.  Equivalent to @option{-I}.
10183 @item always
10184 @vindex always @r{interactive option}
10185 - Prompt for every file being removed.  Equivalent to @option{-i}.
10186 @end itemize
10187 @option{--interactive} with no @var{when} is equivalent to
10188 @option{--interactive=always}.
10190 @item --one-file-system
10191 @opindex --one-file-system
10192 @cindex one file system, restricting @command{rm} to
10193 When removing a hierarchy recursively, skip any directory that is on a
10194 file system different from that of the corresponding command line argument.
10195 @cindex bind mount
10196 This option is useful when removing a build ``chroot'' hierarchy,
10197 which normally contains no valuable data.  However, it is not uncommon
10198 to bind-mount @file{/home} into such a hierarchy, to make it easier to
10199 use one's start-up file.  The catch is that it's easy to forget to
10200 unmount @file{/home}.  Then, when you use @command{rm -rf} to remove
10201 your normally throw-away chroot, that command will remove everything
10202 under @file{/home}, too.
10203 Use the @option{--one-file-system} option, and it will
10204 warn about and skip directories on other file systems.
10205 Of course, this will not save your @file{/home} if it and your
10206 chroot happen to be on the same file system.
10207 See also @option{--preserve-root=all} to protect command line arguments
10208 themselves.
10210 @item --preserve-root [=all]
10211 @opindex --preserve-root
10212 @cindex root directory, disallow recursive destruction
10213 Fail upon any attempt to remove the root directory, @file{/},
10214 when used with the @option{--recursive} option.
10215 This is the default behavior.
10216 @xref{Treating / specially}.
10217 When @samp{all} is specified, reject any command line argument
10218 that is not on the same file system as its parent.
10220 @item --no-preserve-root
10221 @opindex --no-preserve-root
10222 @cindex root directory, allow recursive destruction
10223 Do not treat @file{/} specially when removing recursively.
10224 This option is not recommended unless you really want to
10225 remove all the files on your computer.
10226 @xref{Treating / specially}.
10228 @item -r
10229 @itemx -R
10230 @itemx --recursive
10231 @opindex -r
10232 @opindex -R
10233 @opindex --recursive
10234 @cindex directories, removing (recursively)
10235 Remove the listed directories and their contents recursively.
10237 @item -v
10238 @itemx --verbose
10239 @opindex -v
10240 @opindex --verbose
10241 Print the name of each file before removing it.
10243 @end table
10245 @cindex files beginning with @samp{-}, removing
10246 @cindex @samp{-}, removing files beginning with
10247 One common question is how to remove files whose names begin with a
10248 @samp{-}.  GNU @command{rm}, like every program that uses the @code{getopt}
10249 function to parse its arguments, lets you use the @samp{--} option to
10250 indicate that all following arguments are non-options.  To remove a file
10251 called @file{-f} in the current directory, you could type either:
10253 @example
10254 rm -- -f
10255 @end example
10257 @noindent
10260 @example
10261 rm ./-f
10262 @end example
10264 @opindex - @r{and Unix @command{rm}}
10265 The Unix @command{rm} program's use of a single @samp{-} for this purpose
10266 predates the development of the @code{getopt} standard syntax.
10268 @exitstatus
10271 @node shred invocation
10272 @section @command{shred}: Remove files more securely
10274 @pindex shred
10275 @cindex data, erasing
10276 @cindex erasing data
10278 @command{shred} overwrites devices or files, to help prevent even
10279 extensive forensics from recovering the data.
10281 Ordinarily when you remove a file (@pxref{rm invocation}), its data
10282 and metadata are not actually destroyed.  Only the file's directory
10283 entry is removed, and the file's storage is reclaimed only when no
10284 process has the file open and no other directory entry links to the
10285 file.  And even if file's data and metadata's storage space is freed
10286 for further reuse, there are undelete utilities that will attempt to
10287 reconstruct the file from the data in freed storage, and that can
10288 bring the file back if the storage was not rewritten.
10290 On a busy system with a nearly-full device, space can get reused in a few
10291 seconds.  But there is no way to know for sure.  And although the
10292 undelete utilities and already-existing processes require insider or
10293 superuser access, you may be wary of the superuser,
10294 of processes running on your behalf, or of attackers
10295 that can physically access the storage device.  So if you have sensitive
10296 data, you may want to be sure that recovery is not possible
10297 by plausible attacks like these.
10299 The best way to remove something irretrievably is to destroy the media
10300 it's on with acid, melt it down, or the like.  For cheap removable media
10301 this is often the preferred method.  However, some storage devices
10302 are expensive or are harder to destroy, so the @command{shred} utility tries
10303 to achieve a similar effect non-destructively, by overwriting the file
10304 with non-sensitive data.
10306 @strong{Please note} that @command{shred} relies on a crucial
10307 assumption: that the file system and hardware overwrite data in place.
10308 Although this is common and is the traditional
10309 way to do things, many modern file system designs do not satisfy this
10310 assumption.  Exceptions include:
10312 @itemize @bullet
10314 @item
10315 Log-structured or journaled file systems, such as ext3/ext4 (in
10316 @code{data=journal} mode), Btrfs, NTFS, ReiserFS, XFS, ZFS, file
10317 systems supplied with AIX and Solaris, etc., when they are configured to
10318 journal data.
10320 @item
10321 File systems that write redundant data and carry on even if some writes
10322 fail, such as RAID-based file systems.
10324 @item
10325 File systems that make snapshots, such as Network Appliance's NFS server.
10327 @item
10328 File systems that cache in temporary locations, such as NFS version 3
10329 clients.
10331 @item
10332 Compressed file systems.
10333 @end itemize
10335 For ext3 and ext4 file systems, @command{shred} is less effective
10336 when the file system is in @code{data=journal}
10337 mode, which journals file data in addition to just metadata.  In both
10338 the @code{data=ordered} (default) and @code{data=writeback} modes,
10339 @command{shred} works as usual.  The ext3/ext4 journaling modes can be changed
10340 by adding the @code{data=something} option to the mount options for a
10341 particular file system in the @file{/etc/fstab} file, as documented in
10342 the @command{mount} man page (@samp{man mount}).  Alternatively, if
10343 you know how large the journal is, you can shred the journal by
10344 shredding enough file data so that the journal cycles around and fills
10345 up with shredded data.
10347 If you are not sure how your file system operates, then you should assume
10348 that it does not overwrite data in place, which means @command{shred} cannot
10349 reliably operate on regular files in your file system.
10351 Generally speaking, it is more reliable to shred a device than a file,
10352 since this bypasses file system design issues mentioned above.
10353 However, devices are also problematic for shredding, for reasons
10354 such as the following:
10356 @itemize @bullet
10358 @item
10359 Solid-state storage devices (SSDs) typically do wear leveling to
10360 prolong service life, and this means writes are distributed to other
10361 blocks by the hardware, so ``overwritten'' data blocks are still
10362 present in the underlying device.
10364 @item
10365 Most storage devices map out bad blocks invisibly to
10366 the application; if the bad blocks contain sensitive data,
10367 @command{shred} won't be able to destroy it.
10369 @item
10370 With some obsolete storage technologies,
10371 it may be possible to take (say) a floppy disk back
10372 to a laboratory and use a lot of sensitive (and expensive) equipment
10373 to look for the faint ``echoes'' of the original data underneath the
10374 overwritten data.  With these older technologies, if the file has been
10375 overwritten only once, it's reputedly not even that hard.  Luckily,
10376 this kind of data recovery has become difficult, and there is no
10377 public evidence that today's higher-density storage devices can be
10378 analyzed in this way.
10380 The @command{shred} command can use many overwrite passes,
10381 with data patterns chosen to
10382 maximize the damage they do to the old data.
10383 By default the patterns are designed for best effect on hard drives using
10384 now-obsolete technology; for newer devices, a single pass should suffice.
10385 For more details, see the source code and Peter Gutmann's paper
10386 @uref{https://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html,
10387 @cite{Secure Deletion of Data from Magnetic and Solid-State Memory}},
10388 from the proceedings of the Sixth USENIX Security Symposium (San Jose,
10389 California, July 22--25, 1996).
10390 @end itemize
10392 @command{shred} makes no attempt to detect or report these problems, just as
10393 it makes no attempt to do anything about backups.  However, since it is
10394 more reliable to shred devices than files, @command{shred} by default does
10395 not deallocate or remove the output file.  This default is more suitable
10396 for devices, which typically cannot be deallocated and should not be
10397 removed.
10399 Finally, consider the risk of backups and mirrors.
10400 File system backups and remote mirrors may contain copies of the
10401 file that cannot be removed, and that will allow a shredded file
10402 to be recovered later.  So if you keep any data you may later want
10403 to destroy using @command{shred}, be sure that it is not backed up or mirrored.
10405 @example
10406 shred [@var{option}]@dots{} @var{file}[@dots{}]
10407 @end example
10409 The program accepts the following options.  Also see @ref{Common options}.
10411 @table @samp
10413 @item -f
10414 @itemx --force
10415 @opindex -f
10416 @opindex --force
10417 @cindex force deletion
10418 Override file permissions if necessary to allow overwriting.
10420 @item -n @var{number}
10421 @itemx --iterations=@var{number}
10422 @opindex -n @var{number}
10423 @opindex --iterations=@var{number}
10424 @cindex iterations, selecting the number of
10425 By default, @command{shred} uses @value{SHRED_DEFAULT_PASSES} passes of
10426 overwrite.  You can reduce this to save time, or increase it if you think it's
10427 appropriate.  After 25 passes all of the internal overwrite patterns will have
10428 been used at least once.
10430 @item --random-source=@var{file}
10431 @opindex --random-source
10432 @cindex random source for shredding
10433 Use @var{file} as a source of random data used to overwrite and to
10434 choose pass ordering.  @xref{Random sources}.
10436 @item -s @var{bytes}
10437 @itemx --size=@var{bytes}
10438 @opindex -s @var{bytes}
10439 @opindex --size=@var{bytes}
10440 @cindex size of file to shred
10441 Shred the first @var{bytes} bytes of the file.  The default is to shred
10442 the whole file.  @var{bytes} can be followed by a size specification like
10443 @samp{K}, @samp{M}, or @samp{G} to specify a multiple.  @xref{Block size}.
10445 @item -u
10446 @itemx --remove[=@var{how}]
10447 @opindex -u
10448 @opindex --remove
10449 @opindex --remove=unlink
10450 @opindex --remove=wipe
10451 @opindex --remove=wipesync
10452 @cindex removing files after shredding
10453 After shredding a file, deallocate it (if possible) and then remove it.
10454 If a file has multiple links, only the named links will be removed.
10455 Often the file name is less sensitive than the file data, in which case
10456 the optional @var{how} parameter, supported with the long form option,
10457 gives control of how to more efficiently remove each directory entry.
10458 The @samp{unlink} parameter will just use a standard unlink call,
10459 @samp{wipe} will also first obfuscate bytes in the name, and
10460 @samp{wipesync} will also sync each obfuscated byte in the name to
10461 the file system.
10462 Note @samp{wipesync} is the default method, but can be expensive,
10463 requiring a sync for every character in every file.  This can become
10464 significant with many files, or is redundant if your file system provides
10465 synchronous metadata updates.
10467 @item -v
10468 @itemx --verbose
10469 @opindex -v
10470 @opindex --verbose
10471 Display to standard error all status updates as sterilization proceeds.
10473 @item -x
10474 @itemx --exact
10475 @opindex -x
10476 @opindex --exact
10477 By default, @command{shred} rounds the size of a regular file up to the next
10478 multiple of the file system block size to fully erase the slack space in
10479 the last block of the file.  This space may contain portions of the current
10480 system memory on some systems for example.
10481 Use @option{--exact} to suppress that behavior.
10482 Thus, by default if you shred a 10-byte regular file on a system with 512-byte
10483 blocks, the resulting file will be 512 bytes long.  With this option,
10484 shred does not increase the apparent size of the file.
10486 @item -z
10487 @itemx --zero
10488 @opindex -z
10489 @opindex --zero
10490 Normally, the last pass that @command{shred} writes is made up of
10491 random data.  If this would be conspicuous on your storage device (for
10492 example, because it looks like encrypted data), or you just think
10493 it's tidier, the @option{--zero} option adds an additional overwrite pass with
10494 all zero bits.  This is in addition to the number of passes specified
10495 by the @option{--iterations} option.
10497 @end table
10499 You might use the following command to erase the file system you
10500 created on a USB flash drive.  This command typically takes several
10501 minutes, depending on the drive's size and write speed.  On modern
10502 storage devices a single pass should be adequate, and will take one
10503 third the time of the default three-pass approach.
10505 @example
10506 shred -v -n 1 /dev/sdd1
10507 @end example
10509 Similarly, to erase all data on a selected partition of
10510 your device, you could give a command like the following.
10512 @example
10513 # 1 pass, write pseudo-random data; 3x faster than the default
10514 shred -v -n1 /dev/sda5
10515 @end example
10517 To be on the safe side, use at least one pass that overwrites using
10518 pseudo-random data.  I.e., don't be tempted to use @samp{-n0 --zero},
10519 in case some device controller optimizes the process of writing blocks
10520 of all zeros, and thereby does not clear all bytes in a block.
10521 Some SSDs may do just that.
10523 A @var{file} of @samp{-} denotes standard output.
10524 The intended use of this is to shred a removed temporary file.
10525 For example:
10527 @example
10528 i=$(mktemp)
10529 exec 3<>"$i"
10530 rm -- "$i"
10531 echo "Hello, world" >&3
10532 shred - >&3
10533 exec 3>-
10534 @end example
10536 However, the command @samp{shred - >file} does not shred the contents
10537 of @var{file}, since the shell truncates @var{file} before invoking
10538 @command{shred}.  Use the command @samp{shred file} or (if using a
10539 Bourne-compatible shell) the command @samp{shred - 1<>file} instead.
10541 @exitstatus
10544 @node Special file types
10545 @chapter Special file types
10547 @cindex special file types
10548 @cindex file types, special
10550 This chapter describes commands which create special types of files (and
10551 @command{rmdir}, which removes directories, one special file type).
10553 @cindex special file types
10554 @cindex file types
10555 Although Unix-like operating systems have markedly fewer special file
10556 types than others, not @emph{everything} can be treated only as the
10557 undifferentiated byte stream of @dfn{normal files}.  For example, when a
10558 file is created or removed, the system must record this information,
10559 which it does in a @dfn{directory}---a special type of file.  Although
10560 you can read directories as normal files, if you're curious, in order
10561 for the system to do its job it must impose a structure, a certain
10562 order, on the bytes of the file.  Thus it is a ``special'' type of file.
10564 Besides directories, other special file types include named pipes
10565 (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
10567 @menu
10568 * link invocation::             Make a hard link via the link syscall
10569 * ln invocation::               Make links between files.
10570 * mkdir invocation::            Make directories.
10571 * mkfifo invocation::           Make FIFOs (named pipes).
10572 * mknod invocation::            Make block or character special files.
10573 * readlink invocation::         Print value of a symlink or canonical file name.
10574 * rmdir invocation::            Remove empty directories.
10575 * unlink invocation::           Remove files via the unlink syscall
10576 @end menu
10579 @node link invocation
10580 @section @command{link}: Make a hard link via the link syscall
10582 @pindex link
10583 @cindex links, creating
10584 @cindex hard links, creating
10585 @cindex creating links (hard only)
10587 @command{link} creates a single hard link at a time.
10588 It is a minimalist interface to the system-provided
10589 @code{link} function.  @xref{Hard Links, , , libc,
10590 The GNU C Library Reference Manual}.
10591 It avoids the bells and whistles of the more commonly-used
10592 @command{ln} command (@pxref{ln invocation}).
10593 Synopsis:
10595 @example
10596 link @var{filename} @var{linkname}
10597 @end example
10599 @var{filename} must specify an existing file, and @var{linkname}
10600 must specify a nonexistent entry in an existing directory.
10601 @command{link} simply calls @code{link (@var{filename}, @var{linkname})}
10602 to create the link.
10604 On a GNU system, this command acts like @samp{ln --directory
10605 --no-target-directory @var{filename} @var{linkname}}.  However, the
10606 @option{--directory} and @option{--no-target-directory} options are
10607 not specified by POSIX, and the @command{link} command is
10608 more portable in practice.
10610 If @var{filename} is a symbolic link, it is unspecified whether
10611 @var{linkname} will be a hard link to the symbolic link or to the
10612 target of the symbolic link.  Use @command{ln -P} or @command{ln -L}
10613 to specify which behavior is desired.
10615 @exitstatus
10618 @node ln invocation
10619 @section @command{ln}: Make links between files
10621 @pindex ln
10622 @cindex links, creating
10623 @cindex hard links, creating
10624 @cindex symbolic (soft) links, creating
10625 @cindex creating links (hard or soft)
10627 @cindex file systems and hard links
10628 @command{ln} makes links between files.  By default, it makes hard links;
10629 with the @option{-s} option, it makes symbolic (or @dfn{soft}) links.
10630 Synopses:
10632 @example
10633 ln [@var{option}]@dots{} [-T] @var{target} @var{linkname}
10634 ln [@var{option}]@dots{} @var{target}
10635 ln [@var{option}]@dots{} @var{target}@dots{} @var{directory}
10636 ln [@var{option}]@dots{} -t @var{directory} @var{target}@dots{}
10637 @end example
10639 @itemize @bullet
10641 @item
10642 If two file names are given, @command{ln} creates a link to the first
10643 file from the second.
10645 @item
10646 If one @var{target} is given, @command{ln} creates a link to that file
10647 in the current directory.
10649 @item
10650 If the @option{--target-directory} (@option{-t}) option is given, or
10651 failing that if the last file is a directory and the
10652 @option{--no-target-directory} (@option{-T}) option is not given,
10653 @command{ln} creates a link to each @var{target} file in the specified
10654 directory, using the @var{target}s' names.
10656 @end itemize
10658 Normally @command{ln} does not replace existing files.  Use the
10659 @option{--force} (@option{-f}) option to replace them unconditionally,
10660 the @option{--interactive} (@option{-i}) option to replace them
10661 conditionally, and the @option{--backup} (@option{-b}) option to
10662 rename them.  Unless the @option{--backup} (@option{-b}) option is
10663 used there is no brief moment when the destination does not exist;
10664 this is an extension to POSIX.
10666 @cindex hard link, defined
10667 @cindex inode, and hard links
10668 A @dfn{hard link} is another name for an existing file; the link and the
10669 original are indistinguishable.  Technically speaking, they share the
10670 same inode, and the inode contains all the information about a
10671 file---indeed, it is not incorrect to say that the inode @emph{is} the
10672 file.  Most systems prohibit making a hard link to
10673 a directory; on those where it is allowed, only the super-user can do
10674 so (and with caution, since creating a cycle will cause problems to many
10675 other utilities).  Hard links cannot cross file system boundaries.  (These
10676 restrictions are not mandated by POSIX, however.)
10678 @cindex dereferencing symbolic links
10679 @cindex symbolic link, defined
10680 @dfn{Symbolic links} (@dfn{symlinks} for short), on the other hand, are
10681 a special file type (which not all kernels support: System V release 3
10682 (and older) systems lack symlinks) in which the link file actually
10683 refers to a different file, by name.  When most operations (opening,
10684 reading, writing, and so on) are passed the symbolic link file, the
10685 kernel automatically @dfn{dereferences} the link and operates on the
10686 target of the link.  But some operations (e.g., removing) work on the
10687 link file itself, rather than on its target.  The owner and group of a
10688 symlink are not significant to file access performed through
10689 the link, but do have implications on deleting a symbolic link from a
10690 directory with the restricted deletion bit set.  On the GNU system,
10691 the mode of a symlink has no significance and cannot be changed, but
10692 on some BSD systems, the mode can be changed and will affect whether
10693 the symlink will be traversed in file name resolution.  @xref{Symbolic Links,,,
10694 libc, The GNU C Library Reference Manual}.
10696 Symbolic links can contain arbitrary strings; a @dfn{dangling symlink}
10697 occurs when the string in the symlink does not resolve to a file.
10698 There are no restrictions against creating dangling symbolic links.
10699 There are trade-offs to using absolute or relative symlinks.  An
10700 absolute symlink always points to the same file, even if the directory
10701 containing the link is moved.  However, if the symlink is visible from
10702 more than one machine (such as on a networked file system), the file
10703 pointed to might not always be the same.  A relative symbolic link is
10704 resolved in relation to the directory that contains the link, and is
10705 often useful in referring to files on the same device without regards
10706 to what name that device is mounted on when accessed via networked
10707 machines.
10709 When creating a relative symlink in a different location than the
10710 current directory, the resolution of the symlink will be different
10711 than the resolution of the same string from the current directory.
10712 Therefore, many users prefer to first change directories to the
10713 location where the relative symlink will be created, so that
10714 tab-completion or other file resolution will find the same target as
10715 what will be placed in the symlink.
10717 The program accepts the following options.  Also see @ref{Common options}.
10719 @table @samp
10721 @optBackup
10723 @item -d
10724 @itemx -F
10725 @itemx --directory
10726 @opindex -d
10727 @opindex -F
10728 @opindex --directory
10729 @cindex hard links to directories
10730 Allow users with appropriate privileges to attempt to make hard links
10731 to directories.
10732 However, note that this will probably fail due to
10733 system restrictions, even for the super-user.
10735 @item -f
10736 @itemx --force
10737 @opindex -f
10738 @opindex --force
10739 Remove existing destination files.
10741 @item -i
10742 @itemx --interactive
10743 @opindex -i
10744 @opindex --interactive
10745 @cindex prompting, and @command{ln}
10746 Prompt whether to remove existing destination files.
10748 @item -L
10749 @itemx --logical
10750 @opindex -L
10751 @opindex --logical
10752 If @option{-s} is not in effect, and the source file is a symbolic
10753 link, create the hard link to the file referred to by the symbolic
10754 link, rather than the symbolic link itself.
10756 @item -n
10757 @itemx --no-dereference
10758 @opindex -n
10759 @opindex --no-dereference
10760 Do not treat the last operand specially when it is a symbolic link to
10761 a directory.  Instead, treat it as if it were a normal file.
10763 When the destination is an actual directory (not a symlink to one),
10764 there is no ambiguity.  The link is created in that directory.
10765 But when the specified destination is a symlink to a directory,
10766 there are two ways to treat the user's request.  @command{ln} can
10767 treat the destination just as it would a normal directory and create
10768 the link in it.  On the other hand, the destination can be viewed as a
10769 non-directory---as the symlink itself.  In that case, @command{ln}
10770 must delete or backup that symlink before creating the new link.
10771 The default is to treat a destination that is a symlink to a directory
10772 just like a directory.
10774 This option is weaker than the @option{--no-target-directory}
10775 (@option{-T}) option, so it has no effect if both options are given.
10777 @item -P
10778 @itemx --physical
10779 @opindex -P
10780 @opindex --physical
10781 If @option{-s} is not in effect, and the source file is a symbolic
10782 link, create the hard link to the symbolic link itself.  On platforms
10783 where this is not supported by the kernel, this option creates a
10784 symbolic link with identical contents; since symbolic link contents
10785 cannot be edited, any file name resolution performed through either
10786 link will be the same as if a hard link had been created.
10788 @item -r
10789 @itemx --relative
10790 @opindex -r
10791 @opindex --relative
10792 Make symbolic links relative to the link location.
10793 This option is only valid with the @option{--symbolic} option.
10795 Example:
10797 @example
10798 ln -srv /a/file /tmp
10799 '/tmp/file' -> '../a/file'
10800 @end example
10802 Relative symbolic links are generated based on their canonicalized
10803 containing directory, and canonicalized targets.  I.e., all symbolic
10804 links in these file names will be resolved.
10805 @xref{realpath invocation}, which gives greater control
10806 over relative file name generation, as demonstrated in the following example:
10808 @example
10809 @verbatim
10810 ln--relative() {
10811   test "$1" = --no-symlinks && { nosym=$1; shift; }
10812   target="$1";
10813   test -d "$2" && link="$2/." || link="$2"
10814   rtarget="$(realpath $nosym -m "$target" \
10815               --relative-to "$(dirname "$link")")"
10816   ln -s -v "$rtarget" "$link"
10818 @end verbatim
10819 @end example
10821 @item -s
10822 @itemx --symbolic
10823 @opindex -s
10824 @opindex --symbolic
10825 Make symbolic links instead of hard links.  This option merely produces
10826 an error message on systems that do not support symbolic links.
10828 @optBackupSuffix
10830 @optTargetDirectory
10832 @optNoTargetDirectory
10834 @item -v
10835 @itemx --verbose
10836 @opindex -v
10837 @opindex --verbose
10838 Print the name of each file after linking it successfully.
10840 @end table
10842 @cindex hard links to symbolic links
10843 @cindex symbolic links and @command{ln}
10844 If @option{-L} and @option{-P} are both given, the last one takes
10845 precedence.  If @option{-s} is also given, @option{-L} and @option{-P}
10846 are silently ignored.  If neither option is given, then this
10847 implementation defaults to @option{-P} if the system @code{link} supports
10848 hard links to symbolic links (such as the GNU system), and @option{-L}
10849 if @code{link} follows symbolic links (such as on BSD).
10851 @exitstatus
10853 Examples:
10855 @example
10856 Bad Example:
10858 # Create link ../a pointing to a in that directory.
10859 # Not really useful because it points to itself.
10860 ln -s a ..
10862 Better Example:
10864 # Change to the target before creating symlinks to avoid being confused.
10865 cd ..
10866 ln -s adir/a .
10868 Bad Example:
10870 # Hard coded file names don't move well.
10871 ln -s $(pwd)/a /some/dir/
10873 Better Example:
10875 # Relative file names survive directory moves and also
10876 # work across networked file systems.
10877 ln -s afile anotherfile
10878 ln -s ../adir/afile yetanotherfile
10879 @end example
10882 @node mkdir invocation
10883 @section @command{mkdir}: Make directories
10885 @pindex mkdir
10886 @cindex directories, creating
10887 @cindex creating directories
10889 @command{mkdir} creates directories with the specified names.  Synopsis:
10891 @example
10892 mkdir [@var{option}]@dots{} @var{name}@dots{}
10893 @end example
10895 @command{mkdir} creates each directory @var{name} in the order given.
10896 It reports an error if @var{name} already exists, unless the
10897 @option{-p} option is given and @var{name} is a directory.
10899 The program accepts the following options.  Also see @ref{Common options}.
10901 @table @samp
10903 @item -m @var{mode}
10904 @itemx --mode=@var{mode}
10905 @opindex -m
10906 @opindex --mode
10907 @cindex modes of created directories, setting
10908 Set the file permission bits of created directories to @var{mode},
10909 which uses the same syntax as
10910 in @command{chmod} and uses @samp{a=rwx} (read, write and execute allowed for
10911 everyone) for the point of the departure.  @xref{File permissions}.
10912 This option affects only directories given on the command line;
10913 it does not affect any parents that may be created via the @option{-p} option.
10915 Normally the directory has the desired file mode bits at the moment it
10916 is created.  As a GNU extension, @var{mode} may also mention
10917 special mode bits, but in this case there may be a temporary window
10918 during which the directory exists but its special mode bits are
10919 incorrect.  @xref{Directory Setuid and Setgid}, for how the
10920 set-user-ID and set-group-ID bits of directories are inherited unless
10921 overridden in this way.
10923 @item -p
10924 @itemx --parents
10925 @opindex -p
10926 @opindex --parents
10927 @cindex parent directories, creating
10928 Make any missing parent directories for each argument, setting their
10929 file permission bits to @samp{=rwx,u+wx},
10930 that is, with the umask modified by @samp{u+wx}.  Ignore
10931 existing parent directories, and do not change their file permission
10932 bits.
10934 If the @option{-m} option is also given, it does not affect
10935 file permission bits of any newly-created parent directories.
10936 To control these bits, set the
10937 umask before invoking @command{mkdir}.  For example, if the shell
10938 command @samp{(umask u=rwx,go=rx; mkdir -p P/Q)} creates the parent
10939 @file{P} it sets the parent's file permission bits to @samp{u=rwx,go=rx}.
10940 (The umask must include @samp{u=wx} for this method to work.)
10941 To set a parent's special mode bits as well, you can invoke
10942 @command{chmod} after @command{mkdir}.  @xref{Directory Setuid and
10943 Setgid}, for how the set-user-ID and set-group-ID bits of
10944 newly-created parent directories are inherited.
10946 @item -v
10947 @itemx --verbose
10948 @opindex -v
10949 @opindex --verbose
10950 Print a message for each created directory.  This is most useful with
10951 @option{--parents}.
10953 @optContext
10955 @end table
10957 @exitstatus
10960 @node mkfifo invocation
10961 @section @command{mkfifo}: Make FIFOs (named pipes)
10963 @pindex mkfifo
10964 @cindex FIFOs, creating
10965 @cindex named pipes, creating
10966 @cindex creating FIFOs (named pipes)
10968 @command{mkfifo} creates FIFOs (also called @dfn{named pipes}) with the
10969 specified names.  Synopsis:
10971 @example
10972 mkfifo [@var{option}] @var{name}@dots{}
10973 @end example
10975 A @dfn{FIFO} is a special file type that permits independent processes
10976 to communicate.  One process opens the FIFO file for writing, and
10977 another for reading, after which data can flow as with the usual
10978 anonymous pipe in shells or elsewhere.
10980 The program accepts the following options.  Also see @ref{Common options}.
10982 @table @samp
10984 @item -m @var{mode}
10985 @itemx --mode=@var{mode}
10986 @opindex -m
10987 @opindex --mode
10988 @cindex modes of created FIFOs, setting
10989 Set the mode of created FIFOs to @var{mode}, which is symbolic as in
10990 @command{chmod} and uses @samp{a=rw} (read and write allowed for everyone)
10991 for the point of departure.  @var{mode} should specify only file
10992 permission bits.  @xref{File permissions}.
10994 @optContext
10996 @end table
10998 @exitstatus
11001 @node mknod invocation
11002 @section @command{mknod}: Make block or character special files
11004 @pindex mknod
11005 @cindex block special files, creating
11006 @cindex character special files, creating
11008 @command{mknod} creates a FIFO, character special file, or block special
11009 file with the specified name.  Synopsis:
11011 @example
11012 mknod [@var{option}]@dots{} @var{name} @var{type} [@var{major} @var{minor}]
11013 @end example
11015 @cindex special files
11016 @cindex block special files
11017 @cindex character special files
11018 Unlike the phrase ``special file type'' above, the term @dfn{special
11019 file} has a technical meaning on Unix: something that can generate or
11020 receive data.  Usually this corresponds to a physical piece of hardware,
11021 e.g., a printer or a flash drive.  (These files are typically created at
11022 system-configuration time.)  The @command{mknod} command is what creates
11023 files of this type.  Such devices can be read either a character at a
11024 time or a ``block'' (many characters) at a time, hence we say there are
11025 @dfn{block special} files and @dfn{character special} files.
11027 @c mknod is a shell built-in at least with OpenBSD's /bin/sh
11028 @mayConflictWithShellBuiltIn{mknod}
11030 The arguments after @var{name} specify the type of file to make:
11032 @table @samp
11034 @item p
11035 @opindex p @r{for FIFO file}
11036 for a FIFO
11038 @item b
11039 @opindex b @r{for block special file}
11040 for a block special file
11042 @item c
11043 @c Don't document the 'u' option -- it's just a synonym for 'c'.
11044 @c Do *any* versions of mknod still use it?
11045 @c @itemx u
11046 @opindex c @r{for character special file}
11047 @c @opindex u @r{for character special file}
11048 for a character special file
11050 @end table
11052 When making a block or character special file, the major and minor
11053 device numbers must be given after the file type.
11054 If a major or minor device number begins with @samp{0x} or @samp{0X},
11055 it is interpreted as hexadecimal; otherwise, if it begins with @samp{0},
11056 as octal; otherwise, as decimal.
11058 The program accepts the following options.  Also see @ref{Common options}.
11060 @table @samp
11062 @item -m @var{mode}
11063 @itemx --mode=@var{mode}
11064 @opindex -m
11065 @opindex --mode
11066 Set the mode of created files to @var{mode}, which is symbolic as in
11067 @command{chmod} and uses @samp{a=rw} as the point of departure.
11068 @var{mode} should specify only file permission bits.
11069 @xref{File permissions}.
11071 @optContext
11073 @end table
11075 @exitstatus
11078 @node readlink invocation
11079 @section @command{readlink}: Print value of a symlink or canonical file name
11081 @pindex readlink
11082 @cindex displaying value of a symbolic link
11083 @cindex canonical file name
11084 @cindex canonicalize a file name
11085 @cindex realpath
11087 @command{readlink} may work in one of two supported modes:
11089 @table @samp
11091 @item Readlink mode
11093 @command{readlink} outputs the value of the given symbolic links.
11094 If @command{readlink} is invoked with an argument other than the name
11095 of a symbolic link, it produces no output and exits with a nonzero exit code.
11097 @item Canonicalize mode
11099 @command{readlink} outputs the absolute name of the given files which contain
11100 no @file{.}, @file{..} components nor any repeated separators
11101 (@file{/}) or symbolic links.  Note the @command{realpath} command is the
11102 preferred command to use for canonicalization.  @xref{realpath invocation}.
11104 @end table
11106 @example
11107 readlink [@var{option}]@dots{} @var{file}@dots{}
11108 @end example
11110 By default, @command{readlink} operates in readlink mode.
11112 The program accepts the following options.  Also see @ref{Common options}.
11114 @table @samp
11116 @item -f
11117 @itemx --canonicalize
11118 @opindex -f
11119 @opindex --canonicalize
11120 Activate canonicalize mode.
11121 If any component of the file name except the last one is missing or unavailable,
11122 @command{readlink} produces no output and exits with a nonzero exit
11123 code.  A trailing slash is ignored.
11125 @item -e
11126 @itemx --canonicalize-existing
11127 @opindex -e
11128 @opindex --canonicalize-existing
11129 Activate canonicalize mode.
11130 If any component is missing or unavailable, @command{readlink} produces
11131 no output and exits with a nonzero exit code.  A trailing slash
11132 requires that the name resolve to a directory.
11134 @item -m
11135 @itemx --canonicalize-missing
11136 @opindex -m
11137 @opindex --canonicalize-missing
11138 Activate canonicalize mode.
11139 If any component is missing or unavailable, @command{readlink} treats it
11140 as a directory.
11142 @item -n
11143 @itemx --no-newline
11144 @opindex -n
11145 @opindex --no-newline
11146 Do not print the output delimiter, when a single @var{file} is specified.
11147 Print a warning if specified along with multiple @var{file}s.
11149 @item -s
11150 @itemx -q
11151 @itemx --silent
11152 @itemx --quiet
11153 @opindex -s
11154 @opindex -q
11155 @opindex --silent
11156 @opindex --quiet
11157 Suppress most error messages.  On by default.
11159 @item -v
11160 @itemx --verbose
11161 @opindex -v
11162 @opindex --verbose
11163 Report error messages.
11165 @optZero
11167 @end table
11169 The @command{readlink} utility first appeared in OpenBSD 2.1.
11171 The @command{realpath} command without options, operates like
11172 @command{readlink} in canonicalize mode.
11174 @exitstatus
11177 @node rmdir invocation
11178 @section @command{rmdir}: Remove empty directories
11180 @pindex rmdir
11181 @cindex removing empty directories
11182 @cindex directories, removing empty
11184 @command{rmdir} removes empty directories.  Synopsis:
11186 @example
11187 rmdir [@var{option}]@dots{} @var{directory}@dots{}
11188 @end example
11190 If any @var{directory} argument does not refer to an existing empty
11191 directory, it is an error.
11193 The program accepts the following options.  Also see @ref{Common options}.
11195 @table @samp
11197 @item --ignore-fail-on-non-empty
11198 @opindex --ignore-fail-on-non-empty
11199 @cindex directory deletion, ignoring failures
11200 Ignore each failure to remove a directory that is non-empty.
11202 @item -p
11203 @itemx --parents
11204 @opindex -p
11205 @opindex --parents
11206 @cindex parent directories, removing
11207 Remove @var{directory}, then try to remove each component of @var{directory}.
11208 So, for example, @samp{rmdir -p a/b/c} is similar to @samp{rmdir a/b/c a/b a}.
11209 As such, it fails if any of those directories turns out not to be empty.
11210 Use the @option{--ignore-fail-on-non-empty} option to make it so such
11211 a failure does not evoke a diagnostic and does not cause @command{rmdir} to
11212 exit unsuccessfully.
11214 @item -v
11215 @itemx --verbose
11216 @opindex -v
11217 @opindex --verbose
11218 @cindex directory deletion, reporting
11219 Give a diagnostic for each successful removal.
11220 @var{directory} is removed.
11222 @end table
11224 @xref{rm invocation}, for how to remove non-empty directories recursively.
11226 To remove all empty directories under @var{dirname}, including
11227 directories that become empty because other directories are removed,
11228 you can use either of the following commands:
11230 @example
11231 # This uses GNU extensions.
11232 find @var{dirname} -type d -empty -delete
11234 # This runs on any POSIX platform.
11235 find @var{dirname} -depth -type d -exec rmdir @{@} +
11236 @end example
11238 @exitstatus
11241 @node unlink invocation
11242 @section @command{unlink}: Remove files via the unlink syscall
11244 @pindex unlink
11245 @cindex removing files or directories (via the unlink syscall)
11247 @command{unlink} deletes a single specified file name.
11248 It is a minimalist interface to the system-provided
11249 @code{unlink} function.  @xref{Deleting Files, , , libc,
11250 The GNU C Library Reference Manual}.  Synopsis:
11251 It avoids the bells and whistles of the more commonly-used
11252 @command{rm} command (@pxref{rm invocation}).
11254 @example
11255 unlink @var{filename}
11256 @end example
11258 On some systems @code{unlink} can be used to delete the name of a
11259 directory.  On others, it can be used that way only by a privileged user.
11260 In the GNU system @code{unlink} can never delete the name of a directory.
11262 The @command{unlink} command honors the @option{--help} and
11263 @option{--version} options.  To remove a file whose name begins with
11264 @samp{-}, prefix the name with @samp{./}, e.g., @samp{unlink ./--help}.
11266 @exitstatus
11269 @node Changing file attributes
11270 @chapter Changing file attributes
11272 @cindex changing file attributes
11273 @cindex file attributes, changing
11274 @cindex attributes, file
11276 A file is not merely its contents, a name, and a file type
11277 (@pxref{Special file types}).  A file also has an owner (a user ID), a
11278 group (a group ID), permissions (what the owner can do with the file,
11279 what people in the group can do, and what everyone else can do), various
11280 timestamps, and other information.  Collectively, we call these a file's
11281 @dfn{attributes}.
11283 These commands change file attributes.
11285 @menu
11286 * chown invocation::            Change file owners and groups.
11287 * chgrp invocation::            Change file groups.
11288 * chmod invocation::            Change access permissions.
11289 * touch invocation::            Change file timestamps.
11290 @end menu
11293 @node chown invocation
11294 @section @command{chown}: Change file owner and group
11296 @pindex chown
11297 @cindex file ownership, changing
11298 @cindex group ownership, changing
11299 @cindex changing file ownership
11300 @cindex changing group ownership
11302 @command{chown} changes the user and/or group ownership of each given @var{file}
11303 to @var{new-owner} or to the user and group of an existing reference file.
11304 Synopsis:
11306 @example
11307 chown [@var{option}]@dots{} @{@var{new-owner} | --reference=@var{ref_file}@}@c
11308  @var{file}@dots{}
11309 @end example
11311 If used, @var{new-owner} specifies the new owner and/or group as follows
11312 (with no embedded white space):
11314 @example
11315 [@var{owner}] [ : [@var{group}] ]
11316 @end example
11318 Specifically:
11320 @table @var
11321 @item owner
11322 If only an @var{owner} (a user name or numeric user ID) is given, that
11323 user is made the owner of each given file, and the files' group is not
11324 changed.
11326 @item owner@samp{:}group
11327 If the @var{owner} is followed by a colon and a @var{group} (a
11328 group name or numeric group ID), with no spaces between them, the group
11329 ownership of the files is changed as well (to @var{group}).
11331 @item owner@samp{:}
11332 If a colon but no group name follows @var{owner}, that user is
11333 made the owner of the files and the group of the files is changed to
11334 @var{owner}'s login group.
11336 @item @samp{:}group
11337 If the colon and following @var{group} are given, but the owner
11338 is omitted, only the group of the files is changed; in this case,
11339 @command{chown} performs the same function as @command{chgrp}.
11341 @item @samp{:}
11342 If only a colon is given, or if @var{new-owner} is empty, neither the
11343 owner nor the group is changed.
11345 @end table
11347 If @var{owner} or @var{group} is intended to represent a numeric user
11348 or group ID, then you may specify it with a leading @samp{+}.
11349 @xref{Disambiguating names and IDs}.
11351 Some older scripts may still use @samp{.} in place of the @samp{:} separator.
11352 POSIX 1003.1-2001 (@pxref{Standards conformance}) does not
11353 require support for that, but for backward compatibility GNU
11354 @command{chown} supports @samp{.} so long as no ambiguity results,
11355 although it issues a warning and support may be removed in future versions.
11356 New scripts should avoid the use of @samp{.} because it is not
11357 portable, and because it has undesirable results if the entire
11358 @var{owner@samp{.}group} happens to identify a user whose name
11359 contains @samp{.}.
11361 @macro chownGroupRestrictions
11362 It is system dependent whether a user can change the group to an arbitrary one,
11363 or the more portable behavior of being restricted to setting a group of
11364 which the user is a member.
11365 @end macro
11366 @chownGroupRestrictions
11368 The @command{chown} command sometimes clears the set-user-ID or
11369 set-group-ID permission bits.  This behavior depends on the policy and
11370 functionality of the underlying @code{chown} system call, which may
11371 make system-dependent file mode modifications outside the control of
11372 the @command{chown} command.  For example, the @command{chown} command
11373 might not affect those bits when invoked by a user with appropriate
11374 privileges, or when the
11375 bits signify some function other than executable permission (e.g.,
11376 mandatory locking).
11377 When in doubt, check the underlying system behavior.
11379 The program accepts the following options.  Also see @ref{Common options}.
11381 @table @samp
11383 @item -c
11384 @itemx --changes
11385 @opindex -c
11386 @opindex --changes
11387 @cindex changed owners, verbosely describing
11388 Verbosely describe the action for each @var{file} whose ownership
11389 actually changes.
11391 @item -f
11392 @itemx --silent
11393 @itemx --quiet
11394 @opindex -f
11395 @opindex --silent
11396 @opindex --quiet
11397 @cindex error messages, omitting
11398 Do not print error messages about files whose ownership cannot be
11399 changed.
11401 @item --from=@var{old-owner}
11402 @opindex --from
11403 @cindex symbolic links, changing owner
11404 Change a @var{file}'s ownership only if it has current attributes specified
11405 by @var{old-owner}.  @var{old-owner} has the same form as @var{new-owner}
11406 described above.
11407 This option is useful primarily from a security standpoint in that
11408 it narrows considerably the window of potential abuse.
11409 For example, to reflect a user ID numbering change for one user's files
11410 without an option like this, @code{root} might run
11412 @example
11413 find / -owner OLDUSER -print0 | xargs -0 chown -h NEWUSER
11414 @end example
11416 But that is dangerous because the interval between when the @command{find}
11417 tests the existing file's owner and when the @command{chown} is actually run
11418 may be quite large.
11419 One way to narrow the gap would be to invoke chown for each file
11420 as it is found:
11422 @example
11423 find / -owner OLDUSER -exec chown -h NEWUSER @{@} \;
11424 @end example
11426 But that is very slow if there are many affected files.
11427 With this option, it is safer (the gap is narrower still)
11428 though still not perfect:
11430 @example
11431 chown -h -R --from=OLDUSER NEWUSER /
11432 @end example
11434 @item --dereference
11435 @opindex --dereference
11436 @cindex symbolic links, changing owner
11437 @findex lchown
11438 Do not act on symbolic links themselves but rather on what they point to.
11439 This is the default when not operating recursively.
11440 @warnOptDerefWithRec
11442 @item -h
11443 @itemx --no-dereference
11444 @opindex -h
11445 @opindex --no-dereference
11446 @cindex symbolic links, changing owner
11447 @findex lchown
11448 Act on symbolic links themselves instead of what they point to.
11449 This mode relies on the @code{lchown} system call.
11450 On systems that do not provide the @code{lchown} system call,
11451 @command{chown} fails when a file specified on the command line
11452 is a symbolic link.
11453 By default, no diagnostic is issued for symbolic links encountered
11454 during a recursive traversal, but see @option{--verbose}.
11456 @item --preserve-root
11457 @opindex --preserve-root
11458 @cindex root directory, disallow recursive modification
11459 Fail upon any attempt to recursively change the root directory, @file{/}.
11460 Without @option{--recursive}, this option has no effect.
11461 @xref{Treating / specially}.
11463 @item --no-preserve-root
11464 @opindex --no-preserve-root
11465 @cindex root directory, allow recursive modification
11466 Cancel the effect of any preceding @option{--preserve-root} option.
11467 @xref{Treating / specially}.
11469 @item --reference=@var{ref_file}
11470 @opindex --reference
11471 Change the user and group of each @var{file} to be the same as those of
11472 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11473 user and group of the symbolic link, but rather those of the file it
11474 refers to.
11476 @item -v
11477 @itemx --verbose
11478 @opindex -v
11479 @opindex --verbose
11480 Output a diagnostic for every file processed.
11481 If a symbolic link is encountered during a recursive traversal
11482 on a system without the @code{lchown} system call, and @option{--no-dereference}
11483 is in effect, then issue a diagnostic saying neither the symbolic link nor
11484 its referent is being changed.
11486 @item -R
11487 @itemx --recursive
11488 @opindex -R
11489 @opindex --recursive
11490 @cindex recursively changing file ownership
11491 Recursively change ownership of directories and their contents.
11493 @choptH
11494 @xref{Traversing symlinks}.
11496 @choptL
11497 @warnOptDerefWithRec
11498 @xref{Traversing symlinks}.
11500 @choptP
11501 @xref{Traversing symlinks}.
11503 @end table
11505 @exitstatus
11507 Examples:
11509 @example
11510 # Change the owner of /u to "root".
11511 chown root /u
11513 # Likewise, but also change its group to "staff".
11514 chown root:staff /u
11516 # Change the owner of /u and subfiles to "root".
11517 chown -hR root /u
11518 @end example
11521 @node chgrp invocation
11522 @section @command{chgrp}: Change group ownership
11524 @pindex chgrp
11525 @cindex group ownership, changing
11526 @cindex changing group ownership
11528 @command{chgrp} changes the group ownership of each given @var{file}
11529 to @var{group} (which can be either a group name or a numeric group ID)
11530 or to the group of an existing reference file.  @xref{chown invocation}.
11531 Synopsis:
11533 @example
11534 chgrp [@var{option}]@dots{} @{@var{group} | --reference=@var{ref_file}@}@c
11535  @var{file}@dots{}
11536 @end example
11538 If @var{group} is intended to represent a
11539 numeric group ID, then you may specify it with a leading @samp{+}.
11540 @xref{Disambiguating names and IDs}.
11542 @chownGroupRestrictions
11544 The program accepts the following options.  Also see @ref{Common options}.
11546 @table @samp
11548 @item -c
11549 @itemx --changes
11550 @opindex -c
11551 @opindex --changes
11552 @cindex changed files, verbosely describing
11553 Verbosely describe the action for each @var{file} whose group actually
11554 changes.
11556 @item -f
11557 @itemx --silent
11558 @itemx --quiet
11559 @opindex -f
11560 @opindex --silent
11561 @opindex --quiet
11562 @cindex error messages, omitting
11563 Do not print error messages about files whose group cannot be
11564 changed.
11566 @item --dereference
11567 @opindex --dereference
11568 @cindex symbolic links, changing owner
11569 @findex lchown
11570 Do not act on symbolic links themselves but rather on what they point to.
11571 This is the default when not operating recursively.
11572 @warnOptDerefWithRec
11574 @item -h
11575 @itemx --no-dereference
11576 @opindex -h
11577 @opindex --no-dereference
11578 @cindex symbolic links, changing group
11579 @findex lchown
11580 Act on symbolic links themselves instead of what they point to.
11581 This mode relies on the @code{lchown} system call.
11582 On systems that do not provide the @code{lchown} system call,
11583 @command{chgrp} fails when a file specified on the command line
11584 is a symbolic link.
11585 By default, no diagnostic is issued for symbolic links encountered
11586 during a recursive traversal, but see @option{--verbose}.
11588 @item --preserve-root
11589 @opindex --preserve-root
11590 @cindex root directory, disallow recursive modification
11591 Fail upon any attempt to recursively change the root directory, @file{/}.
11592 Without @option{--recursive}, this option has no effect.
11593 @xref{Treating / specially}.
11595 @item --no-preserve-root
11596 @opindex --no-preserve-root
11597 @cindex root directory, allow recursive modification
11598 Cancel the effect of any preceding @option{--preserve-root} option.
11599 @xref{Treating / specially}.
11601 @item --reference=@var{ref_file}
11602 @opindex --reference
11603 Change the group of each @var{file} to be the same as that of
11604 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11605 group of the symbolic link, but rather that of the file it refers to.
11607 @item -v
11608 @itemx --verbose
11609 @opindex -v
11610 @opindex --verbose
11611 Output a diagnostic for every file processed.
11612 If a symbolic link is encountered during a recursive traversal
11613 on a system without the @code{lchown} system call, and @option{--no-dereference}
11614 is in effect, then issue a diagnostic saying neither the symbolic link nor
11615 its referent is being changed.
11617 @item -R
11618 @itemx --recursive
11619 @opindex -R
11620 @opindex --recursive
11621 @cindex recursively changing group ownership
11622 Recursively change the group ownership of directories and their contents.
11624 @choptH
11625 @xref{Traversing symlinks}.
11627 @choptL
11628 @warnOptDerefWithRec
11629 @xref{Traversing symlinks}.
11631 @choptP
11632 @xref{Traversing symlinks}.
11634 @end table
11636 @exitstatus
11638 Examples:
11640 @example
11641 # Change the group of /u to "staff".
11642 chgrp staff /u
11644 # Change the group of /u and subfiles to "staff".
11645 chgrp -hR staff /u
11646 @end example
11649 @node chmod invocation
11650 @section @command{chmod}: Change access permissions
11652 @pindex chmod
11653 @cindex changing access permissions
11654 @cindex access permissions, changing
11655 @cindex permissions, changing access
11657 @command{chmod} changes the access permissions of the named files.  Synopsis:
11659 @example
11660 chmod [@var{option}]@dots{} @{@var{mode} | --reference=@var{ref_file}@}@c
11661  @var{file}@dots{}
11662 @end example
11664 @cindex symbolic links, permissions of
11665 @command{chmod} never changes the permissions of symbolic links, since
11666 the @command{chmod} system call cannot change their permissions.
11667 This is not a problem since the permissions of symbolic links are
11668 never used.  However, for each symbolic link listed on the command
11669 line, @command{chmod} changes the permissions of the pointed-to file.
11670 In contrast, @command{chmod} ignores symbolic links encountered during
11671 recursive directory traversals.
11673 Only a process whose effective user ID matches the user ID of the file,
11674 or a process with appropriate privileges, is permitted to change the
11675 file mode bits of a file.
11677 A successful use of @command{chmod} clears the set-group-ID bit of a
11678 regular file if the file's group ID does not match the user's
11679 effective group ID or one of the user's supplementary group IDs,
11680 unless the user has appropriate privileges.  Additional restrictions
11681 may cause the set-user-ID and set-group-ID bits of @var{mode} or
11682 @var{ref_file} to be ignored.  This behavior depends on the policy and
11683 functionality of the underlying @code{chmod} system call.  When in
11684 doubt, check the underlying system behavior.
11686 If used, @var{mode} specifies the new file mode bits.
11687 For details, see the section on @ref{File permissions}.
11688 If you really want @var{mode} to have a leading @samp{-}, you should
11689 use @option{--} first, e.g., @samp{chmod -- -w file}.  Typically,
11690 though, @samp{chmod a-w file} is preferable, and @command{chmod -w
11691 file} (without the @option{--}) complains if it behaves differently
11692 from what @samp{chmod a-w file} would do.
11694 The program accepts the following options.  Also see @ref{Common options}.
11696 @table @samp
11698 @item -c
11699 @itemx --changes
11700 @opindex -c
11701 @opindex --changes
11702 Verbosely describe the action for each @var{file} whose permissions
11703 actually change.
11705 @item -f
11706 @itemx --silent
11707 @itemx --quiet
11708 @opindex -f
11709 @opindex --silent
11710 @opindex --quiet
11711 @cindex error messages, omitting
11712 Do not print error messages about files whose permissions cannot be
11713 changed.
11715 @item --preserve-root
11716 @opindex --preserve-root
11717 @cindex root directory, disallow recursive modification
11718 Fail upon any attempt to recursively change the root directory, @file{/}.
11719 Without @option{--recursive}, this option has no effect.
11720 @xref{Treating / specially}.
11722 @item --no-preserve-root
11723 @opindex --no-preserve-root
11724 @cindex root directory, allow recursive modification
11725 Cancel the effect of any preceding @option{--preserve-root} option.
11726 @xref{Treating / specially}.
11728 @item -v
11729 @itemx --verbose
11730 @opindex -v
11731 @opindex --verbose
11732 Verbosely describe the action or non-action taken for every @var{file}.
11734 @item --reference=@var{ref_file}
11735 @opindex --reference
11736 Change the mode of each @var{file} to be the same as that of @var{ref_file}.
11737 @xref{File permissions}.
11738 If @var{ref_file} is a symbolic link, do not use the mode
11739 of the symbolic link, but rather that of the file it refers to.
11741 @item -R
11742 @itemx --recursive
11743 @opindex -R
11744 @opindex --recursive
11745 @cindex recursively changing access permissions
11746 Recursively change permissions of directories and their contents.
11748 @end table
11750 @exitstatus
11752 Examples:
11754 @smallexample
11755 # Change file permissions of FOO to be world readable
11756 # and user writable, with no other permissions.
11757 chmod 644 foo
11758 chmod a=r,u+w foo
11760 # Add user and group execute permissions to FOO.
11761 chmod +110 file
11762 chmod ug+x file
11764 # Set file permissions of DIR and subsidiary files to
11765 # be the umask default, assuming execute permissions for
11766 # directories and for files already executable.
11767 chmod -R a=,+rwX dir
11768 @end smallexample
11771 @node touch invocation
11772 @section @command{touch}: Change file timestamps
11774 @pindex touch
11775 @cindex changing file timestamps
11776 @cindex file timestamps, changing
11777 @cindex timestamps, changing file
11779 @command{touch} changes the access and/or modification timestamps of the
11780 specified files.  Synopsis:
11782 @example
11783 touch [@var{option}]@dots{} @var{file}@dots{}
11784 @end example
11786 @cindex empty files, creating
11787 Any @var{file} argument that does not exist is created empty, unless
11788 option @option{--no-create} (@option{-c}) or @option{--no-dereference}
11789 (@option{-h}) was in effect.
11791 A @var{file} argument string of @samp{-} is handled specially and
11792 causes @command{touch} to change the times of the file associated with
11793 standard output.
11795 By default, @command{touch} sets file timestamps to the current time.
11796 Because @command{touch} acts on its operands left to right, the
11797 resulting timestamps of earlier and later operands may disagree.
11799 @cindex permissions, for changing file timestamps
11800 When setting file timestamps to the current time, @command{touch} can
11801 change the timestamps for files that the user does not own but has
11802 write permission for.  Otherwise, the user must own the files.  Some
11803 older systems have a further restriction: the user must own the files
11804 unless both the access and modification timestamps are being set to the
11805 current time.
11807 The @command{touch} command cannot set a file's status change timestamp to
11808 a user-specified value, and cannot change the file's birth time (if
11809 supported) at all.  Also, @command{touch} has issues similar to those
11810 affecting all programs that update file timestamps.  For example,
11811 @command{touch} may set a file's timestamp to a value that differs
11812 slightly from the requested time.  @xref{File timestamps}.
11814 @vindex TZ
11815 Timestamps assume the time zone rules specified by the @env{TZ}
11816 environment variable, or by the system default rules if @env{TZ} is
11817 not set.  @xref{TZ Variable,, Specifying the Time Zone with @env{TZ},
11818 libc, The GNU C Library Reference Manual}.
11819 You can avoid ambiguities during
11820 daylight saving transitions by using UTC timestamps.
11822 The program accepts the following options.  Also see @ref{Common options}.
11824 @table @samp
11826 @item -a
11827 @itemx --time=atime
11828 @itemx --time=access
11829 @itemx --time=use
11830 @opindex -a
11831 @opindex --time
11832 @opindex atime@r{, changing}
11833 @opindex access @r{time, changing}
11834 @opindex use @r{time, changing}
11835 Change the access timestamp only.  @xref{File timestamps}.
11837 @item -c
11838 @itemx --no-create
11839 @opindex -c
11840 @opindex --no-create
11841 Do not warn about or create files that do not exist.
11843 @item -d @var{time}
11844 @itemx --date=@var{time}
11845 @opindex -d
11846 @opindex --date
11847 @opindex time
11848 Use @var{time} instead of the current time.  It can contain month names,
11849 time zones, @samp{am} and @samp{pm}, @samp{yesterday}, etc.  For
11850 example, @option{--date="2020-07-21 14:19:13.489392193 +0530"}
11851 specifies the instant of time that is 489,392,193 nanoseconds after
11852 July 21, 2020 at 2:19:13 PM in a time zone that is 5 hours and 30
11853 minutes east of UTC@.  @xref{Date input formats}.
11854 File systems that do not support high-resolution timestamps
11855 silently ignore any excess precision here.
11857 @item -f
11858 @opindex -f
11859 @cindex BSD @command{touch} compatibility
11860 Ignored; for compatibility with BSD versions of @command{touch}.
11862 @item -h
11863 @itemx --no-dereference
11864 @opindex -h
11865 @opindex --no-dereference
11866 @cindex symbolic links, changing time
11867 @findex lutimes
11868 Attempt to change the timestamps of a symbolic link, rather than what
11869 the link refers to.  When using this option, empty files are not
11870 created, but option @option{-c} must also be used to avoid warning
11871 about files that do not exist.  Not all systems support changing the
11872 timestamps of symlinks, since underlying system support for this
11873 action was not required until POSIX 2008.  Also, on some
11874 systems, the mere act of examining a symbolic link changes the access
11875 timestamp, such that only changes to the modification timestamp will persist
11876 long enough to be observable.  When coupled with option @option{-r}, a
11877 reference timestamp is taken from a symbolic link rather than the file
11878 it refers to.
11880 @item -m
11881 @itemx --time=mtime
11882 @itemx --time=modify
11883 @opindex -m
11884 @opindex --time
11885 @opindex mtime@r{, changing}
11886 @opindex modify @r{time, changing}
11887 Change the modification timestamp only.
11889 @item -r @var{file}
11890 @itemx --reference=@var{file}
11891 @opindex -r
11892 @opindex --reference
11893 Use the times of the reference @var{file} instead of the current time.
11894 If this option is combined with the @option{--date=@var{time}}
11895 (@option{-d @var{time}}) option, the reference @var{file}'s time is
11896 the origin for any relative @var{time}s given, but is otherwise ignored.
11897 For example, @samp{-r foo -d '-5 seconds'} specifies a timestamp
11898 equal to five seconds before the corresponding timestamp for @file{foo}.
11899 If @var{file} is a symbolic link, the reference timestamp is taken
11900 from the target of the symlink, unless @option{-h} was also in effect.
11902 @item -t [[@var{cc}]@var{yy}]@var{mmddhhmm}[.@var{ss}]
11903 @cindex leap seconds
11904 Use the argument (optional four-digit or two-digit years, months,
11905 days, hours, minutes, optional seconds) instead of the current time.
11906 If the year is specified with only two digits, then @var{cc}
11907 is 20 for years in the range 0 @dots{} 68, and 19 for years in
11908 69 @dots{} 99.  If no digits of the year are specified,
11909 the argument is interpreted as a date in the current year.
11910 On the atypical systems that support leap seconds, @var{ss} may be
11911 @samp{60}.
11913 @end table
11915 @vindex _POSIX2_VERSION
11916 On systems predating POSIX 1003.1-2001,
11917 @command{touch} supports an obsolete syntax, as follows.
11918 If no timestamp is given with any of the @option{-d}, @option{-r}, or
11919 @option{-t} options, and if there are two or more @var{file}s and the
11920 first @var{file} is of the form @samp{@var{mmddhhmm}[@var{yy}]} and this
11921 would be a valid argument to the @option{-t} option (if the @var{yy}, if
11922 any, were moved to the front), and if the represented year
11923 is in the range 1969--1999, that argument is interpreted as the time
11924 for the other files instead of as a file name.
11925 Although this obsolete behavior can be controlled with the
11926 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
11927 conformance}), portable scripts should avoid commands whose
11928 behavior depends on this variable.
11929 For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
11930 12312359 main.c} rather than the ambiguous @samp{touch 12312359 main.c}.
11932 @exitstatus
11935 @node File space usage
11936 @chapter File space usage
11938 @cindex File space usage
11939 @cindex disk usage
11941 No file system can hold an infinite amount of data.  These commands report
11942 how much storage is in use or available, report other file and
11943 file status information, and write buffers to file systems.
11945 @menu
11946 * df invocation::               Report file system space usage.
11947 * du invocation::               Estimate file space usage.
11948 * stat invocation::             Report file or file system status.
11949 * sync invocation::             Synchronize cached writes to persistent storage.
11950 * truncate invocation::         Shrink or extend the size of a file.
11951 @end menu
11954 @node df invocation
11955 @section @command{df}: Report file system space usage
11957 @pindex df
11958 @cindex file system usage
11959 @cindex disk usage by file system
11961 @command{df} reports the amount of space used and available on
11962 file systems.  Synopsis:
11964 @example
11965 df [@var{option}]@dots{} [@var{file}]@dots{}
11966 @end example
11968 With no arguments, @command{df} reports the space used and available on all
11969 currently mounted file systems (of all types).  Otherwise, @command{df}
11970 reports on the file system containing each argument @var{file}.
11972 Normally the space is printed in units of
11973 1024 bytes, but this can be overridden (@pxref{Block size}).
11974 Non-integer quantities are rounded up to the next higher unit.
11976 For bind mounts and without arguments, @command{df} only outputs the statistics
11977 for that device with the shortest mount point name in the list of file systems
11978 (@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option is
11979 specified.
11981 With the same logic, @command{df} elides a mount entry of a dummy pseudo device
11982 if there is another mount entry of a real block device for that mount point with
11983 the same device number, e.g. the early-boot pseudo file system @samp{rootfs} is
11984 not shown per default when already the real root device has been mounted.
11986 @cindex disk device file
11987 @cindex device file
11988 If an argument @var{file} resolves to a special file containing
11989 a mounted file system, @command{df} shows the space available on that
11990 file system rather than on the file system containing the device node.
11991 GNU @command{df} does not attempt to determine the usage
11992 on unmounted file systems, because on most kinds of systems doing so
11993 requires extremely nonportable intimate knowledge of file system structures.
11995 The program accepts the following options.  Also see @ref{Common options}.
11997 @table @samp
11999 @item -a
12000 @itemx --all
12001 @opindex -a
12002 @opindex --all
12003 @cindex ignore file systems
12004 Include in the listing dummy, duplicate, or inaccessible file systems, which
12005 are omitted by default.  Dummy file systems are typically special purpose
12006 pseudo file systems such as @samp{/proc}, with no associated storage.
12007 Duplicate file systems are local or remote file systems that are mounted
12008 at separate locations in the local file hierarchy, or bind mounted locations.
12009 Inaccessible file systems are those which are mounted but subsequently
12010 over-mounted by another file system at that point, or otherwise inaccessible
12011 due to permissions of the mount point etc.
12013 @item -B @var{size}
12014 @itemx --block-size=@var{size}
12015 @opindex -B
12016 @opindex --block-size
12017 @cindex file system sizes
12018 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12019 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12021 @optHumanReadable
12023 @item -H
12024 @opindex -H
12025 Equivalent to @option{--si}.
12027 @item -i
12028 @itemx --inodes
12029 @opindex -i
12030 @opindex --inodes
12031 @cindex inode usage
12032 List inode usage information instead of block usage.  An inode (short
12033 for index node) contains information about a file such as its owner,
12034 permissions, timestamps, and location on the file system.
12036 @item -k
12037 @opindex -k
12038 @cindex kibibytes for file system sizes
12039 Print sizes in 1024-byte blocks, overriding the default block size
12040 (@pxref{Block size}).
12041 This option is equivalent to @option{--block-size=1K}.
12043 @item -l
12044 @itemx --local
12045 @opindex -l
12046 @opindex --local
12047 @cindex file system types, limiting output to certain
12048 Limit the listing to local file systems.  By default, remote file systems
12049 are also listed.
12051 @item --no-sync
12052 @opindex --no-sync
12053 @cindex file system space, retrieving old data more quickly
12054 Do not invoke the @code{sync} system call before getting any usage data.
12055 This may make @command{df} run significantly faster on systems with many
12056 file systems, but on some systems (notably Solaris) the results may be slightly
12057 out of date.  This is the default.
12059 @item --output
12060 @itemx --output[=@var{field_list}]
12061 @opindex --output
12062 Use the output format defined by @var{field_list}, or print all fields if
12063 @var{field_list} is omitted.  In the latter case, the order of the columns
12064 conforms to the order of the field descriptions below.
12066 The use of the @option{--output} together with each of the options @option{-i},
12067 @option{-P}, and @option{-T} is mutually exclusive.
12069 FIELD_LIST is a comma-separated list of columns to be included in @command{df}'s
12070 output and therefore effectively controls the order of output columns.
12071 Each field can thus be used at the place of choice, but yet must only be
12072 used once.
12074 Valid field names in the @var{field_list} are:
12075 @table @samp
12076 @item source
12077 The source of the mount point, usually a device.
12078 @item fstype
12079 File system type.
12081 @item itotal
12082 Total number of inodes.
12083 @item iused
12084 Number of used inodes.
12085 @item iavail
12086 Number of available inodes.
12087 @item ipcent
12088 Percentage of @var{iused} divided by @var{itotal}.
12090 @item size
12091 Total number of blocks.
12092 @item used
12093 Number of used blocks.
12094 @item avail
12095 Number of available blocks.
12096 @item pcent
12097 Percentage of @var{used} divided by @var{size}.
12099 @item file
12100 The file name if specified on the command line.
12101 @item target
12102 The mount point.
12103 @end table
12105 The fields for block and inodes statistics are affected by the scaling
12106 options like @option{-h} as usual.
12108 The definition of the @var{field_list} can even be split among several
12109 @option{--output} uses.
12111 @example
12112 #!/bin/sh
12113 # Print the TARGET (i.e., the mount point) along with their percentage
12114 # statistic regarding the blocks and the inodes.
12115 df --out=target --output=pcent,ipcent
12117 # Print all available fields.
12118 df --o
12119 @end example
12122 @item -P
12123 @itemx --portability
12124 @opindex -P
12125 @opindex --portability
12126 @cindex one-line output format
12127 @cindex POSIX output format
12128 @cindex portable output format
12129 @cindex output format, portable
12130 Use the POSIX output format.  This is like the default format except
12131 for the following:
12133 @enumerate
12134 @item
12135 The information about each file system is always printed on exactly
12136 one line; a mount device is never put on a line by itself.  This means
12137 that if the mount device name is more than 20 characters long (e.g., for
12138 some network mounts), the columns are misaligned.
12140 @item
12141 The labels in the header output line are changed to conform to POSIX.
12143 @item
12144 The default block size and output format are unaffected by the
12145 @env{DF_BLOCK_SIZE}, @env{BLOCK_SIZE} and @env{BLOCKSIZE} environment
12146 variables.  However, the default block size is still affected by
12147 @env{POSIXLY_CORRECT}: it is 512 if @env{POSIXLY_CORRECT} is set, 1024
12148 otherwise.  @xref{Block size}.
12149 @end enumerate
12151 @optSi
12153 @item --sync
12154 @opindex --sync
12155 @cindex file system space, retrieving current data more slowly
12156 Invoke the @code{sync} system call before getting any usage data.  On
12157 some systems (notably Solaris), doing this yields more up to date results,
12158 but in general this option makes @command{df} much slower, especially when
12159 there are many or very busy file systems.
12161 @item --total
12162 @opindex --total
12163 @cindex grand total of file system size, usage and available space
12164 Print a grand total of all arguments after all arguments have
12165 been processed.  This can be used to find out the total size, usage
12166 and available space of all listed devices.  If no arguments are specified
12167 df will try harder to elide file systems insignificant to the total
12168 available space, by suppressing duplicate remote file systems.
12170 For the grand total line, @command{df} prints @samp{"total"} into the
12171 @var{source} column, and @samp{"-"} into the @var{target} column.
12172 If there is no @var{source} column (see @option{--output}), then
12173 @command{df} prints @samp{"total"} into the @var{target} column,
12174 if present.
12176 @item -t @var{fstype}
12177 @itemx --type=@var{fstype}
12178 @opindex -t
12179 @opindex --type
12180 @cindex file system types, limiting output to certain
12181 Limit the listing to file systems of type @var{fstype}.  Multiple
12182 file system types can be specified by giving multiple @option{-t} options.
12183 By default, nothing is omitted.
12185 @item -T
12186 @itemx --print-type
12187 @opindex -T
12188 @opindex --print-type
12189 @cindex file system types, printing
12190 Print each file system's type.  The types printed here are the same ones
12191 you can include or exclude with @option{-t} and @option{-x}.  The particular
12192 types printed are whatever is supported by the system.  Here are some of
12193 the common names (this list is certainly not exhaustive):
12195 @table @samp
12197 @item nfs
12198 @cindex NFS file system type
12199 An NFS file system, i.e., one mounted over a network from another
12200 machine.  This is the one type name which seems to be used uniformly by
12201 all systems.
12203 @item ext2@r{, }ext3@r{, }ext4@r{, }xfs@r{, }btrfs@dots{}
12204 @cindex Linux file system types
12205 @cindex local file system types
12206 @opindex ext2 @r{file system type}
12207 @opindex ext3 @r{file system type}
12208 @opindex ext4 @r{file system type}
12209 @opindex xfs @r{file system type}
12210 @opindex btrfs @r{file system type}
12211 A file system on a locally-mounted device.  (The system might even
12212 support more than one type here; GNU/Linux does.)
12214 @item iso9660@r{, }cdfs
12215 @cindex CD-ROM file system type
12216 @cindex DVD file system type
12217 @cindex ISO9660 file system type
12218 @opindex iso9660 @r{file system type}
12219 @opindex cdfs @r{file system type}
12220 A file system on a CD or DVD drive.  HP-UX uses @samp{cdfs}, most other
12221 systems use @samp{iso9660}.
12223 @item ntfs@r{,}fat
12224 @cindex NTFS file system
12225 @cindex DOS file system
12226 @cindex MS-DOS file system
12227 @cindex MS-Windows file system
12228 @opindex ntfs @r{file system file}
12229 @opindex fat @r{file system file}
12230 File systems used by MS-Windows / MS-DOS.
12232 @end table
12234 @item -x @var{fstype}
12235 @itemx --exclude-type=@var{fstype}
12236 @opindex -x
12237 @opindex --exclude-type
12238 Limit the listing to file systems not of type @var{fstype}.
12239 Multiple file system types can be eliminated by giving multiple
12240 @option{-x} options.  By default, no file system types are omitted.
12242 @item -v
12243 Ignored; for compatibility with System V versions of @command{df}.
12245 @end table
12247 @command{df} is installed only on systems that have usable mount tables,
12248 so portable scripts should not rely on its existence.
12250 @exitstatus
12251 Failure includes the case where no output is generated, so you can
12252 inspect the exit status of a command like @samp{df -t ext3 -t reiserfs
12253 @var{dir}} to test whether @var{dir} is on a file system of type
12254 @samp{ext3} or @samp{reiserfs}.
12256 Since the list of file systems (@var{mtab}) is needed to determine the
12257 file system type, failure includes the cases when that list cannot
12258 be read and one or more of the options @option{-a}, @option{-l}, @option{-t}
12259 or @option{-x} is used together with a file name argument.
12262 @node du invocation
12263 @section @command{du}: Estimate file space usage
12265 @pindex du
12266 @cindex file space usage
12267 @cindex disk usage for files
12269 @command{du} reports the amount of file system space used by the set
12270 of specified files and for each subdirectory (of directory arguments).
12271 Synopsis:
12273 @example
12274 du [@var{option}]@dots{} [@var{file}]@dots{}
12275 @end example
12277 With no arguments, @command{du} reports the file system space for the current
12278 directory.  Normally the space is printed in units of
12279 1024 bytes, but this can be overridden (@pxref{Block size}).
12280 Non-integer quantities are rounded up to the next higher unit.
12282 If two or more hard links point to the same file, only one of the hard
12283 links is counted.  The @var{file} argument order affects which links
12284 are counted, and changing the argument order may change the numbers
12285 and entries that @command{du} outputs.
12287 The program accepts the following options.  Also see @ref{Common options}.
12289 @table @samp
12291 @optNull
12293 @item -a
12294 @itemx --all
12295 @opindex -a
12296 @opindex --all
12297 Show counts for all files, not just directories.
12299 @item --apparent-size
12300 @opindex --apparent-size
12301 Print apparent sizes, rather than file system usage.  The apparent size of a
12302 file is the number of bytes reported by @code{wc -c} on regular files,
12303 or more generally, @code{ls -l --block-size=1} or @code{stat --format=%s}.
12304 For example, a file containing the word @samp{zoo} with no newline would,
12305 of course, have an apparent size of 3.  Such a small file may require
12306 anywhere from 0 to 16 KiB or more of file system space, depending on
12307 the type and configuration of the file system on which the file resides.
12308 However, a sparse file created with this command:
12310 @example
12311 dd bs=1 seek=2GiB if=/dev/null of=big
12312 @end example
12314 @noindent
12315 has an apparent size of 2 GiB, yet on most modern
12316 file systems, it actually uses almost no space.
12318 @item -B @var{size}
12319 @itemx --block-size=@var{size}
12320 @opindex -B
12321 @opindex --block-size
12322 @cindex file sizes
12323 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12324 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12326 @item -b
12327 @itemx --bytes
12328 @opindex -b
12329 @opindex --bytes
12330 Equivalent to @code{--apparent-size --block-size=1}.
12332 @item -c
12333 @itemx --total
12334 @opindex -c
12335 @opindex --total
12336 @cindex grand total of file system space
12337 Print a grand total of all arguments after all arguments have
12338 been processed.  This can be used to find out the total file system usage of
12339 a given set of files or directories.
12341 @item -D
12342 @itemx --dereference-args
12343 @opindex -D
12344 @opindex --dereference-args
12345 Dereference symbolic links that are command line arguments.
12346 Does not affect other symbolic links.  This is helpful for finding
12347 out the file system usage of directories, such as @file{/usr/tmp}, which
12348 are often symbolic links.
12350 @item -d @var{depth}
12351 @itemx --max-depth=@var{depth}
12352 @opindex -d @var{depth}
12353 @opindex --max-depth=@var{depth}
12354 @cindex limiting output of @command{du}
12355 Show the total for each directory (and file if --all) that is at
12356 most MAX_DEPTH levels down from the root of the hierarchy.  The root
12357 is at level 0, so @code{du --max-depth=0} is equivalent to @code{du -s}.
12359 @c --files0-from=FILE
12360 @filesZeroFromOption{du,, with the @option{--total} (@option{-c}) option}
12362 @item -H
12363 @opindex -H
12364 Equivalent to @option{--dereference-args} (@option{-D}).
12366 @optHumanReadable
12368 @item --inodes
12369 @opindex --inodes
12370 @cindex inode usage, dereferencing in @command{du}
12371 List inode usage information instead of block usage.
12372 This option is useful for finding directories which contain many files, and
12373 therefore eat up most of the inodes space of a file system (see @command{df},
12374 option @option{--inodes}).
12375 It can well be combined with the options @option{-a}, @option{-c},
12376 @option{-h}, @option{-l}, @option{-s}, @option{-S}, @option{-t} and
12377 @option{-x}; however, passing other options regarding the block size, for
12378 example @option{-b}, @option{-m} and @option{--apparent-size}, is ignored.
12380 @item -k
12381 @opindex -k
12382 @cindex kibibytes for file sizes
12383 Print sizes in 1024-byte blocks, overriding the default block size
12384 (@pxref{Block size}).
12385 This option is equivalent to @option{--block-size=1K}.
12387 @item -L
12388 @itemx --dereference
12389 @opindex -L
12390 @opindex --dereference
12391 @cindex symbolic links, dereferencing in @command{du}
12392 Dereference symbolic links (show the file system space used by the file
12393 or directory that the link points to instead of the space used by
12394 the link).
12396 @item -l
12397 @itemx --count-links
12398 @opindex -l
12399 @opindex --count-links
12400 @cindex hard links, counting in @command{du}
12401 Count the size of all files, even if they have appeared already (as a
12402 hard link).
12404 @item -m
12405 @opindex -m
12406 @cindex mebibytes for file sizes
12407 Print sizes in 1,048,576-byte blocks, overriding the default block size
12408 (@pxref{Block size}).
12409 This option is equivalent to @option{--block-size=1M}.
12411 @item -P
12412 @itemx --no-dereference
12413 @opindex -P
12414 @opindex --no-dereference
12415 @cindex symbolic links, dereferencing in @command{du}
12416 For each symbolic link encountered by @command{du},
12417 consider the file system space used by the symbolic link itself.
12419 @item -S
12420 @itemx --separate-dirs
12421 @opindex -S
12422 @opindex --separate-dirs
12423 Normally, in the output of @command{du} (when not using @option{--summarize}),
12424 the size listed next to a directory name, @var{d}, represents the sum
12425 of sizes of all entries beneath @var{d} as well as the size of @var{d} itself.
12426 With @option{--separate-dirs}, the size reported for a directory name,
12427 @var{d}, will exclude the size of any subdirectories.
12429 @optSi
12431 @item -s
12432 @itemx --summarize
12433 @opindex -s
12434 @opindex --summarize
12435 Display only a total for each argument.
12437 @item -t @var{size}
12438 @itemx --threshold=@var{size}
12439 @opindex -t
12440 @opindex --threshold
12441 Exclude entries based on a given @var{size}.  The @var{size} refers to used
12442 blocks in normal mode (@pxref{Block size}), or inodes count in conjunction
12443 with the @option{--inodes} option.
12445 If @var{size} is positive, then @command{du} will only print entries with a size
12446 greater than or equal to that.
12448 If @var{size} is negative, then @command{du} will only print entries with a size
12449 smaller than or equal to that.
12451 Although GNU @command{find} can be used to find files of a certain size,
12452 @command{du}'s @option{--threshold} option can be used to also filter
12453 directories based on a given size.
12455 Please note that the @option{--threshold} option can be combined with the
12456 @option{--apparent-size} option, and in this case would elide entries based on
12457 its apparent size.
12459 Please note that the @option{--threshold} option can be combined with the
12460 @option{--inodes} option, and in this case would elide entries based on
12461 its inodes count.
12463 Here's how you would use @option{--threshold} to find directories with a size
12464 greater than or equal to 200 megabytes:
12466 @example
12467 du --threshold=200MB
12468 @end example
12470 Here's how you would use @option{--threshold} to find directories and files -
12471 note the @option{-a} - with an apparent size smaller than or equal to 500 bytes:
12473 @example
12474 du -a -t -500 --apparent-size
12475 @end example
12477 Here's how you would use @option{--threshold} to find directories on the root
12478 file system with more than 20000 inodes used in the directory tree below:
12480 @example
12481 du --inodes -x --threshold=20000 /
12482 @end example
12485 @item --time
12486 @opindex --time
12487 @cindex last modified dates, displaying in @command{du}
12488 Show the most recent modification timestamp (mtime) of any file in the
12489 directory, or any of its subdirectories.  @xref{File timestamps}.
12491 @item --time=ctime
12492 @itemx --time=status
12493 @itemx --time=use
12494 @opindex --time
12495 @opindex ctime@r{, show the most recent}
12496 @opindex status time@r{, show the most recent}
12497 @opindex use time@r{, show the most recent}
12498 Show the most recent status change timestamp (ctime) of any file in
12499 the directory, or any of its subdirectories.  @xref{File timestamps}.
12501 @item --time=atime
12502 @itemx --time=access
12503 @opindex --time
12504 @opindex atime@r{, show the most recent}
12505 @opindex access timestamp@r{, show the most recent}
12506 Show the most recent access timestamp (atime) of any file in the
12507 directory, or any of its subdirectories.  @xref{File timestamps}.
12509 @item --time-style=@var{style}
12510 @opindex --time-style
12511 @cindex time style
12512 List timestamps in style @var{style}.  This option has an effect only if
12513 the @option{--time} option is also specified.  The @var{style} should
12514 be one of the following:
12516 @table @samp
12517 @item +@var{format}
12518 @vindex LC_TIME
12519 List timestamps using @var{format}, where @var{format} is interpreted
12520 like the format argument of @command{date} (@pxref{date invocation}).
12521 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
12522 @command{du} to list timestamps like @samp{2020-07-21 23:45:56}.  As
12523 with @command{date}, @var{format}'s interpretation is affected by the
12524 @env{LC_TIME} locale category.
12526 @item full-iso
12527 List timestamps in full using ISO 8601-like date, time, and time zone
12528 components with nanosecond precision, e.g., @samp{2020-07-21
12529 23:45:56.477817180 -0400}.  This style is equivalent to
12530 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
12532 @item long-iso
12533 List ISO 8601 date and time components with minute precision, e.g.,
12534 @samp{2020-07-21 23:45}.  These timestamps are shorter than
12535 @samp{full-iso} timestamps, and are usually good enough for everyday
12536 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
12538 @item iso
12539 List ISO 8601 dates for timestamps, e.g., @samp{2020-07-21}.
12540 This style is equivalent to @samp{+%Y-%m-%d}.
12541 @end table
12543 @vindex TIME_STYLE
12544 You can specify the default value of the @option{--time-style} option
12545 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
12546 the default style is @samp{long-iso}.  For compatibility with @command{ls},
12547 if @env{TIME_STYLE} begins with @samp{+} and contains a newline,
12548 the newline and any later characters are ignored; if @env{TIME_STYLE}
12549 begins with @samp{posix-} the @samp{posix-} is ignored; and if
12550 @env{TIME_STYLE} is @samp{locale} it is ignored.
12552 @item -X @var{file}
12553 @itemx --exclude-from=@var{file}
12554 @opindex -X @var{file}
12555 @opindex --exclude-from=@var{file}
12556 @cindex excluding files from @command{du}
12557 Like @option{--exclude}, except take the patterns to exclude from @var{file},
12558 one per line.  If @var{file} is @samp{-}, take the patterns from standard
12559 input.
12561 @item --exclude=@var{pattern}
12562 @opindex --exclude=@var{pattern}
12563 @cindex excluding files from @command{du}
12564 When recursing, skip subdirectories or files matching @var{pattern}.
12565 For example, @code{du --exclude='*.o'} excludes files whose names
12566 end in @samp{.o}.
12568 @item -x
12569 @itemx --one-file-system
12570 @opindex -x
12571 @opindex --one-file-system
12572 @cindex one file system, restricting @command{du} to
12573 Skip directories that are on different file systems from the one that
12574 the argument being processed is on.
12576 @end table
12578 @cindex NFS mounts from BSD to HP-UX
12579 On BSD systems, @command{du} reports sizes that are half the correct
12580 values for files that are NFS-mounted from HP-UX systems.  On HP-UX
12581 systems, it reports sizes that are twice the correct values for
12582 files that are NFS-mounted from BSD systems.  This is due to a flaw
12583 in HP-UX; it also affects the HP-UX @command{du} program.
12585 @exitstatus
12588 @node stat invocation
12589 @section @command{stat}: Report file or file system status
12591 @pindex stat
12592 @cindex file status
12593 @cindex file system status
12595 @command{stat} displays information about the specified file(s).  Synopsis:
12597 @example
12598 stat [@var{option}]@dots{} [@var{file}]@dots{}
12599 @end example
12601 With no option, @command{stat} reports all information about the given files.
12602 But it also can be used to report the information of the file systems the
12603 given files are located on.  If the files are links, @command{stat} can
12604 also give information about the files the links point to.
12606 @mayConflictWithShellBuiltIn{stat}
12608 @table @samp
12610 @item -L
12611 @itemx --dereference
12612 @opindex -L
12613 @opindex --dereference
12614 @cindex symbolic links, dereferencing in @command{stat}
12615 Change how @command{stat} treats symbolic links.
12616 With this option, @command{stat} acts on the file referenced
12617 by each symbolic link argument.
12618 Without it, @command{stat} acts on any symbolic link argument directly.
12620 @item -f
12621 @itemx --file-system
12622 @opindex -f
12623 @opindex --file-system
12624 @cindex file systems
12625 Report information about the file systems where the given files are located
12626 instead of information about the files themselves.
12627 This option implies the @option{-L} option.
12629 @item --cached=@var{mode}
12630 @opindex --cached=@var{mode}
12631 @cindex attribute caching
12632 Control how attributes are read from the file system;
12633 if supported by the system.  This allows one to
12634 control the trade-off between freshness and efficiency
12635 of attribute access, especially useful with remote file systems.
12636 @var{mode} can be:
12638 @table @samp
12639 @item always
12640 Always read the already cached attributes if available.
12642 @item never
12643 Always sychronize with the latest file system attributes.
12644 This also mounts automounted files.
12646 @item default
12647 Leave the caching behavior to the underlying file system.
12649 @end table
12651 @item -c
12652 @itemx --format=@var{format}
12653 @opindex -c
12654 @opindex --format=@var{format}
12655 @cindex output format
12656 Use @var{format} rather than the default format.
12657 @var{format} is automatically newline-terminated, so
12658 running a command like the following with two or more @var{file}
12659 operands produces a line of output for each operand:
12660 @example
12661 $ stat --format=%d:%i / /usr
12662 2050:2
12663 2057:2
12664 @end example
12666 @item --printf=@var{format}
12667 @opindex --printf=@var{format}
12668 @cindex output format
12669 Use @var{format} rather than the default format.
12670 Like @option{--format}, but interpret backslash escapes,
12671 and do not output a mandatory trailing newline.
12672 If you want a newline, include @samp{\n} in the @var{format}.
12673 Here's how you would use @option{--printf} to print the device
12674 and inode numbers of @file{/} and @file{/usr}:
12675 @example
12676 $ stat --printf='%d:%i\n' / /usr
12677 2050:2
12678 2057:2
12679 @end example
12681 @item -t
12682 @itemx --terse
12683 @opindex -t
12684 @opindex --terse
12685 @cindex terse output
12686 Print the information in terse form, suitable for parsing by other programs.
12688 The output of the following commands are identical and the @option{--format}
12689 also identifies the items printed (in fuller form) in the default format.
12690 Note the format string would include another @samp{%C} at the end with an
12691 active SELinux security context.
12692 @example
12693 $ stat --format="%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %W %o" ...
12694 $ stat --terse ...
12695 @end example
12697 The same illustrating terse output in @option{--file-system} mode:
12698 @example
12699 $ stat -f --format="%n %i %l %t %s %S %b %f %a %c %d" ...
12700 $ stat -f --terse ...
12701 @end example
12702 @end table
12704 The valid @var{format} directives for files with @option{--format} and
12705 @option{--printf} are:
12707 @itemize @bullet
12708 @item %a - Permission bits in octal (note @samp{#} and @samp{0} printf flags)
12709 @item %A - Permission bits in symbolic form (similar to @command{ls -ld})
12710 @item %b - Number of blocks allocated (see @samp{%B})
12711 @item %B - The size in bytes of each block reported by @samp{%b}
12712 @item %C - The SELinux security context of a file, if available
12713 @item %d - Device number in decimal (st_dev)
12714 @item %D - Device number in hex (st_dev)
12715 @item %Hd - Major device number in decimal
12716 @item %Ld - Minor device number in decimal
12717 @item %f - Raw mode in hex
12718 @item %F - File type
12719 @item %g - Group ID of owner
12720 @item %G - Group name of owner
12721 @item %h - Number of hard links
12722 @item %i - Inode number
12723 @item %m - Mount point (See note below)
12724 @item %n - File name
12725 @item %N - Quoted file name with dereference if symbolic link (see below)
12726 @item %o - Optimal I/O transfer size hint
12727 @item %s - Total size, in bytes
12728 @item %r - Device type in decimal (st_rdev)
12729 @item %R - Device type in hex (st_rdev)
12730 @item %Hr - Major device type in decimal (see below)
12731 @item %Lr - Minor device type in decimal (see below)
12732 @item %t - Major device type in hex (see below)
12733 @item %T - Minor device type in hex (see below)
12734 @item %u - User ID of owner
12735 @item %U - User name of owner
12736 @item %w - Time of file birth, or @samp{-} if unknown
12737 @item %W - Time of file birth as seconds since Epoch, or @samp{0}
12738 @item %x - Time of last access
12739 @item %X - Time of last access as seconds since Epoch
12740 @item %y - Time of last data modification
12741 @item %Y - Time of last data modification as seconds since Epoch
12742 @item %z - Time of last status change
12743 @item %Z - Time of last status change as seconds since Epoch
12744 @end itemize
12746 The @samp{%a} format prints the octal mode, and so it is useful
12747 to control the zero padding of the output with the @samp{#} and @samp{0}
12748 printf flags. For example to pad to at least 3 wide while making larger
12749 numbers unambiguously octal, you can use @samp{%#03a}.
12751 The @samp{%N} format can be set with the environment variable
12752 @env{QUOTING_STYLE}@.  If that environment variable is not set,
12753 the default value is @samp{shell-escape-always}.  Valid quoting styles are:
12754 @quotingStyles
12756 The @samp{r}, @samp{R}, @samp{%t}, and @samp{%T} formats operate on the st_rdev
12757 member of the stat(2) structure, i.e., the represented device rather than
12758 the containing device, and so are only defined for character and block
12759 special files.  On some systems or file types, st_rdev may be used to
12760 represent other quantities.
12762 The @samp{%W}, @samp{%X}, @samp{%Y}, and @samp{%Z} formats accept a
12763 precision preceded by a period to specify the number of digits to
12764 print after the decimal point.  For example, @samp{%.3X} outputs the
12765 access timestamp to millisecond precision.  If a period is given but no
12766 precision, @command{stat} uses 9 digits, so @samp{%.X} is equivalent to
12767 @samp{%.9X}@.  When discarding excess precision, timestamps are truncated
12768 toward minus infinity.
12770 @example
12771 zero pad:
12772   $ stat -c '[%015Y]' /usr
12773   [000001288929712]
12774 space align:
12775   $ stat -c '[%15Y]' /usr
12776   [     1288929712]
12777   $ stat -c '[%-15Y]' /usr
12778   [1288929712     ]
12779 precision:
12780   $ stat -c '[%.3Y]' /usr
12781   [1288929712.114]
12782   $ stat -c '[%.Y]' /usr
12783   [1288929712.114951834]
12784 @end example
12786 The mount point printed by @samp{%m} is similar to that output
12787 by @command{df}, except that:
12788 @itemize @bullet
12789 @item
12790 stat does not dereference symlinks by default
12791 (unless @option{-L} is specified)
12792 @item
12793 stat does not search for specified device nodes in the
12794 file system list, instead operating on them directly
12795 @item
12796 @cindex bind mount
12797 stat outputs the alias for a bind mounted file, rather than
12798 the initial mount point of its backing device.
12799 One can recursively call stat until there is no change in output,
12800 to get the current base mount point
12801 @end itemize
12803 When listing file system information (@option{--file-system} (@option{-f})),
12804 you must use a different set of @var{format} directives:
12806 @itemize @bullet
12807 @item %a - Free blocks available to non-super-user
12808 @item %b - Total data blocks in file system
12809 @item %c - Total file nodes in file system
12810 @item %d - Free file nodes in file system
12811 @item %f - Free blocks in file system
12812 @item %i - File System ID in hex
12813 @item %l - Maximum length of file names
12814 @item %n - File name
12815 @item %s - Block size (for faster transfers)
12816 @item %S - Fundamental block size (for block counts)
12817 @item %t - Type in hex
12818 @item %T - Type in human readable form
12819 @end itemize
12821 @vindex TZ
12822 Timestamps are listed according to the time zone rules specified by
12823 the @env{TZ} environment variable, or by the system default rules if
12824 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
12825 with @env{TZ}, libc, The GNU C Library Reference Manual}.
12827 @exitstatus
12830 @node sync invocation
12831 @section @command{sync}: Synchronize cached writes to persistent storage
12833 @pindex sync
12834 @cindex synchronize file system and memory
12835 @cindex Synchronize cached writes to persistent storage
12837 @command{sync} synchronizes in memory files or file systems to persistent
12838 storage.  Synopsis:
12840 @example
12841 sync [@var{option}] [@var{file}]@dots{}
12842 @end example
12844 @cindex superblock, writing
12845 @cindex inodes, written buffered
12846 @command{sync} writes any data buffered in memory out to the storage device.
12847 This can
12848 include (but is not limited to) modified superblocks, modified inodes,
12849 and delayed reads and writes.  This must be implemented by the kernel;
12850 The @command{sync} program does nothing but exercise the @code{sync},
12851 @code{syncfs}, @code{fsync}, and @code{fdatasync} system calls.
12853 @cindex crashes and corruption
12854 The kernel keeps data in memory to avoid doing (relatively slow) device
12855 reads and writes.  This improves performance, but if the computer
12856 crashes, data may be lost or the file system corrupted as a
12857 result.  The @command{sync} command instructs the kernel to write
12858 data in memory to persistent storage.
12860 If any argument is specified then only those files will be
12861 synchronized using the fsync(2) syscall by default.
12863 If at least one file is specified, it is possible to change the
12864 synchronization method with the following options.  Also see
12865 @ref{Common options}.
12867 @table @samp
12868 @item -d
12869 @itemx --data
12870 @opindex --data
12871 Use fdatasync(2) to sync only the data for the file,
12872 and any metadata required to maintain file system consistency.
12874 @item -f
12875 @itemx --file-system
12876 @opindex --file-system
12877 Synchronize all the I/O waiting for the file systems that contain the file,
12878 using the syscall syncfs(2).  Note you would usually @emph{not} specify
12879 this option if passing a device node like @samp{/dev/sda} for example,
12880 as that would sync the containing file system rather than the referenced one.
12881 Note also that depending on the system, passing individual device nodes or files
12882 may have different sync characteristics than using no arguments.
12883 I.e., arguments passed to fsync(2) may provide greater guarantees through
12884 write barriers, than a global sync(2) used when no arguments are provided.
12885 @end table
12887 @exitstatus
12890 @node truncate invocation
12891 @section @command{truncate}: Shrink or extend the size of a file
12893 @pindex truncate
12894 @cindex truncating, file sizes
12896 @command{truncate} shrinks or extends the size of each @var{file} to the
12897 specified size.  Synopsis:
12899 @example
12900 truncate @var{option}@dots{} @var{file}@dots{}
12901 @end example
12903 @cindex files, creating
12904 Any @var{file} that does not exist is created.
12906 @cindex sparse files, creating
12907 @cindex holes, creating files with
12908 If a @var{file} is larger than the specified size, the extra data is lost.
12909 If a @var{file} is shorter, it is extended and the sparse extended part
12910 (or hole) reads as zero bytes.
12912 The program accepts the following options.  Also see @ref{Common options}.
12914 @table @samp
12916 @item -c
12917 @itemx --no-create
12918 @opindex -c
12919 @opindex --no-create
12920 Do not create files that do not exist.
12922 @item -o
12923 @itemx --io-blocks
12924 @opindex -o
12925 @opindex --io-blocks
12926 Treat @var{size} as number of I/O blocks of the @var{file} rather than bytes.
12928 @item -r @var{rfile}
12929 @itemx --reference=@var{rfile}
12930 @opindex -r
12931 @opindex --reference
12932 Base the size of each @var{file} on the size of @var{rfile}.
12934 @item -s @var{size}
12935 @itemx --size=@var{size}
12936 @opindex -s
12937 @opindex --size
12938 Set or adjust the size of each @var{file} according to @var{size}.
12939 @var{size} is in bytes unless @option{--io-blocks} is specified.
12940 @multiplierSuffixesNoBlocks{size}
12942 @var{size} may also be prefixed by one of the following to adjust
12943 the size of each @var{file} based on its current size:
12944 @example
12945 @samp{+}  => extend by
12946 @samp{-}  => reduce by
12947 @samp{<}  => at most
12948 @samp{>}  => at least
12949 @samp{/}  => round down to multiple of
12950 @samp{%}  => round up to multiple of
12951 @end example
12953 @end table
12955 @exitstatus
12958 @node Printing text
12959 @chapter Printing text
12961 @cindex printing text, commands for
12962 @cindex commands for printing text
12964 This section describes commands that display text strings.
12966 @menu
12967 * echo invocation::             Print a line of text.
12968 * printf invocation::           Format and print data.
12969 * yes invocation::              Print a string until interrupted.
12970 @end menu
12973 @node echo invocation
12974 @section @command{echo}: Print a line of text
12976 @pindex echo
12977 @cindex displaying text
12978 @cindex printing text
12979 @cindex text, displaying
12980 @cindex arbitrary text, displaying
12982 @command{echo} writes each given @var{string} to standard output, with a
12983 space between each and a newline after the last one.  Synopsis:
12985 @example
12986 echo [@var{option}]@dots{} [@var{string}]@dots{}
12987 @end example
12989 @mayConflictWithShellBuiltIn{echo}
12991 Due to historical and backwards compatibility reasons, certain bare option-like
12992 strings cannot be passed to @command{echo} as non-option arguments.
12993 It is therefore not advisable to use @command{echo} for printing unknown or
12994 variable arguments.  The @command{printf} command is recommended as a more
12995 portable and flexible replacement for tasks historically performed by
12996 @command{echo}.  @xref{printf invocation}.
12998 The program accepts the following options.  Also see @ref{Common options}.
12999 Options must precede operands, and the normally-special argument
13000 @samp{--} has no special meaning and is treated like any other
13001 @var{string}.
13003 @table @samp
13004 @item -n
13005 @opindex -n
13006 Do not output the trailing newline.
13008 @item -e
13009 @opindex -e
13010 @cindex backslash escapes
13011 Enable interpretation of the following backslash-escaped characters in
13012 each @var{string}:
13014 @table @samp
13015 @item \a
13016 alert (bell)
13017 @item \b
13018 backspace
13019 @item \c
13020 produce no further output
13021 @item \e
13022 escape
13023 @item \f
13024 form feed
13025 @item \n
13026 newline
13027 @item \r
13028 carriage return
13029 @item \t
13030 horizontal tab
13031 @item \v
13032 vertical tab
13033 @item \\
13034 backslash
13035 @item \0@var{nnn}
13036 the eight-bit value that is the octal number @var{nnn}
13037 (zero to three octal digits), if @var{nnn} is
13038 a nine-bit value, the ninth bit is ignored
13039 @item \@var{nnn}
13040 the eight-bit value that is the octal number @var{nnn}
13041 (one to three octal digits), if @var{nnn} is
13042 a nine-bit value, the ninth bit is ignored
13043 @item \x@var{hh}
13044 the eight-bit value that is the hexadecimal number @var{hh}
13045 (one or two hexadecimal digits)
13046 @end table
13048 @item -E
13049 @opindex -E
13050 @cindex backslash escapes
13051 Disable interpretation of backslash escapes in each @var{string}.
13052 This is the default.  If @option{-e} and @option{-E} are both
13053 specified, the last one given takes effect.
13055 @end table
13057 @vindex POSIXLY_CORRECT
13058 If the @env{POSIXLY_CORRECT} environment variable is set, then when
13059 @command{echo}'s first argument is not @option{-n} it outputs
13060 option-like arguments instead of treating them as options.  For
13061 example, @code{echo -ne hello} outputs @samp{-ne hello} instead of
13062 plain @samp{hello}.  Also backslash escapes are always enabled.
13063 Note to echo the string @samp{-n}, one of the characters
13064 can be escaped in either octal or hexadecimal representation.
13065 For example, @code{echo -e '\x2dn'}.
13067 POSIX does not require support for any options, and says
13068 that the behavior of @command{echo} is implementation-defined if any
13069 @var{string} contains a backslash or if the first argument is @option{-n}.
13070 Portable programs should use the @command{printf} command instead.
13071 @xref{printf invocation}.
13073 @exitstatus
13076 @node printf invocation
13077 @section @command{printf}: Format and print data
13079 @pindex printf
13080 @command{printf} does formatted printing of text.  Synopsis:
13082 @example
13083 printf @var{format} [@var{argument}]@dots{}
13084 @end example
13086 @command{printf} prints the @var{format} string, interpreting @samp{%}
13087 directives and @samp{\} escapes to format numeric and string arguments
13088 in a way that is mostly similar to the C @samp{printf} function.
13089 @xref{Output Conversion Syntax,, @command{printf} format directives,
13090 libc, The GNU C Library Reference Manual}, for details.
13091 The differences are listed below.
13093 @mayConflictWithShellBuiltIn{printf}
13095 @itemize @bullet
13097 @item
13098 The @var{format} argument is reused as necessary to convert all the
13099 given @var{argument}s.  For example, the command @samp{printf %s a b}
13100 outputs @samp{ab}.
13102 @item
13103 Missing @var{argument}s are treated as null strings or as zeros,
13104 depending on whether the context expects a string or a number.  For
13105 example, the command @samp{printf %sx%d} prints @samp{x0}.
13107 @item
13108 @kindex \c
13109 An additional escape, @samp{\c}, causes @command{printf} to produce no
13110 further output.  For example, the command @samp{printf 'A%sC\cD%sF' B
13111 E} prints @samp{ABC}.
13113 @item
13114 The hexadecimal escape sequence @samp{\x@var{hh}} has at most two
13115 digits, as opposed to C where it can have an unlimited number of
13116 digits.  For example, the command @samp{printf '\x07e'} prints two
13117 bytes, whereas the C statement @samp{printf ("\x07e")} prints just
13118 one.
13120 @item
13121 @kindex %b
13122 An additional directive @samp{%b}, prints its
13123 argument string with @samp{\} escapes interpreted in the same way as in
13124 the @var{format} string, except that octal escapes are of the form
13125 @samp{\0@var{ooo}} where @var{ooo} is 0 to 3 octal digits.  If
13126 @samp{\@var{ooo}} is nine-bit value, ignore the ninth bit.
13127 If a precision is also given, it limits the number of bytes printed
13128 from the converted string.
13130 @item
13131 @kindex %q
13132 An additional directive @samp{%q}, prints its argument string
13133 in a format that can be reused as input by most shells.
13134 Non-printable characters are escaped with the POSIX proposed @samp{$''} syntax,
13135 and shell metacharacters are quoted appropriately.
13136 This is an equivalent format to @command{ls --quoting=shell-escape} output.
13138 @item
13139 Numeric arguments must be single C constants, possibly with leading
13140 @samp{+} or @samp{-}.  For example, @samp{printf %.4d -3} outputs
13141 @samp{-0003}.
13143 @item
13144 @vindex POSIXLY_CORRECT
13145 If the leading character of a numeric argument is @samp{"} or @samp{'}
13146 then its value is the numeric value of the immediately following
13147 character.  Any remaining characters are silently ignored if the
13148 @env{POSIXLY_CORRECT} environment variable is set; otherwise, a
13149 warning is printed.  For example, @samp{printf "%d" "'a"} outputs
13150 @samp{97} on hosts that use the ASCII character set, since
13151 @samp{a} has the numeric value 97 in ASCII.
13153 @end itemize
13155 @vindex LC_NUMERIC
13156 A floating point argument is interpreted according to
13157 the @env{LC_NUMERIC} category of either the current or the C locale,
13158 and is printed according to the current locale.
13159 For example, in a locale whose decimal point character is a comma,
13160 the command @samp{printf '%g %g' 2,5 2.5} outputs @samp{2,5 2,5}.
13161 @xref{Floating point}.
13163 @kindex \@var{ooo}
13164 @kindex \x@var{hh}
13165 @command{printf} interprets @samp{\@var{ooo}} in @var{format} as an octal number
13166 (if @var{ooo} is 1 to 3 octal digits) specifying a byte to print,
13167 and @samp{\x@var{hh}} as a hexadecimal number (if @var{hh} is 1 to 2 hex
13168 digits) specifying a character to print.
13169 Note however that when @samp{\@var{ooo}} specifies a number larger than 255,
13170 @command{printf} ignores the ninth bit.
13171 For example, @samp{printf '\400'} is equivalent to @samp{printf '\0'}.
13173 @kindex \uhhhh
13174 @kindex \Uhhhhhhhh
13175 @cindex Unicode
13176 @cindex ISO/IEC 10646
13177 @vindex LC_CTYPE
13178 @command{printf} interprets two character syntaxes introduced in
13179 ISO C 99:
13180 @samp{\u} for 16-bit Unicode (ISO/IEC 10646)
13181 characters, specified as
13182 four hexadecimal digits @var{hhhh}, and @samp{\U} for 32-bit Unicode
13183 characters, specified as eight hexadecimal digits @var{hhhhhhhh}.
13184 @command{printf} outputs the Unicode characters
13185 according to the @env{LC_CTYPE} locale.  Unicode characters in the ranges
13186 U+0000@dots{}U+009F, U+D800@dots{}U+DFFF cannot be specified by this syntax,
13187 except for U+0024 ($), U+0040 (@@), and U+0060 (@`).
13189 The processing of @samp{\u} and @samp{\U} requires a full-featured
13190 @code{iconv} facility.  It is activated on systems with glibc 2.2 (or newer),
13191 or when @code{libiconv} is installed prior to this package.  Otherwise
13192 @samp{\u} and @samp{\U} will print as-is.
13194 The only options are a lone @option{--help} or
13195 @option{--version}.  @xref{Common options}.
13196 Options must precede operands.
13198 The Unicode character syntaxes are useful for writing strings in a locale
13199 independent way.  For example, a string containing the Euro currency symbol
13201 @example
13202 $ env printf '\u20AC 14.95'
13203 @end example
13205 @noindent
13206 will be output correctly in all locales supporting the Euro symbol
13207 (ISO-8859-15, UTF-8, and others).  Similarly, a Chinese string
13209 @example
13210 $ env printf '\u4e2d\u6587'
13211 @end example
13213 @noindent
13214 will be output correctly in all Chinese locales (GB2312, BIG5, UTF-8, etc).
13216 Note that in these examples, the @command{printf} command has been
13217 invoked via @command{env} to ensure that we run the program found via
13218 your shell's search path, and not a shell alias or a built-in function.
13220 For larger strings, you don't need to look up the hexadecimal code
13221 values of each character one by one.  ASCII characters mixed with \u
13222 escape sequences is also known as the JAVA source file encoding.  You can
13223 use GNU recode 3.5c (or newer) to convert strings to this encoding.  Here
13224 is how to convert a piece of text into a shell script which will output
13225 this text in a locale-independent way:
13227 @example
13228 $ LC_CTYPE=zh_CN.big5 /usr/local/bin/printf \
13229     '\u4e2d\u6587\n' > sample.txt
13230 $ recode BIG5..JAVA < sample.txt \
13231     | sed -e "s|^|/usr/local/bin/printf '|" -e "s|$|\\\\n'|" \
13232     > sample.sh
13233 @end example
13235 @exitstatus
13238 @node yes invocation
13239 @section @command{yes}: Print a string until interrupted
13241 @pindex yes
13242 @cindex repeated output of a string
13244 @command{yes} prints the command line arguments, separated by spaces and
13245 followed by a newline, forever until it is killed.  If no arguments are
13246 given, it prints @samp{y} followed by a newline forever until killed.
13248 Upon a write error, @command{yes} exits with status @samp{1}.
13250 The only options are a lone @option{--help} or @option{--version}.
13251 To output an argument that begins with
13252 @samp{-}, precede it with @option{--}, e.g., @samp{yes -- --help}.
13253 @xref{Common options}.
13256 @node Conditions
13257 @chapter Conditions
13259 @cindex conditions
13260 @cindex commands for exit status
13261 @cindex exit status commands
13263 This section describes commands that are primarily useful for their exit
13264 status, rather than their output.  Thus, they are often used as the
13265 condition of shell @code{if} statements, or as the last command in a
13266 pipeline.
13268 @menu
13269 * false invocation::            Do nothing, unsuccessfully.
13270 * true invocation::             Do nothing, successfully.
13271 * test invocation::             Check file types and compare values.
13272 * expr invocation::             Evaluate expressions.
13273 @end menu
13276 @node false invocation
13277 @section @command{false}: Do nothing, unsuccessfully
13279 @pindex false
13280 @cindex do nothing, unsuccessfully
13281 @cindex failure exit status
13282 @cindex exit status of @command{false}
13284 @command{false} does nothing except return an exit status of 1, meaning
13285 @dfn{failure}.  It can be used as a place holder in shell scripts
13286 where an unsuccessful command is needed.
13287 In most modern shells, @command{false} is a built-in command, so when
13288 you use @samp{false} in a script, you're probably using the built-in
13289 command, not the one documented here.
13291 @command{false} honors the @option{--help} and @option{--version} options.
13293 This version of @command{false} is implemented as a C program, and is thus
13294 more secure and faster than a shell script implementation, and may safely
13295 be used as a dummy shell for the purpose of disabling accounts.
13297 Note that @command{false} (unlike all other programs documented herein)
13298 exits unsuccessfully, even when invoked with
13299 @option{--help} or @option{--version}.
13301 Portable programs should not assume that the exit status of
13302 @command{false} is 1, as it is greater than 1 on some
13303 non-GNU hosts.
13306 @node true invocation
13307 @section @command{true}: Do nothing, successfully
13309 @pindex true
13310 @cindex do nothing, successfully
13311 @cindex no-op
13312 @cindex successful exit
13313 @cindex exit status of @command{true}
13315 @command{true} does nothing except return an exit status of 0, meaning
13316 @dfn{success}.  It can be used as a place holder in shell scripts
13317 where a successful command is needed, although the shell built-in
13318 command @code{:} (colon) may do the same thing faster.
13319 In most modern shells, @command{true} is a built-in command, so when
13320 you use @samp{true} in a script, you're probably using the built-in
13321 command, not the one documented here.
13323 @command{true} honors the @option{--help} and @option{--version} options.
13325 Note, however, that it is possible to cause @command{true}
13326 to exit with nonzero status: with the @option{--help} or @option{--version}
13327 option, and with standard
13328 output already closed or redirected to a file that evokes an I/O error.
13329 For example, using a Bourne-compatible shell:
13331 @example
13332 $ ./true --version >&-
13333 ./true: write error: Bad file number
13334 $ ./true --version > /dev/full
13335 ./true: write error: No space left on device
13336 @end example
13338 This version of @command{true} is implemented as a C program, and is thus
13339 more secure and faster than a shell script implementation, and may safely
13340 be used as a dummy shell for the purpose of disabling accounts.
13342 @node test invocation
13343 @section @command{test}: Check file types and compare values
13345 @pindex test
13346 @cindex check file types
13347 @cindex compare values
13348 @cindex expression evaluation
13350 @command{test} returns a status of 0 (true) or 1 (false) depending on the
13351 evaluation of the conditional expression @var{expr}.  Each part of the
13352 expression must be a separate argument.
13354 @command{test} has file status checks, string operators, and numeric
13355 comparison operators.
13357 @command{test} has an alternate form that uses opening and closing
13358 square brackets instead a leading @samp{test}.  For example, instead
13359 of @samp{test -d /}, you can write @samp{[ -d / ]}.  The square
13360 brackets must be separate arguments; for example, @samp{[-d /]} does
13361 not have the desired effect.  Since @samp{test @var{expr}} and @samp{[
13362 @var{expr} ]} have the same meaning, only the former form is discussed
13363 below.
13365 Synopses:
13367 @example
13368 test @var{expression}
13369 test
13370 [ @var{expression} ]
13371 [ ]
13372 [ @var{option}
13373 @end example
13375 @mayConflictWithShellBuiltIn{test}
13377 If @var{expression} is omitted, @command{test} returns false.
13378 If @var{expression} is a single argument,
13379 @command{test} returns false if the argument is null and true
13380 otherwise.  The argument
13381 can be any string, including strings like @samp{-d}, @samp{-1},
13382 @samp{--}, @samp{--help}, and @samp{--version} that most other
13383 programs would treat as options.  To get help and version information,
13384 invoke the commands @samp{[ --help} and @samp{[ --version}, without
13385 the usual closing brackets.  @xref{Common options}.
13387 @cindex exit status of @command{test}
13388 Exit status:
13390 @display
13391 0 if the expression is true,
13392 1 if the expression is false,
13393 2 if an error occurred.
13394 @end display
13396 @menu
13397 * File type tests::             -[bcdfhLpSt]
13398 * Access permission tests::     -[gkruwxOG]
13399 * File characteristic tests::   -e -s -nt -ot -ef
13400 * String tests::                -z -n = == !=
13401 * Numeric tests::               -eq -ne -lt -le -gt -ge
13402 * Connectives for test::        ! -a -o
13403 @end menu
13406 @node File type tests
13407 @subsection File type tests
13409 @cindex file type tests
13411 These options test for particular types of files.  (Everything's a file,
13412 but not all files are the same!)
13414 @table @samp
13416 @item -b @var{file}
13417 @opindex -b
13418 @cindex block special check
13419 True if @var{file} exists and is a block special device.
13421 @item -c @var{file}
13422 @opindex -c
13423 @cindex character special check
13424 True if @var{file} exists and is a character special device.
13426 @item -d @var{file}
13427 @opindex -d
13428 @cindex directory check
13429 True if @var{file} exists and is a directory.
13431 @item -f @var{file}
13432 @opindex -f
13433 @cindex regular file check
13434 True if @var{file} exists and is a regular file.
13436 @item -h @var{file}
13437 @itemx -L @var{file}
13438 @opindex -L
13439 @opindex -h
13440 @cindex symbolic link check
13441 True if @var{file} exists and is a symbolic link.
13442 Unlike all other file-related tests, this test does not dereference
13443 @var{file} if it is a symbolic link.
13445 @item -p @var{file}
13446 @opindex -p
13447 @cindex named pipe check
13448 True if @var{file} exists and is a named pipe.
13450 @item -S @var{file}
13451 @opindex -S
13452 @cindex socket check
13453 True if @var{file} exists and is a socket.
13455 @item -t @var{fd}
13456 @opindex -t
13457 @cindex terminal check
13458 True if @var{fd} is a file descriptor that is associated with a
13459 terminal.
13461 @end table
13464 @node Access permission tests
13465 @subsection Access permission tests
13467 @cindex access permission tests
13468 @cindex permission tests
13470 These options test for particular access permissions.
13472 @table @samp
13474 @item -g @var{file}
13475 @opindex -g
13476 @cindex set-group-ID check
13477 True if @var{file} exists and has its set-group-ID bit set.
13479 @item -k @var{file}
13480 @opindex -k
13481 @cindex sticky bit check
13482 True if @var{file} exists and has its @dfn{sticky} bit set.
13484 @item -r @var{file}
13485 @opindex -r
13486 @cindex readable file check
13487 True if @var{file} exists and the user has read access.
13489 @item -u @var{file}
13490 @opindex -u
13491 @cindex set-user-ID check
13492 True if @var{file} exists and has its set-user-ID bit set.
13494 @item -w @var{file}
13495 @opindex -w
13496 @cindex writable file check
13497 True if @var{file} exists and the user has write access.
13499 @item -x @var{file}
13500 @opindex -x
13501 @cindex executable file check
13502 True if @var{file} exists and the user has execute access
13503 (or search permission, if it is a directory).
13505 @item -O @var{file}
13506 @opindex -O
13507 @cindex owned by effective user ID check
13508 True if @var{file} exists and is owned by the current effective user ID.
13510 @item -G @var{file}
13511 @opindex -G
13512 @cindex owned by effective group ID check
13513 True if @var{file} exists and is owned by the current effective group ID.
13515 @end table
13517 @node File characteristic tests
13518 @subsection File characteristic tests
13520 @cindex file characteristic tests
13522 These options test other file characteristics.
13524 @table @samp
13526 @item -e @var{file}
13527 @opindex -e
13528 @cindex existence-of-file check
13529 True if @var{file} exists.
13531 @item -s @var{file}
13532 @opindex -s
13533 @cindex nonempty file check
13534 True if @var{file} exists and has a size greater than zero.
13536 @item @var{file1} -nt @var{file2}
13537 @opindex -nt
13538 @cindex newer-than file check
13539 True if @var{file1} is newer (according to modification date) than
13540 @var{file2}, or if @var{file1} exists and @var{file2} does not.
13542 @item @var{file1} -ot @var{file2}
13543 @opindex -ot
13544 @cindex older-than file check
13545 True if @var{file1} is older (according to modification date) than
13546 @var{file2}, or if @var{file2} exists and @var{file1} does not.
13548 @item @var{file1} -ef @var{file2}
13549 @opindex -ef
13550 @cindex same file check
13551 @cindex hard link check
13552 True if @var{file1} and @var{file2} have the same device and inode
13553 numbers, i.e., if they are hard links to each other.
13555 @item -N @var{file}
13556 @opindex -N
13557 @cindex mtime-greater-atime file check
13558 True if @var{file} exists and has been modified (mtime) since it was
13559 last read (atime).
13561 @end table
13564 @node String tests
13565 @subsection String tests
13567 @cindex string tests
13569 These options test string characteristics.  You may need to quote
13570 @var{string} arguments for the shell.  For example:
13572 @example
13573 test -n "$V"
13574 @end example
13576 The quotes here prevent the wrong arguments from being passed to
13577 @command{test} if @samp{$V} is empty or contains special characters.
13579 @table @samp
13581 @item -z @var{string}
13582 @opindex -z
13583 @cindex zero-length string check
13584 True if the length of @var{string} is zero.
13586 @item -n @var{string}
13587 @itemx @var{string}
13588 @opindex -n
13589 @cindex nonzero-length string check
13590 True if the length of @var{string} is nonzero.
13592 @item @var{string1} = @var{string2}
13593 @opindex =
13594 @cindex equal string check
13595 True if the strings are equal.
13597 @item @var{string1} == @var{string2}
13598 @opindex ==
13599 @cindex equal string check
13600 True if the strings are equal (synonym for =).
13601 Note this form is not as portable to other
13602 shells and systems.
13604 @item @var{string1} != @var{string2}
13605 @opindex !=
13606 @cindex not-equal string check
13607 True if the strings are not equal.
13609 @end table
13612 @node Numeric tests
13613 @subsection Numeric tests
13615 @cindex numeric tests
13616 @cindex arithmetic tests
13618 Numeric relational operators.  The arguments must be entirely numeric
13619 (possibly negative), or the special expression @w{@code{-l @var{string}}},
13620 which evaluates to the length of @var{string}.
13622 @table @samp
13624 @item @var{arg1} -eq @var{arg2}
13625 @itemx @var{arg1} -ne @var{arg2}
13626 @itemx @var{arg1} -lt @var{arg2}
13627 @itemx @var{arg1} -le @var{arg2}
13628 @itemx @var{arg1} -gt @var{arg2}
13629 @itemx @var{arg1} -ge @var{arg2}
13630 @opindex -eq
13631 @opindex -ne
13632 @opindex -lt
13633 @opindex -le
13634 @opindex -gt
13635 @opindex -ge
13636 These arithmetic binary operators return true if @var{arg1} is equal,
13637 not-equal, less-than, less-than-or-equal, greater-than, or
13638 greater-than-or-equal than @var{arg2}, respectively.
13640 @end table
13642 For example:
13644 @example
13645 test -1 -gt -2 && echo yes
13646 @result{} yes
13647 test -l abc -gt 1 && echo yes
13648 @result{} yes
13649 test 0x100 -eq 1
13650 @error{} test: integer expression expected before -eq
13651 @end example
13654 @node Connectives for test
13655 @subsection Connectives for @command{test}
13657 @cindex logical connectives
13658 @cindex connectives, logical
13660 Note it's preferred to use shell logical primitives
13661 rather than these logical connectives internal to @command{test},
13662 because an expression may become ambiguous
13663 depending on the expansion of its parameters.
13665 For example, this becomes ambiguous when @samp{$1}
13666 is set to @samp{'!'} and @samp{$2} to the empty string @samp{''}:
13668 @example
13669 test "$1" -a "$2"
13670 @end example
13672 and should be written as:
13674 @example
13675 test "$1" && test "$2"
13676 @end example
13678 Note the shell logical primitives also benefit from
13679 short circuit operation, which can be significant
13680 for file attribute tests.
13682 @table @samp
13684 @item ! @var{expr}
13685 @opindex !
13686 True if @var{expr} is false.
13687 @samp{!} has lower precedence than all parts of @var{expr}.
13688 Note @samp{!} needs to be specified to the left
13689 of a binary expression, I.e., @samp{'!' 1 -gt 2}
13690 rather than @samp{1 '!' -gt 2}.
13691 Also @samp{!} is often a shell special character
13692 and is best used quoted.
13695 @item @var{expr1} -a @var{expr2}
13696 @opindex -a
13697 @cindex logical and operator
13698 @cindex and operator
13699 True if both @var{expr1} and @var{expr2} are true.
13700 @samp{-a} is left associative,
13701 and has a higher precedence than @samp{-o}.
13703 @item @var{expr1} -o @var{expr2}
13704 @opindex -o
13705 @cindex logical or operator
13706 @cindex or operator
13707 True if either @var{expr1} or @var{expr2} is true.
13708 @samp{-o} is left associative.
13710 @end table
13713 @node expr invocation
13714 @section @command{expr}: Evaluate expressions
13716 @pindex expr
13717 @cindex expression evaluation
13718 @cindex evaluation of expressions
13720 @command{expr} evaluates an expression and writes the result on standard
13721 output.  Each token of the expression must be a separate argument.
13723 Operands are either integers or strings.  Integers consist of one or
13724 more decimal digits, with an optional leading @samp{-}.
13725 @command{expr} converts
13726 anything appearing in an operand position to an integer or a string
13727 depending on the operation being applied to it.
13729 Strings are not quoted for @command{expr} itself, though you may need to
13730 quote them to protect characters with special meaning to the shell,
13731 e.g., spaces.  However, regardless of whether it is quoted, a string
13732 operand should not be a parenthesis or any of @command{expr}'s
13733 operators like @code{+}, so you cannot safely pass an arbitrary string
13734 @code{$str} to expr merely by quoting it to the shell.  One way to
13735 work around this is to use the GNU extension @code{+},
13736 (e.g., @code{+ "$str" = foo}); a more portable way is to use
13737 @code{@w{" $str"}} and to adjust the rest of the expression to take
13738 the leading space into account (e.g., @code{@w{" $str" = " foo"}}).
13740 You should not pass a negative integer or a string with leading
13741 @samp{-} as @command{expr}'s first argument, as it might be
13742 misinterpreted as an option; this can be avoided by parenthesization.
13743 Also, portable scripts should not use a string operand that happens to
13744 take the form of an integer; this can be worked around by inserting
13745 leading spaces as mentioned above.
13747 @cindex parentheses for grouping
13748 Operators may be given as infix symbols or prefix keywords.  Parentheses
13749 may be used for grouping in the usual manner.  You must quote
13750 parentheses and many operators to avoid the shell evaluating them,
13751 however.
13753 Because @command{expr} uses multiple-precision arithmetic, it works
13754 with integers wider than those of machine registers.
13756 The only options are @option{--help} and @option{--version}.  @xref{Common
13757 options}.  Options must precede operands.
13759 @cindex exit status of @command{expr}
13760 Exit status:
13762 @display
13763 0 if the expression is neither null nor 0,
13764 1 if the expression is null or 0,
13765 2 if the expression is invalid,
13766 3 if an internal error occurred (e.g., arithmetic overflow).
13767 @end display
13769 @menu
13770 * String expressions::          + : match substr index length
13771 * Numeric expressions::         + - * / %
13772 * Relations for expr::          | & < <= = == != >= >
13773 * Examples of expr::            Examples.
13774 @end menu
13777 @node String expressions
13778 @subsection String expressions
13780 @cindex string expressions
13781 @cindex expressions, string
13783 @command{expr} supports pattern matching and other string operators.  These
13784 have higher precedence than both the numeric and relational operators (in
13785 the next sections).
13787 @table @samp
13789 @item @var{string} : @var{regex}
13790 @cindex pattern matching
13791 @cindex regular expression matching
13792 @cindex matching patterns
13793 Perform pattern matching.  The arguments are converted to strings and the
13794 second is considered to be a (basic, a la GNU @code{grep}) regular
13795 expression, with a @code{^} implicitly prepended.  The first argument is
13796 then matched against this regular expression.
13798 If @var{regex} does not use @samp{\(} and @samp{\)}, the @code{:}
13799 expression returns the number of characters matched, or 0 if the match
13800 fails.
13802 If @var{regex} uses @samp{\(} and @samp{\)}, the @code{:} expression
13803 returns the part of @var{string} that matched the subexpression, or
13804 the null string if the match failed or the subexpression did not
13805 contribute to the match.
13807 @kindex \( @r{regexp operator}
13808 Only the first @samp{\( @dots{} \)} pair is relevant to the return
13809 value; additional pairs are meaningful only for grouping the regular
13810 expression operators.
13812 @kindex \+ @r{regexp operator}
13813 @kindex \? @r{regexp operator}
13814 @kindex \| @r{regexp operator}
13815 In the regular expression, @code{\+}, @code{\?}, and @code{\|} are
13816 operators which respectively match one or more, zero or one, or separate
13817 alternatives.  These operators are GNU extensions.  @xref{Regular Expressions,,
13818 Regular Expressions, grep, The GNU Grep Manual}, for details of
13819 regular expression syntax.  Some examples are in @ref{Examples of expr}.
13821 @item match @var{string} @var{regex}
13822 @findex match
13823 An alternative way to do pattern matching.  This is the same as
13824 @w{@samp{@var{string} : @var{regex}}}.
13826 @item substr @var{string} @var{position} @var{length}
13827 @findex substr
13828 Returns the substring of @var{string} beginning at @var{position}
13829 with length at most @var{length}.  If either @var{position} or
13830 @var{length} is negative, zero, or non-numeric, returns the null string.
13832 @item index @var{string} @var{charset}
13833 @findex index
13834 Returns the first position in @var{string} where the first character in
13835 @var{charset} was found.  If no character in @var{charset} is found in
13836 @var{string}, return 0.
13838 @item length @var{string}
13839 @findex length
13840 Returns the length of @var{string}.
13842 @item + @var{token}
13843 @kindex +
13844 Interpret @var{token} as a string, even if it is a keyword like @var{match}
13845 or an operator like @code{/}.
13846 This makes it possible to test @code{expr length + "$x"} or
13847 @code{expr + "$x" : '.*/\(.\)'} and have it do the right thing even if
13848 the value of @var{$x} happens to be (for example) @code{/} or @code{index}.
13849 This operator is a GNU extension.  Portable shell scripts should use
13850 @code{@w{" $token"} : @w{' \(.*\)'}} instead of @code{+ "$token"}.
13852 @end table
13854 To make @command{expr} interpret keywords as strings, you must use the
13855 @code{quote} operator.
13858 @node Numeric expressions
13859 @subsection Numeric expressions
13861 @cindex numeric expressions
13862 @cindex expressions, numeric
13864 @command{expr} supports the usual numeric operators, in order of increasing
13865 precedence.  These numeric operators have lower precedence than the
13866 string operators described in the previous section, and higher precedence
13867 than the connectives (next section).
13869 @table @samp
13871 @item + -
13872 @kindex +
13873 @kindex -
13874 @cindex addition
13875 @cindex subtraction
13876 Addition and subtraction.  Both arguments are converted to integers;
13877 an error occurs if this cannot be done.
13879 @item * / %
13880 @kindex *
13881 @kindex /
13882 @kindex %
13883 @cindex multiplication
13884 @cindex division
13885 @cindex remainder
13886 Multiplication, division, remainder.  Both arguments are converted to
13887 integers; an error occurs if this cannot be done.
13889 @end table
13892 @node Relations for expr
13893 @subsection Relations for @command{expr}
13895 @cindex connectives, logical
13896 @cindex logical connectives
13897 @cindex relations, numeric or string
13899 @command{expr} supports the usual logical connectives and relations.  These
13900 have lower precedence than the string and numeric operators
13901 (previous sections).  Here is the list, lowest-precedence operator first.
13903 @table @samp
13905 @item |
13906 @kindex |
13907 @cindex logical or operator
13908 @cindex or operator
13909 Returns its first argument if that is neither null nor zero, otherwise
13910 its second argument if it is neither null nor zero, otherwise 0.  It
13911 does not evaluate its second argument if its first argument is neither
13912 null nor zero.
13914 @item &
13915 @kindex &
13916 @cindex logical and operator
13917 @cindex and operator
13918 Return its first argument if neither argument is null or zero, otherwise
13919 0.  It does not evaluate its second argument if its first argument is
13920 null or zero.
13922 @item < <= = == != >= >
13923 @kindex <
13924 @kindex <=
13925 @kindex =
13926 @kindex ==
13927 @kindex >
13928 @kindex >=
13929 @cindex comparison operators
13930 @vindex LC_COLLATE
13931 Compare the arguments and return 1 if the relation is true, 0 otherwise.
13932 @code{==} is a synonym for @code{=}.  @command{expr} first tries to convert
13933 both arguments to integers and do a numeric comparison; if either
13934 conversion fails, it does a lexicographic comparison using the character
13935 collating sequence specified by the @env{LC_COLLATE} locale.
13937 @end table
13940 @node Examples of expr
13941 @subsection Examples of using @command{expr}
13943 @cindex examples of @command{expr}
13944 Here are a few examples, including quoting for shell metacharacters.
13946 To add 1 to the shell variable @code{foo}, in Bourne-compatible shells:
13948 @example
13949 foo=$(expr $foo + 1)
13950 @end example
13952 To print the non-directory part of the file name stored in
13953 @code{$fname}, which need not contain a @code{/}:
13955 @example
13956 expr $fname : '.*/\(.*\)' '|' $fname
13957 @end example
13959 An example showing that @code{\+} is an operator:
13961 @example
13962 expr aaa : 'a\+'
13963 @result{} 3
13964 @end example
13966 @example
13967 expr abc : 'a\(.\)c'
13968 @result{} b
13969 expr index abcdef cz
13970 @result{} 3
13971 expr index index a
13972 @error{} expr: syntax error
13973 expr index + index a
13974 @result{} 0
13975 @end example
13978 @node Redirection
13979 @chapter Redirection
13981 @cindex redirection
13982 @cindex commands for redirection
13984 Unix shells commonly provide several forms of @dfn{redirection}---ways
13985 to change the input source or output destination of a command.  But one
13986 useful redirection is performed by a separate command, not by the shell;
13987 it's described here.
13989 @menu
13990 * tee invocation::              Redirect output to multiple files or processes.
13991 @end menu
13994 @node tee invocation
13995 @section @command{tee}: Redirect output to multiple files or processes
13997 @pindex tee
13998 @cindex pipe fitting
13999 @cindex destinations, multiple output
14000 @cindex read from standard input and write to standard output and files
14002 The @command{tee} command copies standard input to standard output and also
14003 to any files given as arguments.  This is useful when you want not only
14004 to send some data down a pipe, but also to save a copy.  Synopsis:
14006 @example
14007 tee [@var{option}]@dots{} [@var{file}]@dots{}
14008 @end example
14010 If a file being written to does not already exist, it is created.  If a
14011 file being written to already exists, the data it previously contained
14012 is overwritten unless the @option{-a} option is used.
14014 In previous versions of GNU Coreutils (v5.3.0 -- v8.23),
14015 a @var{file} of @samp{-}
14016 caused @command{tee} to send another copy of input to standard output.
14017 However, as the interleaved output was not very useful, @command{tee} now
14018 conforms to POSIX and treats @samp{-} as a file name.
14020 The program accepts the following options.  Also see @ref{Common options}.
14022 @table @samp
14023 @item -a
14024 @itemx --append
14025 @opindex -a
14026 @opindex --append
14027 Append standard input to the given files rather than overwriting
14028 them.
14030 @item -i
14031 @itemx --ignore-interrupts
14032 @opindex -i
14033 @opindex --ignore-interrupts
14034 Ignore interrupt signals.
14036 @item -p
14037 @itemx --output-error[=@var{mode}]
14038 @opindex -p
14039 @opindex --output-error
14040 Adjust the behavior with errors on the outputs,
14041 with the long form option supporting selection
14042 between the following @var{mode}s:
14044 @table @samp
14045 @item warn
14046 Warn on error opening or writing any output, including pipes.
14047 Writing is continued to still open files/pipes.
14048 Exit status indicates failure if any output has an error.
14050 @item warn-nopipe
14051 This is the default @var{mode} when not specified,
14052 or when the short form @option{-p} is used.
14053 Warn on error opening or writing any output, except pipes.
14054 Writing is continued to still open files/pipes.
14055 Exit status indicates failure if any non pipe output had an error.
14057 @item exit
14058 Exit on error opening or writing any output, including pipes.
14060 @item exit-nopipe
14061 Exit on error opening or writing any output, except pipes.
14062 @end table
14064 @end table
14066 The @command{tee} command is useful when you happen to be transferring a large
14067 amount of data and also want to summarize that data without reading
14068 it a second time.  For example, when you are downloading a DVD image,
14069 you often want to verify its signature or checksum right away.
14070 The inefficient way to do it is simply:
14072 @example
14073 wget https://example.com/some.iso && sha1sum some.iso
14074 @end example
14076 One problem with the above is that it makes you wait for the
14077 download to complete before starting the time-consuming SHA1 computation.
14078 Perhaps even more importantly, the above requires reading
14079 the DVD image a second time (the first was from the network).
14081 The efficient way to do it is to interleave the download
14082 and SHA1 computation.  Then, you'll get the checksum for
14083 free, because the entire process parallelizes so well:
14085 @example
14086 # slightly contrived, to demonstrate process substitution
14087 wget -O - https://example.com/dvd.iso \
14088   | tee >(sha1sum > dvd.sha1) > dvd.iso
14089 @end example
14091 That makes @command{tee} write not just to the expected output file,
14092 but also to a pipe running @command{sha1sum} and saving the final
14093 checksum in a file named @file{dvd.sha1}.
14095 Note, however, that this example relies on a feature of modern shells
14096 called @dfn{process substitution}
14097 (the @samp{>(command)} syntax, above;
14098 @xref{Process Substitution,,Process Substitution, bash,
14099 The Bash Reference Manual}.),
14100 so it works with @command{zsh}, @command{bash}, and @command{ksh},
14101 but not with @command{/bin/sh}.  So if you write code like this
14102 in a shell script, be sure to start the script with @samp{#!/bin/bash}.
14104 Note also that if any of the process substitutions (or piped standard output)
14105 might exit early without consuming all the data, the @option{-p} option
14106 is needed to allow @command{tee} to continue to process the input
14107 to any remaining outputs.
14109 Since the above example writes to one file and one process,
14110 a more conventional and portable use of @command{tee} is even better:
14112 @example
14113 wget -O - https://example.com/dvd.iso \
14114   | tee dvd.iso | sha1sum > dvd.sha1
14115 @end example
14117 You can extend this example to make @command{tee} write to two processes,
14118 computing MD5 and SHA1 checksums in parallel.  In this case,
14119 process substitution is required:
14121 @example
14122 wget -O - https://example.com/dvd.iso \
14123   | tee >(sha1sum > dvd.sha1) \
14124         >(md5sum > dvd.md5) \
14125   > dvd.iso
14126 @end example
14128 This technique is also useful when you want to make a @emph{compressed}
14129 copy of the contents of a pipe.
14130 Consider a tool to graphically summarize file system usage data from
14131 @samp{du -ak}.
14132 For a large hierarchy, @samp{du -ak} can run for a long time,
14133 and can easily produce terabytes of data, so you won't want to
14134 rerun the command unnecessarily.  Nor will you want to save
14135 the uncompressed output.
14137 Doing it the inefficient way, you can't even start the GUI
14138 until after you've compressed all of the @command{du} output:
14140 @example
14141 du -ak | gzip -9 > /tmp/du.gz
14142 gzip -d /tmp/du.gz | checkspace -a
14143 @end example
14145 With @command{tee} and process substitution, you start the GUI
14146 right away and eliminate the decompression completely:
14148 @example
14149 du -ak | tee >(gzip -9 > /tmp/du.gz) | checkspace -a
14150 @end example
14152 Finally, if you regularly create more than one type of
14153 compressed tarball at once, for example when @code{make dist} creates
14154 both @command{gzip}-compressed and @command{bzip2}-compressed tarballs,
14155 there may be a better way.
14156 Typical @command{automake}-generated @file{Makefile} rules create
14157 the two compressed tar archives with commands in sequence, like this
14158 (slightly simplified):
14160 @example
14161 tardir=your-pkg-M.N
14162 tar chof - "$tardir" | gzip  -9 -c > your-pkg-M.N.tar.gz
14163 tar chof - "$tardir" | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14164 @end example
14166 However, if the hierarchy you are archiving and compressing is larger
14167 than a couple megabytes, and especially if you are using a multi-processor
14168 system with plenty of memory, then you can do much better by reading the
14169 directory contents only once and running the compression programs in parallel:
14171 @example
14172 tardir=your-pkg-M.N
14173 tar chof - "$tardir" \
14174   | tee >(gzip -9 -c > your-pkg-M.N.tar.gz) \
14175   | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14176 @end example
14178 If you want to further process the output from process substitutions,
14179 and those processes write atomically (i.e., write less than the system's
14180 PIPE_BUF size at a time), that's possible with a construct like:
14182 @example
14183 tardir=your-pkg-M.N
14184 tar chof - "$tardir" \
14185   | tee >(md5sum --tag) > >(sha256sum --tag) \
14186   | sort | gpg --clearsign > your-pkg-M.N.tar.sig
14187 @end example
14189 @exitstatus
14192 @node File name manipulation
14193 @chapter File name manipulation
14195 @cindex file name manipulation
14196 @cindex manipulation of file names
14197 @cindex commands for file name manipulation
14199 This section describes commands that manipulate file names.
14201 @menu
14202 * basename invocation::         Strip directory and suffix from a file name.
14203 * dirname invocation::          Strip last file name component.
14204 * pathchk invocation::          Check file name validity and portability.
14205 * mktemp invocation::           Create temporary file or directory.
14206 * realpath invocation::         Print resolved file names.
14207 @end menu
14210 @node basename invocation
14211 @section @command{basename}: Strip directory and suffix from a file name
14213 @pindex basename
14214 @cindex strip directory and suffix from file names
14215 @cindex directory, stripping from file names
14216 @cindex suffix, stripping from file names
14217 @cindex file names, stripping directory and suffix
14218 @cindex leading directory components, stripping
14220 @command{basename} removes any leading directory components from
14221 @var{name}.  Synopsis:
14223 @example
14224 basename @var{name} [@var{suffix}]
14225 basename @var{option}@dots{} @var{name}@dots{}
14226 @end example
14228 If @var{suffix} is specified and is identical to the end of @var{name},
14229 it is removed from @var{name} as well.  Note that since trailing slashes
14230 are removed prior to suffix matching, @var{suffix} will do nothing if it
14231 contains slashes.  @command{basename} prints the result on standard
14232 output.
14234 @c This test is used both here and in the section on dirname.
14235 @macro basenameAndDirname
14236 Together, @command{basename} and @command{dirname} are designed such
14237 that if @samp{ls "$name"} succeeds, then the command sequence @samp{cd
14238 "$(dirname "$name")"; ls "$(basename "$name")"} will, too.  This works
14239 for everything except file names containing a trailing newline.
14240 @end macro
14241 @basenameAndDirname
14243 POSIX allows the implementation to define the results if
14244 @var{name} is empty or @samp{//}.  In the former case, GNU
14245 @command{basename} returns the empty string.  In the latter case, the
14246 result is @samp{//} on platforms where @var{//} is distinct from
14247 @var{/}, and @samp{/} on platforms where there is no difference.
14249 The program accepts the following options.  Also see @ref{Common options}.
14250 Options must precede operands.
14252 @table @samp
14254 @item -a
14255 @itemx --multiple
14256 @opindex -a
14257 @opindex --multiple
14258 Support more than one argument.  Treat every argument as a @var{name}.
14259 With this, an optional @var{suffix} must be specified using the
14260 @option{-s} option.
14262 @item -s @var{suffix}
14263 @itemx --suffix=@var{suffix}
14264 @opindex -s
14265 @opindex --suffix
14266 Remove a trailing @var{suffix}.
14267 This option implies the @option{-a} option.
14269 @optZero
14271 @end table
14273 @exitstatus
14275 Examples:
14277 @example
14278 # Output "sort".
14279 basename /usr/bin/sort
14281 # Output "stdio".
14282 basename include/stdio.h .h
14284 # Output "stdio".
14285 basename -s .h include/stdio.h
14287 # Output "stdio" followed by "stdlib"
14288 basename -a -s .h include/stdio.h include/stdlib.h
14289 @end example
14292 @node dirname invocation
14293 @section @command{dirname}: Strip last file name component
14295 @pindex dirname
14296 @cindex directory components, printing
14297 @cindex stripping non-directory suffix
14298 @cindex non-directory suffix, stripping
14300 @command{dirname} prints all but the final slash-delimited component
14301 of each @var{name}.  Slashes on either side of the final component are
14302 also removed.  If the string contains no slash, @command{dirname}
14303 prints @samp{.} (meaning the current directory).  Synopsis:
14305 @example
14306 dirname [@var{option}] @var{name}@dots{}
14307 @end example
14309 @var{name} need not be a file name, but if it is, this operation
14310 effectively lists the directory that contains the final component,
14311 including the case when the final component is itself a directory.
14313 @basenameAndDirname
14315 POSIX allows the implementation to define the results if
14316 @var{name} is @samp{//}.  With GNU @command{dirname}, the
14317 result is @samp{//} on platforms where @var{//} is distinct from
14318 @var{/}, and @samp{/} on platforms where there is no difference.
14320 The program accepts the following option.  Also see @ref{Common options}.
14322 @table @samp
14324 @optZero
14326 @end table
14328 @exitstatus
14330 Examples:
14332 @example
14333 # Output "/usr/bin".
14334 dirname /usr/bin/sort
14335 dirname /usr/bin//.//
14337 # Output "dir1" followed by "dir2"
14338 dirname dir1/str dir2/str
14340 # Output ".".
14341 dirname stdio.h
14342 @end example
14345 @node pathchk invocation
14346 @section @command{pathchk}: Check file name validity and portability
14348 @pindex pathchk
14349 @cindex file names, checking validity and portability
14350 @cindex valid file names, checking for
14351 @cindex portable file names, checking for
14353 @command{pathchk} checks validity and portability of file names.  Synopsis:
14355 @example
14356 pathchk [@var{option}]@dots{} @var{name}@dots{}
14357 @end example
14359 For each @var{name}, @command{pathchk} prints an error message if any of
14360 these conditions is true:
14362 @enumerate
14363 @item
14364 One of the existing directories in @var{name} does not have search
14365 (execute) permission,
14366 @item
14367 The length of @var{name} is larger than the maximum supported by the
14368 operating system.
14369 @item
14370 The length of one component of @var{name} is longer than
14371 its file system's maximum.
14372 @end enumerate
14374 A nonexistent @var{name} is not an error, so long as a file with that
14375 name could be created under the above conditions.
14377 The program accepts the following options.  Also see @ref{Common options}.
14378 Options must precede operands.
14380 @table @samp
14382 @item -p
14383 @opindex -p
14384 Instead of performing checks based on the underlying file system,
14385 print an error message if any of these conditions is true:
14387 @enumerate
14388 @item
14389 A file name is empty.
14391 @item
14392 A file name contains a character outside the POSIX portable file
14393 name character set, namely, the ASCII letters and digits, @samp{.},
14394 @samp{_}, @samp{-}, and @samp{/}.
14396 @item
14397 The length of a file name or one of its components exceeds the
14398 POSIX minimum limits for portability.
14399 @end enumerate
14401 @item -P
14402 @opindex -P
14403 Print an error message if a file name is empty, or if it contains a component
14404 that begins with @samp{-}.
14406 @item --portability
14407 @opindex --portability
14408 Print an error message if a file name is not portable to all POSIX
14409 hosts.  This option is equivalent to @samp{-p -P}.
14411 @end table
14413 @cindex exit status of @command{pathchk}
14414 Exit status:
14416 @display
14417 0 if all specified file names passed all checks,
14418 1 otherwise.
14419 @end display
14421 @node mktemp invocation
14422 @section @command{mktemp}: Create temporary file or directory
14424 @pindex mktemp
14425 @cindex file names, creating temporary
14426 @cindex directory, creating temporary
14427 @cindex temporary files and directories
14429 @command{mktemp} manages the creation of temporary files and
14430 directories.  Synopsis:
14432 @example
14433 mktemp [@var{option}]@dots{} [@var{template}]
14434 @end example
14436 Safely create a temporary file or directory based on @var{template},
14437 and print its name.  If given, @var{template} must include at least
14438 three consecutive @samp{X}s in the last component.  If omitted, the template
14439 @samp{tmp.XXXXXXXXXX} is used, and option @option{--tmpdir} is
14440 implied.  The final run of @samp{X}s in the @var{template} will be replaced
14441 by alpha-numeric characters; thus, on a case-sensitive file system,
14442 and with a @var{template} including a run of @var{n} instances of @samp{X},
14443 there are @samp{62**@var{n}} potential file names.
14445 Older scripts used to create temporary files by simply joining the
14446 name of the program with the process id (@samp{$$}) as a suffix.
14447 However, that naming scheme is easily predictable, and suffers from a
14448 race condition where the attacker can create an appropriately named
14449 symbolic link, such that when the script then opens a handle to what
14450 it thought was an unused file, it is instead modifying an existing
14451 file.  Using the same scheme to create a directory is slightly safer,
14452 since the @command{mkdir} will fail if the target already exists, but
14453 it is still inferior because it allows for denial of service attacks.
14454 Therefore, modern scripts should use the @command{mktemp} command to
14455 guarantee that the generated name will be unpredictable, and that
14456 knowledge of the temporary file name implies that the file was created
14457 by the current script and cannot be modified by other users.
14459 When creating a file, the resulting file has read and write
14460 permissions for the current user, but no permissions for the group or
14461 others; these permissions are reduced if the current umask is more
14462 restrictive.
14464 Here are some examples (although note that if you repeat them, you
14465 will most likely get different file names):
14467 @itemize @bullet
14469 @item
14470 Create a temporary file in the current directory.
14471 @example
14472 $ mktemp file.XXXX
14473 file.H47c
14474 @end example
14476 @item
14477 Create a temporary file with a known suffix.
14478 @example
14479 $ mktemp --suffix=.txt file-XXXX
14480 file-H08W.txt
14481 $ mktemp file-XXXX-XXXX.txt
14482 file-XXXX-eI9L.txt
14483 @end example
14485 @item
14486 Create a secure fifo relative to the user's choice of @env{TMPDIR},
14487 but falling back to the current directory rather than @file{/tmp}.
14488 Note that @command{mktemp} does not create fifos, but can create a
14489 secure directory in which the fifo can live.  Exit the shell if the
14490 directory or fifo could not be created.
14491 @example
14492 $ dir=$(mktemp -p "$@{TMPDIR:-.@}" -d dir-XXXX) || exit 1
14493 $ fifo=$dir/fifo
14494 $ mkfifo "$fifo" || @{ rmdir "$dir"; exit 1; @}
14495 @end example
14497 @item
14498 Create and use a temporary file if possible, but ignore failure.  The
14499 file will reside in the directory named by @env{TMPDIR}, if specified,
14500 or else in @file{/tmp}.
14501 @example
14502 $ file=$(mktemp -q) && @{
14503 >   # Safe to use $file only within this block.  Use quotes,
14504 >   # since $TMPDIR, and thus $file, may contain whitespace.
14505 >   echo ... > "$file"
14506 >   rm "$file"
14507 > @}
14508 @end example
14510 @item
14511 Act as a semi-random character generator (it is not fully random,
14512 since it is impacted by the contents of the current directory).  To
14513 avoid security holes, do not use the resulting names to create a file.
14514 @example
14515 $ mktemp -u XXX
14517 $ mktemp -u XXX
14519 @end example
14521 @end itemize
14523 The program accepts the following options.  Also see @ref{Common options}.
14525 @table @samp
14527 @item -d
14528 @itemx --directory
14529 @opindex -d
14530 @opindex --directory
14531 Create a directory rather than a file.  The directory will have read,
14532 write, and search permissions for the current user, but no permissions
14533 for the group or others; these permissions are reduced if the current
14534 umask is more restrictive.
14536 @item -q
14537 @itemx --quiet
14538 @opindex -q
14539 @opindex --quiet
14540 Suppress diagnostics about failure to create a file or directory.  The
14541 exit status will still reflect whether a file was created.
14543 @item -u
14544 @itemx --dry-run
14545 @opindex -u
14546 @opindex --dry-run
14547 Generate a temporary name that does not name an existing file, without
14548 changing the file system contents.  Using the output of this command
14549 to create a new file is inherently unsafe, as there is a window of
14550 time between generating the name and using it where another process
14551 can create an object by the same name.
14553 @item -p @var{dir}
14554 @itemx --tmpdir[=@var{dir}]
14555 @opindex -p
14556 @opindex --tmpdir
14557 Treat @var{template} relative to the directory @var{dir}.  If
14558 @var{dir} is not specified (only possible with the long option
14559 @option{--tmpdir}) or is the empty string, use the value of
14560 @env{TMPDIR} if available, otherwise use @samp{/tmp}.  If this is
14561 specified, @var{template} must not be absolute.  However,
14562 @var{template} can still contain slashes, although intermediate
14563 directories must already exist.
14565 @item --suffix=@var{suffix}
14566 @opindex --suffix
14567 Append @var{suffix} to the @var{template}.  @var{suffix} must not
14568 contain slash.  If @option{--suffix} is specified, @var{template} must
14569 end in @samp{X}; if it is not specified, then an appropriate
14570 @option{--suffix} is inferred by finding the last @samp{X} in
14571 @var{template}.  This option exists for use with the default
14572 @var{template} and for the creation of a @var{suffix} that starts with
14573 @samp{X}.
14575 @item -t
14576 @opindex -t
14577 Treat @var{template} as a single file relative to the value of
14578 @env{TMPDIR} if available, or to the directory specified by
14579 @option{-p}, otherwise to @samp{/tmp}.  @var{template} must not
14580 contain slashes.  This option is deprecated; the use of @option{-p}
14581 without @option{-t} offers better defaults (by favoring the command
14582 line over @env{TMPDIR}) and more flexibility (by allowing intermediate
14583 directories).
14585 @end table
14587 @cindex exit status of @command{mktemp}
14588 Exit status:
14590 @display
14591 0 if the file was created,
14592 1 otherwise.
14593 @end display
14596 @node realpath invocation
14597 @section @command{realpath}: Print the resolved file name.
14599 @pindex realpath
14600 @cindex file names, canonicalization
14601 @cindex symlinks, resolution
14602 @cindex canonical file name
14603 @cindex canonicalize a file name
14604 @pindex realpath
14605 @findex realpath
14607 @command{realpath} expands all symbolic links and resolves references to
14608 @samp{/./}, @samp{/../} and extra @samp{/} characters.  By default,
14609 all but the last component of the specified files must exist.  Synopsis:
14611 @example
14612 realpath [@var{option}]@dots{} @var{file}@dots{}
14613 @end example
14615 The file name canonicalization functionality overlaps with that of the
14616 @command{readlink} command.  This is the preferred command for
14617 canonicalization as it's a more suitable and standard name.  In addition
14618 this command supports relative file name processing functionality.
14620 The program accepts the following options.  Also see @ref{Common options}.
14622 @table @samp
14624 @item -e
14625 @itemx --canonicalize-existing
14626 @opindex -e
14627 @opindex --canonicalize-existing
14628 Ensure that all components of the specified file names exist.
14629 If any component is missing or unavailable, @command{realpath} will output
14630 a diagnostic unless the @option{-q} option is specified, and exit with a
14631 nonzero exit code.  A trailing slash requires that the name resolve to a
14632 directory.
14634 @item -m
14635 @itemx --canonicalize-missing
14636 @opindex -m
14637 @opindex --canonicalize-missing
14638 If any component of a specified file name is missing or unavailable,
14639 treat it as a directory.
14641 @item -L
14642 @itemx --logical
14643 @opindex -L
14644 @opindex --logical
14645 Symbolic links are resolved in the specified file names,
14646 but they are resolved after any subsequent @samp{..} components are processed.
14648 @item -P
14649 @itemx --physical
14650 @opindex -P
14651 @opindex --physical
14652 Symbolic links are resolved in the specified file names,
14653 and they are resolved before any subsequent @samp{..} components are processed.
14654 This is the default mode of operation.
14656 @item -q
14657 @itemx --quiet
14658 @opindex -q
14659 @opindex --quiet
14660 Suppress diagnostic messages for specified file names.
14662 @item --relative-to=@var{dir}
14663 @opindex --relative-to
14664 @cindex relpath
14665 Print the resolved file names relative to the specified directory.
14666 Note this option honors the @option{-m} and @option{-e} options
14667 pertaining to file existence.
14669 @item --relative-base=@var{dir}
14670 @opindex --relative-base
14671 Print the resolved file names as relative @emph{if} the files
14672 are descendants of @var{dir}.
14673 Otherwise, print the resolved file names as absolute.
14674 Note this option honors the @option{-m} and @option{-e} options
14675 pertaining to file existence.
14676 For details about combining @option{--relative-to} and @option{--relative-base},
14677 @pxref{Realpath usage examples}.
14679 @item -s
14680 @itemx --strip
14681 @itemx --no-symlinks
14682 @opindex -s
14683 @opindex --strip
14684 @opindex --no-symlinks
14685 Do not resolve symbolic links.  Only resolve references to
14686 @samp{/./}, @samp{/../} and remove extra @samp{/} characters.
14687 When combined with the @option{-m} option, realpath operates
14688 only on the file name, and does not touch any actual file.
14690 @optZero
14692 @end table
14694 @cindex exit status of @command{realpath}
14695 Exit status:
14697 @display
14698 0 if all file names were printed without issue.
14699 1 otherwise.
14700 @end display
14702 @menu
14703 * Realpath usage examples::              Realpath usage examples.
14704 @end menu
14707 @node Realpath usage examples
14708 @subsection Realpath usage examples
14710 @opindex --relative-to
14711 @opindex --relative-base
14713 By default, @command{realpath} prints the absolute file name of given files
14714 (symlinks are resolved, @file{words} is resolved to @file{american-english}):
14716 @example
14717 @group
14718 cd /home/user
14719 realpath /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14720 @result{} /usr/bin/sort
14721 @result{} /tmp/foo
14722 @result{} /usr/share/dict/american-english
14723 @result{} /home/user/1.txt
14724 @end group
14725 @end example
14727 With @option{--relative-to}, file names are printed relative to
14728 the given directory:
14730 @example
14731 @group
14732 realpath --relative-to=/usr/bin \
14733          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14734 @result{} sort
14735 @result{} ../../tmp/foo
14736 @result{} ../share/dict/american-english
14737 @result{} ../../home/user/1.txt
14738 @end group
14739 @end example
14741 With @option{--relative-base}, relative file names are printed @emph{if}
14742 the resolved file name is below the given base directory. For files outside the
14743 base directory absolute file names are printed:
14745 @example
14746 @group
14747 realpath --relative-base=/usr \
14748          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14749 @result{} bin/sort
14750 @result{} /tmp/foo
14751 @result{} share/dict/american-english
14752 @result{} /home/user/1.txt
14753 @end group
14754 @end example
14756 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
14757 are used, file names are printed relative to @var{dir1} @emph{if} they are
14758 located below @var{dir2}. If the files are not below @var{dir2}, they are
14759 printed as absolute file names:
14761 @example
14762 @group
14763 realpath --relative-to=/usr/bin --relative-base=/usr \
14764          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14765 @result{} sort
14766 @result{} /tmp/foo
14767 @result{} ../share/dict/american-english
14768 @result{} /home/user/1.txt
14769 @end group
14770 @end example
14772 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
14773 are used, @var{dir1} @emph{must} be a subdirectory of @var{dir2}. Otherwise,
14774 @command{realpath} prints absolutes file names.
14777 @node Working context
14778 @chapter Working context
14780 @cindex working context
14781 @cindex commands for printing the working context
14783 This section describes commands that display or alter the context in
14784 which you are working: the current directory, the terminal settings, and
14785 so forth.  See also the user-related commands in the next section.
14787 @menu
14788 * pwd invocation::              Print working directory.
14789 * stty invocation::             Print or change terminal characteristics.
14790 * printenv invocation::         Print environment variables.
14791 * tty invocation::              Print file name of terminal on standard input.
14792 @end menu
14795 @node pwd invocation
14796 @section @command{pwd}: Print working directory
14798 @pindex pwd
14799 @cindex print name of current directory
14800 @cindex current working directory, printing
14801 @cindex working directory, printing
14804 @command{pwd} prints the name of the current directory.  Synopsis:
14806 @example
14807 pwd [@var{option}]@dots{}
14808 @end example
14810 The program accepts the following options.  Also see @ref{Common options}.
14812 @table @samp
14813 @item -L
14814 @itemx --logical
14815 @opindex -L
14816 @opindex --logical
14817 If the contents of the environment variable @env{PWD} provide an
14818 absolute name of the current directory with no @samp{.} or @samp{..}
14819 components, but possibly with symbolic links, then output those
14820 contents.  Otherwise, fall back to default @option{-P} handling.
14822 @item -P
14823 @itemx --physical
14824 @opindex -P
14825 @opindex --physical
14826 Print a fully resolved name for the current directory.  That is, all
14827 components of the printed name will be actual directory names---none
14828 will be symbolic links.
14829 @end table
14831 @cindex symbolic links and @command{pwd}
14832 If @option{-L} and @option{-P} are both given, the last one takes
14833 precedence.  If neither option is given, then this implementation uses
14834 @option{-P} as the default unless the @env{POSIXLY_CORRECT}
14835 environment variable is set.
14837 @mayConflictWithShellBuiltIn{pwd}
14839 @exitstatus
14842 @node stty invocation
14843 @section @command{stty}: Print or change terminal characteristics
14845 @pindex stty
14846 @cindex change or print terminal settings
14847 @cindex terminal settings
14848 @cindex line settings of terminal
14850 @command{stty} prints or changes terminal characteristics, such as baud rate.
14851 Synopses:
14853 @example
14854 stty [@var{option}] [@var{setting}]@dots{}
14855 stty [@var{option}]
14856 @end example
14858 If given no line settings, @command{stty} prints the baud rate, line
14859 discipline number (on systems that support it), and line settings
14860 that have been changed from the values set by @samp{stty sane}.
14861 By default, mode reading and setting are performed on the tty line
14862 connected to standard input, although this can be modified by the
14863 @option{--file} option.
14865 @command{stty} accepts many non-option arguments that change aspects of
14866 the terminal line operation, as described below.
14868 The program accepts the following options.  Also see @ref{Common options}.
14870 @table @samp
14871 @item -a
14872 @itemx --all
14873 @opindex -a
14874 @opindex --all
14875 Print all current settings in human-readable form.  This option may not
14876 be used in combination with any line settings.
14878 @item -F @var{device}
14879 @itemx --file=@var{device}
14880 @opindex -F
14881 @opindex --file
14882 Set the line opened by the file name specified in @var{device} instead of
14883 the tty line connected to standard input.  This option is necessary
14884 because opening a POSIX tty requires use of the
14885 @code{O_NONDELAY} flag to prevent a POSIX tty from blocking
14886 until the carrier detect line is high if
14887 the @code{clocal} flag is not set.  Hence, it is not always possible
14888 to allow the shell to open the device in the traditional manner.
14890 @item -g
14891 @itemx --save
14892 @opindex -g
14893 @opindex --save
14894 @cindex machine-readable @command{stty} output
14895 Print all current settings in a form that can be used as an argument to
14896 another @command{stty} command to restore the current settings.  This option
14897 may not be used in combination with any line settings.
14899 @end table
14901 Many settings can be turned off by preceding them with a @samp{-}.
14902 Such arguments are marked below with ``May be negated'' in their
14903 description.  The descriptions themselves refer to the positive
14904 case, that is, when @emph{not} negated (unless stated otherwise,
14905 of course).
14907 Some settings are not available on all POSIX systems, since they use
14908 extensions.  Such arguments are marked below with
14909 ``Non-POSIX'' in their description.  On non-POSIX
14910 systems, those or other settings also may not
14911 be available, but it's not feasible to document all the variations: just
14912 try it and see.
14914 @command{stty} is installed only on platforms with the POSIX terminal
14915 interface, so portable scripts should not rely on its existence on
14916 non-POSIX platforms.
14918 @exitstatus
14920 @menu
14921 * Control::                     Control settings
14922 * Input::                       Input settings
14923 * Output::                      Output settings
14924 * Local::                       Local settings
14925 * Combination::                 Combination settings
14926 * Characters::                  Special characters
14927 * Special::                     Special settings
14928 @end menu
14931 @node Control
14932 @subsection Control settings
14934 @cindex control settings
14935 Control settings:
14937 @table @samp
14938 @item parenb
14939 @opindex parenb
14940 @cindex two-way parity
14941 Generate parity bit in output and expect parity bit in input.
14942 May be negated.
14944 @item parodd
14945 @opindex parodd
14946 @cindex odd parity
14947 @cindex even parity
14948 Set odd parity (even if negated).  May be negated.
14950 @item cmspar
14951 @opindex cmspar
14952 @cindex constant parity
14953 @cindex stick parity
14954 @cindex mark parity
14955 @cindex space parity
14956 Use "stick" (mark/space) parity.  If parodd is set, the parity bit is
14957 always 1; if parodd is not set, the parity bit is always zero.
14958 Non-POSIX@.  May be negated.
14960 @item cs5
14961 @itemx cs6
14962 @itemx cs7
14963 @itemx cs8
14964 @opindex cs@var{n}
14965 @cindex character size
14966 @cindex eight-bit characters
14967 Set character size to 5, 6, 7, or 8 bits.
14969 @item hup
14970 @itemx hupcl
14971 @opindex hup[cl]
14972 Send a hangup signal when the last process closes the tty.  May be
14973 negated.
14975 @item cstopb
14976 @opindex cstopb
14977 @cindex stop bits
14978 Use two stop bits per character (one if negated).  May be negated.
14980 @item cread
14981 @opindex cread
14982 Allow input to be received.  May be negated.
14984 @item clocal
14985 @opindex clocal
14986 @cindex modem control
14987 Disable modem control signals.  May be negated.
14989 @item crtscts
14990 @opindex crtscts
14991 @cindex hardware flow control
14992 @cindex flow control, hardware
14993 @cindex RTS/CTS flow control
14994 Enable RTS/CTS flow control.  Non-POSIX@.  May be negated.
14996 @item cdtrdsr
14997 @opindex cdtrdsr
14998 @cindex hardware flow control
14999 @cindex flow control, hardware
15000 @cindex DTR/DSR flow control
15001 Enable DTR/DSR flow control. Non-POSIX@.  May be negated.
15002 @end table
15005 @node Input
15006 @subsection Input settings
15008 @cindex input settings
15009 These settings control operations on data received from the terminal.
15011 @table @samp
15012 @item ignbrk
15013 @opindex ignbrk
15014 @cindex breaks, ignoring
15015 Ignore break characters.  May be negated.
15017 @item brkint
15018 @opindex brkint
15019 @cindex breaks, cause interrupts
15020 Make breaks cause an interrupt signal.  May be negated.
15022 @item ignpar
15023 @opindex ignpar
15024 @cindex parity, ignoring
15025 Ignore characters with parity errors.  May be negated.
15027 @item parmrk
15028 @opindex parmrk
15029 @cindex parity errors, marking
15030 Mark parity errors (with a 255-0-character sequence).  May be negated.
15032 @item inpck
15033 @opindex inpck
15034 Enable input parity checking.  May be negated.
15036 @item istrip
15037 @opindex istrip
15038 @cindex eight-bit input
15039 Clear high (8th) bit of input characters.  May be negated.
15041 @item inlcr
15042 @opindex inlcr
15043 @cindex newline, translating to return
15044 Translate newline to carriage return.  May be negated.
15046 @item igncr
15047 @opindex igncr
15048 @cindex return, ignoring
15049 Ignore carriage return.  May be negated.
15051 @item icrnl
15052 @opindex icrnl
15053 @cindex return, translating to newline
15054 Translate carriage return to newline.  May be negated.
15056 @item iutf8
15057 @opindex iutf8
15058 @cindex input encoding, UTF-8
15059 Assume input characters are UTF-8 encoded.  May be negated.
15061 @item ixon
15062 @opindex ixon
15063 @kindex C-s/C-q flow control
15064 @cindex XON/XOFF flow control
15065 Enable XON/XOFF flow control (that is, @kbd{Ctrl-S}/@kbd{Ctrl-Q}).  May
15066 be negated.
15068 @item ixoff
15069 @itemx tandem
15070 @opindex ixoff
15071 @opindex tandem
15072 @cindex software flow control
15073 @cindex flow control, software
15074 Enable sending of @code{stop} character when the system input buffer
15075 is almost full, and @code{start} character when it becomes almost
15076 empty again.  May be negated.
15078 @item iuclc
15079 @opindex iuclc
15080 @cindex uppercase, translating to lowercase
15081 Translate uppercase characters to lowercase.  Non-POSIX@.  May be
15082 negated.  Note ilcuc is not implemented, as one would not be able to issue
15083 almost any (lowercase) Unix command, after invoking it.
15085 @item ixany
15086 @opindex ixany
15087 Allow any character to restart output (only the start character
15088 if negated).  Non-POSIX@.  May be negated.
15090 @item imaxbel
15091 @opindex imaxbel
15092 @cindex beeping at input buffer full
15093 Enable beeping and not flushing input buffer if a character arrives
15094 when the input buffer is full.  Non-POSIX@.  May be negated.
15095 @end table
15098 @node Output
15099 @subsection Output settings
15101 @cindex output settings
15102 These settings control operations on data sent to the terminal.
15104 @table @samp
15105 @item opost
15106 @opindex opost
15107 Postprocess output.  May be negated.
15109 @item olcuc
15110 @opindex olcuc
15111 @cindex lowercase, translating to output
15112 Translate lowercase characters to uppercase.  Non-POSIX@.  May be
15113 negated.  (Note ouclc is not currently implemented.)
15115 @item ocrnl
15116 @opindex ocrnl
15117 @cindex return, translating to newline
15118 Translate carriage return to newline.  Non-POSIX@.  May be negated.
15120 @item onlcr
15121 @opindex onlcr
15122 @cindex newline, translating to crlf
15123 Translate newline to carriage return-newline.  Non-POSIX@.  May be
15124 negated.
15126 @item onocr
15127 @opindex onocr
15128 Do not print carriage returns in the first column.  Non-POSIX@.
15129 May be negated.
15131 @item onlret
15132 @opindex onlret
15133 Newline performs a carriage return.  Non-POSIX@.  May be negated.
15135 @item ofill
15136 @opindex ofill
15137 @cindex pad instead of timing for delaying
15138 Use fill (padding) characters instead of timing for delays.
15139 Non-POSIX@.
15140 May be negated.
15142 @item ofdel
15143 @opindex ofdel
15144 @cindex pad character
15145 Use ASCII DEL characters for fill instead of
15146 ASCII NUL characters.  Non-POSIX@.
15147 May be negated.
15149 @item nl1
15150 @itemx nl0
15151 @opindex nl@var{n}
15152 Newline delay style.  Non-POSIX.
15154 @item cr3
15155 @itemx cr2
15156 @itemx cr1
15157 @itemx cr0
15158 @opindex cr@var{n}
15159 Carriage return delay style.  Non-POSIX.
15161 @item tab3
15162 @itemx tab2
15163 @itemx tab1
15164 @itemx tab0
15165 @opindex tab@var{n}
15166 Horizontal tab delay style.  Non-POSIX.
15168 @item bs1
15169 @itemx bs0
15170 @opindex bs@var{n}
15171 Backspace delay style.  Non-POSIX.
15173 @item vt1
15174 @itemx vt0
15175 @opindex vt@var{n}
15176 Vertical tab delay style.  Non-POSIX.
15178 @item ff1
15179 @itemx ff0
15180 @opindex ff@var{n}
15181 Form feed delay style.  Non-POSIX.
15182 @end table
15185 @node Local
15186 @subsection Local settings
15188 @cindex local settings
15190 @table @samp
15191 @item isig
15192 @opindex isig
15193 Enable @code{interrupt}, @code{quit}, and @code{suspend} special
15194 characters.  May be negated.
15196 @item icanon
15197 @opindex icanon
15198 Enable @code{erase}, @code{kill}, @code{werase}, and @code{rprnt}
15199 special characters.  May be negated.
15201 @item iexten
15202 @opindex iexten
15203 Enable non-POSIX special characters.  May be negated.
15205 @item echo
15206 @opindex echo
15207 Echo input characters.  May be negated.
15209 @item echoe
15210 @itemx crterase
15211 @opindex echoe
15212 @opindex crterase
15213 Echo @code{erase} characters as backspace-space-backspace.  May be
15214 negated.
15216 @item echok
15217 @opindex echok
15218 @cindex newline echoing after @code{kill}
15219 Echo a newline after a @code{kill} character.  May be negated.
15221 @item echonl
15222 @opindex echonl
15223 @cindex newline, echoing
15224 Echo newline even if not echoing other characters.  May be negated.
15226 @item noflsh
15227 @opindex noflsh
15228 @cindex flushing, disabling
15229 Disable flushing after @code{interrupt} and @code{quit} special
15230 characters.  May be negated.
15232 @item xcase
15233 @opindex xcase
15234 @cindex case translation
15235 Enable input and output of uppercase characters by preceding their
15236 lowercase equivalents with @samp{\}, when @code{icanon} is set.
15237 Non-POSIX@.  May be negated.
15239 @item tostop
15240 @opindex tostop
15241 @cindex background jobs, stopping at terminal write
15242 Stop background jobs that try to write to the terminal.  Non-POSIX@.
15243 May be negated.
15245 @item echoprt
15246 @itemx prterase
15247 @opindex echoprt
15248 @opindex prterase
15249 Echo erased characters backward, between @samp{\} and @samp{/}.
15250 Non-POSIX@.  May be negated.
15252 @item echoctl
15253 @itemx ctlecho
15254 @opindex echoctl
15255 @opindex ctlecho
15256 @cindex control characters, using @samp{^@var{c}}
15257 @cindex hat notation for control characters
15258 Echo control characters in hat notation (@samp{^@var{c}}) instead
15259 of literally.  Non-POSIX@.  May be negated.
15261 @item echoke
15262 @itemx crtkill
15263 @opindex echoke
15264 @opindex crtkill
15265 Echo the @code{kill} special character by erasing each character on
15266 the line as indicated by the @code{echoprt} and @code{echoe} settings,
15267 instead of by the @code{echoctl} and @code{echok} settings.
15268 Non-POSIX@.
15269 May be negated.
15271 @item extproc
15272 @opindex extproc
15273 Enable @samp{LINEMODE}, which is used to avoid echoing
15274 each character over high latency links.  See also
15275 @uref{https://tools.ietf.org/search/rfc1116, Internet RFC 1116}.
15276 Non-POSIX@.
15277 May be negated.
15279 @item flusho
15280 @opindex flusho
15281 Discard output.
15282 Note this setting is currently ignored on GNU/Linux systems.
15283 Non-POSIX@.
15284 May be negated.
15285 @end table
15288 @node Combination
15289 @subsection Combination settings
15291 @cindex combination settings
15292 Combination settings:
15294 @table @samp
15295 @item evenp
15296 @opindex evenp
15297 @itemx parity
15298 @opindex parity
15299 Same as @code{parenb -parodd cs7}.  May be negated.  If negated, same
15300 as @code{-parenb cs8}.
15302 @item oddp
15303 @opindex oddp
15304 Same as @code{parenb parodd cs7}.  May be negated.  If negated, same
15305 as @code{-parenb cs8}.
15307 @item nl
15308 @opindex nl
15309 Same as @code{-icrnl -onlcr}.  May be negated.  If negated, same as
15310 @code{icrnl -inlcr -igncr onlcr -ocrnl -onlret}.
15312 @item ek
15313 @opindex ek
15314 Reset the @code{erase} and @code{kill} special characters to their default
15315 values.
15317 @item sane
15318 @opindex sane
15319 Same as:
15321 @c This is too long to write inline.
15322 @example
15323 cread -ignbrk brkint -inlcr -igncr icrnl
15324 icanon iexten echo echoe echok -echonl -noflsh
15325 -ixoff -iutf8 -iuclc -ixany imaxbel -xcase -olcuc -ocrnl
15326 opost -ofill onlcr -onocr -onlret nl0 cr0 tab0 bs0 vt0 ff0
15327 isig -tostop -ofdel -echoprt echoctl echoke -extproc
15328 @end example
15330 @noindent
15331 and also sets all special characters to their default values.
15333 @item cooked
15334 @opindex cooked
15335 Same as @code{brkint ignpar istrip icrnl ixon opost isig icanon}, plus
15336 sets the @code{eof} and @code{eol} characters to their default values
15337 if they are the same as the @code{min} and @code{time} characters.
15338 May be negated.  If negated, same as @code{raw}.
15340 @item raw
15341 @opindex raw
15342 Same as:
15344 @example
15345 -ignbrk -brkint -ignpar -parmrk -inpck -istrip
15346 -inlcr -igncr -icrnl -ixon -ixoff -icanon -opost
15347 -isig -iuclc -ixany -imaxbel -xcase min 1 time 0
15348 @end example
15350 @noindent
15351 May be negated.  If negated, same as @code{cooked}.
15353 @item cbreak
15354 @opindex cbreak
15355 Same as @option{-icanon}.  May be negated.  If negated, same as
15356 @code{icanon}.
15358 @item pass8
15359 @opindex pass8
15360 @cindex eight-bit characters
15361 Same as @code{-parenb -istrip cs8}.  May be negated.  If negated,
15362 same as @code{parenb istrip cs7}.
15364 @item litout
15365 @opindex litout
15366 Same as @option{-parenb -istrip -opost cs8}.  May be negated.
15367 If negated, same as @code{parenb istrip opost cs7}.
15369 @item decctlq
15370 @opindex decctlq
15371 Same as @option{-ixany}.  Non-POSIX@.  May be negated.
15373 @item tabs
15374 @opindex tabs
15375 Same as @code{tab0}.  Non-POSIX@.  May be negated.  If negated, same
15376 as @code{tab3}.
15378 @item lcase
15379 @itemx LCASE
15380 @opindex lcase
15381 @opindex LCASE
15382 Same as @code{xcase iuclc olcuc}.  Non-POSIX@.  May be negated.
15383 (Used for terminals with uppercase characters only.)
15385 @item crt
15386 @opindex crt
15387 Same as @code{echoe echoctl echoke}.
15389 @item dec
15390 @opindex dec
15391 Same as @code{echoe echoctl echoke -ixany intr ^C erase ^? kill C-u}.
15392 @end table
15395 @node Characters
15396 @subsection Special characters
15398 @cindex special characters
15399 @cindex characters, special
15401 The special characters' default values vary from system to system.
15402 They are set with the syntax @samp{name value}, where the names are
15403 listed below and the value can be given either literally, in hat
15404 notation (@samp{^@var{c}}), or as an integer which may start with
15405 @samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
15406 any other digit to indicate decimal.
15408 @cindex disabling special characters
15409 @kindex u@r{, and disabling special characters}
15410 For GNU stty, giving a value of @code{^-} or @code{undef} disables that
15411 special character.  (This is incompatible with Ultrix @command{stty},
15412 which uses  a value of @samp{u} to disable a special character.  GNU
15413 @command{stty} treats a value @samp{u} like any other, namely to set that
15414 special character to @key{U}.)
15416 @table @samp
15418 @item intr
15419 @opindex intr
15420 Send an interrupt signal.
15422 @item quit
15423 @opindex quit
15424 Send a quit signal.
15426 @item erase
15427 @opindex erase
15428 Erase the last character typed.
15430 @item kill
15431 @opindex kill
15432 Erase the current line.
15434 @item eof
15435 @opindex eof
15436 Send an end of file (terminate the input).
15438 @item eol
15439 @opindex eol
15440 End the line.
15442 @item eol2
15443 @opindex eol2
15444 Alternate character to end the line.  Non-POSIX.
15446 @item discard
15447 @opindex discard
15448 @opindex flush
15449 Alternate character to toggle discarding of output.  Non-POSIX.
15451 @item swtch
15452 @opindex swtch
15453 Switch to a different shell layer.  Non-POSIX.
15455 @item status
15456 @opindex status
15457 Send an info signal.  Not currently supported on GNU/Linux.  Non-POSIX.
15459 @item start
15460 @opindex start
15461 Restart the output after stopping it.
15463 @item stop
15464 @opindex stop
15465 Stop the output.
15467 @item susp
15468 @opindex susp
15469 Send a terminal stop signal.
15471 @item dsusp
15472 @opindex dsusp
15473 Send a terminal stop signal after flushing the input.  Non-POSIX.
15475 @item rprnt
15476 @opindex rprnt
15477 Redraw the current line.  Non-POSIX.
15479 @item werase
15480 @opindex werase
15481 Erase the last word typed.  Non-POSIX.
15483 @item lnext
15484 @opindex lnext
15485 Enter the next character typed literally, even if it is a special
15486 character.  Non-POSIX.
15487 @end table
15490 @node Special
15491 @subsection Special settings
15493 @cindex special settings
15495 @table @samp
15496 @item min @var{n}
15497 @opindex min
15498 Set the minimum number of characters that will satisfy a read until
15499 the time value has expired, when @option{-icanon} is set.
15501 @item time @var{n}
15502 @opindex time
15503 Set the number of tenths of a second before reads time out if the minimum
15504 number of characters have not been read, when @option{-icanon} is set.
15506 @item ispeed @var{n}
15507 @opindex ispeed
15508 Set the input speed to @var{n}.
15510 @item ospeed @var{n}
15511 @opindex ospeed
15512 Set the output speed to @var{n}.
15514 @item rows @var{n}
15515 @opindex rows
15516 Tell the tty kernel driver that the terminal has @var{n} rows.
15517 Non-POSIX.
15519 @item cols @var{n}
15520 @itemx columns @var{n}
15521 @opindex cols
15522 @opindex columns
15523 Tell the kernel that the terminal has @var{n} columns.  Non-POSIX.
15525 @item drain
15526 @opindex drain
15527 @cindex nonblocking @command{stty} setting
15528 Apply settings after first waiting for pending output to be transmitted.
15529 This is enabled by default for GNU @command{stty}.
15530 Note this is treated as an option rather than a line setting,
15531 and will follow the option processing rules described in the summary above.
15532 It is useful to disable this option
15533 in cases where the system may be in a state where serial transmission
15534 is not possible.
15535 For example, if the system has received the @samp{DC3} character
15536 with @code{ixon} (software flow control) enabled, then @command{stty} would
15537 block without @code{-drain} being specified.
15538 May be negated. Non-POSIX.
15540 @item size
15541 @opindex size
15542 @vindex LINES
15543 @vindex COLUMNS
15544 Print the number of rows and columns that the kernel thinks the
15545 terminal has.  (Systems that don't support rows and columns in the kernel
15546 typically use the environment variables @env{LINES} and @env{COLUMNS}
15547 instead; however, GNU @command{stty} does not know anything about them.)
15548 Non-POSIX.
15550 @item line @var{n}
15551 @opindex line
15552 Use line discipline @var{n}.  Non-POSIX.
15554 @item speed
15555 @opindex speed
15556 Print the terminal speed.
15558 @item @var{n}
15559 @cindex baud rate, setting
15560 Set the input and output speeds to @var{n}.  @var{n} can be one of: 0
15561 50 75 110 134 134.5 150 200 300 600 1200 1800 2400 4800 9600 19200
15562 38400 @code{exta} @code{extb}.  @code{exta} is the same as 19200;
15563 @code{extb} is the same as 38400.  Many systems, including GNU/Linux,
15564 support higher speeds.  The @command{stty} command includes support
15565 for speeds of
15566 57600,
15567 115200,
15568 230400,
15569 460800,
15570 500000,
15571 576000,
15572 921600,
15573 1000000,
15574 1152000,
15575 1500000,
15576 2000000,
15577 2500000,
15578 3000000,
15579 3500000,
15581 4000000 where the system supports these.
15582 0 hangs up the line if @option{-clocal} is set.
15583 @end table
15586 @node printenv invocation
15587 @section @command{printenv}: Print all or some environment variables
15589 @pindex printenv
15590 @cindex printing all or some environment variables
15591 @cindex environment variables, printing
15593 @command{printenv} prints environment variable values.  Synopsis:
15595 @example
15596 printenv [@var{option}] [@var{variable}]@dots{}
15597 @end example
15599 If no @var{variable}s are specified, @command{printenv} prints the value of
15600 every environment variable.  Otherwise, it prints the value of each
15601 @var{variable} that is set, and nothing for those that are not set.
15603 The program accepts the following option.  Also see @ref{Common options}.
15605 @table @samp
15607 @optNull
15609 @end table
15611 @cindex exit status of @command{printenv}
15612 Exit status:
15614 @display
15615 0 if all variables specified were found
15616 1 if at least one specified variable was not found
15617 2 if a write error occurred
15618 @end display
15621 @node tty invocation
15622 @section @command{tty}: Print file name of terminal on standard input
15624 @pindex tty
15625 @cindex print terminal file name
15626 @cindex terminal file name, printing
15628 @command{tty} prints the file name of the terminal connected to its standard
15629 input.  It prints @samp{not a tty} if standard input is not a terminal.
15630 Synopsis:
15632 @example
15633 tty [@var{option}]@dots{}
15634 @end example
15636 The program accepts the following option.  Also see @ref{Common options}.
15638 @table @samp
15640 @item -s
15641 @itemx --silent
15642 @itemx --quiet
15643 @opindex -s
15644 @opindex --silent
15645 @opindex --quiet
15646 Print nothing; only return an exit status.
15648 @end table
15650 @cindex exit status of @command{tty}
15651 Exit status:
15653 @display
15654 0 if standard input is a terminal
15655 1 if standard input is a non-terminal file
15656 2 if given incorrect arguments
15657 3 if a write error occurs
15658 @end display
15661 @node User information
15662 @chapter User information
15664 @cindex user information, commands for
15665 @cindex commands for printing user information
15667 This section describes commands that print user-related information:
15668 logins, groups, and so forth.
15670 @menu
15671 * id invocation::               Print user identity.
15672 * logname invocation::          Print current login name.
15673 * whoami invocation::           Print effective user ID.
15674 * groups invocation::           Print group names a user is in.
15675 * users invocation::            Print login names of users currently logged in.
15676 * who invocation::              Print who is currently logged in.
15677 @end menu
15680 @node id invocation
15681 @section @command{id}: Print user identity
15683 @pindex id
15684 @cindex real user and group IDs, printing
15685 @cindex effective user and group IDs, printing
15686 @cindex printing real and effective user and group IDs
15688 @command{id} prints information about the given user, or the process
15689 running it if no user is specified.  Synopsis:
15691 @example
15692 id [@var{option}]@dots{} [@var{user}]@dots{}
15693 @end example
15695 @var{user} can be either a user ID or a name, with name look-up
15696 taking precedence unless the ID is specified with a leading @samp{+}.
15697 @xref{Disambiguating names and IDs}.
15699 @vindex POSIXLY_CORRECT
15700 By default, it prints the real user ID, real group ID, effective user ID
15701 if different from the real user ID, effective group ID if different from
15702 the real group ID, and supplemental group IDs.
15703 In addition, if SELinux
15704 is enabled and the @env{POSIXLY_CORRECT} environment variable is not set,
15705 then print @samp{context=@var{c}}, where @var{c} is the security context.
15707 Each of these numeric values is preceded by an identifying string and
15708 followed by the corresponding user or group name in parentheses.
15710 The options cause @command{id} to print only part of the above information.
15711 Also see @ref{Common options}.
15713 @table @samp
15714 @item -g
15715 @itemx --group
15716 @opindex -g
15717 @opindex --group
15718 Print only the group ID.
15720 @item -G
15721 @itemx --groups
15722 @opindex -G
15723 @opindex --groups
15724 Print only the group ID and the supplementary groups.
15726 @item -n
15727 @itemx --name
15728 @opindex -n
15729 @opindex --name
15730 Print the user or group name instead of the ID number.  Requires
15731 @option{-u}, @option{-g}, or @option{-G}.
15733 @item -r
15734 @itemx --real
15735 @opindex -r
15736 @opindex --real
15737 Print the real, instead of effective, user or group ID@.  Requires
15738 @option{-u}, @option{-g}, or @option{-G}.
15740 @item -u
15741 @itemx --user
15742 @opindex -u
15743 @opindex --user
15744 Print only the user ID.
15746 @item -Z
15747 @itemx --context
15748 @opindex -Z
15749 @opindex --context
15750 @cindex SELinux
15751 @cindex security context
15752 Print only the security context of the process, which is generally
15753 the user's security context inherited from the parent process.
15754 If neither SELinux or SMACK is enabled then print a warning and
15755 set the exit status to 1.
15757 @item -z
15758 @itemx --zero
15759 @opindex -z
15760 @opindex --zero
15761 Delimit output items with ASCII NUL characters.
15762 This option is not permitted when using the default format.
15763 When multiple users are specified, and the @option{--groups} option
15764 is also in effect, groups are delimited with a single NUL character,
15765 while users are delimited with two NUL characters.
15767 Example:
15768 @example
15769 $ id -Gn --zero
15770 users <NUL> devs <NUL>
15771 @end example
15773 @end table
15775 @macro primaryAndSupplementaryGroups{cmd,arg}
15776 Primary and supplementary groups for a process are normally inherited
15777 from its parent and are usually unchanged since login.  This means
15778 that if you change the group database after logging in, @command{\cmd\}
15779 will not reflect your changes within your existing login session.
15780 Running @command{\cmd\} with a \arg\ causes the user and group
15781 database to be consulted afresh, and so will give a different result.
15782 @end macro
15783 @primaryAndSupplementaryGroups{id,user argument}
15785 @exitstatus
15787 @node logname invocation
15788 @section @command{logname}: Print current login name
15790 @pindex logname
15791 @cindex printing user's login name
15792 @cindex login name, printing
15793 @cindex user name, printing
15795 @flindex utmp
15796 @command{logname} prints the calling user's name, as found in a
15797 system-maintained file (often @file{/var/run/utmp} or
15798 @file{/etc/utmp}), and exits with a status of 0.  If there is no entry
15799 for the calling process, @command{logname} prints
15800 an error message and exits with a status of 1.
15802 The only options are @option{--help} and @option{--version}.  @xref{Common
15803 options}.
15805 @exitstatus
15808 @node whoami invocation
15809 @section @command{whoami}: Print effective user name
15811 @pindex whoami
15812 @cindex effective user name, printing
15813 @cindex printing the effective user ID
15815 @command{whoami} prints the user name associated with the current
15816 effective user ID@.  It is equivalent to the command @samp{id -un}.
15818 The only options are @option{--help} and @option{--version}.  @xref{Common
15819 options}.
15821 @exitstatus
15824 @node groups invocation
15825 @section @command{groups}: Print group names a user is in
15827 @pindex groups
15828 @cindex printing groups a user is in
15829 @cindex supplementary groups, printing
15831 @command{groups} prints the names of the primary and any supplementary
15832 groups for each given @var{username}, or the current process if no names
15833 are given.  If more than one name is given, the name of each user is
15834 printed before
15835 the list of that user's groups and the user name is separated from the
15836 group list by a colon.  Synopsis:
15838 @example
15839 groups [@var{username}]@dots{}
15840 @end example
15842 The group lists are equivalent to the output of the command @samp{id -Gn}.
15844 The only options are @option{--help} and @option{--version}.  @xref{Common
15845 options}.
15847 @primaryAndSupplementaryGroups{groups,list of users}
15849 @exitstatus
15851 @node users invocation
15852 @section @command{users}: Print login names of users currently logged in
15854 @pindex users
15855 @cindex printing current usernames
15856 @cindex usernames, printing current
15858 @cindex login sessions, printing users with
15859 @command{users} prints on a single line a blank-separated list of user
15860 names of users currently logged in to the current host.  Each user name
15861 corresponds to a login session, so if a user has more than one login
15862 session, that user's name will appear the same number of times in the
15863 output.  Synopsis:
15865 @example
15866 users [@var{file}]
15867 @end example
15869 @flindex utmp
15870 @flindex wtmp
15871 With no @var{file} argument, @command{users} extracts its information from
15872 a system-maintained file (often @file{/var/run/utmp} or
15873 @file{/etc/utmp}).  If a file argument is given, @command{users} uses
15874 that file instead.  A common choice is @file{/var/log/wtmp}.
15876 The only options are @option{--help} and @option{--version}.  @xref{Common
15877 options}.
15879 The @command{users} command is installed only on platforms with the
15880 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
15881 should not rely on its existence on non-POSIX platforms.
15883 @exitstatus
15886 @node who invocation
15887 @section @command{who}: Print who is currently logged in
15889 @pindex who
15890 @cindex printing current user information
15891 @cindex information, about current users
15893 @command{who} prints information about users who are currently logged on.
15894 Synopsis:
15896 @example
15897 @command{who} [@var{option}] [@var{file}] [am i]
15898 @end example
15900 @cindex terminal lines, currently used
15901 @cindex login time
15902 @cindex remote hostname
15903 If given no non-option arguments, @command{who} prints the following
15904 information for each user currently logged on: login name, terminal
15905 line, login time, and remote hostname or X display.
15907 @flindex utmp
15908 @flindex wtmp
15909 If given one non-option argument, @command{who} uses that instead of
15910 a default system-maintained file (often @file{/var/run/utmp} or
15911 @file{/etc/utmp}) as the name of the file containing the record of
15912 users logged on.  @file{/var/log/wtmp} is commonly given as an argument
15913 to @command{who} to look at who has previously logged on.
15915 @opindex am i
15916 @opindex who am i
15917 If given two non-option arguments, @command{who} prints only the entry
15918 for the user running it (determined from its standard input), preceded
15919 by the hostname.  Traditionally, the two arguments given are @samp{am
15920 i}, as in @samp{who am i}.
15922 @vindex TZ
15923 Timestamps are listed according to the time zone rules specified by
15924 the @env{TZ} environment variable, or by the system default rules if
15925 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
15926 with @env{TZ}, libc, The GNU C Library Reference Manual}.
15928 The program accepts the following options.  Also see @ref{Common options}.
15930 @table @samp
15932 @item -a
15933 @itemx --all
15934 @opindex -a
15935 @opindex --all
15936 Same as @samp{-b -d --login -p -r -t -T -u}.
15938 @item -b
15939 @itemx --boot
15940 @opindex -b
15941 @opindex --boot
15942 Print the date and time of last system boot.
15944 @item -d
15945 @itemx --dead
15946 @opindex -d
15947 @opindex --dead
15948 Print information corresponding to dead processes.
15950 @item -H
15951 @itemx --heading
15952 @opindex -H
15953 @opindex --heading
15954 Print a line of column headings.
15956 @item -l
15957 @itemx --login
15958 @opindex -l
15959 @opindex --login
15960 List only the entries that correspond to processes via which the
15961 system is waiting for a user to login.  The user name is always @samp{LOGIN}.
15963 @item --lookup
15964 @opindex --lookup
15965 Attempt to canonicalize hostnames found in utmp through a DNS lookup.  This
15966 is not the default because it can cause significant delays on systems with
15967 automatic dial-up internet access.
15969 @item -m
15970 @opindex -m
15971 Same as @samp{who am i}.
15973 @item -p
15974 @itemx --process
15975 @opindex -p
15976 @opindex --process
15977 List active processes spawned by init.
15979 @item -q
15980 @itemx --count
15981 @opindex -q
15982 @opindex --count
15983 Print only the login names and the number of users logged on.
15984 Overrides all other options.
15986 @item -r
15987 @itemx --runlevel
15988 @opindex -r
15989 @opindex --runlevel
15990 Print the current (and maybe previous) run-level of the init process.
15992 @item -s
15993 @opindex -s
15994 Ignored; for compatibility with other versions of @command{who}.
15996 @item -t
15997 @itemx --time
15998 @opindex -t
15999 @opindex --time
16000 Print last system clock change.
16002 @item -u
16003 @opindex -u
16004 @cindex idle time
16005 After the login time, print the number of hours and minutes that the
16006 user has been idle.  @samp{.} means the user was active in the last minute.
16007 @samp{old} means the user has been idle for more than 24 hours.
16009 @item -w
16010 @itemx -T
16011 @itemx --mesg
16012 @itemx --message
16013 @itemx --writable
16014 @opindex -w
16015 @opindex -T
16016 @opindex --mesg
16017 @opindex --message
16018 @opindex --writable
16019 @cindex message status
16020 @pindex write@r{, allowed}
16021 After each login name print a character indicating the user's message status:
16023 @display
16024 @samp{+} allowing @code{write} messages
16025 @samp{-} disallowing @code{write} messages
16026 @samp{?} cannot find terminal device
16027 @end display
16029 @end table
16031 The @command{who} command is installed only on platforms with the
16032 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
16033 should not rely on its existence on non-POSIX platforms.
16035 @exitstatus
16038 @node System context
16039 @chapter System context
16041 @cindex system context
16042 @cindex context, system
16043 @cindex commands for system context
16045 This section describes commands that print or change system-wide
16046 information.
16048 @menu
16049 * date invocation::             Print or set system date and time.
16050 * arch invocation::             Print machine hardware name.
16051 * nproc invocation::            Print the number of processors.
16052 * uname invocation::            Print system information.
16053 * hostname invocation::         Print or set system name.
16054 * hostid invocation::           Print numeric host identifier.
16055 * uptime invocation::           Print system uptime and load.
16056 @end menu
16058 @node date invocation
16059 @section @command{date}: Print or set system date and time
16061 @pindex date
16062 @cindex time, printing or setting
16063 @cindex printing the current time
16065 Synopses:
16067 @example
16068 date [@var{option}]@dots{} [+@var{format}]
16069 date [-u|--utc|--universal] @c this avoids a newline in the output
16070 [ MMDDhhmm[[CC]YY][.ss] ]
16071 @end example
16073 The @command{date} command displays the date and time.
16074 With the @option{--set} (@option{-s}) option, or with
16075 @samp{MMDDhhmm[[CC]YY][.ss]},
16076 it sets the date and time.
16078 @vindex LC_TIME
16079 Invoking @command{date} with no @var{format} argument is equivalent to invoking
16080 it with a default format that depends on the @env{LC_TIME} locale category.
16081 In the default C locale, this format is @samp{'+%a %b %e %H:%M:%S %Z %Y'},
16082 so the output looks like @samp{Thu Jul @ 9 17:00:00 EDT 2020}.
16084 @vindex TZ
16085 Normally, @command{date} uses the time zone rules indicated by the
16086 @env{TZ} environment variable, or the system default rules if @env{TZ}
16087 is not set.  @xref{TZ Variable,, Specifying the Time Zone with
16088 @env{TZ}, libc, The GNU C Library Reference Manual}.
16090 @findex strftime @r{and @command{date}}
16091 @cindex time formats
16092 @cindex formatting times
16093 If given an argument that starts with a @samp{+}, @command{date} prints the
16094 current date and time (or the date and time specified by the
16095 @option{--date} option, see below) in the format defined by that argument,
16096 which is similar to that of the @code{strftime} function.  Except for
16097 conversion specifiers, which start with @samp{%}, characters in the
16098 format string are printed unchanged.  The conversion specifiers are
16099 described below.
16101 @exitstatus
16103 @menu
16104 * Time conversion specifiers::     %[HIklMNpPrRsSTXzZ]
16105 * Date conversion specifiers::     %[aAbBcCdDeFgGhjmuUVwWxyY]
16106 * Literal conversion specifiers::  %[%nt]
16107 * Padding and other flags::        Pad with zeros, spaces, etc.
16108 * Setting the time::               Changing the system clock.
16109 * Options for date::               Instead of the current time.
16110 @detailmenu
16111 * Date input formats::             Specifying date strings.
16112 @end detailmenu
16113 * Examples of date::               Examples.
16114 @end menu
16116 @node Time conversion specifiers
16117 @subsection Time conversion specifiers
16119 @cindex time conversion specifiers
16120 @cindex conversion specifiers, time
16122 @command{date} conversion specifiers related to times.
16124 @table @samp
16125 @item %H
16126 hour (@samp{00}@dots{}@samp{23})
16127 @item %I
16128 hour (@samp{01}@dots{}@samp{12})
16129 @item %k
16130 hour, space padded (@samp{ 0}@dots{}@samp{23}); equivalent to @samp{%_H}@.
16131 This is a GNU extension.
16132 @item %l
16133 hour, space padded (@samp{ 1}@dots{}@samp{12}); equivalent to @samp{%_I}@.
16134 This is a GNU extension.
16135 @item %M
16136 minute (@samp{00}@dots{}@samp{59})
16137 @item %N
16138 nanoseconds (@samp{000000000}@dots{}@samp{999999999}).
16139 This is a GNU extension.
16140 @item %p
16141 locale's equivalent of either @samp{AM} or @samp{PM};
16142 blank in many locales.
16143 Noon is treated as @samp{PM} and midnight as @samp{AM}.
16144 @item %P
16145 like @samp{%p}, except lower case.
16146 This is a GNU extension.
16147 @item %r
16148 locale's 12-hour clock time (e.g., @samp{11:11:04 PM})
16149 @item %R
16150 24-hour hour and minute.  Same as @samp{%H:%M}.
16151 @item %s
16152 @cindex Epoch, seconds since
16153 @cindex seconds since the Epoch
16154 @cindex beginning of time
16155 @cindex leap seconds
16156 seconds since the Epoch, i.e., since 1970-01-01 00:00 UTC@.
16157 Leap seconds are not counted unless leap second support is available.
16158 @xref{%s-examples}, for examples.
16159 This is a GNU extension.
16160 @item %S
16161 @cindex leap seconds
16162 second (@samp{00}@dots{}@samp{60}).
16163 This may be @samp{60} if leap seconds are supported.
16164 @item %T
16165 24-hour hour, minute, and second.  Same as @samp{%H:%M:%S}.
16166 @item %X
16167 locale's time representation (e.g., @samp{23:13:48})
16168 @item %z
16169 Four-digit numeric time zone, e.g., @samp{-0600} or @samp{+0530}, or
16170 @samp{-0000} if no
16171 time zone is determinable.  This value reflects the numeric time zone
16172 appropriate for the current time, using the time zone rules specified
16173 by the @env{TZ} environment variable.  A time zone is not determinable if
16174 its numeric offset is zero and its abbreviation begins with @samp{-}.
16175 The time (and optionally, the time zone rules) can be overridden
16176 by the @option{--date} option.
16177 @item %:z
16178 Numeric time zone with @samp{:}, e.g., @samp{-06:00} or
16179 @samp{+05:30}), or @samp{-00:00} if no time zone is determinable.
16180 This is a GNU extension.
16181 @item %::z
16182 Numeric time zone to the nearest second with @samp{:} (e.g.,
16183 @samp{-06:00:00} or @samp{+05:30:00}), or @samp{-00:00:00} if no time zone is
16184 determinable.
16185 This is a GNU extension.
16186 @item %:::z
16187 Numeric time zone with @samp{:} using the minimum necessary precision
16188 (e.g., @samp{-06}, @samp{+05:30}, or @samp{-04:56:02}), or @samp{-00} if
16189 no time zone is determinable.
16190 This is a GNU extension.
16191 @item %Z
16192 alphabetic time zone abbreviation (e.g., @samp{EDT}), or nothing if no
16193 time zone is determinable.  See @samp{%z} for how it is determined.
16194 @end table
16197 @node Date conversion specifiers
16198 @subsection Date conversion specifiers
16200 @cindex date conversion specifiers
16201 @cindex conversion specifiers, date
16203 @command{date} conversion specifiers related to dates.
16205 @table @samp
16206 @item %a
16207 locale's abbreviated weekday name (e.g., @samp{Sun})
16208 @item %A
16209 locale's full weekday name, variable length (e.g., @samp{Sunday})
16210 @item %b
16211 locale's abbreviated month name (e.g., @samp{Jan})
16212 @item %B
16213 locale's full month name, variable length (e.g., @samp{January})
16214 @item %c
16215 locale's date and time (e.g., @samp{Thu Mar @ 3 23:05:25 2020})
16216 @item %C
16217 century.  This is like @samp{%Y}, except the last two digits are omitted.
16218 For example, it is @samp{20} if @samp{%Y} is @samp{2019},
16219 and is @samp{-0} if @samp{%Y} is @samp{-001}.
16220 It is normally at least two characters, but it may be more.
16221 @item %d
16222 day of month (e.g., @samp{01})
16223 @item %D
16224 date; same as @samp{%m/%d/%y}
16225 @item %e
16226 day of month, space padded; same as @samp{%_d}
16227 @item %F
16228 full date in ISO 8601 format; like @samp{%+4Y-%m-%d}
16229 except that any flags or field width override the @samp{+}
16230 and (after subtracting 6) the @samp{4}.
16231 This is a good choice for a date format, as it is standard and
16232 is easy to sort in the usual case where years are in the range
16233 0000@dots{}9999.
16234 @item %g
16235 year corresponding to the ISO week number, but without the century
16236 (range @samp{00} through @samp{99}).  This has the same format and value
16237 as @samp{%y}, except that if the ISO week number (see
16238 @samp{%V}) belongs
16239 to the previous or next year, that year is used instead.
16240 @item %G
16241 year corresponding to the ISO week number.  This has the
16242 same format and value as @samp{%Y}, except that if the ISO
16243 week number (see
16244 @samp{%V}) belongs to the previous or next year, that year is used
16245 instead.
16246 It is normally useful only if @samp{%V} is also used;
16247 for example, the format @samp{%G-%m-%d} is probably a mistake,
16248 since it combines the ISO week number year with the conventional month and day.
16249 @item %h
16250 same as @samp{%b}
16251 @item %j
16252 day of year (@samp{001}@dots{}@samp{366})
16253 @item %m
16254 month (@samp{01}@dots{}@samp{12})
16255 @item %q
16256 quarter of year (@samp{1}@dots{}@samp{4})
16257 @item %u
16258 day of week (@samp{1}@dots{}@samp{7}) with @samp{1} corresponding to Monday
16259 @item %U
16260 week number of year, with Sunday as the first day of the week
16261 (@samp{00}@dots{}@samp{53}).
16262 Days in a new year preceding the first Sunday are in week zero.
16263 @item %V
16264 ISO week number, that is, the
16265 week number of year, with Monday as the first day of the week
16266 (@samp{01}@dots{}@samp{53}).
16267 If the week containing January 1 has four or more days in
16268 the new year, then it is considered week 1; otherwise, it is week 53 of
16269 the previous year, and the next week is week 1.  (See the ISO 8601
16270 standard.)
16271 @item %w
16272 day of week (@samp{0}@dots{}@samp{6}) with 0 corresponding to Sunday
16273 @item %W
16274 week number of year, with Monday as first day of week
16275 (@samp{00}@dots{}@samp{53}).
16276 Days in a new year preceding the first Monday are in week zero.
16277 @item %x
16278 locale's date representation (e.g., @samp{12/31/99})
16279 @item %y
16280 last two digits of year (@samp{00}@dots{}@samp{99})
16281 @item %Y
16282 year.  This is normally at least four characters, but it may be more.
16283 Year @samp{0000} precedes year @samp{0001}, and year @samp{-001}
16284 precedes year @samp{0000}.
16285 @end table
16288 @node Literal conversion specifiers
16289 @subsection Literal conversion specifiers
16291 @cindex literal conversion specifiers
16292 @cindex conversion specifiers, literal
16294 @command{date} conversion specifiers that produce literal strings.
16296 @table @samp
16297 @item %%
16298 a literal %
16299 @item %n
16300 a newline
16301 @item %t
16302 a horizontal tab
16303 @end table
16306 @node Padding and other flags
16307 @subsection Padding and other flags
16309 @cindex numeric field padding
16310 @cindex padding of numeric fields
16311 @cindex fields, padding numeric
16313 Unless otherwise specified, @command{date} normally pads numeric fields
16314 with zeros, so that, for
16315 example, numeric months are always output as two digits.
16316 Most numeric fields are padded on the left.
16317 However, nanoseconds are padded on the right since they are commonly
16318 used after decimal points in formats like @samp{%s.%-N}.
16319 Also, seconds since the Epoch are not padded
16320 since there is no natural width for them.
16322 The following optional flags can appear after the @samp{%}:
16324 @table @samp
16325 @item -
16326 (hyphen) Do not pad the field; useful if the output is intended for
16327 human consumption.
16328 This is a GNU extension.
16329 As a special case, @samp{%-N} outputs only enough trailing digits to
16330 not lose information, assuming that the timestamp's resolution is the
16331 same as the current hardware clock.  For example, if the hardware
16332 clock resolution is 1 microsecond, @samp{%s.%-N} outputs something
16333 like @samp{1640890100.395710}.
16335 @item _
16336 (underscore) Pad with spaces; useful if you need a fixed
16337 number of characters in the output, but zeros are too distracting.
16338 This is a GNU extension.
16339 @item 0
16340 (zero) Pad with zeros even if the conversion specifier
16341 would normally pad with spaces.
16342 @item +
16343 Pad with zeros, like @samp{0}.  In addition, precede any year number
16344 with @samp{+} if it exceeds 9999 or if its field width exceeds 4;
16345 similarly, precede any century number with @samp{+} if it exceeds 99
16346 or if its field width exceeds 2.  This supports ISO 8601 formats
16347 for dates far in the future; for example, the command @code{date
16348 --date=12019-02-25 +%+13F} outputs the string @samp{+012019-02-25}.
16349 @item ^
16350 Use upper case characters if possible.
16351 This is a GNU extension.
16352 @item #
16353 Use opposite case characters if possible.
16354 A field that is normally upper case becomes lower case, and vice versa.
16355 This is a GNU extension.
16356 @end table
16358 @noindent
16359 Here are some examples of padding:
16361 @example
16362 date +%d/%m -d "Feb 1"
16363 @result{} 01/02
16364 date +%-d/%-m -d "Feb 1"
16365 @result{} 1/2
16366 date +%_d/%_m -d "Feb 1"
16367 @result{}  1/ 2
16368 @end example
16370 You can optionally specify the field width
16371 (after any flag, if present) as a decimal number.  If the natural size of the
16372 output of the field has less than the specified number of characters,
16373 the result is normally written right adjusted and padded to the given
16374 size.  For example, @samp{%9B} prints the right adjusted month name in
16375 a field of width 9.  Nanoseconds are left adjusted, and are truncated
16376 or padded to the field width.
16378 An optional modifier can follow the optional flag and width
16379 specification.  The modifiers are:
16381 @table @samp
16382 @item E
16383 Use the locale's alternate representation for date and time.  This
16384 modifier applies to the @samp{%c}, @samp{%C}, @samp{%x}, @samp{%X},
16385 @samp{%y} and @samp{%Y} conversion specifiers.  In a Japanese locale, for
16386 example, @samp{%Ex} might yield a date format based on the Japanese
16387 Emperors' reigns.
16389 @item O
16390 Use the locale's alternate numeric symbols for numbers.  This modifier
16391 applies only to numeric conversion specifiers.
16392 @end table
16394 If the format supports the modifier but no alternate representation
16395 is available, it is ignored.
16397 POSIX specifies the behavior of flags and field widths only for
16398 @samp{%C}, @samp{%F}, @samp{%G}, and @samp{%Y} (all without
16399 modifiers), and requires a flag to be present if and only if a field
16400 width is also present.  Other combinations of flags, field widths and
16401 modifiers are GNU extensions.
16404 @node Setting the time
16405 @subsection Setting the time
16407 @cindex setting the time
16408 @cindex time setting
16409 @cindex appropriate privileges
16411 You must have appropriate privileges to set the
16412 system clock.  For changes to persist across a reboot, the
16413 hardware clock may need to be updated from the system clock, which
16414 might not happen automatically on your system.
16416 To set the clock, you can use the @option{--set} (@option{-s}) option
16417 (@pxref{Options for date}).  To set the clock without using GNU
16418 extensions, you can give @command{date} an argument of the form
16419 @samp{MMDDhhmm[[CC]YY][.ss]} where each two-letter
16420 component stands for two digits with the following meanings:
16422 @table @var
16423 @item MM
16424 month
16425 @item DD
16426 day within month
16427 @item hh
16428 hour
16429 @item mm
16430 minute
16431 @item CC
16432 first two digits of year (optional)
16433 @item YY
16434 last two digits of year (optional)
16435 @item ss
16436 second (optional)
16437 @end table
16439 Note, the @option{--date} and @option{--set} options may not be used with an
16440 argument in the above format.  The @option{--universal} option may be used
16441 with such an argument to indicate that the specified date and time are
16442 relative to Universal Time rather than to the local time zone.
16445 @node Options for date
16446 @subsection Options for @command{date}
16448 @cindex @command{date} options
16449 @cindex options for @command{date}
16451 The program accepts the following options.  Also see @ref{Common options}.
16452 Except for @option{-u}, these options are all GNU extensions to POSIX.
16454 All options that specify the date to display are mutually exclusive.
16455 I.e.: @option{--date}, @option{--file}, @option{--reference},
16456 @option{--resolution}.
16458 @table @samp
16460 @item -d @var{datestr}
16461 @itemx --date=@var{datestr}
16462 @opindex -d
16463 @opindex --date
16464 @cindex parsing date strings
16465 @cindex date strings, parsing
16466 @cindex arbitrary date strings, parsing
16467 @opindex yesterday
16468 @opindex tomorrow
16469 @opindex next @var{day}
16470 @opindex last @var{day}
16471 Display the date and time specified in @var{datestr} instead of the
16472 current date and time.  @var{datestr} can be in almost any common
16473 format.  It can contain month names, time zones, @samp{am} and @samp{pm},
16474 @samp{yesterday}, etc.  For example, @option{--date="2020-07-21
16475 14:19:13.489392193 +0530"} specifies the instant of time that is
16476 489,392,193 nanoseconds after July 21, 2020 at 2:19:13 PM in a
16477 time zone that is 5 hours and 30 minutes east of UTC.@*
16478 Note: input currently must be in locale independent format.  E.g., the
16479 LC_TIME=C below is needed to print back the correct date in many locales:
16480 @example
16481 date -d "$(LC_TIME=C date)"
16482 @end example
16483 @xref{Date input formats}.
16485 @item --debug
16486 @opindex --debug
16487 @cindex debugging date strings
16488 @cindex date strings, debugging
16489 @cindex arbitrary date strings, debugging
16490 Annotate the parsed date, display the effective time zone, and warn about
16491 potential misuse.
16493 @item -f @var{datefile}
16494 @itemx --file=@var{datefile}
16495 @opindex -f
16496 @opindex --file
16497 Parse each line in @var{datefile} as with @option{-d} and display the
16498 resulting date and time.  If @var{datefile} is @samp{-}, use standard
16499 input.  This is useful when you have many dates to process, because the
16500 system overhead of starting up the @command{date} executable many times can
16501 be considerable.
16503 @item -I[@var{timespec}]
16504 @itemx --iso-8601[=@var{timespec}]
16505 @opindex -I[@var{timespec}]
16506 @opindex --iso-8601[=@var{timespec}]
16507 Display the date using an ISO 8601 format, @samp{%Y-%m-%d}.
16509 The argument @var{timespec} specifies the number of additional
16510 terms of the time to include.  It can be one of the following:
16511 @table @samp
16512 @item auto
16513 Print just the date.  This is the default if @var{timespec} is omitted.
16515 @item hours
16516 Append the hour of the day to the date.
16518 @item minutes
16519 Append the hours and minutes.
16521 @item seconds
16522 Append the hours, minutes and seconds.
16524 @item ns
16525 Append the hours, minutes, seconds and nanoseconds.
16526 @end table
16528 If showing any time terms, then include the time zone using the format
16529 @samp{%:z}.
16530 @macro dateParseNote
16531 This format is always suitable as input
16532 for the @option{--date} (@option{-d}) and @option{--file}
16533 (@option{-f}) options, regardless of the current locale.
16534 @end macro
16535 @dateParseNote
16537 @item -r @var{file}
16538 @itemx --reference=@var{file}
16539 @opindex -r
16540 @opindex --reference
16541 Display the date and time of the last modification of @var{file},
16542 instead of the current date and time.
16544 @item --resolution
16545 @opindex --resolution
16546 Display the timestamp resolution instead of the time.
16547 Current clock timestamps that are output by @command{date}
16548 are integer multiples of the timestamp resolution.
16549 With this option, the format defaults to @samp{%s.%N}.
16550 For example, if the clock resolution is 1 millsecond,
16551 the output is:
16553 @example
16554 0.001000000
16555 @end example
16557 @item -R
16558 @itemx --rfc-email
16559 @opindex -R
16560 @opindex --rfc-email
16561 Display the date and time using the format @samp{%a, %d %b %Y %H:%M:%S
16562 %z}, evaluated in the C locale so abbreviations are always in English.
16563 For example:
16565 @example
16566 Mon, 09 Jul 2020 17:00:00 -0400
16567 @end example
16569 @opindex --rfc-822
16570 @opindex --rfc-2822
16571 This format conforms to Internet RFCs
16572 @uref{https://tools.ietf.org/search/rfc5322, 5322},
16573 @uref{https://tools.ietf.org/search/rfc2822, 2822} and
16574 @uref{https://tools.ietf.org/search/rfc822, 822}, the
16575 current and previous standards for Internet email.
16576 For compatibility with older versions of @command{date},
16577 @option{--rfc-2822} and @option{--rfc-822} are aliases for
16578 @option{--rfc-email}.
16580 @item --rfc-3339=@var{timespec}
16581 @opindex --rfc-3339=@var{timespec}
16582 Display the date using a format specified by
16583 @uref{https://tools.ietf.org/search/rfc3339, Internet
16584 RFC 3339}.  This is like @option{--iso-8601}, except that a space rather
16585 than a @samp{T} separates dates from times, and a period rather than
16586 a comma separates seconds from subseconds.
16587 @dateParseNote
16589 The argument @var{timespec} specifies how much of the time to include.
16590 It can be one of the following:
16592 @table @samp
16593 @item date
16594 Print just the full-date, e.g., @samp{2020-07-21}.
16595 This is equivalent to the format @samp{%Y-%m-%d}.
16597 @item seconds
16598 Print the full-date and full-time separated by a space, e.g.,
16599 @samp{2020-07-21 04:30:37+05:30}.  The output ends with a numeric
16600 time-offset; here the @samp{+05:30} means that local time is five
16601 hours and thirty minutes east of UTC@.  This is equivalent to
16602 the format @samp{%Y-%m-%d %H:%M:%S%:z}.
16604 @item ns
16605 Like @samp{seconds}, but also print nanoseconds, e.g.,
16606 @samp{2020-07-21 04:30:37.998458565+05:30}.
16607 This is equivalent to the format @samp{%Y-%m-%d %H:%M:%S.%N%:z}.
16609 @end table
16611 @item -s @var{datestr}
16612 @itemx --set=@var{datestr}
16613 @opindex -s
16614 @opindex --set
16615 Set the date and time to @var{datestr}.  See @option{-d} above.
16616 See also @ref{Setting the time}.
16618 @item -u
16619 @itemx --utc
16620 @itemx --universal
16621 @opindex -u
16622 @opindex --utc
16623 @opindex --universal
16624 @cindex Coordinated Universal Time
16625 @cindex UTC
16626 @cindex Greenwich Mean Time
16627 @cindex GMT
16628 @cindex leap seconds
16629 @vindex TZ
16630 @cindex Universal Time
16631 Use Universal Time by operating as if the
16632 @env{TZ} environment variable were set to the string @samp{UTC0}.
16633 UTC stands for Coordinated Universal Time, established in 1960.
16634 Universal Time is often called ``Greenwich Mean Time'' (GMT) for
16635 historical reasons.
16636 Typically, systems ignore leap seconds and thus implement an
16637 approximation to UTC rather than true UTC.
16638 @end table
16641 @node Examples of date
16642 @subsection Examples of @command{date}
16644 @cindex examples of @command{date}
16646 Here are a few examples.  Also see the documentation for the @option{-d}
16647 option in the previous section.
16649 @itemize @bullet
16651 @item
16652 To print the date of the day before yesterday:
16654 @example
16655 date --date='2 days ago'
16656 @end example
16658 @item
16659 To print the date of the day three months and one day hence:
16661 @example
16662 date --date='3 months 1 day'
16663 @end example
16665 @item
16666 To print the day of year of Christmas in the current year:
16668 @example
16669 date --date='25 Dec' +%j
16670 @end example
16672 @item
16673 To print the current full month name and the day of the month:
16675 @example
16676 date '+%B %d'
16677 @end example
16679 But this may not be what you want because for the first nine days of
16680 the month, the @samp{%d} expands to a zero-padded two-digit field,
16681 for example @samp{date -d 1may '+%B %d'} will print @samp{May 01}.
16683 @item
16684 To print a date without the leading zero for one-digit days
16685 of the month, you can use the (GNU extension)
16686 @samp{-} flag to suppress
16687 the padding altogether:
16689 @example
16690 date -d 1may '+%B %-d'
16691 @end example
16693 @item
16694 To print the current date and time in the format required by many
16695 non-GNU versions of @command{date} when setting the system clock:
16697 @example
16698 date +%m%d%H%M%Y.%S
16699 @end example
16701 @item
16702 To set the system clock forward by two minutes:
16704 @example
16705 date --set='+2 minutes'
16706 @end example
16708 @item
16709 To print the date in Internet RFC 5322 format,
16710 use @samp{date --rfc-email}.  Here is some example output:
16712 @example
16713 Tue, 09 Jul 2020 19:00:37 -0400
16714 @end example
16716 @anchor{%s-examples}
16717 @item
16718 To convert a date string to the number of seconds since the Epoch
16719 (which is 1970-01-01 00:00 UTC), use the @option{--date} option with
16720 the @samp{%s} format.  That can be useful in sorting and/or graphing
16721 and/or comparing data by date.  The following command outputs the
16722 number of the seconds since the Epoch for the time two minutes after the
16723 Epoch:
16725 @example
16726 date --date='1970-01-01 00:02:00 +0000' +%s
16728 @end example
16730 If you do not specify time zone information in the date string,
16731 @command{date} uses your computer's idea of the time zone when
16732 interpreting the string.  For example, if your computer's time zone is
16733 that of Cambridge, Massachusetts, which was then 5 hours (i.e., 18,000
16734 seconds) behind UTC:
16736 @example
16737 # local time zone used
16738 date --date='1970-01-01 00:02:00' +%s
16739 18120
16740 @end example
16742 @item
16743 If you're sorting or graphing dated data, your raw date values may be
16744 represented as seconds since the Epoch.  But few people can look at
16745 the date @samp{1577836800} and casually note ``Oh, that's the first
16746 second of the year 2020 in Greenwich, England.''
16748 @example
16749 date --date='2020-01-01 UTC' +%s
16750 1577836800
16751 @end example
16753 An alternative is to use the @option{--utc} (@option{-u}) option.
16754 Then you may omit @samp{UTC} from the date string.  Although this
16755 produces the same result for @samp{%s} and many other format sequences,
16756 with a time zone offset different from zero, it would give a different
16757 result for zone-dependent formats like @samp{%z}.
16759 @example
16760 date -u --date=2020-07-21 +%s
16761 1595289600
16762 @end example
16764 To convert such an unwieldy number of seconds back to
16765 a more readable form, use a command like this:
16767 @example
16768 date -d @@1595289600 +"%F %T %z"
16769 2020-07-20 20:00:00 -0400
16770 @end example
16772 Often it is better to output UTC-relative date and time:
16774 @example
16775 date -u -d @@1595289600 +"%F %T %z"
16776 2020-07-21 00:00:00 +0000
16777 @end example
16779 @item
16780 @cindex leap seconds
16781 Typically the seconds count omits leap seconds, but some systems are
16782 exceptions.  Because leap seconds are not predictable, the mapping
16783 between the seconds count and a future timestamp is not reliable on
16784 the atypical systems that include leap seconds in their counts.
16786 Here is how the two kinds of systems handle the leap second at
16787 the end of the year 2016:
16789 @example
16790 # Typical systems ignore leap seconds:
16791 date --date='2016-12-31 23:59:59 +0000' +%s
16792 1483228799
16793 date --date='2016-12-31 23:59:60 +0000' +%s
16794 date: invalid date '2016-12-31 23:59:60 +0000'
16795 date --date='2017-01-01 00:00:00 +0000' +%s
16796 1483228800
16797 @end example
16799 @example
16800 # Atypical systems count leap seconds:
16801 date --date='2016-12-31 23:59:59 +0000' +%s
16802 1483228825
16803 date --date='2016-12-31 23:59:60 +0000' +%s
16804 1483228826
16805 date --date='2017-01-01 00:00:00 +0000' +%s
16806 1483228827
16807 @end example
16809 @end itemize
16812 @node arch invocation
16813 @section @command{arch}: Print machine hardware name
16815 @pindex arch
16816 @cindex print machine hardware name
16817 @cindex system information, printing
16819 @command{arch} prints the machine hardware name,
16820 and is equivalent to @samp{uname -m}.
16821 Synopsis:
16823 @example
16824 arch [@var{option}]
16825 @end example
16827 The program accepts the @ref{Common options} only.
16829 @command{arch} is not installed by default, so portable scripts should
16830 not rely on its existence.
16832 @exitstatus
16835 @node nproc invocation
16836 @section @command{nproc}: Print the number of available processors
16838 @pindex nproc
16839 @cindex Print the number of processors
16840 @cindex system information, printing
16842 Print the number of processing units available to the current process,
16843 which may be less than the number of online processors.
16844 If this information is not accessible, then print the number of
16845 processors installed.  If the @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT}
16846 environment variables are set, then they will determine the minimum
16847 and maximum returned value respectively.  The result is guaranteed to be
16848 greater than zero.  Synopsis:
16850 @example
16851 nproc [@var{option}]
16852 @end example
16854 The program accepts the following options.  Also see @ref{Common options}.
16856 @table @samp
16858 @item --all
16859 @opindex --all
16860 Print the number of installed processors on the system, which may
16861 be greater than the number online or available to the current process.
16862 The @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT} environment variables
16863 are not honored in this case.
16865 @item --ignore=@var{number}
16866 @opindex --ignore
16867 If possible, exclude this @var{number} of processing units.
16869 @end table
16871 @exitstatus
16874 @node uname invocation
16875 @section @command{uname}: Print system information
16877 @pindex uname
16878 @cindex print system information
16879 @cindex system information, printing
16881 @command{uname} prints information about the machine and operating system
16882 it is run on.  If no options are given, @command{uname} acts as if the
16883 @option{-s} option were given.  Synopsis:
16885 @example
16886 uname [@var{option}]@dots{}
16887 @end example
16889 If multiple options or @option{-a} are given, the selected information is
16890 printed in this order:
16892 @example
16893 @var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version}
16894 @var{machine} @var{processor} @var{hardware-platform} @var{operating-system}
16895 @end example
16897 The information may contain internal spaces, so such output cannot be
16898 parsed reliably.  In the following example, @var{kernel-version} is
16899 @samp{#1 SMP Fri Jul 17 17:18:38 UTC 2020}:
16901 @example
16902 uname -a
16903 @result{} Linux dumdum.example.org 5.9.16-200.fc33.x86_64@c
16904  #1 SMP Mon Dec 21 14:08:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
16905 @end example
16908 The program accepts the following options.  Also see @ref{Common options}.
16910 @table @samp
16912 @item -a
16913 @itemx --all
16914 @opindex -a
16915 @opindex --all
16916 Print all of the below information, except omit the processor type
16917 and the hardware platform name if they are unknown.
16919 @item -i
16920 @itemx --hardware-platform
16921 @opindex -i
16922 @opindex --hardware-platform
16923 @cindex implementation, hardware
16924 @cindex hardware platform
16925 @cindex platform, hardware
16926 Print the hardware platform name
16927 (sometimes called the hardware implementation).
16928 Print @samp{unknown} if this information is not available.
16929 Note this is non-portable (even across GNU/Linux distributions).
16931 @item -m
16932 @itemx --machine
16933 @opindex -m
16934 @opindex --machine
16935 @cindex machine type
16936 @cindex hardware class
16937 @cindex hardware type
16938 Print the machine hardware name (sometimes called the hardware class
16939 or hardware type).
16941 @item -n
16942 @itemx --nodename
16943 @opindex -n
16944 @opindex --nodename
16945 @cindex hostname
16946 @cindex node name
16947 @cindex network node name
16948 Print the network node hostname.
16950 @item -p
16951 @itemx --processor
16952 @opindex -p
16953 @opindex --processor
16954 @cindex host processor type
16955 Print the processor type (sometimes called the instruction set
16956 architecture or ISA).
16957 Print @samp{unknown} if this information is not available.
16958 Note this is non-portable (even across GNU/Linux distributions).
16960 @item -o
16961 @itemx --operating-system
16962 @opindex -o
16963 @opindex --operating-system
16964 @cindex operating system name
16965 Print the name of the operating system.
16967 @item -r
16968 @itemx --kernel-release
16969 @opindex -r
16970 @opindex --kernel-release
16971 @cindex kernel release
16972 @cindex release of kernel
16973 Print the kernel release.
16975 @item -s
16976 @itemx --kernel-name
16977 @opindex -s
16978 @opindex --kernel-name
16979 @cindex kernel name
16980 @cindex name of kernel
16981 Print the kernel name.
16982 POSIX 1003.1-2001 (@pxref{Standards conformance}) calls this
16983 ``the implementation of the operating system'', because the
16984 POSIX specification itself has no notion of ``kernel''.
16985 The kernel name might be the same as the operating system name printed
16986 by the @option{-o} or @option{--operating-system} option, but it might
16987 differ.  Some operating systems (e.g., FreeBSD, HP-UX) have the same
16988 name as their underlying kernels; others (e.g., GNU/Linux, Solaris)
16989 do not.
16991 @item -v
16992 @itemx --kernel-version
16993 @opindex -v
16994 @opindex --kernel-version
16995 @cindex kernel version
16996 @cindex version of kernel
16997 Print the kernel version.
16999 @end table
17001 @exitstatus
17004 @node hostname invocation
17005 @section @command{hostname}: Print or set system name
17007 @pindex hostname
17008 @cindex setting the hostname
17009 @cindex printing the hostname
17010 @cindex system name, printing
17011 @cindex appropriate privileges
17013 With no arguments, @command{hostname} prints the name of the current host
17014 system.  With one argument, it sets the current host name to the
17015 specified string.  You must have appropriate privileges to set the host
17016 name.  Synopsis:
17018 @example
17019 hostname [@var{name}]
17020 @end example
17022 The only options are @option{--help} and @option{--version}.  @xref{Common
17023 options}.
17025 @command{hostname} is not installed by default, and other packages
17026 also supply a @command{hostname} command, so portable scripts should
17027 not rely on its existence or on the exact behavior documented above.
17029 @exitstatus
17032 @node hostid invocation
17033 @section @command{hostid}: Print numeric host identifier
17035 @pindex hostid
17036 @cindex printing the host identifier
17038 @command{hostid} prints the numeric identifier of the current host
17039 in hexadecimal.  This command accepts no arguments.
17040 The only options are @option{--help} and @option{--version}.
17041 @xref{Common options}.
17043 For example, here's what it prints on one system I use:
17045 @example
17046 $ hostid
17047 1bac013d
17048 @end example
17050 On that system, the 32-bit quantity happens to be closely
17051 related to the system's Internet address, but that isn't always
17052 the case.
17054 @command{hostid} is installed only on systems that have the
17055 @code{gethostid} function, so portable scripts should not rely on its
17056 existence.
17058 @exitstatus
17060 @node uptime invocation
17061 @section @command{uptime}: Print system uptime and load
17063 @pindex uptime
17064 @cindex printing the system uptime and load
17066 @command{uptime} prints the current time, the system's uptime, the
17067 number of logged-in users and the current load average.
17069 If an argument is specified, it is used as the file to be read
17070 to discover how many users are logged in.  If no argument is
17071 specified, a system default is used (@command{uptime --help} indicates
17072 the default setting).
17074 The only options are @option{--help} and @option{--version}.
17075 @xref{Common options}.
17077 For example, here's what it prints right now on one system I use:
17079 @example
17080 $ uptime
17081  14:07  up   3:35,  3 users,  load average: 1.39, 1.15, 1.04
17082 @end example
17084 The precise method of calculation of load average varies somewhat
17085 between systems.  Some systems calculate it as the average number of
17086 runnable processes over the last 1, 5 and 15 minutes, but some systems
17087 also include processes in the uninterruptible sleep state (that is,
17088 those processes which are waiting for device I/O).  The Linux kernel
17089 includes uninterruptible processes.
17091 @command{uptime} is installed only on platforms with infrastructure
17092 for obtaining the boot time, and other packages also supply an
17093 @command{uptime} command, so portable scripts should not rely on its
17094 existence or on the exact behavior documented above.
17096 @exitstatus
17098 @node SELinux context
17099 @chapter SELinux context
17101 @cindex SELinux context
17102 @cindex SELinux, context
17103 @cindex commands for SELinux context
17105 This section describes commands for operations with SELinux
17106 contexts.
17108 @menu
17109 * chcon invocation::            Change SELinux context of file
17110 * runcon invocation::           Run a command in specified SELinux context
17111 @end menu
17113 @node chcon invocation
17114 @section @command{chcon}: Change SELinux context of file
17116 @pindex chcon
17117 @cindex changing security context
17118 @cindex change SELinux context
17120 @command{chcon} changes the SELinux security context of the selected files.
17121 Synopses:
17123 @example
17124 chcon [@var{option}]@dots{} @var{context} @var{file}@dots{}
17125 chcon [@var{option}]@dots{} [-u @var{user}] [-r @var{role}] [-l @var{range}]@c
17126  [-t @var{type}] @var{file}@dots{}
17127 chcon [@var{option}]@dots{} --reference=@var{rfile} @var{file}@dots{}
17128 @end example
17130 Change the SELinux security context of each @var{file} to @var{context}.
17131 With @option{--reference}, change the security context of each @var{file}
17132 to that of @var{rfile}.
17134 The program accepts the following options.  Also see @ref{Common options}.
17136 @table @samp
17138 @item --dereference
17139 @opindex --dereference
17140 Do not affect symbolic links but what they refer to; this is the default.
17142 @item -h
17143 @itemx --no-dereference
17144 @opindex -h
17145 @opindex --no-dereference
17146 @cindex no dereference
17147 Affect the symbolic links themselves instead of any referenced file.
17149 @item --reference=@var{rfile}
17150 @opindex --reference
17151 @cindex reference file
17152 Use @var{rfile}'s security context rather than specifying a @var{context} value.
17154 @item -R
17155 @itemx --recursive
17156 @opindex -R
17157 @opindex --recursive
17158 Operate on files and directories recursively.
17160 @item --preserve-root
17161 @opindex --preserve-root
17162 Refuse to operate recursively on the root directory, @file{/},
17163 when used together with the @option{--recursive} option.
17164 @xref{Treating / specially}.
17166 @item --no-preserve-root
17167 @opindex --no-preserve-root
17168 Do not treat the root directory, @file{/}, specially when operating
17169 recursively; this is the default.
17170 @xref{Treating / specially}.
17172 @choptH
17173 @xref{Traversing symlinks}.
17175 @choptL
17176 @xref{Traversing symlinks}.
17178 @choptP
17179 @xref{Traversing symlinks}.
17181 @item -v
17182 @itemx --verbose
17183 @opindex -v
17184 @opindex --verbose
17185 @cindex diagnostic
17186 Output a diagnostic for every file processed.
17188 @item -u @var{user}
17189 @itemx --user=@var{user}
17190 @opindex -u
17191 @opindex --user
17192 Set user @var{user} in the target security context.
17194 @item -r @var{role}
17195 @itemx --role=@var{role}
17196 @opindex -r
17197 @opindex --role
17198 Set role @var{role} in the target security context.
17200 @item -t @var{type}
17201 @itemx --type=@var{type}
17202 @opindex -t
17203 @opindex --type
17204 Set type @var{type} in the target security context.
17206 @item -l @var{range}
17207 @itemx --range=@var{range}
17208 @opindex -l
17209 @opindex --range
17210 Set range @var{range} in the target security context.
17212 @end table
17214 @exitstatus
17216 @node runcon invocation
17217 @section @command{runcon}: Run a command in specified SELinux context
17219 @pindex runcon
17220 @cindex run with security context
17223 @command{runcon} runs file in specified SELinux security context.
17225 Synopses:
17226 @example
17227 runcon @var{context} @var{command} [@var{args}]
17228 runcon [ -c ] [-u @var{user}] [-r @var{role}] [-t @var{type}]@c
17229  [-l @var{range}] @var{command} [@var{args}]
17230 @end example
17232 Run @var{command} with completely-specified @var{context}, or with
17233 current or transitioned security context modified by one or more of @var{level},
17234 @var{role}, @var{type} and @var{user}.
17236 If none of @option{-c}, @option{-t}, @option{-u}, @option{-r}, or @option{-l}
17237 is specified, the first argument is used as the complete context.
17238 Any additional arguments after @var{command}
17239 are interpreted as arguments to the command.
17241 With neither @var{context} nor @var{command}, print the current
17242 security context.
17244 @cindex restricted security context
17245 @cindex NO_NEW_PRIVS
17246 Note also the @command{setpriv} command which can be used to set the
17247 NO_NEW_PRIVS bit using @command{setpriv --no-new-privs runcon ...},
17248 thus disallowing usage of a security context with more privileges
17249 than the process would normally have.
17251 @command{runcon} accepts the following options.  Also see @ref{Common options}.
17253 @table @samp
17255 @item -c
17256 @itemx --compute
17257 @opindex -c
17258 @opindex --compute
17259 Compute process transition context before modifying.
17261 @item -u @var{user}
17262 @itemx --user=@var{user}
17263 @opindex -u
17264 @opindex --user
17265 Set user @var{user} in the target security context.
17267 @item -r @var{role}
17268 @itemx --role=@var{role}
17269 @opindex -r
17270 @opindex --role
17271 Set role @var{role} in the target security context.
17273 @item -t @var{type}
17274 @itemx --type=@var{type}
17275 @opindex -t
17276 @opindex --type
17277 Set type @var{type} in the target security context.
17279 @item -l @var{range}
17280 @itemx --range=@var{range}
17281 @opindex -l
17282 @opindex --range
17283 Set range @var{range} in the target security context.
17285 @end table
17287 @cindex exit status of @command{runcon}
17288 Exit status:
17290 @display
17291 125 if @command{runcon} itself fails
17292 126 if @var{command} is found but cannot be invoked
17293 127 if @var{command} cannot be found
17294 the exit status of @var{command} otherwise
17295 @end display
17297 @node Modified command invocation
17298 @chapter Modified command invocation
17300 @cindex modified command invocation
17301 @cindex invocation of commands, modified
17302 @cindex commands for invoking other commands
17304 This section describes commands that run other commands in some context
17305 different than the current one: a modified environment, as a different
17306 user, etc.
17308 @menu
17309 * chroot invocation::           Modify the root directory.
17310 * env invocation::              Modify environment variables.
17311 * nice invocation::             Modify niceness.
17312 * nohup invocation::            Immunize to hangups.
17313 * stdbuf invocation::           Modify buffering of standard streams.
17314 * timeout invocation::          Run with time limit.
17315 @end menu
17318 @node chroot invocation
17319 @section @command{chroot}: Run a command with a different root directory
17321 @pindex chroot
17322 @cindex running a program in a specified root directory
17323 @cindex root directory, running a program in a specified
17325 @command{chroot} runs a command with a specified root directory.
17326 On many systems, only the super-user can do this.@footnote{However,
17327 some systems (e.g., FreeBSD) can be configured to allow certain regular
17328 users to use the @code{chroot} system call, and hence to run this program.
17329 Also, on Cygwin, anyone can run the @command{chroot} command, because the
17330 underlying function is non-privileged due to lack of support in MS-Windows.
17331 Furthermore, the @command{chroot} command avoids the @code{chroot} system call
17332 when @var{newroot} is identical to the old @file{/} directory for consistency
17333 with systems where this is allowed for non-privileged users.}.
17334 Synopses:
17336 @example
17337 chroot @var{option} @var{newroot} [@var{command} [@var{args}]@dots{}]
17338 chroot @var{option}
17339 @end example
17341 Ordinarily, file names are looked up starting at the root of the
17342 directory structure, i.e., @file{/}.  @command{chroot} changes the root to
17343 the directory @var{newroot} (which must exist), then changes the working
17344 directory to @file{/}, and finally runs @var{command} with optional @var{args}.
17345 If @var{command} is not specified, the default is the value of the @env{SHELL}
17346 environment variable or @command{/bin/sh} if not set, invoked with the
17347 @option{-i} option.
17348 @var{command} must not be a special built-in utility
17349 (@pxref{Special built-in utilities}).
17351 The program accepts the following options.  Also see @ref{Common options}.
17352 Options must precede operands.
17354 @table @samp
17356 @item --groups=@var{groups}
17357 @opindex --groups
17358 Use this option to override the supplementary @var{groups} to be
17359 used by the new process.
17360 The items in the list (names or numeric IDs) must be separated by commas.
17361 Use @samp{--groups=''} to disable the supplementary group look-up
17362 implicit in the @option{--userspec} option.
17364 @item --userspec=@var{user}[:@var{group}]
17365 @opindex --userspec
17366 By default, @var{command} is run with the same credentials
17367 as the invoking process.
17368 Use this option to run it as a different @var{user} and/or with a
17369 different primary @var{group}.
17370 If a @var{user} is specified then the supplementary groups
17371 are set according to the system defined list for that user,
17372 unless overridden with the @option{--groups} option.
17374 @item --skip-chdir
17375 @opindex --skip-chdir
17376 Use this option to not change the working directory to @file{/} after changing
17377 the root directory to @var{newroot}, i.e., inside the chroot.
17378 This option is only permitted when @var{newroot} is the old @file{/} directory,
17379 and therefore is mostly useful together with the @option{--groups} and
17380 @option{--userspec} options to retain the previous working directory.
17382 @end table
17384 The user and group name look-up performed by the @option{--userspec}
17385 and @option{--groups} options, is done both outside and inside
17386 the chroot, with successful look-ups inside the chroot taking precedence.
17387 If the specified user or group items are intended to represent a numeric ID,
17388 then a name to ID resolving step is avoided by specifying a leading @samp{+}.
17389 @xref{Disambiguating names and IDs}.
17391 Here are a few tips to help avoid common problems in using chroot.
17392 To start with a simple example, make @var{command} refer to a statically
17393 linked binary.  If you were to use a dynamically linked executable, then
17394 you'd have to arrange to have the shared libraries in the right place under
17395 your new root directory.
17397 For example, if you create a statically linked @command{ls} executable,
17398 and put it in @file{/tmp/empty}, you can run this command as root:
17400 @example
17401 $ chroot /tmp/empty /ls -Rl /
17402 @end example
17404 Then you'll see output like this:
17406 @example
17408 total 1023
17409 -rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
17410 @end example
17412 If you want to use a dynamically linked executable, say @command{bash},
17413 then first run @samp{ldd bash} to see what shared objects it needs.
17414 Then, in addition to copying the actual binary, also copy the listed
17415 files to the required positions under your intended new root directory.
17416 Finally, if the executable requires any other files (e.g., data, state,
17417 device files), copy them into place, too.
17419 @command{chroot} is installed only on systems that have the
17420 @code{chroot} function, so portable scripts should not rely on its
17421 existence.
17423 @cindex exit status of @command{chroot}
17424 Exit status:
17426 @display
17427 125 if @command{chroot} itself fails
17428 126 if @var{command} is found but cannot be invoked
17429 127 if @var{command} cannot be found
17430 the exit status of @var{command} otherwise
17431 @end display
17434 @node env invocation
17435 @section @command{env}: Run a command in a modified environment
17437 @pindex env
17438 @cindex environment, running a program in a modified
17439 @cindex modified environment, running a program in a
17440 @cindex running a program in a modified environment
17442 @command{env} runs a command with a modified environment.  Synopses:
17444 @example
17445 env [@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17446 [@var{command} [@var{args}]@dots{}]
17447 env -[v]S'[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17448 [@var{command} [@var{args}]@dots{}]'
17450 @end example
17452 @command{env} is commonly used on first line of scripts (shebang line):
17453 @example
17454 #!/usr/bin/env @var{command}
17455 #!/usr/bin/env -[v]S[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17456 @var{command} [@var{args}]@dots{}
17457 @end example
17459 Operands of the form @samp{@var{variable}=@var{value}} set
17460 the environment variable @var{variable} to value @var{value}.
17461 @var{value} may be empty (@samp{@var{variable}=}).  Setting a variable
17462 to an empty value is different from unsetting it.
17463 These operands are evaluated left-to-right, so if two operands
17464 mention the same variable the earlier is ignored.
17466 Environment variable names can be empty, and can contain any
17467 characters other than @samp{=} and ASCII NUL.
17468 However, it is wise to limit yourself to names that
17469 consist solely of underscores, digits, and ASCII letters,
17470 and that begin with a non-digit, as applications like the shell do not
17471 work well with other names.
17473 @vindex PATH
17474 The first operand that does not contain the character @samp{=}
17475 specifies the program to invoke; it is
17476 searched for according to the @env{PATH} environment variable.  Any
17477 remaining arguments are passed as arguments to that program.
17478 The program should not be a special built-in utility
17479 (@pxref{Special built-in utilities}).
17481 Modifications to @env{PATH} take effect prior to searching for
17482 @var{command}.  Use caution when reducing @env{PATH}; behavior is
17483 not portable when @env{PATH} is undefined or omits key directories
17484 such as @file{/bin}.
17486 In the rare case that a utility contains a @samp{=} in the name, the
17487 only way to disambiguate it from a variable assignment is to use an
17488 intermediate command for @var{command}, and pass the problematic
17489 program name via @var{args}.  For example, if @file{./prog=} is an
17490 executable in the current @env{PATH}:
17492 @example
17493 env prog= true # runs 'true', with prog= in environment
17494 env ./prog= true # runs 'true', with ./prog= in environment
17495 env -- prog= true # runs 'true', with prog= in environment
17496 env sh -c '\prog= true' # runs 'prog=' with argument 'true'
17497 env sh -c 'exec "$@@"' sh prog= true # also runs 'prog='
17498 @end example
17500 @cindex environment, printing
17502 If no command name is specified following the environment
17503 specifications, the resulting environment is printed.  This is like
17504 specifying the @command{printenv} program.
17506 For some examples, suppose the environment passed to @command{env}
17507 contains @samp{LOGNAME=rms}, @samp{EDITOR=emacs}, and
17508 @samp{PATH=.:/gnubin:/hacks}:
17510 @itemize @bullet
17512 @item
17513 Output the current environment.
17514 @example
17515 $ env | LC_ALL=C sort
17516 EDITOR=emacs
17517 LOGNAME=rms
17518 PATH=.:/gnubin:/hacks
17519 @end example
17521 @item
17522 Run @command{foo} with a reduced environment, preserving only the
17523 original @env{PATH} to avoid problems in locating @command{foo}.
17524 @example
17525 env - PATH="$PATH" foo
17526 @end example
17528 @item
17529 Run @command{foo} with the environment containing @samp{LOGNAME=rms},
17530 @samp{EDITOR=emacs}, and @samp{PATH=.:/gnubin:/hacks}, and guarantees
17531 that @command{foo} was found in the file system rather than as a shell
17532 built-in.
17533 @example
17534 env foo
17535 @end example
17537 @item
17538 Run @command{nemacs} with the environment containing @samp{LOGNAME=foo},
17539 @samp{EDITOR=emacs}, @samp{PATH=.:/gnubin:/hacks}, and
17540 @samp{DISPLAY=gnu:0}.
17541 @example
17542 env DISPLAY=gnu:0 LOGNAME=foo nemacs
17543 @end example
17545 @item
17546 Attempt to run the program @command{/energy/--} (as that is the only
17547 possible path search result); if the command exists, the environment
17548 will contain @samp{LOGNAME=rms} and @samp{PATH=/energy}, and the
17549 arguments will be @samp{e=mc2}, @samp{bar}, and @samp{baz}.
17550 @example
17551 env -u EDITOR PATH=/energy -- e=mc2 bar baz
17552 @end example
17554 @end itemize
17557 @subsection General options
17559 The program accepts the following options.  Also see @ref{Common options}.
17560 Options must precede operands.
17562 @table @samp
17564 @optNull
17566 @item -u @var{name}
17567 @itemx --unset=@var{name}
17568 @opindex -u
17569 @opindex --unset
17570 Remove variable @var{name} from the environment, if it was in the
17571 environment.
17573 @item -
17574 @itemx -i
17575 @itemx --ignore-environment
17576 @opindex -
17577 @opindex -i
17578 @opindex --ignore-environment
17579 Start with an empty environment, ignoring the inherited environment.
17581 @item -C @var{dir}
17582 @itemx --chdir=@var{dir}
17583 @opindex -C
17584 @opindex --chdir
17585 Change the working directory to @var{dir} before invoking @var{command}.
17586 This differs from the shell built-in @command{cd} in that it starts
17587 @var{command} as a subprocess rather than altering the shell's own working
17588 directory; this allows it to be chained with other commands that run commands
17589 in a different context.  For example:
17591 @example
17592 # Run 'true' with /chroot as its root directory and /srv as its working
17593 # directory.
17594 chroot /chroot env --chdir=/srv true
17595 # Run 'true' with /build as its working directory, FOO=bar in its
17596 # environment, and a time limit of five seconds.
17597 env --chdir=/build FOO=bar timeout 5 true
17598 @end example
17600 @item --default-signal[=@var{sig}]
17601 Unblock and reset signal @var{sig} to its default signal handler.
17602 Without @var{sig} all known signals are unblocked and reset to their defaults.
17603 Multiple signals can be comma-separated. An empty @var{sig} argument is a no-op.
17604 The following command runs @command{seq} with SIGINT and SIGPIPE set to their
17605 default (which is to terminate the program):
17607 @example
17608 env --default-signal=PIPE,INT seq 1000 | head -n1
17609 @end example
17611 In the following example, we see how this is not
17612 possible to do with traditional shells.
17613 Here the first trap command sets SIGPIPE to ignore.
17614 The second trap command ostensibly sets it back to its default,
17615 but POSIX mandates that the shell must not change inherited
17616 state of the signal - so it is a no-op.
17618 @example
17619 trap '' PIPE && sh -c 'trap - PIPE ; seq inf | head -n1'
17620 @end example
17622 Using @option{--default-signal=PIPE} we can
17623 ensure the signal handling is set to its default behavior:
17625 @example
17626 trap '' PIPE && sh -c 'env --default-signal=PIPE seq inf | head -n1'
17627 @end example
17630 @item --ignore-signal[=@var{sig}]
17631 Ignore signal @var{sig} when running a program.  Without @var{sig} all
17632 known signals are set to ignore.  Multiple signals can be comma-separated.
17633 An empty @var{sig} argument is a no-op. The following command runs @command{seq}
17634 with SIGINT set to be ignored - pressing @kbd{Ctrl-C} will not terminate it:
17636 @example
17637 env --ignore-signal=INT seq inf > /dev/null
17638 @end example
17640 @samp{SIGCHLD} is special, in that @option{--ignore-signal=CHLD} might have
17641 no effect (POSIX says it's unspecified).
17643 Most operating systems do not allow ignoring @samp{SIGKILL}, @samp{SIGSTOP}
17644 (and possibly other signals).  Attempting to ignore these signals will fail.
17646 Multiple (and contradictory) @option{--default-signal=SIG} and
17647 @option{--ignore-signal=SIG} options are processed left-to-right,
17648 with the latter taking precedence.  In the following example, @samp{SIGPIPE} is
17649 set to default while @samp{SIGINT} is ignored:
17651 @example
17652 env --default-signal=INT,PIPE --ignore-signal=INT
17653 @end example
17655 @item --block-signal[=@var{sig}]
17656 Block signal(s) @var{sig} from being delivered.  Without @var{sig} all
17657 known signals are set to blocked.  Multiple signals can be comma-separated.
17658 An empty @var{sig} argument is a no-op.
17660 @item --list-signal-handling
17661 List blocked or ignored signals to standard error, before executing a command.
17663 @item -v
17664 @itemx --debug
17665 @opindex -v
17666 @opindex --debug
17667 Show verbose information for each processing step.
17669 @example
17670 $ env -v -uTERM A=B uname -s
17671 unset:    TERM
17672 setenv:   A=B
17673 executing: uname
17674    arg[0]= 'uname'
17675    arg[1]= '-s'
17676 Linux
17677 @end example
17679 When combined with @option{-S} it is recommended to list @option{-v}
17680 first, e.g. @command{env -vS'string'}.
17682 @item -S @var{string}
17683 @itemx --split-string=@var{string}
17684 @opindex -S
17685 @opindex --split-string
17686 @cindex shebang arguments
17687 @cindex scripts arguments
17688 @cindex env in scripts
17689 process and split @var{string} into separate arguments used to pass
17690 multiple arguments on shebang lines.  @command{env} supports FreeBSD's
17691 syntax of several escape sequences and environment variable
17692 expansions. See below for details and examples.
17694 @end table
17696 @cindex exit status of @command{env}
17697 Exit status:
17699 @display
17700 0   if no @var{command} is specified and the environment is output
17701 125 if @command{env} itself fails
17702 126 if @var{command} is found but cannot be invoked
17703 127 if @var{command} cannot be found
17704 the exit status of @var{command} otherwise
17705 @end display
17707 @subsection @option{-S}/@option{--split-string} usage in scripts
17709 The @option{-S}/@option{--split-string} option enables use of multiple
17710 arguments on the first line of scripts (the shebang line, @samp{#!}).
17712 When a script's interpreter is in a known location, scripts typically
17713 contain the absolute file name in their first line:
17715 @multitable {Python Script:} {#!/usr/bin/python3}
17716 @item Shell script:
17717 @tab
17718 @example
17719 #!/bin/sh
17720 echo hello
17721 @end example
17723 @item Perl script:
17724 @tab
17725 @example
17726 #!/usr/bin/perl
17727 print "hello\n";
17728 @end example
17730 @item Python script:
17731 @tab
17732 @example
17733 #!/usr/bin/python3
17734 print("hello")
17735 @end example
17737 @end multitable
17739 When a script's interpreter is in a non-standard location
17740 in the @env{PATH} environment variable, it is recommended
17741 to use @command{env} on the first line of the script to
17742 find the executable and run it:
17744 @multitable {Python Script:} {#!/usr/bin/env python3}
17745 @item Shell script:
17746 @tab
17747 @example
17748 #!/usr/bin/env bash
17749 echo hello
17750 @end example
17752 @item Perl script:
17753 @tab
17754 @example
17755 #!/usr/bin/env perl
17756 print "hello\n";
17757 @end example
17759 @item Python script:
17760 @tab
17761 @example
17762 #!/usr/bin/env python3
17763 print("hello")
17764 @end example
17766 @end multitable
17768 Most operating systems (e.g. GNU/Linux, BSDs) treat all text after the
17769 first space as a single argument. When using @command{env} in a script
17770 it is thus not possible to specify multiple arguments.
17772 In the following example:
17773 @example
17774 #!/usr/bin/env perl -T -w
17775 print "hello\n";
17776 @end example
17778 The operating system treats @samp{perl -T -w} as one argument (the
17779 program's name), and executing the script fails with:
17781 @example
17782 /usr/bin/env: 'perl -T -w': No such file or directory
17783 @end example
17785 The @option{-S} option instructs @command{env} to split the single string
17786 into multiple arguments. The following example works as expected:
17788 @example
17789 $ cat hello.pl
17790 #!/usr/bin/env -S perl -T -w
17791 print "hello\n";
17793 $ chmod a+x hello.pl
17794 $ ./hello.pl
17795 hello
17796 @end example
17798 And is equivalent to running @command{perl -T -w hello.pl} on the command line
17799 prompt.
17801 @unnumberedsubsubsec Testing and troubleshooting
17803 @cindex single quotes, and @command{env -S}
17804 @cindex @command{env -S}, and single quotes
17805 @cindex @option{-S}, env and single quotes
17806 To test @command{env -S} on the command line, use single quotes for the
17807 @option{-S} string to emulate a single paramter. Single quotes are not
17808 needed when using @command{env -S} in a shebang line on the first line of a
17809 script (the operating system already treats it as one argument).
17811 The following command is equivalent to the @file{hello.pl} script above:
17813 @example
17814 $ env -S'perl -T -w' hello.pl
17815 @end example
17817 @cindex @command{env -S}, debugging
17818 @cindex debugging, @command{env -S}
17820 To troubleshoot @option{-S} usage add the @option{-v} as the first
17821 argument (before @option{-S}).
17823 Using @option{-vS} on a shebang line in a script:
17825 @example
17826 $ cat hello-debug.pl
17827 #!/usr/bin/env -vS perl -T -w
17828 print "hello\n";
17830 $ chmod a+x hello-debug.pl
17831 $ ./hello-debug.pl
17832 split -S:  'perl -T -w'
17833  into:    'perl'
17834      &    '-T'
17835      &    '-w'
17836 executing: perl
17837    arg[0]= 'perl'
17838    arg[1]= '-T'
17839    arg[2]= '-w'
17840    arg[3]= './hello-debug.pl'
17841 hello
17842 @end example
17844 Using @option{-vS} on the command line prompt (adding single quotes):
17846 @example
17847 $ env -vS'perl -T -w' hello-debug.pl
17848 split -S:  'perl -T -w'
17849  into:    'perl'
17850      &    '-T'
17851      &    '-w'
17852 executing: perl
17853    arg[0]= 'perl'
17854    arg[1]= '-T'
17855    arg[2]= '-w'
17856    arg[3]= 'hello-debug.pl'
17857 hello
17858 @end example
17860 @subsection @option{-S}/@option{--split-string} syntax
17862 @unnumberedsubsubsec Splitting arguments by whitespace
17864 Running @command{env -Sstring} splits the @var{string} into
17865 arguments based on unquoted spaces or tab characters.
17866 (Newlines, carriage returns, vertical tabs and form feeds are treated
17867 like spaces and tabs.)
17869 In the following contrived example the @command{awk} variable
17870 @samp{OFS} will be @code{<space>xyz<space>} as these spaces are inside
17871 double quotes. The other space characters are used as argument separators:
17873 @example
17874 $ cat one.awk
17875 #!/usr/bin/env -S awk -v OFS=" xyz " -f
17876 BEGIN @{print 1,2,3@}
17878 $ chmod a+x one.awk
17879 $ ./one.awk
17880 1 xyz 2 xyz 3
17881 @end example
17883 When using @option{-S} on the command line prompt, remember to add
17884 single quotes around the entire string:
17886 @example
17887 $ env -S'awk -v OFS=" xyz " -f' one.awk
17888 1 xyz 2 xyz 3
17889 @end example
17891 @unnumberedsubsubsec Escape sequences
17893 @command{env} supports several escape sequences. These sequences
17894 are processed when unquoted or inside double quotes (unless otherwise noted).
17895 Single quotes disable escape sequences except @samp{\'} and @samp{\\}.
17897 @multitable @columnfractions .10 .90
17899 @item @code{\c}
17900 @tab Ignore the remaining characters in the string.
17901 Cannot be used inside double quotes.
17903 @item @code{\f}
17904 @tab form-feed character (ASCII 0x0C)
17906 @item @code{\n}
17907 @tab new-line character (ASCII 0x0A)
17909 @item @code{\r}
17910 @tab carriage-return character (ASCII 0x0D)
17912 @item @code{\t}
17913 @tab tab character (ASCII 0x09)
17915 @item @code{\v}
17916 @tab vertical tab character (ASCII 0x0B)
17918 @item @code{\#}
17919 @tab A hash @samp{#} character. Used when a @samp{#} character
17920 is needed as the first character of an argument (see 'comments' section
17921 below).
17923 @item @code{\$}
17924 @tab A dollar-sign character @samp{$}. Unescaped @samp{$} characters
17925 are used to expand environment variables (see 'variables' section below).
17927 @item @code{\_}
17928 @tab Inside double-quotes, replaced with a single space character.
17929 Outside quotes, treated as an argument separator. @samp{\_} can be used
17930 to avoid space characters in a shebang line (see examples below).
17932 @item @code{\"}
17933 @tab A double-quote character.
17935 @item @code{\'}
17936 @tab A single-quote character.
17937 This escape sequence works inside single-quoted strings.
17939 @item @code{\\}
17940 @tab A backslash character.
17941 This escape sequence works inside single-quoted strings.
17943 @end multitable
17945 The following @command{awk} script will use tab character as input and output
17946 field separator (instead of spaces and tabs):
17948 @example
17949 $ cat tabs.awk
17950 #!/usr/bin/env -S awk -v FS="\t" -v OFS="\t" -f
17952 @end example
17954 @unnumberedsubsubsec Comments
17956 The escape sequence @samp{\c} (used outside single/double quotes)
17957 causes @command{env} to ignore the rest of the string.
17959 The @samp{#} character causes @command{env} to ignore the rest of
17960 the string when it appears as the first character of an argument.
17961 Use @samp{\#} to reverse this behavior.
17963 @example
17964 $ env -S'printf %s\n A B C'
17969 $ env -S'printf %s\n A# B C'
17974 $ env -S'printf %s\n A #B C'
17977 $ env -S'printf %s\n A \#B C'
17982 $ env -S'printf %s\n A\cB C'
17984 @end example
17986 NOTE: The above examples use single quotes as they are executed
17987 on the command-line.
17991 @unnumberedsubsubsec Environment variable expansion
17993 The pattern @samp{$@{VARNAME@}} is used to substitute a value from
17994 the environment variable. The pattern must include the curly braces
17995 (@samp{@{},@samp{@}}). Without them @command{env} will reject the string.
17996 Special shell variables (such as @samp{$@@}, @samp{$*}, @samp{$$}) are
17997 not supported.
17999 If the environment variable is empty or not set, the pattern will be replaced
18000 by an empty string. The value of @samp{$@{VARNAME@}} will be that of
18001 the executed @command{env}, before any modifications using
18002 @option{-i}/@option{--ignore-environment}/@option{-u}/@option{--unset} or
18003 setting new values using @samp{VAR=VALUE}.
18005 The following python script prepends @file{/opt/custom/modules} to the python
18006 module search path environment variable (@samp{PYTHONPATH}):
18008 @example
18009 $ cat custom.py
18010 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$@{PYTHONPATH@} python
18011 print "hello"
18013 @end example
18015 The expansion of @samp{$@{PYTHONPATH@}} is performed by @command{env},
18016 not by a shell. If the curly braces are omitted, @command{env} will fail:
18018 @example
18019 $ cat custom.py
18020 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$PYTHONPATH python
18021 print "hello"
18024 $ chmod a+x custom.py
18025 $ custom.py
18026 /usr/bin/env: only $@{VARNAME@} expansion is supported, error at: $PYTHONPATH @c
18027 python
18028 @end example
18030 Environment variable expansion happens before clearing the environment
18031 (with @option{-i}) or unsetting specific variables (with @option{-u}):
18033 @example
18034 $ env -S'-i OLDUSER=$@{USER@} env'
18035 OLDUSER=gordon
18036 @end example
18038 Use @option{-v} to diagnose the operations step-by-step:
18040 @example
18041 $ env -vS'-i OLDUSER=$@{USER@} env'
18042 expanding $@{USER@} into 'gordon'
18043 split -S:  '-i OLDUSER=$@{USER@} env'
18044  into:    '-i'
18045      &    'OLDUSER=gordon'
18046      &    'env'
18047 cleaning environ
18048 setenv:   OLDUSER=gordon
18049 executing: env
18050    arg[0]= 'env'
18051 OLDUSER=gordon
18052 @end example
18056 @node nice invocation
18057 @section @command{nice}: Run a command with modified niceness
18059 @pindex nice
18060 @cindex niceness
18061 @cindex scheduling, affecting
18062 @cindex appropriate privileges
18064 @command{nice} prints a process's @dfn{niceness}, or runs
18065 a command with modified niceness.  @dfn{niceness} affects how
18066 favorably the process is scheduled in the system.
18067 Synopsis:
18069 @example
18070 nice [@var{option}]@dots{} [@var{command} [@var{arg}]@dots{}]
18071 @end example
18073 If no arguments are given, @command{nice} prints the current niceness.
18074 Otherwise, @command{nice} runs the given @var{command} with its
18075 niceness adjusted.  By default, its niceness is incremented by 10.
18077 Niceness values range at least from @minus{}20 (process has high priority
18078 and gets more resources, thus slowing down other processes) through 19
18079 (process has lower priority and runs slowly itself, but has less impact
18080 on the speed of other running processes).  Some systems
18081 may have a wider range of niceness values; conversely, other systems may
18082 enforce more restrictive limits.  An attempt to set the niceness
18083 outside the supported range is treated as an attempt to use the
18084 minimum or maximum supported value.
18086 A niceness should not be confused with a scheduling priority, which
18087 lets applications determine the order in which threads are scheduled
18088 to run.  Unlike a priority, a niceness is merely advice to the
18089 scheduler, which the scheduler is free to ignore.  Also, as a point of
18090 terminology, POSIX defines the behavior of @command{nice} in
18091 terms of a @dfn{nice value}, which is the non-negative difference
18092 between a niceness and the minimum niceness.  Though @command{nice}
18093 conforms to POSIX, its documentation and diagnostics use the
18094 term ``niceness'' for compatibility with historical practice.
18096 @var{command} must not be a special built-in utility (@pxref{Special
18097 built-in utilities}).
18099 @mayConflictWithShellBuiltIn{nice}
18101 Note to change the @dfn{niceness} of an existing process,
18102 one needs to use the @command{renice} command.
18104 The program accepts the following option.  Also see @ref{Common options}.
18105 Options must precede operands.
18107 @table @samp
18108 @item -n @var{adjustment}
18109 @itemx --adjustment=@var{adjustment}
18110 @opindex -n
18111 @opindex --adjustment
18112 Add @var{adjustment} instead of 10 to the command's niceness.  If
18113 @var{adjustment} is negative and you lack appropriate privileges,
18114 @command{nice} issues a warning but otherwise acts as if you specified
18115 a zero adjustment.
18117 For compatibility @command{nice} also supports an obsolete
18118 option syntax @option{-@var{adjustment}}.  New scripts should use
18119 @option{-n @var{adjustment}} instead.
18121 @end table
18123 @command{nice} is installed only on systems that have the POSIX
18124 @code{setpriority} function, so portable scripts should not rely on
18125 its existence on non-POSIX platforms.
18127 @cindex exit status of @command{nice}
18128 Exit status:
18130 @display
18131 0   if no @var{command} is specified and the niceness is output
18132 125 if @command{nice} itself fails
18133 126 if @var{command} is found but cannot be invoked
18134 127 if @var{command} cannot be found
18135 the exit status of @var{command} otherwise
18136 @end display
18138 It is sometimes useful to run a non-interactive program with reduced niceness.
18140 @example
18141 $ nice factor 4611686018427387903
18142 @end example
18144 Since @command{nice} prints the current niceness,
18145 you can invoke it through itself to demonstrate how it works.
18147 The default behavior is to increase the niceness by @samp{10}:
18149 @example
18150 $ nice
18152 $ nice nice
18154 $ nice -n 10 nice
18156 @end example
18158 The @var{adjustment} is relative to the current niceness.  In the
18159 next example, the first @command{nice} invocation runs the second one
18160 with niceness 10, and it in turn runs the final one with a niceness
18161 that is 3 more:
18163 @example
18164 $ nice nice -n 3 nice
18166 @end example
18168 Specifying a niceness larger than the supported range
18169 is the same as specifying the maximum supported value:
18171 @example
18172 $ nice -n 10000000000 nice
18174 @end example
18176 Only a privileged user may run a process with lower niceness:
18178 @example
18179 $ nice -n -1 nice
18180 nice: cannot set niceness: Permission denied
18182 $ sudo nice -n -1 nice
18184 @end example
18187 @node nohup invocation
18188 @section @command{nohup}: Run a command immune to hangups
18190 @pindex nohup
18191 @cindex hangups, immunity to
18192 @cindex immunity to hangups
18193 @cindex logging out and continuing to run
18195 @flindex nohup.out
18196 @command{nohup} runs the given @var{command} with hangup signals ignored,
18197 so that the command can continue running in the background after you log
18198 out.  Synopsis:
18200 @example
18201 nohup @var{command} [@var{arg}]@dots{}
18202 @end example
18204 If standard input is a terminal, redirect it so that terminal sessions
18205 do not mistakenly consider the terminal to be used by the command.
18206 Make the substitute file descriptor unreadable, so that commands that
18207 mistakenly attempt to read from standard input can report an error.
18208 This redirection is a GNU extension; programs intended to be portable
18209 to non-GNU hosts can use @samp{nohup @var{command} [@var{arg}]@dots{}
18210 0>/dev/null} instead.
18212 @flindex nohup.out
18213 If standard output is a terminal, the command's standard output is appended
18214 to the file @file{nohup.out}; if that cannot be written to, it is appended
18215 to the file @file{$HOME/nohup.out}; and if that cannot be written to, the
18216 command is not run.
18217 Any @file{nohup.out} or @file{$HOME/nohup.out} file created by
18218 @command{nohup} is made readable and writable only to the user,
18219 regardless of the current umask settings.
18221 If standard error is a terminal, it is normally redirected to the same file
18222 descriptor as the (possibly-redirected) standard output.
18223 However, if standard output is closed, standard error terminal output
18224 is instead appended to the file @file{nohup.out} or
18225 @file{$HOME/nohup.out} as above.
18227 To capture the command's output to a file other than @file{nohup.out}
18228 you can redirect it.  For example, to capture the output of
18229 @command{make}:
18231 @example
18232 nohup make > make.log
18233 @end example
18235 @command{nohup} does not automatically put the command it runs in the
18236 background; you must do that explicitly, by ending the command line
18237 with an @samp{&}.  Also, @command{nohup} does not alter the
18238 niceness of @var{command}; use @command{nice} for that,
18239 e.g., @samp{nohup nice @var{command}}.
18241 @var{command} must not be a special built-in utility (@pxref{Special
18242 built-in utilities}).
18244 The only options are @option{--help} and @option{--version}.  @xref{Common
18245 options}.  Options must precede operands.
18247 @cindex exit status of @command{nohup}
18248 Exit status:
18250 @display
18251 125 if @command{nohup} itself fails, and @env{POSIXLY_CORRECT} is not set
18252 126 if @var{command} is found but cannot be invoked
18253 127 if @var{command} cannot be found
18254 the exit status of @var{command} otherwise
18255 @end display
18257 If @env{POSIXLY_CORRECT} is set, internal failures give status 127
18258 instead of 125.
18261 @node stdbuf invocation
18262 @section @command{stdbuf}: Run a command with modified I/O stream buffering
18264 @pindex stdbuf
18265 @cindex standard streams, buffering
18266 @cindex line buffered
18268 @command{stdbuf} allows one to modify the buffering operations of the
18269 three standard I/O streams associated with a program.  Synopsis:
18271 @example
18272 stdbuf @var{option}@dots{} @var{command}
18273 @end example
18275 @var{command} must start with the name of a program that
18276 @enumerate
18277 @item
18278 uses the ISO C @code{FILE} streams for input/output (note the
18279 programs @command{dd} and @command{cat} don't do that),
18281 @item
18282 does not adjust the buffering of its standard streams (note the
18283 program @command{tee} is not in this category).
18284 @end enumerate
18286 Any additional @var{arg}s are passed as additional arguments to the
18287 @var{command}.
18289 The program accepts the following options.  Also see @ref{Common options}.
18291 @table @samp
18293 @item -i @var{mode}
18294 @itemx --input=@var{mode}
18295 @opindex -i
18296 @opindex --input
18297 Adjust the standard input stream buffering.
18299 @item -o @var{mode}
18300 @itemx --output=@var{mode}
18301 @opindex -o
18302 @opindex --output
18303 Adjust the standard output stream buffering.
18305 @item -e @var{mode}
18306 @itemx --error=@var{mode}
18307 @opindex -e
18308 @opindex --error
18309 Adjust the standard error stream buffering.
18311 @end table
18313 The @var{mode} can be specified as follows:
18315 @table @samp
18317 @item L
18318 Set the stream to line buffered mode.
18319 In this mode data is coalesced until a newline is output or
18320 input is read from any stream attached to a terminal device.
18321 This option is invalid with standard input.
18323 @item 0
18324 Disable buffering of the selected stream.
18325 In this mode, data is output immediately and only the
18326 amount of data requested is read from input.
18327 Note the difference in function for input and output.
18328 Disabling buffering for input will not influence the responsiveness
18329 or blocking behavior of the stream input functions.
18330 For example @code{fread} will still block until @code{EOF} or error,
18331 even if the underlying @code{read} returns less data than requested.
18333 @item @var{size}
18334 Specify the size of the buffer to use in fully buffered mode.
18335 @multiplierSuffixesNoBlocks{size}
18337 @end table
18339 @command{stdbuf} is installed only on platforms that use the
18340 Executable and Linkable Format (ELF) and support the
18341 @code{constructor} attribute, so portable scripts should not rely on
18342 its existence.
18344 @cindex exit status of @command{stdbuf}
18345 Exit status:
18347 @display
18348 125 if @command{stdbuf} itself fails
18349 126 if @var{command} is found but cannot be invoked
18350 127 if @var{command} cannot be found
18351 the exit status of @var{command} otherwise
18352 @end display
18355 @node timeout invocation
18356 @section @command{timeout}: Run a command with a time limit
18358 @pindex timeout
18359 @cindex time limit
18360 @cindex run commands with bounded time
18362 @command{timeout} runs the given @var{command} and kills it if it is
18363 still running after the specified time interval.  Synopsis:
18365 @example
18366 timeout [@var{option}] @var{duration} @var{command} [@var{arg}]@dots{}
18367 @end example
18369 @var{command} must not be a special built-in utility (@pxref{Special
18370 built-in utilities}).
18372 The program accepts the following options.  Also see @ref{Common options}.
18373 Options must precede operands.
18375 @table @samp
18376 @item --preserve-status
18377 @opindex --preserve-status
18378 Return the exit status of the managed @var{command} on timeout, rather than
18379 a specific exit status indicating a timeout.  This is useful if the
18380 managed @var{command} supports running for an indeterminate amount of time.
18382 @item --foreground
18383 @opindex --foreground
18384 Don't create a separate background program group, so that
18385 the managed @var{command} can use the foreground TTY normally.
18386 This is needed to support two situations when timing out commands,
18387 when not invoking @command{timeout} from an interactive shell.
18388 @enumerate
18389 @item
18390 @var{command} is interactive and needs to read from the terminal for example
18391 @item
18392 the user wants to support sending signals directly to @var{command}
18393 from the terminal (like Ctrl-C for example)
18394 @end enumerate
18396 Note in this mode of operation, any children of @var{command}
18397 will not be timed out.  Also SIGCONT will not be sent to @var{command},
18398 as it's generally not needed with foreground processes, and can
18399 cause intermittent signal delivery issues with programs that are monitors
18400 themselves (like GDB for example).
18402 @item -k @var{duration}
18403 @itemx --kill-after=@var{duration}
18404 @opindex -k
18405 @opindex --kill-after
18406 Ensure the monitored @var{command} is killed by also sending a @samp{KILL}
18407 signal.
18409 The specified @var{duration} starts from the point in time when
18410 @command{timeout} sends the initial signal to @var{command}, i.e.,
18411 not from the beginning when the @var{command} is started.
18413 This option has no effect if either the main @var{duration}
18414 of the @command{timeout} command, or the @var{duration} specified
18415 to this option, is 0.
18417 This option may be useful if the selected signal did not kill the @var{command},
18418 either because the signal was blocked or ignored, or if the @var{command} takes
18419 too long (e.g. for cleanup work) to terminate itself within a certain amount
18420 of time.
18422 @item -s @var{signal}
18423 @itemx --signal=@var{signal}
18424 @opindex -s
18425 @opindex --signal
18426 Send this @var{signal} to @var{command} on timeout, rather than the
18427 default @samp{TERM} signal.  @var{signal} may be a name like @samp{HUP}
18428 or a number.  @xref{Signal specifications}.
18430 @item -v
18431 @itemx --verbose
18432 @opindex -v
18433 @opindex --verbose
18434 Diagnose to standard error, any signal sent upon timeout.
18435 @end table
18437 @cindex time units
18438 @var{duration} is a floating point number in either the current or the
18439 C locale (@pxref{Floating point}) followed by an optional unit:
18440 @display
18441 @samp{s} for seconds (the default)
18442 @samp{m} for minutes
18443 @samp{h} for hours
18444 @samp{d} for days
18445 @end display
18446 A duration of 0 disables the associated timeout.
18447 Note that the actual timeout duration is dependent on system conditions,
18448 which should be especially considered when specifying sub-second timeouts.
18450 @cindex exit status of @command{timeout}
18451 Exit status:
18453 @display
18454 124 if @var{command} times out, and @option{--preserve-status} is not specified
18455 125 if @command{timeout} itself fails
18456 126 if @var{command} is found but cannot be invoked
18457 127 if @var{command} cannot be found
18458 137 if @var{command} or @command{timeout} is sent the KILL(9) signal (128+9)
18459 the exit status of @var{command} otherwise
18460 @end display
18462 In the case of the @samp{KILL(9)} signal, @command{timeout} returns with
18463 exit status 137, regardless of whether that signal is sent to @var{command}
18464 or to @command{timeout} itself, i.e., these cases cannot be distinguished.
18465 In the latter case, the @var{command} process may still be alive after
18466 @command{timeout} has forcefully been terminated.
18468 Examples:
18470 @example
18471 # Send the default TERM signal after 20s to a short-living 'sleep 1'.
18472 # As that terminates long before the given duration, 'timeout' returns
18473 # with the same exit status as the command, 0 in this case.
18474 timeout 20 sleep 1
18476 # Send the INT signal after 5s to the 'sleep' command.  Returns after
18477 # 5 seconds with exit status 124 to indicate the sending of the signal.
18478 timeout -s INT 5 sleep 20
18480 # Likewise, but the command ignoring the INT signal due to being started
18481 # via 'env --ignore-signal'.  Thus, 'sleep' terminates regularly after
18482 # the full 20 seconds, still 'timeout' returns with exit status 124.
18483 timeout -s INT 5s env --ignore-signal=INT sleep 20
18485 # Likewise, but sending the KILL signal 3 seconds after the initial
18486 # INT signal.  Hence, 'sleep' is forcefully terminated after about
18487 # 8 seconds (5+3), and 'timeout' returns with an exit status of 137.
18488 timeout -s INT -k 3s 5s env --ignore-signal=INT sleep 20
18489 @end example
18491 @node Process control
18492 @chapter Process control
18494 @cindex processes, commands for controlling
18495 @cindex commands for controlling processes
18497 @menu
18498 * kill invocation::             Sending a signal to processes.
18499 @end menu
18502 @node kill invocation
18503 @section @command{kill}: Send a signal to processes
18505 @pindex kill
18506 @cindex send a signal to processes
18508 The @command{kill} command sends a signal to processes, causing them
18509 to terminate or otherwise act upon receiving the signal in some way.
18510 Alternatively, it lists information about signals.  Synopses:
18512 @example
18513 kill [-s @var{signal} | --signal @var{signal} | -@var{signal}] @var{pid}@dots{}
18514 kill [-l | --list | -t | --table] [@var{signal}]@dots{}
18515 @end example
18517 @mayConflictWithShellBuiltIn{kill}
18519 The first form of the @command{kill} command sends a signal to all
18520 @var{pid} arguments.  The default signal to send if none is specified
18521 is @samp{TERM}@.  The special signal number @samp{0} does not denote a
18522 valid signal, but can be used to test whether the @var{pid} arguments
18523 specify processes to which a signal could be sent.
18525 If @var{pid} is positive, the signal is sent to the process with the
18526 process ID @var{pid}.  If @var{pid} is zero, the signal is sent to all
18527 processes in the process group of the current process.  If @var{pid}
18528 is @minus{}1, the signal is sent to all processes for which the user has
18529 permission to send a signal.  If @var{pid} is less than @minus{}1, the signal
18530 is sent to all processes in the process group that equals the absolute
18531 value of @var{pid}.
18533 If @var{pid} is not positive, a system-dependent set of system
18534 processes is excluded from the list of processes to which the signal
18535 is sent.
18537 If a negative @var{pid} argument is desired as the first one, it
18538 should be preceded by @option{--}.  However, as a common extension to
18539 POSIX, @option{--} is not required with @samp{kill
18540 -@var{signal} -@var{pid}}.  The following commands are equivalent:
18542 @example
18543 kill -15 -1
18544 kill -TERM -1
18545 kill -s TERM -- -1
18546 kill -- -1
18547 @end example
18549 The first form of the @command{kill} command succeeds if every @var{pid}
18550 argument specifies at least one process that the signal was sent to.
18552 The second form of the @command{kill} command lists signal information.
18553 Either the @option{-l} or @option{--list} option, or the @option{-t}
18554 or @option{--table} option must be specified.  Without any
18555 @var{signal} argument, all supported signals are listed.  The output
18556 of @option{-l} or @option{--list} is a list of the signal names, one
18557 per line; if @var{signal} is already a name, the signal number is
18558 printed instead.  The output of @option{-t} or @option{--table} is a
18559 table of signal numbers, names, and descriptions.  This form of the
18560 @command{kill} command succeeds if all @var{signal} arguments are valid
18561 and if there is no output error.
18563 The @command{kill} command also supports the @option{--help} and
18564 @option{--version} options.  @xref{Common options}.
18566 A @var{signal} may be a signal name like @samp{HUP}, or a signal
18567 number like @samp{1}, or an exit status of a process terminated by the
18568 signal.  A signal name can be given in canonical form or prefixed by
18569 @samp{SIG}@.  The case of the letters is ignored, except for the
18570 @option{-@var{signal}} option which must use upper case to avoid
18571 ambiguity with lower case option letters.
18572 @xref{Signal specifications}, for a list of supported
18573 signal names and numbers.
18575 @node Delaying
18576 @chapter Delaying
18578 @cindex delaying commands
18579 @cindex commands for delaying
18581 @c Perhaps @command{wait} or other commands should be described here also?
18583 @menu
18584 * sleep invocation::            Delay for a specified time.
18585 @end menu
18588 @node sleep invocation
18589 @section @command{sleep}: Delay for a specified time
18591 @pindex sleep
18592 @cindex delay for a specified time
18594 @command{sleep} pauses for an amount of time specified by the sum of
18595 the values of the command line arguments.
18596 Synopsis:
18598 @example
18599 sleep @var{number}[smhd]@dots{}
18600 @end example
18602 @cindex time units
18603 Each argument is a non-negative number followed by an optional unit; the default
18604 is seconds.  The units are:
18606 @table @samp
18607 @item s
18608 seconds
18609 @item m
18610 minutes
18611 @item h
18612 hours
18613 @item d
18614 days
18615 @end table
18617 Although portable POSIX scripts must give @command{sleep} a single
18618 non-negative integer argument without a suffix, GNU @command{sleep}
18619 also accepts two or more arguments, unit suffixes, and floating-point
18620 numbers in either the current or the C locale.  @xref{Floating point}.
18622 For instance, the following could be used to @command{sleep} for
18623 1 second, 234 milli-, 567 micro- and 890 nanoseconds:
18625 @example
18626 sleep 1234e-3 567.89e-6
18627 @end example
18629 Also one could sleep indefinitely like:
18631 @example
18632 sleep inf
18633 @end example
18635 The only options are @option{--help} and @option{--version}.  @xref{Common
18636 options}.
18638 @c sleep is a shell built-in at least with Solaris 11's /bin/sh
18639 @mayConflictWithShellBuiltIn{sleep}
18641 @exitstatus
18644 @node Numeric operations
18645 @chapter Numeric operations
18647 @cindex numeric operations
18648 These programs do numerically-related operations.
18650 @menu
18651 * factor invocation::              Show factors of numbers.
18652 * numfmt invocation::              Reformat numbers.
18653 * seq invocation::                 Print sequences of numbers.
18654 @end menu
18657 @node factor invocation
18658 @section @command{factor}: Print prime factors
18660 @pindex factor
18661 @cindex prime factors
18663 @command{factor} prints prime factors.  Synopsis:
18665 @example
18666 factor [@var{option}]@dots{} [@var{number}]@dots{}
18667 @end example
18669 If no @var{number} is specified on the command line, @command{factor} reads
18670 numbers from standard input, delimited by newlines, tabs, or spaces.
18672 The program accepts the following options.  Also see @ref{Common options}.
18674 @table @samp
18675 @item -h
18676 @itemx --exponents
18677 @opindex -h
18678 @opindex --exponents
18679 print factors in the form @math{p^e}, rather than repeating
18680 the prime @samp{p}, @samp{e} times. If the exponent @samp{e} is 1,
18681 then it is omitted.
18683 @example
18684 $ factor --exponents 3000
18685 3000: 2^3 3 5^3
18686 @end example
18687 @end table
18689 If the number to be factored is small (less than @math{2^{127}} on
18690 typical machines), @command{factor} uses a faster algorithm.
18691 For example, on a circa-2017 Intel Xeon Silver 4116, factoring the
18692 product of the eighth and ninth Mersenne primes (approximately
18693 @math{2^{92}}) takes about 4 ms of CPU time:
18695 @example
18696 $ M8=$(echo 2^31-1 | bc)
18697 $ M9=$(echo 2^61-1 | bc)
18698 $ n=$(echo "$M8 * $M9" | bc)
18699 $ bash -c "time factor $n"
18700 4951760154835678088235319297: 2147483647 2305843009213693951
18702 real    0m0.004s
18703 user    0m0.004s
18704 sys     0m0.000s
18705 @end example
18707 For larger numbers, @command{factor} uses a slower algorithm.  On the
18708 same platform, factoring the eighth Fermat number @math{2^{256} + 1}
18709 takes about 14 seconds, and the slower algorithm would have taken
18710 about 750 ms to factor @math{2^{127} - 3} instead of the 50 ms needed by
18711 the faster algorithm.
18713 Factoring large numbers is, in general, hard.  The Pollard-Brent rho
18714 algorithm used by @command{factor} is particularly effective for
18715 numbers with relatively small factors.  If you wish to factor large
18716 numbers which do not have small factors (for example, numbers which
18717 are the product of two large primes), other methods are far better.
18719 @exitstatus
18722 @node numfmt invocation
18723 @section @command{numfmt}: Reformat numbers
18725 @pindex numfmt
18727 @command{numfmt} reads numbers in various representations and reformats them
18728 as requested.  The most common usage is converting numbers to/from @emph{human}
18729 representation (e.g. @samp{4G} @expansion{} @samp{4,000,000,000}).
18731 @example
18732 numfmt [@var{option}]@dots{} [@var{number}]
18733 @end example
18735 @command{numfmt} converts each @var{number} on the command-line according to the
18736 specified options (see below).  If no @var{number}s are given, it reads numbers
18737 from standard input.  @command{numfmt} can optionally extract numbers from
18738 specific columns, maintaining proper line padding and alignment.
18740 @exitstatus
18742 See @option{--invalid} for additional information regarding exit status.
18744 @subsection General options
18746 The program accepts the following options.  Also see @ref{Common options}.
18748 @table @samp
18750 @item --debug
18751 @opindex --debug
18752 Print (to standard error) warning messages about possible erroneous usage.
18754 @item -d @var{d}
18755 @itemx --delimiter=@var{d}
18756 @opindex -d
18757 @opindex --delimiter
18758 Use the character @var{d} as input field separator (default: whitespace).
18759 @emph{Note}: Using non-default delimiter turns off automatic padding.
18761 @item --field=@var{fields}
18762 @opindex --field
18763 Convert the number in input field @var{fields} (default: 1).
18764 @var{fields} supports @command{cut} style field ranges:
18766 @example
18767 N    N'th field, counted from 1
18768 N-   from N'th field, to end of line
18769 N-M  from N'th to M'th field (inclusive)
18770 -M   from first to M'th field (inclusive)
18771 -    all fields
18772 @end example
18775 @item --format=@var{format}
18776 @opindex --format
18777 Use printf-style floating FORMAT string.  The @var{format} string must contain
18778 one @samp{%f} directive, optionally with @samp{'}, @samp{-}, @samp{0}, width
18779 or precision modifiers.  The @samp{'} modifier will enable @option{--grouping},
18780 the @samp{-} modifier will enable left-aligned @option{--padding} and the width
18781 modifier will enable right-aligned @option{--padding}.  The @samp{0} width
18782 modifier (without the @samp{-} modifier) will generate leading zeros on the
18783 number, up to the specified width.  A precision specification like @samp{%.1f}
18784 will override the precision determined from the input data or set due to
18785 @option{--to} option auto scaling.
18787 @item --from=@var{unit}
18788 @opindex --from
18789 Auto-scales input numbers according to @var{unit}.  See UNITS below.
18790 The default is no scaling, meaning suffixes (e.g. @samp{M}, @samp{G}) will
18791 trigger an error.
18793 @item --from-unit=@var{n}
18794 @opindex --from-unit
18795 Specify the input unit size (instead of the default 1).  Use this option when
18796 the input numbers represent other units (e.g. if the input number @samp{10}
18797 represents 10 units of 512 bytes, use @samp{--from-unit=512}).
18798 Suffixes are handled as with @samp{--from=auto}.
18800 @item --grouping
18801 @opindex --grouping
18802 Group digits in output numbers according to the current locale's grouping rules
18803 (e.g @emph{Thousands Separator} character, commonly @samp{.} (dot) or @samp{,}
18804 comma).  This option has no effect in @samp{POSIX/C} locale.
18806 @item --header[=@var{n}]
18807 @opindex --header
18808 @opindex --header=N
18809 Print the first @var{n} (default: 1) lines without any conversion.
18811 @item --invalid=@var{mode}
18812 @opindex --invalid
18813 The default action on input errors is to exit immediately with status code 2.
18814 @option{--invalid=@samp{abort}} explicitly specifies this default mode.
18815 With a @var{mode} of @samp{fail}, print a warning for @emph{each} conversion
18816 error, and exit with status 2.  With a @var{mode} of @samp{warn}, exit with
18817 status 0, even in the presence of conversion errors, and with a @var{mode} of
18818 @samp{ignore} do not even print diagnostics.
18820 @item --padding=@var{n}
18821 @opindex --padding
18822 Pad the output numbers to @var{n} characters, by adding spaces.  If @var{n} is
18823 a positive number, numbers will be right-aligned.  If @var{n} is a negative
18824 number, numbers will be left-aligned.  By default, numbers are automatically
18825 aligned based on the input line's width (only with the default delimiter).
18827 @item --round=@var{method}
18828 @opindex --round
18829 @opindex --round=up
18830 @opindex --round=down
18831 @opindex --round=from-zero
18832 @opindex --round=towards-zero
18833 @opindex --round=nearest
18834 When converting number representations, round the number according to
18835 @var{method}, which can be @samp{up}, @samp{down},
18836 @samp{from-zero} (the default), @samp{towards-zero}, @samp{nearest}.
18838 @item --suffix=@var{suffix}
18839 @opindex --suffix
18840 Add @samp{SUFFIX} to the output numbers, and accept optional @samp{SUFFIX} in
18841 input numbers.
18843 @item --to=@var{unit}
18844 @opindex --to
18845 Auto-scales output numbers according to @var{unit}.  See @emph{Units} below.
18846 The default is no scaling, meaning all the digits of the number are printed.
18848 @item --to-unit=@var{n}
18849 @opindex --to-unit
18850 Specify the output unit size (instead of the default 1).  Use this option when
18851 the output numbers represent other units (e.g. to represent @samp{4,000,000}
18852 bytes in blocks of 1KB, use @samp{--to=si --to-unit=1000}).
18853 Suffixes are handled as with @samp{--from=auto}.
18855 @optZeroTerminated
18856 @newlineFieldSeparator
18858 @end table
18860 @subsection Possible @var{unit}s:
18862 The following are the possible @var{unit} options with @option{--from=UNITS} and
18863 @option{--to=UNITS}:
18865 @table @var
18867 @item none
18868 No scaling is performed.  For input numbers, no suffixes are accepted, and any
18869 trailing characters following the number will trigger an error.  For output
18870 numbers, all digits of the numbers will be printed.
18872 @item si
18873 Auto-scale numbers according to the @emph{International System of Units (SI)}
18874 standard.
18875 For input numbers, accept one of the following suffixes.
18876 For output numbers, values larger than 1000 will be rounded, and printed with
18877 one of the following suffixes:
18879 @example
18880 @samp{K}  =>  @math{1000^1 = 10^3} (Kilo)
18881 @samp{M}  =>  @math{1000^2 = 10^6} (Mega)
18882 @samp{G}  =>  @math{1000^3 = 10^9} (Giga)
18883 @samp{T}  =>  @math{1000^4 = 10^{12}} (Tera)
18884 @samp{P}  =>  @math{1000^5 = 10^{15}} (Peta)
18885 @samp{E}  =>  @math{1000^6 = 10^{18}} (Exa)
18886 @samp{Z}  =>  @math{1000^7 = 10^{21}} (Zetta)
18887 @samp{Y}  =>  @math{1000^8 = 10^{24}} (Yotta)
18888 @end example
18890 @item iec
18891 Auto-scale numbers according to the @emph{International Electrotechnical
18892 Commission (IEC)} standard.
18893 For input numbers, accept one of the following suffixes.
18894 For output numbers, values larger than 1024 will be rounded, and printed with
18895 one of the following suffixes:
18897 @example
18898 @samp{K}  =>  @math{1024^1 = 2^{10}} (Kibi)
18899 @samp{M}  =>  @math{1024^2 = 2^{20}} (Mebi)
18900 @samp{G}  =>  @math{1024^3 = 2^{30}} (Gibi)
18901 @samp{T}  =>  @math{1024^4 = 2^{40}} (Tebi)
18902 @samp{P}  =>  @math{1024^5 = 2^{50}} (Pebi)
18903 @samp{E}  =>  @math{1024^6 = 2^{60}} (Exbi)
18904 @samp{Z}  =>  @math{1024^7 = 2^{70}} (Zebi)
18905 @samp{Y}  =>  @math{1024^8 = 2^{80}} (Yobi)
18906 @end example
18908 The @option{iec} option uses a single letter suffix (e.g. @samp{G}), which is
18909 not fully standard, as the @emph{iec} standard recommends a two-letter symbol
18910 (e.g @samp{Gi}) - but in practice, this method common.  Compare with
18911 the @option{iec-i} option.
18913 @item iec-i
18914 Auto-scale numbers according to the @emph{International Electrotechnical
18915 Commission (IEC)} standard.
18916 For input numbers, accept one of the following suffixes.
18917 For output numbers, values larger than 1024 will be rounded, and printed with
18918 one of the following suffixes:
18920 @example
18921 @samp{Ki}  =>  @math{1024^1 = 2^{10}} (Kibi)
18922 @samp{Mi}  =>  @math{1024^2 = 2^{20}} (Mebi)
18923 @samp{Gi}  =>  @math{1024^3 = 2^{30}} (Gibi)
18924 @samp{Ti}  =>  @math{1024^4 = 2^{40}} (Tebi)
18925 @samp{Pi}  =>  @math{1024^5 = 2^{50}} (Pebi)
18926 @samp{Ei}  =>  @math{1024^6 = 2^{60}} (Exbi)
18927 @samp{Zi}  =>  @math{1024^7 = 2^{70}} (Zebi)
18928 @samp{Yi}  =>  @math{1024^8 = 2^{80}} (Yobi)
18929 @end example
18931 The @option{iec-i} option uses a two-letter suffix symbol (e.g. @samp{Gi}),
18932 as the @emph{iec} standard recommends, but this is not always common in
18933 practice.  Compare with the @option{iec} option.
18935 @item auto
18936 @samp{auto} can only be used with @option{--from}.  With this method, numbers
18937 with @samp{K},@samp{M},@samp{G},@samp{T},@samp{P},@samp{E},@samp{Z},@samp{Y}
18938 suffixes are interpreted as @emph{SI} values, and numbers with @samp{Ki},
18939 @samp{Mi},@samp{Gi},@samp{Ti},@samp{Pi},@samp{Ei},@samp{Zi},@samp{Yi} suffixes
18940 are interpreted as @emph{IEC} values.
18942 @end table
18944 @subsection Examples of using @command{numfmt}
18946 Converting a single number from/to @emph{human} representation:
18947 @example
18948 $ numfmt --to=si 500000
18949 500K
18951 $ numfmt --to=iec 500000
18952 489K
18954 $ numfmt --to=iec-i 500000
18955 489Ki
18957 $ numfmt --from=si 1M
18958 1000000
18960 $ numfmt --from=iec 1M
18961 1048576
18963 # with '--from=auto', M=Mega, Mi=Mebi
18964 $ numfmt --from=auto 1M
18965 1000000
18966 $ numfmt --from=auto 1Mi
18967 1048576
18968 @end example
18970 Converting from @samp{SI} to @samp{IEC} scales (e.g. when a drive's capacity is
18971 advertised as @samp{1TB}, while checking the drive's capacity gives lower
18972 values):
18974 @example
18975 $ numfmt --from=si --to=iec 1T
18976 932G
18977 @end example
18980 Converting a single field from an input file / piped input (these contrived
18981 examples are for demonstration purposes only, as both @command{ls} and
18982 @command{df} support the @option{--human-readable} option to
18983 output sizes in human-readable format):
18985 @example
18986 # Third field (file size) will be shown in SI representation
18987 $ ls -log | numfmt --field 3 --header --to=si | head -n4
18988 -rw-r--r--  1     94K Aug 23  2011 ABOUT-NLS
18989 -rw-r--r--  1    3.7K Jan  7 16:15 AUTHORS
18990 -rw-r--r--  1     36K Jun  1  2011 COPYING
18991 -rw-r--r--  1       0 Jan  7 15:15 ChangeLog
18993 # Second field (size) will be shown in IEC representation
18994 $ df --block-size=1 | numfmt --field 2 --header --to=iec | head -n4
18995 File system   1B-blocks        Used  Available Use% Mounted on
18996 rootfs             132G   104741408   26554036  80% /
18997 tmpfs              794M        7580     804960   1% /run/shm
18998 /dev/sdb1          694G   651424756   46074696  94% /home
18999 @end example
19002 Output can be tweaked using @option{--padding} or @option{--format}:
19004 @example
19005 # Pad to 10 characters, right-aligned
19006 $ du -s * | numfmt --to=si --padding=10
19007       2.5K config.log
19008        108 config.status
19009       1.7K configure
19010         20 configure.ac
19012 # Pad to 10 characters, left-aligned
19013 $ du -s * | numfmt --to=si --padding=-10
19014 2.5K       config.log
19015 108        config.status
19016 1.7K       configure
19017 20         configure.ac
19019 # Pad to 10 characters, left-aligned, using 'format'
19020 $ du -s * | numfmt --to=si --format="%10f"
19021       2.5K config.log
19022        108 config.status
19023       1.7K configure
19024         20 configure.ac
19026 # Pad to 10 characters, left-aligned, using 'format'
19027 $ du -s * | numfmt --to=si --padding="%-10f"
19028 2.5K       config.log
19029 108        config.status
19030 1.7K       configure
19031 20         configure.ac
19032 @end example
19034 With locales that support grouping digits, using @option{--grouping} or
19035 @option{--format} enables grouping.  In @samp{POSIX} locale, grouping is
19036 silently ignored:
19038 @example
19039 $ LC_ALL=C numfmt --from=iec --grouping 2G
19040 2147483648
19042 $ LC_ALL=en_US.utf8 numfmt --from=iec --grouping 2G
19043 2,147,483,648
19045 $ LC_ALL=ta_IN numfmt --from=iec --grouping 2G
19046 2,14,74,83,648
19048 $ LC_ALL=C numfmt --from=iec --format="==%'15f==" 2G
19049 ==     2147483648==
19051 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'15f==" 2G
19052 ==  2,147,483,648==
19054 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'-15f==" 2G
19055 ==2,147,483,648  ==
19057 $ LC_ALL=ta_IN numfmt --from=iec --format="==%'15f==" 2G
19058 == 2,14,74,83,648==
19059 @end example
19062 @node seq invocation
19063 @section @command{seq}: Print numeric sequences
19065 @pindex seq
19066 @cindex numeric sequences
19067 @cindex sequence of numbers
19069 @command{seq} prints a sequence of numbers to standard output.  Synopses:
19071 @example
19072 seq [@var{option}]@dots{} @var{last}
19073 seq [@var{option}]@dots{} @var{first} @var{last}
19074 seq [@var{option}]@dots{} @var{first} @var{increment} @var{last}
19075 @end example
19077 @command{seq} prints the numbers from @var{first} to @var{last} by
19078 @var{increment}.  By default, each number is printed on a separate line.
19079 When @var{increment} is not specified, it defaults to @samp{1},
19080 even when @var{first} is larger than @var{last}.
19081 @var{first} also defaults to @samp{1}.  So @code{seq 1} prints
19082 @samp{1}, but @code{seq 0} and @code{seq 10 5} produce no output.
19083 The sequence of numbers ends when the sum of the current number and
19084 @var{increment} would become greater than @var{last},
19085 so @code{seq 1 10 10} only produces @samp{1}.
19086 @var{increment} must not be @samp{0}; use the tool @command{yes} to get
19087 repeated output of a constant number.
19088 @var{first}, @var{increment} and @var{last} must not be @code{NaN},
19089 but @code{inf} is supported.
19090 Floating-point numbers may be specified in either the current or
19091 the C locale.  @xref{Floating point}.
19093 The program accepts the following options.  Also see @ref{Common options}.
19094 Options must precede operands.
19096 @table @samp
19097 @item -f @var{format}
19098 @itemx --format=@var{format}
19099 @opindex -f
19100 @opindex --format
19101 @cindex formatting of numbers in @command{seq}
19102 Print all numbers using @var{format}.
19103 @var{format} must contain exactly one of the @samp{printf}-style
19104 floating point conversion specifications @samp{%a}, @samp{%e},
19105 @samp{%f}, @samp{%g}, @samp{%A}, @samp{%E}, @samp{%F}, @samp{%G}@.
19106 The @samp{%} may be followed by zero or more flags taken from the set
19107 @samp{-+#0 '}, then an optional width containing one or more digits,
19108 then an optional precision consisting of a @samp{.} followed by zero
19109 or more digits.  @var{format} may also contain any number of @samp{%%}
19110 conversion specifications.  All conversion specifications have the
19111 same meaning as with @samp{printf}.
19113 The default format is derived from @var{first}, @var{step}, and
19114 @var{last}.  If these all use a fixed point decimal representation,
19115 the default format is @samp{%.@var{p}f}, where @var{p} is the minimum
19116 precision that can represent the output numbers exactly.  Otherwise,
19117 the default format is @samp{%g}.
19119 @item -s @var{string}
19120 @itemx --separator=@var{string}
19121 @opindex -s
19122 @opindex --separator
19123 @cindex separator for numbers in @command{seq}
19124 Separate numbers with @var{string}; default is a newline.
19125 The output always terminates with a newline.
19127 @item -w
19128 @itemx --equal-width
19129 @opindex -w
19130 @opindex --equal-width
19131 Print all numbers with the same width, by padding with leading zeros.
19132 @var{first}, @var{step}, and @var{last} should all use a fixed point
19133 decimal representation.
19134 (To have other kinds of padding, use @option{--format}).
19136 @end table
19138 You can get finer-grained control over output with @option{-f}:
19140 @example
19141 $ seq -f '(%9.2E)' -9e5 1.1e6 1.3e6
19142 (-9.00E+05)
19143 ( 2.00E+05)
19144 ( 1.30E+06)
19145 @end example
19147 If you want hexadecimal integer output, you can use @command{printf}
19148 to perform the conversion:
19150 @example
19151 $ printf '%x\n' $(seq 1048575 1024 1050623)
19152 fffff
19153 1003ff
19154 1007ff
19155 @end example
19157 For very long lists of numbers, use xargs to avoid
19158 system limitations on the length of an argument list:
19160 @example
19161 $ seq 1000000 | xargs printf '%x\n' | tail -n 3
19162 f423e
19163 f423f
19164 f4240
19165 @end example
19167 To generate octal output, use the printf @code{%o} format instead
19168 of @code{%x}.
19170 On most systems, seq can produce whole-number output for values up to
19171 at least @math{2^{53}}.  Larger integers are approximated.  The details
19172 differ depending on your floating-point implementation.
19173 @xref{Floating point}.  A common
19174 case is that @command{seq} works with integers through @math{2^{64}},
19175 and larger integers may not be numerically correct:
19177 @example
19178 $ seq 50000000000000000000 2 50000000000000000004
19179 50000000000000000000
19180 50000000000000000000
19181 50000000000000000004
19182 @end example
19184 However, note that when limited to non-negative whole numbers,
19185 an increment of less than 200, and no format-specifying option,
19186 seq can print arbitrarily large numbers.
19187 Therefore @command{seq inf} can be used to
19188 generate an infinite sequence of numbers.
19190 Be careful when using @command{seq} with outlandish values: otherwise
19191 you may see surprising results, as @command{seq} uses floating point
19192 internally.  For example, on the x86 platform, where the internal
19193 representation uses a 64-bit fraction, the command:
19195 @example
19196 seq 1 0.0000000000000000001 1.0000000000000000009
19197 @end example
19199 outputs 1.0000000000000000007 twice and skips 1.0000000000000000008.
19201 @exitstatus
19204 @node File permissions
19205 @chapter File permissions
19206 @include perm.texi
19209 @node File timestamps
19210 @chapter File timestamps
19212 @cindex atime
19213 @cindex birthtime
19214 @cindex ctime
19215 @cindex mtime
19216 Standard POSIX files have three timestamps: the access timestamp
19217 (atime) of the last read, the modification timestamp (mtime) of the
19218 last write, and the status change timestamp (ctime) of the last change
19219 to the file's meta-information.  Some file systems support a
19220 fourth time: the birth timestamp (birthtime) of when the file was
19221 created; by definition, birthtime never changes.
19223 One common example of a ctime change is when the permissions of a file
19224 change.  Changing the permissions doesn't access the file, so atime
19225 doesn't change, nor does it modify the file, so the mtime doesn't
19226 change.  Yet, something about the file itself has changed, and this
19227 must be noted somewhere.  This is the job of the ctime field.  This is
19228 necessary, so that, for example, a backup program can make a fresh
19229 copy of the file, including the new permissions value.  Another
19230 operation that modifies a file's ctime without affecting the others is
19231 renaming.
19233 Naively, a file's atime, mtime, and ctime are set to the current time
19234 whenever you read, write, or change the attributes of the file
19235 respectively, and searching a directory counts as reading it.  A
19236 file's atime and mtime can also be set directly, via the
19237 @command{touch} command (@pxref{touch invocation}).  In practice,
19238 though, timestamps are not updated quite that way.
19240 For efficiency reasons, many systems are lazy about updating atimes:
19241 when a program accesses a file, they may delay updating the file's
19242 atime, or may not update the file's atime if the file has been
19243 accessed recently, or may not update the atime at all.  Similar
19244 laziness, though typically not quite so extreme, applies to mtimes and
19245 ctimes.
19247 Some systems emulate timestamps instead of supporting them directly,
19248 and these emulations may disagree with the naive interpretation.  For
19249 example, a system may fake an atime or ctime by using the mtime.
19251 @cindex clock skew
19252 The determination of what time is ``current'' depends on the
19253 platform.  Platforms with network file systems often use different
19254 clocks for the operating system and for file systems; because
19255 updates typically uses file systems' clocks by default, clock
19256 skew can cause the resulting file timestamps to appear to be in a
19257 program's ``future'' or ``past''.
19259 @cindex file timestamp resolution
19260 When the system updates a file timestamp to a desired time @var{t}
19261 (which is either the current time, or a time specified via the
19262 @command{touch} command), there are several reasons the file's
19263 timestamp may be set to a value that differs from @var{t}.  First,
19264 @var{t} may have a higher resolution than supported.  Second, a file
19265 system may use different resolutions for different types of times.
19266 Third, file timestamps may use a different resolution than operating
19267 system timestamps.  Fourth, the operating system primitives used to
19268 update timestamps may employ yet a different resolution.  For example,
19269 in theory a file system might use 10-microsecond resolution for access
19270 timestamp and 100-nanosecond resolution for modification timestamp, and the
19271 operating system might use nanosecond resolution for the current time
19272 and microsecond resolution for the primitive that @command{touch} uses
19273 to set a file's timestamp to an arbitrary value.
19276 @include parse-datetime.texi
19278 @include sort-version.texi
19280 @c              What's GNU?
19281 @c              Arnold Robbins
19282 @node Opening the software toolbox
19283 @chapter Opening the Software Toolbox
19285 An earlier version of this chapter appeared in
19286 @uref{https://www.linuxjournal.com/article.php?sid=2762, the
19287 @cite{What's GNU@?} column of the June 1994 @cite{Linux Journal}}.
19288 It was written by Arnold Robbins.
19290 @menu
19291 * Toolbox introduction::        Toolbox introduction
19292 * I/O redirection::             I/O redirection
19293 * The who command::             The @command{who} command
19294 * The cut command::             The @command{cut} command
19295 * The sort command::            The @command{sort} command
19296 * The uniq command::            The @command{uniq} command
19297 * Putting the tools together::  Putting the tools together
19298 @end menu
19301 @node Toolbox introduction
19302 @unnumberedsec Toolbox Introduction
19304 This month's column is only peripherally related to the GNU Project, in
19305 that it describes a number of the GNU tools on your GNU/Linux system
19306 and how they
19307 might be used.  What it's really about is the ``Software Tools'' philosophy
19308 of program development and usage.
19310 The software tools philosophy was an important and integral concept
19311 in the initial design and development of Unix (of which GNU/Linux and GNU are
19312 essentially clones).  Unfortunately, in the modern day press of
19313 Internetworking and flashy GUIs, it seems to have fallen by the
19314 wayside.  This is a shame, since it provides a powerful mental model
19315 for solving many kinds of problems.
19317 Many people carry a Swiss Army knife around in their pants pockets (or
19318 purse).  A Swiss Army knife is a handy tool to have: it has several knife
19319 blades, a screwdriver, tweezers, toothpick, nail file, corkscrew, and perhaps
19320 a number of other things on it.  For the everyday, small miscellaneous jobs
19321 where you need a simple, general purpose tool, it's just the thing.
19323 On the other hand, an experienced carpenter doesn't build a house using
19324 a Swiss Army knife.  Instead, he has a toolbox chock full of specialized
19325 tools---a saw, a hammer, a screwdriver, a plane, and so on.  And he knows
19326 exactly when and where to use each tool; you won't catch him hammering nails
19327 with the handle of his screwdriver.
19329 The Unix developers at Bell Labs were all professional programmers and trained
19330 computer scientists.  They had found that while a one-size-fits-all program
19331 might appeal to a user because there's only one program to use, in practice
19332 such programs are
19334 @enumerate a
19335 @item
19336 difficult to write,
19338 @item
19339 difficult to maintain and
19340 debug, and
19342 @item
19343 difficult to extend to meet new situations.
19344 @end enumerate
19346 Instead, they felt that programs should be specialized tools.  In short, each
19347 program ``should do one thing well.''  No more and no less.  Such programs are
19348 simpler to design, write, and get right---they only do one thing.
19350 Furthermore, they found that with the right machinery for hooking programs
19351 together, that the whole was greater than the sum of the parts.  By combining
19352 several special purpose programs, you could accomplish a specific task
19353 that none of the programs was designed for, and accomplish it much more
19354 quickly and easily than if you had to write a special purpose program.
19355 We will see some (classic) examples of this further on in the column.
19356 (An important additional point was that, if necessary, take a detour
19357 and build any software tools you may need first, if you don't already
19358 have something appropriate in the toolbox.)
19360 @node I/O redirection
19361 @unnumberedsec I/O Redirection
19363 Hopefully, you are familiar with the basics of I/O redirection in the
19364 shell, in particular the concepts of ``standard input,'' ``standard output,''
19365 and ``standard error''.  Briefly, ``standard input'' is a data source, where
19366 data comes from.  A program should not need to either know or care if the
19367 data source is a regular file, a keyboard, a magnetic tape, or even a punched
19368 card reader.  Similarly, ``standard output'' is a data sink, where data goes
19369 to.  The program should neither know nor care where this might be.
19370 Programs that only read their standard input, do something to the data,
19371 and then send it on, are called @dfn{filters}, by analogy to filters in a
19372 water pipeline.
19374 With the Unix shell, it's very easy to set up data pipelines:
19376 @example
19377 program_to_create_data | filter1 | ... | filterN > final.pretty.data
19378 @end example
19380 We start out by creating the raw data; each filter applies some successive
19381 transformation to the data, until by the time it comes out of the pipeline,
19382 it is in the desired form.
19384 This is fine and good for standard input and standard output.  Where does the
19385 standard error come in to play?  Well, think about @command{filter1} in
19386 the pipeline above.  What happens if it encounters an error in the data it
19387 sees?  If it writes an error message to standard output, it will just
19388 disappear down the pipeline into @command{filter2}'s input, and the
19389 user will probably never see it.  So programs need a place where they can send
19390 error messages so that the user will notice them.  This is standard error,
19391 and it is usually connected to your console or window, even if you have
19392 redirected standard output of your program away from your screen.
19394 For filter programs to work together, the format of the data has to be
19395 agreed upon.  The most straightforward and easiest format to use is simply
19396 lines of text.  Unix data files are generally just streams of bytes, with
19397 lines delimited by the ASCII LF (Line Feed) character,
19398 conventionally called a ``newline'' in the Unix literature.  (This is
19399 @code{'\n'} if you're a C programmer.)  This is the format used by all
19400 the traditional filtering programs.  (Many earlier operating systems
19401 had elaborate facilities and special purpose programs for managing
19402 binary data.  Unix has always shied away from such things, under the
19403 philosophy that it's easiest to simply be able to view and edit your
19404 data with a text editor.)
19406 OK, enough introduction.  Let's take a look at some of the tools, and then
19407 we'll see how to hook them together in interesting ways.   In the following
19408 discussion, we will only present those command line options that interest
19409 us.  As you should always do, double check your system documentation
19410 for the full story.
19412 @node The who command
19413 @unnumberedsec The @command{who} Command
19415 The first program is the @command{who} command.  By itself, it generates a
19416 list of the users who are currently logged in.  Although I'm writing
19417 this on a single-user system, we'll pretend that several people are
19418 logged in:
19420 @example
19421 $ who
19422 @print{} arnold   console Jan 22 19:57
19423 @print{} miriam   ttyp0   Jan 23 14:19(:0.0)
19424 @print{} bill     ttyp1   Jan 21 09:32(:0.0)
19425 @print{} arnold   ttyp2   Jan 23 20:48(:0.0)
19426 @end example
19428 Here, the @samp{$} is the usual shell prompt, at which I typed @samp{who}.
19429 There are three people logged in, and I am logged in twice.  On traditional
19430 Unix systems, user names are never more than eight characters long.  This
19431 little bit of trivia will be useful later.  The output of @command{who} is nice,
19432 but the data is not all that exciting.
19434 @node The cut command
19435 @unnumberedsec The @command{cut} Command
19437 The next program we'll look at is the @command{cut} command.  This program
19438 cuts out columns or fields of input data.  For example, we can tell it
19439 to print just the login name and full name from the @file{/etc/passwd}
19440 file.  The @file{/etc/passwd} file has seven fields, separated by
19441 colons:
19443 @example
19444 arnold:xyzzy:2076:10:Arnold D. Robbins:/home/arnold:/bin/bash
19445 @end example
19447 To get the first and fifth fields, we would use @command{cut} like this:
19449 @example
19450 $ cut -d: -f1,5 /etc/passwd
19451 @print{} root:Operator
19452 @dots{}
19453 @print{} arnold:Arnold D. Robbins
19454 @print{} miriam:Miriam A. Robbins
19455 @dots{}
19456 @end example
19458 With the @option{-c} option, @command{cut} will cut out specific characters
19459 (i.e., columns) in the input lines.  This is useful for input data
19460 that has fixed width fields, and does not have a field separator.  For
19461 example, list the Monday dates for the current month:
19463 @c Is using cal ok?  Looked at gcal, but I don't like it.
19464 @example
19465 $ cal | cut -c 3-5
19466 @print{}Mo
19467 @print{}
19468 @print{}  6
19469 @print{} 13
19470 @print{} 20
19471 @print{} 27
19472 @end example
19474 @node The sort command
19475 @unnumberedsec The @command{sort} Command
19477 Next we'll look at the @command{sort} command.  This is one of the most
19478 powerful commands on a Unix-style system; one that you will often find
19479 yourself using when setting up fancy data plumbing.
19481 The @command{sort}
19482 command reads and sorts each file named on the command line.  It then
19483 merges the sorted data and writes it to standard output.  It will read
19484 standard input if no files are given on the command line (thus
19485 making it into a filter).  The sort is based on the character collating
19486 sequence or based on user-supplied ordering criteria.
19489 @node The uniq command
19490 @unnumberedsec The @command{uniq} Command
19492 Finally (at least for now), we'll look at the @command{uniq} program.  When
19493 sorting data, you will often end up with duplicate lines, lines that
19494 are identical.  Usually, all you need is one instance of each line.
19495 This is where @command{uniq} comes in.  The @command{uniq} program reads its
19496 standard input.  It prints only one
19497 copy of each repeated line.  It does have several options.  Later on,
19498 we'll use the @option{-c} option, which prints each unique line, preceded
19499 by a count of the number of times that line occurred in the input.
19502 @node Putting the tools together
19503 @unnumberedsec Putting the Tools Together
19505 Now, let's suppose this is a large ISP server system with dozens of users
19506 logged in.  The management wants the system administrator to write a
19507 program that will
19508 generate a sorted list of logged in users.  Furthermore, even if a user
19509 is logged in multiple times, his or her name should only show up in the
19510 output once.
19512 The administrator could sit down with the system documentation and write a C
19513 program that did this.  It would take perhaps a couple of hundred lines
19514 of code and about two hours to write it, test it, and debug it.
19515 However, knowing the software toolbox, the administrator can instead start out
19516 by generating just a list of logged on users:
19518 @example
19519 $ who | cut -c1-8
19520 @print{} arnold
19521 @print{} miriam
19522 @print{} bill
19523 @print{} arnold
19524 @end example
19526 Next, sort the list:
19528 @example
19529 $ who | cut -c1-8 | sort
19530 @print{} arnold
19531 @print{} arnold
19532 @print{} bill
19533 @print{} miriam
19534 @end example
19536 Finally, run the sorted list through @command{uniq}, to weed out duplicates:
19538 @example
19539 $ who | cut -c1-8 | sort | uniq
19540 @print{} arnold
19541 @print{} bill
19542 @print{} miriam
19543 @end example
19545 The @command{sort} command actually has a @option{-u} option that does what
19546 @command{uniq} does.  However, @command{uniq} has other uses for which one
19547 cannot substitute @samp{sort -u}.
19549 The administrator puts this pipeline into a shell script, and makes it
19550 available for
19551 all the users on the system (@samp{#} is the system administrator,
19552 or @code{root}, prompt):
19554 @example
19555 # cat > /usr/local/bin/listusers
19556 who | cut -c1-8 | sort | uniq
19558 # chmod +x /usr/local/bin/listusers
19559 @end example
19561 There are four major points to note here.  First, with just four
19562 programs, on one command line, the administrator was able to save about two
19563 hours worth of work.  Furthermore, the shell pipeline is just about as
19564 efficient as the C program would be, and it is much more efficient in
19565 terms of programmer time.  People time is much more expensive than
19566 computer time, and in our modern ``there's never enough time to do
19567 everything'' society, saving two hours of programmer time is no mean
19568 feat.
19570 Second, it is also important to emphasize that with the
19571 @emph{combination} of the tools, it is possible to do a special
19572 purpose job never imagined by the authors of the individual programs.
19574 Third, it is also valuable to build up your pipeline in stages, as we did here.
19575 This allows you to view the data at each stage in the pipeline, which helps
19576 you acquire the confidence that you are indeed using these tools correctly.
19578 Finally, by bundling the pipeline in a shell script, other users can use
19579 your command, without having to remember the fancy plumbing you set up for
19580 them.  In terms of how you run them, shell scripts and compiled programs are
19581 indistinguishable.
19583 After the previous warm-up exercise, we'll look at two additional, more
19584 complicated pipelines.  For them, we need to introduce two more tools.
19586 The first is the @command{tr} command, which stands for ``transliterate.''
19587 The @command{tr} command works on a character-by-character basis, changing
19588 characters.  Normally it is used for things like mapping upper case to
19589 lower case:
19591 @example
19592 $ echo ThIs ExAmPlE HaS MIXED case! | tr '[:upper:]' '[:lower:]'
19593 @print{} this example has mixed case!
19594 @end example
19596 There are several options of interest:
19598 @table @code
19599 @item -c
19600 work on the complement of the listed characters, i.e.,
19601 operations apply to characters not in the given set
19603 @item -d
19604 delete characters in the first set from the output
19606 @item -s
19607 squeeze repeated characters in the output into just one character.
19608 @end table
19610 We will be using all three options in a moment.
19612 The other command we'll look at is @command{comm}.  The @command{comm}
19613 command takes two sorted input files as input data, and prints out the
19614 files' lines in three columns.  The output columns are the data lines
19615 unique to the first file, the data lines unique to the second file, and
19616 the data lines that are common to both.  The @option{-1}, @option{-2}, and
19617 @option{-3} command line options @emph{omit} the respective columns.  (This is
19618 non-intuitive and takes a little getting used to.)  For example:
19620 @example
19621 $ cat f1
19622 @print{} 11111
19623 @print{} 22222
19624 @print{} 33333
19625 @print{} 44444
19626 $ cat f2
19627 @print{} 00000
19628 @print{} 22222
19629 @print{} 33333
19630 @print{} 55555
19631 $ comm f1 f2
19632 @print{}         00000
19633 @print{} 11111
19634 @print{}                 22222
19635 @print{}                 33333
19636 @print{} 44444
19637 @print{}         55555
19638 @end example
19640 The file name @file{-} tells @command{comm} to read standard input
19641 instead of a regular file.
19643 Now we're ready to build a fancy pipeline.  The first application is a word
19644 frequency counter.  This helps an author determine if he or she is over-using
19645 certain words.
19647 The first step is to change the case of all the letters in our input file
19648 to one case.  ``The'' and ``the'' are the same word when doing counting.
19650 @example
19651 $ tr '[:upper:]' '[:lower:]' < whats.gnu | ...
19652 @end example
19654 The next step is to get rid of punctuation.  Quoted words and unquoted words
19655 should be treated identically; it's easiest to just get the punctuation out of
19656 the way.
19658 @example
19659 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' | ...
19660 @end example
19662 The second @command{tr} command operates on the complement of the listed
19663 characters, which are all the letters, the digits, the underscore, and
19664 the blank.  The @samp{\n} represents the newline character; it has to
19665 be left alone.  (The ASCII tab character should also be included for
19666 good measure in a production script.)
19668 At this point, we have data consisting of words separated by blank space.
19669 The words only contain alphanumeric characters (and the underscore).  The
19670 next step is break the data apart so that we have one word per line.  This
19671 makes the counting operation much easier, as we will see shortly.
19673 @example
19674 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19675 > tr -s ' ' '\n' | ...
19676 @end example
19678 This command turns blanks into newlines.  The @option{-s} option squeezes
19679 multiple newline characters in the output into just one, removing
19680 blank lines.  (The @samp{>} is the shell's ``secondary prompt.''
19681 This is what the shell prints when it notices you haven't finished
19682 typing in all of a command.)
19684 We now have data consisting of one word per line, no punctuation, all one
19685 case.  We're ready to count each word:
19687 @example
19688 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19689 > tr -s ' ' '\n' | sort | uniq -c | ...
19690 @end example
19692 At this point, the data might look something like this:
19694 @example
19695      60 a
19696       2 able
19697       6 about
19698       1 above
19699       2 accomplish
19700       1 acquire
19701       1 actually
19702       2 additional
19703 @end example
19705 The output is sorted by word, not by count!  What we want is the most
19706 frequently used words first.  Fortunately, this is easy to accomplish,
19707 with the help of two more @command{sort} options:
19709 @table @code
19710 @item -n
19711 do a numeric sort, not a textual one
19713 @item -r
19714 reverse the order of the sort
19715 @end table
19717 The final pipeline looks like this:
19719 @example
19720 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19721 > tr -s ' ' '\n' | sort | uniq -c | sort -n -r
19722 @print{}    156 the
19723 @print{}     60 a
19724 @print{}     58 to
19725 @print{}     51 of
19726 @print{}     51 and
19727 @dots{}
19728 @end example
19730 Whew!  That's a lot to digest.  Yet, the same principles apply.  With six
19731 commands, on two lines (really one long one split for convenience), we've
19732 created a program that does something interesting and useful, in much
19733 less time than we could have written a C program to do the same thing.
19735 A minor modification to the above pipeline can give us a simple spelling
19736 checker!  To determine if you've spelled a word correctly, all you have to
19737 do is look it up in a dictionary.  If it is not there, then chances are
19738 that your spelling is incorrect.  So, we need a dictionary.
19739 The conventional location for a dictionary is @file{/usr/share/dict/words}.
19741 Now, how to compare our file with the dictionary?  As before, we generate
19742 a sorted list of words, one per line:
19744 @example
19745 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19746 > tr -s ' ' '\n' | sort -u | ...
19747 @end example
19749 Now, all we need is a list of words that are @emph{not} in the
19750 dictionary.  Here is where the @command{comm} command comes in.
19751 Unfortunately @command{comm} operates on sorted input and
19752 @file{/usr/share/dict/words} is not sorted the way that @command{sort}
19753 and @command{comm} normally use, so we first create a properly-sorted
19754 copy of the dictionary and then run a pipeline that uses the copy.
19756 @example
19757 $ sort /usr/share/dict/words > sorted-words
19758 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19759 > tr -s ' ' '\n' | sort -u |
19760 > comm -23 - sorted-words
19761 @end example
19763 The @option{-2} and @option{-3} options eliminate lines that are only in the
19764 dictionary (the second file), and lines that are in both files.  Lines
19765 only in the first file (standard input, our stream of words), are
19766 words that are not in the dictionary.  These are likely candidates for
19767 spelling errors.  This pipeline was the first cut at a production
19768 spelling checker on Unix.
19770 There are some other tools that deserve brief mention.
19772 @table @command
19773 @item grep
19774 search files for text that matches a regular expression
19776 @item wc
19777 count lines, words, characters
19779 @item tee
19780 a T-fitting for data pipes, copies data to files and to standard output
19782 @item sed
19783 the stream editor, an advanced tool
19785 @item awk
19786 a data manipulation language, another advanced tool
19787 @end table
19789 The software tools philosophy also espoused the following bit of
19790 advice: ``Let someone else do the hard part.''  This means, take
19791 something that gives you most of what you need, and then massage it the
19792 rest of the way until it's in the form that you want.
19794 To summarize:
19796 @enumerate 1
19797 @item
19798 Each program should do one thing well.  No more, no less.
19800 @item
19801 Combining programs with appropriate plumbing leads to results where
19802 the whole is greater than the sum of the parts.  It also leads to novel
19803 uses of programs that the authors might never have imagined.
19805 @item
19806 Programs should never print extraneous header or trailer data, since these
19807 could get sent on down a pipeline.  (A point we didn't mention earlier.)
19809 @item
19810 Let someone else do the hard part.
19812 @item
19813 Know your toolbox!  Use each program appropriately.  If you don't have an
19814 appropriate tool, build one.
19815 @end enumerate
19817 All the programs discussed are available as described in
19818 @uref{https://www.gnu.org/software/coreutils/coreutils.html,
19819 GNU core utilities}.
19821 None of what I have presented in this column is new.  The Software Tools
19822 philosophy was first introduced in the book @cite{Software Tools}, by
19823 Brian Kernighan and P.J. Plauger (Addison-Wesley, ISBN 0-201-03669-X).
19824 This book showed how to write and use software tools.  It was written in
19825 1976, using a preprocessor for FORTRAN named @command{ratfor} (RATional
19826 FORtran).  At the time, C was not as ubiquitous as it is now; FORTRAN
19827 was.  The last chapter presented a @command{ratfor} to FORTRAN
19828 processor, written in @command{ratfor}.  @command{ratfor} looks an awful
19829 lot like C; if you know C, you won't have any problem following the
19830 code.
19832 In 1981, the book was updated and made available as @cite{Software Tools
19833 in Pascal} (Addison-Wesley, ISBN 0-201-10342-7).  Both books are
19834 still in print and are well worth
19835 reading if you're a programmer.  They certainly made a major change in
19836 how I view programming.
19838 The programs in both books are available from
19839 @uref{https://www.cs.princeton.edu/~bwk/, Brian Kernighan's home page}.
19840 For a number of years, there was an active
19841 Software Tools Users Group, whose members had ported the original
19842 @command{ratfor} programs to essentially every computer system with a
19843 FORTRAN compiler.  The popularity of the group waned in the middle 1980s
19844 as Unix began to spread beyond universities.
19846 With the current proliferation of GNU code and other clones of Unix programs,
19847 these programs now receive little attention; modern C versions are
19848 much more efficient and do more than these programs do.  Nevertheless, as
19849 exposition of good programming style, and evangelism for a still-valuable
19850 philosophy, these books are unparalleled, and I recommend them highly.
19852 Acknowledgment: I would like to express my gratitude to Brian Kernighan
19853 of Bell Labs, the original Software Toolsmith, for reviewing this column.
19855 @node GNU Free Documentation License
19856 @appendix GNU Free Documentation License
19858 @include fdl.texi
19860 @node Concept index
19861 @unnumbered Index
19863 @printindex cp
19865 @bye
19867 @c Local variables:
19868 @c texinfo-column-for-description: 32
19869 @c End: