date: %-N now means suppress extra digits
[coreutils.git] / doc / coreutils.texi
blobaa970da6c4ea6284baee5fb288254c27bbbdac35
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 @allowcodebreaks false
9 @c %**end of header
11 @include constants.texi
13 @c Define new indices.
14 @defcodeindex op
15 @defcodeindex fl
17 @c Put everything in one index (arbitrarily chosen to be the concept index).
18 @syncodeindex fl cp
19 @syncodeindex fn cp
20 @syncodeindex ky cp
21 @syncodeindex op cp
22 @syncodeindex pg cp
23 @syncodeindex vr cp
25 @dircategory Basics
26 @direntry
27 * Coreutils: (coreutils).       Core GNU (file, text, shell) utilities.
28 * Common options: (coreutils)Common options.
29 * File permissions: (coreutils)File permissions.  Access modes.
30 * Date input formats: (coreutils)Date input formats.
31 @end direntry
33 @c FIXME: the following need documentation
34 @c * [: (coreutils)[ invocation.                   File/string tests.
35 @c * pinky: (coreutils)pinky invocation.           FIXME.
37 @dircategory Individual utilities
38 @direntry
39 * arch: (coreutils)arch invocation.             Print machine hardware name.
40 * b2sum: (coreutils)b2sum invocation.           Print or check BLAKE2 digests.
41 * base32: (coreutils)base32 invocation.         Base32 encode/decode data.
42 * base64: (coreutils)base64 invocation.         Base64 encode/decode data.
43 * basename: (coreutils)basename invocation.     Strip directory and suffix.
44 * basenc: (coreutils)basenc invocation.         Encoding/decoding of data.
45 * cat: (coreutils)cat invocation.               Concatenate and write files.
46 * chcon: (coreutils)chcon invocation.           Change SELinux CTX of files.
47 * chgrp: (coreutils)chgrp invocation.           Change file groups.
48 * chmod: (coreutils)chmod invocation.           Change access permissions.
49 * chown: (coreutils)chown invocation.           Change file owners and groups.
50 * chroot: (coreutils)chroot invocation.         Specify the root directory.
51 * cksum: (coreutils)cksum invocation.           Print POSIX CRC checksum.
52 * comm: (coreutils)comm invocation.             Compare sorted files by line.
53 * cp: (coreutils)cp invocation.                 Copy files.
54 * csplit: (coreutils)csplit invocation.         Split by context.
55 * cut: (coreutils)cut invocation.               Print selected parts of lines.
56 * date: (coreutils)date invocation.             Print/set system date and time.
57 * dd: (coreutils)dd invocation.                 Copy and convert a file.
58 * df: (coreutils)df invocation.                 Report file system usage.
59 * dir: (coreutils)dir invocation.               List directories briefly.
60 * dircolors: (coreutils)dircolors invocation.   Color setup for ls.
61 * dirname: (coreutils)dirname invocation.       Strip last file name component.
62 * du: (coreutils)du invocation.                 Report file usage.
63 * echo: (coreutils)echo invocation.             Print a line of text.
64 * env: (coreutils)env invocation.               Modify the environment.
65 * expand: (coreutils)expand invocation.         Convert tabs to spaces.
66 * expr: (coreutils)expr invocation.             Evaluate expressions.
67 * factor: (coreutils)factor invocation.         Print prime factors
68 * false: (coreutils)false invocation.           Do nothing, unsuccessfully.
69 * fmt: (coreutils)fmt invocation.               Reformat paragraph text.
70 * fold: (coreutils)fold invocation.             Wrap long input lines.
71 * groups: (coreutils)groups invocation.         Print group names a user is in.
72 * head: (coreutils)head invocation.             Output the first part of files.
73 * hostid: (coreutils)hostid invocation.         Print numeric host identifier.
74 * hostname: (coreutils)hostname invocation.     Print or set system name.
75 * id: (coreutils)id invocation.                 Print user identity.
76 * install: (coreutils)install invocation.       Copy files and set attributes.
77 * join: (coreutils)join invocation.             Join lines on a common field.
78 * kill: (coreutils)kill invocation.             Send a signal to processes.
79 * link: (coreutils)link invocation.             Make hard links between files.
80 * ln: (coreutils)ln invocation.                 Make links between files.
81 * logname: (coreutils)logname invocation.       Print current login name.
82 * ls: (coreutils)ls invocation.                 List directory contents.
83 * md5sum: (coreutils)md5sum invocation.         Print or check MD5 digests.
84 * mkdir: (coreutils)mkdir invocation.           Create directories.
85 * mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).
86 * mknod: (coreutils)mknod invocation.           Create special files.
87 * mktemp: (coreutils)mktemp invocation.         Create temporary files.
88 * mv: (coreutils)mv invocation.                 Rename files.
89 * nice: (coreutils)nice invocation.             Modify niceness.
90 * nl: (coreutils)nl invocation.                 Number lines and write files.
91 * nohup: (coreutils)nohup invocation.           Immunize to hangups.
92 * nproc: (coreutils)nproc invocation.           Print the number of processors.
93 * numfmt: (coreutils)numfmt invocation.         Reformat numbers.
94 * od: (coreutils)od invocation.                 Dump files in octal, etc.
95 * paste: (coreutils)paste invocation.           Merge lines of files.
96 * pathchk: (coreutils)pathchk invocation.       Check file name portability.
97 * pr: (coreutils)pr invocation.                 Paginate or columnate files.
98 * printenv: (coreutils)printenv invocation.     Print environment variables.
99 * printf: (coreutils)printf invocation.         Format and print data.
100 * ptx: (coreutils)ptx invocation.               Produce permuted indexes.
101 * pwd: (coreutils)pwd invocation.               Print working directory.
102 * readlink: (coreutils)readlink invocation.     Print referent of a symlink.
103 * realpath: (coreutils)realpath invocation.     Print resolved file names.
104 * rm: (coreutils)rm invocation.                 Remove files.
105 * rmdir: (coreutils)rmdir invocation.           Remove empty directories.
106 * runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.
107 * seq: (coreutils)seq invocation.               Print numeric sequences
108 * sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.
109 * sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.
110 * shred: (coreutils)shred invocation.           Remove files more securely.
111 * shuf: (coreutils)shuf invocation.             Shuffling text files.
112 * sleep: (coreutils)sleep invocation.           Delay for a specified time.
113 * sort: (coreutils)sort invocation.             Sort text files.
114 * split: (coreutils)split invocation.           Split into pieces.
115 * stat: (coreutils)stat invocation.             Report file(system) status.
116 * stdbuf: (coreutils)stdbuf invocation.         Modify stdio buffering.
117 * stty: (coreutils)stty invocation.             Print/change terminal settings.
118 * sum: (coreutils)sum invocation.               Print traditional checksum.
119 * sync: (coreutils)sync invocation.             Sync files to stable storage.
120 * tac: (coreutils)tac invocation.               Reverse files.
121 * tail: (coreutils)tail invocation.             Output the last part of files.
122 * tee: (coreutils)tee invocation.               Redirect to multiple files.
123 * test: (coreutils)test invocation.             File/string tests.
124 * timeout: (coreutils)timeout invocation.       Run with time limit.
125 * touch: (coreutils)touch invocation.           Change file timestamps.
126 * tr: (coreutils)tr invocation.                 Translate characters.
127 * true: (coreutils)true invocation.             Do nothing, successfully.
128 * truncate: (coreutils)truncate invocation.     Shrink/extend size of a file.
129 * tsort: (coreutils)tsort invocation.           Topological sort.
130 * tty: (coreutils)tty invocation.               Print terminal name.
131 * uname: (coreutils)uname invocation.           Print system information.
132 * unexpand: (coreutils)unexpand invocation.     Convert spaces to tabs.
133 * uniq: (coreutils)uniq invocation.             Uniquify files.
134 * unlink: (coreutils)unlink invocation.         Removal via unlink(2).
135 * uptime: (coreutils)uptime invocation.         Print uptime and load.
136 * users: (coreutils)users invocation.           Print current user names.
137 * vdir: (coreutils)vdir invocation.             List directories verbosely.
138 * wc: (coreutils)wc invocation.                 Line, word, and byte counts.
139 * who: (coreutils)who invocation.               Print who is logged in.
140 * whoami: (coreutils)whoami invocation.         Print effective user ID.
141 * yes: (coreutils)yes invocation.               Print a string indefinitely.
142 @end direntry
144 @copying
145 This manual documents version @value{VERSION} of the GNU core
146 utilities, including the standard programs for text and file manipulation.
148 Copyright @copyright{} 1994--2021 Free Software Foundation, Inc.
150 @quotation
151 Permission is granted to copy, distribute and/or modify this document
152 under the terms of the GNU Free Documentation License, Version 1.3 or
153 any later version published by the Free Software Foundation; with no
154 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
155 Texts.  A copy of the license is included in the section entitled ``GNU
156 Free Documentation License''.
157 @end quotation
158 @end copying
160 @titlepage
161 @title GNU @code{Coreutils}
162 @subtitle Core GNU utilities
163 @subtitle for version @value{VERSION}, @value{UPDATED}
164 @author David MacKenzie et al.
166 @page
167 @vskip 0pt plus 1filll
168 @insertcopying
169 @end titlepage
170 @shortcontents
171 @contents
173 @ifnottex
174 @node Top
175 @top GNU Coreutils
177 @insertcopying
178 @end ifnottex
180 @cindex core utilities
181 @cindex text utilities
182 @cindex shell utilities
183 @cindex file utilities
185 @menu
186 * Introduction::                 Caveats, overview, and authors
187 * Common options::               Common options
188 * Output of entire files::       cat tac nl od base32 base64 basenc
189 * Formatting file contents::     fmt pr fold
190 * Output of parts of files::     head tail split csplit
191 * Summarizing files::            wc sum cksum b2sum md5sum sha1sum sha2
192 * Operating on sorted files::    sort shuf uniq comm ptx tsort
193 * Operating on fields::          cut paste join
194 * Operating on characters::      tr expand unexpand
195 * Directory listing::            ls dir vdir dircolors
196 * Basic operations::             cp dd install mv rm shred
197 * Special file types::         mkdir rmdir unlink mkfifo mknod ln link readlink
198 * Changing file attributes::     chgrp chmod chown touch
199 * File space usage::             df du stat sync truncate
200 * Printing text::                echo printf yes
201 * Conditions::                   false true test expr
202 * Redirection::                  tee
203 * File name manipulation::       dirname basename pathchk mktemp realpath
204 * Working context::              pwd stty printenv tty
205 * User information::             id logname whoami groups users who
206 * System context::               date arch nproc uname hostname hostid uptime
207 * SELinux context::              chcon runcon
208 * Modified command invocation::  chroot env nice nohup stdbuf timeout
209 * Process control::              kill
210 * Delaying::                     sleep
211 * Numeric operations::           factor numfmt seq
212 * File permissions::             Access modes
213 * File timestamps::              File timestamp issues
214 * Date input formats::           Specifying date strings
215 * Version sort ordering::        Details on version-sort algorithm
216 * Opening the software toolbox:: The software tools philosophy
217 * GNU Free Documentation License:: Copying and sharing this manual
218 * Concept index::                General index
220 @detailmenu
221  --- The Detailed Node Listing ---
223 Common Options
225 * Exit status::                  Indicating program success or failure
226 * Backup options::               Backup options
227 * Block size::                   Block size
228 * Floating point::               Floating point number representation
229 * Signal specifications::        Specifying signals
230 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
231 * Random sources::               Sources of random data
232 * Target directory::             Target directory
233 * Trailing slashes::             Trailing slashes
234 * Traversing symlinks::          Traversing symlinks to directories
235 * Treating / specially::         Treating / specially
236 * Standards conformance::        Standards conformance
237 * Multi-call invocation::        Multi-call program invocation
239 Output of entire files
241 * cat invocation::               Concatenate and write files
242 * tac invocation::               Concatenate and write files in reverse
243 * nl invocation::                Number lines and write files
244 * od invocation::                Write files in octal or other formats
245 * base32 invocation::            Transform data into printable data
246 * base64 invocation::            Transform data into printable data
247 * basenc invocation::            Transform data into printable data
249 Formatting file contents
251 * fmt invocation::               Reformat paragraph text
252 * pr invocation::                Paginate or columnate files for printing
253 * fold invocation::              Wrap input lines to fit in specified width
255 Output of parts of files
257 * head invocation::              Output the first part of files
258 * tail invocation::              Output the last part of files
259 * split invocation::             Split a file into fixed-size pieces
260 * csplit invocation::            Split a file into context-determined pieces
262 Summarizing files
264 * wc invocation::                Print newline, word, and byte counts
265 * sum invocation::               Print checksum and block counts
266 * cksum invocation::             Print CRC checksum and byte counts
267 * b2sum invocation::             Print or check BLAKE2 digests
268 * md5sum invocation::            Print or check MD5 digests
269 * sha1sum invocation::           Print or check SHA-1 digests
270 * sha2 utilities::               Print or check SHA-2 digests
272 Operating on sorted files
274 * sort invocation::              Sort text files
275 * shuf invocation::              Shuffle text files
276 * uniq invocation::              Uniquify files
277 * comm invocation::              Compare two sorted files line by line
278 * ptx invocation::               Produce a permuted index of file contents
279 * tsort invocation::             Topological sort
281 @command{ptx}: Produce permuted indexes
283 * General options in ptx::       Options which affect general program behavior
284 * Charset selection in ptx::     Underlying character set considerations
285 * Input processing in ptx::      Input fields, contexts, and keyword selection
286 * Output formatting in ptx::     Types of output format, and sizing the fields
287 * Compatibility in ptx::         The GNU extensions to @command{ptx}
289 Operating on fields
291 * cut invocation::               Print selected parts of lines
292 * paste invocation::             Merge lines of files
293 * join invocation::              Join lines on a common field
295 Operating on characters
297 * tr invocation::                Translate, squeeze, and/or delete characters
298 * expand invocation::            Convert tabs to spaces
299 * unexpand invocation::          Convert spaces to tabs
301 @command{tr}: Translate, squeeze, and/or delete characters
303 * Character sets::               Specifying sets of characters
304 * Translating::                  Changing one set of characters to another
305 * Squeezing and deleting::       Removing characters
307 Directory listing
309 * ls invocation::                List directory contents
310 * dir invocation::               Briefly list directory contents
311 * vdir invocation::              Verbosely list directory contents
312 * dircolors invocation::         Color setup for @command{ls}
314 @command{ls}:  List directory contents
316 * Which files are listed::       Which files are listed
317 * What information is listed::   What information is listed
318 * Sorting the output::           Sorting the output
319 * General output formatting::    General output formatting
320 * Formatting the file names::    Formatting the file names
322 Basic operations
324 * cp invocation::                Copy files and directories
325 * dd invocation::                Convert and copy a file
326 * install invocation::           Copy files and set attributes
327 * mv invocation::                Move (rename) files
328 * rm invocation::                Remove files or directories
329 * shred invocation::             Remove files more securely
331 Special file types
333 * link invocation::              Make a hard link via the link syscall
334 * ln invocation::                Make links between files
335 * mkdir invocation::             Make directories
336 * mkfifo invocation::            Make FIFOs (named pipes)
337 * mknod invocation::             Make block or character special files
338 * readlink invocation::          Print value of a symlink or canonical file name
339 * rmdir invocation::             Remove empty directories
340 * unlink invocation::            Remove files via unlink syscall
342 Changing file attributes
344 * chown invocation::             Change file owner and group
345 * chgrp invocation::             Change group ownership
346 * chmod invocation::             Change access permissions
347 * touch invocation::             Change file timestamps
349 File space usage
351 * df invocation::                Report file system space usage
352 * du invocation::                Estimate file space usage
353 * stat invocation::              Report file or file system status
354 * sync invocation::              Synchronize cached writes to persistent storage
355 * truncate invocation::          Shrink or extend the size of a file
357 Printing text
359 * echo invocation::              Print a line of text
360 * printf invocation::            Format and print data
361 * yes invocation::               Print a string until interrupted
363 Conditions
365 * false invocation::             Do nothing, unsuccessfully
366 * true invocation::              Do nothing, successfully
367 * test invocation::              Check file types and compare values
368 * expr invocation::              Evaluate expressions
370 @command{test}: Check file types and compare values
372 * File type tests::              File type tests
373 * Access permission tests::      Access permission tests
374 * File characteristic tests::    File characteristic tests
375 * String tests::                 String tests
376 * Numeric tests::                Numeric tests
378 @command{expr}: Evaluate expression
380 * String expressions::           + : match substr index length
381 * Numeric expressions::          + - * / %
382 * Relations for expr::           | & < <= = == != >= >
383 * Examples of expr::             Examples of using @command{expr}
385 Redirection
387 * tee invocation::               Redirect output to multiple files or processes
389 File name manipulation
391 * basename invocation::          Strip directory and suffix from a file name
392 * dirname invocation::           Strip last file name component
393 * pathchk invocation::           Check file name validity and portability
394 * mktemp invocation::            Create temporary file or directory
395 * realpath invocation::          Print resolved file names
397 Working context
399 * pwd invocation::               Print working directory
400 * stty invocation::              Print or change terminal characteristics
401 * printenv invocation::          Print all or some environment variables
402 * tty invocation::               Print file name of terminal on standard input
404 @command{stty}: Print or change terminal characteristics
406 * Control::                      Control settings
407 * Input::                        Input settings
408 * Output::                       Output settings
409 * Local::                        Local settings
410 * Combination::                  Combination settings
411 * Characters::                   Special characters
412 * Special::                      Special settings
414 User information
416 * id invocation::                Print user identity
417 * logname invocation::           Print current login name
418 * whoami invocation::            Print effective user ID
419 * groups invocation::            Print group names a user is in
420 * users invocation::             Print login names of users currently logged in
421 * who invocation::               Print who is currently logged in
423 System context
425 * arch invocation::              Print machine hardware name
426 * date invocation::              Print or set system date and time
427 * nproc invocation::             Print the number of processors
428 * uname invocation::             Print system information
429 * hostname invocation::          Print or set system name
430 * hostid invocation::            Print numeric host identifier
431 * uptime invocation::            Print system uptime and load
433 @command{date}: Print or set system date and time
435 * Time conversion specifiers::   %[HIklMNpPrRsSTXzZ]
436 * Date conversion specifiers::   %[aAbBcCdDeFgGhjmuUVwWxyY]
437 * Literal conversion specifiers:: %[%nt]
438 * Padding and other flags::      Pad with zeros, spaces, etc.
439 * Setting the time::             Changing the system clock
440 * Options for date::             Instead of the current time
441 * Date input formats::           Specifying date strings
442 * Examples of date::             Examples
444 SELinux context
446 * chcon invocation::             Change SELinux context of file
447 * runcon invocation::            Run a command in specified SELinux context
449 Modified command invocation
451 * chroot invocation::            Run a command with a different root directory
452 * env invocation::               Run a command in a modified environment
453 * nice invocation::              Run a command with modified niceness
454 * nohup invocation::             Run a command immune to hangups
455 * stdbuf invocation::            Run a command with modified I/O buffering
456 * timeout invocation::           Run a command with a time limit
458 Process control
460 * kill invocation::              Sending a signal to processes.
462 Delaying
464 * sleep invocation::             Delay for a specified time
466 Numeric operations
468 * factor invocation::            Print prime factors
469 * numfmt invocation::            Reformat numbers
470 * seq invocation::               Print numeric sequences
473 File timestamps
475 * File timestamps::              File timestamp issues
477 File permissions
479 * Mode Structure::               Structure of file mode bits
480 * Symbolic Modes::               Mnemonic representation of file mode bits
481 * Numeric Modes::                File mode bits as octal numbers
482 * Directory Setuid and Setgid::  Set-user-ID and set-group-ID on directories
484 Date input formats
486 * General date syntax::          Common rules
487 * Calendar date items::          21 Jul 2020
488 * Time of day items::            9:20pm
489 * Time zone items::              UTC, -0700, +0900, @dots{}
490 * Combined date and time of day items:: 2020-07-21T20:02:00,000000-0400
491 * Day of week items::            Monday and others
492 * Relative items in date strings:: next tuesday, 2 years ago
493 * Pure numbers in date strings:: 20200721, 1440
494 * Seconds since the Epoch::      @@1595289600
495 * Specifying time zone rules::   TZ="America/New_York", TZ="UTC0"
496 * Authors of parse_datetime::    Bellovin, Eggert, Salz, Berets, et al.
498 Version sorting order
500 * Version sort overview::
501 * Implementation Details::
502 * Differences from the official Debian Algorithm::
503 * Advanced Topics::
505 Opening the software toolbox
507 * Toolbox introduction::         Toolbox introduction
508 * I/O redirection::              I/O redirection
509 * The who command::              The @command{who} command
510 * The cut command::              The @command{cut} command
511 * The sort command::             The @command{sort} command
512 * The uniq command::             The @command{uniq} command
513 * Putting the tools together::   Putting the tools together
515 Copying This Manual
517 * GNU Free Documentation License::     Copying and sharing this manual
519 @end detailmenu
520 @end menu
523 @node Introduction
524 @chapter Introduction
526 This manual is a work in progress: many sections make no attempt to explain
527 basic concepts in a way suitable for novices.  Thus, if you are interested,
528 please get involved in improving this manual.  The entire GNU community
529 will benefit.
531 @cindex POSIX
532 The GNU utilities documented here are mostly compatible with the
533 POSIX standard.
534 @cindex bugs, reporting
536 Please report bugs to @email{bug-coreutils@@gnu.org}.
537 Include the version number, machine architecture, input files, and
538 any other information needed to reproduce the bug: your input, what you
539 expected, what you got, and why it is wrong.
541 If you have a problem with @command{sort} or @command{date}, try using the
542 @option{--debug} option, as it can often help find and fix problems without
543 having to wait for an answer to a bug report.  If the debug output
544 does not suffice to fix the problem on your own, please compress and
545 attach it to the rest of your bug report.
547 Although diffs are welcome,
548 please include a description of the problem as well, since this is
549 sometimes difficult to infer.  @xref{Bugs, , , gcc, Using and Porting GNU CC}.
551 @cindex Berry, K.
552 @cindex Paterson, R.
553 @cindex Stallman, R.
554 @cindex Pinard, F.
555 @cindex MacKenzie, D.
556 @cindex Meyering, J.
557 @cindex Youmans, B.
558 This manual was originally derived from the Unix man pages in the
559 distributions, which were written by David MacKenzie and updated by Jim
560 Meyering.  What you are reading now is the authoritative documentation
561 for these utilities; the man pages are no longer being maintained.  The
562 original @command{fmt} man page was written by Ross Paterson.  Fran@,{c}ois
563 Pinard did the initial conversion to Texinfo format.  Karl Berry did the
564 indexing, some reorganization, and editing of the results.  Brian
565 Youmans of the Free Software Foundation office staff combined the
566 manuals for textutils, fileutils, and sh-utils to produce the present
567 omnibus manual.  Richard Stallman contributed his usual invaluable
568 insights to the overall process.
570 @node Common options
571 @chapter Common options
573 @macro optBackup
574 @item -b
575 @itemx --backup[=@var{method}]
576 @opindex -b
577 @opindex --backup
578 @vindex VERSION_CONTROL
579 @cindex backups, making
580 @xref{Backup options}.
581 Make a backup of each file that would otherwise be overwritten or removed.
582 @end macro
584 @macro optBackupSuffix
585 @item -S @var{suffix}
586 @itemx --suffix=@var{suffix}
587 @opindex -S
588 @opindex --suffix
589 Append @var{suffix} to each backup file made with @option{-b}.
590 @xref{Backup options}.
591 @end macro
593 @macro optTargetDirectory
594 @item -t @var{directory}
595 @itemx --target-directory=@var{directory}
596 @opindex -t
597 @opindex --target-directory
598 @cindex target directory
599 @cindex destination directory
600 Specify the destination @var{directory}.
601 @xref{Target directory}.
602 @end macro
604 @macro optNoTargetDirectory
605 @item -T
606 @itemx --no-target-directory
607 @opindex -T
608 @opindex --no-target-directory
609 @cindex target directory
610 @cindex destination directory
611 Do not treat the last operand specially when it is a directory or a
612 symbolic link to a directory.  @xref{Target directory}.
613 @end macro
615 @macro outputNUL
616 @cindex output NUL-byte-terminated lines
617 Output a zero byte (ASCII NUL) at the end of each line,
618 rather than a newline.  This option enables other programs to parse the
619 output even when that output would contain data with embedded newlines.
620 @end macro
622 @macro optNull
623 @item -0
624 @itemx --null
625 @opindex -0
626 @opindex --null
627 @outputNUL
628 @end macro
630 @macro optZero
631 @item -z
632 @itemx --zero
633 @opindex -z
634 @opindex --zero
635 @outputNUL
636 @end macro
638 @macro optZeroTerminated
639 @item -z
640 @itemx --zero-terminated
641 @opindex -z
642 @opindex --zero-terminated
643 @cindex process zero-terminated items
644 Delimit items with a zero byte rather than a newline (ASCII LF).
645 I.e., treat input as items separated by ASCII NUL
646 and terminate output items with ASCII NUL.
647 This option can be useful in conjunction with @samp{perl -0} or
648 @samp{find -print0} and @samp{xargs -0} which do the same in order to
649 reliably handle arbitrary file names (even those containing blanks
650 or other special characters).
651 @end macro
653 @macro optSi
654 @item --si
655 @opindex --si
656 @cindex SI output
657 Append an SI-style abbreviation to each size, such as @samp{M} for
658 megabytes.  Powers of 1000 are used, not 1024; @samp{M} stands for
659 1,000,000 bytes.  This option is equivalent to
660 @option{--block-size=si}.  Use the @option{-h} or
661 @option{--human-readable} option if
662 you prefer powers of 1024.
663 @end macro
665 @macro optHumanReadable
666 @item -h
667 @itemx --human-readable
668 @opindex -h
669 @opindex --human-readable
670 @cindex human-readable output
671 Append a size letter to each size, such as @samp{M} for mebibytes.
672 Powers of 1024 are used, not 1000; @samp{M} stands for 1,048,576 bytes.
673 This option is equivalent to @option{--block-size=human-readable}.
674 Use the @option{--si} option if you prefer powers of 1000.
675 @end macro
677 @macro optStripTrailingSlashes
678 @item --strip-trailing-slashes
679 @opindex --strip-trailing-slashes
680 @cindex stripping trailing slashes
681 Remove any trailing slashes from each @var{source} argument.
682 @xref{Trailing slashes}.
683 @end macro
685 @macro mayConflictWithShellBuiltIn{cmd}
686 @cindex conflicts with shell built-ins
687 @cindex built-in shell commands, conflicts with
688 Due to shell aliases and built-in @command{\cmd\} functions, using an
689 unadorned @command{\cmd\} interactively or in a script may get you
690 different functionality than that described here.  Invoke it via
691 @command{env} (i.e., @code{env \cmd\ @dots{}}) to avoid interference
692 from the shell.
694 @end macro
696 @macro multiplierSuffixes{varName}
697 @var{\varName\} may be, or may be an integer optionally followed by,
698 one of the following multiplicative suffixes:
699 @example
700 @samp{b}  =>            512 ("blocks")
701 @samp{KB} =>           1000 (KiloBytes)
702 @samp{K}  =>           1024 (KibiBytes)
703 @samp{MB} =>      1000*1000 (MegaBytes)
704 @samp{M}  =>      1024*1024 (MebiBytes)
705 @samp{GB} => 1000*1000*1000 (GigaBytes)
706 @samp{G}  => 1024*1024*1024 (GibiBytes)
707 @end example
708 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.
709 Binary prefixes can be used, too: @samp{KiB}=@samp{K}, @samp{MiB}=@samp{M},
710 and so on.
711 @end macro
713 @c FIXME: same as above, but no ``blocks'' line.
714 @macro multiplierSuffixesNoBlocks{varName}
715 @var{\varName\} may be, or may be an integer optionally followed by,
716 one of the following multiplicative suffixes:
717 @example
718 @samp{KB} =>           1000 (KiloBytes)
719 @samp{K}  =>           1024 (KibiBytes)
720 @samp{MB} =>      1000*1000 (MegaBytes)
721 @samp{M}  =>      1024*1024 (MebiBytes)
722 @samp{GB} => 1000*1000*1000 (GigaBytes)
723 @samp{G}  => 1024*1024*1024 (GibiBytes)
724 @end example
725 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.
726 Binary prefixes can be used, too: @samp{KiB}=@samp{K}, @samp{MiB}=@samp{M},
727 and so on.
728 @end macro
730 @cindex common options
732 Certain options are available in all of these programs.  Rather than
733 writing identical descriptions for each of the programs, they are
734 described here.  (In fact, every GNU program accepts (or should accept)
735 these options.)
737 @vindex POSIXLY_CORRECT
738 Normally options and operands can appear in any order, and programs act
739 as if all the options appear before any operands.  For example,
740 @samp{sort -r passwd -t :} acts like @samp{sort -r -t : passwd}, since
741 @samp{:} is an option-argument of @option{-t}.  However, if the
742 @env{POSIXLY_CORRECT} environment variable is set, options must appear
743 before operands, unless otherwise specified for a particular command.
745 A few programs can usefully have trailing operands with leading
746 @samp{-}.  With such a program, options must precede operands even if
747 @env{POSIXLY_CORRECT} is not set, and this fact is noted in the
748 program description.  For example, the @command{env} command's options
749 must appear before its operands, since in some cases the operands
750 specify a command that itself contains options.
752 Most programs that accept long options recognize unambiguous
753 abbreviations of those options.  For example, @samp{rmdir
754 --ignore-fail-on-non-empty} can be invoked as @samp{rmdir
755 --ignore-fail} or even @samp{rmdir --i}.  Ambiguous options, such as
756 @samp{ls --h}, are identified as such.
758 Some of these programs recognize the @option{--help} and @option{--version}
759 options only when one of them is the sole command line argument.  For
760 these programs, abbreviations of the long options are not always recognized.
762 @table @samp
764 @item --help
765 @opindex --help
766 @cindex help, online
767 Print a usage message listing all available options, then exit successfully.
769 @item --version
770 @opindex --version
771 @cindex version number, finding
772 Print the version number, then exit successfully.
774 @item --
775 @opindex --
776 @cindex option delimiter
777 Delimit the option list.  Later arguments, if any, are treated as
778 operands even if they begin with @samp{-}.  For example, @samp{sort --
779 -r} reads from the file named @file{-r}.
781 @end table
783 @cindex standard input
784 @cindex standard output
785 A single @samp{-} operand is not really an option, though it looks like one.  It
786 stands for a file operand, and some tools treat it as standard input, or as
787 standard output if that is clear from the context.  For example, @samp{sort -}
788 reads from standard input, and is equivalent to plain @samp{sort}.  Unless
789 otherwise specified, a @samp{-} can appear as any operand that requires a file
790 name.
792 @menu
793 * Exit status::                 Indicating program success or failure.
794 * Backup options::              -b -S, in some programs.
795 * Block size::                  BLOCK_SIZE and --block-size, in some programs.
796 * Floating point::              Floating point number representation.
797 * Signal specifications::       Specifying signals using the --signal option.
798 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
799 * Random sources::              --random-source, in some programs.
800 * Target directory::            Specifying a target directory, in some programs.
801 * Trailing slashes::            --strip-trailing-slashes, in some programs.
802 * Traversing symlinks::         -H, -L, or -P, in some programs.
803 * Treating / specially::        --preserve-root and --no-preserve-root.
804 * Special built-in utilities::  @command{break}, @command{:}, @dots{}
805 * Standards conformance::       Conformance to the POSIX standard.
806 * Multi-call invocation::       Multi-call program invocation.
807 @end menu
810 @node Exit status
811 @section Exit status
813 @macro exitstatus
814 An exit status of zero indicates success,
815 and a nonzero value indicates failure.
816 @end macro
818 Nearly every command invocation yields an integral @dfn{exit status}
819 that can be used to change how other commands work.
820 For the vast majority of commands, an exit status of zero indicates
821 success.  Failure is indicated by a nonzero value---typically
822 @samp{1}, though it may differ on unusual platforms as POSIX
823 requires only that it be nonzero.
825 However, some of the programs documented here do produce
826 other exit status values and a few associate different
827 meanings with the values @samp{0} and @samp{1}.
828 Here are some of the exceptions:
829 @command{chroot}, @command{env}, @command{expr}, @command{nice},
830 @command{nohup}, @command{numfmt}, @command{printenv}, @command{sort},
831 @command{stdbuf}, @command{test}, @command{timeout}, @command{tty}.
834 @node Backup options
835 @section Backup options
837 @cindex backup options
839 Some GNU programs (at least @command{cp}, @command{install},
840 @command{ln}, and @command{mv}) optionally make backups of files
841 before writing new versions.
842 These options control the details of these backups.  The options are also
843 briefly mentioned in the descriptions of the particular programs.
845 @table @samp
847 @item -b
848 @itemx --backup[=@var{method}]
849 @opindex -b
850 @opindex --backup
851 @vindex VERSION_CONTROL
852 @cindex backups, making
853 Make a backup of each file that would otherwise be overwritten or removed.
854 Without this option, the original versions are destroyed.
855 Use @var{method} to determine the type of backups to make.
856 When this option is used but @var{method} is not specified,
857 then the value of the @env{VERSION_CONTROL}
858 environment variable is used.  And if @env{VERSION_CONTROL} is not set,
859 the default backup type is @samp{existing}.
861 Note that the short form of this option, @option{-b} does not accept any
862 argument.  Using @option{-b} is equivalent to using @option{--backup=existing}.
864 @vindex version-control @r{Emacs variable}
865 This option corresponds to the Emacs variable @samp{version-control};
866 the values for @var{method} are the same as those used in Emacs.
867 This option also accepts more descriptive names.
868 The valid @var{method}s are (unique abbreviations are accepted):
870 @table @samp
871 @item none
872 @itemx off
873 @opindex none @r{backup method}
874 Never make backups.
876 @item numbered
877 @itemx t
878 @opindex numbered @r{backup method}
879 Always make numbered backups.
881 @item existing
882 @itemx nil
883 @opindex existing @r{backup method}
884 Make numbered backups of files that already have them, simple backups
885 of the others.
887 @item simple
888 @itemx never
889 @opindex simple @r{backup method}
890 Always make simple backups.  Please note @samp{never} is not to be
891 confused with @samp{none}.
893 @end table
895 @item -S @var{suffix}
896 @itemx --suffix=@var{suffix}
897 @opindex -S
898 @opindex --suffix
899 @cindex backup suffix
900 @vindex SIMPLE_BACKUP_SUFFIX
901 Append @var{suffix} to each backup file made with @option{-b}.  If this
902 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
903 environment variable is used.  And if @env{SIMPLE_BACKUP_SUFFIX} is not
904 set, the default is @samp{~}, just as in Emacs.
906 @end table
908 @node Block size
909 @section Block size
911 @cindex block size
913 Some GNU programs (at least @command{df}, @command{du}, and
914 @command{ls}) display sizes in ``blocks''.  You can adjust the block size
915 and method of display to make sizes easier to read.  The block size
916 used for display is independent of any file system block size.
917 Fractional block counts are rounded up to the nearest integer.
919 @opindex --block-size=@var{size}
920 @vindex BLOCKSIZE
921 @vindex BLOCK_SIZE
922 @vindex DF_BLOCK_SIZE
923 @vindex DU_BLOCK_SIZE
924 @vindex LS_BLOCK_SIZE
925 @vindex POSIXLY_CORRECT@r{, and block size}
927 The default block size is chosen by examining the following environment
928 variables in turn; the first one that is set determines the block size.
930 @table @code
932 @item DF_BLOCK_SIZE
933 This specifies the default block size for the @command{df} command.
934 Similarly, @env{DU_BLOCK_SIZE} specifies the default for @command{du} and
935 @env{LS_BLOCK_SIZE} for @command{ls}.
937 @item BLOCK_SIZE
938 This specifies the default block size for all three commands, if the
939 above command-specific environment variables are not set.
941 @item BLOCKSIZE
942 This specifies the default block size for all values that are normally
943 printed as blocks, if neither @env{BLOCK_SIZE} nor the above
944 command-specific environment variables are set.  Unlike the other
945 environment variables, @env{BLOCKSIZE} does not affect values that are
946 normally printed as byte counts, e.g., the file sizes contained in
947 @code{ls -l} output.
949 @item POSIXLY_CORRECT
950 If neither @env{@var{command}_BLOCK_SIZE}, nor @env{BLOCK_SIZE}, nor
951 @env{BLOCKSIZE} is set, but this variable is set, the block size
952 defaults to 512.
954 @end table
956 If none of the above environment variables are set, the block size
957 currently defaults to 1024 bytes in most contexts, but this number may
958 change in the future.  For @command{ls} file sizes, the block size
959 defaults to 1 byte.
961 @cindex human-readable output
962 @cindex SI output
964 A block size specification can be a positive integer specifying the number
965 of bytes per block, or it can be @code{human-readable} or @code{si} to
966 select a human-readable format.  Integers may be followed by suffixes
967 that are upward compatible with the
968 @uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html,
969 SI prefixes}
970 for decimal multiples and with the
971 @uref{https://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13
972 (formerly IEC 60027-2) prefixes} for binary multiples.
974 With human-readable formats, output sizes are followed by a size letter
975 such as @samp{M} for megabytes.  @code{BLOCK_SIZE=human-readable} uses
976 powers of 1024; @samp{M} stands for 1,048,576 bytes.
977 @code{BLOCK_SIZE=si} is similar, but uses powers of 1000 and appends
978 @samp{B}; @samp{MB} stands for 1,000,000 bytes.
980 @vindex LC_NUMERIC
981 A block size specification preceded by @samp{'} causes output sizes to
982 be displayed with thousands separators.  The @env{LC_NUMERIC} locale
983 specifies the thousands separator and grouping.  For example, in an
984 American English locale, @samp{--block-size="'1kB"} would cause a size
985 of 1234000 bytes to be displayed as @samp{1,234}.  In the default C
986 locale, there is no thousands separator so a leading @samp{'} has no
987 effect.
989 An integer block size can be followed by a suffix to specify a
990 multiple of that size.  A bare size letter,
991 or one followed by @samp{iB}, specifies
992 a multiple using powers of 1024.  A size letter followed by @samp{B}
993 specifies powers of 1000 instead.  For example, @samp{1M} and
994 @samp{1MiB} are equivalent to @samp{1048576}, whereas @samp{1MB} is
995 equivalent to @samp{1000000}.
997 A plain suffix without a preceding integer acts as if @samp{1} were
998 prepended, except that it causes a size indication to be appended to
999 the output.  For example, @samp{--block-size="kB"} displays 3000 as
1000 @samp{3kB}.
1002 The following suffixes are defined.  Large sizes like @code{1Y}
1003 may be rejected by your computer due to limitations of its arithmetic.
1005 @table @samp
1006 @item kB
1007 @cindex kilobyte, definition of
1008 kilobyte: @math{10^3 = 1000}.
1009 @item k
1010 @itemx K
1011 @itemx KiB
1012 @cindex kibibyte, definition of
1013 kibibyte: @math{2^{10} = 1024}.  @samp{K} is special: the SI prefix is
1014 @samp{k} and the ISO/IEC 80000-13 prefix is @samp{Ki}, but tradition and
1015 POSIX use @samp{k} to mean @samp{KiB}.
1016 @item MB
1017 @cindex megabyte, definition of
1018 megabyte: @math{10^6 = 1,000,000}.
1019 @item M
1020 @itemx MiB
1021 @cindex mebibyte, definition of
1022 mebibyte: @math{2^{20} = 1,048,576}.
1023 @item GB
1024 @cindex gigabyte, definition of
1025 gigabyte: @math{10^9 = 1,000,000,000}.
1026 @item G
1027 @itemx GiB
1028 @cindex gibibyte, definition of
1029 gibibyte: @math{2^{30} = 1,073,741,824}.
1030 @item TB
1031 @cindex terabyte, definition of
1032 terabyte:  @math{10^{12} = 1,000,000,000,000}.
1033 @item T
1034 @itemx TiB
1035 @cindex tebibyte, definition of
1036 tebibyte: @math{2^{40} = 1,099,511,627,776}.
1037 @item PB
1038 @cindex petabyte, definition of
1039 petabyte: @math{10^{15} = 1,000,000,000,000,000}.
1040 @item P
1041 @itemx PiB
1042 @cindex pebibyte, definition of
1043 pebibyte: @math{2^{50} = 1,125,899,906,842,624}.
1044 @item EB
1045 @cindex exabyte, definition of
1046 exabyte: @math{10^{18} = 1,000,000,000,000,000,000}.
1047 @item E
1048 @itemx EiB
1049 @cindex exbibyte, definition of
1050 exbibyte: @math{2^{60} = 1,152,921,504,606,846,976}.
1051 @item ZB
1052 @cindex zettabyte, definition of
1053 zettabyte: @math{10^{21} = 1,000,000,000,000,000,000,000}
1054 @item Z
1055 @itemx ZiB
1056 @math{2^{70} = 1,180,591,620,717,411,303,424}.
1057 @item YB
1058 @cindex yottabyte, definition of
1059 yottabyte: @math{10^{24} = 1,000,000,000,000,000,000,000,000}.
1060 @item Y
1061 @itemx YiB
1062 @math{2^{80} = 1,208,925,819,614,629,174,706,176}.
1063 @end table
1065 @opindex -k
1066 @opindex -h
1067 @opindex --block-size
1068 @opindex --human-readable
1069 @opindex --si
1071 Block size defaults can be overridden by an explicit
1072 @option{--block-size=@var{size}} option.  The @option{-k}
1073 option is equivalent to @option{--block-size=1K}, which
1074 is the default unless the @env{POSIXLY_CORRECT} environment variable is
1075 set.  The @option{-h} or @option{--human-readable} option is equivalent to
1076 @option{--block-size=human-readable}.  The @option{--si} option is
1077 equivalent to @option{--block-size=si}.  Note for @command{ls}
1078 the @option{-k} option does not control the display of the
1079 apparent file sizes, whereas the @option{--block-size} option does.
1081 @node Floating point
1082 @section Floating point numbers
1083 @cindex floating point
1084 @cindex IEEE floating point
1086 Commands that accept or produce floating point numbers employ the
1087 floating point representation of the underlying system, and suffer
1088 from rounding error, overflow, and similar floating-point issues.
1089 Almost all modern systems use IEEE-754 floating point, and it is
1090 typically portable to assume IEEE-754 behavior these days.  IEEE-754
1091 has positive and negative infinity, distinguishes positive from
1092 negative zero, and uses special values called NaNs to represent
1093 invalid computations such as dividing zero by itself.  For more
1094 information, please see David Goldberg's paper
1095 @uref{https://@/docs.oracle.com/@/cd/@/E19957-01/@/806-3568/@/ncg_goldberg.html,
1096 What Every Computer Scientist Should Know About Floating-Point Arithmetic}.
1098 Commands that accept floating point numbers as options, operands or
1099 input use the standard C functions @code{strtod} and @code{strtold} to
1100 convert from text to floating point numbers.  These floating point
1101 numbers therefore can use scientific notation like @code{1.0e-34} and
1102 @code{-10e100}.  Commands that parse floating point also understand
1103 case-insensitive @code{inf}, @code{infinity}, and @code{NaN}, although
1104 whether such values are useful depends on the command in question.
1105 Modern C implementations also accept hexadecimal floating point
1106 numbers such as @code{-0x.ep-3}, which stands for @minus{}14/16 times
1107 @math{2^-3}, which equals @minus{}0.109375.  @xref{Parsing of
1108 Floats,,, libc, The GNU C Library Reference Manual}.
1110 @vindex LC_NUMERIC
1111 Normally the @env{LC_NUMERIC} locale determines the decimal-point
1112 character.  However, some commands' descriptions specify that they
1113 accept numbers in either the current or the C locale; for example,
1114 they treat @samp{3.14} like @samp{3,14} if the current locale uses
1115 comma as a decimal point.
1117 @node Signal specifications
1118 @section Signal specifications
1119 @cindex signals, specifying
1121 A @var{signal} may be a signal name like @samp{HUP}, or a signal
1122 number like @samp{1}, or an exit status of a process terminated by the
1123 signal.  A signal name can be given in canonical form or prefixed by
1124 @samp{SIG}@.  The case of the letters is ignored.  The following signal names
1125 and numbers are supported on all POSIX compliant systems:
1127 @table @samp
1128 @item HUP
1129 1.  Hangup.
1130 @item INT
1131 2.  Terminal interrupt.
1132 @item QUIT
1133 3.  Terminal quit.
1134 @item ABRT
1135 6.  Process abort.
1136 @item KILL
1137 9.  Kill (cannot be caught or ignored).
1138 @item ALRM
1139 14.  Alarm Clock.
1140 @item TERM
1141 15.  Termination.
1142 @end table
1144 @noindent
1145 Other supported signal names have system-dependent corresponding
1146 numbers.  All systems conforming to POSIX 1003.1-2001 also
1147 support the following signals:
1149 @table @samp
1150 @item BUS
1151 Access to an undefined portion of a memory object.
1152 @item CHLD
1153 Child process terminated, stopped, or continued.
1154 @item CONT
1155 Continue executing, if stopped.
1156 @item FPE
1157 Erroneous arithmetic operation.
1158 @item ILL
1159 Illegal Instruction.
1160 @item PIPE
1161 Write on a pipe with no one to read it.
1162 @item SEGV
1163 Invalid memory reference.
1164 @item STOP
1165 Stop executing (cannot be caught or ignored).
1166 @item TSTP
1167 Terminal stop.
1168 @item TTIN
1169 Background process attempting read.
1170 @item TTOU
1171 Background process attempting write.
1172 @item URG
1173 High bandwidth data is available at a socket.
1174 @item USR1
1175 User-defined signal 1.
1176 @item USR2
1177 User-defined signal 2.
1178 @end table
1180 @noindent
1181 POSIX 1003.1-2001 systems that support the XSI extension
1182 also support the following signals:
1184 @table @samp
1185 @item POLL
1186 Pollable event.
1187 @item PROF
1188 Profiling timer expired.
1189 @item SYS
1190 Bad system call.
1191 @item TRAP
1192 Trace/breakpoint trap.
1193 @item VTALRM
1194 Virtual timer expired.
1195 @item XCPU
1196 CPU time limit exceeded.
1197 @item XFSZ
1198 File size limit exceeded.
1199 @end table
1201 @noindent
1202 POSIX 1003.1-2001 systems that support the XRT extension
1203 also support at least eight real-time signals called @samp{RTMIN},
1204 @samp{RTMIN+1}, @dots{}, @samp{RTMAX-1}, @samp{RTMAX}.
1206 @node Disambiguating names and IDs
1207 @section chown, chgrp, chroot, id: Disambiguating user names and IDs
1208 @cindex user names, disambiguating
1209 @cindex user IDs, disambiguating
1210 @cindex group names, disambiguating
1211 @cindex group IDs, disambiguating
1212 @cindex disambiguating group names and IDs
1214 Since the @var{user} and @var{group} arguments to these commands
1215 may be specified as names or numeric IDs, there is an
1216 apparent ambiguity.
1217 What if a user or group @emph{name} is a string of digits?
1218 @footnote{Using a number as a user name is common in some environments.}
1219 Should the command interpret it as a user name or as an ID@?
1220 POSIX requires that these commands
1221 first attempt to resolve the specified string as a name, and
1222 only once that fails, then try to interpret it as an ID@.
1223 This is troublesome when you want to specify a numeric ID, say 42,
1224 and it must work even in a pathological situation where
1225 @samp{42} is a user name that maps to some other user ID, say 1000.
1226 Simply invoking @code{chown 42 F}, will set @file{F}s owner ID to
1227 1000---not what you intended.
1229 GNU @command{chown}, @command{chgrp}, @command{chroot}, and @command{id}
1230 provide a way to work around this, that at the same time may result in a
1231 significant performance improvement by eliminating a database look-up.
1232 Simply precede each numeric user ID and/or group ID with a @samp{+},
1233 in order to force its interpretation as an integer:
1235 @example
1236 chown +42 F
1237 chgrp +$numeric_group_id another-file
1238 chown +0:+0 /
1239 @end example
1241 The name look-up process is skipped for each @samp{+}-prefixed string,
1242 because a string containing @samp{+} is never a valid user or group name.
1243 This syntax is accepted on most common Unix systems, but not on Solaris 10.
1245 @node Random sources
1246 @section Sources of random data
1248 @cindex random sources
1250 The @command{shuf}, @command{shred}, and @command{sort} commands
1251 sometimes need random data to do their work.  For example, @samp{sort
1252 -R} must choose a hash function at random, and it needs random data to
1253 make this selection.
1255 By default these commands use an internal pseudo-random generator
1256 initialized by a small amount of entropy, but can be directed to use
1257 an external source with the @option{--random-source=@var{file}} option.
1258 An error is reported if @var{file} does not contain enough bytes.
1260 For example, the device file @file{/dev/urandom} could be used as the
1261 source of random data.  Typically, this device gathers environmental
1262 noise from device drivers and other sources into an entropy pool, and
1263 uses the pool to generate random bits.  If the pool is short of data,
1264 the device reuses the internal pool to produce more bits, using a
1265 cryptographically secure pseudo-random number generator.  But be aware
1266 that this device is not designed for bulk random data generation
1267 and is relatively slow.
1269 @file{/dev/urandom} suffices for most practical uses, but applications
1270 requiring high-value or long-term protection of private data may
1271 require an alternate data source like @file{/dev/random} or
1272 @file{/dev/arandom}.  The set of available sources depends on your
1273 operating system.
1275 To reproduce the results of an earlier invocation of a command, you
1276 can save some random data into a file and then use that file as the
1277 random source in earlier and later invocations of the command.
1278 @cindex random seed
1279 Rather than depending on a file, one can generate a reproducible
1280 arbitrary amount of pseudo-random data given a seed value, using
1281 for example:
1283 @example
1284 get_seeded_random()
1286   seed="$1"
1287   openssl enc -aes-256-ctr -pass pass:"$seed" -nosalt \
1288     </dev/zero 2>/dev/null
1291 shuf -i1-100 --random-source=<(get_seeded_random 42)
1292 @end example
1294 @node Target directory
1295 @section Target directory
1297 @cindex target directory
1299 The @command{cp}, @command{install}, @command{ln}, and @command{mv}
1300 commands normally treat the last operand specially when it is a
1301 directory or a symbolic link to a directory.  For example, @samp{cp
1302 source dest} is equivalent to @samp{cp source dest/source} if
1303 @file{dest} is a directory.  Sometimes this behavior is not exactly
1304 what is wanted, so these commands support the following options to
1305 allow more fine-grained control:
1307 @table @samp
1309 @item -T
1310 @itemx --no-target-directory
1311 @opindex --no-target-directory
1312 @cindex target directory
1313 @cindex destination directory
1314 Do not treat the last operand specially when it is a directory or a
1315 symbolic link to a directory.  This can help avoid race conditions in
1316 programs that operate in a shared area.  For example, when the command
1317 @samp{mv /tmp/source /tmp/dest} succeeds, there is no guarantee that
1318 @file{/tmp/source} was renamed to @file{/tmp/dest}: it could have been
1319 renamed to @file{/tmp/dest/source} instead, if some other process
1320 created @file{/tmp/dest} as a directory.  However, if @file{mv
1321 -T /tmp/source /tmp/dest} succeeds, there is no
1322 question that @file{/tmp/source} was renamed to @file{/tmp/dest}.
1324 In the opposite situation, where you want the last operand to be
1325 treated as a directory and want a diagnostic otherwise, you can use
1326 the @option{--target-directory} (@option{-t}) option.
1328 @item -t @var{directory}
1329 @itemx --target-directory=@var{directory}
1330 @opindex --target-directory
1331 @cindex target directory
1332 @cindex destination directory
1333 Use @var{directory} as the directory component of each destination
1334 file name.
1336 The interface for most programs is that after processing options and a
1337 finite (possibly zero) number of fixed-position arguments, the remaining
1338 argument list is either expected to be empty, or is a list of items
1339 (usually files) that will all be handled identically.  The @command{xargs}
1340 program is designed to work well with this convention.
1342 The commands in the @command{mv}-family are unusual in that they take
1343 a variable number of arguments with a special case at the @emph{end}
1344 (namely, the target directory).  This makes it nontrivial to perform some
1345 operations, e.g., ``move all files from here to ../d/'', because
1346 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...}
1347 doesn't have a clean way to specify an extra final argument for each
1348 invocation of the subject command.  (It can be done by going through a
1349 shell command, but that requires more human labor and brain power than
1350 it should.)
1352 The @option{--target-directory} (@option{-t}) option allows the @command{cp},
1353 @command{install}, @command{ln}, and @command{mv} programs to be used
1354 conveniently with @command{xargs}.  For example, you can move the files
1355 from the current directory to a sibling directory, @code{d} like this:
1357 @example
1358 ls | xargs mv -t ../d --
1359 @end example
1361 However, this doesn't move files whose names begin with @samp{.}.
1362 If you use the GNU @command{find} program, you can move those
1363 files too, with this command:
1365 @example
1366 find . -mindepth 1 -maxdepth 1 \
1367   | xargs mv -t ../d
1368 @end example
1370 But both of the above approaches fail if there are no files in the
1371 current directory, or if any file has a name containing a blank or
1372 some other special characters.
1373 The following example removes those limitations and requires both
1374 GNU @command{find} and GNU @command{xargs}:
1376 @example
1377 find . -mindepth 1 -maxdepth 1 -print0 \
1378   | xargs --null --no-run-if-empty \
1379       mv -t ../d
1380 @end example
1382 @end table
1384 @noindent
1385 The @option{--target-directory} (@option{-t}) and
1386 @option{--no-target-directory} (@option{-T})
1387 options cannot be combined.
1389 @node Trailing slashes
1390 @section Trailing slashes
1392 @cindex trailing slashes
1394 Some GNU programs (at least @command{cp} and @command{mv}) allow you to
1395 remove any trailing slashes from each @var{source} argument before
1396 operating on it.  The @option{--strip-trailing-slashes} option enables
1397 this behavior.
1399 This is useful when a @var{source} argument may have a trailing slash and
1400 @c FIXME: mv's behavior in this case is system-dependent
1401 specify a symbolic link to a directory.  This scenario is in fact rather
1402 common because some shells can automatically append a trailing slash when
1403 performing file name completion on such symbolic links.  Without this
1404 option, @command{mv}, for example, (via the system's rename function) must
1405 interpret a trailing slash as a request to dereference the symbolic link
1406 and so must rename the indirectly referenced @emph{directory} and not
1407 the symbolic link.  Although it may seem surprising that such behavior
1408 be the default, it is required by POSIX and is consistent with
1409 other parts of that standard.
1411 @node Traversing symlinks
1412 @section Traversing symlinks
1414 @cindex symbolic link to directory, controlling traversal of
1416 The following options modify how @command{chown} and @command{chgrp}
1417 @c FIXME: note that 'du' has these options, too, but they have slightly
1418 @c different meaning.
1419 traverse a hierarchy when the @option{--recursive} (@option{-R})
1420 option is also specified.
1421 If more than one of the following options is specified, only the final
1422 one takes effect.
1423 These options specify whether processing a symbolic link to a directory
1424 entails operating on just the symbolic link or on all files in the
1425 hierarchy rooted at that directory.
1427 These options are independent of @option{--dereference} and
1428 @option{--no-dereference} (@option{-h}), which control whether to modify
1429 a symlink or its referent.
1431 @table @samp
1433 @macro choptH
1434 @item -H
1435 @opindex -H
1436 @cindex symbolic link to directory, traverse if on the command line
1437 If @option{--recursive} (@option{-R}) is specified and
1438 a command line argument is a symbolic link to a directory, traverse it.
1439 @end macro
1440 @choptH
1442 @macro choptL
1443 @item -L
1444 @opindex -L
1445 @cindex symbolic link to directory, traverse each that is encountered
1446 In a recursive traversal, traverse every symbolic link to a directory
1447 that is encountered.
1448 @end macro
1450 @c Append the following warning to -L where appropriate (e.g. chown).
1451 @macro warnOptDerefWithRec
1453 Combining this dereferencing option with the @option{--recursive} option
1454 may create a security risk:
1455 During the traversal of the directory tree, an attacker may be able to
1456 introduce a symlink to an arbitrary target; when the tool reaches that,
1457 the operation will be performed on the target of that symlink,
1458 possibly allowing the attacker to escalate privileges.
1460 @end macro
1462 @choptL
1464 @macro choptP
1465 @item -P
1466 @opindex -P
1467 @cindex symbolic link to directory, never traverse
1468 Do not traverse any symbolic links.
1469 This is the default if none of @option{-H}, @option{-L},
1470 or @option{-P} is specified.
1471 @end macro
1472 @choptP
1474 @end table
1477 @node Treating / specially
1478 @section Treating @file{/} specially
1480 Certain commands can operate destructively on entire hierarchies.
1481 For example, if a user with appropriate privileges mistakenly runs
1482 @samp{rm -rf / tmp/junk}, that may remove
1483 all files on the entire system.  Since there are so few
1484 legitimate uses for such a command,
1485 GNU @command{rm} normally declines to operate on any directory
1486 that resolves to @file{/}.  If you really want to try to remove all
1487 the files on your system, you can use the @option{--no-preserve-root}
1488 option, but the default behavior, specified by the
1489 @option{--preserve-root} option, is safer for most purposes.
1491 The commands @command{chgrp}, @command{chmod} and @command{chown}
1492 can also operate destructively on entire hierarchies, so they too
1493 support these options.  Although, unlike @command{rm}, they don't
1494 actually unlink files, these commands are arguably more dangerous
1495 when operating recursively on @file{/}, since they often work much
1496 more quickly, and hence damage more files before an alert user can
1497 interrupt them.  Tradition and POSIX require these commands
1498 to operate recursively on @file{/}, so they default to
1499 @option{--no-preserve-root}, but using the @option{--preserve-root}
1500 option makes them safer for most purposes.  For convenience you can
1501 specify @option{--preserve-root} in an alias or in a shell function.
1503 Note that the @option{--preserve-root} option also ensures
1504 that @command{chgrp} and @command{chown} do not modify @file{/}
1505 even when dereferencing a symlink pointing to @file{/}.
1507 @node Special built-in utilities
1508 @section Special built-in utilities
1510 Some programs like @command{nice} can invoke other programs; for
1511 example, the command @samp{nice cat file} invokes the program
1512 @command{cat} by executing the command @samp{cat file}.  However,
1513 @dfn{special built-in utilities} like @command{exit} cannot be invoked
1514 this way.  For example, the command @samp{nice exit} does not have a
1515 well-defined behavior: it may generate an error message instead of
1516 exiting.
1518 Here is a list of the special built-in utilities that are standardized
1519 by POSIX 1003.1-2004.
1521 @quotation
1522 @t{.@: : break continue eval exec exit export readonly
1523 return set shift times trap unset}
1524 @end quotation
1526 For example, because @samp{.}, @samp{:}, and @samp{exec} are special,
1527 the commands @samp{nice . foo.sh}, @samp{nice :}, and @samp{nice exec
1528 pwd} do not work as you might expect.
1530 Many shells extend this list.  For example, Bash has several extra
1531 special built-in utilities like @command{history}, and
1532 @command{suspend}, and with Bash the command @samp{nice suspend}
1533 generates an error message instead of suspending.
1535 @node Standards conformance
1536 @section Standards conformance
1538 @vindex POSIXLY_CORRECT
1539 In a few cases, the GNU utilities' default behavior is
1540 incompatible with the POSIX standard.  To suppress these
1541 incompatibilities, define the @env{POSIXLY_CORRECT} environment
1542 variable.  Unless you are checking for POSIX conformance, you
1543 probably do not need to define @env{POSIXLY_CORRECT}.
1545 Newer versions of POSIX are occasionally incompatible with older
1546 versions.  For example, older versions of POSIX required the
1547 command @samp{sort +1} to sort based on the second and succeeding
1548 fields in each input line, but in POSIX 1003.1-2001
1549 the same command is required to sort the file named @file{+1}, and you
1550 must instead use the command @samp{sort -k 2} to get the field-based
1551 sort.  To complicate things further, POSIX 1003.1-2008 allows an
1552 implementation to have either the old or the new behavior.
1554 @vindex _POSIX2_VERSION
1555 The GNU utilities normally conform to the version of POSIX
1556 that is standard for your system.  To cause them to conform to a
1557 different version of POSIX, define the @env{_POSIX2_VERSION}
1558 environment variable to a value of the form @var{yyyymm} specifying
1559 the year and month the standard was adopted.  Three values are currently
1560 supported for @env{_POSIX2_VERSION}: @samp{199209} stands for
1561 POSIX 1003.2-1992, @samp{200112} stands for POSIX
1562 1003.1-2001, and @samp{200809} stands for POSIX 1003.1-2008.
1563 For example, if you have a POSIX 1003.1-2001 system but are running software
1564 containing traditional usage like @samp{sort +1} or @samp{tail +10},
1565 you can work around the compatibility problems by setting
1566 @samp{_POSIX2_VERSION=200809} in your environment.
1568 @c This node is named "Multi-call invocation", not the usual
1569 @c "coreutils invocation", so that shell commands like
1570 @c 'info coreutils "touch invocation"' work as expected.
1571 @node Multi-call invocation
1572 @section @command{coreutils}: Multi-call program
1574 @pindex multicall
1575 @cindex combined
1576 @cindex calling combined multi-call program
1578 The @command{coreutils} command invokes an individual utility, either
1579 implicitly selected by the last component of the name used to invoke
1580 @command{coreutils}, or explicitly with the
1581 @option{--coreutils-prog} option.  Synopsis:
1583 @example
1584 coreutils @option{--coreutils-prog=PROGRAM} @dots{}
1585 @end example
1587 The @command{coreutils} command is not installed by default, so
1588 portable scripts should not rely on its existence.
1590 @node Output of entire files
1591 @chapter Output of entire files
1593 @cindex output of entire files
1594 @cindex entire files, output of
1596 These commands read and write entire files, possibly transforming them
1597 in some way.
1599 @menu
1600 * cat invocation::              Concatenate and write files.
1601 * tac invocation::              Concatenate and write files in reverse.
1602 * nl invocation::               Number lines and write files.
1603 * od invocation::               Write files in octal or other formats.
1604 * base32 invocation::           Transform data into printable data.
1605 * base64 invocation::           Transform data into printable data.
1606 * basenc invocation::           Transform data into printable data.
1607 @end menu
1609 @node cat invocation
1610 @section @command{cat}: Concatenate and write files
1612 @pindex cat
1613 @cindex concatenate and write files
1614 @cindex copying files
1616 @command{cat} copies each @var{file} (@samp{-} means standard input), or
1617 standard input if none are given, to standard output.  Synopsis:
1619 @example
1620 cat [@var{option}] [@var{file}]@dots{}
1621 @end example
1623 The program accepts the following options.  Also see @ref{Common options}.
1625 @table @samp
1627 @item -A
1628 @itemx --show-all
1629 @opindex -A
1630 @opindex --show-all
1631 Equivalent to @option{-vET}.
1633 @item -b
1634 @itemx --number-nonblank
1635 @opindex -b
1636 @opindex --number-nonblank
1637 Number all nonempty output lines, starting with 1.
1639 @item -e
1640 @opindex -e
1641 Equivalent to @option{-vE}.
1643 @item -E
1644 @itemx --show-ends
1645 @opindex -E
1646 @opindex --show-ends
1647 Display a @samp{$} after the end of each line.
1648 The @code{\r\n} combination is shown as @samp{^M$}.
1650 @item -n
1651 @itemx --number
1652 @opindex -n
1653 @opindex --number
1654 Number all output lines, starting with 1.  This option is ignored
1655 if @option{-b} is in effect.
1657 @item -s
1658 @itemx --squeeze-blank
1659 @opindex -s
1660 @opindex --squeeze-blank
1661 @cindex squeezing empty lines
1662 @cindex squeezing blank lines
1663 Suppress repeated adjacent blank lines; output just one empty line
1664 instead of several.
1666 @item -t
1667 @opindex -t
1668 Equivalent to @option{-vT}.
1670 @item -T
1671 @itemx --show-tabs
1672 @opindex -T
1673 @opindex --show-tabs
1674 Display TAB characters as @samp{^I}.
1676 @item -u
1677 @opindex -u
1678 Ignored; for POSIX compatibility.
1680 @item -v
1681 @itemx --show-nonprinting
1682 @opindex -v
1683 @opindex --show-nonprinting
1684 Display control characters except for LFD and TAB using
1685 @samp{^} notation and precede characters that have the high bit set with
1686 @samp{M-}.
1688 @end table
1690 On systems like MS-DOS that distinguish between text and binary files,
1691 @command{cat} normally reads and writes in binary mode.  However,
1692 @command{cat} reads in text mode if one of the options
1693 @option{-bensAE} is used or if @command{cat} is reading from standard
1694 input and standard input is a terminal.  Similarly, @command{cat}
1695 writes in text mode if one of the options @option{-bensAE} is used or
1696 if standard output is a terminal.
1698 @exitstatus
1700 Examples:
1702 @example
1703 # Output f's contents, then standard input, then g's contents.
1704 cat f - g
1706 # Copy standard input to standard output.
1708 @end example
1711 @node tac invocation
1712 @section @command{tac}: Concatenate and write files in reverse
1714 @pindex tac
1715 @cindex reversing files
1717 @command{tac} copies each @var{file} (@samp{-} means standard input), or
1718 standard input if none are given, to standard output, reversing the
1719 records (lines by default) in each separately.  Synopsis:
1721 @example
1722 tac [@var{option}]@dots{} [@var{file}]@dots{}
1723 @end example
1725 @dfn{Records} are separated by instances of a string (newline by
1726 default).  By default, this separator string is attached to the end of
1727 the record that it follows in the file.
1729 The program accepts the following options.  Also see @ref{Common options}.
1731 @table @samp
1733 @item -b
1734 @itemx --before
1735 @opindex -b
1736 @opindex --before
1737 The separator is attached to the beginning of the record that it
1738 precedes in the file.
1740 @item -r
1741 @itemx --regex
1742 @opindex -r
1743 @opindex --regex
1744 Treat the separator string as a regular expression.
1746 @item -s @var{separator}
1747 @itemx --separator=@var{separator}
1748 @opindex -s
1749 @opindex --separator
1750 Use @var{separator} as the record separator, instead of newline.
1751 Note an empty @var{separator} is treated as a zero byte.
1752 I.e., input and output items are delimited with ASCII NUL.
1754 @end table
1756 On systems like MS-DOS that distinguish between text and binary files,
1757 @command{tac} reads and writes in binary mode.
1759 @exitstatus
1761 Example:
1763 @example
1764 # Reverse a file character by character.
1765 tac -r -s 'x\|[^x]'
1766 @end example
1769 @node nl invocation
1770 @section @command{nl}: Number lines and write files
1772 @pindex nl
1773 @cindex numbering lines
1774 @cindex line numbering
1776 @command{nl} writes each @var{file} (@samp{-} means standard input), or
1777 standard input if none are given, to standard output, with line numbers
1778 added to some or all of the lines.  Synopsis:
1780 @example
1781 nl [@var{option}]@dots{} [@var{file}]@dots{}
1782 @end example
1784 @cindex logical pages, numbering on
1785 @command{nl} decomposes its input into (logical) page sections;
1786 by default, the line number is reset to 1 at each logical page section.
1787 @command{nl} treats all of the input files as a single document;
1788 it does not reset line numbers or logical pages between files.
1790 @cindex headers, numbering
1791 @cindex body, numbering
1792 @cindex footers, numbering
1793 A logical page consists of three sections: header, body, and footer.
1794 Any of the sections can be empty.  Each can be numbered in a different
1795 style from the others.
1797 The beginnings of the sections of logical pages are indicated in the
1798 input file by a line containing exactly one of these delimiter strings:
1800 @table @samp
1801 @item \:\:\:
1802 start of header;
1803 @item \:\:
1804 start of body;
1805 @item \:
1806 start of footer.
1807 @end table
1809 The characters from which these strings are made can be changed from
1810 @samp{\} and @samp{:} via options (see below), but the pattern
1811 of each string cannot be changed.
1813 A section delimiter is replaced by an empty line on output.  Any text
1814 that comes before the first section delimiter string in the input file
1815 is considered to be part of a body section, so @command{nl} treats a
1816 file that contains no section delimiters as a single body section.
1818 The program accepts the following options.  Also see @ref{Common options}.
1820 @table @samp
1822 @item -b @var{style}
1823 @itemx --body-numbering=@var{style}
1824 @opindex -b
1825 @opindex --body-numbering
1826 Select the numbering style for lines in the body section of each
1827 logical page.  When a line is not numbered, the current line number
1828 is not incremented, but the line number separator character is still
1829 prepended to the line.  The styles are:
1831 @table @samp
1832 @item a
1833 number all lines,
1834 @item t
1835 number only nonempty lines (default for body),
1836 @item n
1837 do not number lines (default for header and footer),
1838 @item p@var{bre}
1839 number only lines that contain a match for the basic regular
1840 expression @var{bre}.
1841 @xref{Regular Expressions, , Regular Expressions, grep, The GNU Grep Manual}.
1842 @end table
1844 @item -d @var{cd}
1845 @itemx --section-delimiter=@var{cd}
1846 @opindex -d
1847 @opindex --section-delimiter
1848 @cindex section delimiters of pages
1849 Set the section delimiter characters to @var{cd}; default is
1850 @samp{\:}.  If only @var{c} is given, the second remains @samp{:}.
1851 As a GNU extension more than two characters can be specified,
1852 and also if @var{cd} is empty (@option{-d ''}), then section
1853 matching is disabled.
1854 (Remember to protect @samp{\} or other metacharacters from shell
1855 expansion with quotes or extra backslashes.)
1857 @item -f @var{style}
1858 @itemx --footer-numbering=@var{style}
1859 @opindex -f
1860 @opindex --footer-numbering
1861 Analogous to @option{--body-numbering}.
1863 @item -h @var{style}
1864 @itemx --header-numbering=@var{style}
1865 @opindex -h
1866 @opindex --header-numbering
1867 Analogous to @option{--body-numbering}.
1869 @item -i @var{number}
1870 @itemx --line-increment=@var{number}
1871 @opindex -i
1872 @opindex --line-increment
1873 Increment line numbers by @var{number} (default 1).
1874 @var{number} can be negative to decrement.
1876 @item -l @var{number}
1877 @itemx --join-blank-lines=@var{number}
1878 @opindex -l
1879 @opindex --join-blank-lines
1880 @cindex empty lines, numbering
1881 @cindex blank lines, numbering
1882 Consider @var{number} (default 1) consecutive empty lines to be one
1883 logical line for numbering, and only number the last one.  Where fewer
1884 than @var{number} consecutive empty lines occur, do not number them.
1885 An empty line is one that contains no characters, not even spaces
1886 or tabs.
1888 @item -n @var{format}
1889 @itemx --number-format=@var{format}
1890 @opindex -n
1891 @opindex --number-format
1892 Select the line numbering format (default is @code{rn}):
1894 @table @samp
1895 @item ln
1896 @opindex ln @r{format for @command{nl}}
1897 left justified, no leading zeros;
1898 @item rn
1899 @opindex rn @r{format for @command{nl}}
1900 right justified, no leading zeros;
1901 @item rz
1902 @opindex rz @r{format for @command{nl}}
1903 right justified, leading zeros.
1904 @end table
1906 @item -p
1907 @itemx --no-renumber
1908 @opindex -p
1909 @opindex --no-renumber
1910 Do not reset the line number at the start of a logical page.
1912 @item -s @var{string}
1913 @itemx --number-separator=@var{string}
1914 @opindex -s
1915 @opindex --number-separator
1916 Separate the line number from the text line in the output with
1917 @var{string} (default is the TAB character).
1919 @item -v @var{number}
1920 @itemx --starting-line-number=@var{number}
1921 @opindex -v
1922 @opindex --starting-line-number
1923 Set the initial line number on each logical page to @var{number} (default 1).
1924 The starting @var{number} can be negative.
1926 @item -w @var{number}
1927 @itemx --number-width=@var{number}
1928 @opindex -w
1929 @opindex --number-width
1930 Use @var{number} characters for line numbers (default 6).
1932 @end table
1934 @exitstatus
1937 @node od invocation
1938 @section @command{od}: Write files in octal or other formats
1940 @pindex od
1941 @cindex octal dump of files
1942 @cindex hex dump of files
1943 @cindex ASCII dump of files
1944 @cindex file contents, dumping unambiguously
1946 @command{od} writes an unambiguous representation of each @var{file}
1947 (@samp{-} means standard input), or standard input if none are given.
1948 Synopses:
1950 @example
1951 od [@var{option}]@dots{} [@var{file}]@dots{}
1952 od [-abcdfilosx]@dots{} [@var{file}] [[+]@var{offset}[.][b]]
1953 od [@var{option}]@dots{} --traditional [@var{file}]@c
1954  [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
1955 @end example
1957 Each line of output consists of the offset in the input, followed by
1958 groups of data from the file.  By default, @command{od} prints the offset in
1959 octal, and each group of file data is a C @code{short int}'s worth of input
1960 printed as a single octal number.
1962 If @var{offset} is given, it specifies how many input bytes to skip
1963 before formatting and writing.  By default, it is interpreted as an
1964 octal number, but the optional trailing decimal point causes it to be
1965 interpreted as decimal.  If no decimal is specified and the offset
1966 begins with @samp{0x} or @samp{0X} it is interpreted as a hexadecimal
1967 number.  If there is a trailing @samp{b}, the number of bytes skipped
1968 will be @var{offset} multiplied by 512.
1970 If a command is of both the first and second forms, the second form is
1971 assumed if the last operand begins with @samp{+} or (if there are two
1972 operands) a digit.  For example, in @samp{od foo 10} and @samp{od +10}
1973 the @samp{10} is an offset, whereas in @samp{od 10} the @samp{10} is a
1974 file name.
1976 The program accepts the following options.  Also see @ref{Common options}.
1978 @table @samp
1980 @item -A @var{radix}
1981 @itemx --address-radix=@var{radix}
1982 @opindex -A
1983 @opindex --address-radix
1984 @cindex radix for file offsets
1985 @cindex file offset radix
1986 Select the base in which file offsets are printed.  @var{radix} can
1987 be one of the following:
1989 @table @samp
1990 @item d
1991 decimal;
1992 @item o
1993 octal;
1994 @item x
1995 hexadecimal;
1996 @item n
1997 none (do not print offsets).
1998 @end table
2000 The default is octal.
2002 @item --endian=@var{order}
2003 @opindex --endian
2004 @cindex byte-swapping
2005 @cindex endianness
2006 Reorder input bytes, to handle inputs with differing byte orders,
2007 or to provide consistent output independent of the endian convention
2008 of the current system.  Swapping is performed according to the
2009 specified @option{--type} size and endian @var{order}, which can be
2010 @samp{little} or @samp{big}.
2012 @item -j @var{bytes}
2013 @itemx --skip-bytes=@var{bytes}
2014 @opindex -j
2015 @opindex --skip-bytes
2016 Skip @var{bytes} input bytes before formatting and writing.  If
2017 @var{bytes} begins with @samp{0x} or @samp{0X}, it is interpreted in
2018 hexadecimal; otherwise, if it begins with @samp{0}, in octal; otherwise,
2019 in decimal.
2020 @multiplierSuffixes{bytes}
2022 @item -N @var{bytes}
2023 @itemx --read-bytes=@var{bytes}
2024 @opindex -N
2025 @opindex --read-bytes
2026 Output at most @var{bytes} bytes of the input.  Prefixes and suffixes on
2027 @code{bytes} are interpreted as for the @option{-j} option.
2029 @item -S @var{bytes}
2030 @itemx --strings[=@var{bytes}]
2031 @opindex -S
2032 @opindex --strings
2033 @cindex string constants, outputting
2034 Instead of the normal output, output only @dfn{string constants}: at
2035 least @var{bytes} consecutive ASCII graphic characters,
2036 followed by a zero byte (ASCII NUL).
2037 Prefixes and suffixes on @var{bytes} are interpreted as for the
2038 @option{-j} option.
2040 If @var{bytes} is omitted with @option{--strings}, the default is 3.
2042 @item -t @var{type}
2043 @itemx --format=@var{type}
2044 @opindex -t
2045 @opindex --format
2046 Select the format in which to output the file data.  @var{type} is a
2047 string of one or more of the below type indicator characters.  If you
2048 include more than one type indicator character in a single @var{type}
2049 string, or use this option more than once, @command{od} writes one copy
2050 of each output line using each of the data types that you specified,
2051 in the order that you specified.
2053 Adding a trailing ``z'' to any type specification appends a display
2054 of the single byte character representation of the printable characters
2055 to the output line generated by the type specification.
2057 @table @samp
2058 @item a
2059 named character, ignoring high-order bit
2060 @item c
2061 printable single byte character, C backslash escape
2062 or a 3 digit octal sequence
2063 @item d
2064 signed decimal
2065 @item f
2066 floating point (@pxref{Floating point})
2067 @item o
2068 octal
2069 @item u
2070 unsigned decimal
2071 @item x
2072 hexadecimal
2073 @end table
2075 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
2076 newline, and @samp{nul} for a zero byte.  Only the least significant
2077 seven bits of each byte is used; the high-order bit is ignored.
2078 Type @code{c} outputs
2079 @samp{ }, @samp{\n}, and @code{\0}, respectively.
2081 @cindex type size
2082 Except for types @samp{a} and @samp{c}, you can specify the number
2083 of bytes to use in interpreting each number in the given data type
2084 by following the type indicator character with a decimal integer.
2085 Alternately, you can specify the size of one of the C compiler's
2086 built-in data types by following the type indicator character with
2087 one of the following characters.  For integers (@samp{d}, @samp{o},
2088 @samp{u}, @samp{x}):
2090 @table @samp
2091 @item C
2092 char
2093 @item S
2094 short
2095 @item I
2097 @item L
2098 long
2099 @end table
2101 For floating point (@code{f}):
2103 @table @asis
2104 @item F
2105 float
2106 @item D
2107 double
2108 @item L
2109 long double
2110 @end table
2112 @item -v
2113 @itemx --output-duplicates
2114 @opindex -v
2115 @opindex --output-duplicates
2116 Output consecutive lines that are identical.  By default, when two or
2117 more consecutive output lines would be identical, @command{od} outputs only
2118 the first line, and puts just an asterisk on the following line to
2119 indicate the elision.
2121 @item -w[@var{n}]
2122 @itemx --width[=@var{n}]
2123 @opindex -w
2124 @opindex --width
2125 Dump @code{n} input bytes per output line.  This must be a multiple of
2126 the least common multiple of the sizes associated with the specified
2127 output types.
2129 If this option is not given at all, the default is 16.  If @var{n} is
2130 omitted, the default is 32.
2132 @end table
2134 The next several options are shorthands for format specifications.
2135 GNU @command{od} accepts any combination of shorthands and format
2136 specification options.  These options accumulate.
2138 @table @samp
2140 @item -a
2141 @opindex -a
2142 Output as named characters.  Equivalent to @samp{-t a}.
2144 @item -b
2145 @opindex -b
2146 Output as octal bytes.  Equivalent to @samp{-t o1}.
2148 @item -c
2149 @opindex -c
2150 Output as printable single byte characters, C backslash escapes
2151 or 3 digit octal sequences.  Equivalent to @samp{-t c}.
2153 @item -d
2154 @opindex -d
2155 Output as unsigned decimal two-byte units.  Equivalent to @samp{-t u2}.
2157 @item -f
2158 @opindex -f
2159 Output as floats.  Equivalent to @samp{-t fF}.
2161 @item -i
2162 @opindex -i
2163 Output as decimal ints.  Equivalent to @samp{-t dI}.
2165 @item -l
2166 @opindex -l
2167 Output as decimal long ints.  Equivalent to @samp{-t dL}.
2169 @item -o
2170 @opindex -o
2171 Output as octal two-byte units.  Equivalent to @option{-t o2}.
2173 @item -s
2174 @opindex -s
2175 Output as decimal two-byte units.  Equivalent to @option{-t d2}.
2177 @item -x
2178 @opindex -x
2179 Output as hexadecimal two-byte units.  Equivalent to @samp{-t x2}.
2181 @item --traditional
2182 @opindex --traditional
2183 Recognize the non-option label argument that traditional @command{od}
2184 accepted.  The following syntax:
2186 @example
2187 od --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
2188 @end example
2190 @noindent
2191 can be used to specify at most one file and optional arguments
2192 specifying an offset and a pseudo-start address, @var{label}.
2193 The @var{label} argument is interpreted
2194 just like @var{offset}, but it specifies an initial pseudo-address.  The
2195 pseudo-addresses are displayed in parentheses following any normal
2196 address.
2198 @end table
2200 @exitstatus
2203 @node base32 invocation
2204 @section @command{base32}: Transform data into printable data
2206 @pindex base32
2207 @cindex base32 encoding
2209 @command{base32} transforms data read from a file, or standard input,
2210 into (or from) base32 encoded form.  The base32 encoded form uses
2211 printable ASCII characters to represent binary data.
2212 The usage and options of this command are precisely the
2213 same as for @command{base64}.  @xref{base64 invocation}.
2216 @node base64 invocation
2217 @section @command{base64}: Transform data into printable data
2219 @pindex base64
2220 @cindex base64 encoding
2222 @command{base64} transforms data read from a file, or standard input,
2223 into (or from) base64 encoded form.  The base64 encoded form uses
2224 printable ASCII characters to represent binary data.
2225 Synopses:
2227 @example
2228 base64 [@var{option}]@dots{} [@var{file}]
2229 base64 --decode [@var{option}]@dots{} [@var{file}]
2230 @end example
2232 The base64 encoding expands data to roughly 133% of the original.
2233 The base32 encoding expands data to roughly 160% of the original.
2234 The format conforms to
2235 @uref{https://tools.ietf.org/search/rfc4648, RFC 4648}.
2237 The program accepts the following options.  Also see @ref{Common options}.
2239 @table @samp
2241 @item -w @var{cols}
2242 @itemx --wrap=@var{cols}
2243 @opindex -w
2244 @opindex --wrap
2245 @cindex wrap data
2246 @cindex column to wrap data after
2247 During encoding, wrap lines after @var{cols} characters.  This must be
2248 a positive number.
2250 The default is to wrap after 76 characters.  Use the value 0 to
2251 disable line wrapping altogether.
2253 @item -d
2254 @itemx --decode
2255 @opindex -d
2256 @opindex --decode
2257 @cindex Decode base64 data
2258 @cindex Base64 decoding
2259 Change the mode of operation, from the default of encoding data, to
2260 decoding data.  Input is expected to be base64 encoded data, and the
2261 output will be the original data.
2263 @item -i
2264 @itemx --ignore-garbage
2265 @opindex -i
2266 @opindex --ignore-garbage
2267 @cindex Ignore garbage in base64 stream
2268 When decoding, newlines are always accepted.
2269 During decoding, ignore unrecognized bytes,
2270 to permit distorted data to be decoded.
2272 @end table
2274 @exitstatus
2276 @node basenc invocation
2277 @section @command{basenc}: Transform data into printable data
2279 @pindex basenc
2280 @cindex base32 encoding
2282 @command{basenc} transforms data read from a file, or standard input,
2283 into (or from) various common encoding forms.  The encoded form uses
2284 printable ASCII characters to represent binary data.
2286 Synopses:
2288 @example
2289 basenc @var{encoding} [@var{option}]@dots{} [@var{file}]
2290 basenc @var{encoding} --decode [@var{option}]@dots{} [@var{file}]
2291 @end example
2293 The @var{encoding} argument is required. If @var{file} is omitted,
2294 @command{basenc} reads from standard input.
2295 The @option{-w/--wrap},@option{-i/--ignore-garbage},
2296 @option{-d/--decode} options of this command are precisely the same as
2297 for @command{base64}. @xref{base64 invocation}.
2300 Supported @var{encoding}s are:
2302 @table @samp
2304 @item --base64
2305 @opindex --base64
2306 Encode into (or decode from with @option{-d/--decode}) base64 form.
2307 The format conforms to
2308 @uref{https://tools.ietf.org/search/rfc4648#section-4, RFC 4648#4}.
2309 Equivalent to the @command{base64} command.
2311 @item --base64url
2312 @opindex --base64url
2313 Encode into (or decode from with @option{-d/--decode}) file-and-url-safe
2314 base64 form (using @samp{_} and @samp{-} instead of @samp{+} and @samp{/}).
2315 The format conforms to
2316 @uref{https://tools.ietf.org/search/rfc4648#section-5, RFC 4648#5}.
2318 @item --base32
2319 @opindex --base32
2320 Encode into (or decode from with @option{-d/--decode}) base32 form.
2321 The encoded data uses the @samp{ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=} characters.
2322 The format conforms to
2323 @uref{https://tools.ietf.org/search/rfc4648#section-6, RFC 4648#6}.
2324 Equivalent to the @command{base32} command.
2326 @item --base32hex
2327 @opindex --base32hex
2328 Encode into (or decode from with @option{-d/--decode}) Extended Hex Alphabet
2329 base32 form. The encoded data uses the
2330 @samp{0123456789ABCDEFGHIJKLMNOPQRSTUV=} characters. The format conforms to
2331 @uref{https://tools.ietf.org/search/rfc4648#section-7, RFC 4648#7}.
2333 @item --base16
2334 @opindex --base16
2335 Encode into (or decode from with @option{-d/--decode}) base16 (hexadecimal)
2336 form. The encoded data uses the @samp{0123456789ABCDEF} characters. The format
2337 conforms to
2338 @uref{https://tools.ietf.org/search/rfc4648#section-8, RFC 4648#8}.
2340 @item --base2lsbf
2341 @opindex --base2lsbf
2342 Encode into (or decode from with @option{-d/--decode}) binary string form
2343 (@samp{0} and @samp{1}) with the @emph{least} significant bit of every byte
2344 first.
2346 @item --base2msbf
2347 @opindex --base2msbf
2348 Encode into (or decode from with @option{-d/--decode}) binary string form
2349 (@samp{0} and @samp{1}) with the @emph{most} significant bit of every byte
2350 first.
2352 @item --z85
2353 @opindex --z85
2354 Encode into (or decode from with @option{-d/--decode}) Z85 form
2355 (a modified Ascii85 form). The encoded data uses the
2356 @samp{0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU@
2357 VWXYZ.-:+=^!/*?&<>()[]@{@}@@%$#}.
2358 characters. The format conforms to
2359 @uref{https://rfc.zeromq.org/spec:32/Z85/, ZeroMQ spec:32/Z85}.
2361 When encoding with @option{--z85}, input length must be a multiple of 4;
2362 when decoding with @option{--z85}, input length must be a multiple of 5.
2364 @end table
2368 Encoding/decoding examples:
2370 @example
2371 $ printf '\376\117\202' | basenc --base64
2372 /k+C
2374 $ printf '\376\117\202' | basenc --base64url
2375 _k-C
2377 $ printf '\376\117\202' | basenc --base32
2378 7ZHYE===
2380 $ printf '\376\117\202' | basenc --base32hex
2381 VP7O4===
2383 $ printf '\376\117\202' | basenc --base16
2384 FE4F82
2386 $ printf '\376\117\202' | basenc --base2lsbf
2387 011111111111001001000001
2389 $ printf '\376\117\202' | basenc --base2msbf
2390 111111100100111110000010
2392 $ printf '\376\117\202\000' | basenc --z85
2393 @@.FaC
2395 $ printf 01010100 | basenc --base2msbf --decode
2398 $ printf 01010100 | basenc --base2lsbf --decode
2400 @end example
2404 @node Formatting file contents
2405 @chapter Formatting file contents
2407 @cindex formatting file contents
2409 These commands reformat the contents of files.
2411 @menu
2412 * fmt invocation::              Reformat paragraph text.
2413 * pr invocation::               Paginate or columnate files for printing.
2414 * fold invocation::             Wrap input lines to fit in specified width.
2415 @end menu
2418 @node fmt invocation
2419 @section @command{fmt}: Reformat paragraph text
2421 @pindex fmt
2422 @cindex reformatting paragraph text
2423 @cindex paragraphs, reformatting
2424 @cindex text, reformatting
2426 @command{fmt} fills and joins lines to produce output lines of (at most)
2427 a given number of characters (75 by default).  Synopsis:
2429 @example
2430 fmt [@var{option}]@dots{} [@var{file}]@dots{}
2431 @end example
2433 @command{fmt} reads from the specified @var{file} arguments (or standard
2434 input if none are given), and writes to standard output.
2436 By default, blank lines, spaces between words, and indentation are
2437 preserved in the output; successive input lines with different
2438 indentation are not joined; tabs are expanded on input and introduced on
2439 output.
2441 @cindex line-breaking
2442 @cindex sentences and line-breaking
2443 @cindex Knuth, Donald E.
2444 @cindex Plass, Michael F.
2445 @command{fmt} prefers breaking lines at the end of a sentence, and tries to
2446 avoid line breaks after the first word of a sentence or before the last
2447 word of a sentence.  A @dfn{sentence break} is defined as either the end
2448 of a paragraph or a word ending in any of @samp{.?!}, followed by two
2449 spaces or end of line, ignoring any intervening parentheses or quotes.
2450 Like @TeX{}, @command{fmt} reads entire ``paragraphs'' before choosing line
2451 breaks; the algorithm is a variant of that given by Donald E. Knuth
2452 and Michael F. Plass in ``Breaking Paragraphs Into Lines'',
2453 @cite{Software---Practice & Experience} @b{11}, 11 (November 1981),
2454 1119--1184.
2456 The program accepts the following options.  Also see @ref{Common options}.
2458 @table @samp
2460 @item -c
2461 @itemx --crown-margin
2462 @opindex -c
2463 @opindex --crown-margin
2464 @cindex crown margin
2465 @dfn{Crown margin} mode: preserve the indentation of the first two
2466 lines within a paragraph, and align the left margin of each subsequent
2467 line with that of the second line.
2469 @item -t
2470 @itemx --tagged-paragraph
2471 @opindex -t
2472 @opindex --tagged-paragraph
2473 @cindex tagged paragraphs
2474 @dfn{Tagged paragraph} mode: like crown margin mode, except that if
2475 indentation of the first line of a paragraph is the same as the
2476 indentation of the second, the first line is treated as a one-line
2477 paragraph.
2479 @item -s
2480 @itemx --split-only
2481 @opindex -s
2482 @opindex --split-only
2483 Split lines only.  Do not join short lines to form longer ones.  This
2484 prevents sample lines of code, and other such ``formatted'' text from
2485 being unduly combined.
2487 @item -u
2488 @itemx --uniform-spacing
2489 @opindex -u
2490 @opindex --uniform-spacing
2491 Uniform spacing.  Reduce spacing between words to one space, and spacing
2492 between sentences to two spaces.
2494 @item -@var{width}
2495 @itemx -w @var{width}
2496 @itemx --width=@var{width}
2497 @opindex -@var{width}
2498 @opindex -w
2499 @opindex --width
2500 Fill output lines up to @var{width} characters (default 75 or @var{goal}
2501 plus 10, if @var{goal} is provided).
2503 @item -g @var{goal}
2504 @itemx --goal=@var{goal}
2505 @opindex -g
2506 @opindex --goal
2507 @command{fmt} initially tries to make lines @var{goal} characters wide.
2508 By default, this is 7% shorter than @var{width}.
2510 @item -p @var{prefix}
2511 @itemx --prefix=@var{prefix}
2512 Only lines beginning with @var{prefix} (possibly preceded by whitespace)
2513 are subject to formatting.  The prefix and any preceding whitespace are
2514 stripped for the formatting and then re-attached to each formatted output
2515 line.  One use is to format certain kinds of program comments, while
2516 leaving the code unchanged.
2518 @end table
2520 @exitstatus
2522 @node pr invocation
2523 @section @command{pr}: Paginate or columnate files for printing
2525 @pindex pr
2526 @cindex printing, preparing files for
2527 @cindex multicolumn output, generating
2528 @cindex merging files in parallel
2530 @command{pr} writes each @var{file} (@samp{-} means standard input), or
2531 standard input if none are given, to standard output, paginating and
2532 optionally outputting in multicolumn format; optionally merges all
2533 @var{file}s, printing all in parallel, one per column.  Synopsis:
2535 @example
2536 pr [@var{option}]@dots{} [@var{file}]@dots{}
2537 @end example
2539 @vindex LC_MESSAGES
2540 By default, a 5-line header is printed at each page: two blank lines;
2541 a line with the date, the file name, and the page count; and two more
2542 blank lines.  A footer of five blank lines is also printed.
2543 The default @var{page_length} is 66
2544 lines.  The default number of text lines is therefore 56.
2545 The text line of the header takes the form
2546 @samp{@var{date} @var{string} @var{page}}, with spaces inserted around
2547 @var{string} so that the line takes up the full @var{page_width}.  Here,
2548 @var{date} is the date (see the @option{-D} or @option{--date-format}
2549 option for details), @var{string} is the centered header string, and
2550 @var{page} identifies the page number.  The @env{LC_MESSAGES} locale
2551 category affects the spelling of @var{page}; in the default C locale, it
2552 is @samp{Page @var{number}} where @var{number} is the decimal page
2553 number.
2555 Form feeds in the input cause page breaks in the output.  Multiple form
2556 feeds produce empty pages.
2558 Columns are of equal width, separated by an optional string (default
2559 is @samp{space}).  For multicolumn output, lines will always be truncated to
2560 @var{page_width} (default 72), unless you use the @option{-J} option.
2561 For single
2562 column output no line truncation occurs by default.  Use @option{-W} option to
2563 truncate lines in that case.
2565 The program accepts the following options.  Also see @ref{Common options}.
2567 @table @samp
2569 @item +@var{first_page}[:@var{last_page}]
2570 @itemx --pages=@var{first_page}[:@var{last_page}]
2571 @c The two following @opindex lines evoke warnings because they contain ':'
2572 @c The 'info' spec does not permit that.  If we use those lines, we end
2573 @c up with truncated index entries that don't work.
2574 @c @opindex +@var{first_page}[:@var{last_page}]
2575 @c @opindex --pages=@var{first_page}[:@var{last_page}]
2576 @opindex +@var{page_range}
2577 @opindex --pages=@var{page_range}
2578 Begin printing with page @var{first_page} and stop with @var{last_page}.
2579 Missing @samp{:@var{last_page}} implies end of file.  While estimating
2580 the number of skipped pages each form feed in the input file results
2581 in a new page.  Page counting with and without @samp{+@var{first_page}}
2582 is identical.  By default, counting starts with the first page of input
2583 file (not first page printed).  Line numbering may be altered by @option{-N}
2584 option.
2586 @item -@var{column}
2587 @itemx --columns=@var{column}
2588 @opindex -@var{column}
2589 @opindex --columns
2590 @cindex down columns
2591 With each single @var{file}, produce @var{column} columns of output
2592 (default is 1) and print columns down, unless @option{-a} is used.  The
2593 column width is automatically decreased as @var{column} increases; unless
2594 you use the @option{-W/-w} option to increase @var{page_width} as well.
2595 This option might well cause some lines to be truncated.  The number of
2596 lines in the columns on each page are balanced.  The options @option{-e}
2597 and @option{-i} are on for multiple text-column output.  Together with
2598 @option{-J} option column alignment and line truncation is turned off.
2599 Lines of full length are joined in a free field format and @option{-S}
2600 option may set field separators.  @option{-@var{column}} may not be used
2601 with @option{-m} option.
2603 @item -a
2604 @itemx --across
2605 @opindex -a
2606 @opindex --across
2607 @cindex across columns
2608 With each single @var{file}, print columns across rather than down.  The
2609 @option{-@var{column}} option must be given with @var{column} greater than one.
2610 If a line is too long to fit in a column, it is truncated.
2612 @item -c
2613 @itemx --show-control-chars
2614 @opindex -c
2615 @opindex --show-control-chars
2616 Print control characters using hat notation (e.g., @samp{^G}); print
2617 other nonprinting characters in octal backslash notation.  By default,
2618 nonprinting characters are not changed.
2620 @item -d
2621 @itemx --double-space
2622 @opindex -d
2623 @opindex --double-space
2624 @cindex double spacing
2625 Double space the output.
2627 @item -D @var{format}
2628 @itemx --date-format=@var{format}
2629 @cindex time formats
2630 @cindex formatting times
2631 Format header dates using @var{format}, using the same conventions as
2632 for the command @samp{date +@var{format}}.  @xref{date invocation}.
2633 Except for directives, which start with
2634 @samp{%}, characters in @var{format} are printed unchanged.  You can use
2635 this option to specify an arbitrary string in place of the header date,
2636 e.g., @option{--date-format="Monday morning"}.
2638 @vindex POSIXLY_CORRECT
2639 @vindex LC_TIME
2640 The default date format is @samp{%Y-%m-%d %H:%M} (for example,
2641 @samp{2020-07-09 23:59});
2642 but if the @env{POSIXLY_CORRECT} environment variable is set
2643 and the @env{LC_TIME} locale category specifies the POSIX
2644 locale, the default is @samp{%b %e %H:%M %Y} (for example,
2645 @samp{Jul@ @ 9 23:59 2020}.
2647 @vindex TZ
2648 Timestamps are listed according to the time zone rules specified by
2649 the @env{TZ} environment variable, or by the system default rules if
2650 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
2651 with @env{TZ}, libc, The GNU C Library Reference Manual}.
2653 @item -e[@var{in-tabchar}[@var{in-tabwidth}]]
2654 @itemx --expand-tabs[=@var{in-tabchar}[@var{in-tabwidth}]]
2655 @opindex -e
2656 @opindex --expand-tabs
2657 @cindex input tabs
2658 Expand @var{tab}s to spaces on input.  Optional argument @var{in-tabchar} is
2659 the input tab character (default is the TAB character).  Second optional
2660 argument @var{in-tabwidth} is the input tab character's width (default
2661 is 8).
2663 @item -f
2664 @itemx -F
2665 @itemx --form-feed
2666 @opindex -F
2667 @opindex -f
2668 @opindex --form-feed
2669 Use a form feed instead of newlines to separate output pages.  This does
2670 not alter the default page length of 66 lines.
2672 @item -h @var{header}
2673 @itemx --header=@var{header}
2674 @opindex -h
2675 @opindex --header
2676 Replace the file name in the header with the centered string @var{header}.
2677 When using the shell, @var{header} should be quoted and should be
2678 separated from @option{-h} by a space.
2680 @item -i[@var{out-tabchar}[@var{out-tabwidth}]]
2681 @itemx --output-tabs[=@var{out-tabchar}[@var{out-tabwidth}]]
2682 @opindex -i
2683 @opindex --output-tabs
2684 @cindex output tabs
2685 Replace spaces with @var{tab}s on output.  Optional argument @var{out-tabchar}
2686 is the output tab character (default is the TAB character).  Second optional
2687 argument @var{out-tabwidth} is the output tab character's width (default
2688 is 8).
2690 @item -J
2691 @itemx --join-lines
2692 @opindex -J
2693 @opindex --join-lines
2694 Merge lines of full length.  Used together with the column options
2695 @option{-@var{column}}, @option{-a -@var{column}} or @option{-m}.  Turns off
2696 @option{-W/-w} line truncation;
2697 no column alignment used; may be used with
2698 @option{--sep-string[=@var{string}]}.  @option{-J} has been introduced
2699 (together with @option{-W} and @option{--sep-string})
2700 to disentangle the old (POSIX-compliant) options @option{-w} and
2701 @option{-s} along with the three column options.
2704 @item -l @var{page_length}
2705 @itemx --length=@var{page_length}
2706 @opindex -l
2707 @opindex --length
2708 Set the page length to @var{page_length} (default 66) lines, including
2709 the lines of the header [and the footer].  If @var{page_length} is less
2710 than or equal to 10, the header and footer are omitted, as if the
2711 @option{-t} option had been given.
2713 @item -m
2714 @itemx --merge
2715 @opindex -m
2716 @opindex --merge
2717 Merge and print all @var{file}s in parallel, one in each column.  If a
2718 line is too long to fit in a column, it is truncated, unless the @option{-J}
2719 option is used.  @option{--sep-string[=@var{string}]} may be used.
2720 Empty pages in
2721 some @var{file}s (form feeds set) produce empty columns, still marked
2722 by @var{string}.  The result is a continuous line numbering and column
2723 marking throughout the whole merged file.  Completely empty merged pages
2724 show no separators or line numbers.  The default header becomes
2725 @samp{@var{date} @var{page}} with spaces inserted in the middle; this
2726 may be used with the @option{-h} or @option{--header} option to fill up
2727 the middle blank part.
2729 @item -n[@var{number-separator}[@var{digits}]]
2730 @itemx --number-lines[=@var{number-separator}[@var{digits}]]
2731 @opindex -n
2732 @opindex --number-lines
2733 Provide @var{digits} digit line numbering (default for @var{digits} is
2734 5).  With multicolumn output the number occupies the first @var{digits}
2735 column positions of each text column or only each line of @option{-m}
2736 output.  With single column output the number precedes each line just as
2737 @option{-m} does.  Default counting of the line numbers starts with the
2738 first line of the input file (not the first line printed, compare the
2739 @option{--page} option and @option{-N} option).
2740 Optional argument @var{number-separator} is the character appended to
2741 the line number to separate it from the text followed.  The default
2742 separator is the TAB character.  In a strict sense a TAB is always
2743 printed with single column output only.  The TAB width varies
2744 with the TAB position, e.g., with the left @var{margin} specified
2745 by @option{-o} option.  With multicolumn output priority is given to
2746 @samp{equal width of output columns} (a POSIX specification).
2747 The TAB width is fixed to the value of the first column and does
2748 not change with different values of left @var{margin}.  That means a
2749 fixed number of spaces is always printed in the place of the
2750 @var{number-separator} TAB@.  The tabification depends upon the output
2751 position.
2753 @item -N @var{line_number}
2754 @itemx --first-line-number=@var{line_number}
2755 @opindex -N
2756 @opindex --first-line-number
2757 Start line counting with the number @var{line_number} at first line of
2758 first page printed (in most cases not the first line of the input file).
2760 @item -o @var{margin}
2761 @itemx --indent=@var{margin}
2762 @opindex -o
2763 @opindex --indent
2764 @cindex indenting lines
2765 @cindex left margin
2766 Indent each line with a margin @var{margin} spaces wide (default is zero).
2767 The total page width is the size of the margin plus the @var{page_width}
2768 set with the @option{-W/-w} option.  A limited overflow may occur with
2769 numbered single column output (compare @option{-n} option).
2771 @item -r
2772 @itemx --no-file-warnings
2773 @opindex -r
2774 @opindex --no-file-warnings
2775 Do not print a warning message when an argument @var{file} cannot be
2776 opened.  (The exit status will still be nonzero, however.)
2778 @item -s[@var{char}]
2779 @itemx --separator[=@var{char}]
2780 @opindex -s
2781 @opindex --separator
2782 Separate columns by a single character @var{char}.  The default for
2783 @var{char} is the TAB character without @option{-w} and @samp{no
2784 character} with @option{-w}.  Without @option{-s} the default separator
2785 @samp{space} is set.  @option{-s[char]} turns off line truncation of all
2786 three column options (@option{-COLUMN}|@option{-a -COLUMN}|@option{-m}) unless
2787 @option{-w} is set.  This is a POSIX-compliant formulation.
2790 @item -S[@var{string}]
2791 @itemx --sep-string[=@var{string}]
2792 @opindex -S
2793 @opindex --sep-string
2794 Use @var{string} to separate output columns.  The @option{-S} option doesn't
2795 affect the @option{-W/-w} option, unlike the @option{-s} option which does.  It
2796 does not affect line truncation or column alignment.
2797 Without @option{-S}, and with @option{-J}, @command{pr} uses the default output
2798 separator, TAB@.
2799 Without @option{-S} or @option{-J}, @command{pr} uses a @samp{space}
2800 (same as @option{-S"@w{ }"}).
2801 If no @samp{@var{string}} argument is specified, @samp{""} is assumed.
2803 @item -t
2804 @itemx --omit-header
2805 @opindex -t
2806 @opindex --omit-header
2807 Do not print the usual header [and footer] on each page, and do not fill
2808 out the bottom of pages (with blank lines or a form feed).  No page
2809 structure is produced, but form feeds set in the input files are retained.
2810 The predefined pagination is not changed.  @option{-t} or @option{-T} may be
2811 useful together with other options; e.g.: @option{-t -e4}, expand TAB characters
2812 in the input file to 4 spaces but don't make any other changes.  Use of
2813 @option{-t} overrides @option{-h}.
2815 @item -T
2816 @itemx --omit-pagination
2817 @opindex -T
2818 @opindex --omit-pagination
2819 Do not print header [and footer].  In addition eliminate all form feeds
2820 set in the input files.
2822 @item -v
2823 @itemx --show-nonprinting
2824 @opindex -v
2825 @opindex --show-nonprinting
2826 Print nonprinting characters in octal backslash notation.
2828 @item -w @var{page_width}
2829 @itemx --width=@var{page_width}
2830 @opindex -w
2831 @opindex --width
2832 Set page width to @var{page_width} characters for multiple text-column
2833 output only (default for @var{page_width} is 72).  The specified
2834 @var{page_width} is rounded down so that columns have equal width.
2835 @option{-s[CHAR]} turns off the default page width and any line truncation
2836 and column alignment.
2837 Lines of full length are merged, regardless of the column options
2838 set.  No @var{page_width} setting is possible with single column output.
2839 A POSIX-compliant formulation.
2841 @item -W @var{page_width}
2842 @itemx --page_width=@var{page_width}
2843 @opindex -W
2844 @opindex --page_width
2845 Set the page width to @var{page_width} characters, honored with and
2846 without a column option.  With a column option, the specified @var{page_width}
2847 is rounded down so that columns have equal width.  Text lines are truncated,
2848 unless @option{-J} is used. Together with one of the three column options
2849 (@option{-@var{column}}, @option{-a -@var{column}} or @option{-m}) column
2850 alignment is always used.  The separator options @option{-S} or @option{-s}
2851 don't disable the @option{-W} option.  Default is 72 characters.  Without
2852 @option{-W @var{page_width}} and without any of the column options NO line
2853 truncation is used (defined to keep downward compatibility and to meet
2854 most frequent tasks).  That's equivalent to @option{-W 72 -J}@.  The header
2855 line is never truncated.
2857 @end table
2859 @exitstatus
2862 @node fold invocation
2863 @section @command{fold}: Wrap input lines to fit in specified width
2865 @pindex fold
2866 @cindex wrapping long input lines
2867 @cindex folding long input lines
2869 @command{fold} writes each @var{file} (@option{-} means standard input), or
2870 standard input if none are given, to standard output, breaking long
2871 lines.  Synopsis:
2873 @example
2874 fold [@var{option}]@dots{} [@var{file}]@dots{}
2875 @end example
2877 By default, @command{fold} breaks lines wider than 80 columns.  The output
2878 is split into as many lines as necessary.
2880 @cindex screen columns
2881 @command{fold} counts screen columns by default; thus, a tab may count more
2882 than one column, backspace decreases the column count, and carriage
2883 return sets the column to zero.
2885 The program accepts the following options.  Also see @ref{Common options}.
2887 @table @samp
2889 @item -b
2890 @itemx --bytes
2891 @opindex -b
2892 @opindex --bytes
2893 Count bytes rather than columns, so that tabs, backspaces, and carriage
2894 returns are each counted as taking up one column, just like other
2895 characters.
2897 @item -s
2898 @itemx --spaces
2899 @opindex -s
2900 @opindex --spaces
2901 Break at word boundaries: the line is broken after the last blank before
2902 the maximum line length.  If the line contains no such blanks, the line
2903 is broken at the maximum line length as usual.
2905 @item -w @var{width}
2906 @itemx --width=@var{width}
2907 @opindex -w
2908 @opindex --width
2909 Use a maximum line length of @var{width} columns instead of 80.
2911 For compatibility @command{fold} supports an obsolete option syntax
2912 @option{-@var{width}}.  New scripts should use @option{-w @var{width}}
2913 instead.
2915 @end table
2917 @exitstatus
2920 @node Output of parts of files
2921 @chapter Output of parts of files
2923 @cindex output of parts of files
2924 @cindex parts of files, output of
2926 These commands output pieces of the input.
2928 @menu
2929 * head invocation::             Output the first part of files.
2930 * tail invocation::             Output the last part of files.
2931 * split invocation::            Split a file into pieces.
2932 * csplit invocation::           Split a file into context-determined pieces.
2933 @end menu
2935 @node head invocation
2936 @section @command{head}: Output the first part of files
2938 @pindex head
2939 @cindex initial part of files, outputting
2940 @cindex first part of files, outputting
2942 @command{head} prints the first part (10 lines by default) of each
2943 @var{file}; it reads from standard input if no files are given or
2944 when given a @var{file} of @option{-}.  Synopsis:
2946 @example
2947 head [@var{option}]@dots{} [@var{file}]@dots{}
2948 @end example
2950 If more than one @var{file} is specified, @command{head} prints a
2951 one-line header consisting of:
2953 @example
2954 ==> @var{file name} <==
2955 @end example
2957 @noindent
2958 before the output for each @var{file}.
2960 The program accepts the following options.  Also see @ref{Common options}.
2962 @table @samp
2964 @item -c [-]@var{num}
2965 @itemx --bytes=[-]@var{num}
2966 @opindex -c
2967 @opindex --bytes
2968 Print the first @var{num} bytes, instead of initial lines.
2969 However, if @var{num} is prefixed with a @samp{-},
2970 print all but the last @var{num} bytes of each file.
2971 @multiplierSuffixes{num}
2973 @item -n [-]@var{num}
2974 @itemx --lines=[-]@var{num}
2975 @opindex -n
2976 @opindex --lines
2977 Output the first @var{num} lines.
2978 However, if @var{num} is prefixed with a @samp{-},
2979 print all but the last @var{num} lines of each file.
2980 Size multiplier suffixes are the same as with the @option{-c} option.
2982 @item -q
2983 @itemx --quiet
2984 @itemx --silent
2985 @opindex -q
2986 @opindex --quiet
2987 @opindex --silent
2988 Never print file name headers.
2990 @item -v
2991 @itemx --verbose
2992 @opindex -v
2993 @opindex --verbose
2994 Always print file name headers.
2996 @optZeroTerminated
2998 @end table
3000 For compatibility @command{head} also supports an obsolete option syntax
3001 @option{-[@var{num}][bkm][cqv]}, which is recognized only if it is
3002 specified first.  @var{num} is a decimal number optionally followed
3003 by a size letter (@samp{b}, @samp{k}, @samp{m}) as in @option{-c}, or
3004 @samp{l} to mean count by lines, or other option letters (@samp{cqv}).
3005 Scripts intended for standard hosts should use @option{-c @var{num}}
3006 or @option{-n @var{num}} instead.  If your script must also run on
3007 hosts that support only the obsolete syntax, it is usually simpler to
3008 avoid @command{head}, e.g., by using @samp{sed 5q} instead of
3009 @samp{head -5}.
3011 @exitstatus
3014 @node tail invocation
3015 @section @command{tail}: Output the last part of files
3017 @pindex tail
3018 @cindex last part of files, outputting
3020 @command{tail} prints the last part (10 lines by default) of each
3021 @var{file}; it reads from standard input if no files are given or
3022 when given a @var{file} of @samp{-}.  Synopsis:
3024 @example
3025 tail [@var{option}]@dots{} [@var{file}]@dots{}
3026 @end example
3028 If more than one @var{file} is specified, @command{tail} prints a
3029 one-line header before the output for each @var{file}, consisting of:
3031 @example
3032 ==> @var{file name} <==
3033 @end example
3035 For further processing of tail output, it can be useful to convert the
3036 file headers to line prefixes, which can be done like:
3038 @example
3039 tail @dots{} |
3040 awk '
3041   /^==> .* <==$/ @{prefix=substr($0,5,length-8)":"; next@}
3042   @{print prefix$0@}
3043 ' | @dots{}
3044 @end example
3046 @cindex BSD @command{tail}
3047 GNU @command{tail} can output any amount of data (some other versions of
3048 @command{tail} cannot).  It also has no @option{-r} option (print in
3049 reverse), since reversing a file is really a different job from printing
3050 the end of a file; BSD @command{tail} (which is the one with @option{-r}) can
3051 only reverse files that are at most as large as its buffer, which is
3052 typically 32 KiB@.  A more reliable and versatile way to reverse files is
3053 the GNU @command{tac} command.
3055 The program accepts the following options.  Also see @ref{Common options}.
3057 @table @samp
3059 @item -c [+]@var{num}
3060 @itemx --bytes=[+]@var{num}
3061 @opindex -c
3062 @opindex --bytes
3063 Output the last @var{num} bytes, instead of final lines.
3064 However, if @var{num} is prefixed with a @samp{+}, start printing with
3065 byte @var{num} from the start of each file, instead of from the end.
3066 @multiplierSuffixes{num}
3068 @item -f
3069 @itemx --follow[=@var{how}]
3070 @opindex -f
3071 @opindex --follow
3072 @cindex growing files
3073 @vindex name @r{follow option}
3074 @vindex descriptor @r{follow option}
3075 Loop forever trying to read more characters at the end of the file,
3076 presumably because the file is growing.
3077 If more than one file is given, @command{tail} prints a header whenever it
3078 gets output from a different file, to indicate which file that output is
3079 from.
3081 There are two ways to specify how you'd like to track files with this option,
3082 but that difference is noticeable only when a followed file is removed or
3083 renamed.
3084 If you'd like to continue to track the end of a growing file even after
3085 it has been unlinked, use @option{--follow=descriptor}.  This is the default
3086 behavior, but it is not useful if you're tracking a log file that may be
3087 rotated (removed or renamed, then reopened).  In that case, use
3088 @option{--follow=name} to track the named file, perhaps by reopening it
3089 periodically to see if it has been removed and recreated by some other program.
3090 Note that the inotify-based implementation handles this case without
3091 the need for any periodic reopening.
3093 No matter which method you use, if the tracked file is determined to have
3094 shrunk, @command{tail} prints a message saying the file has been truncated
3095 and resumes tracking from the start of the file, assuming it has been
3096 truncated to 0, which is the usual truncation operation for log files.
3098 When a file is removed, @command{tail}'s behavior depends on whether it is
3099 following the name or the descriptor.  When following by name, tail can
3100 detect that a file has been removed and gives a message to that effect,
3101 and if @option{--retry} has been specified it will continue checking
3102 periodically to see if the file reappears.
3103 When following a descriptor, tail does not detect that the file has
3104 been unlinked or renamed and issues no message;  even though the file
3105 may no longer be accessible via its original name, it may still be
3106 growing.
3108 The option values @samp{descriptor} and @samp{name} may be specified only
3109 with the long form of the option, not with @option{-f}.
3111 The @option{-f} option is ignored if
3112 no @var{file} operand is specified and standard input is a FIFO or a pipe.
3113 Likewise, the @option{-f} option has no effect for any
3114 operand specified as @samp{-}, when standard input is a FIFO or a pipe.
3116 With kernel inotify support, output is triggered by file changes
3117 and is generally very prompt.
3118 Otherwise, @command{tail} sleeps for one second between checks---
3119 use @option{--sleep-interval=@var{n}} to change that default---which can
3120 make the output appear slightly less responsive or bursty.
3121 When using tail without inotify support, you can make it more responsive
3122 by using a sub-second sleep interval, e.g., via an alias like this:
3124 @example
3125 alias tail='tail -s.1'
3126 @end example
3128 @item -F
3129 @opindex -F
3130 This option is the same as @option{--follow=name --retry}.  That is, tail
3131 will attempt to reopen a file when it is removed.  Should this fail, tail
3132 will keep trying until it becomes accessible again.
3134 @item --max-unchanged-stats=@var{n}
3135 @opindex --max-unchanged-stats
3136 When tailing a file by name, if there have been @var{n} (default
3137 n=@value{DEFAULT_MAX_N_UNCHANGED_STATS_BETWEEN_OPENS}) consecutive
3138 iterations for which the file has not changed, then
3139 @code{open}/@code{fstat} the file to determine if that file name is
3140 still associated with the same device/inode-number pair as before.
3141 When following a log file that is rotated, this is approximately the
3142 number of seconds between when tail prints the last pre-rotation lines
3143 and when it prints the lines that have accumulated in the new log file.
3144 This option is meaningful only when polling (i.e., without inotify)
3145 and when following by name.
3147 @item -n [+]@var{num}
3148 @itemx --lines=[+]@var{}
3149 @opindex -n
3150 @opindex --lines
3151 Output the last @var{num} lines.
3152 However, if @var{num} is prefixed with a @samp{+}, start printing with
3153 line @var{num} from the start of each file, instead of from the end.
3154 Size multiplier suffixes are the same as with the @option{-c} option.
3156 @item --pid=@var{pid}
3157 @opindex --pid
3158 When following by name or by descriptor, you may specify the process ID,
3159 @var{pid}, of the sole writer of all @var{file} arguments.  Then, shortly
3160 after that process terminates, tail will also terminate.  This will
3161 work properly only if the writer and the tailing process are running on
3162 the same machine.  For example, to save the output of a build in a file
3163 and to watch the file grow, if you invoke @command{make} and @command{tail}
3164 like this then the tail process will stop when your build completes.
3165 Without this option, you would have had to kill the @code{tail -f}
3166 process yourself.
3168 @example
3169 $ make >& makerr & tail --pid=$! -f makerr
3170 @end example
3172 If you specify a @var{pid} that is not in use or that does not correspond
3173 to the process that is writing to the tailed files, then @command{tail}
3174 may terminate long before any @var{file}s stop growing or it may not
3175 terminate until long after the real writer has terminated.
3176 Note that @option{--pid} cannot be supported on some systems; @command{tail}
3177 will print a warning if this is the case.
3179 @item -q
3180 @itemx --quiet
3181 @itemx --silent
3182 @opindex -q
3183 @opindex --quiet
3184 @opindex --silent
3185 Never print file name headers.
3187 @item --retry
3188 @opindex --retry
3189 Indefinitely try to open the specified file.
3190 This option is useful mainly when following (and otherwise issues a warning).
3192 When following by file descriptor (i.e., with @option{--follow=descriptor}),
3193 this option only affects the initial open of the file, as after a successful
3194 open, @command{tail} will start following the file descriptor.
3196 When following by name (i.e., with @option{--follow=name}), @command{tail}
3197 infinitely retries to re-open the given files until killed.
3199 Without this option, when @command{tail} encounters a file that doesn't
3200 exist or is otherwise inaccessible, it reports that fact and
3201 never checks it again.
3203 @item -s @var{number}
3204 @itemx --sleep-interval=@var{number}
3205 @opindex -s
3206 @opindex --sleep-interval
3207 Change the number of seconds to wait between iterations (the default is 1.0).
3208 During one iteration, every specified file is checked to see if it has
3209 changed size.
3210 When @command{tail} uses inotify, this polling-related option
3211 is usually ignored.  However, if you also specify @option{--pid=@var{p}},
3212 @command{tail} checks whether process @var{p} is alive at least
3213 every @var{number} seconds.
3214 The @var{number} must be non-negative and can be a floating-point number
3215 in either the current or the C locale.  @xref{Floating point}.
3217 @item -v
3218 @itemx --verbose
3219 @opindex -v
3220 @opindex --verbose
3221 Always print file name headers.
3223 @optZeroTerminated
3225 @end table
3227 For compatibility @command{tail} also supports an obsolete usage
3228 @samp{tail -[@var{num}][bcl][f] [@var{file}]}, which is recognized
3229 only if it does not conflict with the usage described
3230 above.  This obsolete form uses exactly one option and at most one
3231 file.  In the option, @var{num} is an optional decimal number optionally
3232 followed by a size letter (@samp{b}, @samp{c}, @samp{l}) to mean count
3233 by 512-byte blocks, bytes, or lines, optionally followed by @samp{f}
3234 which has the same meaning as @option{-f}.
3236 @vindex _POSIX2_VERSION
3237 On systems not conforming to POSIX 1003.1-2001, the leading @samp{-}
3238 can be replaced by @samp{+} in the traditional option syntax with the
3239 same meaning as in counts, and on obsolete systems predating POSIX
3240 1003.1-2001 traditional usage overrides normal usage when the two
3241 conflict.  This behavior can be controlled with the
3242 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
3243 conformance}).
3245 Scripts intended for use on standard hosts should avoid traditional
3246 syntax and should use @option{-c @var{num}[b]}, @option{-n
3247 @var{num}}, and/or @option{-f} instead.  If your script must also
3248 run on hosts that support only the traditional syntax, you can often
3249 rewrite it to avoid problematic usages, e.g., by using @samp{sed -n
3250 '$p'} rather than @samp{tail -1}.  If that's not possible, the script
3251 can use a test like @samp{if tail -c +1 </dev/null >/dev/null 2>&1;
3252 then @dots{}} to decide which syntax to use.
3254 Even if your script assumes the standard behavior, you should still
3255 beware usages whose behaviors differ depending on the POSIX
3256 version.  For example, avoid @samp{tail - main.c}, since it might be
3257 interpreted as either @samp{tail main.c} or as @samp{tail -- -
3258 main.c}; avoid @samp{tail -c 4}, since it might mean either @samp{tail
3259 -c4} or @samp{tail -c 10 4}; and avoid @samp{tail +4}, since it might
3260 mean either @samp{tail ./+4} or @samp{tail -n +4}.
3262 @exitstatus
3265 @node split invocation
3266 @section @command{split}: Split a file into pieces.
3268 @pindex split
3269 @cindex splitting a file into pieces
3270 @cindex pieces, splitting a file into
3272 @command{split} creates output files containing consecutive or interleaved
3273 sections of @var{input}  (standard input if none is given or @var{input}
3274 is @samp{-}).  Synopsis:
3276 @example
3277 split [@var{option}] [@var{input} [@var{prefix}]]
3278 @end example
3280 By default, @command{split} puts 1000 lines of @var{input} (or whatever is
3281 left over for the last section), into each output file.
3283 @cindex output file name prefix
3284 The output files' names consist of @var{prefix} (@samp{x} by default)
3285 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
3286 default), such that concatenating the output files in traditional
3287 sorted order by file name produces the original input file (except
3288 @option{-nr/@var{n}}).  By default split will initially create files
3289 with two generated suffix characters, and will increase this width by two
3290 when the next most significant position reaches the last character.
3291 (@samp{yz}, @samp{zaaa}, @samp{zaab}, @dots{}).  In this way an arbitrary
3292 number of output files are supported, which sort as described above,
3293 even in the presence of an @option{--additional-suffix} option.
3294 If the @option{-a} option is specified and the output file names are
3295 exhausted, @command{split} reports an error without deleting the
3296 output files that it did create.
3298 The program accepts the following options.  Also see @ref{Common options}.
3300 @table @samp
3302 @item -l @var{lines}
3303 @itemx --lines=@var{lines}
3304 @opindex -l
3305 @opindex --lines
3306 Put @var{lines} lines of @var{input} into each output file.
3307 If @option{--separator} is specified, then @var{lines} determines
3308 the number of records.
3310 For compatibility @command{split} also supports an obsolete
3311 option syntax @option{-@var{lines}}.  New scripts should use
3312 @option{-l @var{lines}} instead.
3314 @item -b @var{size}
3315 @itemx --bytes=@var{size}
3316 @opindex -b
3317 @opindex --bytes
3318 Put @var{size} bytes of @var{input} into each output file.
3319 @multiplierSuffixes{size}
3321 @item -C @var{size}
3322 @itemx --line-bytes=@var{size}
3323 @opindex -C
3324 @opindex --line-bytes
3325 Put into each output file as many complete lines of @var{input} as
3326 possible without exceeding @var{size} bytes.  Individual lines or records
3327 longer than @var{size} bytes are broken into multiple files.
3328 @var{size} has the same format as for the @option{--bytes} option.
3329 If @option{--separator} is specified, then @var{lines} determines
3330 the number of records.
3332 @item --filter=@var{command}
3333 @opindex --filter
3334 With this option, rather than simply writing to each output file,
3335 write through a pipe to the specified shell @var{command} for each output file.
3336 @var{command} should use the $FILE environment variable, which is set
3337 to a different output file name for each invocation of the command.
3338 For example, imagine that you have a 1TiB compressed file
3339 that, if uncompressed, would be too large to reside on secondary storage,
3340 yet you must split it into individually-compressed pieces
3341 of a more manageable size.
3342 To do that, you might run this command:
3344 @example
3345 xz -dc BIG.xz | split -b200G --filter='xz > $FILE.xz' - big-
3346 @end example
3348 Assuming a 10:1 compression ratio, that would create about fifty 20GiB files
3349 with names @file{big-aa.xz}, @file{big-ab.xz}, @file{big-ac.xz}, etc.
3351 @item -n @var{chunks}
3352 @itemx --number=@var{chunks}
3353 @opindex -n
3354 @opindex --number
3356 Split @var{input} to @var{chunks} output files where @var{chunks} may be:
3358 @example
3359 @var{n}      generate @var{n} files based on current size of @var{input}
3360 @var{k}/@var{n}    output only @var{k}th of @var{n} to standard output
3361 l/@var{n}    generate @var{n} files without splitting lines or records
3362 l/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3363 r/@var{n}    like @samp{l} but use round robin distribution
3364 r/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3365 @end example
3367 Any excess bytes remaining after dividing the @var{input}
3368 into @var{n} chunks, are assigned to the last chunk.
3369 Any excess bytes appearing after the initial calculation are discarded
3370 (except when using @samp{r} mode).
3372 All @var{n} files are created even if there are fewer than @var{n} lines,
3373 or the @var{input} is truncated.
3375 For @samp{l} mode, chunks are approximately @var{input} size / @var{n}.
3376 The @var{input} is partitioned into @var{n} equal sized portions, with
3377 the last assigned any excess.  If a line @emph{starts} within a partition
3378 it is written completely to the corresponding file.  Since lines or records
3379 are not split even if they overlap a partition, the files written
3380 can be larger or smaller than the partition size, and even empty
3381 if a line/record is so long as to completely overlap the partition.
3383 For @samp{r} mode, the size of @var{input} is irrelevant,
3384 and so can be a pipe for example.
3386 @item -a @var{length}
3387 @itemx --suffix-length=@var{length}
3388 @opindex -a
3389 @opindex --suffix-length
3390 Use suffixes of length @var{length}.  If a @var{length} of 0 is specified,
3391 this is the same as if (any previous) @option{-a} was not specified, and
3392 thus enables the default behavior, which starts the suffix length at 2,
3393 and unless @option{-n} or @option{--numeric-suffixes=@var{from}} is
3394 specified, will auto increase the length by 2 as required.
3396 @item -d
3397 @itemx --numeric-suffixes[=@var{from}]
3398 @opindex -d
3399 @opindex --numeric-suffixes
3400 Use digits in suffixes rather than lower-case letters.  The numerical
3401 suffix counts from @var{from} if specified, 0 otherwise.
3403 @var{from} is supported with the long form option, and is used to either set the
3404 initial suffix for a single run, or to set the suffix offset for independently
3405 split inputs, and consequently the auto suffix length expansion described above
3406 is disabled.  Therefore you may also want to use option @option{-a} to allow
3407 suffixes beyond @samp{99}.  Note if option @option{--number} is specified and
3408 the number of files is less than @var{from}, a single run is assumed and the
3409 minimum suffix length required is automatically determined.
3411 @item -x
3412 @itemx --hex-suffixes[=@var{from}]
3413 @opindex -x
3414 @opindex --hex-suffixes
3415 Like @option{--numeric-suffixes}, but use hexadecimal numbers (in lower case).
3417 @item --additional-suffix=@var{suffix}
3418 @opindex --additional-suffix
3419 Append an additional @var{suffix} to output file names.  @var{suffix}
3420 must not contain slash.
3422 @item -e
3423 @itemx --elide-empty-files
3424 @opindex -e
3425 @opindex --elide-empty-files
3426 Suppress the generation of zero-length output files.  This can happen
3427 with the @option{--number} option if a file is (truncated to be) shorter
3428 than the number requested, or if a line is so long as to completely
3429 span a chunk.  The output file sequence numbers, always run consecutively
3430 even when this option is specified.
3432 @item -t @var{separator}
3433 @itemx --separator=@var{separator}
3434 @opindex -t
3435 @opindex --separator
3436 @cindex line separator character
3437 @cindex record separator character
3438 Use character @var{separator} as the record separator instead of the default
3439 newline character (ASCII LF).
3440 To specify ASCII NUL as the separator, use the two-character string @samp{\0},
3441 e.g., @samp{split -t '\0'}.
3443 @item -u
3444 @itemx --unbuffered
3445 @opindex -u
3446 @opindex --unbuffered
3447 Immediately copy input to output in @option{--number r/@dots{}} mode,
3448 which is a much slower mode of operation.
3450 @item --verbose
3451 @opindex --verbose
3452 Write a diagnostic just before each output file is opened.
3454 @end table
3456 @exitstatus
3458 Here are a few examples to illustrate how the
3459 @option{--number} (@option{-n}) option works:
3461 Notice how, by default, one line may be split onto two or more:
3463 @example
3464 $ seq -w 6 10 > k; split -n3 k; head xa?
3465 ==> xaa <==
3468 ==> xab <==
3472 ==> xac <==
3475 @end example
3477 Use the "l/" modifier to suppress that:
3479 @example
3480 $ seq -w 6 10 > k; split -nl/3 k; head xa?
3481 ==> xaa <==
3485 ==> xab <==
3489 ==> xac <==
3491 @end example
3493 Use the "r/" modifier to distribute lines in a round-robin fashion:
3495 @example
3496 $ seq -w 6 10 > k; split -nr/3 k; head xa?
3497 ==> xaa <==
3501 ==> xab <==
3505 ==> xac <==
3507 @end example
3509 You can also extract just the Kth chunk.
3510 This extracts and prints just the 7th "chunk" of 33:
3512 @example
3513 $ seq 100 > k; split -nl/7/33 k
3517 @end example
3520 @node csplit invocation
3521 @section @command{csplit}: Split a file into context-determined pieces
3523 @pindex csplit
3524 @cindex context splitting
3525 @cindex splitting a file into pieces by context
3527 @command{csplit} creates zero or more output files containing sections of
3528 @var{input} (standard input if @var{input} is @samp{-}).  Synopsis:
3530 @example
3531 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{}
3532 @end example
3534 The contents of the output files are determined by the @var{pattern}
3535 arguments, as detailed below.  An error occurs if a @var{pattern}
3536 argument refers to a nonexistent line of the input file (e.g., if no
3537 remaining line matches a given regular expression).  After every
3538 @var{pattern} has been matched, any remaining input is copied into one
3539 last output file.
3541 By default, @command{csplit} prints the number of bytes written to each
3542 output file after it has been created.
3544 The types of pattern arguments are:
3546 @table @samp
3548 @item @var{n}
3549 Create an output file containing the input up to but not including line
3550 @var{n} (a positive integer).  If followed by a repeat count, also
3551 create an output file containing the next @var{n} lines of the input
3552 file once for each repeat.
3554 @item /@var{regexp}/[@var{offset}]
3555 Create an output file containing the current line up to (but not
3556 including) the next line of the input file that contains a match for
3557 @var{regexp}.  The optional @var{offset} is an integer.
3558 If it is given, the input up to (but not including) the
3559 matching line plus or minus @var{offset} is put into the output file,
3560 and the line after that begins the next section of input.
3561 Note lines within a negative offset of a regexp pattern
3562 are not matched in subsequent regexp patterns.
3564 @item %@var{regexp}%[@var{offset}]
3565 Like the previous type, except that it does not create an output
3566 file, so that section of the input file is effectively ignored.
3568 @item @{@var{repeat-count}@}
3569 Repeat the previous pattern @var{repeat-count} additional
3570 times.  The @var{repeat-count} can either be a positive integer or an
3571 asterisk, meaning repeat as many times as necessary until the input is
3572 exhausted.
3574 @end table
3576 The output files' names consist of a prefix (@samp{xx} by default)
3577 followed by a suffix.  By default, the suffix is an ascending sequence
3578 of two-digit decimal numbers from @samp{00} to @samp{99}.  In any case,
3579 concatenating the output files in sorted order by file name produces the
3580 original input file, excluding portions skipped with a %@var{regexp}%
3581 pattern or the @option{--suppress-matched} option.
3583 By default, if @command{csplit} encounters an error or receives a hangup,
3584 interrupt, quit, or terminate signal, it removes any output files
3585 that it has created so far before it exits.
3587 The program accepts the following options.  Also see @ref{Common options}.
3589 @table @samp
3591 @item -f @var{prefix}
3592 @itemx --prefix=@var{prefix}
3593 @opindex -f
3594 @opindex --prefix
3595 @cindex output file name prefix
3596 Use @var{prefix} as the output file name prefix.
3598 @item -b @var{format}
3599 @itemx --suffix-format=@var{format}
3600 @opindex -b
3601 @opindex --suffix-format
3602 @cindex output file name suffix
3603 Use @var{format} as the output file name suffix.  When this option is
3604 specified, the suffix string must include exactly one
3605 @code{printf(3)}-style conversion specification, possibly including
3606 format specification flags, a field width, a precision specification,
3607 or all of these kinds of modifiers.  The format letter must convert a
3608 binary unsigned integer argument to readable form.  The format letters
3609 @samp{d} and @samp{i} are aliases for @samp{u}, and the
3610 @samp{u}, @samp{o}, @samp{x}, and @samp{X} conversions are allowed.  The
3611 entire @var{format} is given (with the current output file number) to
3612 @code{sprintf(3)} to form the file name suffixes for each of the
3613 individual output files in turn.  If this option is used, the
3614 @option{--digits} option is ignored.
3616 @item -n @var{digits}
3617 @itemx --digits=@var{digits}
3618 @opindex -n
3619 @opindex --digits
3620 Use output file names containing numbers that are @var{digits} digits
3621 long instead of the default 2.
3623 @item -k
3624 @itemx --keep-files
3625 @opindex -k
3626 @opindex --keep-files
3627 Do not remove output files when errors are encountered.
3629 @item --suppress-matched
3630 @opindex --suppress-matched
3631 Do not output lines matching the specified @var{pattern}.
3632 I.e., suppress the boundary line from the start of the second
3633 and subsequent splits.
3635 @item -z
3636 @itemx --elide-empty-files
3637 @opindex -z
3638 @opindex --elide-empty-files
3639 Suppress the generation of zero-length output files.  (In cases where
3640 the section delimiters of the input file are supposed to mark the first
3641 lines of each of the sections, the first output file will generally be a
3642 zero-length file unless you use this option.)  The output file sequence
3643 numbers always run consecutively starting from 0, even when this option
3644 is specified.
3646 @item -s
3647 @itemx -q
3648 @itemx --silent
3649 @itemx --quiet
3650 @opindex -s
3651 @opindex -q
3652 @opindex --silent
3653 @opindex --quiet
3654 Do not print counts of output file sizes.
3656 @end table
3658 @exitstatus
3660 Here is an example of its usage.
3661 First, create an empty directory for the exercise,
3662 and cd into it:
3664 @example
3665 $ mkdir d && cd d
3666 @end example
3668 Now, split the sequence of 1..14 on lines that end with 0 or 5:
3670 @example
3671 $ seq 14 | csplit - '/[05]$/' '@{*@}'
3675 @end example
3677 Each number printed above is the size of an output
3678 file that csplit has just created.
3679 List the names of those output files:
3681 @example
3682 $ ls
3683 xx00  xx01  xx02
3684 @end example
3686 Use @command{head} to show their contents:
3688 @example
3689 $ head xx*
3690 ==> xx00 <==
3696 ==> xx01 <==
3703 ==> xx02 <==
3709 @end example
3711 Example of splitting input by empty lines:
3713 @example
3714 $ csplit --suppress-matched @var{input.txt} '/^$/' '@{*@}'
3715 @end example
3718 @c TODO: "uniq" already supports "--group".
3719 @c        when it gets the "--key" option, uncomment this example.
3721 @c Example of splitting input file, based on the value of column 2:
3723 @c @example
3724 @c $ cat @var{input.txt} |
3725 @c       sort -k2,2 |
3726 @c       uniq --group -k2,2 |
3727 @c       csplit -m '/^$/' '@{*@}'
3728 @c @end example
3730 @node Summarizing files
3731 @chapter Summarizing files
3733 @cindex summarizing files
3735 These commands generate just a few numbers representing entire
3736 contents of files.
3738 @menu
3739 * wc invocation::               Print newline, word, and byte counts.
3740 * sum invocation::              Print checksum and block counts.
3741 * cksum invocation::            Print CRC checksum and byte counts.
3742 * b2sum invocation::            Print or check BLAKE2 digests.
3743 * md5sum invocation::           Print or check MD5 digests.
3744 * sha1sum invocation::          Print or check SHA-1 digests.
3745 * sha2 utilities::              Print or check SHA-2 digests.
3746 @end menu
3749 @node wc invocation
3750 @section @command{wc}: Print newline, word, and byte counts
3752 @pindex wc
3753 @cindex byte count
3754 @cindex character count
3755 @cindex word count
3756 @cindex line count
3758 @command{wc} counts the number of bytes, characters, words, and newlines
3759 in each given @var{file}, or standard input if none are given
3760 or for a @var{file} of @samp{-}.  A word is a nonzero length
3761 sequence of printable characters delimited by white space.  Synopsis:
3763 @example
3764 wc [@var{option}]@dots{} [@var{file}]@dots{}
3765 @end example
3767 @cindex total counts
3768 @command{wc} prints one line of counts for each file, and if the file was
3769 given as an argument, it prints the file name following the counts.  If
3770 more than one @var{file} is given, @command{wc} prints a final line
3771 containing the cumulative counts, with the file name @file{total}.  The
3772 counts are printed in this order: newlines, words, characters, bytes,
3773 maximum line length.
3774 Each count is printed right-justified in a field with at least one
3775 space between fields so that the numbers and file names normally line
3776 up nicely in columns.  The width of the count fields varies depending
3777 on the inputs, so you should not depend on a particular field width.
3778 However, as a GNU extension, if only one count is printed,
3779 it is guaranteed to be printed without leading spaces.
3781 By default, @command{wc} prints three counts: the newline, words, and byte
3782 counts.  Options can specify that only certain counts be printed.
3783 Options do not undo others previously given, so
3785 @example
3786 wc --bytes --words
3787 @end example
3789 @noindent
3790 prints both the byte counts and the word counts.
3792 With the @option{--max-line-length} option, @command{wc} prints the length
3793 of the longest line per file, and if there is more than one file it
3794 prints the maximum (not the sum) of those lengths.  The line lengths here
3795 are measured in screen columns, according to the current locale and
3796 assuming tab positions in every 8th column.
3798 The program accepts the following options.  Also see @ref{Common options}.
3800 @table @samp
3802 @item -c
3803 @itemx --bytes
3804 @opindex -c
3805 @opindex --bytes
3806 Print only the byte counts.
3808 @item -m
3809 @itemx --chars
3810 @opindex -m
3811 @opindex --chars
3812 Print only the character counts, as per the current locale.
3813 Invalid characters are not counted.
3815 @item -w
3816 @itemx --words
3817 @opindex -w
3818 @opindex --words
3819 Print only the word counts.  A word is a nonzero length
3820 sequence of printable characters separated by white space.
3822 @item -l
3823 @itemx --lines
3824 @opindex -l
3825 @opindex --lines
3826 Print only the newline character counts.
3827 Note a file without a trailing newline character,
3828 will not have that last portion included in the line count.
3830 @item -L
3831 @itemx --max-line-length
3832 @opindex -L
3833 @opindex --max-line-length
3834 Print only the maximum display widths.
3835 Tabs are set at every 8th column.
3836 Display widths of wide characters are considered.
3837 Non-printable characters are given 0 width.
3839 @macro filesZeroFromOption{cmd,withTotalOption,subListOutput}
3840 @item --files0-from=@var{file}
3841 @opindex --files0-from=@var{file}
3842 @c This is commented out to avoid a texi2dvi failure.
3843 @c texi2dvi (GNU Texinfo 4.11) 1.104
3844 @c @cindex including files from @command{\cmd\}
3845 Disallow processing files named on the command line, and instead process
3846 those named in file @var{file}; each name being terminated by a zero byte
3847 (ASCII NUL).
3848 This is useful \withTotalOption\
3849 when the list of file names is so long that it may exceed a command line
3850 length limitation.
3851 In such cases, running @command{\cmd\} via @command{xargs} is undesirable
3852 because it splits the list into pieces and makes @command{\cmd\} print
3853 \subListOutput\ for each sublist rather than for the entire list.
3854 One way to produce a list of ASCII NUL terminated file
3855 names is with GNU
3856 @command{find}, using its @option{-print0} predicate.
3857 If @var{file} is @samp{-} then the ASCII NUL terminated
3858 file names are read from standard input.
3859 @end macro
3860 @filesZeroFromOption{wc,,a total}
3862 For example, to find the length of the longest line in any @file{.c} or
3863 @file{.h} file in the current hierarchy, do this:
3865 @example
3866 find . -name '*.[ch]' -print0 |
3867   wc -L --files0-from=- | tail -n1
3868 @end example
3870 @end table
3872 @exitstatus
3875 @node sum invocation
3876 @section @command{sum}: Print checksum and block counts
3878 @pindex sum
3879 @cindex 16-bit checksum
3880 @cindex checksum, 16-bit
3882 @command{sum} computes a 16-bit checksum for each given @var{file}, or
3883 standard input if none are given or for a @var{file} of @samp{-}.  Synopsis:
3885 @example
3886 sum [@var{option}]@dots{} [@var{file}]@dots{}
3887 @end example
3889 @command{sum} prints the checksum for each @var{file} followed by the
3890 number of blocks in the file (rounded up).  If at least one @var{file}
3891 is given, file names are also printed.
3893 By default, GNU @command{sum} computes checksums using an algorithm
3894 compatible with BSD @command{sum} and prints file sizes in units of
3895 1024-byte blocks.
3897 The program accepts the following options.  Also see @ref{Common options}.
3899 @table @samp
3901 @item -r
3902 @opindex -r
3903 @cindex BSD @command{sum}
3904 Use the default (BSD compatible) algorithm.  This option is included for
3905 compatibility with the System V @command{sum}.  Unless @option{-s} was also
3906 given, it has no effect.
3908 @item -s
3909 @itemx --sysv
3910 @opindex -s
3911 @opindex --sysv
3912 @cindex System V @command{sum}
3913 Compute checksums using an algorithm compatible with System V
3914 @command{sum}'s default, and print file sizes in units of 512-byte blocks.
3916 @end table
3918 @command{sum} is provided for compatibility; the @command{cksum} program (see
3919 next section) is preferable in new applications.
3921 @exitstatus
3924 @node cksum invocation
3925 @section @command{cksum}: Print and verify file checksums
3927 @pindex cksum
3928 @cindex cyclic redundancy check
3929 @cindex CRC checksum
3930 @cindex digest
3932 @command{cksum} by default computes a cyclic redundancy check (CRC) checksum
3933 for each given @var{file}, or standard input if none are given or for a
3934 @var{file} of @samp{-}.
3936 cksum also supports the @option{-a,--algorithm} option to select the
3937 digest algorithm to use. @command{cksum} is the preferred interface
3938 to these digests, subsuming the other standalone checksumming utilities,
3939 which can be emulated using @code{cksum -a md5 --untagged "$@@"} etc.
3940 Synopsis:
3942 @example
3943 cksum [@var{option}]@dots{} [@var{file}]@dots{}
3944 @end example
3946 @command{cksum} is typically used to ensure that files have not been corrupted,
3947 by comparing the @command{cksum} output for the received files with the
3948 @command{cksum} output for the original files (typically given in the
3949 distribution).
3951 @command{cksum} by default prints the POSIX standard CRC checksum
3952 for each file along with the number of bytes in the file,
3953 and the file name unless no arguments were given.
3955 The same usage and options as the @command{b2sum}
3956 command are supported.  @xref{b2sum invocation}.
3957 In addition @command{cksum} supports the following options.
3959 @table @samp
3961 @item -a
3962 @itemx --algorithm
3963 @opindex -a
3964 @opindex --algorithm
3965 @cindex digest algorithm
3966 Compute checksums using the specified digest algorithm.
3968 Supported legacy checksums (which are not supported by @option{--check}):
3969 @example
3970 @samp{sysv}      equivalent to @command{sum -s}
3971 @samp{bsd}       equivalent to @command{sum -r}
3972 @samp{crc}       equivalent to @command{cksum} (the default)
3973 @end example
3975 Supported more modern digest algorithms are:
3976 @example
3977 @samp{md5}       equivalent to @command{md5sum}
3978 @samp{sha1}      equivalent to @command{sha1sum}
3979 @samp{sha224}    equivalent to @command{sha224sum}
3980 @samp{sha256}    equivalent to @command{sha256sum}
3981 @samp{sha384}    equivalent to @command{sha384sum}
3982 @samp{sha512}    equivalent to @command{sha512sum}
3983 @samp{blake2b}   equivalent to @command{b2sum}
3984 @samp{sm3}       only available through @command{cksum}
3985 @end example
3987 @item --debug
3988 @opindex --debug
3989 Output extra information to stderr, like the checksum implementation being used.
3991 @item --untagged
3992 @opindex --untagged
3993 Output using the original coreutils format used by the other
3994 standalone checksum utilities like @command{md5sum} for example.
3995 This format has the checksum at the start of the line, and may be
3996 more amenable to further processing by other utilities,
3997 especially in combination with the @option{--zero} option.
3998 Note this does not identify the digest algorithm used for the checksum.
3999 @xref{md5sum invocation} for details of this format.
4000 @end table
4003 @node b2sum invocation
4004 @section @command{b2sum}: Print or check BLAKE2 digests
4006 @pindex b2sum
4007 @cindex BLAKE2
4008 @cindex 512-bit checksum
4009 @cindex checksum, 512-bit
4010 @cindex fingerprint, 512-bit
4011 @cindex message-digest, 512-bit
4013 @command{b2sum} computes a 512-bit checksum for each specified
4014 @var{file}.  The same usage and options as the @command{md5sum}
4015 command are supported.  @xref{md5sum invocation}.
4016 In addition @command{b2sum} supports the following options.
4018 @table @samp
4019 @item -l
4020 @itemx --length
4021 @opindex -l
4022 @opindex --length
4023 @cindex BLAKE2 hash length
4024 Change (shorten) the default digest length.
4025 This is specified in bits and thus must be a multiple of 8.
4026 This option is ignored when @option{--check} is specified,
4027 as the length is automatically determined when checking.
4028 @end table
4030 @node md5sum invocation
4031 @section @command{md5sum}: Print or check MD5 digests
4033 @pindex md5sum
4034 @cindex MD5
4035 @cindex 128-bit checksum
4036 @cindex checksum, 128-bit
4037 @cindex fingerprint, 128-bit
4038 @cindex message-digest, 128-bit
4040 @command{md5sum} computes a 128-bit checksum (or @dfn{fingerprint} or
4041 @dfn{message-digest}) for each specified @var{file}.
4043 @macro weakHash{hash}
4044 Note: The \hash\ digest is more reliable than a simple CRC (provided by
4045 the @command{cksum} command) for detecting accidental file corruption,
4046 as the chances of accidentally having two files with identical \hash\
4047 are vanishingly small.  However, it should not be considered secure
4048 against malicious tampering: although finding a file with a given \hash\
4049 fingerprint is considered infeasible at the moment, it is known how
4050 to modify certain files, including digital certificates, so that they
4051 appear valid when signed with an \hash\ digest.  For more secure hashes,
4052 consider using SHA-2, or the newer @command{b2sum} command.
4053 @xref{sha2 utilities}. @xref{b2sum invocation}.
4054 @end macro
4055 @weakHash{MD5}
4057 If a @var{file} is specified as @samp{-} or if no files are given
4058 @command{md5sum} computes the checksum for the standard input.
4059 @command{md5sum} can also determine whether a file and checksum are
4060 consistent.  Synopsis:
4062 @example
4063 md5sum [@var{option}]@dots{} [@var{file}]@dots{}
4064 @end example
4066 For each @var{file}, @samp{md5sum} outputs by default, the MD5 checksum,
4067 a space, a flag indicating binary or text input mode, and the file name.
4068 Binary mode is indicated with @samp{*}, text mode with @samp{ } (space).
4069 Binary mode is the default on systems where it's significant,
4070 otherwise text mode is the default.  The @command{cksum} command always
4071 uses binary mode and a @samp{ } (space) flag.
4073 Without @option{--zero}, if @var{file} contains a backslash, newline,
4074 or carriage return, the line is started with a backslash, and each
4075 problematic character in the file name is escaped with a backslash,
4076 making the output unambiguous even in the presence of arbitrary file names.
4078 If @var{file} is omitted or specified as @samp{-}, standard input is read.
4080 The program accepts the following options.  Also see @ref{Common options}.
4082 @table @samp
4084 @item -b
4085 @itemx --binary
4086 @opindex -b
4087 @opindex --binary
4088 @cindex binary input files
4089 Note this option is not supported by the @command{cksum} command,
4090 as it operates in binary mode exclusively.
4091 Treat each input file as binary, by reading it in binary mode and
4092 outputting a @samp{*} flag.  This is the inverse of @option{--text}.
4093 On systems like GNU that do not distinguish between binary
4094 and text files, this option merely flags each input mode as binary:
4095 the MD5 checksum is unaffected.  This option is the default on systems
4096 like MS-DOS that distinguish between binary and text files, except
4097 for reading standard input when standard input is a terminal.
4099 @item -c
4100 @itemx --check
4101 Read file names and checksum information (not data) from each
4102 @var{file} (or from standard input if no @var{file} was specified) and report
4103 whether the checksums match the contents of the named files.
4104 The input to this mode of @command{md5sum} is usually the output of
4105 a prior, checksum-generating run of @samp{md5sum}.
4107 Three input formats are supported.  Either the default output
4108 format described above, the @option{--tag} output format,
4109 or the BSD reversed mode format which is similar to the default mode,
4110 but doesn't use a character to distinguish binary and text modes.
4112 For the @command{cksum} command, the @option{--check} option
4113 supports auto-detecting the digest algorithm to use,
4114 when presented with checksum information in the @option{--tag} output format.
4116 Output with @option{--zero} enabled is not supported by @option{--check}.
4117 @sp 1
4118 For each such line, @command{md5sum} reads the named file and computes its
4119 MD5 checksum.  Then, if the computed message digest does not match the
4120 one on the line with the file name, the file is noted as having
4121 failed the test.  Otherwise, the file passes the test.
4122 By default, for each valid line, one line is written to standard
4123 output indicating whether the named file passed the test.
4124 After all checks have been performed, if there were any failures,
4125 a warning is issued to standard error.
4126 Use the @option{--status} option to inhibit that output.
4127 If any listed file cannot be opened or read, if any valid line has
4128 an MD5 checksum inconsistent with the associated file, or if no valid
4129 line is found, @command{md5sum} exits with nonzero status.  Otherwise,
4130 it exits successfully.
4131 Note the @command{cksum} command doesn't support @option{--check}
4132 with the older @samp{sysv}, @samp{bsd}, or @samp{crc} algorithms.
4134 @item --ignore-missing
4135 @opindex --ignore-missing
4136 @cindex verifying MD5 checksums
4137 This option is useful only when verifying checksums.
4138 When verifying checksums, don't fail or report any status
4139 for missing files.  This is useful when verifying a subset
4140 of downloaded files given a larger list of checksums.
4142 @item --quiet
4143 @opindex --quiet
4144 @cindex verifying MD5 checksums
4145 This option is useful only when verifying checksums.
4146 When verifying checksums, don't generate an 'OK' message per successfully
4147 checked file.  Files that fail the verification are reported in the
4148 default one-line-per-file format.  If there is any checksum mismatch,
4149 print a warning summarizing the failures to standard error.
4151 @item --status
4152 @opindex --status
4153 @cindex verifying MD5 checksums
4154 This option is useful only when verifying checksums.
4155 When verifying checksums, don't generate the default one-line-per-file
4156 diagnostic and don't output the warning summarizing any failures.
4157 Failures to open or read a file still evoke individual diagnostics to
4158 standard error.
4159 If all listed files are readable and are consistent with the associated
4160 MD5 checksums, exit successfully.  Otherwise exit with a status code
4161 indicating there was a failure.
4163 @item --tag
4164 @opindex --tag
4165 @cindex BSD output
4166 Output BSD style checksums, which indicate the checksum algorithm used.
4167 As a GNU extension, if @option{--zero} is not used, file names with problematic
4168 characters are escaped as described above, with the same escaping indicator of
4169 @samp{\} at the start of the line, being used.
4170 The @option{--tag} option implies binary mode, and is disallowed with
4171 @option{--text} mode as supporting that would unnecessarily complicate
4172 the output format, while providing little benefit.
4173 The @command{cksum} command, uses @option{--tag} as its default output format.
4175 @item -t
4176 @itemx --text
4177 @opindex -t
4178 @opindex --text
4179 @cindex text input files
4180 Note this option is not supported by the @command{cksum} command.
4181 Treat each input file as text, by reading it in text mode and
4182 outputting a @samp{ } flag.  This is the inverse of @option{--binary}.
4183 This option is the default on systems like GNU that do not
4184 distinguish between binary and text files.  On other systems, it is
4185 the default for reading standard input when standard input is a
4186 terminal.  This mode is never defaulted to if @option{--tag} is used.
4188 @item -w
4189 @itemx --warn
4190 @opindex -w
4191 @opindex --warn
4192 @cindex verifying MD5 checksums
4193 When verifying checksums, warn about improperly formatted MD5 checksum lines.
4194 This option is useful only if all but a few lines in the checked input
4195 are valid.
4197 @item --strict
4198 @opindex --strict
4199 @cindex verifying MD5 checksums
4200 When verifying checksums,
4201 if one or more input line is invalid,
4202 exit nonzero after all warnings have been issued.
4204 @optZero
4205 Also file name escaping is not used.
4206 @end table
4208 @exitstatus
4211 @node sha1sum invocation
4212 @section @command{sha1sum}: Print or check SHA-1 digests
4214 @pindex sha1sum
4215 @cindex SHA-1
4216 @cindex 160-bit checksum
4217 @cindex checksum, 160-bit
4218 @cindex fingerprint, 160-bit
4219 @cindex message-digest, 160-bit
4221 @command{sha1sum} computes a 160-bit checksum for each specified
4222 @var{file}.  The usage and options of this command are precisely the
4223 same as for @command{md5sum}.  @xref{md5sum invocation}.
4225 @weakHash{SHA-1}
4228 @node sha2 utilities
4229 @section sha2 utilities: Print or check SHA-2 digests
4231 @pindex sha224sum
4232 @pindex sha256sum
4233 @pindex sha384sum
4234 @pindex sha512sum
4235 @cindex SHA-2
4236 @cindex 224-bit checksum
4237 @cindex 256-bit checksum
4238 @cindex 384-bit checksum
4239 @cindex 512-bit checksum
4240 @cindex checksum, 224-bit
4241 @cindex checksum, 256-bit
4242 @cindex checksum, 384-bit
4243 @cindex checksum, 512-bit
4244 @cindex fingerprint, 224-bit
4245 @cindex fingerprint, 256-bit
4246 @cindex fingerprint, 384-bit
4247 @cindex fingerprint, 512-bit
4248 @cindex message-digest, 224-bit
4249 @cindex message-digest, 256-bit
4250 @cindex message-digest, 384-bit
4251 @cindex message-digest, 512-bit
4253 The commands @command{sha224sum}, @command{sha256sum},
4254 @command{sha384sum} and @command{sha512sum} compute checksums of
4255 various lengths (respectively 224, 256, 384 and 512 bits),
4256 collectively known as the SHA-2 hashes.  The usage and options of
4257 these commands are precisely the same as for @command{md5sum}
4258 and @command{sha1sum}.
4259 @xref{md5sum invocation}.
4262 @node Operating on sorted files
4263 @chapter Operating on sorted files
4265 @cindex operating on sorted files
4266 @cindex sorted files, operations on
4268 These commands work with (or produce) sorted files.
4270 @menu
4271 * sort invocation::             Sort text files.
4272 * shuf invocation::             Shuffle text files.
4273 * uniq invocation::             Uniquify files.
4274 * comm invocation::             Compare two sorted files line by line.
4275 * ptx invocation::              Produce a permuted index of file contents.
4276 * tsort invocation::            Topological sort.
4277 @end menu
4280 @node sort invocation
4281 @section @command{sort}: Sort text files
4283 @pindex sort
4284 @cindex sorting files
4286 @command{sort} sorts, merges, or compares all the lines from the given
4287 files, or standard input if none are given or for a @var{file} of
4288 @samp{-}.  By default, @command{sort} writes the results to standard
4289 output.  Synopsis:
4291 @example
4292 sort [@var{option}]@dots{} [@var{file}]@dots{}
4293 @end example
4295 @cindex sort stability
4296 @cindex sort's last-resort comparison
4297 Many options affect how @command{sort} compares lines; if the results
4298 are unexpected, try the @option{--debug} option to see what happened.
4299 A pair of lines is compared as follows:
4300 @command{sort} compares each pair of fields (see @option{--key}), in the
4301 order specified on the command line, according to the associated
4302 ordering options, until a difference is found or no fields are left.
4303 If no key fields are specified, @command{sort} uses a default key of
4304 the entire line.  Finally, as a last resort when all keys compare
4305 equal, @command{sort} compares entire lines as if no ordering options
4306 other than @option{--reverse} (@option{-r}) were specified.  The
4307 @option{--stable} (@option{-s}) option disables this @dfn{last-resort
4308 comparison} so that lines in which all fields compare equal are left
4309 in their original relative order.  The @option{--unique}
4310 (@option{-u}) option also disables the last-resort comparison.
4311 @vindex LC_ALL
4312 @vindex LC_COLLATE
4314 Unless otherwise specified, all comparisons use the character collating
4315 sequence specified by the @env{LC_COLLATE} locale.@footnote{If you
4316 use a non-POSIX locale (e.g., by setting @env{LC_ALL}
4317 to @samp{en_US}), then @command{sort} may produce output that is sorted
4318 differently than you're accustomed to.  In that case, set the @env{LC_ALL}
4319 environment variable to @samp{C}@.  Note that setting only @env{LC_COLLATE}
4320 has two problems.  First, it is ineffective if @env{LC_ALL} is also set.
4321 Second, it has undefined behavior if @env{LC_CTYPE} (or @env{LANG}, if
4322 @env{LC_CTYPE} is unset) is set to an incompatible value.  For example,
4323 you get undefined behavior if @env{LC_CTYPE} is @code{ja_JP.PCK} but
4324 @env{LC_COLLATE} is @code{en_US.UTF-8}.}
4325 A line's trailing newline is not part of the line for comparison
4326 purposes.  If the final byte of an input file is not a newline, GNU
4327 @command{sort} silently supplies one.  GNU @command{sort} (as
4328 specified for all GNU utilities) has no limit on input line length or
4329 restrictions on bytes allowed within lines.
4331 @command{sort} has three modes of operation: sort (the default), merge,
4332 and check for sortedness.  The following options change the operation
4333 mode:
4335 @table @samp
4337 @item -c
4338 @itemx --check
4339 @itemx --check=diagnose-first
4340 @opindex -c
4341 @opindex --check
4342 @cindex checking for sortedness
4343 Check whether the given file is already sorted: if it is not all
4344 sorted, print a diagnostic containing the first out-of-order line and
4345 exit with a status of 1.
4346 Otherwise, exit successfully.
4347 At most one input file can be given.
4349 @item -C
4350 @itemx --check=quiet
4351 @itemx --check=silent
4352 @opindex -c
4353 @opindex --check
4354 @cindex checking for sortedness
4355 Exit successfully if the given file is already sorted, and
4356 exit with status 1 otherwise.
4357 At most one input file can be given.
4358 This is like @option{-c}, except it does not print a diagnostic.
4360 @item -m
4361 @itemx --merge
4362 @opindex -m
4363 @opindex --merge
4364 @cindex merging sorted files
4365 Merge the given files by sorting them as a group.  Each input file must
4366 always be individually sorted.  It always works to sort instead of
4367 merge; merging is provided because it is faster, in the case where it
4368 works.
4370 @end table
4372 @cindex exit status of @command{sort}
4373 Exit status:
4375 @display
4376 0 if no error occurred
4377 1 if invoked with @option{-c} or @option{-C} and the input is not sorted
4378 2 if an error occurred
4379 @end display
4381 @vindex TMPDIR
4382 If the environment variable @env{TMPDIR} is set, @command{sort} uses its
4383 value as the directory for temporary files instead of @file{/tmp}.  The
4384 @option{--temporary-directory} (@option{-T}) option in turn overrides
4385 the environment variable.
4387 The following options affect the ordering of output lines.  They may be
4388 specified globally or as part of a specific key field.  If no key
4389 fields are specified, global options apply to comparison of entire
4390 lines; otherwise the global options are inherited by key fields that do
4391 not specify any special options of their own.  In pre-POSIX
4392 versions of @command{sort}, global options affect only later key fields,
4393 so portable shell scripts should specify global options first.
4395 @table @samp
4397 @item -b
4398 @itemx --ignore-leading-blanks
4399 @opindex -b
4400 @opindex --ignore-leading-blanks
4401 @cindex blanks, ignoring leading
4402 @vindex LC_CTYPE
4403 Ignore leading blanks when finding sort keys in each line.
4404 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4405 can change this.  Note blanks may be ignored by your locale's collating
4406 rules, but without this option they will be significant for character
4407 positions specified in keys with the @option{-k} option.
4409 @item -d
4410 @itemx --dictionary-order
4411 @opindex -d
4412 @opindex --dictionary-order
4413 @cindex dictionary order
4414 @cindex phone directory order
4415 @cindex telephone directory order
4416 @vindex LC_CTYPE
4417 Sort in @dfn{phone directory} order: ignore all characters except
4418 letters, digits and blanks when sorting.
4419 By default letters and digits are those of ASCII and a blank
4420 is a space or a tab, but the @env{LC_CTYPE} locale can change this.
4422 @item -f
4423 @itemx --ignore-case
4424 @opindex -f
4425 @opindex --ignore-case
4426 @cindex ignoring case
4427 @cindex case folding
4428 @vindex LC_CTYPE
4429 Fold lowercase characters into the equivalent uppercase characters when
4430 comparing so that, for example, @samp{b} and @samp{B} sort as equal.
4431 The @env{LC_CTYPE} locale determines character types.
4432 When used with @option{--unique} those lower case equivalent lines are
4433 thrown away.  (There is currently no way to throw away the upper case
4434 equivalent instead.  (Any @option{--reverse} given would only affect
4435 the final result, after the throwing away.))
4437 @item -g
4438 @itemx --general-numeric-sort
4439 @itemx --sort=general-numeric
4440 @opindex -g
4441 @opindex --general-numeric-sort
4442 @opindex --sort
4443 @cindex general numeric sort
4444 @vindex LC_NUMERIC
4445 Sort numerically, converting a prefix of each line to a long
4446 double-precision floating point number.  @xref{Floating point}.
4447 Do not report overflow, underflow, or conversion errors.
4448 Use the following collating sequence:
4450 @itemize @bullet
4451 @item
4452 Lines that do not start with numbers (all considered to be equal).
4453 @item
4454 NaNs (``Not a Number'' values, in IEEE floating point arithmetic)
4455 in a consistent but machine-dependent order.
4456 @item
4457 Minus infinity.
4458 @item
4459 Finite numbers in ascending numeric order (with @math{-0} and @math{+0} equal).
4460 @item
4461 Plus infinity.
4462 @end itemize
4464 Use this option only if there is no alternative; it is much slower than
4465 @option{--numeric-sort} (@option{-n}) and it can lose information when
4466 converting to floating point.
4468 You can use this option to sort hexadecimal numbers prefixed with
4469 @samp{0x} or @samp{0X}, where those numbers are not fixed width,
4470 or of varying case.  However for hex numbers of consistent case,
4471 and left padded with @samp{0} to a consistent width, a standard
4472 lexicographic sort will be faster.
4474 @item -h
4475 @itemx --human-numeric-sort
4476 @itemx --sort=human-numeric
4477 @opindex -h
4478 @opindex --human-numeric-sort
4479 @opindex --sort
4480 @cindex human numeric sort
4481 @vindex LC_NUMERIC
4482 Sort numerically, first by numeric sign (negative, zero, or positive);
4483 then by SI suffix (either empty, or @samp{k} or @samp{K}, or
4484 one of @samp{MGTPEZY}, in that order; @pxref{Block size}); and finally
4485 by numeric value.  For example, @samp{1023M} sorts before @samp{1G}
4486 because @samp{M} (mega) precedes @samp{G} (giga) as an SI
4487 suffix.  This option sorts values that are consistently scaled to the
4488 nearest suffix, regardless of whether suffixes denote powers of 1000
4489 or 1024, and it therefore sorts the output of any single invocation of
4490 the @command{df}, @command{du}, or @command{ls} commands that are
4491 invoked with their @option{--human-readable} or @option{--si} options.
4492 The syntax for numbers is the same as for the @option{--numeric-sort}
4493 option; the SI suffix must immediately follow the number.
4494 Note also the @command{numfmt} command, which can be used to reformat
4495 numbers to human format @emph{after} the sort, thus often allowing
4496 sort to operate on more accurate numbers.
4498 @item -i
4499 @itemx --ignore-nonprinting
4500 @opindex -i
4501 @opindex --ignore-nonprinting
4502 @cindex nonprinting characters, ignoring
4503 @cindex unprintable characters, ignoring
4504 @vindex LC_CTYPE
4505 Ignore nonprinting characters.
4506 The @env{LC_CTYPE} locale determines character types.
4507 This option has no effect if the stronger @option{--dictionary-order}
4508 (@option{-d}) option is also given.
4510 @item -M
4511 @itemx --month-sort
4512 @itemx --sort=month
4513 @opindex -M
4514 @opindex --month-sort
4515 @opindex --sort
4516 @cindex months, sorting by
4517 @vindex LC_TIME
4518 An initial string, consisting of any amount of blanks, followed
4519 by a month name abbreviation, is folded to UPPER case and
4520 compared in the order @samp{JAN} < @samp{FEB} < @dots{} < @samp{DEC}@.
4521 Invalid names compare low to valid names.  The @env{LC_TIME} locale
4522 category determines the month spellings.
4523 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4524 can change this.
4526 @item -n
4527 @itemx --numeric-sort
4528 @itemx --sort=numeric
4529 @opindex -n
4530 @opindex --numeric-sort
4531 @opindex --sort
4532 @cindex numeric sort
4533 @vindex LC_NUMERIC
4534 Sort numerically.  The number begins each line and consists
4535 of optional blanks, an optional @samp{-} sign, and zero or more
4536 digits possibly separated by thousands separators, optionally followed
4537 by a decimal-point character and zero or more digits.  An empty
4538 number is treated as @samp{0}.  The @env{LC_NUMERIC}
4539 locale specifies the decimal-point character and thousands separator.
4540 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4541 can change this.
4543 Comparison is exact; there is no rounding error.
4545 Neither a leading @samp{+} nor exponential notation is recognized.
4546 To compare such strings numerically, use the
4547 @option{--general-numeric-sort} (@option{-g}) option.
4549 @item -V
4550 @itemx --version-sort
4551 @opindex -V
4552 @opindex --version-sort
4553 @cindex version number sort
4554 Sort by version name and number.  It behaves like a standard sort,
4555 except that each sequence of decimal digits is treated numerically
4556 as an index/version number.  (@xref{Version sort ordering}.)
4558 @item -r
4559 @itemx --reverse
4560 @opindex -r
4561 @opindex --reverse
4562 @cindex reverse sorting
4563 Reverse the result of comparison, so that lines with greater key values
4564 appear earlier in the output instead of later.
4566 @item -R
4567 @itemx --random-sort
4568 @itemx --sort=random
4569 @opindex -R
4570 @opindex --random-sort
4571 @opindex --sort
4572 @cindex random sort
4573 Sort by hashing the input keys and then sorting the hash values.
4574 Choose the hash function at random, ensuring that it is free of
4575 collisions so that differing keys have differing hash values.  This is
4576 like a random permutation of the inputs (@pxref{shuf invocation}),
4577 except that keys with the same value sort together.
4579 If multiple random sort fields are specified, the same random hash
4580 function is used for all fields.  To use different random hash
4581 functions for different fields, you can invoke @command{sort} more
4582 than once.
4584 The choice of hash function is affected by the
4585 @option{--random-source} option.
4587 @end table
4589 Other options are:
4591 @table @samp
4593 @item --compress-program=@var{prog}
4594 Compress any temporary files with the program @var{prog}.
4596 With no arguments, @var{prog} must compress standard input to standard
4597 output, and when given the @option{-d} option it must decompress
4598 standard input to standard output.
4600 Terminate with an error if @var{prog} exits with nonzero status.
4602 White space and the backslash character should not appear in
4603 @var{prog}; they are reserved for future use.
4605 @filesZeroFromOption{sort,,sorted output}
4607 @item -k @var{pos1}[,@var{pos2}]
4608 @itemx --key=@var{pos1}[,@var{pos2}]
4609 @opindex -k
4610 @opindex --key
4611 @cindex sort field
4612 Specify a sort field that consists of the part of the line between
4613 @var{pos1} and @var{pos2} (or the end of the line, if @var{pos2} is
4614 omitted), @emph{inclusive}.
4616 In its simplest form @var{pos} specifies a field number (starting with 1),
4617 with fields being separated by runs of blank characters, and by default
4618 those blanks being included in the comparison at the start of each field.
4619 To adjust the handling of blank characters see the @option{-b} and
4620 @option{-t} options.
4622 More generally,
4623 each @var{pos} has the form @samp{@var{f}[.@var{c}][@var{opts}]},
4624 where @var{f} is the number of the field to use, and @var{c} is the number
4625 of the first character from the beginning of the field.  Fields and character
4626 positions are numbered starting with 1; a character position of zero in
4627 @var{pos2} indicates the field's last character.  If @samp{.@var{c}} is
4628 omitted from @var{pos1}, it defaults to 1 (the beginning of the field);
4629 if omitted from @var{pos2}, it defaults to 0 (the end of the field).
4630 @var{opts} are ordering options, allowing individual keys to be sorted
4631 according to different rules; see below for details.  Keys can span
4632 multiple fields.
4634 Example:  To sort on the second field, use @option{--key=2,2}
4635 (@option{-k 2,2}).  See below for more notes on keys and more examples.
4636 See also the @option{--debug} option to help determine the part
4637 of the line being used in the sort.
4639 @item --debug
4640 Highlight the portion of each line used for sorting.
4641 Also issue warnings about questionable usage to standard error.
4643 @item --batch-size=@var{nmerge}
4644 @opindex --batch-size
4645 @cindex number of inputs to merge, nmerge
4646 Merge at most @var{nmerge} inputs at once.
4648 When @command{sort} has to merge more than @var{nmerge} inputs,
4649 it merges them in groups of @var{nmerge}, saving the result in
4650 a temporary file, which is then used as an input in a subsequent merge.
4652 A large value of @var{nmerge} may improve merge performance and decrease
4653 temporary storage utilization at the expense of increased memory usage
4654 and I/O@.  Conversely a small value of @var{nmerge} may reduce memory
4655 requirements and I/O at the expense of temporary storage consumption and
4656 merge performance.
4658 The value of @var{nmerge} must be at least 2.  The default value is
4659 currently 16, but this is implementation-dependent and may change in
4660 the future.
4662 The value of @var{nmerge} may be bounded by a resource limit for open
4663 file descriptors.  The commands @samp{ulimit -n} or @samp{getconf
4664 OPEN_MAX} may display limits for your systems; these limits may be
4665 modified further if your program already has some files open, or if
4666 the operating system has other limits on the number of open files.  If
4667 the value of @var{nmerge} exceeds the resource limit, @command{sort}
4668 silently uses a smaller value.
4670 @item -o @var{output-file}
4671 @itemx --output=@var{output-file}
4672 @opindex -o
4673 @opindex --output
4674 @cindex overwriting of input, allowed
4675 Write output to @var{output-file} instead of standard output.
4676 Normally, @command{sort} reads all input before opening
4677 @var{output-file}, so you can sort a file in place by using
4678 commands like @code{sort -o F F} and @code{cat F | sort -o F}@.
4679 However, it is often safer to output to an otherwise-unused file, as
4680 data may be lost if the system crashes or @command{sort} encounters
4681 an I/O or other serious error while a file is being sorted in place.
4682 Also, @command{sort} with @option{--merge} (@option{-m}) can open
4683 the output file before reading all input, so a command like @code{cat
4684 F | sort -m -o F - G} is not safe as @command{sort} might start
4685 writing @file{F} before @command{cat} is done reading it.
4687 @vindex POSIXLY_CORRECT
4688 On newer systems, @option{-o} cannot appear after an input file if
4689 @env{POSIXLY_CORRECT} is set, e.g., @samp{sort F -o F}@.  Portable
4690 scripts should specify @option{-o @var{output-file}} before any input
4691 files.
4693 @item --random-source=@var{file}
4694 @opindex --random-source
4695 @cindex random source for sorting
4696 Use @var{file} as a source of random data used to determine which
4697 random hash function to use with the @option{-R} option.  @xref{Random
4698 sources}.
4700 @item -s
4701 @itemx --stable
4702 @opindex -s
4703 @opindex --stable
4704 @cindex sort stability
4705 @cindex sort's last-resort comparison
4707 Make @command{sort} stable by disabling its last-resort comparison.
4708 This option has no effect if no fields or global ordering options
4709 other than @option{--reverse} (@option{-r}) are specified.
4711 @item -S @var{size}
4712 @itemx --buffer-size=@var{size}
4713 @opindex -S
4714 @opindex --buffer-size
4715 @cindex size for main memory sorting
4716 Use a main-memory sort buffer of the given @var{size}.  By default,
4717 @var{size} is in units of 1024 bytes.  Appending @samp{%} causes
4718 @var{size} to be interpreted as a percentage of physical memory.
4719 Appending @samp{K} multiplies @var{size} by 1024 (the default),
4720 @samp{M} by 1,048,576, @samp{G} by 1,073,741,824, and so on for
4721 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}@.  Appending
4722 @samp{b} causes @var{size} to be interpreted as a byte count, with no
4723 multiplication.
4725 This option can improve the performance of @command{sort} by causing it
4726 to start with a larger or smaller sort buffer than the default.
4727 However, this option affects only the initial buffer size.  The buffer
4728 grows beyond @var{size} if @command{sort} encounters input lines larger
4729 than @var{size}.
4731 @item -t @var{separator}
4732 @itemx --field-separator=@var{separator}
4733 @opindex -t
4734 @opindex --field-separator
4735 @cindex field separator character
4736 Use character @var{separator} as the field separator when finding the
4737 sort keys in each line.  By default, fields are separated by the empty
4738 string between a non-blank character and a blank character.
4739 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4740 can change this.
4742 That is, given the input line @w{@samp{ foo bar}}, @command{sort} breaks it
4743 into fields @w{@samp{ foo}} and @w{@samp{ bar}}.  The field separator is
4744 not considered to be part of either the field preceding or the field
4745 following, so with @samp{sort @w{-t " "}} the same input line has
4746 three fields: an empty field, @samp{foo}, and @samp{bar}.
4747 However, fields that extend to the end of the line,
4748 as @option{-k 2}, or fields consisting of a range, as @option{-k 2,3},
4749 retain the field separators present between the endpoints of the range.
4751 To specify ASCII NUL as the field separator,
4752 use the two-character string @samp{\0}, e.g., @samp{sort -t '\0'}.
4754 @item -T @var{tempdir}
4755 @itemx --temporary-directory=@var{tempdir}
4756 @opindex -T
4757 @opindex --temporary-directory
4758 @cindex temporary directory
4759 @vindex TMPDIR
4760 Use directory @var{tempdir} to store temporary files, overriding the
4761 @env{TMPDIR} environment variable.  If this option is given more than
4762 once, temporary files are stored in all the directories given.  If you
4763 have a large sort or merge that is I/O-bound, you can often improve
4764 performance by using this option to specify directories on different
4765 file systems.
4767 @item --parallel=@var{n}
4768 @opindex --parallel
4769 @cindex multithreaded sort
4770 Set the number of sorts run in parallel to @var{n}. By default,
4771 @var{n} is set to the number of available processors, but limited
4772 to 8, as there are diminishing performance gains after that.
4773 Note also that using @var{n} threads increases the memory usage by
4774 a factor of log @var{n}.  Also see @ref{nproc invocation}.
4776 @item -u
4777 @itemx --unique
4778 @opindex -u
4779 @opindex --unique
4780 @cindex uniquifying output
4782 Normally, output only the first of a sequence of lines that compare
4783 equal.  For the @option{--check} (@option{-c} or @option{-C}) option,
4784 check that no pair of consecutive lines compares equal.
4786 This option also disables the default last-resort comparison.
4788 The commands @code{sort -u} and @code{sort | uniq} are equivalent, but
4789 this equivalence does not extend to arbitrary @command{sort} options.
4790 For example, @code{sort -n -u} inspects only the value of the initial
4791 numeric string when checking for uniqueness, whereas @code{sort -n |
4792 uniq} inspects the entire line.  @xref{uniq invocation}.
4794 @optZeroTerminated
4795 @macro newlineFieldSeparator
4796 Note with @option{-z} the newline character is treated as a field separator.
4797 @end macro
4799 @end table
4801 Historical (BSD and System V) implementations of @command{sort} have
4802 differed in their interpretation of some options, particularly
4803 @option{-b}, @option{-f}, and @option{-n}.
4804 GNU sort follows the POSIX
4805 behavior, which is usually (but not always!) like the System V behavior.
4806 According to POSIX, @option{-n} no longer implies @option{-b}.  For
4807 consistency, @option{-M} has been changed in the same way.  This may
4808 affect the meaning of character positions in field specifications in
4809 obscure cases.  The only fix is to add an explicit @option{-b}.
4811 A position in a sort field specified with @option{-k} may have any
4812 of the option letters @samp{MbdfghinRrV} appended to it, in which case no
4813 global ordering options are inherited by that particular field.  The
4814 @option{-b} option may be independently attached to either or both of
4815 the start and end positions of a field specification, and if it is
4816 inherited from the global options it will be attached to both.
4817 If input lines can contain leading or adjacent blanks and @option{-t}
4818 is not used, then @option{-k} is typically combined with @option{-b} or
4819 an option that implicitly ignores leading blanks (@samp{Mghn}) as otherwise
4820 the varying numbers of leading blanks in fields can cause confusing results.
4822 If the start position in a sort field specifier falls after the end of
4823 the line or after the end field, the field is empty.  If the @option{-b}
4824 option was specified, the @samp{.@var{c}} part of a field specification
4825 is counted from the first nonblank character of the field.
4827 @vindex _POSIX2_VERSION
4828 @vindex POSIXLY_CORRECT
4829 On systems not conforming to POSIX 1003.1-2001,
4830 @command{sort} supports a traditional origin-zero
4831 syntax @samp{+@var{pos1} [-@var{pos2}]} for specifying sort keys.
4832 The traditional command @samp{sort +@var{a}.@var{x} -@var{b}.@var{y}}
4833 is equivalent to @samp{sort -k @var{a+1}.@var{x+1},@var{b}} if @var{y}
4834 is @samp{0} or absent, otherwise it is equivalent to @samp{sort -k
4835 @var{a+1}.@var{x+1},@var{b+1}.@var{y}}.
4837 This traditional behavior can be controlled with the
4838 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
4839 conformance}); it can also be enabled when @env{POSIXLY_CORRECT} is
4840 not set by using the traditional syntax with @samp{-@var{pos2}} present.
4842 Scripts intended for use on standard hosts should avoid traditional
4843 syntax and should use @option{-k} instead.  For example, avoid
4844 @samp{sort +2}, since it might be interpreted as either @samp{sort
4845 ./+2} or @samp{sort -k 3}.  If your script must also run on hosts that
4846 support only the traditional syntax, it can use a test like @samp{if sort
4847 -k 1 </dev/null >/dev/null 2>&1; then @dots{}} to decide which syntax
4848 to use.
4850 Here are some examples to illustrate various combinations of options.
4852 @itemize @bullet
4854 @item
4855 Sort in descending (reverse) numeric order.
4857 @example
4858 sort -n -r
4859 @end example
4861 @item
4862 Run no more than 4 sorts concurrently, using a buffer size of 10M.
4864 @example
4865 sort --parallel=4 -S 10M
4866 @end example
4868 @item
4869 Sort alphabetically, omitting the first and second fields
4870 and the blanks at the start of the third field.
4871 This uses a single key composed of the characters beginning
4872 at the start of the first nonblank character in field three
4873 and extending to the end of each line.
4875 @example
4876 sort -k 3b
4877 @end example
4879 @item
4880 Sort numerically on the second field and resolve ties by sorting
4881 alphabetically on the third and fourth characters of field five.
4882 Use @samp{:} as the field delimiter.
4884 @example
4885 sort -t : -k 2,2n -k 5.3,5.4
4886 @end example
4888 Note that if you had written @option{-k 2n} instead of @option{-k 2,2n}
4889 @command{sort} would have used all characters beginning in the second field
4890 and extending to the end of the line as the primary @emph{numeric}
4891 key.  For the large majority of applications, treating keys spanning
4892 more than one field as numeric will not do what you expect.
4894 Also note that the @samp{n} modifier was applied to the field-end
4895 specifier for the first key.  It would have been equivalent to
4896 specify @option{-k 2n,2} or @option{-k 2n,2n}.  All modifiers except
4897 @samp{b} apply to the associated @emph{field}, regardless of whether
4898 the modifier character is attached to the field-start and/or the
4899 field-end part of the key specifier.
4901 @item
4902 Sort the password file on the fifth field and ignore any
4903 leading blanks.  Sort lines with equal values in field five
4904 on the numeric user ID in field three.  Fields are separated
4905 by @samp{:}.
4907 @example
4908 sort -t : -k 5b,5 -k 3,3n /etc/passwd
4909 sort -t : -n -k 5b,5 -k 3,3 /etc/passwd
4910 sort -t : -b -k 5,5 -k 3,3n /etc/passwd
4911 @end example
4913 These three commands have equivalent effect.  The first specifies that
4914 the first key's start position ignores leading blanks and the second
4915 key is sorted numerically.  The other two commands rely on global
4916 options being inherited by sort keys that lack modifiers.  The inheritance
4917 works in this case because @option{-k 5b,5b} and @option{-k 5b,5} are
4918 equivalent, as the location of a field-end lacking a @samp{.@var{c}}
4919 character position is not affected by whether initial blanks are
4920 skipped.
4922 @item
4923 Sort a set of log files, primarily by IPv4 address and secondarily by
4924 timestamp.  If two lines' primary and secondary keys are identical,
4925 output the lines in the same order that they were input.  The log
4926 files contain lines that look like this:
4928 @example
4929 4.150.156.3 - - [01/Apr/2020:06:31:51 +0000] message 1
4930 211.24.3.231 - - [24/Apr/2020:20:17:39 +0000] message 2
4931 @end example
4933 Fields are separated by exactly one space.  Sort IPv4 addresses
4934 lexicographically, e.g., 212.61.52.2 sorts before 212.129.233.201
4935 because 61 is less than 129.
4937 @example
4938 sort -s -t ' ' -k 4.9n -k 4.5M -k 4.2n -k 4.14,4.21 file*.log |
4939 sort -s -t '.' -k 1,1n -k 2,2n -k 3,3n -k 4,4n
4940 @end example
4942 This example cannot be done with a single @command{sort} invocation,
4943 since IPv4 address components are separated by @samp{.} while dates
4944 come just after a space.  So it is broken down into two invocations of
4945 @command{sort}: the first sorts by timestamp and the second by IPv4
4946 address.  The timestamp is sorted by year, then month, then day, and
4947 finally by hour-minute-second field, using @option{-k} to isolate each
4948 field.  Except for hour-minute-second there's no need to specify the
4949 end of each key field, since the @samp{n} and @samp{M} modifiers sort
4950 based on leading prefixes that cannot cross field boundaries.  The
4951 IPv4 addresses are sorted lexicographically.  The second sort uses
4952 @samp{-s} so that ties in the primary key are broken by the secondary
4953 key; the first sort uses @samp{-s} so that the combination of the two
4954 sorts is stable.
4956 @item
4957 Generate a tags file in case-insensitive sorted order.
4959 @example
4960 find src -type f -print0 | sort -z -f | xargs -0 etags --append
4961 @end example
4963 The use of @option{-print0}, @option{-z}, and @option{-0} in this case means
4964 that file names that contain blanks or other special characters are
4965 not broken up
4966 by the sort operation.
4968 @c This example is a bit contrived and needs more explanation.
4969 @c @item
4970 @c Sort records separated by an arbitrary string by using a pipe to convert
4971 @c each record delimiter string to @samp{\0}, then using sort's -z option,
4972 @c and converting each @samp{\0} back to the original record delimiter.
4974 @c @example
4975 @c printf 'c\n\nb\n\na\n' |
4976 @c perl -0pe 's/\n\n/\n\0/g' |
4977 @c sort -z |
4978 @c perl -0pe 's/\0/\n/g'
4979 @c @end example
4981 @item
4982 Use the common DSU, Decorate Sort Undecorate idiom to
4983 sort lines according to their length.
4985 @example
4986 awk '@{print length, $0@}' /etc/passwd | sort -n | cut -f2- -d' '
4987 @end example
4989 In general this technique can be used to sort data that the @command{sort}
4990 command does not support, or is inefficient at, sorting directly.
4992 @item
4993 Shuffle a list of directories, but preserve the order of files within
4994 each directory.  For instance, one could use this to generate a music
4995 playlist in which albums are shuffled but the songs of each album are
4996 played in order.
4998 @example
4999 ls */* | sort -t / -k 1,1R -k 2,2
5000 @end example
5002 @end itemize
5005 @node shuf invocation
5006 @section @command{shuf}: Shuffling text
5008 @pindex shuf
5009 @cindex shuffling files
5011 @command{shuf} shuffles its input by outputting a random permutation
5012 of its input lines.  Each output permutation is equally likely.
5013 Synopses:
5015 @example
5016 shuf [@var{option}]@dots{} [@var{file}]
5017 shuf -e [@var{option}]@dots{} [@var{arg}]@dots{}
5018 shuf -i @var{lo}-@var{hi} [@var{option}]@dots{}
5019 @end example
5021 @command{shuf} has three modes of operation that affect where it
5022 obtains its input lines.  By default, it reads lines from standard
5023 input.  The following options change the operation mode:
5025 @table @samp
5027 @item -e
5028 @itemx --echo
5029 @opindex -c
5030 @opindex --echo
5031 @cindex command-line operands to shuffle
5032 Treat each command-line operand as an input line.
5034 @item -i @var{lo}-@var{hi}
5035 @itemx --input-range=@var{lo}-@var{hi}
5036 @opindex -i
5037 @opindex --input-range
5038 @cindex input range to shuffle
5039 Act as if input came from a file containing the range of unsigned
5040 decimal integers @var{lo}@dots{}@var{hi}, one per line.
5042 @end table
5044 @command{shuf}'s other options can affect its behavior in all
5045 operation modes:
5047 @table @samp
5049 @item -n @var{count}
5050 @itemx --head-count=@var{count}
5051 @opindex -n
5052 @opindex --head-count
5053 @cindex head of output
5054 Output at most @var{count} lines.  By default, all input lines are
5055 output.
5057 @item -o @var{output-file}
5058 @itemx --output=@var{output-file}
5059 @opindex -o
5060 @opindex --output
5061 @cindex overwriting of input, allowed
5062 Write output to @var{output-file} instead of standard output.
5063 @command{shuf} reads all input before opening
5064 @var{output-file}, so you can safely shuffle a file in place by using
5065 commands like @code{shuf -o F <F} and @code{cat F | shuf -o F}.
5067 @item --random-source=@var{file}
5068 @opindex --random-source
5069 @cindex random source for shuffling
5070 Use @var{file} as a source of random data used to determine which
5071 permutation to generate.  @xref{Random sources}.
5073 @item -r
5074 @itemx --repeat
5075 @opindex -r
5076 @opindex --repeat
5077 @cindex repeat output values
5078 Repeat output values, that is, select with replacement.  With this
5079 option the output is not a permutation of the input; instead, each
5080 output line is randomly chosen from all the inputs.  This option is
5081 typically combined with @option{--head-count}; if
5082 @option{--head-count} is not given, @command{shuf} repeats
5083 indefinitely.
5085 @optZeroTerminated
5087 @end table
5089 For example:
5091 @example
5092 shuf <<EOF
5093 A man,
5094 a plan,
5095 a canal:
5096 Panama!
5098 @end example
5100 @noindent
5101 might produce the output
5103 @example
5104 Panama!
5105 A man,
5106 a canal:
5107 a plan,
5108 @end example
5110 @noindent
5111 Similarly, the command:
5113 @example
5114 shuf -e clubs hearts diamonds spades
5115 @end example
5117 @noindent
5118 might output:
5120 @example
5121 clubs
5122 diamonds
5123 spades
5124 hearts
5125 @end example
5127 @noindent
5128 and the command @samp{shuf -i 1-4} might output:
5130 @example
5135 @end example
5137 @noindent
5138 The above examples all have four input lines, so @command{shuf} might
5139 produce any of the twenty-four possible permutations of the input.  In
5140 general, if there are @var{n} input lines, there are @var{n}! (i.e.,
5141 @var{n} factorial, or @var{n} * (@var{n} - 1) * @dots{} * 1) possible
5142 output permutations.
5144 @noindent
5145 To output 50 random numbers each in the range 0 through 9, use:
5147 @example
5148 shuf -r -n 50 -i 0-9
5149 @end example
5151 @noindent
5152 To simulate 100 coin flips, use:
5154 @example
5155 shuf -r -n 100 -e Head Tail
5156 @end example
5158 @exitstatus
5161 @node uniq invocation
5162 @section @command{uniq}: Uniquify files
5164 @pindex uniq
5165 @cindex uniquify files
5167 @command{uniq} writes the unique lines in the given @file{input}, or
5168 standard input if nothing is given or for an @var{input} name of
5169 @samp{-}.  Synopsis:
5171 @example
5172 uniq [@var{option}]@dots{} [@var{input} [@var{output}]]
5173 @end example
5175 By default, @command{uniq} prints its input lines, except that
5176 it discards all but the first of adjacent repeated lines, so that
5177 no output lines are repeated.  Optionally, it can instead discard
5178 lines that are not repeated, or all repeated lines.
5180 The input need not be sorted, but repeated input lines are detected
5181 only if they are adjacent.  If you want to discard non-adjacent
5182 duplicate lines, perhaps you want to use @code{sort -u}.
5183 @xref{sort invocation}.
5185 @vindex LC_COLLATE
5186 Comparisons honor the rules specified by the @env{LC_COLLATE}
5187 locale category.
5189 If no @var{output} file is specified, @command{uniq} writes to standard
5190 output.
5192 The program accepts the following options.  Also see @ref{Common options}.
5194 @table @samp
5196 @item -f @var{n}
5197 @itemx --skip-fields=@var{n}
5198 @opindex -f
5199 @opindex --skip-fields
5200 Skip @var{n} fields on each line before checking for uniqueness.  Use
5201 a null string for comparison if a line has fewer than @var{n} fields.  Fields
5202 are sequences of non-space non-tab characters that are separated from
5203 each other by at least one space or tab.
5205 For compatibility @command{uniq} supports a traditional option syntax
5206 @option{-@var{n}}.  New scripts should use @option{-f @var{n}} instead.
5208 @item -s @var{n}
5209 @itemx --skip-chars=@var{n}
5210 @opindex -s
5211 @opindex --skip-chars
5212 Skip @var{n} characters before checking for uniqueness.  Use a null string
5213 for comparison if a line has fewer than @var{n} characters.  If you use both
5214 the field and character skipping options, fields are skipped over first.
5216 @vindex _POSIX2_VERSION
5217 On systems not conforming to POSIX 1003.1-2001,
5218 @command{uniq} supports a traditional option syntax
5219 @option{+@var{n}}.
5220 Although this traditional behavior can be controlled with the
5221 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
5222 conformance}), portable scripts should avoid commands whose
5223 behavior depends on this variable.
5224 For example, use @samp{uniq ./+10} or @samp{uniq -s 10} rather than
5225 the ambiguous @samp{uniq +10}.
5227 @item -c
5228 @itemx --count
5229 @opindex -c
5230 @opindex --count
5231 Print the number of times each line occurred along with the line.
5233 @item -i
5234 @itemx --ignore-case
5235 @opindex -i
5236 @opindex --ignore-case
5237 Ignore differences in case when comparing lines.
5239 @item -d
5240 @itemx --repeated
5241 @opindex -d
5242 @opindex --repeated
5243 @cindex repeated lines, outputting
5244 Discard lines that are not repeated.  When used by itself, this option
5245 causes @command{uniq} to print the first copy of each repeated line,
5246 and nothing else.
5248 @item -D
5249 @itemx --all-repeated[=@var{delimit-method}]
5250 @opindex -D
5251 @opindex --all-repeated
5252 @cindex all repeated lines, outputting
5253 Do not discard the second and subsequent repeated input lines,
5254 but discard lines that are not repeated.
5255 This option is useful mainly in conjunction with other options e.g.,
5256 to ignore case or to compare only selected fields.
5257 The optional @var{delimit-method}, supported with the long form option,
5258 specifies how to delimit groups of repeated lines, and must be one of the
5259 following:
5261 @table @samp
5263 @item none
5264 Do not delimit groups of repeated lines.
5265 This is equivalent to @option{--all-repeated} (@option{-D}).
5267 @item prepend
5268 Output a newline before each group of repeated lines.
5269 @macro nulOutputNote
5270 With @option{--zero-terminated} (@option{-z}), use a zero
5271 byte (ASCII NUL) instead of a newline as the delimiter.
5272 @end macro
5273 @nulOutputNote
5275 @item separate
5276 Separate groups of repeated lines with a single newline.
5277 This is the same as using @samp{prepend}, except that
5278 no delimiter is inserted before the first group, and hence
5279 may be better suited for output direct to users.
5280 @nulOutputNote
5281 @end table
5283 @macro ambiguousGroupNote
5284 Note that when groups are delimited and the input stream contains
5285 blank lines, then the output is ambiguous.
5286 To avoid that, filter the input through @samp{tr -s '\\n'} to
5287 remove blank lines.
5288 @end macro
5289 @ambiguousGroupNote
5291 This is a GNU extension.
5292 @c FIXME: give an example showing *how* it's useful
5294 @item --group[=@var{delimit-method}]
5295 @opindex --group
5296 @cindex all lines, grouping
5297 Output all lines, and delimit each unique group.
5298 @nulOutputNote
5299 The optional @var{delimit-method} specifies how to delimit
5300 groups, and must be one of the following:
5302 @table @samp
5304 @item separate
5305 Separate unique groups with a single delimiter.
5306 This is the default delimiting method if none is specified,
5307 and better suited for output direct to users.
5309 @item prepend
5310 Output a delimiter before each group of unique items.
5312 @item append
5313 Output a delimiter after each group of unique items.
5315 @item both
5316 Output a delimiter around each group of unique items.
5317 @end table
5319 @ambiguousGroupNote
5321 This is a GNU extension.
5323 @item -u
5324 @itemx --unique
5325 @opindex -u
5326 @opindex --unique
5327 @cindex unique lines, outputting
5328 Discard the last line that would be output for a repeated input group.
5329 When used by itself, this option causes @command{uniq} to print unique
5330 lines, and nothing else.
5332 @item -w @var{n}
5333 @itemx --check-chars=@var{n}
5334 @opindex -w
5335 @opindex --check-chars
5336 Compare at most @var{n} characters on each line (after skipping any specified
5337 fields and characters).  By default the entire rest of the lines are
5338 compared.
5340 @optZeroTerminated
5341 @newlineFieldSeparator
5343 @end table
5345 @exitstatus
5348 @node comm invocation
5349 @section @command{comm}: Compare two sorted files line by line
5351 @pindex comm
5352 @cindex line-by-line comparison
5353 @cindex comparing sorted files
5355 @command{comm} writes to standard output lines that are common, and lines
5356 that are unique, to two input files; a file name of @samp{-} means
5357 standard input.  Synopsis:
5359 @example
5360 comm [@var{option}]@dots{} @var{file1} @var{file2}
5361 @end example
5363 @vindex LC_COLLATE
5364 Before @command{comm} can be used, the input files must be sorted using the
5365 collating sequence specified by the @env{LC_COLLATE} locale.
5366 If an input file ends in a non-newline
5367 character, a newline is silently appended.  The @command{sort} command with
5368 no options always outputs a file that is suitable input to @command{comm}.
5370 @cindex differing lines
5371 @cindex common lines
5372 With no options, @command{comm} produces three-column output.  Column one
5373 contains lines unique to @var{file1}, column two contains lines unique
5374 to @var{file2}, and column three contains lines common to both files.
5375 Columns are separated by a single TAB character.
5376 @c FIXME: when there's an option to supply an alternative separator
5377 @c string, append "by default" to the above sentence.
5379 @opindex -1
5380 @opindex -2
5381 @opindex -3
5382 The options @option{-1}, @option{-2}, and @option{-3} suppress printing of
5383 the corresponding columns (and separators).  Also see @ref{Common options}.
5385 Unlike some other comparison utilities, @command{comm} has an exit
5386 status that does not depend on the result of the comparison.
5387 Upon normal completion @command{comm} produces an exit code of zero.
5388 If there is an error it exits with nonzero status.
5390 @macro checkOrderOption{cmd}
5391 If the @option{--check-order} option is given, unsorted inputs will
5392 cause a fatal error message.  If the option @option{--nocheck-order}
5393 is given, unsorted inputs will never cause an error message.  If neither
5394 of these options is given, wrongly sorted inputs are diagnosed
5395 only if an input file is found to contain unpairable
5396 @ifset JOIN_COMMAND
5397 lines, and when both input files are non empty.
5398 @end ifset
5399 @ifclear JOIN_COMMAND
5400 lines.
5401 @end ifclear
5402 If an input file is diagnosed as being unsorted, the @command{\cmd\}
5403 command will exit with a nonzero status (and the output should not be used).
5405 Forcing @command{\cmd\} to process wrongly sorted input files
5406 containing unpairable lines by specifying @option{--nocheck-order} is
5407 not guaranteed to produce any particular output.  The output will
5408 probably not correspond with whatever you hoped it would be.
5409 @end macro
5410 @checkOrderOption{comm}
5412 @table @samp
5414 @item --check-order
5415 Fail with an error message if either input file is wrongly ordered.
5417 @item --nocheck-order
5418 Do not check that both input files are in sorted order.
5420 Other options are:
5422 @item --output-delimiter=@var{str}
5423 Print @var{str} between adjacent output columns,
5424 rather than the default of a single TAB character.
5426 The delimiter @var{str} may not be empty.
5428 @item --total
5429 Output a summary at the end.
5431 Similar to the regular output,
5432 column one contains the total number of lines unique to @var{file1},
5433 column two contains the total number of lines unique to @var{file2}, and
5434 column three contains the total number of lines common to both files,
5435 followed by the word @samp{total} in the additional column four.
5437 In the following example, @command{comm} omits the regular output
5438 (@option{-123}), thus just printing the summary:
5440 @example
5441 $ printf '%s\n' a b c d e     > file1
5442 $ printf '%s\n'   b c d e f g > file2
5443 $ comm --total -123 file1 file2
5444 1       2       4       total
5445 @end example
5447 This option is a GNU extension.  Portable scripts should use @command{wc} to
5448 get the totals, e.g. for the above example files:
5450 @example
5451 $ comm -23 file1 file2 | wc -l    # number of lines only in file1
5453 $ comm -13 file1 file2 | wc -l    # number of lines only in file2
5455 $ comm -12 file1 file2 | wc -l    # number of lines common to both files
5457 @end example
5459 @optZeroTerminated
5461 @end table
5463 @node ptx invocation
5464 @section @command{ptx}: Produce permuted indexes
5466 @pindex ptx
5468 @command{ptx} reads a text file and essentially produces a permuted index, with
5469 each keyword in its context.  The calling sketch is either one of:
5471 @example
5472 ptx [@var{option} @dots{}] [@var{file} @dots{}]
5473 ptx -G [@var{option} @dots{}] [@var{input} [@var{output}]]
5474 @end example
5476 The @option{-G} (or its equivalent: @option{--traditional}) option disables
5477 all GNU extensions and reverts to traditional mode, thus introducing some
5478 limitations and changing several of the program's default option values.
5479 When @option{-G} is not specified, GNU extensions are always enabled.
5480 GNU extensions to @command{ptx} are documented wherever appropriate in this
5481 document.  @xref{Compatibility in ptx}, for the full list.
5483 Individual options are explained in the following sections.
5485 When GNU extensions are enabled, there may be zero, one or several
5486 @var{file}s after the options.  If there is no @var{file}, the program
5487 reads the standard input.  If there is one or several @var{file}s, they
5488 give the name of input files which are all read in turn, as if all the
5489 input files were concatenated.  However, there is a full contextual
5490 break between each file and, when automatic referencing is requested,
5491 file names and line numbers refer to individual text input files.  In
5492 all cases, the program outputs the permuted index to the standard
5493 output.
5495 When GNU extensions are @emph{not} enabled, that is, when the program
5496 operates in traditional mode, there may be zero, one or two parameters
5497 besides the options.  If there are no parameters, the program reads the
5498 standard input and outputs the permuted index to the standard output.
5499 If there is only one parameter, it names the text @var{input} to be read
5500 instead of the standard input.  If two parameters are given, they give
5501 respectively the name of the @var{input} file to read and the name of
5502 the @var{output} file to produce.  @emph{Be very careful} to note that,
5503 in this case, the contents of file given by the second parameter is
5504 destroyed.  This behavior is dictated by System V @command{ptx}
5505 compatibility; GNU Standards normally discourage output parameters not
5506 introduced by an option.
5508 Note that for @emph{any} file named as the value of an option or as an
5509 input text file, a single dash @samp{-} may be used, in which case
5510 standard input is assumed.  However, it would not make sense to use this
5511 convention more than once per program invocation.
5513 @menu
5514 * General options in ptx::      Options which affect general program behavior.
5515 * Charset selection in ptx::    Underlying character set considerations.
5516 * Input processing in ptx::     Input fields, contexts, and keyword selection.
5517 * Output formatting in ptx::    Types of output format, and sizing the fields.
5518 * Compatibility in ptx::
5519 @end menu
5522 @node General options in ptx
5523 @subsection General options
5525 @table @samp
5527 @item -G
5528 @itemx --traditional
5529 As already explained, this option disables all GNU extensions to
5530 @command{ptx} and switches to traditional mode.
5532 @item --help
5533 Print a short help on standard output, then exit without further
5534 processing.
5536 @item --version
5537 Print the program version on standard output, then exit without further
5538 processing.
5540 @end table
5542 @exitstatus
5545 @node Charset selection in ptx
5546 @subsection Charset selection
5548 As it is set up now, @command{ptx} assumes that the input file is coded
5549 using 8-bit characters, and it may not work well in multibyte locales.
5550 In a single-byte locale, the default regular expression
5551 for a keyword allows foreign or diacriticized letters.  Keyword sorting,
5552 however, is still crude; it obeys the underlying character set ordering
5553 quite blindly.
5555 The output of @command{ptx} assumes the locale's character encoding.
5556 For example, with @command{ptx}'s @option{-T} option, if the locale
5557 uses the Latin-1 encoding you may need a LaTeX directive like
5558 @samp{\usepackage[latin1]@{inputenc@}} to render non-ASCII characters
5559 correctly.
5561 @table @samp
5563 @item -f
5564 @itemx --ignore-case
5565 @opindex -f
5566 @opindex --ignore-case
5567 Fold lower case letters to upper case for sorting.
5569 @end table
5572 @node Input processing in ptx
5573 @subsection Word selection and input processing
5575 @table @samp
5577 @item -b @var{file}
5578 @itemx --break-file=@var{file}
5579 @opindex -b
5580 @opindex --break-file
5582 This option provides an alternative (to @option{-W}) method of describing
5583 which characters make up words.  It introduces the name of a
5584 file which contains a list of characters which can@emph{not} be part of
5585 one word; this file is called the @dfn{Break file}.  Any character which
5586 is not part of the Break file is a word constituent.  If both options
5587 @option{-b} and @option{-W} are specified, then @option{-W} has precedence and
5588 @option{-b} is ignored.
5590 When GNU extensions are enabled, the only way to avoid newline as a
5591 break character is to write all the break characters in the file with no
5592 newline at all, not even at the end of the file.  When GNU extensions
5593 are disabled, spaces, tabs and newlines are always considered as break
5594 characters even if not included in the Break file.
5596 @item -i @var{file}
5597 @itemx --ignore-file=@var{file}
5598 @opindex -i
5599 @opindex --ignore-file
5601 The file associated with this option contains a list of words which will
5602 never be taken as keywords in concordance output.  It is called the
5603 @dfn{Ignore file}.  The file contains exactly one word in each line; the
5604 end of line separation of words is not subject to the value of the
5605 @option{-S} option.
5607 @item -o @var{file}
5608 @itemx --only-file=@var{file}
5609 @opindex -o
5610 @opindex --only-file
5612 The file associated with this option contains a list of words which will
5613 be retained in concordance output; any word not mentioned in this file
5614 is ignored.  The file is called the @dfn{Only file}.  The file contains
5615 exactly one word in each line; the end of line separation of words is
5616 not subject to the value of the @option{-S} option.
5618 There is no default for the Only file.  When both an Only file and an
5619 Ignore file are specified, a word is considered a keyword only
5620 if it is listed in the Only file and not in the Ignore file.
5622 @item -r
5623 @itemx --references
5624 @opindex -r
5625 @opindex --references
5627 On each input line, the leading sequence of non-white space characters will be
5628 taken to be a reference that has the purpose of identifying this input
5629 line in the resulting permuted index.
5630 @xref{Output formatting in ptx},
5631 for more information about reference production.
5632 Using this option changes the default value for option @option{-S}.
5634 Using this option, the program does not try very hard to remove
5635 references from contexts in output, but it succeeds in doing so
5636 @emph{when} the context ends exactly at the newline.  If option
5637 @option{-r} is used with @option{-S} default value, or when GNU extensions
5638 are disabled, this condition is always met and references are completely
5639 excluded from the output contexts.
5641 @item -S @var{regexp}
5642 @itemx --sentence-regexp=@var{regexp}
5643 @opindex -S
5644 @opindex --sentence-regexp
5646 This option selects which regular expression will describe the end of a
5647 line or the end of a sentence.  In fact, this regular expression is not
5648 the only distinction between end of lines or end of sentences, and input
5649 line boundaries have no special significance outside this option.  By
5650 default, when GNU extensions are enabled and if @option{-r} option is not
5651 used, end of sentences are used.  In this case, this @var{regex} is
5652 imported from GNU Emacs:
5654 @example
5655 [.?!][]\"')@}]*\\($\\|\t\\|  \\)[ \t\n]*
5656 @end example
5658 Whenever GNU extensions are disabled or if @option{-r} option is used, end
5659 of lines are used; in this case, the default @var{regexp} is just:
5661 @example
5663 @end example
5665 Using an empty @var{regexp} is equivalent to completely disabling end of
5666 line or end of sentence recognition.  In this case, the whole file is
5667 considered to be a single big line or sentence.  The user might want to
5668 disallow all truncation flag generation as well, through option @option{-F
5669 ""}.  @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5670 Manual}.
5672 When the keywords happen to be near the beginning of the input line or
5673 sentence, this often creates an unused area at the beginning of the
5674 output context line; when the keywords happen to be near the end of the
5675 input line or sentence, this often creates an unused area at the end of
5676 the output context line.  The program tries to fill those unused areas
5677 by wrapping around context in them; the tail of the input line or
5678 sentence is used to fill the unused area on the left of the output line;
5679 the head of the input line or sentence is used to fill the unused area
5680 on the right of the output line.
5682 As a matter of convenience to the user, many usual backslashed escape
5683 sequences from the C language are recognized and converted to the
5684 corresponding characters by @command{ptx} itself.
5686 @item -W @var{regexp}
5687 @itemx --word-regexp=@var{regexp}
5688 @opindex -W
5689 @opindex --word-regexp
5691 This option selects which regular expression will describe each keyword.
5692 By default, if GNU extensions are enabled, a word is a sequence of
5693 letters; the @var{regexp} used is @samp{\w+}.  When GNU extensions are
5694 disabled, a word is by default anything which ends with a space, a tab
5695 or a newline; the @var{regexp} used is @samp{[^ \t\n]+}.
5697 An empty @var{regexp} is equivalent to not using this option.
5698 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5699 Manual}.
5701 As a matter of convenience to the user, many usual backslashed escape
5702 sequences, as found in the C language, are recognized and converted to
5703 the corresponding characters by @command{ptx} itself.
5705 @end table
5708 @node Output formatting in ptx
5709 @subsection Output formatting
5711 Output format is mainly controlled by the @option{-O} and @option{-T} options
5712 described in the table below.  When neither @option{-O} nor @option{-T} are
5713 selected, and if GNU extensions are enabled, the program chooses an
5714 output format suitable for a dumb terminal.  Each keyword occurrence is
5715 output to the center of one line, surrounded by its left and right
5716 contexts.  Each field is properly justified, so the concordance output
5717 can be readily observed.  As a special feature, if automatic
5718 references are selected by option @option{-A} and are output before the
5719 left context, that is, if option @option{-R} is @emph{not} selected, then
5720 a colon is added after the reference; this nicely interfaces with GNU
5721 Emacs @code{next-error} processing.  In this default output format, each
5722 white space character, like newline and tab, is merely changed to
5723 exactly one space, with no special attempt to compress consecutive
5724 spaces.  This might change in the future.  Except for those white space
5725 characters, every other character of the underlying set of 256
5726 characters is transmitted verbatim.
5728 Output format is further controlled by the following options.
5730 @table @samp
5732 @item -g @var{number}
5733 @itemx --gap-size=@var{number}
5734 @opindex -g
5735 @opindex --gap-size
5737 Select the size of the minimum white space gap between the fields on the
5738 output line.
5740 @item -w @var{number}
5741 @itemx --width=@var{number}
5742 @opindex -w
5743 @opindex --width
5745 Select the maximum output width of each final line.  If references are
5746 used, they are included or excluded from the maximum output width
5747 depending on the value of option @option{-R}@.  If this option is not
5748 selected, that is, when references are output before the left context,
5749 the maximum output width takes into account the maximum length of all
5750 references.  If this option is selected, that is, when references are
5751 output after the right context, the maximum output width does not take
5752 into account the space taken by references, nor the gap that precedes
5753 them.
5755 @item -A
5756 @itemx --auto-reference
5757 @opindex -A
5758 @opindex --auto-reference
5760 Select automatic references.  Each input line will have an automatic
5761 reference made up of the file name and the line ordinal, with a single
5762 colon between them.  However, the file name will be empty when standard
5763 input is being read.  If both @option{-A} and @option{-r} are selected, then
5764 the input reference is still read and skipped, but the automatic
5765 reference is used at output time, overriding the input reference.
5767 @item -R
5768 @itemx --right-side-refs
5769 @opindex -R
5770 @opindex --right-side-refs
5772 In the default output format, when option @option{-R} is not used, any
5773 references produced by the effect of options @option{-r} or @option{-A} are
5774 placed to the far right of output lines, after the right context.  With
5775 default output format, when the @option{-R} option is specified, references
5776 are rather placed at the beginning of each output line, before the left
5777 context.  For any other output format, option @option{-R} is
5778 ignored, with one exception:  with @option{-R} the width of references
5779 is @emph{not} taken into account in total output width given by @option{-w}.
5781 This option is automatically selected whenever GNU extensions are
5782 disabled.
5784 @item -F @var{string}
5785 @itemx --flag-truncation=@var{string}
5786 @opindex -F
5787 @opindex --flag-truncation
5789 This option will request that any truncation in the output be reported
5790 using the string @var{string}.  Most output fields theoretically extend
5791 towards the beginning or the end of the current line, or current
5792 sentence, as selected with option @option{-S}@.  But there is a maximum
5793 allowed output line width, changeable through option @option{-w}, which is
5794 further divided into space for various output fields.  When a field has
5795 to be truncated because it cannot extend beyond the beginning or the end of
5796 the current line to fit in, then a truncation occurs.  By default,
5797 the string used is a single slash, as in @option{-F /}.
5799 @var{string} may have more than one character, as in @option{-F @dots{}}.
5800 Also, in the particular case when @var{string} is empty (@option{-F ""}),
5801 truncation flagging is disabled, and no truncation marks are appended in
5802 this case.
5804 As a matter of convenience to the user, many usual backslashed escape
5805 sequences, as found in the C language, are recognized and converted to
5806 the corresponding characters by @command{ptx} itself.
5808 @item -M @var{string}
5809 @itemx --macro-name=@var{string}
5810 @opindex -M
5811 @opindex --macro-name
5813 Select another @var{string} to be used instead of @samp{xx}, while
5814 generating output suitable for @command{nroff}, @command{troff} or @TeX{}.
5816 @item -O
5817 @itemx --format=roff
5818 @opindex -O
5819 @opindex --format=roff
5821 Choose an output format suitable for @command{nroff} or @command{troff}
5822 processing.  Each output line will look like:
5824 @example
5825 .xx "@var{tail}" "@var{before}" "@var{keyword_and_after}"@c
5826  "@var{head}" "@var{ref}"
5827 @end example
5829 so it will be possible to write a @samp{.xx} roff macro to take care of
5830 the output typesetting.  This is the default output format when GNU
5831 extensions are disabled.  Option @option{-M} can be used to change
5832 @samp{xx} to another macro name.
5834 In this output format, each non-graphical character, like newline and
5835 tab, is merely changed to exactly one space, with no special attempt to
5836 compress consecutive spaces.  Each quote character @samp{"} is doubled
5837 so it will be correctly processed by @command{nroff} or @command{troff}.
5839 @item -T
5840 @itemx --format=tex
5841 @opindex -T
5842 @opindex --format=tex
5844 Choose an output format suitable for @TeX{} processing.  Each output
5845 line will look like:
5847 @example
5848 \xx @{@var{tail}@}@{@var{before}@}@{@var{keyword}@}@c
5849 @{@var{after}@}@{@var{head}@}@{@var{ref}@}
5850 @end example
5852 @noindent
5853 so it will be possible to write a @code{\xx} definition to take care of
5854 the output typesetting.  Note that when references are not being
5855 produced, that is, neither option @option{-A} nor option @option{-r} is
5856 selected, the last parameter of each @code{\xx} call is inhibited.
5857 Option @option{-M} can be used to change @samp{xx} to another macro
5858 name.
5860 In this output format, some special characters, like @samp{$}, @samp{%},
5861 @samp{&}, @samp{#} and @samp{_} are automatically protected with a
5862 backslash.  Curly brackets @samp{@{}, @samp{@}} are protected with a
5863 backslash and a pair of dollar signs (to force mathematical mode).  The
5864 backslash itself produces the sequence @code{\backslash@{@}}.
5865 Circumflex and tilde diacritical marks produce the sequence @code{^\@{ @}} and
5866 @code{~\@{ @}} respectively.  Other diacriticized characters of the
5867 underlying character set produce an appropriate @TeX{} sequence as far
5868 as possible.  The other non-graphical characters, like newline and tab,
5869 and all other characters which are not part of ASCII, are merely
5870 changed to exactly one space, with no special attempt to compress
5871 consecutive spaces.  Let me know how to improve this special character
5872 processing for @TeX{}.
5874 @end table
5877 @node Compatibility in ptx
5878 @subsection The GNU extensions to @command{ptx}
5880 This version of @command{ptx} contains a few features which do not exist in
5881 System V @command{ptx}.  These extra features are suppressed by using the
5882 @option{-G} command line option, unless overridden by other command line
5883 options.  Some GNU extensions cannot be recovered by overriding, so the
5884 simple rule is to avoid @option{-G} if you care about GNU extensions.
5885 Here are the differences between this program and System V @command{ptx}.
5887 @itemize @bullet
5889 @item
5890 This program can read many input files at once, it always writes the
5891 resulting concordance on standard output.  On the other hand, System V
5892 @command{ptx} reads only one file and sends the result to standard output
5893 or, if a second @var{file} parameter is given on the command, to that
5894 @var{file}.
5896 Having output parameters not introduced by options is a dangerous
5897 practice which GNU avoids as far as possible.  So, for using @command{ptx}
5898 portably between GNU and System V, you should always use it with a
5899 single input file, and always expect the result on standard output.  You
5900 might also want to automatically configure in a @option{-G} option to
5901 @command{ptx} calls in products using @command{ptx}, if the configurator finds
5902 that the installed @command{ptx} accepts @option{-G}.
5904 @item
5905 The only options available in System V @command{ptx} are options @option{-b},
5906 @option{-f}, @option{-g}, @option{-i}, @option{-o}, @option{-r}, @option{-t} and
5907 @option{-w}.  All other options are GNU extensions and are not repeated in
5908 this enumeration.  Moreover, some options have a slightly different
5909 meaning when GNU extensions are enabled, as explained below.
5911 @item
5912 By default, concordance output is not formatted for @command{troff} or
5913 @command{nroff}.  It is rather formatted for a dumb terminal.  @command{troff}
5914 or @command{nroff} output may still be selected through option @option{-O}.
5916 @item
5917 Unless @option{-R} option is used, the maximum reference width is
5918 subtracted from the total output line width.  With GNU extensions
5919 disabled, width of references is not taken into account in the output
5920 line width computations.
5922 @item
5923 All 256 bytes, even ASCII NUL bytes, are always read and
5924 processed from input file with no adverse effect, even if GNU extensions
5925 are disabled.  However, System V @command{ptx} does not accept 8-bit
5926 characters, a few control characters are rejected, and the tilde
5927 @samp{~} is also rejected.
5929 @item
5930 Input line length is only limited by available memory, even if GNU
5931 extensions are disabled.  However, System V @command{ptx} processes only
5932 the first 200 characters in each line.
5934 @item
5935 The break (non-word) characters default to be every character except all
5936 letters of the underlying character set, diacriticized or not.  When GNU
5937 extensions are disabled, the break characters default to space, tab and
5938 newline only.
5940 @item
5941 The program makes better use of output line width.  If GNU extensions
5942 are disabled, the program rather tries to imitate System V @command{ptx},
5943 but still, there are some slight disposition glitches this program does
5944 not completely reproduce.
5946 @item
5947 The user can specify both an Ignore file and an Only file.  This is not
5948 allowed with System V @command{ptx}.
5950 @end itemize
5953 @node tsort invocation
5954 @section @command{tsort}: Topological sort
5956 @pindex tsort
5957 @cindex topological sort
5959 @command{tsort} performs a topological sort on the given @var{file}, or
5960 standard input if no input file is given or for a @var{file} of
5961 @samp{-}.  For more details and some history, see @ref{tsort background}.
5962 Synopsis:
5964 @example
5965 tsort [@var{option}] [@var{file}]
5966 @end example
5968 @command{tsort} reads its input as pairs of strings, separated by blanks,
5969 indicating a partial ordering.  The output is a total ordering that
5970 corresponds to the given partial ordering.
5972 For example
5974 @example
5975 tsort <<EOF
5976 a b c
5978 e f
5979 b c d e
5981 @end example
5983 @noindent
5984 will produce the output
5986 @example
5993 @end example
5995 Consider a more realistic example.
5996 You have a large set of functions all in one file, and they may all be
5997 declared static except one.  Currently that one (say @code{main}) is the
5998 first function defined in the file, and the ones it calls directly follow
5999 it, followed by those they call, etc.  Let's say that you are determined
6000 to take advantage of prototypes, so you have to choose between declaring
6001 all of those functions (which means duplicating a lot of information from
6002 the definitions) and rearranging the functions so that as many as possible
6003 are defined before they are used.  One way to automate the latter process
6004 is to get a list for each function of the functions it calls directly.
6005 Many programs can generate such lists.  They describe a call graph.
6006 Consider the following list, in which a given line indicates that the
6007 function on the left calls the one on the right directly.
6009 @example
6010 main parse_options
6011 main tail_file
6012 main tail_forever
6013 tail_file pretty_name
6014 tail_file write_header
6015 tail_file tail
6016 tail_forever recheck
6017 tail_forever pretty_name
6018 tail_forever write_header
6019 tail_forever dump_remainder
6020 tail tail_lines
6021 tail tail_bytes
6022 tail_lines start_lines
6023 tail_lines dump_remainder
6024 tail_lines file_lines
6025 tail_lines pipe_lines
6026 tail_bytes xlseek
6027 tail_bytes start_bytes
6028 tail_bytes dump_remainder
6029 tail_bytes pipe_bytes
6030 file_lines dump_remainder
6031 recheck pretty_name
6032 @end example
6034 then you can use @command{tsort} to produce an ordering of those
6035 functions that satisfies your requirement.
6037 @example
6038 example$ tsort call-graph | tac
6039 dump_remainder
6040 start_lines
6041 file_lines
6042 pipe_lines
6043 xlseek
6044 start_bytes
6045 pipe_bytes
6046 tail_lines
6047 tail_bytes
6048 pretty_name
6049 write_header
6050 tail
6051 recheck
6052 parse_options
6053 tail_file
6054 tail_forever
6055 main
6056 @end example
6058 @command{tsort} detects any cycles in the input and writes the first cycle
6059 encountered to standard error.
6061 Note that for a given partial ordering, generally there is no unique
6062 total ordering.  In the context of the call graph above, the function
6063 @code{parse_options} may be placed anywhere in the list as long as it
6064 precedes @code{main}.
6066 The only options are @option{--help} and @option{--version}.  @xref{Common
6067 options}.
6069 @exitstatus
6071 @menu
6072 * tsort background::            Where tsort came from.
6073 @end menu
6075 @node tsort background
6076 @subsection @command{tsort}: Background
6078 @command{tsort} exists because very early versions of the Unix linker processed
6079 an archive file exactly once, and in order.  As @command{ld} read each object
6080 in the archive, it decided whether it was needed in the program based on
6081 whether it defined any symbols which were undefined at that point in
6082 the link.
6084 This meant that dependencies within the archive had to be handled
6085 specially.  For example, @code{scanf} probably calls @code{read}.  That means
6086 that in a single pass through an archive, it was important for @code{scanf.o}
6087 to appear before read.o, because otherwise a program which calls
6088 @code{scanf} but not @code{read} might end up with an unexpected unresolved
6089 reference to @code{read}.
6091 The way to address this problem was to first generate a set of
6092 dependencies of one object file on another.  This was done by a shell
6093 script called @command{lorder}.  The GNU tools don't provide a version of
6094 lorder, as far as I know, but you can still find it in BSD
6095 distributions.
6097 Then you ran @command{tsort} over the @command{lorder} output, and you used the
6098 resulting sort to define the order in which you added objects to the archive.
6100 This whole procedure has been obsolete since about 1980, because
6101 Unix archives now contain a symbol table (traditionally built by
6102 @command{ranlib}, now generally built by @command{ar} itself), and the Unix
6103 linker uses the symbol table to effectively make multiple passes over
6104 an archive file.
6106 Anyhow, that's where tsort came from.  To solve an old problem with
6107 the way the linker handled archive files, which has since been solved
6108 in different ways.
6111 @node Operating on fields
6112 @chapter Operating on fields
6114 @menu
6115 * cut invocation::              Print selected parts of lines.
6116 * paste invocation::            Merge lines of files.
6117 * join invocation::             Join lines on a common field.
6118 @end menu
6121 @node cut invocation
6122 @section @command{cut}: Print selected parts of lines
6124 @pindex cut
6125 @command{cut} writes to standard output selected parts of each line of each
6126 input file, or standard input if no files are given or for a file name of
6127 @samp{-}.  Synopsis:
6129 @example
6130 cut @var{option}@dots{} [@var{file}]@dots{}
6131 @end example
6133 In the table which follows, the @var{byte-list}, @var{character-list},
6134 and @var{field-list} are one or more numbers or ranges (two numbers
6135 separated by a dash) separated by commas.  Bytes, characters, and
6136 fields are numbered starting at 1.  Incomplete ranges may be
6137 given: @option{-@var{m}} means @samp{1-@var{m}}; @samp{@var{n}-} means
6138 @samp{@var{n}} through end of line or last field.  The list elements
6139 can be repeated, can overlap, and can be specified in any order; but
6140 the selected input is written in the same order that it is read, and
6141 is written exactly once.
6143 The program accepts the following options.  Also see @ref{Common
6144 options}.
6146 @table @samp
6148 @item -b @var{byte-list}
6149 @itemx --bytes=@var{byte-list}
6150 @opindex -b
6151 @opindex --bytes
6152 Select for printing only the bytes in positions listed in
6153 @var{byte-list}.  Tabs and backspaces are treated like any other
6154 character; they take up 1 byte.  If an output delimiter is specified,
6155 (see the description of @option{--output-delimiter}), then output that
6156 string between ranges of selected bytes.
6158 @item -c @var{character-list}
6159 @itemx --characters=@var{character-list}
6160 @opindex -c
6161 @opindex --characters
6162 Select for printing only the characters in positions listed in
6163 @var{character-list}.  The same as @option{-b} for now, but
6164 internationalization will change that.  Tabs and backspaces are
6165 treated like any other character; they take up 1 character.  If an
6166 output delimiter is specified, (see the description of
6167 @option{--output-delimiter}), then output that string between ranges
6168 of selected bytes.
6170 @item -f @var{field-list}
6171 @itemx --fields=@var{field-list}
6172 @opindex -f
6173 @opindex --fields
6174 Select for printing only the fields listed in @var{field-list}.
6175 Fields are separated by a TAB character by default.  Also print any
6176 line that contains no delimiter character, unless the
6177 @option{--only-delimited} (@option{-s}) option is specified.
6179 Note @command{awk} supports more sophisticated field processing,
6180 like reordering fields, and handling fields aligned with blank characters.
6181 By default @command{awk} uses (and discards) runs of blank characters
6182 to separate fields, and ignores leading and trailing blanks.
6183 @example
6184 @verbatim
6185 awk '{print $2}'      # print the second field
6186 awk '{print $(NF-1)}' # print the penultimate field
6187 awk '{print $2,$1}'   # reorder the first two fields
6188 @end verbatim
6189 @end example
6190 Note while @command{cut} accepts field specifications in
6191 arbitrary order, output is always in the order encountered in the file.
6193 In the unlikely event that @command{awk} is unavailable,
6194 one can use the @command{join} command, to process blank
6195 characters as @command{awk} does above.
6196 @example
6197 @verbatim
6198 join -a1 -o 1.2     - /dev/null # print the second field
6199 join -a1 -o 1.2,1.1 - /dev/null # reorder the first two fields
6200 @end verbatim
6201 @end example
6203 @item -d @var{input_delim_byte}
6204 @itemx --delimiter=@var{input_delim_byte}
6205 @opindex -d
6206 @opindex --delimiter
6207 With @option{-f}, use the first byte of @var{input_delim_byte} as
6208 the input fields separator (default is TAB).
6210 @item -n
6211 @opindex -n
6212 Do not split multi-byte characters (no-op for now).
6214 @item -s
6215 @itemx --only-delimited
6216 @opindex -s
6217 @opindex --only-delimited
6218 For @option{-f}, do not print lines that do not contain the field separator
6219 character.  Normally, any line without a field separator is printed verbatim.
6221 @item --output-delimiter=@var{output_delim_string}
6222 @opindex --output-delimiter
6223 With @option{-f}, output fields are separated by @var{output_delim_string}.
6224 The default with @option{-f} is to use the input delimiter.
6225 When using @option{-b} or @option{-c} to select ranges of byte or
6226 character offsets (as opposed to ranges of fields),
6227 output @var{output_delim_string} between non-overlapping
6228 ranges of selected bytes.
6230 @item --complement
6231 @opindex --complement
6232 This option is a GNU extension.
6233 Select for printing the complement of the bytes, characters or fields
6234 selected with the @option{-b}, @option{-c} or @option{-f} options.
6235 In other words, do @emph{not} print the bytes, characters or fields
6236 specified via those options.  This option is useful when you have
6237 many fields and want to print all but a few of them.
6239 @optZeroTerminated
6241 @end table
6243 @exitstatus
6246 @node paste invocation
6247 @section @command{paste}: Merge lines of files
6249 @pindex paste
6250 @cindex merging files
6252 @command{paste} writes to standard output lines consisting of sequentially
6253 corresponding lines of each given file, separated by a TAB character.
6254 Standard input is used for a file name of @samp{-} or if no input files
6255 are given.
6257 Synopsis:
6259 @example
6260 paste [@var{option}]@dots{} [@var{file}]@dots{}
6261 @end example
6263 For example, with:
6264 @example
6265 $ cat num2
6268 $ cat let3
6272 @end example
6274 Take lines sequentially from each file:
6275 @example
6276 $ paste num2 let3
6277 1       a
6278 2       b
6279        @ c
6280 @end example
6282 Duplicate lines from a file:
6283 @example
6284 $ paste num2 let3 num2
6285 1       a      1
6286 2       b      2
6287        @ c
6288 @end example
6290 Intermix lines from standard input:
6291 @example
6292 $ paste - let3 - < num2
6293 1       a      2
6294        @ b
6295        @ c
6296 @end example
6298 Join consecutive lines with a space:
6299 @example
6300 $ seq 4 | paste -d ' ' - -
6301 1 2
6302 3 4
6303 @end example
6305 The program accepts the following options.  Also see @ref{Common options}.
6307 @table @samp
6309 @item -s
6310 @itemx --serial
6311 @opindex -s
6312 @opindex --serial
6313 Paste the lines of one file at a time rather than one line from each
6314 file.  Using the above example data:
6316 @example
6317 $ paste -s num2 let3
6318 1       2
6319 a       b       c
6320 @end example
6322 @item -d @var{delim-list}
6323 @itemx --delimiters=@var{delim-list}
6324 @opindex -d
6325 @opindex --delimiters
6326 Consecutively use the characters in @var{delim-list} instead of
6327 TAB to separate merged lines.  When @var{delim-list} is
6328 exhausted, start again at its beginning.  Using the above example data:
6330 @example
6331 $ paste -d '%_' num2 let3 num2
6332 1%a_1
6333 2%b_2
6335 @end example
6337 @optZeroTerminated
6339 @end table
6341 @exitstatus
6344 @node join invocation
6345 @section @command{join}: Join lines on a common field
6347 @pindex join
6348 @cindex common field, joining on
6350 @command{join} writes to standard output a line for each pair of input
6351 lines that have identical join fields.  Synopsis:
6353 @example
6354 join [@var{option}]@dots{} @var{file1} @var{file2}
6355 @end example
6357 Either @var{file1} or @var{file2} (but not both) can be @samp{-},
6358 meaning standard input.  @var{file1} and @var{file2} should be
6359 sorted on the join fields.
6361 @example
6362 @group
6363 $ cat file1
6364 a 1
6365 b 2
6366 e 5
6368 $ cat file2
6369 a X
6370 e Y
6371 f Z
6373 $ join file1 file2
6374 a 1 X
6375 e 5 Y
6376 @end group
6377 @end example
6380 @noindent
6381 @command{join}'s default behavior (when no options are given):
6382 @itemize
6383 @item the join field is the first field in each line;
6384 @item fields in the input are separated by one or more blanks, with leading
6385 blanks on the line ignored;
6386 @item fields in the output are separated by a space;
6387 @item each output line consists of the join field, the remaining
6388 fields from @var{file1}, then the remaining fields from @var{file2}.
6389 @end itemize
6392 @menu
6393 * General options in join::      Options which affect general program behavior.
6394 * Sorting files for join::       Using @command{sort} before @command{join}.
6395 * Working with fields::          Joining on different fields.
6396 * Paired and unpaired lines::    Controlling @command{join}'s field matching.
6397 * Header lines::                 Working with header lines in files.
6398 * Set operations::               Union, Intersection and Difference of files.
6399 @end menu
6401 @node General options in join
6402 @subsection General options
6403 The program accepts the following options.  Also see @ref{Common options}.
6405 @table @samp
6407 @item -a @var{file-number}
6408 @opindex -a
6409 Print a line for each unpairable line in file @var{file-number} (either
6410 @samp{1} or @samp{2}), in addition to the normal output.
6412 @item --check-order
6413 Fail with an error message if either input file is wrongly ordered.
6415 @item --nocheck-order
6416 Do not check that both input files are in sorted order.  This is the default.
6418 @item -e @var{string}
6419 @opindex -e
6420 Replace those output fields that are missing in the input with @var{string}.
6421 I.e., missing fields specified with the @option{-12jo} options.
6423 @item --header
6424 @opindex --header
6425 Treat the first line of each input file as a header line.  The header lines
6426 will be joined and printed as the first output line.  If @option{-o} is used to
6427 specify output format, the header line will be printed according to the
6428 specified format.  The header lines will not be checked for ordering even if
6429 @option{--check-order} is specified.  Also if the header lines from each file
6430 do not match, the heading fields from the first file will be used.
6432 @item -i
6433 @itemx --ignore-case
6434 @opindex -i
6435 @opindex --ignore-case
6436 Ignore differences in case when comparing keys.
6437 With this option, the lines of the input files must be ordered in the same way.
6438 Use @samp{sort -f} to produce this ordering.
6440 @item -1 @var{field}
6441 @opindex -1
6442 Join on field @var{field} (a positive integer) of file 1.
6444 @item -2 @var{field}
6445 @opindex -2
6446 Join on field @var{field} (a positive integer) of file 2.
6448 @item -j @var{field}
6449 Equivalent to @option{-1 @var{field} -2 @var{field}}.
6451 @item -o @var{field-list}
6452 @itemx -o auto
6453 If the keyword @samp{auto} is specified, infer the output format from
6454 the first line in each file.  This is the same as the default output format
6455 but also ensures the same number of fields are output for each line.
6456 Missing fields are replaced with the @option{-e} option and extra fields
6457 are discarded.
6459 Otherwise, construct each output line according to the format in
6460 @var{field-list}.  Each element in @var{field-list} is either the single
6461 character @samp{0} or has the form @var{m.n} where the file number, @var{m},
6462 is @samp{1} or @samp{2} and @var{n} is a positive field number.
6464 A field specification of @samp{0} denotes the join field.
6465 In most cases, the functionality of the @samp{0} field spec
6466 may be reproduced using the explicit @var{m.n} that corresponds
6467 to the join field.  However, when printing unpairable lines
6468 (using either of the @option{-a} or @option{-v} options), there is no way
6469 to specify the join field using @var{m.n} in @var{field-list}
6470 if there are unpairable lines in both files.
6471 To give @command{join} that functionality, POSIX invented the @samp{0}
6472 field specification notation.
6474 The elements in @var{field-list}
6475 are separated by commas or blanks.
6476 Blank separators typically need to be quoted for the shell.  For
6477 example, the commands @samp{join -o 1.2,2.2} and @samp{join -o '1.2
6478 2.2'} are equivalent.
6480 All output lines---including those printed because of any -a or -v
6481 option---are subject to the specified @var{field-list}.
6483 @item -t @var{char}
6484 Use character @var{char} as the input and output field separator.
6485 Treat as significant each occurrence of @var{char} in the input file.
6486 Use @samp{sort -t @var{char}}, without the @option{-b} option of
6487 @samp{sort}, to produce this ordering.  If @samp{join -t ''} is specified,
6488 the whole line is considered, matching the default operation of sort.
6489 If @samp{-t '\0'} is specified then the ASCII NUL
6490 character is used to delimit the fields.
6492 @item -v @var{file-number}
6493 Print a line for each unpairable line in file @var{file-number}
6494 (either @samp{1} or @samp{2}), instead of the normal output.
6496 @optZeroTerminated
6497 @newlineFieldSeparator
6499 @end table
6501 @exitstatus
6503 @set JOIN_COMMAND
6504 @checkOrderOption{join}
6505 @clear JOIN_COMMAND
6509 @node Sorting files for join
6510 @subsection Pre-sorting
6512 @command{join} requires sorted input files. Each input file should be
6513 sorted according to the key (=field/column number) used in
6514 @command{join}. The recommended sorting option is @samp{sort -k 1b,1}
6515 (assuming the desired key is in the first column).
6517 @noindent Typical usage:
6518 @example
6519 @group
6520 $ sort -k 1b,1 file1 > file1.sorted
6521 $ sort -k 1b,1 file2 > file2.sorted
6522 $ join file1.sorted file2.sorted > file3
6523 @end group
6524 @end example
6526 @vindex LC_COLLATE
6527 Normally, the sort order is that of the
6528 collating sequence specified by the @env{LC_COLLATE} locale.  Unless
6529 the @option{-t} option is given, the sort comparison ignores blanks at
6530 the start of the join field, as in @code{sort -b}.  If the
6531 @option{--ignore-case} option is given, the sort comparison ignores
6532 the case of characters in the join field, as in @code{sort -f}:
6534 @example
6535 @group
6536 $ sort -k 1bf,1 file1 > file1.sorted
6537 $ sort -k 1bf,1 file2 > file2.sorted
6538 $ join --ignore-case file1.sorted file2.sorted > file3
6539 @end group
6540 @end example
6542 The @command{sort} and @command{join} commands should use consistent
6543 locales and options if the output of @command{sort} is fed to
6544 @command{join}.  You can use a command like @samp{sort -k 1b,1} to
6545 sort a file on its default join field, but if you select a non-default
6546 locale, join field, separator, or comparison options, then you should
6547 do so consistently between @command{join} and @command{sort}.
6549 @noindent To avoid any locale-related issues, it is recommended to use the
6550 @samp{C} locale for both commands:
6552 @example
6553 @group
6554 $ LC_ALL=C sort -k 1b,1 file1 > file1.sorted
6555 $ LC_ALL=C sort -k 1b,1 file2 > file2.sorted
6556 $ LC_ALL=C join file1.sorted file2.sorted > file3
6557 @end group
6558 @end example
6561 @node Working with fields
6562 @subsection Working with fields
6564 Use @option{-1},@option{-2} to set the key fields for each of the input files.
6565 Ensure the preceding @command{sort} commands operated on the same fields.
6567 @noindent
6568 The following example joins two files, using the values from seventh field
6569 of the first file and the third field of the second file:
6571 @example
6572 @group
6573 $ sort -k 7b,7 file1 > file1.sorted
6574 $ sort -k 3b,3 file2 > file2.sorted
6575 $ join -1 7 -2 3 file1.sorted file2.sorted > file3
6576 @end group
6577 @end example
6579 @noindent
6580 If the field number is the same for both files, use @option{-j}:
6582 @example
6583 @group
6584 $ sort -k4b,4 file1 > file1.sorted
6585 $ sort -k4b,4 file2 > file2.sorted
6586 $ join -j4    file1.sorted file2.sorted > file3
6587 @end group
6588 @end example
6590 @noindent
6591 Both @command{sort} and @command{join} operate of whitespace-delimited
6592 fields. To specify a different delimiter, use @option{-t} in @emph{both}:
6594 @example
6595 @group
6596 $ sort -t, -k3b,3 file1 > file1.sorted
6597 $ sort -t, -k3b,3 file2 > file2.sorted
6598 $ join -t, -j3    file1.sorted file2.sorted > file3
6599 @end group
6600 @end example
6602 @noindent
6603 To specify a tab (@sc{ascii} 0x09) character instead of whitespace, use
6604 @footnote{the @code{$'\t'} is supported in most modern shells.
6605 For older shells, use a literal tab}:
6607 @example
6608 @group
6609 $ sort -t$'\t' -k3b,3 file1 > file1.sorted
6610 $ sort -t$'\t' -k3b,3 file2 > file2.sorted
6611 $ join -t$'\t' -j3    file1.sorted file2.sorted > file3
6612 @end group
6613 @end example
6616 @noindent
6617 If @samp{join -t ''} is specified then the whole line is considered which
6618 matches the default operation of sort:
6620 @example
6621 @group
6622 $ sort file1 > file1.sorted
6623 $ sort file2 > file2.sorted
6624 $ join -t '' file1.sorted file2.sorted > file3
6625 @end group
6626 @end example
6629 @node Paired and unpaired lines
6630 @subsection Controlling @command{join}'s field matching
6632 In this section the @command{sort} commands are omitted for brevity.
6633 Sorting the files before joining is still required.
6635 @command{join}'s default behavior is to print only lines common to
6636 both input files. Use @option{-a} and @option{-v} to print unpairable lines
6637 from one or both files.
6639 @noindent
6640 All examples below use the following two (pre-sorted) input files:
6642 @multitable @columnfractions .5 .5
6643 @item
6644 @example
6645 $ cat file1
6646 a 1
6647 b 2
6648 @end example
6650 @tab
6651 @example
6652 $ cat file2
6653 a A
6654 c C
6655 @end example
6656 @end multitable
6659 @c TODO: Find better column widths that work for both HTML and PDF
6660 @c       and disable indentation of @example.
6661 @multitable @columnfractions 0.5 0.5
6663 @headitem Command @tab Outcome
6666 @item
6667 @example
6668 $ join file1 file2
6669 a 1 A
6670 @end example
6671 @tab
6672 common lines
6673 (@emph{intersection})
6677 @item
6678 @example
6679 $ join -a 1 file1 file2
6680 a 1 A
6681 b 2
6682 @end example
6683 @tab
6684 common lines @emph{and} unpaired
6685 lines from the first file
6688 @item
6689 @example
6690 $ join -a 2 file1 file2
6691 a 1 A
6692 c C
6693 @end example
6694 @tab
6695 common lines @emph{and} unpaired lines from the second file
6698 @item
6699 @example
6700 $ join -a 1 -a 2 file1 file2
6701 a 1 A
6702 b 2
6703 c C
6704 @end example
6705 @tab
6706 all lines (paired and unpaired) from both files
6707 (@emph{union}).
6709 see note below regarding @code{-o auto}.
6712 @item
6713 @example
6714 $ join -v 1 file1 file2
6715 b 2
6716 @end example
6717 @tab
6718 unpaired lines from the first file
6719 (@emph{difference})
6722 @item
6723 @example
6724 $ join -v 2 file1 file2
6725 c C
6726 @end example
6727 @tab
6728 unpaired lines from the second file
6729 (@emph{difference})
6732 @item
6733 @example
6734 $ join -v 1 -v 2 file1 file2
6735 b 2
6736 c C
6737 @end example
6738 @tab
6739 unpaired lines from both files, omitting common lines
6740 (@emph{symmetric difference}).
6743 @end multitable
6745 @noindent
6746 The @option{-o auto -e X} options are useful when dealing with unpaired lines.
6747 The following example prints all lines (common and unpaired) from both files.
6748 Without @option{-o auto} it is not easy to discern which fields originate from
6749 which file:
6751 @example
6752 $ join -a 1 -a 2 file1 file2
6753 a 1 A
6754 b 2
6755 c C
6757 $ join -o auto -e X -a 1 -a 2 file1 file2
6758 a 1 A
6759 b 2 X
6760 c X C
6761 @end example
6764 If the input has no unpairable lines, a GNU extension is
6765 available; the sort order can be any order that considers two fields
6766 to be equal if and only if the sort comparison described above
6767 considers them to be equal.  For example:
6769 @example
6770 @group
6771 $ cat file1
6772 a a1
6773 c c1
6774 b b1
6776 $ cat file2
6777 a a2
6778 c c2
6779 b b2
6781 $ join file1 file2
6782 a a1 a2
6783 c c1 c2
6784 b b1 b2
6785 @end group
6786 @end example
6789 @node Header lines
6790 @subsection Header lines
6792 The @option{--header} option can be used when the files to join
6793 have a header line which is not sorted:
6795 @example
6796 @group
6797 $ cat file1
6798 Name     Age
6799 Alice    25
6800 Charlie  34
6802 $ cat file2
6803 Name   Country
6804 Alice  France
6805 Bob    Spain
6807 $ join --header -o auto -e NA -a1 -a2 file1 file2
6808 Name     Age   Country
6809 Alice    25    France
6810 Bob      NA    Spain
6811 Charlie  34    NA
6812 @end group
6813 @end example
6816 To sort a file with a header line, use GNU @command{sed -u}.
6817 The following example sort the files but keeps the first line of each
6818 file in place:
6820 @example
6821 @group
6822 $ ( sed -u 1q ; sort -k2b,2 ) < file1 > file1.sorted
6823 $ ( sed -u 1q ; sort -k2b,2 ) < file2 > file2.sorted
6824 $ join --header -o auto -e NA -a1 -a2 file1.sorted file2.sorted > file3
6825 @end group
6826 @end example
6828 @node Set operations
6829 @subsection Union, Intersection and Difference of files
6831 Combine @command{sort}, @command{uniq} and @command{join} to
6832 perform the equivalent of set operations on files:
6834 @c From https://www.pixelbeat.org/cmdline.html#sets
6835 @multitable @columnfractions 0.5 0.5
6836 @headitem Command @tab outcome
6837 @item @code{sort -u file1 file2}
6838 @tab Union of unsorted files
6840 @item @code{sort file1 file2 | uniq -d}
6841 @tab Intersection of unsorted files
6843 @item @code{sort file1 file1 file2 | uniq -u}
6844 @tab Difference of unsorted files
6846 @item @code{sort file1 file2 | uniq -u}
6847 @tab Symmetric Difference of unsorted files
6849 @item @code{join -t '' -a1 -a2 file1 file2}
6850 @tab Union of sorted files
6852 @item @code{join -t '' file1 file2}
6853 @tab Intersection of sorted files
6855 @item @code{join -t '' -v2 file1 file2}
6856 @tab Difference of sorted files
6858 @item @code{join -t '' -v1 -v2 file1 file2}
6859 @tab Symmetric Difference of sorted files
6861 @end multitable
6863 All examples above operate on entire lines and not on specific fields:
6864 @command{sort} without @option{-k} and @command{join -t ''} both consider
6865 entire lines as the key.
6868 @node Operating on characters
6869 @chapter Operating on characters
6871 @cindex operating on characters
6873 These commands operate on individual characters.
6875 @menu
6876 * tr invocation::               Translate, squeeze, and/or delete characters.
6877 * expand invocation::           Convert tabs to spaces.
6878 * unexpand invocation::         Convert spaces to tabs.
6879 @end menu
6882 @node tr invocation
6883 @section @command{tr}: Translate, squeeze, and/or delete characters
6885 @pindex tr
6887 Synopsis:
6889 @example
6890 tr [@var{option}]@dots{} @var{set1} [@var{set2}]
6891 @end example
6893 @command{tr} copies standard input to standard output, performing
6894 one of the following operations:
6896 @itemize @bullet
6897 @item
6898 translate, and optionally squeeze repeated characters in the result,
6899 @item
6900 squeeze repeated characters,
6901 @item
6902 delete characters,
6903 @item
6904 delete characters, then squeeze repeated characters from the result.
6905 @end itemize
6907 The @var{set1} and (if given) @var{set2} arguments define ordered
6908 sets of characters, referred to below as @var{set1} and @var{set2}.  These
6909 sets are the characters of the input that @command{tr} operates on.
6911 The program accepts the following options.  Also see @ref{Common options}.
6912 Options must precede operands.
6914 @table @samp
6916 @item -c
6917 @itemx -C
6918 @itemx --complement
6919 @opindex -c
6920 @opindex -C
6921 @opindex --complement
6922 This option replaces @var{set1} with its
6923 complement (all of the characters that are not in @var{set1}).
6924 Currently @command{tr} fully supports only single-byte characters.
6925 Eventually it will support multibyte characters; when it does, the
6926 @option{-C} option will cause it to complement the set of characters,
6927 whereas @option{-c} will cause it to complement the set of values.
6928 This distinction will matter only when some values are not characters,
6929 and this is possible only in locales using multibyte encodings when
6930 the input contains encoding errors.
6932 @item -d
6933 @itemx --delete
6934 @opindex -d
6935 @opindex --delete
6936 Delete characters in @var{set1}, do not translate
6938 @item -s
6939 @itemx --squeeze-repeats
6940 @opindex -s
6941 @opindex --squeeze-repeats
6942 Replace each sequence of a repeated character that is listed in
6943 the last specified @var{set}, with a single occurrence of that character.
6945 @item -t
6946 @itemx --truncate-set1
6947 @opindex -t
6948 @opindex --truncate-set1
6949 First truncate @var{set1} to length of @var{set2}.
6951 @end table
6954 @exitstatus
6956 @menu
6957 * Character sets::              Specifying sets of characters.
6958 * Translating::                 Changing one set of characters to another.
6959 * Squeezing and deleting::      Removing characters.
6960 @end menu
6963 @node Character sets
6964 @subsection Specifying sets of characters
6966 @cindex specifying sets of characters
6968 The format of the @var{set1} and @var{set2} arguments resembles
6969 the format of regular expressions; however, they are not regular
6970 expressions, only lists of characters.  Most characters simply
6971 represent themselves in these strings, but the strings can contain
6972 the shorthands listed below, for convenience.  Some of them can be
6973 used only in @var{set1} or @var{set2}, as noted below.
6975 @table @asis
6977 @item Backslash escapes
6978 @cindex backslash escapes
6980 The following backslash escape sequences are recognized:
6982 @table @samp
6983 @item \a
6984 Control-G.
6985 @item \b
6986 Control-H.
6987 @item \f
6988 Control-L.
6989 @item \n
6990 Control-J.
6991 @item \r
6992 Control-M.
6993 @item \t
6994 Control-I.
6995 @item \v
6996 Control-K.
6997 @item \@var{ooo}
6998 The 8-bit character with the value given by @var{ooo}, which is 1 to 3
6999 octal digits.  Note that @samp{\400} is interpreted as the two-byte
7000 sequence, @samp{\040} @samp{0}.
7001 @item \\
7002 A backslash.
7003 @end table
7005 While a backslash followed by a character not listed above is
7006 interpreted as that character, the backslash also effectively
7007 removes any special significance, so it is useful to escape
7008 @samp{[}, @samp{]}, @samp{*}, and @samp{-}.
7010 @item Ranges
7011 @cindex ranges
7013 The notation @samp{@var{m}-@var{n}} expands to all of the characters
7014 from @var{m} through @var{n}, in ascending order.  @var{m} should
7015 collate before @var{n}; if it doesn't, an error results.  As an example,
7016 @samp{0-9} is the same as @samp{0123456789}.
7018 GNU @command{tr} does not support the System V syntax that uses square
7019 brackets to enclose ranges.  Translations specified in that format
7020 sometimes work as expected, since the brackets are often transliterated
7021 to themselves.  However, they should be avoided because they sometimes
7022 behave unexpectedly.  For example, @samp{tr -d '[0-9]'} deletes brackets
7023 as well as digits.
7025 Many historically common and even accepted uses of ranges are not
7026 portable.  For example, on EBCDIC hosts using the @samp{A-Z}
7027 range will not do what most would expect because @samp{A} through @samp{Z}
7028 are not contiguous as they are in ASCII@.
7029 If you can rely on a POSIX compliant version of @command{tr}, then
7030 the best way to work around this is to use character classes (see below).
7031 Otherwise, it is most portable (and most ugly) to enumerate the members
7032 of the ranges.
7034 @item Repeated characters
7035 @cindex repeated characters
7037 The notation @samp{[@var{c}*@var{n}]} in @var{set2} expands to @var{n}
7038 copies of character @var{c}.  Thus, @samp{[y*6]} is the same as
7039 @samp{yyyyyy}.  The notation @samp{[@var{c}*]} in @var{string2} expands
7040 to as many copies of @var{c} as are needed to make @var{set2} as long as
7041 @var{set1}.  If @var{n} begins with @samp{0}, it is interpreted in
7042 octal, otherwise in decimal.
7044 @item Character classes
7045 @cindex character classes
7047 The notation @samp{[:@var{class}:]} expands to all of the characters in
7048 the (predefined) class @var{class}.  The characters expand in no
7049 particular order, except for the @code{upper} and @code{lower} classes,
7050 which expand in ascending order.  When the @option{--delete} (@option{-d})
7051 and @option{--squeeze-repeats} (@option{-s}) options are both given, any
7052 character class can be used in @var{set2}.  Otherwise, only the
7053 character classes @code{lower} and @code{upper} are accepted in
7054 @var{set2}, and then only if the corresponding character class
7055 (@code{upper} and @code{lower}, respectively) is specified in the same
7056 relative position in @var{set1}.  Doing this specifies case conversion.
7057 The class names are given below; an error results when an invalid class
7058 name is given.
7060 @table @code
7061 @item alnum
7062 @opindex alnum
7063 Letters and digits.
7064 @item alpha
7065 @opindex alpha
7066 Letters.
7067 @item blank
7068 @opindex blank
7069 Horizontal whitespace.
7070 @item cntrl
7071 @opindex cntrl
7072 Control characters.
7073 @item digit
7074 @opindex digit
7075 Digits.
7076 @item graph
7077 @opindex graph
7078 Printable characters, not including space.
7079 @item lower
7080 @opindex lower
7081 Lowercase letters.
7082 @item print
7083 @opindex print
7084 Printable characters, including space.
7085 @item punct
7086 @opindex punct
7087 Punctuation characters.
7088 @item space
7089 @opindex space
7090 Horizontal or vertical whitespace.
7091 @item upper
7092 @opindex upper
7093 Uppercase letters.
7094 @item xdigit
7095 @opindex xdigit
7096 Hexadecimal digits.
7097 @end table
7099 @item Equivalence classes
7100 @cindex equivalence classes
7102 The syntax @samp{[=@var{c}=]} expands to all of the characters that are
7103 equivalent to @var{c}, in no particular order.  Equivalence classes are
7104 a relatively recent invention intended to support non-English alphabets.
7105 But there seems to be no standard way to define them or determine their
7106 contents.  Therefore, they are not fully implemented in GNU @command{tr};
7107 each character's equivalence class consists only of that character,
7108 which is of no particular use.
7110 @end table
7113 @node Translating
7114 @subsection Translating
7116 @cindex translating characters
7118 @command{tr} performs translation when @var{set1} and @var{set2} are
7119 both given and the @option{--delete} (@option{-d}) option is not given.
7120 @command{tr} translates each character of its input that is in @var{set1}
7121 to the corresponding character in @var{set2}.  Characters not in
7122 @var{set1} are passed through unchanged.  When a character appears more
7123 than once in @var{set1} and the corresponding characters in @var{set2}
7124 are not all the same, only the final one is used.  For example, these
7125 two commands are equivalent:
7127 @example
7128 tr aaa xyz
7129 tr a z
7130 @end example
7132 A common use of @command{tr} is to convert lowercase characters to
7133 uppercase.  This can be done in many ways.  Here are three of them:
7135 @example
7136 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
7137 tr a-z A-Z
7138 tr '[:lower:]' '[:upper:]'
7139 @end example
7141 @noindent
7142 But note that using ranges like @code{a-z} above is not portable.
7144 When @command{tr} is performing translation, @var{set1} and @var{set2}
7145 typically have the same length.  If @var{set1} is shorter than
7146 @var{set2}, the extra characters at the end of @var{set2} are ignored.
7148 On the other hand, making @var{set1} longer than @var{set2} is not
7149 portable; POSIX says that the result is undefined.  In this situation,
7150 BSD @command{tr} pads @var{set2} to the length of @var{set1} by repeating
7151 the last character of @var{set2} as many times as necessary.  System V
7152 @command{tr} truncates @var{set1} to the length of @var{set2}.
7154 By default, GNU @command{tr} handles this case like BSD @command{tr}.
7155 When the @option{--truncate-set1} (@option{-t}) option is given,
7156 GNU @command{tr} handles this case like the System V @command{tr}
7157 instead.  This option is ignored for operations other than translation.
7159 Acting like System V @command{tr} in this case breaks the relatively common
7160 BSD idiom:
7162 @example
7163 tr -cs A-Za-z0-9 '\012'
7164 @end example
7166 @noindent
7167 because it converts only zero bytes (the first element in the
7168 complement of @var{set1}), rather than all non-alphanumerics, to
7169 newlines.
7171 @noindent
7172 By the way, the above idiom is not portable because it uses ranges, and
7173 it assumes that the octal code for newline is 012.
7174 Assuming a POSIX compliant @command{tr}, here is a better
7175 way to write it:
7177 @example
7178 tr -cs '[:alnum:]' '[\n*]'
7179 @end example
7182 @node Squeezing and deleting
7183 @subsection Squeezing repeats and deleting
7185 @cindex squeezing repeat characters
7186 @cindex deleting characters
7187 @cindex removing characters
7189 When given just the @option{--delete} (@option{-d}) option, @command{tr}
7190 removes any input characters that are in @var{set1}.
7192 When given just the @option{--squeeze-repeats} (@option{-s}) option
7193 and not translating, @command{tr} replaces each input sequence of a
7194 repeated character that is in @var{set1} with a single occurrence of
7195 that character.
7197 When given both @option{--delete} and @option{--squeeze-repeats}, @command{tr}
7198 first performs any deletions using @var{set1}, then squeezes repeats
7199 from any remaining characters using @var{set2}.
7201 The @option{--squeeze-repeats} option may also be used when translating,
7202 in which case @command{tr} first performs translation, then squeezes
7203 repeats from any remaining characters using @var{set2}.
7205 Here are some examples to illustrate various combinations of options:
7207 @itemize @bullet
7209 @item
7210 Remove all zero bytes:
7212 @example
7213 tr -d '\0'
7214 @end example
7216 @item
7217 Put all words on lines by themselves.  This converts all
7218 non-alphanumeric characters to newlines, then squeezes each string
7219 of repeated newlines into a single newline:
7221 @example
7222 tr -cs '[:alnum:]' '[\n*]'
7223 @end example
7225 @item
7226 Convert each sequence of repeated newlines to a single newline.
7227 I.e., delete blank lines:
7229 @example
7230 tr -s '\n'
7231 @end example
7233 @item
7234 Find doubled occurrences of words in a document.
7235 @c Separate the following two "the"s, so typo checkers don't complain.
7236 For example, people often write ``the @w{}the'' with the repeated words
7237 separated by a newline.  The Bourne shell script below works first
7238 by converting each sequence of punctuation and blank characters to a
7239 single newline.  That puts each ``word'' on a line by itself.
7240 Next it maps all uppercase characters to lower case, and finally it
7241 runs @command{uniq} with the @option{-d} option to print out only the words
7242 that were repeated.
7244 @example
7245 #!/bin/sh
7246 cat -- "$@@" \
7247   | tr -s '[:punct:][:blank:]' '[\n*]' \
7248   | tr '[:upper:]' '[:lower:]' \
7249   | uniq -d
7250 @end example
7252 @item
7253 Deleting a small set of characters is usually straightforward.  For example,
7254 to remove all @samp{a}s, @samp{x}s, and @samp{M}s you would do this:
7256 @example
7257 tr -d axM
7258 @end example
7260 However, when @samp{-} is one of those characters, it can be tricky because
7261 @samp{-} has special meanings.  Performing the same task as above but also
7262 removing all @samp{-} characters, we might try @code{tr -d -axM}, but
7263 that would fail because @command{tr} would try to interpret @option{-a} as
7264 a command-line option.  Alternatively, we could try putting the hyphen
7265 inside the string, @code{tr -d a-xM}, but that wouldn't work either because
7266 it would make @command{tr} interpret @code{a-x} as the range of characters
7267 @samp{a}@dots{}@samp{x} rather than the three.
7268 One way to solve the problem is to put the hyphen at the end of the list
7269 of characters:
7271 @example
7272 tr -d axM-
7273 @end example
7275 Or you can use @samp{--} to terminate option processing:
7277 @example
7278 tr -d -- -axM
7279 @end example
7281 More generally, use the character class notation @code{[=c=]}
7282 with @samp{-} (or any other character) in place of the @samp{c}:
7284 @example
7285 tr -d '[=-=]axM'
7286 @end example
7288 Note how single quotes are used in the above example to protect the
7289 square brackets from interpretation by a shell.
7291 @end itemize
7294 @node expand invocation
7295 @section @command{expand}: Convert tabs to spaces
7297 @pindex expand
7298 @cindex tabs to spaces, converting
7299 @cindex converting tabs to spaces
7301 @command{expand} writes the contents of each given @var{file}, or standard
7302 input if none are given or for a @var{file} of @samp{-}, to standard
7303 output, with tab characters converted to the appropriate number of
7304 spaces.  Synopsis:
7306 @example
7307 expand [@var{option}]@dots{} [@var{file}]@dots{}
7308 @end example
7310 By default, @command{expand} converts all tabs to spaces.  It preserves
7311 backspace characters in the output; they decrement the column count for
7312 tab calculations.  The default action is equivalent to @option{-t 8} (set
7313 tabs every 8 columns).
7315 The program accepts the following options.  Also see @ref{Common options}.
7317 @table @samp
7319 @item -t @var{tab1}[,@var{tab2}]@dots{}
7320 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7321 @opindex -t
7322 @opindex --tabs
7323 @cindex tab stops, setting
7324 If only one tab stop is given, set the tabs @var{tab1} spaces apart
7325 (default is 8).  Otherwise, set the tabs at columns @var{tab1},
7326 @var{tab2}, @dots{} (numbered from 0), and replace any tabs beyond the
7327 last tab stop given with single spaces.
7328 @macro gnuExpandTabs
7329 Tab stops can be separated by blanks as well as by commas.
7331 As a GNU extension the last @var{tab} specified can be prefixed
7332 with a @samp{/} to indicate a tab size to use for remaining positions.
7333 For example, @option{--tabs=2,4,/8} will set tab stops at position 2 and 4,
7334 and every multiple of 8 after that.
7336 Also the last @var{tab} specified can be prefixed with a @samp{+} to indicate
7337 a tab size to use for remaining positions, offset from the final explicitly
7338 specified tab stop.
7339 For example, to ignore the 1 character gutter present in diff output,
7340 one can specify a 1 character offset using @option{--tabs=1,+8},
7341 which will set tab stops at positions 1,9,17,@dots{}
7342 @end macro
7343 @gnuExpandTabs
7346 For compatibility, GNU @command{expand} also accepts the obsolete
7347 option syntax, @option{-@var{t1}[,@var{t2}]@dots{}}.  New scripts
7348 should use @option{-t @var{t1}[,@var{t2}]@dots{}} instead.
7350 @item -i
7351 @itemx --initial
7352 @opindex -i
7353 @opindex --initial
7354 @cindex initial tabs, converting
7355 Only convert initial tabs (those that precede all non-space or non-tab
7356 characters) on each line to spaces.
7358 @end table
7360 @exitstatus
7363 @node unexpand invocation
7364 @section @command{unexpand}: Convert spaces to tabs
7366 @pindex unexpand
7368 @command{unexpand} writes the contents of each given @var{file}, or
7369 standard input if none are given or for a @var{file} of @samp{-}, to
7370 standard output, converting blanks at the beginning of each line into
7371 as many tab characters as needed.  In the default POSIX
7372 locale, a @dfn{blank} is a space or a tab; other locales may specify
7373 additional blank characters.  Synopsis:
7375 @example
7376 unexpand [@var{option}]@dots{} [@var{file}]@dots{}
7377 @end example
7379 By default, @command{unexpand} converts only initial blanks (those
7380 that precede all non-blank characters) on each line.  It
7381 preserves backspace characters in the output; they decrement the column
7382 count for tab calculations.  By default, tabs are set at every 8th
7383 column.
7385 The program accepts the following options.  Also see @ref{Common options}.
7387 @table @samp
7389 @item -t @var{tab1}[,@var{tab2}]@dots{}
7390 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7391 @opindex -t
7392 @opindex --tabs
7393 If only one tab stop is given, set the tabs @var{tab1} columns apart
7394 instead of the default 8.  Otherwise, set the tabs at columns
7395 @var{tab1}, @var{tab2}, @dots{} (numbered from 0), and leave blanks
7396 beyond the tab stops given unchanged.
7397 @gnuExpandTabs
7399 This option implies the @option{-a} option.
7401 For compatibility, GNU @command{unexpand} supports the obsolete option syntax,
7402 @option{-@var{tab1}[,@var{tab2}]@dots{}}, where tab stops must be
7403 separated by commas.  (Unlike @option{-t}, this obsolete option does
7404 not imply @option{-a}.)  New scripts should use @option{--first-only -t
7405 @var{tab1}[,@var{tab2}]@dots{}} instead.
7407 @item -a
7408 @itemx --all
7409 @opindex -a
7410 @opindex --all
7411 Also convert all sequences of two or more blanks just before a tab stop,
7412 even if they occur after non-blank characters in a line.
7414 @end table
7416 @exitstatus
7419 @node Directory listing
7420 @chapter Directory listing
7422 This chapter describes the @command{ls} command and its variants @command{dir}
7423 and @command{vdir}, which list information about files.
7425 @menu
7426 * ls invocation::               List directory contents.
7427 * dir invocation::              Briefly ls.
7428 * vdir invocation::             Verbosely ls.
7429 * dircolors invocation::        Color setup for ls, etc.
7430 @end menu
7433 @node ls invocation
7434 @section @command{ls}: List directory contents
7436 @pindex ls
7437 @cindex directory listing
7439 The @command{ls} program lists information about files (of any type,
7440 including directories).  Options and file arguments can be intermixed
7441 arbitrarily, as usual.  Later options override earlier options that
7442 are incompatible.
7444 For non-option command-line arguments that are directories, by default
7445 @command{ls} lists the contents of directories, not recursively, and
7446 omitting files with names beginning with @samp{.}.  For other non-option
7447 arguments, by default @command{ls} lists just the file name.  If no
7448 non-option argument is specified, @command{ls} operates on the current
7449 directory, acting as if it had been invoked with a single argument of @samp{.}.
7451 @vindex LC_ALL
7452 By default, the output is sorted alphabetically, according to the locale
7453 settings in effect.@footnote{If you use a non-POSIX
7454 locale (e.g., by setting @env{LC_ALL} to @samp{en_US}), then @command{ls} may
7455 produce output that is sorted differently than you're accustomed to.
7456 In that case, set the @env{LC_ALL} environment variable to @samp{C}.}
7457 If standard output is
7458 a terminal, the output is in columns (sorted vertically) and control
7459 characters are output as question marks; otherwise, the output is listed
7460 one per line and control characters are output as-is.
7462 Because @command{ls} is such a fundamental program, it has accumulated many
7463 options over the years.  They are described in the subsections below;
7464 within each section, options are listed alphabetically (ignoring case).
7465 The division of options into the subsections is not absolute, since some
7466 options affect more than one aspect of @command{ls}'s operation.
7468 @cindex exit status of @command{ls}
7469 Exit status:
7471 @display
7472 0 success
7473 1 minor problems  (e.g., failure to access a file or directory not
7474   specified as a command line argument.  This happens when listing a
7475   directory in which entries are actively being removed or renamed.)
7476 2 serious trouble (e.g., memory exhausted, invalid option, failure
7477   to access a file or directory specified as a command line argument
7478   or a directory loop)
7479 @end display
7481 Also see @ref{Common options}.
7483 @menu
7484 * Which files are listed::
7485 * What information is listed::
7486 * Sorting the output::
7487 * General output formatting::
7488 * Formatting file timestamps::
7489 * Formatting the file names::
7490 @end menu
7493 @node Which files are listed
7494 @subsection Which files are listed
7496 These options determine which files @command{ls} lists information for.
7497 By default, @command{ls} lists files and the contents of any
7498 directories on the command line, except that in directories it ignores
7499 files whose names start with @samp{.}.
7501 @table @samp
7503 @item -a
7504 @itemx --all
7505 @opindex -a
7506 @opindex --all
7507 In directories, do not ignore file names that start with @samp{.}.
7509 @item -A
7510 @itemx --almost-all
7511 @opindex -A
7512 @opindex --almost-all
7513 In directories, do not ignore all file names that start with @samp{.};
7514 ignore only @file{.} and @file{..}.  The @option{--all} (@option{-a})
7515 option overrides this option.
7517 @item -B
7518 @itemx --ignore-backups
7519 @opindex -B
7520 @opindex --ignore-backups
7521 @cindex backup files, ignoring
7522 In directories, ignore files that end with @samp{~}.  This option is
7523 equivalent to @samp{--ignore='*~' --ignore='.*~'}.
7525 @item -d
7526 @itemx --directory
7527 @opindex -d
7528 @opindex --directory
7529 List just the names of directories, as with other types of files, rather
7530 than listing their contents.
7531 @c The following sentence is the same as the one for -F.
7532 Do not follow symbolic links listed on the
7533 command line unless the @option{--dereference-command-line} (@option{-H}),
7534 @option{--dereference} (@option{-L}), or
7535 @option{--dereference-command-line-symlink-to-dir} options are specified.
7537 @item -H
7538 @itemx --dereference-command-line
7539 @opindex -H
7540 @opindex --dereference-command-line
7541 @cindex symbolic links, dereferencing
7542 If a command line argument specifies a symbolic link, show information
7543 for the file the link references rather than for the link itself.
7545 @item --dereference-command-line-symlink-to-dir
7546 @opindex --dereference-command-line-symlink-to-dir
7547 @cindex symbolic links, dereferencing
7548 Do not dereference symbolic links, with one exception:
7549 if a command line argument specifies a symbolic link that refers to
7550 a directory, show information for that directory rather than for the
7551 link itself.
7552 This is the default behavior unless long format is being used
7553 or any of the following options is in effect:
7554 @option{--classify} (@option{-F}),
7555 @option{--directory} (@option{-d}),
7556 @option{--dereference} (@option{-L}), or
7557 @option{--dereference-command-line} (@option{-H})).
7559 @item --group-directories-first
7560 @opindex --group-directories-first
7561 Group all the directories before the files and then sort the
7562 directories and the files separately using the selected sort key
7563 (see --sort option).
7564 That is, this option specifies a primary sort key,
7565 and the --sort option specifies a secondary key.
7566 However, any use of @option{--sort=none}
7567 (@option{-U}) disables this option altogether.
7569 @item --hide=PATTERN
7570 @opindex --hide=@var{pattern}
7571 In directories, ignore files whose names match the shell pattern
7572 @var{pattern}, unless the @option{--all} (@option{-a}) or
7573 @option{--almost-all} (@option{-A}) is also given.  This
7574 option acts like @option{--ignore=@var{pattern}} except that it has no
7575 effect if @option{--all} (@option{-a}) or @option{--almost-all}
7576 (@option{-A}) is also given.
7578 This option can be useful in shell aliases.  For example, if
7579 @command{lx} is an alias for @samp{ls --hide='*~'} and @command{ly} is
7580 an alias for @samp{ls --ignore='*~'}, then the command @samp{lx -A}
7581 lists the file @file{README~} even though @samp{ly -A} would not.
7583 @item -I @var{pattern}
7584 @itemx --ignore=@var{pattern}
7585 @opindex -I
7586 @opindex --ignore=@var{pattern}
7587 In directories, ignore files whose names match the shell pattern
7588 (not regular expression) @var{pattern}.  As
7589 in the shell, an initial @samp{.} in a file name does not match a
7590 wildcard at the start of @var{pattern}.  Sometimes it is useful
7591 to give this option several times.  For example,
7593 @example
7594 $ ls --ignore='.??*' --ignore='.[^.]' --ignore='#*'
7595 @end example
7597 The first option ignores names of length 3 or more that start with @samp{.},
7598 the second ignores all two-character names that start with @samp{.}
7599 except @samp{..}, and the third ignores names that start with @samp{#}.
7601 @item -L
7602 @itemx --dereference
7603 @opindex -L
7604 @opindex --dereference
7605 @cindex symbolic links, dereferencing
7606 When showing file information for a symbolic link, show information
7607 for the file the link references rather than the link itself.
7608 However, even with this option, @command{ls} still prints the name
7609 of the link itself, not the name of the file that the link points to.
7611 @item -R
7612 @itemx --recursive
7613 @opindex -R
7614 @opindex --recursive
7615 @cindex recursive directory listing
7616 @cindex directory listing, recursive
7617 List the contents of all directories recursively.
7619 @end table
7622 @node What information is listed
7623 @subsection What information is listed
7625 These options affect the information that @command{ls} displays.  By
7626 default, only file names are shown.
7628 @table @samp
7630 @item --author
7631 @opindex --author
7632 @cindex hurd, author, printing
7633 In long format, list each file's author.
7634 In GNU/Hurd, file authors can differ from their owners, but in other
7635 operating systems the two are the same.
7637 @item -D
7638 @itemx --dired
7639 @opindex -D
7640 @opindex --dired
7641 @cindex dired Emacs mode support
7642 Print an additional line after the main output:
7644 @example
7645 //DIRED// @var{beg1} @var{end1} @var{beg2} @var{end2} @dots{}
7646 @end example
7648 @noindent
7649 The @var{begn} and @var{endn} are unsigned integers that record the
7650 byte position of the beginning and end of each file name in the output.
7651 This makes it easy for Emacs to find the names, even when they contain
7652 unusual characters such as space or newline, without fancy searching.
7654 If directories are being listed recursively via
7655 @option{--recursive} (@option{-R}), output a similar
7656 line with offsets for each subdirectory name:
7658 @example
7659 //SUBDIRED// @var{beg1} @var{end1} @dots{}
7660 @end example
7662 Finally, output a line of the form:
7664 @example
7665 //DIRED-OPTIONS// --quoting-style=@var{word}
7666 @end example
7668 @noindent
7669 where @var{word} is the quoting style (@pxref{Formatting the file names}).
7671 Here is an actual example:
7673 @example
7674 $ mkdir -p a/sub/deeper a/sub2
7675 $ touch a/f1 a/f2
7676 $ touch a/sub/deeper/file
7677 $ ls -gloRF --dired a
7678   a:
7679   total 8
7680   -rw-r--r-- 1    0 Jun 10 12:27 f1
7681   -rw-r--r-- 1    0 Jun 10 12:27 f2
7682   drwxr-xr-x 3 4096 Jun 10 12:27 sub/
7683   drwxr-xr-x 2 4096 Jun 10 12:27 sub2/
7685   a/sub:
7686   total 4
7687   drwxr-xr-x 2 4096 Jun 10 12:27 deeper/
7689   a/sub/deeper:
7690   total 0
7691   -rw-r--r-- 1 0 Jun 10 12:27 file
7693   a/sub2:
7694   total 0
7695 //DIRED// 48 50 84 86 120 123 158 162 217 223 282 286
7696 //SUBDIRED// 2 3 167 172 228 240 290 296
7697 //DIRED-OPTIONS// --quoting-style=literal
7698 @end example
7700 The pairs of offsets on the @samp{//DIRED//} line above delimit
7701 these names: @file{f1}, @file{f2}, @file{sub}, @file{sub2}, @file{deeper},
7702 @file{file}.
7703 The offsets on the @samp{//SUBDIRED//} line delimit the following
7704 directory names: @file{a}, @file{a/sub}, @file{a/sub/deeper}, @file{a/sub2}.
7706 Here is an example of how to extract the fifth entry name, @samp{deeper},
7707 corresponding to the pair of offsets, 222 and 228:
7709 @example
7710 $ ls -gloRF --dired a > out
7711 $ dd bs=1 skip=222 count=6 < out 2>/dev/null; echo
7712 deeper
7713 @end example
7715 Although the listing above includes a trailing slash
7716 for the @samp{deeper} entry, the offsets select the name without
7717 the trailing slash.  However, if you invoke @command{ls} with @option{--dired}
7718 (@option{-D}) along with an option like
7719 @option{--escape} (@option{-b}) and operate
7720 on a file whose name contains special characters, the backslash
7721 @emph{is} included:
7723 @example
7724 $ touch 'a b'
7725 $ ls -blog --dired 'a b'
7726   -rw-r--r-- 1 0 Jun 10 12:28 a\ b
7727 //DIRED// 30 34
7728 //DIRED-OPTIONS// --quoting-style=escape
7729 @end example
7731 If you use a quoting style like @option{--quoting-style=c} (@option{-Q})
7732 that adds quote marks, then the offsets include the quote marks.
7733 So beware that the user may select the quoting style via the environment
7734 variable @env{QUOTING_STYLE}@.  Hence, applications using @option{--dired}
7735 should either specify an explicit @option{--quoting-style=literal}
7736 (@option{-N}) option on the command line, or else be
7737 prepared to parse the escaped names.
7739 The @option{--dired} (@option{-D}) option has well-defined behavior
7740 only when long format is in effect and hyperlinks are disabled (e.g.,
7741 @option{--hyperlink=none}).
7743 @item --full-time
7744 @opindex --full-time
7745 Produce long format, and list times in full.  It is
7746 equivalent to using @option{--format=long} (@option{-l}) with
7747 @option{--time-style=full-iso} (@pxref{Formatting file timestamps}).
7749 @item -g
7750 @opindex -g
7751 Produce long format, but omit owner information.
7753 @item -G
7754 @itemx --no-group
7755 @opindex -G
7756 @opindex --no-group
7757 Inhibit display of group information in long format.
7758 (This is the default in some non-GNU versions of @command{ls}, so we
7759 provide this option for compatibility.)
7761 @optHumanReadable
7763 @item -i
7764 @itemx --inode
7765 @opindex -i
7766 @opindex --inode
7767 @cindex inode number, printing
7768 Print the inode number (also called the file serial number and index
7769 number) of each file to the left of the file name.  (This number
7770 uniquely identifies each file within a particular file system.)
7772 @item -l
7773 @itemx --format=long
7774 @itemx --format=verbose
7775 @opindex -l
7776 @opindex --format
7777 @opindex long ls @r{format}
7778 @opindex verbose ls @r{format}
7779 Produce long format.
7780 In addition to the name of each file, print the file type, file mode bits,
7781 number of hard links, owner name, group name, size, and
7782 timestamp (@pxref{Formatting file timestamps}), normally
7783 the modification timestamp (the mtime, @pxref{File timestamps}).
7784 If the owner or group name cannot be determined, print
7785 the owner or group ID instead, right-justified as a cue
7786 that it is a number rather than a textual name.
7787 Print question marks for other information that
7788 cannot be determined.
7790 Normally the size is printed as a byte count without punctuation, but
7791 this can be overridden (@pxref{Block size}).
7792 For example, @option{--human-readable} (@option{-h})
7793 prints an abbreviated, human-readable count, and
7794 @samp{--block-size="'1"} prints a byte count with the thousands
7795 separator of the current locale.
7797 For each directory that is listed, preface the files with a line
7798 @samp{total @var{blocks}}, where @var{blocks} is the file system allocation
7799 for all files in that directory.  The block size currently defaults to 1024
7800 bytes, but this can be overridden (@pxref{Block size}).
7801 The @var{blocks} computed counts each hard link separately;
7802 this is arguably a deficiency.
7804 The file type is one of the following characters:
7806 @c The commented-out entries are ones we're not sure about.
7808 @table @samp
7809 @item -
7810 regular file
7811 @item b
7812 block special file
7813 @item c
7814 character special file
7815 @item C
7816 high performance (``contiguous data'') file
7817 @item d
7818 directory
7819 @item D
7820 door (Solaris)
7821 @c @item F
7822 @c semaphore, if this is a distinct file type
7823 @item l
7824 symbolic link
7825 @c @item m
7826 @c multiplexed file (7th edition Unix; obsolete)
7827 @item M
7828 off-line (``migrated'') file (Cray DMF)
7829 @item n
7830 network special file (HP-UX)
7831 @item p
7832 FIFO (named pipe)
7833 @item P
7834 port (Solaris)
7835 @c @item Q
7836 @c message queue, if this is a distinct file type
7837 @item s
7838 socket
7839 @c @item S
7840 @c shared memory object, if this is a distinct file type
7841 @c @item T
7842 @c typed memory object, if this is a distinct file type
7843 @c @item w
7844 @c whiteout (4.4BSD; not implemented)
7845 @item ?
7846 some other file type
7847 @end table
7849 @cindex permissions, output by @command{ls}
7850 The file mode bits listed are similar to symbolic mode specifications
7851 (@pxref{Symbolic Modes}).  But @command{ls} combines multiple bits into the
7852 third character of each set of permissions as follows:
7854 @table @samp
7855 @item s
7856 If the set-user-ID or set-group-ID bit and the corresponding executable bit
7857 are both set.
7859 @item S
7860 If the set-user-ID or set-group-ID bit is set but the corresponding
7861 executable bit is not set.
7863 @item t
7864 If the restricted deletion flag or sticky bit, and the
7865 other-executable bit, are both set.  The restricted deletion flag is
7866 another name for the sticky bit.  @xref{Mode Structure}.
7868 @item T
7869 If the restricted deletion flag or sticky bit is set but the
7870 other-executable bit is not set.
7872 @item x
7873 If the executable bit is set and none of the above apply.
7875 @item -
7876 Otherwise.
7877 @end table
7879 Following the file mode bits is a single character that specifies
7880 whether an alternate access method such as an access control list
7881 applies to the file.  When the character following the file mode bits is a
7882 space, there is no alternate access method.  When it is a printing
7883 character, then there is such a method.
7885 GNU @command{ls} uses a @samp{.} character to indicate a file
7886 with a security context, but no other alternate access method.
7888 A file with any other combination of alternate access methods
7889 is marked with a @samp{+} character.
7891 @item -n
7892 @itemx --numeric-uid-gid
7893 @opindex -n
7894 @opindex --numeric-uid-gid
7895 @cindex numeric uid and gid
7896 @cindex numeric user and group IDs
7897 Produce long format, but
7898 display right-justified numeric user and group IDs
7899 instead of left-justified owner and group names.
7901 @item -o
7902 @opindex -o
7903 Produce long format, but omit group information.
7904 It is equivalent to using @option{--format=long} (@option{-l})
7905 with @option{--no-group} (@option{-G}).
7907 @item -s
7908 @itemx --size
7909 @opindex -s
7910 @opindex --size
7911 @cindex file system allocation
7912 @cindex size of files, reporting
7913 Print the file system allocation of each file to the left of the file name.
7914 This is the amount of file system space used by the file, which is usually a
7915 bit more than the file's size, but it can be less if the file has holes.
7917 Normally the allocation is printed in units of
7918 1024 bytes, but this can be overridden (@pxref{Block size}).
7920 @cindex NFS mounts from BSD to HP-UX
7921 For files that are NFS-mounted from an HP-UX system to a BSD system,
7922 this option reports sizes that are half the correct values.  On HP-UX
7923 systems, it reports sizes that are twice the correct values for files
7924 that are NFS-mounted from BSD systems.  This is due to a flaw in HP-UX;
7925 it also affects the HP-UX @command{ls} program.
7927 @optSi
7929 @item -Z
7930 @itemx --context
7931 @opindex -Z
7932 @opindex --context
7933 @cindex SELinux
7934 @cindex security context
7935 Display the SELinux security context or @samp{?} if none is found.
7936 In long format, print the security context to the left of the size column.
7938 @end table
7941 @node Sorting the output
7942 @subsection Sorting the output
7944 @cindex sorting @command{ls} output
7945 These options change the order in which @command{ls} sorts the information
7946 it outputs.  By default, sorting is done by character code
7947 (e.g., ASCII order).
7949 @table @samp
7951 @item -c
7952 @itemx --time=ctime
7953 @itemx --time=status
7954 @opindex -c
7955 @opindex --time
7956 @opindex ctime@r{, printing or sorting by}
7957 @opindex status time@r{, printing or sorting by}
7958 @opindex use time@r{, printing or sorting files by}
7959 In long format,
7960 print the status change timestamp (the ctime) instead of the mtime.
7961 When sorting by time or when not using long format,
7962 sort according to the ctime.  @xref{File timestamps}.
7964 @item -f
7965 @opindex -f
7966 @cindex unsorted directory listing
7967 @cindex directory order, listing by
7968 Produce an unsorted directory listing.
7969 This is equivalent to the combination of @option{--all} (@option{-a}),
7970 @option{--sort=none} (@option{-U}), @option{-1},
7971 @option{--color=none}, and @option{--hyperlink=none},
7972 while also disabling any previous use of @option{--size} (@option{-s}).
7974 @item -r
7975 @itemx --reverse
7976 @opindex -r
7977 @opindex --reverse
7978 @cindex reverse sorting
7979 Reverse whatever the sorting method is---e.g., list files in reverse
7980 alphabetical order, youngest first, smallest first, or whatever.
7981 This option has no effect when @option{--sort=none} (@option{-U})
7982 is in effect.
7984 @item -S
7985 @itemx --sort=size
7986 @opindex -S
7987 @opindex --sort
7988 @opindex size of files@r{, sorting files by}
7989 Sort by file size, largest first.
7991 @item -t
7992 @itemx --sort=time
7993 @opindex -t
7994 @opindex --sort
7995 @opindex modification timestamp@r{, sorting files by}
7996 Sort by modification timestamp (mtime) by default, newest first.
7997 The timestamp to order by can be changed with the @option{--time} option.
7998 @xref{File timestamps}.
8000 @item -u
8001 @itemx --time=atime
8002 @itemx --time=access
8003 @itemx --time=use
8004 @opindex -u
8005 @opindex --time
8006 @opindex use time@r{, printing or sorting files by}
8007 @opindex atime@r{, printing or sorting files by}
8008 @opindex access timestamp@r{, printing or sorting files by}
8009 In long format, print the last access timestamp (the atime).
8010 When sorting by time or when not using long format,
8011 sort according to the atime.
8012 @xref{File timestamps}.
8014 @item --time=birth
8015 @itemx --time=creation
8016 @opindex --time
8017 @opindex birth time@r{, printing or sorting files by}
8018 @opindex creation timestamp@r{, printing or sorting files by}
8019 In long format, print the file creation timestamp if available.
8020 When sorting by time or when not using long format,
8021 sort according to the birth time.
8022 @xref{File timestamps}.
8024 @item -U
8025 @itemx --sort=none
8026 @opindex -U
8027 @opindex --sort
8028 @opindex none@r{, sorting option for @command{ls}}
8029 Do not sort; list the files in whatever order they are
8030 stored in the directory.  (Do not do any of the other unrelated things
8031 that @option{-f} does.)  This can be useful when listing large
8032 directories, where sorting can take some time.
8034 @item -v
8035 @itemx --sort=version
8036 @opindex -v
8037 @opindex --sort
8038 @opindex version@r{, sorting option for @command{ls}}
8039 Sort by version name and number, lowest first.  It behaves like a default
8040 sort, except that each sequence of decimal digits is treated numerically
8041 as an index/version number.  @xref{Version sort ordering}.
8043 @item --sort=width
8044 @opindex --sort
8045 @opindex width@r{, sorting option for @command{ls}}
8046 Sort by printed width of file names.
8047 This can be useful with the @option{--format=vertical} (@option{-C})
8048 output format, to most densely display the listed files.
8050 @item -X
8051 @itemx --sort=extension
8052 @opindex -X
8053 @opindex --sort
8054 @opindex extension@r{, sorting files by}
8055 Sort directory contents alphabetically by file extension (characters
8056 after the last @samp{.}); files with no extension are sorted first.
8058 @end table
8061 @node General output formatting
8062 @subsection General output formatting
8064 These options affect the appearance of the overall output.
8066 @table @samp
8068 @item --format=single-column
8069 @opindex --format
8070 @opindex single-column @r{output of files}
8071 List one file name per line, with no other information.
8072 This is the default for @command{ls} when standard
8073 output is not a terminal.  See also the @option{--escape} (@option{-b}),
8074 @option{--hide-control-chars} (@option{-q}), and @option{--zero} options
8075 to disambiguate output of file names containing newline characters.
8077 @item -1
8078 @opindex -1
8079 List one file per line.  This is like @option{--format=single-column}
8080 except that it has no effect if long format is also in effect.
8082 @item -C
8083 @itemx --format=vertical
8084 @opindex -C
8085 @opindex --format
8086 @opindex vertical @r{sorted files in columns}
8087 List files in columns, sorted vertically, with no other information.
8088 This is the default for @command{ls} if standard output is a terminal.
8089 It is always the default for the @command{dir} program.
8090 GNU @command{ls} uses variable width columns to display as many files as
8091 possible in the fewest lines.
8093 @item --color [=@var{when}]
8094 @opindex --color
8095 @cindex color, distinguishing file types with
8096 Specify whether to use color for distinguishing file types; @var{when}
8097 may be omitted, or one of:
8098 @itemize @bullet
8099 @item none
8100 @vindex none @r{color option}
8101 - Do not use color at all.  This is the default.
8102 @item auto
8103 @vindex auto @r{color option}
8104 @cindex terminal, using color iff
8105 - Only use color if standard output is a terminal.
8106 @item always
8107 @vindex always @r{color option}
8108 - Always use color.
8109 @end itemize
8110 Specifying @option{--color} and no @var{when} is equivalent to
8111 @option{--color=always}.
8112 If piping a colored listing through a pager like @command{less},
8113 use the pager's @option{-R} option to pass the color codes to the terminal.
8115 @vindex LS_COLORS
8116 @vindex SHELL @r{environment variable, and color}
8117 Using the @option{--color} option may incur a noticeable
8118 performance penalty when run in a large directory,
8119 because the default settings require that @command{ls} @code{stat} every
8120 single file it lists.
8121 However, if you would like most of the file-type coloring
8122 but can live without the other coloring options (e.g.,
8123 executable, orphan, sticky, other-writable, capability), use
8124 @command{dircolors} to set the @env{LS_COLORS} environment variable like this,
8125 @example
8126 eval $(dircolors -p | perl -pe \
8127   's/^((CAP|S[ET]|O[TR]|M|E)\w+).*/$1 00/' | dircolors -)
8128 @end example
8129 and on a @code{dirent.d_type}-capable file system, @command{ls}
8130 will perform only one @code{stat} call per command line argument.
8132 @item -F
8133 @itemx --classify [=@var{when}]
8134 @itemx --indicator-style=classify
8135 @opindex -F
8136 @opindex --classify
8137 @opindex --indicator-style
8138 @cindex file type and executables, marking
8139 @cindex executables and file type, marking
8140 Append a character to each file name indicating the file type.  Also,
8141 for regular files that are executable, append @samp{*}.  The file type
8142 indicators are @samp{/} for directories, @samp{@@} for symbolic links,
8143 @samp{|} for FIFOs, @samp{=} for sockets, @samp{>} for doors,
8144 and nothing for regular files.
8145 @var{when} may be omitted, or one of:
8146 @itemize @bullet
8147 @item none
8148 @vindex none @r{classify option}
8149 - Do not classify.  This is the default.
8150 @item auto
8151 @vindex auto @r{classify option}
8152 @cindex terminal, using classify iff
8153 - Only classify if standard output is a terminal.
8154 @item always
8155 @vindex always @r{classify option}
8156 - Always classify.
8157 @end itemize
8158 Specifying @option{--classify} and no @var{when} is equivalent to
8159 @option{--classify=always}.
8160 @c The following sentence is the same as the one for -d.
8161 Do not follow symbolic links listed on the
8162 command line unless the @option{--dereference-command-line} (@option{-H}),
8163 @option{--dereference} (@option{-L}), or
8164 @option{--dereference-command-line-symlink-to-dir} options are specified.
8166 @item --file-type
8167 @itemx --indicator-style=file-type
8168 @opindex --file-type
8169 @opindex --indicator-style
8170 @cindex file type, marking
8171 Append a character to each file name indicating the file type.  This is
8172 like @option{--classify} (@option{-F}, except that executables are not marked.
8174 @item --hyperlink [=@var{when}]
8175 @opindex --hyperlink
8176 @cindex hyperlink, linking to files
8177 Output codes recognized by some terminals to link
8178 to files using the @samp{file://} URI format.
8179 @var{when} may be omitted, or one of:
8180 @itemize @bullet
8181 @item none
8182 @vindex none @r{hyperlink option}
8183 - Do not use hyperlinks at all.  This is the default.
8184 @item auto
8185 @vindex auto @r{hyperlink option}
8186 @cindex terminal, using hyperlink iff
8187 - Only use hyperlinks if standard output is a terminal.
8188 @item always
8189 @vindex always @r{hyperlink option}
8190 - Always use hyperlinks.
8191 @end itemize
8192 Specifying @option{--hyperlink} and no @var{when} is equivalent to
8193 @option{--hyperlink=always}.
8195 @item --indicator-style=@var{word}
8196 @opindex --indicator-style
8197 Append a character indicator with style @var{word} to entry names,
8198 as follows:
8200 @table @samp
8201 @item none
8202 Do not append any character indicator; this is the default.
8203 @item slash
8204 Append @samp{/} for directories.  This is the same as the @option{-p}
8205 option.
8206 @item file-type
8207 Append @samp{/} for directories, @samp{@@} for symbolic links, @samp{|}
8208 for FIFOs, @samp{=} for sockets, and nothing for regular files.  This is
8209 the same as the @option{--file-type} option.
8210 @item classify
8211 Append @samp{*} for executable regular files, otherwise behave as for
8212 @samp{file-type}.  This is the same as the @option{--classify}
8213 (@option{-F}) option.
8214 @end table
8216 @item -k
8217 @itemx --kibibytes
8218 @opindex -k
8219 @opindex --kibibytes
8220 Set the default block size to its normal value of 1024 bytes,
8221 overriding any contrary specification in environment variables
8222 (@pxref{Block size}).  If @option{--block-size},
8223 @option{--human-readable} (@option{-h}), or @option{--si} options are used,
8224 they take precedence even if @option{--kibibytes} (@option{-k}) is placed after
8226 The @option{--kibibytes} (@option{-k}) option affects the
8227 per-directory block count written in long format,
8228 and the file system allocation written by the @option{--size} (@option{-s})
8229 option.  It does not affect the file size in bytes that is written in
8230 long format.
8232 @item -m
8233 @itemx --format=commas
8234 @opindex -m
8235 @opindex --format
8236 @opindex commas@r{, outputting between files}
8237 List files horizontally, with as many as will fit on each line,
8238 separated by @samp{, } (a comma and a space),
8239 and with no other information.
8241 @item -p
8242 @itemx --indicator-style=slash
8243 @opindex -p
8244 @opindex --indicator-style
8245 @cindex file type, marking
8246 Append a @samp{/} to directory names.
8248 @item -x
8249 @itemx --format=across
8250 @itemx --format=horizontal
8251 @opindex -x
8252 @opindex --format
8253 @opindex across@r{, listing files}
8254 @opindex horizontal@r{, listing files}
8255 List the files in columns, sorted horizontally.
8257 @item -T @var{cols}
8258 @itemx --tabsize=@var{cols}
8259 @opindex -T
8260 @opindex --tabsize
8261 Assume that each tab stop is @var{cols} columns wide.  The default is 8.
8262 @command{ls} uses tabs where possible in the output, for efficiency.  If
8263 @var{cols} is zero, do not use tabs at all.
8265 Some terminal emulators might not properly align columns to the right of a
8266 TAB following a non-ASCII byte.  You can avoid that issue by using the
8267 @option{-T0} option or put @code{TABSIZE=0} in your environment, to tell
8268 @command{ls} to align using spaces, not tabs.
8270 @item -w @var{cols}
8271 @itemx --width=@var{cols}
8272 @opindex -w
8273 @opindex --width
8274 @vindex COLUMNS
8275 Assume the screen is @var{cols} columns wide.  The default is taken
8276 from the terminal settings if possible; otherwise the environment
8277 variable @env{COLUMNS} is used if it is set; otherwise the default
8278 is 80.  With a @var{cols} value of @samp{0}, there is no limit on
8279 the length of the output line, and that single output line will
8280 be delimited with spaces, not tabs.
8282 @item --zero
8283 @opindex --zero
8284 @outputNUL
8285 This option is incompatible with the @option{--dired} (@option{-D}) option.
8286 This option also implies the options @option{--show-control-chars},
8287 @option{-1}, @option{--color=none}, and
8288 @option{--quoting-style=literal} (@option{-N}).
8290 @end table
8293 @node Formatting file timestamps
8294 @subsection Formatting file timestamps
8296 By default, file timestamps are listed in abbreviated form, using
8297 a date like @samp{Mar 30@ @ 2020} for non-recent timestamps, and a
8298 date-without-year and time like @samp{Mar 30 23:45} for recent timestamps.
8299 This format can change depending on the current locale as detailed below.
8301 @cindex clock skew
8302 A timestamp is considered to be @dfn{recent} if it is less than six
8303 months old, and is not dated in the future.  If a timestamp dated
8304 today is not listed in recent form, the timestamp is in the future,
8305 which means you probably have clock skew problems which may break
8306 programs like @command{make} that rely on file timestamps.
8307 @xref{File timestamps}.
8309 @vindex TZ
8310 Timestamps are listed according to the time zone rules specified by
8311 the @env{TZ} environment variable, or by the system default rules if
8312 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
8313 with @env{TZ}, libc, The GNU C Library Reference Manual}.
8315 The following option changes how file timestamps are printed.
8317 @table @samp
8318 @item --time-style=@var{style}
8319 @opindex --time-style
8320 @cindex time style
8321 List timestamps in style @var{style}.  The @var{style} should
8322 be one of the following:
8324 @table @samp
8325 @item +@var{format}
8326 @vindex LC_TIME
8327 List timestamps using @var{format}, where @var{format} is interpreted
8328 like the format argument of @command{date} (@pxref{date invocation}).
8329 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
8330 @command{ls} to list timestamps like @samp{2020-03-30 23:45:56}.  As
8331 with @command{date}, @var{format}'s interpretation is affected by the
8332 @env{LC_TIME} locale category.
8334 If @var{format} contains two format strings separated by a newline,
8335 the former is used for non-recent files and the latter for recent
8336 files; if you want output columns to line up, you may need to insert
8337 spaces in one of the two formats.
8339 @item full-iso
8340 List timestamps in full using ISO 8601-like date, time, and time zone
8341 components with nanosecond precision, e.g., @samp{2020-07-21
8342 23:45:56.477817180 -0400}.  This style is equivalent to
8343 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
8345 This is useful because the time output includes all the information that
8346 is available from the operating system.  For example, this can help
8347 explain @command{make}'s behavior, since GNU @command{make}
8348 uses the full timestamp to determine whether a file is out of date.
8350 @item long-iso
8351 List ISO 8601 date and time components with minute precision, e.g.,
8352 @samp{2020-03-30 23:45}.  These timestamps are shorter than
8353 @samp{full-iso} timestamps, and are usually good enough for everyday
8354 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
8356 @item iso
8357 List ISO 8601 dates for non-recent timestamps (e.g.,
8358 @samp{2020-03-30@ }), and ISO 8601-like month, day, hour, and
8359 minute for recent timestamps (e.g., @samp{03-30 23:45}).  These
8360 timestamps are uglier than @samp{long-iso} timestamps, but they carry
8361 nearly the same information in a smaller space and their brevity helps
8362 @command{ls} output fit within traditional 80-column output lines.
8363 The following two @command{ls} invocations are equivalent:
8365 @example
8366 newline='
8368 ls -l --time-style="+%Y-%m-%d $newline%m-%d %H:%M"
8369 ls -l --time-style="iso"
8370 @end example
8372 @item locale
8373 @vindex LC_TIME
8374 List timestamps in a locale-dependent form.  For example, a French
8375 locale might list non-recent timestamps like @samp{30 mars@ @ @ 2020}
8376 and recent timestamps like @samp{30 mars@ @ 23:45}.  Locale-dependent
8377 timestamps typically consume more space than @samp{iso} timestamps and
8378 are harder for programs to parse because locale conventions vary so
8379 widely, but they are easier for many people to read.
8381 The @env{LC_TIME} locale category specifies the timestamp format.  The
8382 default POSIX locale uses timestamps like @samp{Mar 30@
8383 @ 2020} and @samp{Mar 30 23:45}; in this locale, the following two
8384 @command{ls} invocations are equivalent:
8386 @example
8387 newline='
8389 ls -l --time-style="+%b %e  %Y$newline%b %e %H:%M"
8390 ls -l --time-style="locale"
8391 @end example
8393 Other locales behave differently.  For example, in a German locale,
8394 @option{--time-style="locale"} might be equivalent to
8395 @option{--time-style="+%e. %b %Y $newline%e. %b %H:%M"}
8396 and might generate timestamps like @samp{30. M@"ar 2020@ } and
8397 @samp{30. M@"ar 23:45}.
8399 @item posix-@var{style}
8400 @vindex LC_TIME
8401 List POSIX-locale timestamps if the @env{LC_TIME} locale
8402 category is POSIX, @var{style} timestamps otherwise.  For
8403 example, the @samp{posix-long-iso} style lists
8404 timestamps like @samp{Mar 30@ @ 2020} and @samp{Mar 30 23:45} when in
8405 the POSIX locale, and like @samp{2020-03-30 23:45} otherwise.
8406 @end table
8407 @end table
8409 @vindex TIME_STYLE
8410 You can specify the default value of the @option{--time-style} option
8411 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
8412 the default style is @samp{locale}.  GNU Emacs 21.3 and
8413 later use the @option{--dired} option and therefore can parse any date
8414 format, but if you are using Emacs 21.1 or 21.2 and specify a
8415 non-POSIX locale you may need to set
8416 @samp{TIME_STYLE="posix-long-iso"}.
8418 To avoid certain denial-of-service attacks, timestamps that would be
8419 longer than 1000 bytes may be treated as errors.
8422 @node Formatting the file names
8423 @subsection Formatting the file names
8425 These options change how file names themselves are printed.
8427 @table @samp
8429 @item -b
8430 @itemx --escape
8431 @itemx --quoting-style=escape
8432 @opindex -b
8433 @opindex --escape
8434 @opindex --quoting-style
8435 @cindex backslash sequences for file names
8436 Quote nongraphic characters in file names using alphabetic and octal
8437 backslash sequences like those used in C.
8439 @item -N
8440 @itemx --literal
8441 @itemx --quoting-style=literal
8442 @opindex -N
8443 @opindex --literal
8444 @opindex --quoting-style
8445 Do not quote file names.  However, with @command{ls} nongraphic
8446 characters are still printed as question marks if the output is a
8447 terminal and you do not specify the @option{--show-control-chars}
8448 option.
8450 @item -q
8451 @itemx --hide-control-chars
8452 @opindex -q
8453 @opindex --hide-control-chars
8454 Print question marks instead of nongraphic characters in file names.
8455 This is the default if the output is a terminal and the program is
8456 @command{ls}.
8458 @item -Q
8459 @itemx --quote-name
8460 @itemx --quoting-style=c
8461 @opindex -Q
8462 @opindex --quote-name
8463 @opindex --quoting-style
8464 Enclose file names in double quotes and quote nongraphic characters as
8465 in C.
8467 @item --quoting-style=@var{word}
8468 @opindex --quoting-style
8469 @cindex quoting style
8470 Use style @var{word} to quote file names and other strings that may
8471 contain arbitrary characters.  The @var{word} should
8472 be one of the following:
8474 @macro quotingStyles
8475 @table @samp
8476 @item literal
8477 Output strings as-is; this is the same as the @option{--literal} (@option{-N})
8478 option.
8479 @item shell
8480 Quote strings for the shell if they contain shell metacharacters or would
8481 cause ambiguous output.
8482 The quoting is suitable for POSIX-compatible shells like
8483 @command{bash}, but it does not always work for incompatible shells
8484 like @command{csh}.
8485 @item shell-always
8486 Quote strings for the shell, even if they would normally not require quoting.
8487 @item shell-escape
8488 Like @samp{shell}, but also quoting non-printable characters using the POSIX
8489 proposed @samp{$''} syntax suitable for most shells.
8490 @item shell-escape-always
8491 Like @samp{shell-escape}, but quote strings even if they would
8492 normally not require quoting.
8493 @item c
8494 Quote strings as for C character string literals, including the
8495 surrounding double-quote characters; this is the same as the
8496 @option{--quote-name} (@option{-Q}) option.
8497 @item escape
8498 Quote strings as for C character string literals, except omit the
8499 surrounding double-quote
8500 characters; this is the same as the @option{--escape} (@option{-b}) option.
8501 @item clocale
8502 Quote strings as for C character string literals, except use
8503 surrounding quotation marks appropriate for the
8504 locale.
8505 @item locale
8506 @c Use @t instead of @samp to avoid duplicate quoting in some output styles.
8507 Quote strings as for C character string literals, except use
8508 surrounding quotation marks appropriate for the locale, and quote
8509 @t{'like this'} instead of @t{"like
8510 this"} in the default C locale.  This looks nicer on many displays.
8511 @end table
8512 @end macro
8513 @quotingStyles
8515 You can specify the default value of the @option{--quoting-style} option
8516 with the environment variable @env{QUOTING_STYLE}@.  If that environment
8517 variable is not set, the default value is @samp{shell-escape} when the
8518 output is a terminal, and @samp{literal} otherwise.
8520 @item --show-control-chars
8521 @opindex --show-control-chars
8522 Print nongraphic characters as-is in file names.
8523 This is the default unless the output is a terminal and the program is
8524 @command{ls}.
8526 @end table
8529 @node dir invocation
8530 @section @command{dir}: Briefly list directory contents
8532 @pindex dir
8533 @cindex directory listing, brief
8535 @command{dir} is equivalent to @code{ls -C
8536 -b}; that is, by default files are listed in columns, sorted vertically,
8537 and special characters are represented by backslash escape sequences.
8539 @xref{ls invocation, @command{ls}}.
8542 @node vdir invocation
8543 @section @command{vdir}: Verbosely list directory contents
8545 @pindex vdir
8546 @cindex directory listing, verbose
8548 @command{vdir} is equivalent to @code{ls -l
8549 -b}; that is, by default files are listed in long format and special
8550 characters are represented by backslash escape sequences.
8552 @xref{ls invocation, @command{ls}}.
8554 @node dircolors invocation
8555 @section @command{dircolors}: Color setup for @command{ls}
8557 @pindex dircolors
8558 @cindex color setup
8559 @cindex setup for color
8561 @command{dircolors} outputs a sequence of shell commands to set up the
8562 terminal for color output from @command{ls} (and @command{dir}, etc.).
8563 Typical usage:
8565 @example
8566 eval "$(dircolors [@var{option}]@dots{} [@var{file}])"
8567 @end example
8569 If @var{file} is specified, @command{dircolors} reads it to determine which
8570 colors to use for which file types and extensions.  Otherwise, a
8571 precompiled database is used.  For details on the format of these files,
8572 run @samp{dircolors --print-database}.
8574 To make @command{dircolors} read a @file{~/.dircolors} file if it
8575 exists, you can put the following lines in your @file{~/.bashrc} (or
8576 adapt them to your favorite shell):
8578 @example
8579 d=.dircolors
8580 test -r $d && eval "$(dircolors $d)"
8581 @end example
8583 @vindex LS_COLORS
8584 @vindex SHELL @r{environment variable, and color}
8585 The output is a shell command to set the @env{LS_COLORS} environment
8586 variable.  You can specify the shell syntax to use on the command line,
8587 or @command{dircolors} will guess it from the value of the @env{SHELL}
8588 environment variable.
8590 The program accepts the following options.  Also see @ref{Common options}.
8592 @table @samp
8593 @item -b
8594 @itemx --sh
8595 @itemx --bourne-shell
8596 @opindex -b
8597 @opindex --sh
8598 @opindex --bourne-shell
8599 @cindex Bourne shell syntax for color setup
8600 @cindex @command{sh} syntax for color setup
8601 Output Bourne shell commands.  This is the default if the @env{SHELL}
8602 environment variable is set and does not end with @samp{csh} or
8603 @samp{tcsh}.
8605 @item -c
8606 @itemx --csh
8607 @itemx --c-shell
8608 @opindex -c
8609 @opindex --csh
8610 @opindex --c-shell
8611 @cindex C shell syntax for color setup
8612 @cindex @command{csh} syntax for color setup
8613 Output C shell commands.  This is the default if @code{SHELL} ends with
8614 @command{csh} or @command{tcsh}.
8616 @item -p
8617 @itemx --print-database
8618 @opindex -p
8619 @opindex --print-database
8620 @cindex color database, printing
8621 @cindex database for color setup, printing
8622 @cindex printing color database
8623 Print the (compiled-in) default color configuration database.  This
8624 output is itself a valid configuration file, and is fairly descriptive
8625 of the possibilities.
8627 @end table
8629 @exitstatus
8632 @node Basic operations
8633 @chapter Basic operations
8635 @cindex manipulating files
8637 This chapter describes the commands for basic file manipulation:
8638 copying, moving (renaming), and deleting (removing).
8640 @menu
8641 * cp invocation::               Copy files.
8642 * dd invocation::               Convert and copy a file.
8643 * install invocation::          Copy files and set attributes.
8644 * mv invocation::               Move (rename) files.
8645 * rm invocation::               Remove files or directories.
8646 * shred invocation::            Remove files more securely.
8647 @end menu
8650 @node cp invocation
8651 @section @command{cp}: Copy files and directories
8653 @pindex cp
8654 @cindex copying files and directories
8655 @cindex files, copying
8656 @cindex directories, copying
8658 @command{cp} copies files (or, optionally, directories).  The copy is
8659 completely independent of the original.  You can either copy one file to
8660 another, or copy arbitrarily many files to a destination directory.
8661 Synopses:
8663 @example
8664 cp [@var{option}]@dots{} [-T] @var{source} @var{dest}
8665 cp [@var{option}]@dots{} @var{source}@dots{} @var{directory}
8666 cp [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
8667 @end example
8669 @itemize @bullet
8670 @item
8671 If two file names are given, @command{cp} copies the first file to the
8672 second.
8674 @item
8675 If the @option{--target-directory} (@option{-t}) option is given, or
8676 failing that if the last file is a directory and the
8677 @option{--no-target-directory} (@option{-T}) option is not given,
8678 @command{cp} copies each @var{source} file to the specified directory,
8679 using the @var{source}s' names.
8680 @end itemize
8682 Generally, files are written just as they are read.  For exceptions,
8683 see the @option{--sparse} option below.
8685 By default, @command{cp} does not copy directories.  However, the
8686 @option{-R}, @option{-a}, and @option{-r} options cause @command{cp} to
8687 copy recursively by descending into source directories and copying files
8688 to corresponding destination directories.
8690 When copying from a symbolic link, @command{cp} normally follows the
8691 link only when not copying recursively or when @option{--link}
8692 (@option{-l}) is used.  This default can be overridden with the
8693 @option{--archive} (@option{-a}), @option{-d}, @option{--dereference}
8694 (@option{-L}), @option{--no-dereference} (@option{-P}), and
8695 @option{-H} options.  If more than one of these options is specified,
8696 the last one silently overrides the others.
8698 When copying to a symbolic link, @command{cp} follows the
8699 link only when it refers to an existing regular file.
8700 However, when copying to a dangling symbolic link, @command{cp}
8701 refuses by default, and fails with a diagnostic, since the operation
8702 is inherently dangerous.  This behavior is contrary to historical
8703 practice and to POSIX@.
8704 Set @env{POSIXLY_CORRECT} to make @command{cp} attempt to create
8705 the target of a dangling destination symlink, in spite of the possible risk.
8706 Also, when an option like
8707 @option{--backup} or @option{--link} acts to rename or remove the
8708 destination before copying, @command{cp} renames or removes the
8709 symbolic link rather than the file it points to.
8711 By default, @command{cp} copies the contents of special files only
8712 when not copying recursively.  This default can be overridden with the
8713 @option{--copy-contents} option.
8715 @cindex self-backups
8716 @cindex backups, making only
8717 @command{cp} generally refuses to copy a file onto itself, with the
8718 following exception: if @option{--force --backup} is specified with
8719 @var{source} and @var{dest} identical, and referring to a regular file,
8720 @command{cp} will make a backup file, either regular or numbered, as
8721 specified in the usual ways (@pxref{Backup options}).  This is useful when
8722 you simply want to make a backup of an existing file before changing it.
8724 The program accepts the following options.  Also see @ref{Common options}.
8726 @table @samp
8727 @item -a
8728 @itemx --archive
8729 @opindex -a
8730 @opindex --archive
8731 Preserve as much as possible of the structure and attributes of the
8732 original files in the copy (but do not attempt to preserve internal
8733 directory structure; i.e., @samp{ls -U} may list the entries in a copied
8734 directory in a different order).
8735 Try to preserve SELinux security context and extended attributes (xattr),
8736 but ignore any failure to do that and print no corresponding diagnostic.
8737 Equivalent to @option{-dR --preserve=all} with the reduced diagnostics.
8739 @item --attributes-only
8740 @opindex --attributes-only
8741 Copy only the specified attributes of the source file to the destination.
8742 If the destination already exists, do not alter its contents.
8743 See the @option{--preserve} option for controlling which attributes to copy.
8745 @item -b
8746 @itemx --backup[=@var{method}]
8747 @opindex -b
8748 @opindex --backup
8749 @vindex VERSION_CONTROL
8750 @cindex backups, making
8751 @xref{Backup options}.
8752 Make a backup of each file that would otherwise be overwritten or removed.
8753 As a special case, @command{cp} makes a backup of @var{source} when the force
8754 and backup options are given and @var{source} and @var{dest} are the same
8755 name for an existing, regular file.  One useful application of this
8756 combination of options is this tiny Bourne shell script:
8758 @example
8759 #!/bin/sh
8760 # Usage: backup FILE...
8761 # Create a GNU-style backup of each listed FILE.
8762 fail=0
8763 for i; do
8764   cp --backup --force --preserve=all -- "$i" "$i" || fail=1
8765 done
8766 exit $fail
8767 @end example
8769 @item --copy-contents
8770 @cindex directories, copying recursively
8771 @cindex copying directories recursively
8772 @cindex recursively copying directories
8773 @cindex non-directories, copying as special files
8774 If copying recursively, copy the contents of any special files (e.g.,
8775 FIFOs and device files) as if they were regular files.  This means
8776 trying to read the data in each source file and writing it to the
8777 destination.  It is usually a mistake to use this option, as it
8778 normally has undesirable effects on special files like FIFOs and the
8779 ones typically found in the @file{/dev} directory.  In most cases,
8780 @code{cp -R --copy-contents} will hang indefinitely trying to read
8781 from FIFOs and special files like @file{/dev/console}, and it will
8782 fill up your destination file system if you use it to copy @file{/dev/zero}.
8783 This option has no effect unless copying recursively, and it does not
8784 affect the copying of symbolic links.
8786 @item -d
8787 @opindex -d
8788 @cindex symbolic links, copying
8789 @cindex hard links, preserving
8790 Copy symbolic links as symbolic links rather than copying the files that
8791 they point to, and preserve hard links between source files in the copies.
8792 Equivalent to @option{--no-dereference --preserve=links}.
8794 @item -f
8795 @itemx --force
8796 @opindex -f
8797 @opindex --force
8798 When copying without this option and an existing destination file cannot
8799 be opened for writing, the copy fails.  However, with @option{--force},
8800 when a destination file cannot be opened, @command{cp} then
8801 tries to recreate the file by first removing it.  Note @option{--force}
8802 alone will not remove dangling symlinks.
8803 When this option is combined with
8804 @option{--link} (@option{-l}) or @option{--symbolic-link}
8805 (@option{-s}), the destination link is replaced, and unless
8806 @option{--backup} (@option{-b}) is also given there is no brief
8807 moment when the destination does not exist.  Also see the
8808 description of @option{--remove-destination}.
8810 This option is independent of the @option{--interactive} or
8811 @option{-i} option: neither cancels the effect of the other.
8813 This option is ignored when the @option{--no-clobber} or @option{-n} option
8814 is also used.
8816 @item -H
8817 @opindex -H
8818 If a command line argument specifies a symbolic link, then copy the
8819 file it points to rather than the symbolic link itself.  However,
8820 copy (preserving its nature) any symbolic link that is encountered
8821 via recursive traversal.
8823 @item -i
8824 @itemx --interactive
8825 @opindex -i
8826 @opindex --interactive
8827 When copying a file other than a directory, prompt whether to
8828 overwrite an existing destination file.  The @option{-i} option overrides
8829 a previous @option{-n} option.
8831 @item -l
8832 @itemx --link
8833 @opindex -l
8834 @opindex --link
8835 Make hard links instead of copies of non-directories.
8837 @item -L
8838 @itemx --dereference
8839 @opindex -L
8840 @opindex --dereference
8841 Follow symbolic links when copying from them.
8842 With this option, @command{cp} cannot create a symbolic link.
8843 For example, a symlink (to regular file) in the source tree will be copied to
8844 a regular file in the destination tree.
8846 @item -n
8847 @itemx --no-clobber
8848 @opindex -n
8849 @opindex --no-clobber
8850 Do not overwrite an existing file; silently do nothing instead.
8851 This option overrides a previous
8852 @option{-i} option.  This option is mutually exclusive with @option{-b} or
8853 @option{--backup} option.
8855 @item -P
8856 @itemx --no-dereference
8857 @opindex -P
8858 @opindex --no-dereference
8859 @cindex symbolic links, copying
8860 Copy symbolic links as symbolic links rather than copying the files that
8861 they point to.  This option affects only symbolic links in the source;
8862 symbolic links in the destination are always followed if possible.
8864 @item -p
8865 @itemx --preserve[=@var{attribute_list}]
8866 @opindex -p
8867 @opindex --preserve
8868 @cindex file information, preserving, extended attributes, xattr
8869 Preserve the specified attributes of the original files.
8870 If specified, the @var{attribute_list} must be a comma-separated list
8871 of one or more of the following strings:
8873 @table @samp
8874 @item mode
8875 Preserve the file mode bits and access control lists.
8876 @item ownership
8877 Preserve the owner and group.  On most modern systems,
8878 only users with appropriate privileges may change the owner of a file,
8879 and ordinary users
8880 may preserve the group ownership of a file only if they happen to be
8881 a member of the desired group.
8882 @item timestamps
8883 Preserve the times of last access and last modification, when possible.
8884 On older systems, it is not possible to preserve these attributes
8885 when the affected file is a symbolic link.
8886 However, many systems now provide the @code{utimensat} function,
8887 which makes it possible even for symbolic links.
8888 @item links
8889 Preserve in the destination files
8890 any links between corresponding source files.
8891 Note that with @option{-L} or @option{-H}, this option can convert
8892 symbolic links to hard links.  For example,
8893 @example
8894 $ mkdir c; : > a; ln -s a b; cp -aH a b c; ls -i1 c
8895 74161745 a
8896 74161745 b
8897 @end example
8898 @noindent
8899 Note the inputs: @file{b} is a symlink to regular file @file{a},
8900 yet the files in destination directory, @file{c/}, are hard-linked.
8901 Since @option{-a} implies @option{--no-dereference} it would copy the symlink,
8902 but the later @option{-H} tells @command{cp} to dereference the command line
8903 arguments where it then sees two files with the same inode number.
8904 Then the @option{--preserve=links} option also implied by @option{-a}
8905 will preserve the perceived hard link.
8907 Here is a similar example that exercises @command{cp}'s @option{-L} option:
8908 @example
8909 $ mkdir b c; (cd b; : > a; ln -s a b); cp -aL b c; ls -i1 c/b
8910 74163295 a
8911 74163295 b
8912 @end example
8914 @item context
8915 Preserve SELinux security context of the file, or fail with full diagnostics.
8916 @item xattr
8917 Preserve extended attributes of the file, or fail with full diagnostics.
8918 If @command{cp} is built without xattr support, ignore this option.
8919 If SELinux context, ACLs or Capabilities are implemented using xattrs,
8920 they are preserved implicitly by this option as well, i.e., even without
8921 specifying @option{--preserve=mode} or @option{--preserve=context}.
8922 @item all
8923 Preserve all file attributes.
8924 Equivalent to specifying all of the above, but with the difference
8925 that failure to preserve SELinux security context or extended attributes
8926 does not change @command{cp}'s exit status.  In contrast to @option{-a},
8927 all but @samp{Operation not supported} warnings are output.
8928 @end table
8930 Using @option{--preserve} with no @var{attribute_list} is equivalent
8931 to @option{--preserve=mode,ownership,timestamps}.
8933 In the absence of this option, the permissions of existing destination
8934 files are unchanged.  Each new file is created with the mode of the
8935 corresponding source file minus the set-user-ID, set-group-ID, and
8936 sticky bits as the create mode; the operating system then applies either
8937 the umask or a default ACL, possibly resulting in a more restrictive
8938 file mode.
8939 @xref{File permissions}.
8941 @item --no-preserve=@var{attribute_list}
8942 @cindex file information, preserving
8943 Do not preserve the specified attributes.  The @var{attribute_list}
8944 has the same form as for @option{--preserve}.
8946 @item --parents
8947 @opindex --parents
8948 @cindex parent directories and @command{cp}
8949 Form the name of each destination file by appending to the target
8950 directory a slash and the specified name of the source file.  The last
8951 argument given to @command{cp} must be the name of an existing directory.
8952 For example, the command:
8954 @example
8955 cp --parents a/b/c existing_dir
8956 @end example
8958 @noindent
8959 copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
8960 any missing intermediate directories.
8962 @item -R
8963 @itemx -r
8964 @itemx --recursive
8965 @opindex -R
8966 @opindex -r
8967 @opindex --recursive
8968 @cindex directories, copying recursively
8969 @cindex copying directories recursively
8970 @cindex recursively copying directories
8971 @cindex non-directories, copying as special files
8972 Copy directories recursively.  By default, do not follow symbolic
8973 links in the source unless used together with the @option{--link}
8974 (@option{-l}) option; see the @option{--archive} (@option{-a}), @option{-d},
8975 @option{--dereference} (@option{-L}), @option{--no-dereference}
8976 (@option{-P}), and @option{-H} options.  Special files are copied by
8977 creating a destination file of the same type as the source; see the
8978 @option{--copy-contents} option.  It is not portable to use
8979 @option{-r} to copy symbolic links or special files.  On some
8980 non-GNU systems, @option{-r} implies the equivalent of
8981 @option{-L} and @option{--copy-contents} for historical reasons.
8982 Also, it is not portable to use @option{-R} to copy symbolic links
8983 unless you also specify @option{-P}, as POSIX allows
8984 implementations that dereference symbolic links by default.
8986 @item --reflink[=@var{when}]
8987 @opindex --reflink[=@var{when}]
8988 @cindex COW
8989 @cindex clone
8990 @cindex copy on write
8991 Perform a lightweight, copy-on-write (COW) copy, if supported by the
8992 file system.  Once it has succeeded, beware that the source and destination
8993 files share the same data blocks as long as they remain unmodified.
8994 Thus, if an I/O error affects data blocks of one of the files,
8995 the other suffers the same fate.
8997 The @var{when} value can be one of the following:
8999 @table @samp
9000 @item always
9001 If the copy-on-write operation is not supported
9002 then report the failure for each file and exit with a failure status.
9003 Plain @option{--reflink} is equivalent to @option{--reflink=when}.
9005 @item auto
9006 If the copy-on-write operation is not supported then fall back
9007 to the standard copy behavior.
9008 This is the default if no @option{--reflink} option is given.
9010 @item never
9011 Disable copy-on-write operation and use the standard copy behavior.
9012 @end table
9014 This option is overridden by the @option{--link}, @option{--symbolic-link}
9015 and @option{--attributes-only} options, thus allowing it to be used
9016 to configure the default data copying behavior for @command{cp}.
9018 @item --remove-destination
9019 @opindex --remove-destination
9020 Remove each existing destination file before attempting to open it
9021 (contrast with @option{-f} above).
9023 @item --sparse=@var{when}
9024 @opindex --sparse=@var{when}
9025 @cindex sparse files, copying
9026 @cindex holes, copying files with
9027 @findex read @r{system call, and holes}
9028 A @dfn{sparse file} contains @dfn{holes}---a sequence of zero bytes that
9029 does not occupy any file system blocks; the @samp{read} system call
9030 reads these as zeros.  This can both save considerable space and
9031 increase speed, since many binary files contain lots of consecutive zero
9032 bytes.  By default, @command{cp} detects holes in input source files via a crude
9033 heuristic and makes the corresponding output file sparse as well.
9034 Only regular files may be sparse.
9036 The @var{when} value can be one of the following:
9038 @table @samp
9039 @item auto
9040 The default behavior: if the input file is sparse, attempt to make
9041 the output file sparse, too.  However, if an output file exists but
9042 refers to a non-regular file, then do not attempt to make it sparse.
9044 @item always
9045 For each sufficiently long sequence of zero bytes in the input file,
9046 attempt to create a corresponding hole in the output file, even if the
9047 input file does not appear to be sparse.
9048 This is useful when the input file resides on a file system
9049 that does not support sparse files
9050 (for example,  @samp{efs} file systems in SGI IRIX 5.3 and earlier),
9051 but the output file is on a type of file system that does support them.
9052 Holes may be created only in regular files, so if the destination file
9053 is of some other type, @command{cp} does not even try to make it sparse.
9055 @item never
9056 Never make the output file sparse.
9057 This is useful in creating a file for use with the @command{mkswap} command,
9058 since such a file must not have any holes.
9059 @end table
9061 For example, with the following alias, @command{cp} will use the
9062 minimum amount of space supported by the file system.
9063 (Older versions of @command{cp} can also benefit from
9064 @option{--reflink=auto} here.)
9066 @example
9067 alias cp='cp --sparse=always'
9068 @end example
9070 @optStripTrailingSlashes
9072 @item -s
9073 @itemx --symbolic-link
9074 @opindex -s
9075 @opindex --symbolic-link
9076 @cindex symbolic links, copying with
9077 Make symbolic links instead of copies of non-directories.  All source
9078 file names must be absolute (starting with @samp{/}) unless the
9079 destination files are in the current directory.  This option merely
9080 results in an error message on systems that do not support symbolic links.
9082 @optBackupSuffix
9084 @optTargetDirectory
9086 @optNoTargetDirectory
9088 @item -u
9089 @itemx --update
9090 @opindex -u
9091 @opindex --update
9092 @cindex newer files, copying only
9093 Do not copy a non-directory that has an existing destination with the
9094 same or newer modification timestamp.  If timestamps are being preserved,
9095 the comparison is to the source timestamp truncated to the
9096 resolutions of the destination file system and of the system calls
9097 used to update timestamps; this avoids duplicate work if several
9098 @samp{cp -pu} commands are executed with the same source and destination.
9099 This option is ignored if the @option{-n} or @option{--no-clobber}
9100 option is also specified.
9101 Also, if @option{--preserve=links} is also specified (like with @samp{cp -au}
9102 for example), that will take precedence; consequently, depending on the
9103 order that files are processed from the source, newer files in the destination
9104 may be replaced, to mirror hard links in the source.
9106 @item -v
9107 @itemx --verbose
9108 @opindex -v
9109 @opindex --verbose
9110 Print the name of each file before copying it.
9112 @item -x
9113 @itemx --one-file-system
9114 @opindex -x
9115 @opindex --one-file-system
9116 @cindex file systems, omitting copying to different
9117 Skip subdirectories that are on different file systems from the one that
9118 the copy started on.
9119 However, mount point directories @emph{are} copied.
9121 @macro optContext
9122 @item -Z
9123 @itemx --context[=@var{context}]
9124 @opindex -Z
9125 @opindex --context
9126 @cindex SELinux, setting/restoring security context
9127 @cindex security context
9128 Without a specified @var{context}, adjust the SELinux security context according
9129 to the system default type for destination files, similarly to the
9130 @command{restorecon} command.
9131 The long form of this option with a specific context specified,
9132 will set the context for newly created files only.
9133 With a specified context, if both SELinux and SMACK are disabled, a warning is
9134 issued.
9135 @end macro
9136 @optContext
9137 This option is mutually exclusive with the @option{--preserve=context}
9138 option, and overrides the @option{--preserve=all} and @option{-a} options.
9140 @end table
9142 @exitstatus
9145 @node dd invocation
9146 @section @command{dd}: Convert and copy a file
9148 @pindex dd
9149 @cindex converting while copying a file
9151 @command{dd} copies a file (from standard input to standard output, by
9152 default) with a changeable I/O block size, while optionally performing
9153 conversions on it.  Synopses:
9155 @example
9156 dd [@var{operand}]@dots{}
9157 dd @var{option}
9158 @end example
9160 The only options are @option{--help} and @option{--version}.
9161 @xref{Common options}.  @command{dd} accepts the following operands,
9162 whose syntax was inspired by the DD (data definition) statement of
9163 OS/360 JCL.
9165 @table @samp
9167 @item if=@var{file}
9168 @opindex if
9169 Read from @var{file} instead of standard input.
9171 @item of=@var{file}
9172 @opindex of
9173 Write to @var{file} instead of standard output.  Unless
9174 @samp{conv=notrunc} is given, @command{dd} truncates @var{file} to zero
9175 bytes (or the size specified with @samp{seek=}).
9177 @item ibs=@var{bytes}
9178 @opindex ibs
9179 @cindex block size of input
9180 @cindex input block size
9181 Set the input block size to @var{bytes}.
9182 This makes @command{dd} read @var{bytes} per block.
9183 The default is 512 bytes.
9185 @item obs=@var{bytes}
9186 @opindex obs
9187 @cindex block size of output
9188 @cindex output block size
9189 Set the output block size to @var{bytes}.
9190 This makes @command{dd} write @var{bytes} per block.
9191 The default is 512 bytes.
9193 @item bs=@var{bytes}
9194 @opindex bs
9195 @cindex block size
9196 Set both input and output block sizes to @var{bytes}.
9197 This makes @command{dd} read and write @var{bytes} per block,
9198 overriding any @samp{ibs} and @samp{obs} settings.
9199 In addition, if no data-transforming @option{conv} operand is specified,
9200 input is copied to the output as soon as it's read,
9201 even if it is smaller than the block size.
9203 @item cbs=@var{bytes}
9204 @opindex cbs
9205 @cindex block size of conversion
9206 @cindex conversion block size
9207 @cindex fixed-length records, converting to variable-length
9208 @cindex variable-length records, converting to fixed-length
9209 Set the conversion block size to @var{bytes}.
9210 When converting variable-length records to fixed-length ones
9211 (@option{conv=block}) or the reverse (@option{conv=unblock}),
9212 use @var{bytes} as the fixed record length.
9214 @item skip=@var{n}
9215 @opindex skip
9216 Skip @var{n} @samp{ibs}-byte blocks in the input file before copying.
9217 If @samp{iflag=skip_bytes} is specified, @var{n} is interpreted
9218 as a byte count rather than a block count.
9220 @item seek=@var{n}
9221 @opindex seek
9222 Skip @var{n} @samp{obs}-byte blocks in the output file before copying.
9223 if @samp{oflag=seek_bytes} is specified, @var{n} is interpreted
9224 as a byte count rather than a block count.
9226 @item count=@var{n}
9227 @opindex count
9228 Copy @var{n} @samp{ibs}-byte blocks from the input file, instead
9229 of everything until the end of the file.
9230 if @samp{iflag=count_bytes} is specified, @var{n} is interpreted
9231 as a byte count rather than a block count.
9232 Note if the input may return short reads as could be the case
9233 when reading from a pipe for example, @samp{iflag=fullblock}
9234 will ensure that @samp{count=} corresponds to complete input blocks
9235 rather than the traditional POSIX specified behavior of counting
9236 input read operations.
9238 @item status=@var{level}
9239 @opindex status
9240 Specify the amount of information printed.
9241 If this operand is given multiple times, the last one takes precedence.
9242 The @var{level} value can be one of the following:
9244 @table @samp
9246 @item none
9247 @opindex none @r{dd status=}
9248 Do not print any informational or warning messages to standard error.
9249 Error messages are output as normal.
9251 @item noxfer
9252 @opindex noxfer @r{dd status=}
9253 Do not print the final transfer rate and volume statistics
9254 that normally make up the last status line.
9256 @item progress
9257 @opindex progress @r{dd status=}
9258 Print the transfer rate and volume statistics on standard error,
9259 when processing each input block.  Statistics are output
9260 on a single line at most once every second, but updates
9261 can be delayed when waiting on I/O.
9263 @end table
9265 Transfer information is normally output to standard error upon
9266 receipt of the @samp{INFO} signal or when @command{dd} exits,
9267 and defaults to the following form in the C locale:
9269 @example
9270 7287+1 records in
9271 116608+0 records out
9272 59703296 bytes (60 MB, 57 MiB) copied, 0.0427974 s, 1.4 GB/s
9273 @end example
9275 The notation @samp{@var{w}+@var{p}} stands for @var{w} whole blocks
9276 and @var{p} partial blocks.  A partial block occurs when a read or
9277 write operation succeeds but transfers less data than the block size.
9278 An additional line like @samp{1 truncated record} or @samp{10
9279 truncated records} is output after the @samp{records out} line if
9280 @samp{conv=block} processing truncated one or more input records.
9282 @item conv=@var{conversion}[,@var{conversion}]@dots{}
9283 @opindex conv
9284 Convert the file as specified by the @var{conversion} argument(s).
9285 (No spaces around any comma(s).)
9287 Conversions:
9289 @table @samp
9291 @item ascii
9292 @opindex ascii@r{, converting to}
9293 Convert EBCDIC to ASCII,
9294 using the conversion table specified by POSIX@.
9295 This provides a 1:1 translation for all 256 bytes.
9296 This implies @samp{conv=unblock}; input is converted to
9297 ASCII before trailing spaces are deleted.
9299 @item ebcdic
9300 @opindex ebcdic@r{, converting to}
9301 Convert ASCII to EBCDIC@.
9302 This is the inverse of the @samp{ascii} conversion.
9303 This implies @samp{conv=block}; trailing spaces are added
9304 before being converted to EBCDIC@.
9306 @item ibm
9307 @opindex alternate ebcdic@r{, converting to}
9308 This acts like @samp{conv=ebcdic}, except it
9309 uses the alternate conversion table specified by POSIX@.
9310 This is not a 1:1 translation, but reflects common historical practice
9311 for @samp{~}, @samp{[}, and @samp{]}.
9313 The @samp{ascii}, @samp{ebcdic}, and @samp{ibm} conversions are
9314 mutually exclusive.  If you use any of these conversions, you should also
9315 use the @samp{cbs=} operand.
9317 @item block
9318 @opindex block @r{(space-padding)}
9319 For each line in the input, output @samp{cbs} bytes, replacing the
9320 input newline with a space and truncating or padding input lines with
9321 spaces as necessary.
9323 @item unblock
9324 @opindex unblock
9325 Remove any trailing spaces in each @samp{cbs}-sized input block,
9326 and append a newline.
9328 The @samp{block} and @samp{unblock} conversions are mutually exclusive.
9330 @item lcase
9331 @opindex lcase@r{, converting to}
9332 Change uppercase letters to lowercase.
9334 @item ucase
9335 @opindex ucase@r{, converting to}
9336 Change lowercase letters to uppercase.
9338 The @samp{lcase} and @samp{ucase} conversions are mutually exclusive.
9340 @item sparse
9341 @opindex sparse
9342 Try to seek rather than write NUL output blocks.
9343 On a file system that supports sparse files, this will create
9344 sparse output when extending the output file.
9345 Be careful when using this conversion in conjunction with
9346 @samp{conv=notrunc} or @samp{oflag=append}.
9347 With @samp{conv=notrunc}, existing data in the output file
9348 corresponding to NUL blocks from the input, will be untouched.
9349 With @samp{oflag=append} the seeks performed will be ineffective.
9350 Similarly, when the output is a device rather than a file,
9351 NUL input blocks are not copied, and therefore this conversion
9352 is most useful with virtual or pre zeroed devices.
9354 @item swab
9355 @opindex swab @r{(byte-swapping)}
9356 @cindex byte-swapping
9357 Swap every pair of input bytes.  GNU @command{dd}, unlike others, works
9358 when an odd number of bytes are read---the last byte is simply copied
9359 (since there is nothing to swap it with).
9361 @item sync
9362 @opindex sync @r{(padding with ASCII NULs)}
9363 Pad every input block to size of @samp{ibs} with trailing zero bytes.
9364 When used with @samp{block} or @samp{unblock}, pad with spaces instead of
9365 zero bytes.
9367 @end table
9369 The following ``conversions'' are really file flags
9370 and don't affect internal processing:
9372 @table @samp
9373 @item excl
9374 @opindex excl
9375 @cindex creating output file, requiring
9376 Fail if the output file already exists; @command{dd} must create the
9377 output file itself.
9379 @item nocreat
9380 @opindex nocreat
9381 @cindex creating output file, avoiding
9382 Do not create the output file; the output file must already exist.
9384 The @samp{excl} and @samp{nocreat} conversions are mutually exclusive.
9386 @item notrunc
9387 @opindex notrunc
9388 @cindex truncating output file, avoiding
9389 Do not truncate the output file.
9391 @item noerror
9392 @opindex noerror
9393 @cindex read errors, ignoring
9394 Continue after read errors.
9396 @item fdatasync
9397 @opindex fdatasync
9398 @cindex synchronized data writes, before finishing
9399 Synchronize output data just before finishing.  This forces a physical
9400 write of output data.
9402 @item fsync
9403 @opindex fsync
9404 @cindex synchronized data and metadata writes, before finishing
9405 Synchronize output data and metadata just before finishing.  This
9406 forces a physical write of output data and metadata.
9408 @end table
9410 @item iflag=@var{flag}[,@var{flag}]@dots{}
9411 @opindex iflag
9412 Access the input file using the flags specified by the @var{flag}
9413 argument(s).  (No spaces around any comma(s).)
9415 @item oflag=@var{flag}[,@var{flag}]@dots{}
9416 @opindex oflag
9417 Access the output file using the flags specified by the @var{flag}
9418 argument(s).  (No spaces around any comma(s).)
9420 Here are the flags.  Not every flag is supported on every operating
9421 system.
9423 @table @samp
9425 @item append
9426 @opindex append
9427 @cindex appending to the output file
9428 Write in append mode, so that even if some other process is writing to
9429 this file, every @command{dd} write will append to the current
9430 contents of the file.  This flag makes sense only for output.
9431 If you combine this flag with the @samp{of=@var{file}} operand,
9432 you should also specify @samp{conv=notrunc} unless you want the
9433 output file to be truncated before being appended to.
9435 @item cio
9436 @opindex cio
9437 @cindex concurrent I/O
9438 Use concurrent I/O mode for data.  This mode performs direct I/O
9439 and drops the POSIX requirement to serialize all I/O to the same file.
9440 A file cannot be opened in CIO mode and with a standard open at the
9441 same time.
9443 @item direct
9444 @opindex direct
9445 @cindex direct I/O
9446 Use direct I/O for data, avoiding the buffer cache.
9447 Note that the kernel may impose restrictions on read or write buffer sizes.
9448 For example, with an ext4 destination file system and a Linux-based kernel,
9449 using @samp{oflag=direct} will cause writes to fail with @code{EINVAL} if the
9450 output buffer size is not a multiple of 512.
9452 @item directory
9453 @opindex directory
9454 @cindex directory I/O
9456 Fail unless the file is a directory.  Most operating systems do not
9457 allow I/O to a directory, so this flag has limited utility.
9459 @item dsync
9460 @opindex dsync
9461 @cindex synchronized data reads
9462 Use synchronized I/O for data.  For the output file, this forces a
9463 physical write of output data on each write.  For the input file,
9464 this flag can matter when reading from a remote file that has been
9465 written to synchronously by some other process.  Metadata (e.g.,
9466 last-access and last-modified time) is not necessarily synchronized.
9468 @item sync
9469 @opindex sync
9470 @cindex synchronized data and metadata I/O
9471 Use synchronized I/O for both data and metadata.
9473 @item nocache
9474 @opindex nocache
9475 @cindex discarding file cache
9476 Request to discard the system data cache for a file.
9477 When count=0 all cached data for the file is specified,
9478 otherwise the cache is dropped for the processed
9479 portion of the file.  Also when count=0,
9480 failure to discard the cache is diagnosed
9481 and reflected in the exit status.
9483 Note data that is not already persisted to storage will not
9484 be discarded from cache, so note the use of the @samp{sync} conversions
9485 in the examples below, which are used to maximize the
9486 effectiveness of the @samp{nocache} flag.
9488 Here are some usage examples:
9490 @example
9491 # Advise to drop cache for whole file
9492 dd if=ifile iflag=nocache count=0
9494 # Ensure drop cache for the whole file
9495 dd of=ofile oflag=nocache conv=notrunc,fdatasync count=0
9497 # Advise to drop cache for part of file
9498 # Note the kernel will only consider complete and
9499 # already persisted pages.
9500 dd if=ifile iflag=nocache skip=10 count=10 of=/dev/null
9502 # Stream data using just the read-ahead cache.
9503 # See also the @samp{direct} flag.
9504 dd if=ifile of=ofile iflag=nocache oflag=nocache,sync
9505 @end example
9507 @item nonblock
9508 @opindex nonblock
9509 @cindex nonblocking I/O
9510 Use non-blocking I/O.
9512 @item noatime
9513 @opindex noatime
9514 @cindex access timestamp
9515 Do not update the file's access timestamp.
9516 @xref{File timestamps}.
9517 Some older file systems silently ignore this flag, so it is a good
9518 idea to test it on your files before relying on it.
9520 @item noctty
9521 @opindex noctty
9522 @cindex controlling terminal
9523 Do not assign the file to be a controlling terminal for @command{dd}.
9524 This has no effect when the file is not a terminal.
9525 On many hosts (e.g., GNU/Linux hosts), this flag has no effect
9526 at all.
9528 @item nofollow
9529 @opindex nofollow
9530 @cindex symbolic links, following
9531 Do not follow symbolic links.
9533 @item nolinks
9534 @opindex nolinks
9535 @cindex hard links
9536 Fail if the file has multiple hard links.
9538 @item binary
9539 @opindex binary
9540 @cindex binary I/O
9541 Use binary I/O@.  This flag has an effect only on nonstandard
9542 platforms that distinguish binary from text I/O.
9544 @item text
9545 @opindex text
9546 @cindex text I/O
9547 Use text I/O@.  Like @samp{binary}, this flag has no effect on
9548 standard platforms.
9550 @item fullblock
9551 @opindex fullblock
9552 Accumulate full blocks from input.  The @code{read} system call
9553 may return early if a full block is not available.
9554 When that happens, continue calling @code{read} to fill the remainder
9555 of the block.
9556 This flag can be used only with @code{iflag}.
9557 This flag is useful with pipes for example
9558 as they may return short reads. In that case,
9559 this flag is needed to ensure that a @samp{count=} argument is
9560 interpreted as a block count rather than a count of read operations.
9562 @item count_bytes
9563 @opindex count_bytes
9564 Interpret the @samp{count=} operand as a byte count,
9565 rather than a block count, which allows specifying
9566 a length that is not a multiple of the I/O block size.
9567 This flag can be used only with @code{iflag}.
9569 @item skip_bytes
9570 @opindex skip_bytes
9571 Interpret the @samp{skip=} operand as a byte count,
9572 rather than a block count, which allows specifying
9573 an offset that is not a multiple of the I/O block size.
9574 This flag can be used only with @code{iflag}.
9576 @item seek_bytes
9577 @opindex seek_bytes
9578 Interpret the @samp{seek=} operand as a byte count,
9579 rather than a block count, which allows specifying
9580 an offset that is not a multiple of the I/O block size.
9581 This flag can be used only with @code{oflag}.
9583 @end table
9585 These flags are not supported on all systems, and @samp{dd} rejects
9586 attempts to use them when they are not supported.  When reading from
9587 standard input or writing to standard output, the @samp{nofollow} and
9588 @samp{noctty} flags should not be specified, and the other flags
9589 (e.g., @samp{nonblock}) can affect how other processes behave with the
9590 affected file descriptors, even after @command{dd} exits.
9592 @end table
9594 @cindex multipliers after numbers
9595 The numeric-valued strings above (@var{n} and @var{bytes})
9596 can be followed by a multiplier: @samp{b}=512, @samp{c}=1,
9597 @samp{w}=2, @samp{x@var{m}}=@var{m}, or any of the
9598 standard block size suffixes like @samp{k}=1024 (@pxref{Block size}).
9600 Any block size you specify via @samp{bs=}, @samp{ibs=}, @samp{obs=}, @samp{cbs=}
9601 should not be too large---values larger than a few megabytes
9602 are generally wasteful or (as in the gigabyte..exabyte case) downright
9603 counterproductive or error-inducing.
9605 To process data that is at an offset or size that is not a
9606 multiple of the I/O@ block size, you can use the @samp{skip_bytes},
9607 @samp{seek_bytes} and @samp{count_bytes} flags.  Alternatively
9608 the traditional method of separate @command{dd} invocations can be used.
9609 For example, the following shell commands copy data
9610 in 512 KiB blocks between a flash drive and a tape, but do not save
9611 or restore a 1 MiB area at the start of the flash drive:
9613 @example
9614 flash=/dev/sda
9615 tape=/dev/st0
9617 # Copy all but the initial 1 MiB from flash to tape.
9618 (dd bs=1M skip=1 count=0 && dd bs=512k) <$flash >$tape
9620 # Copy from tape back to flash, leaving initial 1 MiB alone.
9621 (dd bs=1M seek=1 count=0 && dd bs=512k) <$tape >$flash
9622 @end example
9624 @cindex ddrescue
9625 @cindex storage devices, failing
9626 For failing storage devices, other tools come with a great variety of extra
9627 functionality to ease the saving of as much data as possible before the
9628 device finally dies, e.g.
9629 @uref{https://www.gnu.org/software/ddrescue/, GNU @command{ddrescue}}.
9630 However, in some cases such a tool is not available or the administrator
9631 feels more comfortable with the handling of @command{dd}.
9632 As a simple rescue method, call @command{dd} as shown in the following
9633 example: the operand @samp{conv=noerror,sync} is used to continue
9634 after read errors and to pad out bad reads with NULs, while
9635 @samp{iflag=fullblock} caters for short reads (which traditionally never
9636 occur on flash or similar devices):
9638 @example
9639 # Rescue data from an (unmounted!) partition of a failing device.
9640 dd conv=noerror,sync iflag=fullblock </dev/sda1 > /mnt/rescue.img
9641 @end example
9643 Sending an @samp{INFO} signal (or @samp{USR1} signal where that is unavailable)
9644 to a running @command{dd} process makes it print I/O statistics to
9645 standard error and then resume copying.   In the example below,
9646 @command{dd} is run in the background to copy 5GB of data.
9647 The @command{kill} command makes it output intermediate I/O statistics,
9648 and when @command{dd} completes normally or is killed by the
9649 @code{SIGINT} signal, it outputs the final statistics.
9651 @example
9652 # Ignore the signal so we never inadvertently terminate the dd child.
9653 # Note this is not needed when SIGINFO is available.
9654 trap '' USR1
9656 # Run dd with the fullblock iflag to avoid short reads
9657 # which can be triggered by reception of signals.
9658 dd iflag=fullblock if=/dev/zero of=/dev/null count=5000000 bs=1000 & pid=$!
9660 # Output stats every second.
9661 while kill -s USR1 $pid 2>/dev/null; do sleep 1; done
9662 @end example
9664 The above script will output in the following format:
9666 @example
9667 3441325+0 records in
9668 3441325+0 records out
9669 3441325000 bytes (3.4 GB, 3.2 GiB) copied, 1.00036 s, 3.4 GB/s
9670 5000000+0 records in
9671 5000000+0 records out
9672 5000000000 bytes (5.0 GB, 4.7 GiB) copied, 1.44433 s, 3.5 GB/s
9673 @end example
9675 The @samp{status=progress} operand periodically updates the last line
9676 of the transfer statistics above.
9678 @vindex POSIXLY_CORRECT
9679 On systems lacking the @samp{INFO} signal @command{dd} responds to the
9680 @samp{USR1} signal instead, unless the @env{POSIXLY_CORRECT}
9681 environment variable is set.
9683 @exitstatus
9686 @node install invocation
9687 @section @command{install}: Copy files and set attributes
9689 @pindex install
9690 @cindex copying files and setting attributes
9692 @command{install} copies files while setting their file mode bits and, if
9693 possible, their owner and group.  Synopses:
9695 @example
9696 install [@var{option}]@dots{} [-T] @var{source} @var{dest}
9697 install [@var{option}]@dots{} @var{source}@dots{} @var{directory}
9698 install [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
9699 install [@var{option}]@dots{} -d @var{directory}@dots{}
9700 @end example
9702 @itemize @bullet
9703 @item
9704 If two file names are given, @command{install} copies the first file to the
9705 second.
9707 @item
9708 If the @option{--target-directory} (@option{-t}) option is given, or
9709 failing that if the last file is a directory and the
9710 @option{--no-target-directory} (@option{-T}) option is not given,
9711 @command{install} copies each @var{source} file to the specified
9712 directory, using the @var{source}s' names.
9714 @item
9715 If the @option{--directory} (@option{-d}) option is given,
9716 @command{install} creates each @var{directory} and any missing parent
9717 directories.  Parent directories are created with mode
9718 @samp{u=rwx,go=rx} (755), regardless of the @option{-m} option or the
9719 current umask.  @xref{Directory Setuid and Setgid}, for how the
9720 set-user-ID and set-group-ID bits of parent directories are inherited.
9721 @end itemize
9723 @cindex Makefiles, installing programs in
9724 @command{install} is similar to @command{cp}, but allows you to control the
9725 attributes of destination files.  It is typically used in Makefiles to
9726 copy programs into their destination directories.  It refuses to copy
9727 files onto themselves.
9729 @cindex extended attributes, xattr
9730 @command{install} never preserves extended attributes (xattr).
9732 The program accepts the following options.  Also see @ref{Common options}.
9734 @table @samp
9736 @optBackup
9738 @item -C
9739 @itemx --compare
9740 @opindex -C
9741 @opindex --compare
9742 Compare each pair of source and destination files, and if the destination has
9743 identical content and any specified owner, group, permissions, and possibly
9744 SELinux context, then do not modify the destination at all.
9745 Note this option is best used in conjunction with @option{--user},
9746 @option{--group} and @option{--mode} options, lest @command{install}
9747 incorrectly determines the default attributes that installed files would have
9748 (as it doesn't consider setgid directories and POSIX default ACLs for example).
9749 This could result in redundant copies or attributes that are not reset to the
9750 correct defaults.
9752 @item -c
9753 @opindex -c
9754 Ignored; for compatibility with old Unix versions of @command{install}.
9756 @item -D
9757 @opindex -D
9758 Create any missing parent directories of @var{dest},
9759 then copy @var{source} to @var{dest}.
9760 Explicitly specifying the @option{--target-directory=@var{dir}} will similarly
9761 ensure the presence of that hierarchy before copying @var{source} arguments.
9763 @item -d
9764 @itemx --directory
9765 @opindex -d
9766 @opindex --directory
9767 @cindex directories, creating with given attributes
9768 @cindex parent directories, creating missing
9769 @cindex leading directories, creating missing
9770 Create any missing parent directories, giving them the default
9771 attributes.  Then create each given directory, setting their owner,
9772 group and mode as given on the command line or to the defaults.
9774 @item -g @var{group}
9775 @itemx --group=@var{group}
9776 @opindex -g
9777 @opindex --group
9778 @cindex group ownership of installed files, setting
9779 Set the group ownership of installed files or directories to
9780 @var{group}.  The default is the process's current group.  @var{group}
9781 may be either a group name or a numeric group ID.
9783 @item -m @var{mode}
9784 @itemx --mode=@var{mode}
9785 @opindex -m
9786 @opindex --mode
9787 @cindex permissions of installed files, setting
9788 Set the file mode bits for the installed file or directory to @var{mode},
9789 which can be either an octal number, or a symbolic mode as in
9790 @command{chmod}, with @samp{a=} (no access allowed to anyone) as the
9791 point of departure (@pxref{File permissions}).
9792 The default mode is @samp{u=rwx,go=rx,a-s}---read, write, and
9793 execute for the owner, read and execute for group and other, and with
9794 set-user-ID and set-group-ID disabled.
9795 This default is not quite the same as @samp{755}, since it disables
9796 instead of preserving set-user-ID and set-group-ID on directories.
9797 @xref{Directory Setuid and Setgid}.
9799 @item -o @var{owner}
9800 @itemx --owner=@var{owner}
9801 @opindex -o
9802 @opindex --owner
9803 @cindex ownership of installed files, setting
9804 @cindex appropriate privileges
9805 @vindex root @r{as default owner}
9806 If @command{install} has appropriate privileges (is run as root), set the
9807 ownership of installed files or directories to @var{owner}.  The default
9808 is @code{root}.  @var{owner} may be either a user name or a numeric user
9811 @item --preserve-context
9812 @opindex --preserve-context
9813 @cindex SELinux
9814 @cindex security context
9815 Preserve the SELinux security context of files and directories.
9816 Failure to preserve the context in all of the files or directories
9817 will result in an exit status of 1.  If SELinux is disabled then
9818 print a warning and ignore the option.
9820 @item -p
9821 @itemx --preserve-timestamps
9822 @opindex -p
9823 @opindex --preserve-timestamps
9824 @cindex timestamps of installed files, preserving
9825 Set the time of last access and the time of last modification of each
9826 installed file to match those of each corresponding original file.
9827 When a file is installed without this option, its last access and
9828 last modification timestamps are both set to the time of installation.
9829 This option is useful if you want to use the last modification timestamps
9830 of installed files to keep track of when they were last built as opposed
9831 to when they were last installed.
9833 @item -s
9834 @itemx --strip
9835 @opindex -s
9836 @opindex --strip
9837 @cindex symbol table information, stripping
9838 @cindex stripping symbol table information
9839 Strip the symbol tables from installed binary executables.
9841 @item --strip-program=@var{program}
9842 @opindex --strip-program
9843 @cindex symbol table information, stripping, program
9844 Program used to strip binaries.
9846 @optBackupSuffix
9848 @optTargetDirectory
9849 Also specifying the @option{-D} option will ensure the directory is present.
9851 @optNoTargetDirectory
9853 @item -v
9854 @itemx --verbose
9855 @opindex -v
9856 @opindex --verbose
9857 Print the name of each file before copying it.
9859 @optContext
9860 This option is mutually exclusive with the @option{--preserve-context} option.
9863 @end table
9865 @exitstatus
9868 @node mv invocation
9869 @section @command{mv}: Move (rename) files
9871 @pindex mv
9873 @command{mv} moves or renames files (or directories).  Synopses:
9875 @example
9876 mv [@var{option}]@dots{} [-T] @var{source} @var{dest}
9877 mv [@var{option}]@dots{} @var{source}@dots{} @var{directory}
9878 mv [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
9879 @end example
9881 @itemize @bullet
9882 @item
9883 If two file names are given, @command{mv} moves the first file to the
9884 second.
9886 @item
9887 If the @option{--target-directory} (@option{-t}) option is given, or
9888 failing that if the last file is a directory and the
9889 @option{--no-target-directory} (@option{-T}) option is not given,
9890 @command{mv} moves each @var{source} file to the specified
9891 directory, using the @var{source}s' names.
9892 @end itemize
9894 @command{mv} can move any type of file from one file system to another.
9895 Prior to version @code{4.0} of the fileutils,
9896 @command{mv} could move only regular files between file systems.
9897 For example, now @command{mv} can move an entire directory hierarchy
9898 including special device files from one partition to another.  It first
9899 uses some of the same code that's used by @code{cp -a} to copy the
9900 requested directories and files, then (assuming the copy succeeded)
9901 it removes the originals.  If the copy fails, then the part that was
9902 copied to the destination partition is removed.  If you were to copy
9903 three directories from one partition to another and the copy of the first
9904 directory succeeded, but the second didn't, the first would be left on
9905 the destination partition and the second and third would be left on the
9906 original partition.
9908 @cindex extended attributes, xattr
9909 @command{mv} always tries to copy extended attributes (xattr), which may
9910 include SELinux context, ACLs or Capabilities.
9911 Upon failure all but @samp{Operation not supported} warnings are output.
9913 @cindex prompting, and @command{mv}
9914 If a destination file exists but is normally unwritable, standard input
9915 is a terminal, and the @option{-f} or @option{--force} option is not given,
9916 @command{mv} prompts the user for whether to replace the file.  (You might
9917 own the file, or have write permission on its directory.)  If the
9918 response is not affirmative, the file is skipped.
9920 @emph{Warning}: Avoid specifying a source name with a trailing slash,
9921 when it might be a symlink to a directory.
9922 Otherwise, @command{mv} may do something very surprising, since
9923 its behavior depends on the underlying rename system call.
9924 On a system with a modern Linux-based kernel, it fails with
9925 @code{errno=ENOTDIR}@.
9926 However, on other systems (at least FreeBSD 6.1 and Solaris 10) it silently
9927 renames not the symlink but rather the directory referenced by the symlink.
9928 @xref{Trailing slashes}.
9930 @emph{Note}: @command{mv} will only replace empty directories in the
9931 destination.  Conflicting populated directories are skipped with a diagnostic.
9933 The program accepts the following options.  Also see @ref{Common options}.
9935 @table @samp
9937 @optBackup
9939 @item -f
9940 @itemx --force
9941 @opindex -f
9942 @opindex --force
9943 @cindex prompts, omitting
9944 Do not prompt the user before removing a destination file.
9945 @macro mvOptsIfn
9946 If you specify more than one of the @option{-i}, @option{-f}, @option{-n}
9947 options, only the final one takes effect.
9948 @end macro
9949 @mvOptsIfn
9951 @item -i
9952 @itemx --interactive
9953 @opindex -i
9954 @opindex --interactive
9955 @cindex prompts, forcing
9956 Prompt whether to overwrite each existing destination file, regardless
9957 of its permissions.
9958 If the response is not affirmative, the file is skipped.
9959 @mvOptsIfn
9961 @item -n
9962 @itemx --no-clobber
9963 @opindex -n
9964 @opindex --no-clobber
9965 @cindex prompts, omitting
9966 Do not overwrite an existing file; silently do nothing instead.
9967 @mvOptsIfn
9968 This option is mutually exclusive with @option{-b} or @option{--backup} option.
9970 @item -u
9971 @itemx --update
9972 @opindex -u
9973 @opindex --update
9974 @cindex newer files, moving only
9975 Do not move a non-directory that has an existing destination with the
9976 same or newer modification timestamp.
9977 If the move is across file system boundaries, the comparison is to the
9978 source timestamp truncated to the resolutions of the destination file
9979 system and of the system calls used to update timestamps; this avoids
9980 duplicate work if several @samp{mv -u} commands are executed with the
9981 same source and destination.
9982 This option is ignored if the @option{-n} or @option{--no-clobber}
9983 option is also specified.
9985 @item -v
9986 @itemx --verbose
9987 @opindex -v
9988 @opindex --verbose
9989 Print the name of each file before moving it.
9991 @optStripTrailingSlashes
9993 @optBackupSuffix
9995 @optTargetDirectory
9997 @optNoTargetDirectory
9999 @item -Z
10000 @itemx --context
10001 @opindex -Z
10002 @opindex --context
10003 @cindex SELinux, restoring security context
10004 @cindex security context
10005 This option functions similarly to the @command{restorecon} command,
10006 by adjusting the SELinux security context according
10007 to the system default type for destination files and each created directory.
10009 @end table
10011 @exitstatus
10014 @node rm invocation
10015 @section @command{rm}: Remove files or directories
10017 @pindex rm
10018 @cindex removing files or directories
10020 @command{rm} removes each given @var{file}.  By default, it does not remove
10021 directories.  Synopsis:
10023 @example
10024 rm [@var{option}]@dots{} [@var{file}]@dots{}
10025 @end example
10027 @cindex prompting, and @command{rm}
10028 If the @option{-I} or @option{--interactive=once} option is given,
10029 and there are more than three files or the @option{-r}, @option{-R},
10030 or @option{--recursive} are given, then @command{rm} prompts the user
10031 for whether to proceed with the entire operation.  If the response is
10032 not affirmative, the entire command is aborted.
10034 Otherwise, if a file is unwritable, standard input is a terminal, and
10035 the @option{-f} or @option{--force} option is not given, or the
10036 @option{-i} or @option{--interactive=always} option @emph{is} given,
10037 @command{rm} prompts the user for whether to remove the file.
10038 If the response is not affirmative, the file is skipped.
10040 Any attempt to remove a file whose last file name component is
10041 @file{.} or @file{..} is rejected without any prompting, as mandated
10042 by POSIX.
10044 @emph{Warning}: If you use @command{rm} to remove a file, it is usually
10045 possible to recover the contents of that file.  If you want more assurance
10046 that the contents are unrecoverable, consider using @command{shred}.
10048 The program accepts the following options.  Also see @ref{Common options}.
10050 @table @samp
10052 @item -d
10053 @itemx --dir
10054 @opindex -d
10055 @opindex --dir
10056 @cindex directories, removing
10057 Remove the listed directories if they are empty.
10059 @item -f
10060 @itemx --force
10061 @opindex -f
10062 @opindex --force
10063 Ignore nonexistent files and missing operands, and never prompt the user.
10064 Ignore any previous @option{--interactive} (@option{-i}) option.
10066 @item -i
10067 @opindex -i
10068 Prompt whether to remove each file.
10069 If the response is not affirmative, the file is skipped.
10070 Ignore any previous @option{--force} (@option{-f}) option.
10071 Equivalent to @option{--interactive=always}.
10073 @item -I
10074 @opindex -I
10075 Prompt once whether to proceed with the command, if more than three
10076 files are named or if a recursive removal is requested.  Ignore any
10077 previous @option{--force} (@option{-f}) option.  Equivalent to
10078 @option{--interactive=once}.
10080 @item --interactive [=@var{when}]
10081 @opindex --interactive
10082 Specify when to issue an interactive prompt.  @var{when} may be
10083 omitted, or one of:
10084 @itemize @bullet
10085 @item never
10086 @vindex never @r{interactive option}
10087 - Do not prompt at all.
10088 @item once
10089 @vindex once @r{interactive option}
10090 - Prompt once if more than three files are named or if a recursive
10091 removal is requested.  Equivalent to @option{-I}.
10092 @item always
10093 @vindex always @r{interactive option}
10094 - Prompt for every file being removed.  Equivalent to @option{-i}.
10095 @end itemize
10096 @option{--interactive} with no @var{when} is equivalent to
10097 @option{--interactive=always}.
10099 @item --one-file-system
10100 @opindex --one-file-system
10101 @cindex one file system, restricting @command{rm} to
10102 When removing a hierarchy recursively, skip any directory that is on a
10103 file system different from that of the corresponding command line argument.
10104 @cindex bind mount
10105 This option is useful when removing a build ``chroot'' hierarchy,
10106 which normally contains no valuable data.  However, it is not uncommon
10107 to bind-mount @file{/home} into such a hierarchy, to make it easier to
10108 use one's start-up file.  The catch is that it's easy to forget to
10109 unmount @file{/home}.  Then, when you use @command{rm -rf} to remove
10110 your normally throw-away chroot, that command will remove everything
10111 under @file{/home}, too.
10112 Use the @option{--one-file-system} option, and it will
10113 warn about and skip directories on other file systems.
10114 Of course, this will not save your @file{/home} if it and your
10115 chroot happen to be on the same file system.
10116 See also @option{--preserve-root=all} to protect command line arguments
10117 themselves.
10119 @item --preserve-root [=all]
10120 @opindex --preserve-root
10121 @cindex root directory, disallow recursive destruction
10122 Fail upon any attempt to remove the root directory, @file{/},
10123 when used with the @option{--recursive} option.
10124 This is the default behavior.
10125 @xref{Treating / specially}.
10126 When @samp{all} is specified, reject any command line argument
10127 that is not on the same file system as its parent.
10129 @item --no-preserve-root
10130 @opindex --no-preserve-root
10131 @cindex root directory, allow recursive destruction
10132 Do not treat @file{/} specially when removing recursively.
10133 This option is not recommended unless you really want to
10134 remove all the files on your computer.
10135 @xref{Treating / specially}.
10137 @item -r
10138 @itemx -R
10139 @itemx --recursive
10140 @opindex -r
10141 @opindex -R
10142 @opindex --recursive
10143 @cindex directories, removing (recursively)
10144 Remove the listed directories and their contents recursively.
10146 @item -v
10147 @itemx --verbose
10148 @opindex -v
10149 @opindex --verbose
10150 Print the name of each file before removing it.
10152 @end table
10154 @cindex files beginning with @samp{-}, removing
10155 @cindex @samp{-}, removing files beginning with
10156 One common question is how to remove files whose names begin with a
10157 @samp{-}.  GNU @command{rm}, like every program that uses the @code{getopt}
10158 function to parse its arguments, lets you use the @samp{--} option to
10159 indicate that all following arguments are non-options.  To remove a file
10160 called @file{-f} in the current directory, you could type either:
10162 @example
10163 rm -- -f
10164 @end example
10166 @noindent
10169 @example
10170 rm ./-f
10171 @end example
10173 @opindex - @r{and Unix @command{rm}}
10174 The Unix @command{rm} program's use of a single @samp{-} for this purpose
10175 predates the development of the @code{getopt} standard syntax.
10177 @exitstatus
10180 @node shred invocation
10181 @section @command{shred}: Remove files more securely
10183 @pindex shred
10184 @cindex data, erasing
10185 @cindex erasing data
10187 @command{shred} overwrites devices or files, to help prevent even
10188 extensive forensics from recovering the data.
10190 Ordinarily when you remove a file (@pxref{rm invocation}), its data
10191 and metadata are not actually destroyed.  Only the file's directory
10192 entry is removed, and the file's storage is reclaimed only when no
10193 process has the file open and no other directory entry links to the
10194 file.  And even if file's data and metadata's storage space is freed
10195 for further reuse, there are undelete utilities that will attempt to
10196 reconstruct the file from the data in freed storage, and that can
10197 bring the file back if the storage was not rewritten.
10199 On a busy system with a nearly-full device, space can get reused in a few
10200 seconds.  But there is no way to know for sure.  And although the
10201 undelete utilities and already-existing processes require insider or
10202 superuser access, you may be wary of the superuser,
10203 of processes running on your behalf, or of attackers
10204 that can physically access the storage device.  So if you have sensitive
10205 data, you may want to be sure that recovery is not possible
10206 by plausible attacks like these.
10208 The best way to remove something irretrievably is to destroy the media
10209 it's on with acid, melt it down, or the like.  For cheap removable media
10210 this is often the preferred method.  However, some storage devices
10211 are expensive or are harder to destroy, so the @command{shred} utility tries
10212 to achieve a similar effect non-destructively, by overwriting the file
10213 with non-sensitive data.
10215 @strong{Please note} that @command{shred} relies on a crucial
10216 assumption: that the file system and hardware overwrite data in place.
10217 Although this is common and is the traditional
10218 way to do things, but many modern file system designs do not satisfy this
10219 assumption.  Exceptions include:
10221 @itemize @bullet
10223 @item
10224 Log-structured or journaled file systems, such as ext3/ext4 (in
10225 @code{data=journal} mode), Btrfs, NTFS, ReiserFS, XFS, ZFS, file
10226 systems supplied with AIX and Solaris, etc., when they are configured to
10227 journal data.
10229 @item
10230 File systems that write redundant data and carry on even if some writes
10231 fail, such as RAID-based file systems.
10233 @item
10234 File systems that make snapshots, such as Network Appliance's NFS server.
10236 @item
10237 File systems that cache in temporary locations, such as NFS version 3
10238 clients.
10240 @item
10241 Compressed file systems.
10242 @end itemize
10244 For ext3 and ext4 file systems, @command{shred} is less effective
10245 when the file system is in @code{data=journal}
10246 mode, which journals file data in addition to just metadata.  In both
10247 the @code{data=ordered} (default) and @code{data=writeback} modes,
10248 @command{shred} works as usual.  The ext3/ext4 journaling modes can be changed
10249 by adding the @code{data=something} option to the mount options for a
10250 particular file system in the @file{/etc/fstab} file, as documented in
10251 the @command{mount} man page (@samp{man mount}).  Alternatively, if
10252 you know how large the journal is, you can shred the journal by
10253 shredding enough file data so that the journal cycles around and fills
10254 up with shredded data.
10256 If you are not sure how your file system operates, then you should assume
10257 that it does not overwrite data in place, which means @command{shred} cannot
10258 reliably operate on regular files in your file system.
10260 Generally speaking, it is more reliable to shred a device than a file,
10261 since this bypasses file system design issues mentioned above.
10262 However, devices are also problematic for shredding, for reasons
10263 such as the following:
10265 @itemize @bullet
10267 @item
10268 Solid-state storage devices (SSDs) typically do wear leveling to
10269 prolong service life, and this means writes are distributed to other
10270 blocks by the hardware, so ``overwritten'' data blocks are still
10271 present in the underlying device.
10273 @item
10274 Most storage devices map out bad blocks invisibly to
10275 the application; if the bad blocks contain sensitive data,
10276 @command{shred} won't be able to destroy it.
10278 @item
10279 With some obsolete storage technologies,
10280 it may be possible to take (say) a floppy disk back
10281 to a laboratory and use a lot of sensitive (and expensive) equipment
10282 to look for the faint ``echoes'' of the original data underneath the
10283 overwritten data.  With these older technologies, if the file has been
10284 overwritten only once, it's reputedly not even that hard.  Luckily,
10285 this kind of data recovery has become difficult, and there is no
10286 public evidence that today's higher-density storage devices can be
10287 analyzed in this way.
10289 The @command{shred} command can use many overwrite passes,
10290 with data patterns chosen to
10291 maximize the damage they do to the old data.
10292 By default the patterns are designed for best effect on hard drives using
10293 now-obsolete technology; for newer devices, a single pass should suffice.
10294 For more details, see the source code and Peter Gutmann's paper
10295 @uref{https://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html,
10296 @cite{Secure Deletion of Data from Magnetic and Solid-State Memory}},
10297 from the proceedings of the Sixth USENIX Security Symposium (San Jose,
10298 California, July 22--25, 1996).
10299 @end itemize
10301 @command{shred} makes no attempt to detect or report these problems, just as
10302 it makes no attempt to do anything about backups.  However, since it is
10303 more reliable to shred devices than files, @command{shred} by default does
10304 not deallocate or remove the output file.  This default is more suitable
10305 for devices, which typically cannot be deallocated and should not be
10306 removed.
10308 Finally, consider the risk of backups and mirrors.
10309 File system backups and remote mirrors may contain copies of the
10310 file that cannot be removed, and that will allow a shredded file
10311 to be recovered later.  So if you keep any data you may later want
10312 to destroy using @command{shred}, be sure that it is not backed up or mirrored.
10314 @example
10315 shred [@var{option}]@dots{} @var{file}[@dots{}]
10316 @end example
10318 The program accepts the following options.  Also see @ref{Common options}.
10320 @table @samp
10322 @item -f
10323 @itemx --force
10324 @opindex -f
10325 @opindex --force
10326 @cindex force deletion
10327 Override file permissions if necessary to allow overwriting.
10329 @item -n @var{number}
10330 @itemx --iterations=@var{number}
10331 @opindex -n @var{number}
10332 @opindex --iterations=@var{number}
10333 @cindex iterations, selecting the number of
10334 By default, @command{shred} uses @value{SHRED_DEFAULT_PASSES} passes of
10335 overwrite.  You can reduce this to save time, or increase it if you think it's
10336 appropriate.  After 25 passes all of the internal overwrite patterns will have
10337 been used at least once.
10339 @item --random-source=@var{file}
10340 @opindex --random-source
10341 @cindex random source for shredding
10342 Use @var{file} as a source of random data used to overwrite and to
10343 choose pass ordering.  @xref{Random sources}.
10345 @item -s @var{bytes}
10346 @itemx --size=@var{bytes}
10347 @opindex -s @var{bytes}
10348 @opindex --size=@var{bytes}
10349 @cindex size of file to shred
10350 Shred the first @var{bytes} bytes of the file.  The default is to shred
10351 the whole file.  @var{bytes} can be followed by a size specification like
10352 @samp{K}, @samp{M}, or @samp{G} to specify a multiple.  @xref{Block size}.
10354 @item -u
10355 @itemx --remove[=@var{how}]
10356 @opindex -u
10357 @opindex --remove
10358 @opindex --remove=unlink
10359 @opindex --remove=wipe
10360 @opindex --remove=wipesync
10361 @cindex removing files after shredding
10362 After shredding a file, deallocate it (if possible) and then remove it.
10363 If a file has multiple links, only the named links will be removed.
10364 Often the file name is less sensitive than the file data, in which case
10365 the optional @var{how} parameter, supported with the long form option,
10366 gives control of how to more efficiently remove each directory entry.
10367 The @samp{unlink} parameter will just use a standard unlink call,
10368 @samp{wipe} will also first obfuscate bytes in the name, and
10369 @samp{wipesync} will also sync each obfuscated byte in the name to
10370 the file system.
10371 Note @samp{wipesync} is the default method, but can be expensive,
10372 requiring a sync for every character in every file.  This can become
10373 significant with many files, or is redundant if your file system provides
10374 synchronous metadata updates.
10376 @item -v
10377 @itemx --verbose
10378 @opindex -v
10379 @opindex --verbose
10380 Display to standard error all status updates as sterilization proceeds.
10382 @item -x
10383 @itemx --exact
10384 @opindex -x
10385 @opindex --exact
10386 By default, @command{shred} rounds the size of a regular file up to the next
10387 multiple of the file system block size to fully erase the slack space in
10388 the last block of the file.  This space may contain portions of the current
10389 system memory on some systems for example.
10390 Use @option{--exact} to suppress that behavior.
10391 Thus, by default if you shred a 10-byte regular file on a system with 512-byte
10392 blocks, the resulting file will be 512 bytes long.  With this option,
10393 shred does not increase the apparent size of the file.
10395 @item -z
10396 @itemx --zero
10397 @opindex -z
10398 @opindex --zero
10399 Normally, the last pass that @command{shred} writes is made up of
10400 random data.  If this would be conspicuous on your storage device (for
10401 example, because it looks like encrypted data), or you just think
10402 it's tidier, the @option{--zero} option adds an additional overwrite pass with
10403 all zero bits.  This is in addition to the number of passes specified
10404 by the @option{--iterations} option.
10406 @end table
10408 You might use the following command to erase the file system you
10409 created on a USB flash drive.  This command typically takes several
10410 minutes, depending on the drive's size and write speed.  On modern
10411 storage devices a single pass should be adequate, and will take one
10412 third the time of the default three-pass approach.
10414 @example
10415 shred -v -n 1 /dev/sdd1
10416 @end example
10418 Similarly, to erase all data on a selected partition of
10419 your device, you could give a command like the following.
10421 @example
10422 # 1 pass, write pseudo-random data; 3x faster than the default
10423 shred -v -n1 /dev/sda5
10424 @end example
10426 To be on the safe side, use at least one pass that overwrites using
10427 pseudo-random data.  I.e., don't be tempted to use @samp{-n0 --zero},
10428 in case some device controller optimizes the process of writing blocks
10429 of all zeros, and thereby does not clear all bytes in a block.
10430 Some SSDs may do just that.
10432 A @var{file} of @samp{-} denotes standard output.
10433 The intended use of this is to shred a removed temporary file.
10434 For example:
10436 @example
10437 i=$(mktemp)
10438 exec 3<>"$i"
10439 rm -- "$i"
10440 echo "Hello, world" >&3
10441 shred - >&3
10442 exec 3>-
10443 @end example
10445 However, the command @samp{shred - >file} does not shred the contents
10446 of @var{file}, since the shell truncates @var{file} before invoking
10447 @command{shred}.  Use the command @samp{shred file} or (if using a
10448 Bourne-compatible shell) the command @samp{shred - 1<>file} instead.
10450 @exitstatus
10453 @node Special file types
10454 @chapter Special file types
10456 @cindex special file types
10457 @cindex file types, special
10459 This chapter describes commands which create special types of files (and
10460 @command{rmdir}, which removes directories, one special file type).
10462 @cindex special file types
10463 @cindex file types
10464 Although Unix-like operating systems have markedly fewer special file
10465 types than others, not @emph{everything} can be treated only as the
10466 undifferentiated byte stream of @dfn{normal files}.  For example, when a
10467 file is created or removed, the system must record this information,
10468 which it does in a @dfn{directory}---a special type of file.  Although
10469 you can read directories as normal files, if you're curious, in order
10470 for the system to do its job it must impose a structure, a certain
10471 order, on the bytes of the file.  Thus it is a ``special'' type of file.
10473 Besides directories, other special file types include named pipes
10474 (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
10476 @menu
10477 * link invocation::             Make a hard link via the link syscall
10478 * ln invocation::               Make links between files.
10479 * mkdir invocation::            Make directories.
10480 * mkfifo invocation::           Make FIFOs (named pipes).
10481 * mknod invocation::            Make block or character special files.
10482 * readlink invocation::         Print value of a symlink or canonical file name.
10483 * rmdir invocation::            Remove empty directories.
10484 * unlink invocation::           Remove files via the unlink syscall
10485 @end menu
10488 @node link invocation
10489 @section @command{link}: Make a hard link via the link syscall
10491 @pindex link
10492 @cindex links, creating
10493 @cindex hard links, creating
10494 @cindex creating links (hard only)
10496 @command{link} creates a single hard link at a time.
10497 It is a minimalist interface to the system-provided
10498 @code{link} function.  @xref{Hard Links, , , libc,
10499 The GNU C Library Reference Manual}.
10500 It avoids the bells and whistles of the more commonly-used
10501 @command{ln} command (@pxref{ln invocation}).
10502 Synopsis:
10504 @example
10505 link @var{filename} @var{linkname}
10506 @end example
10508 @var{filename} must specify an existing file, and @var{linkname}
10509 must specify a nonexistent entry in an existing directory.
10510 @command{link} simply calls @code{link (@var{filename}, @var{linkname})}
10511 to create the link.
10513 On a GNU system, this command acts like @samp{ln --directory
10514 --no-target-directory @var{filename} @var{linkname}}.  However, the
10515 @option{--directory} and @option{--no-target-directory} options are
10516 not specified by POSIX, and the @command{link} command is
10517 more portable in practice.
10519 If @var{filename} is a symbolic link, it is unspecified whether
10520 @var{linkname} will be a hard link to the symbolic link or to the
10521 target of the symbolic link.  Use @command{ln -P} or @command{ln -L}
10522 to specify which behavior is desired.
10524 @exitstatus
10527 @node ln invocation
10528 @section @command{ln}: Make links between files
10530 @pindex ln
10531 @cindex links, creating
10532 @cindex hard links, creating
10533 @cindex symbolic (soft) links, creating
10534 @cindex creating links (hard or soft)
10536 @cindex file systems and hard links
10537 @command{ln} makes links between files.  By default, it makes hard links;
10538 with the @option{-s} option, it makes symbolic (or @dfn{soft}) links.
10539 Synopses:
10541 @example
10542 ln [@var{option}]@dots{} [-T] @var{target} @var{linkname}
10543 ln [@var{option}]@dots{} @var{target}
10544 ln [@var{option}]@dots{} @var{target}@dots{} @var{directory}
10545 ln [@var{option}]@dots{} -t @var{directory} @var{target}@dots{}
10546 @end example
10548 @itemize @bullet
10550 @item
10551 If two file names are given, @command{ln} creates a link to the first
10552 file from the second.
10554 @item
10555 If one @var{target} is given, @command{ln} creates a link to that file
10556 in the current directory.
10558 @item
10559 If the @option{--target-directory} (@option{-t}) option is given, or
10560 failing that if the last file is a directory and the
10561 @option{--no-target-directory} (@option{-T}) option is not given,
10562 @command{ln} creates a link to each @var{target} file in the specified
10563 directory, using the @var{target}s' names.
10565 @end itemize
10567 Normally @command{ln} does not replace existing files.  Use the
10568 @option{--force} (@option{-f}) option to replace them unconditionally,
10569 the @option{--interactive} (@option{-i}) option to replace them
10570 conditionally, and the @option{--backup} (@option{-b}) option to
10571 rename them.  Unless the @option{--backup} (@option{-b}) option is
10572 used there is no brief moment when the destination does not exist;
10573 this is an extension to POSIX.
10575 @cindex hard link, defined
10576 @cindex inode, and hard links
10577 A @dfn{hard link} is another name for an existing file; the link and the
10578 original are indistinguishable.  Technically speaking, they share the
10579 same inode, and the inode contains all the information about a
10580 file---indeed, it is not incorrect to say that the inode @emph{is} the
10581 file.  Most systems prohibit making a hard link to
10582 a directory; on those where it is allowed, only the super-user can do
10583 so (and with caution, since creating a cycle will cause problems to many
10584 other utilities).  Hard links cannot cross file system boundaries.  (These
10585 restrictions are not mandated by POSIX, however.)
10587 @cindex dereferencing symbolic links
10588 @cindex symbolic link, defined
10589 @dfn{Symbolic links} (@dfn{symlinks} for short), on the other hand, are
10590 a special file type (which not all kernels support: System V release 3
10591 (and older) systems lack symlinks) in which the link file actually
10592 refers to a different file, by name.  When most operations (opening,
10593 reading, writing, and so on) are passed the symbolic link file, the
10594 kernel automatically @dfn{dereferences} the link and operates on the
10595 target of the link.  But some operations (e.g., removing) work on the
10596 link file itself, rather than on its target.  The owner and group of a
10597 symlink are not significant to file access performed through
10598 the link, but do have implications on deleting a symbolic link from a
10599 directory with the restricted deletion bit set.  On the GNU system,
10600 the mode of a symlink has no significance and cannot be changed, but
10601 on some BSD systems, the mode can be changed and will affect whether
10602 the symlink will be traversed in file name resolution.  @xref{Symbolic Links,,,
10603 libc, The GNU C Library Reference Manual}.
10605 Symbolic links can contain arbitrary strings; a @dfn{dangling symlink}
10606 occurs when the string in the symlink does not resolve to a file.
10607 There are no restrictions against creating dangling symbolic links.
10608 There are trade-offs to using absolute or relative symlinks.  An
10609 absolute symlink always points to the same file, even if the directory
10610 containing the link is moved.  However, if the symlink is visible from
10611 more than one machine (such as on a networked file system), the file
10612 pointed to might not always be the same.  A relative symbolic link is
10613 resolved in relation to the directory that contains the link, and is
10614 often useful in referring to files on the same device without regards
10615 to what name that device is mounted on when accessed via networked
10616 machines.
10618 When creating a relative symlink in a different location than the
10619 current directory, the resolution of the symlink will be different
10620 than the resolution of the same string from the current directory.
10621 Therefore, many users prefer to first change directories to the
10622 location where the relative symlink will be created, so that
10623 tab-completion or other file resolution will find the same target as
10624 what will be placed in the symlink.
10626 The program accepts the following options.  Also see @ref{Common options}.
10628 @table @samp
10630 @optBackup
10632 @item -d
10633 @itemx -F
10634 @itemx --directory
10635 @opindex -d
10636 @opindex -F
10637 @opindex --directory
10638 @cindex hard links to directories
10639 Allow users with appropriate privileges to attempt to make hard links
10640 to directories.
10641 However, note that this will probably fail due to
10642 system restrictions, even for the super-user.
10644 @item -f
10645 @itemx --force
10646 @opindex -f
10647 @opindex --force
10648 Remove existing destination files.
10650 @item -i
10651 @itemx --interactive
10652 @opindex -i
10653 @opindex --interactive
10654 @cindex prompting, and @command{ln}
10655 Prompt whether to remove existing destination files.
10657 @item -L
10658 @itemx --logical
10659 @opindex -L
10660 @opindex --logical
10661 If @option{-s} is not in effect, and the source file is a symbolic
10662 link, create the hard link to the file referred to by the symbolic
10663 link, rather than the symbolic link itself.
10665 @item -n
10666 @itemx --no-dereference
10667 @opindex -n
10668 @opindex --no-dereference
10669 Do not treat the last operand specially when it is a symbolic link to
10670 a directory.  Instead, treat it as if it were a normal file.
10672 When the destination is an actual directory (not a symlink to one),
10673 there is no ambiguity.  The link is created in that directory.
10674 But when the specified destination is a symlink to a directory,
10675 there are two ways to treat the user's request.  @command{ln} can
10676 treat the destination just as it would a normal directory and create
10677 the link in it.  On the other hand, the destination can be viewed as a
10678 non-directory---as the symlink itself.  In that case, @command{ln}
10679 must delete or backup that symlink before creating the new link.
10680 The default is to treat a destination that is a symlink to a directory
10681 just like a directory.
10683 This option is weaker than the @option{--no-target-directory}
10684 (@option{-T}) option, so it has no effect if both options are given.
10686 @item -P
10687 @itemx --physical
10688 @opindex -P
10689 @opindex --physical
10690 If @option{-s} is not in effect, and the source file is a symbolic
10691 link, create the hard link to the symbolic link itself.  On platforms
10692 where this is not supported by the kernel, this option creates a
10693 symbolic link with identical contents; since symbolic link contents
10694 cannot be edited, any file name resolution performed through either
10695 link will be the same as if a hard link had been created.
10697 @item -r
10698 @itemx --relative
10699 @opindex -r
10700 @opindex --relative
10701 Make symbolic links relative to the link location.
10702 This option is only valid with the @option{--symbolic} option.
10704 Example:
10706 @example
10707 ln -srv /a/file /tmp
10708 '/tmp/file' -> '../a/file'
10709 @end example
10711 Relative symbolic links are generated based on their canonicalized
10712 containing directory, and canonicalized targets.  I.e., all symbolic
10713 links in these file names will be resolved.
10714 @xref{realpath invocation}, which gives greater control
10715 over relative file name generation, as demonstrated in the following example:
10717 @example
10718 @verbatim
10719 ln--relative() {
10720   test "$1" = --no-symlinks && { nosym=$1; shift; }
10721   target="$1";
10722   test -d "$2" && link="$2/." || link="$2"
10723   rtarget="$(realpath $nosym -m "$target" \
10724               --relative-to "$(dirname "$link")")"
10725   ln -s -v "$rtarget" "$link"
10727 @end verbatim
10728 @end example
10730 @item -s
10731 @itemx --symbolic
10732 @opindex -s
10733 @opindex --symbolic
10734 Make symbolic links instead of hard links.  This option merely produces
10735 an error message on systems that do not support symbolic links.
10737 @optBackupSuffix
10739 @optTargetDirectory
10741 @optNoTargetDirectory
10743 @item -v
10744 @itemx --verbose
10745 @opindex -v
10746 @opindex --verbose
10747 Print the name of each file after linking it successfully.
10749 @end table
10751 @cindex hard links to symbolic links
10752 @cindex symbolic links and @command{ln}
10753 If @option{-L} and @option{-P} are both given, the last one takes
10754 precedence.  If @option{-s} is also given, @option{-L} and @option{-P}
10755 are silently ignored.  If neither option is given, then this
10756 implementation defaults to @option{-P} if the system @code{link} supports
10757 hard links to symbolic links (such as the GNU system), and @option{-L}
10758 if @code{link} follows symbolic links (such as on BSD).
10760 @exitstatus
10762 Examples:
10764 @example
10765 Bad Example:
10767 # Create link ../a pointing to a in that directory.
10768 # Not really useful because it points to itself.
10769 ln -s a ..
10771 Better Example:
10773 # Change to the target before creating symlinks to avoid being confused.
10774 cd ..
10775 ln -s adir/a .
10777 Bad Example:
10779 # Hard coded file names don't move well.
10780 ln -s $(pwd)/a /some/dir/
10782 Better Example:
10784 # Relative file names survive directory moves and also
10785 # work across networked file systems.
10786 ln -s afile anotherfile
10787 ln -s ../adir/afile yetanotherfile
10788 @end example
10791 @node mkdir invocation
10792 @section @command{mkdir}: Make directories
10794 @pindex mkdir
10795 @cindex directories, creating
10796 @cindex creating directories
10798 @command{mkdir} creates directories with the specified names.  Synopsis:
10800 @example
10801 mkdir [@var{option}]@dots{} @var{name}@dots{}
10802 @end example
10804 @command{mkdir} creates each directory @var{name} in the order given.
10805 It reports an error if @var{name} already exists, unless the
10806 @option{-p} option is given and @var{name} is a directory.
10808 The program accepts the following options.  Also see @ref{Common options}.
10810 @table @samp
10812 @item -m @var{mode}
10813 @itemx --mode=@var{mode}
10814 @opindex -m
10815 @opindex --mode
10816 @cindex modes of created directories, setting
10817 Set the file permission bits of created directories to @var{mode},
10818 which uses the same syntax as
10819 in @command{chmod} and uses @samp{a=rwx} (read, write and execute allowed for
10820 everyone) for the point of the departure.  @xref{File permissions}.
10821 This option affects only directories given on the command line;
10822 it does not affect any parents that may be created via the @option{-p} option.
10824 Normally the directory has the desired file mode bits at the moment it
10825 is created.  As a GNU extension, @var{mode} may also mention
10826 special mode bits, but in this case there may be a temporary window
10827 during which the directory exists but its special mode bits are
10828 incorrect.  @xref{Directory Setuid and Setgid}, for how the
10829 set-user-ID and set-group-ID bits of directories are inherited unless
10830 overridden in this way.
10832 @item -p
10833 @itemx --parents
10834 @opindex -p
10835 @opindex --parents
10836 @cindex parent directories, creating
10837 Make any missing parent directories for each argument, setting their
10838 file permission bits to @samp{=rwx,u+wx},
10839 that is, with the umask modified by @samp{u+wx}.  Ignore
10840 existing parent directories, and do not change their file permission
10841 bits.
10843 If the @option{-m} option is also given, it does not affect
10844 file permission bits of any newly-created parent directories.
10845 To control these bits, set the
10846 umask before invoking @command{mkdir}.  For example, if the shell
10847 command @samp{(umask u=rwx,go=rx; mkdir -p P/Q)} creates the parent
10848 @file{P} it sets the parent's file permission bits to @samp{u=rwx,go=rx}.
10849 (The umask must include @samp{u=wx} for this method to work.)
10850 To set a parent's special mode bits as well, you can invoke
10851 @command{chmod} after @command{mkdir}.  @xref{Directory Setuid and
10852 Setgid}, for how the set-user-ID and set-group-ID bits of
10853 newly-created parent directories are inherited.
10855 @item -v
10856 @itemx --verbose
10857 @opindex -v
10858 @opindex --verbose
10859 Print a message for each created directory.  This is most useful with
10860 @option{--parents}.
10862 @optContext
10864 @end table
10866 @exitstatus
10869 @node mkfifo invocation
10870 @section @command{mkfifo}: Make FIFOs (named pipes)
10872 @pindex mkfifo
10873 @cindex FIFOs, creating
10874 @cindex named pipes, creating
10875 @cindex creating FIFOs (named pipes)
10877 @command{mkfifo} creates FIFOs (also called @dfn{named pipes}) with the
10878 specified names.  Synopsis:
10880 @example
10881 mkfifo [@var{option}] @var{name}@dots{}
10882 @end example
10884 A @dfn{FIFO} is a special file type that permits independent processes
10885 to communicate.  One process opens the FIFO file for writing, and
10886 another for reading, after which data can flow as with the usual
10887 anonymous pipe in shells or elsewhere.
10889 The program accepts the following options.  Also see @ref{Common options}.
10891 @table @samp
10893 @item -m @var{mode}
10894 @itemx --mode=@var{mode}
10895 @opindex -m
10896 @opindex --mode
10897 @cindex modes of created FIFOs, setting
10898 Set the mode of created FIFOs to @var{mode}, which is symbolic as in
10899 @command{chmod} and uses @samp{a=rw} (read and write allowed for everyone)
10900 for the point of departure.  @var{mode} should specify only file
10901 permission bits.  @xref{File permissions}.
10903 @optContext
10905 @end table
10907 @exitstatus
10910 @node mknod invocation
10911 @section @command{mknod}: Make block or character special files
10913 @pindex mknod
10914 @cindex block special files, creating
10915 @cindex character special files, creating
10917 @command{mknod} creates a FIFO, character special file, or block special
10918 file with the specified name.  Synopsis:
10920 @example
10921 mknod [@var{option}]@dots{} @var{name} @var{type} [@var{major} @var{minor}]
10922 @end example
10924 @cindex special files
10925 @cindex block special files
10926 @cindex character special files
10927 Unlike the phrase ``special file type'' above, the term @dfn{special
10928 file} has a technical meaning on Unix: something that can generate or
10929 receive data.  Usually this corresponds to a physical piece of hardware,
10930 e.g., a printer or a flash drive.  (These files are typically created at
10931 system-configuration time.)  The @command{mknod} command is what creates
10932 files of this type.  Such devices can be read either a character at a
10933 time or a ``block'' (many characters) at a time, hence we say there are
10934 @dfn{block special} files and @dfn{character special} files.
10936 @c mknod is a shell built-in at least with OpenBSD's /bin/sh
10937 @mayConflictWithShellBuiltIn{mknod}
10939 The arguments after @var{name} specify the type of file to make:
10941 @table @samp
10943 @item p
10944 @opindex p @r{for FIFO file}
10945 for a FIFO
10947 @item b
10948 @opindex b @r{for block special file}
10949 for a block special file
10951 @item c
10952 @c Don't document the 'u' option -- it's just a synonym for 'c'.
10953 @c Do *any* versions of mknod still use it?
10954 @c @itemx u
10955 @opindex c @r{for character special file}
10956 @c @opindex u @r{for character special file}
10957 for a character special file
10959 @end table
10961 When making a block or character special file, the major and minor
10962 device numbers must be given after the file type.
10963 If a major or minor device number begins with @samp{0x} or @samp{0X},
10964 it is interpreted as hexadecimal; otherwise, if it begins with @samp{0},
10965 as octal; otherwise, as decimal.
10967 The program accepts the following options.  Also see @ref{Common options}.
10969 @table @samp
10971 @item -m @var{mode}
10972 @itemx --mode=@var{mode}
10973 @opindex -m
10974 @opindex --mode
10975 Set the mode of created files to @var{mode}, which is symbolic as in
10976 @command{chmod} and uses @samp{a=rw} as the point of departure.
10977 @var{mode} should specify only file permission bits.
10978 @xref{File permissions}.
10980 @optContext
10982 @end table
10984 @exitstatus
10987 @node readlink invocation
10988 @section @command{readlink}: Print value of a symlink or canonical file name
10990 @pindex readlink
10991 @cindex displaying value of a symbolic link
10992 @cindex canonical file name
10993 @cindex canonicalize a file name
10994 @cindex realpath
10996 @command{readlink} may work in one of two supported modes:
10998 @table @samp
11000 @item Readlink mode
11002 @command{readlink} outputs the value of the given symbolic links.
11003 If @command{readlink} is invoked with an argument other than the name
11004 of a symbolic link, it produces no output and exits with a nonzero exit code.
11006 @item Canonicalize mode
11008 @command{readlink} outputs the absolute name of the given files which contain
11009 no @file{.}, @file{..} components nor any repeated separators
11010 (@file{/}) or symbolic links.  Note the @command{realpath} command is the
11011 preferred command to use for canonicalization.  @xref{realpath invocation}.
11013 @end table
11015 @example
11016 readlink [@var{option}]@dots{} @var{file}@dots{}
11017 @end example
11019 By default, @command{readlink} operates in readlink mode.
11021 The program accepts the following options.  Also see @ref{Common options}.
11023 @table @samp
11025 @item -f
11026 @itemx --canonicalize
11027 @opindex -f
11028 @opindex --canonicalize
11029 Activate canonicalize mode.
11030 If any component of the file name except the last one is missing or unavailable,
11031 @command{readlink} produces no output and exits with a nonzero exit
11032 code.  A trailing slash is ignored.
11034 @item -e
11035 @itemx --canonicalize-existing
11036 @opindex -e
11037 @opindex --canonicalize-existing
11038 Activate canonicalize mode.
11039 If any component is missing or unavailable, @command{readlink} produces
11040 no output and exits with a nonzero exit code.  A trailing slash
11041 requires that the name resolve to a directory.
11043 @item -m
11044 @itemx --canonicalize-missing
11045 @opindex -m
11046 @opindex --canonicalize-missing
11047 Activate canonicalize mode.
11048 If any component is missing or unavailable, @command{readlink} treats it
11049 as a directory.
11051 @item -n
11052 @itemx --no-newline
11053 @opindex -n
11054 @opindex --no-newline
11055 Do not print the output delimiter, when a single @var{file} is specified.
11056 Print a warning if specified along with multiple @var{file}s.
11058 @item -s
11059 @itemx -q
11060 @itemx --silent
11061 @itemx --quiet
11062 @opindex -s
11063 @opindex -q
11064 @opindex --silent
11065 @opindex --quiet
11066 Suppress most error messages.  On by default.
11068 @item -v
11069 @itemx --verbose
11070 @opindex -v
11071 @opindex --verbose
11072 Report error messages.
11074 @optZero
11076 @end table
11078 The @command{readlink} utility first appeared in OpenBSD 2.1.
11080 The @command{realpath} command without options, operates like
11081 @command{readlink} in canonicalize mode.
11083 @exitstatus
11086 @node rmdir invocation
11087 @section @command{rmdir}: Remove empty directories
11089 @pindex rmdir
11090 @cindex removing empty directories
11091 @cindex directories, removing empty
11093 @command{rmdir} removes empty directories.  Synopsis:
11095 @example
11096 rmdir [@var{option}]@dots{} @var{directory}@dots{}
11097 @end example
11099 If any @var{directory} argument does not refer to an existing empty
11100 directory, it is an error.
11102 The program accepts the following options.  Also see @ref{Common options}.
11104 @table @samp
11106 @item --ignore-fail-on-non-empty
11107 @opindex --ignore-fail-on-non-empty
11108 @cindex directory deletion, ignoring failures
11109 Ignore each failure to remove a directory that is solely because
11110 the directory is non-empty.
11112 @item -p
11113 @itemx --parents
11114 @opindex -p
11115 @opindex --parents
11116 @cindex parent directories, removing
11117 Remove @var{directory}, then try to remove each component of @var{directory}.
11118 So, for example, @samp{rmdir -p a/b/c} is similar to @samp{rmdir a/b/c a/b a}.
11119 As such, it fails if any of those directories turns out not to be empty.
11120 Use the @option{--ignore-fail-on-non-empty} option to make it so such
11121 a failure does not evoke a diagnostic and does not cause @command{rmdir} to
11122 exit unsuccessfully.
11124 @item -v
11125 @itemx --verbose
11126 @opindex -v
11127 @opindex --verbose
11128 @cindex directory deletion, reporting
11129 Give a diagnostic for each successful removal.
11130 @var{directory} is removed.
11132 @end table
11134 @xref{rm invocation}, for how to remove non-empty directories recursively.
11136 To remove all empty directories under @var{dirname}, including
11137 directories that become empty because other directories are removed,
11138 you can use either of the following commands:
11140 @example
11141 # This uses GNU extensions.
11142 find @var{dirname} -type d -empty -delete
11144 # This runs on any POSIX platform.
11145 find @var{dirname} -depth -type d -exec rmdir @{@} +
11146 @end example
11148 @exitstatus
11151 @node unlink invocation
11152 @section @command{unlink}: Remove files via the unlink syscall
11154 @pindex unlink
11155 @cindex removing files or directories (via the unlink syscall)
11157 @command{unlink} deletes a single specified file name.
11158 It is a minimalist interface to the system-provided
11159 @code{unlink} function.  @xref{Deleting Files, , , libc,
11160 The GNU C Library Reference Manual}.  Synopsis:
11161 It avoids the bells and whistles of the more commonly-used
11162 @command{rm} command (@pxref{rm invocation}).
11164 @example
11165 unlink @var{filename}
11166 @end example
11168 On some systems @code{unlink} can be used to delete the name of a
11169 directory.  On others, it can be used that way only by a privileged user.
11170 In the GNU system @code{unlink} can never delete the name of a directory.
11172 The @command{unlink} command honors the @option{--help} and
11173 @option{--version} options.  To remove a file whose name begins with
11174 @samp{-}, prefix the name with @samp{./}, e.g., @samp{unlink ./--help}.
11176 @exitstatus
11179 @node Changing file attributes
11180 @chapter Changing file attributes
11182 @cindex changing file attributes
11183 @cindex file attributes, changing
11184 @cindex attributes, file
11186 A file is not merely its contents, a name, and a file type
11187 (@pxref{Special file types}).  A file also has an owner (a user ID), a
11188 group (a group ID), permissions (what the owner can do with the file,
11189 what people in the group can do, and what everyone else can do), various
11190 timestamps, and other information.  Collectively, we call these a file's
11191 @dfn{attributes}.
11193 These commands change file attributes.
11195 @menu
11196 * chown invocation::            Change file owners and groups.
11197 * chgrp invocation::            Change file groups.
11198 * chmod invocation::            Change access permissions.
11199 * touch invocation::            Change file timestamps.
11200 @end menu
11203 @node chown invocation
11204 @section @command{chown}: Change file owner and group
11206 @pindex chown
11207 @cindex file ownership, changing
11208 @cindex group ownership, changing
11209 @cindex changing file ownership
11210 @cindex changing group ownership
11212 @command{chown} changes the user and/or group ownership of each given @var{file}
11213 to @var{new-owner} or to the user and group of an existing reference file.
11214 Synopsis:
11216 @example
11217 chown [@var{option}]@dots{} @{@var{new-owner} | --reference=@var{ref_file}@}@c
11218  @var{file}@dots{}
11219 @end example
11221 If used, @var{new-owner} specifies the new owner and/or group as follows
11222 (with no embedded white space):
11224 @example
11225 [@var{owner}] [ : [@var{group}] ]
11226 @end example
11228 Specifically:
11230 @table @var
11231 @item owner
11232 If only an @var{owner} (a user name or numeric user ID) is given, that
11233 user is made the owner of each given file, and the files' group is not
11234 changed.
11236 @item owner@samp{:}group
11237 If the @var{owner} is followed by a colon and a @var{group} (a
11238 group name or numeric group ID), with no spaces between them, the group
11239 ownership of the files is changed as well (to @var{group}).
11241 @item owner@samp{:}
11242 If a colon but no group name follows @var{owner}, that user is
11243 made the owner of the files and the group of the files is changed to
11244 @var{owner}'s login group.
11246 @item @samp{:}group
11247 If the colon and following @var{group} are given, but the owner
11248 is omitted, only the group of the files is changed; in this case,
11249 @command{chown} performs the same function as @command{chgrp}.
11251 @item @samp{:}
11252 If only a colon is given, or if @var{new-owner} is empty, neither the
11253 owner nor the group is changed.
11255 @end table
11257 If @var{owner} or @var{group} is intended to represent a numeric user
11258 or group ID, then you may specify it with a leading @samp{+}.
11259 @xref{Disambiguating names and IDs}.
11261 Some older scripts may still use @samp{.} in place of the @samp{:} separator.
11262 POSIX 1003.1-2001 (@pxref{Standards conformance}) does not
11263 require support for that, but for backward compatibility GNU
11264 @command{chown} supports @samp{.} so long as no ambiguity results.
11265 New scripts should avoid the use of @samp{.} because it is not
11266 portable, and because it has undesirable results if the entire
11267 @var{owner@samp{.}group} happens to identify a user whose name
11268 contains @samp{.}.
11270 @macro chownGroupRestrictions
11271 It is system dependent whether a user can change the group to an arbitrary one,
11272 or the more portable behavior of being restricted to setting a group of
11273 which the user is a member.
11274 @end macro
11275 @chownGroupRestrictions
11277 The @command{chown} command sometimes clears the set-user-ID or
11278 set-group-ID permission bits.  This behavior depends on the policy and
11279 functionality of the underlying @code{chown} system call, which may
11280 make system-dependent file mode modifications outside the control of
11281 the @command{chown} command.  For example, the @command{chown} command
11282 might not affect those bits when invoked by a user with appropriate
11283 privileges, or when the
11284 bits signify some function other than executable permission (e.g.,
11285 mandatory locking).
11286 When in doubt, check the underlying system behavior.
11288 The program accepts the following options.  Also see @ref{Common options}.
11290 @table @samp
11292 @item -c
11293 @itemx --changes
11294 @opindex -c
11295 @opindex --changes
11296 @cindex changed owners, verbosely describing
11297 Verbosely describe the action for each @var{file} whose ownership
11298 actually changes.
11300 @item -f
11301 @itemx --silent
11302 @itemx --quiet
11303 @opindex -f
11304 @opindex --silent
11305 @opindex --quiet
11306 @cindex error messages, omitting
11307 Do not print error messages about files whose ownership cannot be
11308 changed.
11310 @item --from=@var{old-owner}
11311 @opindex --from
11312 @cindex symbolic links, changing owner
11313 Change a @var{file}'s ownership only if it has current attributes specified
11314 by @var{old-owner}.  @var{old-owner} has the same form as @var{new-owner}
11315 described above.
11316 This option is useful primarily from a security standpoint in that
11317 it narrows considerably the window of potential abuse.
11318 For example, to reflect a user ID numbering change for one user's files
11319 without an option like this, @code{root} might run
11321 @example
11322 find / -owner OLDUSER -print0 | xargs -0 chown -h NEWUSER
11323 @end example
11325 But that is dangerous because the interval between when the @command{find}
11326 tests the existing file's owner and when the @command{chown} is actually run
11327 may be quite large.
11328 One way to narrow the gap would be to invoke chown for each file
11329 as it is found:
11331 @example
11332 find / -owner OLDUSER -exec chown -h NEWUSER @{@} \;
11333 @end example
11335 But that is very slow if there are many affected files.
11336 With this option, it is safer (the gap is narrower still)
11337 though still not perfect:
11339 @example
11340 chown -h -R --from=OLDUSER NEWUSER /
11341 @end example
11343 @item --dereference
11344 @opindex --dereference
11345 @cindex symbolic links, changing owner
11346 @findex lchown
11347 Do not act on symbolic links themselves but rather on what they point to.
11348 This is the default when not operating recursively.
11349 @warnOptDerefWithRec
11351 @item -h
11352 @itemx --no-dereference
11353 @opindex -h
11354 @opindex --no-dereference
11355 @cindex symbolic links, changing owner
11356 @findex lchown
11357 Act on symbolic links themselves instead of what they point to.
11358 This mode relies on the @code{lchown} system call.
11359 On systems that do not provide the @code{lchown} system call,
11360 @command{chown} fails when a file specified on the command line
11361 is a symbolic link.
11362 By default, no diagnostic is issued for symbolic links encountered
11363 during a recursive traversal, but see @option{--verbose}.
11365 @item --preserve-root
11366 @opindex --preserve-root
11367 @cindex root directory, disallow recursive modification
11368 Fail upon any attempt to recursively change the root directory, @file{/}.
11369 Without @option{--recursive}, this option has no effect.
11370 @xref{Treating / specially}.
11372 @item --no-preserve-root
11373 @opindex --no-preserve-root
11374 @cindex root directory, allow recursive modification
11375 Cancel the effect of any preceding @option{--preserve-root} option.
11376 @xref{Treating / specially}.
11378 @item --reference=@var{ref_file}
11379 @opindex --reference
11380 Change the user and group of each @var{file} to be the same as those of
11381 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11382 user and group of the symbolic link, but rather those of the file it
11383 refers to.
11385 @item -v
11386 @itemx --verbose
11387 @opindex -v
11388 @opindex --verbose
11389 Output a diagnostic for every file processed.
11390 If a symbolic link is encountered during a recursive traversal
11391 on a system without the @code{lchown} system call, and @option{--no-dereference}
11392 is in effect, then issue a diagnostic saying neither the symbolic link nor
11393 its referent is being changed.
11395 @item -R
11396 @itemx --recursive
11397 @opindex -R
11398 @opindex --recursive
11399 @cindex recursively changing file ownership
11400 Recursively change ownership of directories and their contents.
11402 @choptH
11403 @xref{Traversing symlinks}.
11405 @choptL
11406 @warnOptDerefWithRec
11407 @xref{Traversing symlinks}.
11409 @choptP
11410 @xref{Traversing symlinks}.
11412 @end table
11414 @exitstatus
11416 Examples:
11418 @example
11419 # Change the owner of /u to "root".
11420 chown root /u
11422 # Likewise, but also change its group to "staff".
11423 chown root:staff /u
11425 # Change the owner of /u and subfiles to "root".
11426 chown -hR root /u
11427 @end example
11430 @node chgrp invocation
11431 @section @command{chgrp}: Change group ownership
11433 @pindex chgrp
11434 @cindex group ownership, changing
11435 @cindex changing group ownership
11437 @command{chgrp} changes the group ownership of each given @var{file}
11438 to @var{group} (which can be either a group name or a numeric group ID)
11439 or to the group of an existing reference file.  @xref{chown invocation}.
11440 Synopsis:
11442 @example
11443 chgrp [@var{option}]@dots{} @{@var{group} | --reference=@var{ref_file}@}@c
11444  @var{file}@dots{}
11445 @end example
11447 If @var{group} is intended to represent a
11448 numeric group ID, then you may specify it with a leading @samp{+}.
11449 @xref{Disambiguating names and IDs}.
11451 @chownGroupRestrictions
11453 The program accepts the following options.  Also see @ref{Common options}.
11455 @table @samp
11457 @item -c
11458 @itemx --changes
11459 @opindex -c
11460 @opindex --changes
11461 @cindex changed files, verbosely describing
11462 Verbosely describe the action for each @var{file} whose group actually
11463 changes.
11465 @item -f
11466 @itemx --silent
11467 @itemx --quiet
11468 @opindex -f
11469 @opindex --silent
11470 @opindex --quiet
11471 @cindex error messages, omitting
11472 Do not print error messages about files whose group cannot be
11473 changed.
11475 @item --dereference
11476 @opindex --dereference
11477 @cindex symbolic links, changing owner
11478 @findex lchown
11479 Do not act on symbolic links themselves but rather on what they point to.
11480 This is the default when not operating recursively.
11481 @warnOptDerefWithRec
11483 @item -h
11484 @itemx --no-dereference
11485 @opindex -h
11486 @opindex --no-dereference
11487 @cindex symbolic links, changing group
11488 @findex lchown
11489 Act on symbolic links themselves instead of what they point to.
11490 This mode relies on the @code{lchown} system call.
11491 On systems that do not provide the @code{lchown} system call,
11492 @command{chgrp} fails when a file specified on the command line
11493 is a symbolic link.
11494 By default, no diagnostic is issued for symbolic links encountered
11495 during a recursive traversal, but see @option{--verbose}.
11497 @item --preserve-root
11498 @opindex --preserve-root
11499 @cindex root directory, disallow recursive modification
11500 Fail upon any attempt to recursively change the root directory, @file{/}.
11501 Without @option{--recursive}, this option has no effect.
11502 @xref{Treating / specially}.
11504 @item --no-preserve-root
11505 @opindex --no-preserve-root
11506 @cindex root directory, allow recursive modification
11507 Cancel the effect of any preceding @option{--preserve-root} option.
11508 @xref{Treating / specially}.
11510 @item --reference=@var{ref_file}
11511 @opindex --reference
11512 Change the group of each @var{file} to be the same as that of
11513 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11514 group of the symbolic link, but rather that of the file it refers to.
11516 @item -v
11517 @itemx --verbose
11518 @opindex -v
11519 @opindex --verbose
11520 Output a diagnostic for every file processed.
11521 If a symbolic link is encountered during a recursive traversal
11522 on a system without the @code{lchown} system call, and @option{--no-dereference}
11523 is in effect, then issue a diagnostic saying neither the symbolic link nor
11524 its referent is being changed.
11526 @item -R
11527 @itemx --recursive
11528 @opindex -R
11529 @opindex --recursive
11530 @cindex recursively changing group ownership
11531 Recursively change the group ownership of directories and their contents.
11533 @choptH
11534 @xref{Traversing symlinks}.
11536 @choptL
11537 @warnOptDerefWithRec
11538 @xref{Traversing symlinks}.
11540 @choptP
11541 @xref{Traversing symlinks}.
11543 @end table
11545 @exitstatus
11547 Examples:
11549 @example
11550 # Change the group of /u to "staff".
11551 chgrp staff /u
11553 # Change the group of /u and subfiles to "staff".
11554 chgrp -hR staff /u
11555 @end example
11558 @node chmod invocation
11559 @section @command{chmod}: Change access permissions
11561 @pindex chmod
11562 @cindex changing access permissions
11563 @cindex access permissions, changing
11564 @cindex permissions, changing access
11566 @command{chmod} changes the access permissions of the named files.  Synopsis:
11568 @example
11569 chmod [@var{option}]@dots{} @{@var{mode} | --reference=@var{ref_file}@}@c
11570  @var{file}@dots{}
11571 @end example
11573 @cindex symbolic links, permissions of
11574 @command{chmod} never changes the permissions of symbolic links, since
11575 the @command{chmod} system call cannot change their permissions.
11576 This is not a problem since the permissions of symbolic links are
11577 never used.  However, for each symbolic link listed on the command
11578 line, @command{chmod} changes the permissions of the pointed-to file.
11579 In contrast, @command{chmod} ignores symbolic links encountered during
11580 recursive directory traversals.
11582 Only a process whose effective user ID matches the user ID of the file,
11583 or a process with appropriate privileges, is permitted to change the
11584 file mode bits of a file.
11586 A successful use of @command{chmod} clears the set-group-ID bit of a
11587 regular file if the file's group ID does not match the user's
11588 effective group ID or one of the user's supplementary group IDs,
11589 unless the user has appropriate privileges.  Additional restrictions
11590 may cause the set-user-ID and set-group-ID bits of @var{mode} or
11591 @var{ref_file} to be ignored.  This behavior depends on the policy and
11592 functionality of the underlying @code{chmod} system call.  When in
11593 doubt, check the underlying system behavior.
11595 If used, @var{mode} specifies the new file mode bits.
11596 For details, see the section on @ref{File permissions}.
11597 If you really want @var{mode} to have a leading @samp{-}, you should
11598 use @option{--} first, e.g., @samp{chmod -- -w file}.  Typically,
11599 though, @samp{chmod a-w file} is preferable, and @command{chmod -w
11600 file} (without the @option{--}) complains if it behaves differently
11601 from what @samp{chmod a-w file} would do.
11603 The program accepts the following options.  Also see @ref{Common options}.
11605 @table @samp
11607 @item -c
11608 @itemx --changes
11609 @opindex -c
11610 @opindex --changes
11611 Verbosely describe the action for each @var{file} whose permissions
11612 actually changes.
11614 @item -f
11615 @itemx --silent
11616 @itemx --quiet
11617 @opindex -f
11618 @opindex --silent
11619 @opindex --quiet
11620 @cindex error messages, omitting
11621 Do not print error messages about files whose permissions cannot be
11622 changed.
11624 @item --preserve-root
11625 @opindex --preserve-root
11626 @cindex root directory, disallow recursive modification
11627 Fail upon any attempt to recursively change the root directory, @file{/}.
11628 Without @option{--recursive}, this option has no effect.
11629 @xref{Treating / specially}.
11631 @item --no-preserve-root
11632 @opindex --no-preserve-root
11633 @cindex root directory, allow recursive modification
11634 Cancel the effect of any preceding @option{--preserve-root} option.
11635 @xref{Treating / specially}.
11637 @item -v
11638 @itemx --verbose
11639 @opindex -v
11640 @opindex --verbose
11641 Verbosely describe the action or non-action taken for every @var{file}.
11643 @item --reference=@var{ref_file}
11644 @opindex --reference
11645 Change the mode of each @var{file} to be the same as that of @var{ref_file}.
11646 @xref{File permissions}.
11647 If @var{ref_file} is a symbolic link, do not use the mode
11648 of the symbolic link, but rather that of the file it refers to.
11650 @item -R
11651 @itemx --recursive
11652 @opindex -R
11653 @opindex --recursive
11654 @cindex recursively changing access permissions
11655 Recursively change permissions of directories and their contents.
11657 @end table
11659 @exitstatus
11661 Examples:
11663 @smallexample
11664 # Change file permissions of FOO to be world readable
11665 # and user writable, with no other permissions.
11666 chmod 644 foo
11667 chmod a=r,u+w foo
11669 # Add user and group execute permissions to FOO.
11670 chmod +110 file
11671 chmod ug+x file
11673 # Set file permissions of DIR and subsidiary files to
11674 # be the umask default, assuming execute permissions for
11675 # directories and for files already executable.
11676 chmod -R a=,+rwX dir
11677 @end smallexample
11680 @node touch invocation
11681 @section @command{touch}: Change file timestamps
11683 @pindex touch
11684 @cindex changing file timestamps
11685 @cindex file timestamps, changing
11686 @cindex timestamps, changing file
11688 @command{touch} changes the access and/or modification timestamps of the
11689 specified files.  Synopsis:
11691 @example
11692 touch [@var{option}]@dots{} @var{file}@dots{}
11693 @end example
11695 @cindex empty files, creating
11696 Any @var{file} argument that does not exist is created empty, unless
11697 option @option{--no-create} (@option{-c}) or @option{--no-dereference}
11698 (@option{-h}) was in effect.
11700 A @var{file} argument string of @samp{-} is handled specially and
11701 causes @command{touch} to change the times of the file associated with
11702 standard output.
11704 By default, @command{touch} sets file timestamps to the current time.
11705 Because @command{touch} acts on its operands left to right, the
11706 resulting timestamps of earlier and later operands may disagree.
11708 @cindex permissions, for changing file timestamps
11709 When setting file timestamps to the current time, @command{touch} can
11710 change the timestamps for files that the user does not own but has
11711 write permission for.  Otherwise, the user must own the files.  Some
11712 older systems have a further restriction: the user must own the files
11713 unless both the access and modification timestamps are being set to the
11714 current time.
11716 The @command{touch} command cannot set a file's status change timestamp to
11717 a user-specified value, and cannot change the file's birth time (if
11718 supported) at all.  Also, @command{touch} has issues similar to those
11719 affecting all programs that update file timestamps.  For example,
11720 @command{touch} may set a file's timestamp to a value that differs
11721 slightly from the requested time.  @xref{File timestamps}.
11723 @vindex TZ
11724 Timestamps assume the time zone rules specified by the @env{TZ}
11725 environment variable, or by the system default rules if @env{TZ} is
11726 not set.  @xref{TZ Variable,, Specifying the Time Zone with @env{TZ},
11727 libc, The GNU C Library Reference Manual}.
11728 You can avoid ambiguities during
11729 daylight saving transitions by using UTC timestamps.
11731 The program accepts the following options.  Also see @ref{Common options}.
11733 @table @samp
11735 @item -a
11736 @itemx --time=atime
11737 @itemx --time=access
11738 @itemx --time=use
11739 @opindex -a
11740 @opindex --time
11741 @opindex atime@r{, changing}
11742 @opindex access @r{time, changing}
11743 @opindex use @r{time, changing}
11744 Change the access timestamp only.  @xref{File timestamps}.
11746 @item -c
11747 @itemx --no-create
11748 @opindex -c
11749 @opindex --no-create
11750 Do not warn about or create files that do not exist.
11752 @item -d @var{time}
11753 @itemx --date=@var{time}
11754 @opindex -d
11755 @opindex --date
11756 @opindex time
11757 Use @var{time} instead of the current time.  It can contain month names,
11758 time zones, @samp{am} and @samp{pm}, @samp{yesterday}, etc.  For
11759 example, @option{--date="2020-07-21 14:19:13.489392193 +0530"}
11760 specifies the instant of time that is 489,392,193 nanoseconds after
11761 July 21, 2020 at 2:19:13 PM in a time zone that is 5 hours and 30
11762 minutes east of UTC@.  @xref{Date input formats}.
11763 File systems that do not support high-resolution timestamps
11764 silently ignore any excess precision here.
11766 @item -f
11767 @opindex -f
11768 @cindex BSD @command{touch} compatibility
11769 Ignored; for compatibility with BSD versions of @command{touch}.
11771 @item -h
11772 @itemx --no-dereference
11773 @opindex -h
11774 @opindex --no-dereference
11775 @cindex symbolic links, changing time
11776 @findex lutimes
11777 Attempt to change the timestamps of a symbolic link, rather than what
11778 the link refers to.  When using this option, empty files are not
11779 created, but option @option{-c} must also be used to avoid warning
11780 about files that do not exist.  Not all systems support changing the
11781 timestamps of symlinks, since underlying system support for this
11782 action was not required until POSIX 2008.  Also, on some
11783 systems, the mere act of examining a symbolic link changes the access
11784 timestamp, such that only changes to the modification timestamp will persist
11785 long enough to be observable.  When coupled with option @option{-r}, a
11786 reference timestamp is taken from a symbolic link rather than the file
11787 it refers to.
11789 @item -m
11790 @itemx --time=mtime
11791 @itemx --time=modify
11792 @opindex -m
11793 @opindex --time
11794 @opindex mtime@r{, changing}
11795 @opindex modify @r{time, changing}
11796 Change the modification timestamp only.
11798 @item -r @var{file}
11799 @itemx --reference=@var{file}
11800 @opindex -r
11801 @opindex --reference
11802 Use the times of the reference @var{file} instead of the current time.
11803 If this option is combined with the @option{--date=@var{time}}
11804 (@option{-d @var{time}}) option, the reference @var{file}'s time is
11805 the origin for any relative @var{time}s given, but is otherwise ignored.
11806 For example, @samp{-r foo -d '-5 seconds'} specifies a timestamp
11807 equal to five seconds before the corresponding timestamp for @file{foo}.
11808 If @var{file} is a symbolic link, the reference timestamp is taken
11809 from the target of the symlink, unless @option{-h} was also in effect.
11811 @item -t [[@var{cc}]@var{yy}]@var{mmddhhmm}[.@var{ss}]
11812 @cindex leap seconds
11813 Use the argument (optional four-digit or two-digit years, months,
11814 days, hours, minutes, optional seconds) instead of the current time.
11815 If the year is specified with only two digits, then @var{cc}
11816 is 20 for years in the range 0 @dots{} 68, and 19 for years in
11817 69 @dots{} 99.  If no digits of the year are specified,
11818 the argument is interpreted as a date in the current year.
11819 On the atypical systems that support leap seconds, @var{ss} may be
11820 @samp{60}.
11822 @end table
11824 @vindex _POSIX2_VERSION
11825 On systems predating POSIX 1003.1-2001,
11826 @command{touch} supports an obsolete syntax, as follows.
11827 If no timestamp is given with any of the @option{-d}, @option{-r}, or
11828 @option{-t} options, and if there are two or more @var{file}s and the
11829 first @var{file} is of the form @samp{@var{mmddhhmm}[@var{yy}]} and this
11830 would be a valid argument to the @option{-t} option (if the @var{yy}, if
11831 any, were moved to the front), and if the represented year
11832 is in the range 1969--1999, that argument is interpreted as the time
11833 for the other files instead of as a file name.
11834 Although this obsolete behavior can be controlled with the
11835 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
11836 conformance}), portable scripts should avoid commands whose
11837 behavior depends on this variable.
11838 For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
11839 12312359 main.c} rather than the ambiguous @samp{touch 12312359 main.c}.
11841 @exitstatus
11844 @node File space usage
11845 @chapter File space usage
11847 @cindex File space usage
11848 @cindex disk usage
11850 No file system can hold an infinite amount of data.  These commands report
11851 how much storage is in use or available, report other file and
11852 file status information, and write buffers to file systems.
11854 @menu
11855 * df invocation::               Report file system space usage.
11856 * du invocation::               Estimate file space usage.
11857 * stat invocation::             Report file or file system status.
11858 * sync invocation::             Synchronize cached writes to persistent storage.
11859 * truncate invocation::         Shrink or extend the size of a file.
11860 @end menu
11863 @node df invocation
11864 @section @command{df}: Report file system space usage
11866 @pindex df
11867 @cindex file system usage
11868 @cindex disk usage by file system
11870 @command{df} reports the amount of space used and available on
11871 file systems.  Synopsis:
11873 @example
11874 df [@var{option}]@dots{} [@var{file}]@dots{}
11875 @end example
11877 With no arguments, @command{df} reports the space used and available on all
11878 currently mounted file systems (of all types).  Otherwise, @command{df}
11879 reports on the file system containing each argument @var{file}.
11881 Normally the space is printed in units of
11882 1024 bytes, but this can be overridden (@pxref{Block size}).
11883 Non-integer quantities are rounded up to the next higher unit.
11885 For bind mounts and without arguments, @command{df} only outputs the statistics
11886 for that device with the shortest mount point name in the list of file systems
11887 (@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option is
11888 specified.
11890 With the same logic, @command{df} elides a mount entry of a dummy pseudo device
11891 if there is another mount entry of a real block device for that mount point with
11892 the same device number, e.g. the early-boot pseudo file system @samp{rootfs} is
11893 not shown per default when already the real root device has been mounted.
11895 @cindex disk device file
11896 @cindex device file
11897 If an argument @var{file} resolves to a special file containing
11898 a mounted file system, @command{df} shows the space available on that
11899 file system rather than on the file system containing the device node.
11900 GNU @command{df} does not attempt to determine the usage
11901 on unmounted file systems, because on most kinds of systems doing so
11902 requires extremely nonportable intimate knowledge of file system structures.
11904 The program accepts the following options.  Also see @ref{Common options}.
11906 @table @samp
11908 @item -a
11909 @itemx --all
11910 @opindex -a
11911 @opindex --all
11912 @cindex ignore file systems
11913 Include in the listing dummy, duplicate, or inaccessible file systems, which
11914 are omitted by default.  Dummy file systems are typically special purpose
11915 pseudo file systems such as @samp{/proc}, with no associated storage.
11916 Duplicate file systems are local or remote file systems that are mounted
11917 at separate locations in the local file hierarchy, or bind mounted locations.
11918 Inaccessible file systems are those which are mounted but subsequently
11919 over-mounted by another file system at that point, or otherwise inaccessible
11920 due to permissions of the mount point etc.
11922 @item -B @var{size}
11923 @itemx --block-size=@var{size}
11924 @opindex -B
11925 @opindex --block-size
11926 @cindex file system sizes
11927 Scale sizes by @var{size} before printing them (@pxref{Block size}).
11928 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
11930 @optHumanReadable
11932 @item -H
11933 @opindex -H
11934 Equivalent to @option{--si}.
11936 @item -i
11937 @itemx --inodes
11938 @opindex -i
11939 @opindex --inodes
11940 @cindex inode usage
11941 List inode usage information instead of block usage.  An inode (short
11942 for index node) contains information about a file such as its owner,
11943 permissions, timestamps, and location on the file system.
11945 @item -k
11946 @opindex -k
11947 @cindex kibibytes for file system sizes
11948 Print sizes in 1024-byte blocks, overriding the default block size
11949 (@pxref{Block size}).
11950 This option is equivalent to @option{--block-size=1K}.
11952 @item -l
11953 @itemx --local
11954 @opindex -l
11955 @opindex --local
11956 @cindex file system types, limiting output to certain
11957 Limit the listing to local file systems.  By default, remote file systems
11958 are also listed.
11960 @item --no-sync
11961 @opindex --no-sync
11962 @cindex file system space, retrieving old data more quickly
11963 Do not invoke the @code{sync} system call before getting any usage data.
11964 This may make @command{df} run significantly faster on systems with many
11965 file systems, but on some systems (notably Solaris) the results may be slightly
11966 out of date.  This is the default.
11968 @item --output
11969 @itemx --output[=@var{field_list}]
11970 @opindex --output
11971 Use the output format defined by @var{field_list}, or print all fields if
11972 @var{field_list} is omitted.  In the latter case, the order of the columns
11973 conforms to the order of the field descriptions below.
11975 The use of the @option{--output} together with each of the options @option{-i},
11976 @option{-P}, and @option{-T} is mutually exclusive.
11978 FIELD_LIST is a comma-separated list of columns to be included in @command{df}'s
11979 output and therefore effectively controls the order of output columns.
11980 Each field can thus be used at the place of choice, but yet must only be
11981 used once.
11983 Valid field names in the @var{field_list} are:
11984 @table @samp
11985 @item source
11986 The source of the mount point, usually a device.
11987 @item fstype
11988 File system type.
11990 @item itotal
11991 Total number of inodes.
11992 @item iused
11993 Number of used inodes.
11994 @item iavail
11995 Number of available inodes.
11996 @item ipcent
11997 Percentage of @var{iused} divided by @var{itotal}.
11999 @item size
12000 Total number of blocks.
12001 @item used
12002 Number of used blocks.
12003 @item avail
12004 Number of available blocks.
12005 @item pcent
12006 Percentage of @var{used} divided by @var{size}.
12008 @item file
12009 The file name if specified on the command line.
12010 @item target
12011 The mount point.
12012 @end table
12014 The fields for block and inodes statistics are affected by the scaling
12015 options like @option{-h} as usual.
12017 The definition of the @var{field_list} can even be split among several
12018 @option{--output} uses.
12020 @example
12021 #!/bin/sh
12022 # Print the TARGET (i.e., the mount point) along with their percentage
12023 # statistic regarding the blocks and the inodes.
12024 df --out=target --output=pcent,ipcent
12026 # Print all available fields.
12027 df --o
12028 @end example
12031 @item -P
12032 @itemx --portability
12033 @opindex -P
12034 @opindex --portability
12035 @cindex one-line output format
12036 @cindex POSIX output format
12037 @cindex portable output format
12038 @cindex output format, portable
12039 Use the POSIX output format.  This is like the default format except
12040 for the following:
12042 @enumerate
12043 @item
12044 The information about each file system is always printed on exactly
12045 one line; a mount device is never put on a line by itself.  This means
12046 that if the mount device name is more than 20 characters long (e.g., for
12047 some network mounts), the columns are misaligned.
12049 @item
12050 The labels in the header output line are changed to conform to POSIX.
12052 @item
12053 The default block size and output format are unaffected by the
12054 @env{DF_BLOCK_SIZE}, @env{BLOCK_SIZE} and @env{BLOCKSIZE} environment
12055 variables.  However, the default block size is still affected by
12056 @env{POSIXLY_CORRECT}: it is 512 if @env{POSIXLY_CORRECT} is set, 1024
12057 otherwise.  @xref{Block size}.
12058 @end enumerate
12060 @optSi
12062 @item --sync
12063 @opindex --sync
12064 @cindex file system space, retrieving current data more slowly
12065 Invoke the @code{sync} system call before getting any usage data.  On
12066 some systems (notably Solaris), doing this yields more up to date results,
12067 but in general this option makes @command{df} much slower, especially when
12068 there are many or very busy file systems.
12070 @item --total
12071 @opindex --total
12072 @cindex grand total of file system size, usage and available space
12073 Print a grand total of all arguments after all arguments have
12074 been processed.  This can be used to find out the total size, usage
12075 and available space of all listed devices.  If no arguments are specified
12076 df will try harder to elide file systems insignificant to the total
12077 available space, by suppressing duplicate remote file systems.
12079 For the grand total line, @command{df} prints @samp{"total"} into the
12080 @var{source} column, and @samp{"-"} into the @var{target} column.
12081 If there is no @var{source} column (see @option{--output}), then
12082 @command{df} prints @samp{"total"} into the @var{target} column,
12083 if present.
12085 @item -t @var{fstype}
12086 @itemx --type=@var{fstype}
12087 @opindex -t
12088 @opindex --type
12089 @cindex file system types, limiting output to certain
12090 Limit the listing to file systems of type @var{fstype}.  Multiple
12091 file system types can be specified by giving multiple @option{-t} options.
12092 By default, nothing is omitted.
12094 @item -T
12095 @itemx --print-type
12096 @opindex -T
12097 @opindex --print-type
12098 @cindex file system types, printing
12099 Print each file system's type.  The types printed here are the same ones
12100 you can include or exclude with @option{-t} and @option{-x}.  The particular
12101 types printed are whatever is supported by the system.  Here are some of
12102 the common names (this list is certainly not exhaustive):
12104 @table @samp
12106 @item nfs
12107 @cindex NFS file system type
12108 An NFS file system, i.e., one mounted over a network from another
12109 machine.  This is the one type name which seems to be used uniformly by
12110 all systems.
12112 @item ext2@r{, }ext3@r{, }ext4@r{, }xfs@r{, }btrfs@dots{}
12113 @cindex Linux file system types
12114 @cindex local file system types
12115 @opindex ext2 @r{file system type}
12116 @opindex ext3 @r{file system type}
12117 @opindex ext4 @r{file system type}
12118 @opindex xfs @r{file system type}
12119 @opindex btrfs @r{file system type}
12120 A file system on a locally-mounted device.  (The system might even
12121 support more than one type here; GNU/Linux does.)
12123 @item iso9660@r{, }cdfs
12124 @cindex CD-ROM file system type
12125 @cindex DVD file system type
12126 @cindex ISO9660 file system type
12127 @opindex iso9660 @r{file system type}
12128 @opindex cdfs @r{file system type}
12129 A file system on a CD or DVD drive.  HP-UX uses @samp{cdfs}, most other
12130 systems use @samp{iso9660}.
12132 @item ntfs@r{,}fat
12133 @cindex NTFS file system
12134 @cindex DOS file system
12135 @cindex MS-DOS file system
12136 @cindex MS-Windows file system
12137 @opindex ntfs @r{file system file}
12138 @opindex fat @r{file system file}
12139 File systems used by MS-Windows / MS-DOS.
12141 @end table
12143 @item -x @var{fstype}
12144 @itemx --exclude-type=@var{fstype}
12145 @opindex -x
12146 @opindex --exclude-type
12147 Limit the listing to file systems not of type @var{fstype}.
12148 Multiple file system types can be eliminated by giving multiple
12149 @option{-x} options.  By default, no file system types are omitted.
12151 @item -v
12152 Ignored; for compatibility with System V versions of @command{df}.
12154 @end table
12156 @command{df} is installed only on systems that have usable mount tables,
12157 so portable scripts should not rely on its existence.
12159 @exitstatus
12160 Failure includes the case where no output is generated, so you can
12161 inspect the exit status of a command like @samp{df -t ext3 -t reiserfs
12162 @var{dir}} to test whether @var{dir} is on a file system of type
12163 @samp{ext3} or @samp{reiserfs}.
12165 Since the list of file systems (@var{mtab}) is needed to determine the
12166 file system type, failure includes the cases when that list cannot
12167 be read and one or more of the options @option{-a}, @option{-l}, @option{-t}
12168 or @option{-x} is used together with a file name argument.
12171 @node du invocation
12172 @section @command{du}: Estimate file space usage
12174 @pindex du
12175 @cindex file space usage
12176 @cindex disk usage for files
12178 @command{du} reports the amount of file system space used by the set
12179 of specified files and for each subdirectory (of directory arguments).
12180 Synopsis:
12182 @example
12183 du [@var{option}]@dots{} [@var{file}]@dots{}
12184 @end example
12186 With no arguments, @command{du} reports the file system space for the current
12187 directory.  Normally the space is printed in units of
12188 1024 bytes, but this can be overridden (@pxref{Block size}).
12189 Non-integer quantities are rounded up to the next higher unit.
12191 If two or more hard links point to the same file, only one of the hard
12192 links is counted.  The @var{file} argument order affects which links
12193 are counted, and changing the argument order may change the numbers
12194 and entries that @command{du} outputs.
12196 The program accepts the following options.  Also see @ref{Common options}.
12198 @table @samp
12200 @optNull
12202 @item -a
12203 @itemx --all
12204 @opindex -a
12205 @opindex --all
12206 Show counts for all files, not just directories.
12208 @item --apparent-size
12209 @opindex --apparent-size
12210 Print apparent sizes, rather than file system usage.  The apparent size of a
12211 file is the number of bytes reported by @code{wc -c} on regular files,
12212 or more generally, @code{ls -l --block-size=1} or @code{stat --format=%s}.
12213 For example, a file containing the word @samp{zoo} with no newline would,
12214 of course, have an apparent size of 3.  Such a small file may require
12215 anywhere from 0 to 16 KiB or more of file system space, depending on
12216 the type and configuration of the file system on which the file resides.
12217 However, a sparse file created with this command:
12219 @example
12220 dd bs=1 seek=2GiB if=/dev/null of=big
12221 @end example
12223 @noindent
12224 has an apparent size of 2 GiB, yet on most modern
12225 file systems, it actually uses almost no space.
12227 @item -B @var{size}
12228 @itemx --block-size=@var{size}
12229 @opindex -B
12230 @opindex --block-size
12231 @cindex file sizes
12232 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12233 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12235 @item -b
12236 @itemx --bytes
12237 @opindex -b
12238 @opindex --bytes
12239 Equivalent to @code{--apparent-size --block-size=1}.
12241 @item -c
12242 @itemx --total
12243 @opindex -c
12244 @opindex --total
12245 @cindex grand total of file system space
12246 Print a grand total of all arguments after all arguments have
12247 been processed.  This can be used to find out the total file system usage of
12248 a given set of files or directories.
12250 @item -D
12251 @itemx --dereference-args
12252 @opindex -D
12253 @opindex --dereference-args
12254 Dereference symbolic links that are command line arguments.
12255 Does not affect other symbolic links.  This is helpful for finding
12256 out the file system usage of directories, such as @file{/usr/tmp}, which
12257 are often symbolic links.
12259 @item -d @var{depth}
12260 @itemx --max-depth=@var{depth}
12261 @opindex -d @var{depth}
12262 @opindex --max-depth=@var{depth}
12263 @cindex limiting output of @command{du}
12264 Show the total for each directory (and file if --all) that is at
12265 most MAX_DEPTH levels down from the root of the hierarchy.  The root
12266 is at level 0, so @code{du --max-depth=0} is equivalent to @code{du -s}.
12268 @c --files0-from=FILE
12269 @filesZeroFromOption{du,, with the @option{--total} (@option{-c}) option}
12271 @item -H
12272 @opindex -H
12273 Equivalent to @option{--dereference-args} (@option{-D}).
12275 @optHumanReadable
12277 @item --inodes
12278 @opindex --inodes
12279 @cindex inode usage, dereferencing in @command{du}
12280 List inode usage information instead of block usage.
12281 This option is useful for finding directories which contain many files, and
12282 therefore eat up most of the inodes space of a file system (see @command{df},
12283 option @option{--inodes}).
12284 It can well be combined with the options @option{-a}, @option{-c},
12285 @option{-h}, @option{-l}, @option{-s}, @option{-S}, @option{-t} and
12286 @option{-x}; however, passing other options regarding the block size, for
12287 example @option{-b}, @option{-m} and @option{--apparent-size}, is ignored.
12289 @item -k
12290 @opindex -k
12291 @cindex kibibytes for file sizes
12292 Print sizes in 1024-byte blocks, overriding the default block size
12293 (@pxref{Block size}).
12294 This option is equivalent to @option{--block-size=1K}.
12296 @item -L
12297 @itemx --dereference
12298 @opindex -L
12299 @opindex --dereference
12300 @cindex symbolic links, dereferencing in @command{du}
12301 Dereference symbolic links (show the file system space used by the file
12302 or directory that the link points to instead of the space used by
12303 the link).
12305 @item -l
12306 @itemx --count-links
12307 @opindex -l
12308 @opindex --count-links
12309 @cindex hard links, counting in @command{du}
12310 Count the size of all files, even if they have appeared already (as a
12311 hard link).
12313 @item -m
12314 @opindex -m
12315 @cindex mebibytes for file sizes
12316 Print sizes in 1,048,576-byte blocks, overriding the default block size
12317 (@pxref{Block size}).
12318 This option is equivalent to @option{--block-size=1M}.
12320 @item -P
12321 @itemx --no-dereference
12322 @opindex -P
12323 @opindex --no-dereference
12324 @cindex symbolic links, dereferencing in @command{du}
12325 For each symbolic link encountered by @command{du},
12326 consider the file system space used by the symbolic link itself.
12328 @item -S
12329 @itemx --separate-dirs
12330 @opindex -S
12331 @opindex --separate-dirs
12332 Normally, in the output of @command{du} (when not using @option{--summarize}),
12333 the size listed next to a directory name, @var{d}, represents the sum
12334 of sizes of all entries beneath @var{d} as well as the size of @var{d} itself.
12335 With @option{--separate-dirs}, the size reported for a directory name,
12336 @var{d}, will exclude the size of any subdirectories.
12338 @optSi
12340 @item -s
12341 @itemx --summarize
12342 @opindex -s
12343 @opindex --summarize
12344 Display only a total for each argument.
12346 @item -t @var{size}
12347 @itemx --threshold=@var{size}
12348 @opindex -t
12349 @opindex --threshold
12350 Exclude entries based on a given @var{size}.  The @var{size} refers to used
12351 blocks in normal mode (@pxref{Block size}), or inodes count in conjunction
12352 with the @option{--inodes} option.
12354 If @var{size} is positive, then @command{du} will only print entries with a size
12355 greater than or equal to that.
12357 If @var{size} is negative, then @command{du} will only print entries with a size
12358 smaller than or equal to that.
12360 Although GNU @command{find} can be used to find files of a certain size,
12361 @command{du}'s @option{--threshold} option can be used to also filter
12362 directories based on a given size.
12364 Please note that the @option{--threshold} option can be combined with the
12365 @option{--apparent-size} option, and in this case would elide entries based on
12366 its apparent size.
12368 Please note that the @option{--threshold} option can be combined with the
12369 @option{--inodes} option, and in this case would elide entries based on
12370 its inodes count.
12372 Here's how you would use @option{--threshold} to find directories with a size
12373 greater than or equal to 200 megabytes:
12375 @example
12376 du --threshold=200MB
12377 @end example
12379 Here's how you would use @option{--threshold} to find directories and files -
12380 note the @option{-a} - with an apparent size smaller than or equal to 500 bytes:
12382 @example
12383 du -a -t -500 --apparent-size
12384 @end example
12386 Here's how you would use @option{--threshold} to find directories on the root
12387 file system with more than 20000 inodes used in the directory tree below:
12389 @example
12390 du --inodes -x --threshold=20000 /
12391 @end example
12394 @item --time
12395 @opindex --time
12396 @cindex last modified dates, displaying in @command{du}
12397 Show the most recent modification timestamp (mtime) of any file in the
12398 directory, or any of its subdirectories.  @xref{File timestamps}.
12400 @item --time=ctime
12401 @itemx --time=status
12402 @itemx --time=use
12403 @opindex --time
12404 @opindex ctime@r{, show the most recent}
12405 @opindex status time@r{, show the most recent}
12406 @opindex use time@r{, show the most recent}
12407 Show the most recent status change timestamp (ctime) of any file in
12408 the directory, or any of its subdirectories.  @xref{File timestamps}.
12410 @item --time=atime
12411 @itemx --time=access
12412 @opindex --time
12413 @opindex atime@r{, show the most recent}
12414 @opindex access timestamp@r{, show the most recent}
12415 Show the most recent access timestamp (atime) of any file in the
12416 directory, or any of its subdirectories.  @xref{File timestamps}.
12418 @item --time-style=@var{style}
12419 @opindex --time-style
12420 @cindex time style
12421 List timestamps in style @var{style}.  This option has an effect only if
12422 the @option{--time} option is also specified.  The @var{style} should
12423 be one of the following:
12425 @table @samp
12426 @item +@var{format}
12427 @vindex LC_TIME
12428 List timestamps using @var{format}, where @var{format} is interpreted
12429 like the format argument of @command{date} (@pxref{date invocation}).
12430 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
12431 @command{du} to list timestamps like @samp{2020-07-21 23:45:56}.  As
12432 with @command{date}, @var{format}'s interpretation is affected by the
12433 @env{LC_TIME} locale category.
12435 @item full-iso
12436 List timestamps in full using ISO 8601-like date, time, and time zone
12437 components with nanosecond precision, e.g., @samp{2020-07-21
12438 23:45:56.477817180 -0400}.  This style is equivalent to
12439 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
12441 @item long-iso
12442 List ISO 8601 date and time components with minute precision, e.g.,
12443 @samp{2020-07-21 23:45}.  These timestamps are shorter than
12444 @samp{full-iso} timestamps, and are usually good enough for everyday
12445 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
12447 @item iso
12448 List ISO 8601 dates for timestamps, e.g., @samp{2020-07-21}.
12449 This style is equivalent to @samp{+%Y-%m-%d}.
12450 @end table
12452 @vindex TIME_STYLE
12453 You can specify the default value of the @option{--time-style} option
12454 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
12455 the default style is @samp{long-iso}.  For compatibility with @command{ls},
12456 if @env{TIME_STYLE} begins with @samp{+} and contains a newline,
12457 the newline and any later characters are ignored; if @env{TIME_STYLE}
12458 begins with @samp{posix-} the @samp{posix-} is ignored; and if
12459 @env{TIME_STYLE} is @samp{locale} it is ignored.
12461 @item -X @var{file}
12462 @itemx --exclude-from=@var{file}
12463 @opindex -X @var{file}
12464 @opindex --exclude-from=@var{file}
12465 @cindex excluding files from @command{du}
12466 Like @option{--exclude}, except take the patterns to exclude from @var{file},
12467 one per line.  If @var{file} is @samp{-}, take the patterns from standard
12468 input.
12470 @item --exclude=@var{pattern}
12471 @opindex --exclude=@var{pattern}
12472 @cindex excluding files from @command{du}
12473 When recursing, skip subdirectories or files matching @var{pattern}.
12474 For example, @code{du --exclude='*.o'} excludes files whose names
12475 end in @samp{.o}.
12477 @item -x
12478 @itemx --one-file-system
12479 @opindex -x
12480 @opindex --one-file-system
12481 @cindex one file system, restricting @command{du} to
12482 Skip directories that are on different file systems from the one that
12483 the argument being processed is on.
12485 @end table
12487 @cindex NFS mounts from BSD to HP-UX
12488 On BSD systems, @command{du} reports sizes that are half the correct
12489 values for files that are NFS-mounted from HP-UX systems.  On HP-UX
12490 systems, it reports sizes that are twice the correct values for
12491 files that are NFS-mounted from BSD systems.  This is due to a flaw
12492 in HP-UX; it also affects the HP-UX @command{du} program.
12494 @exitstatus
12497 @node stat invocation
12498 @section @command{stat}: Report file or file system status
12500 @pindex stat
12501 @cindex file status
12502 @cindex file system status
12504 @command{stat} displays information about the specified file(s).  Synopsis:
12506 @example
12507 stat [@var{option}]@dots{} [@var{file}]@dots{}
12508 @end example
12510 With no option, @command{stat} reports all information about the given files.
12511 But it also can be used to report the information of the file systems the
12512 given files are located on.  If the files are links, @command{stat} can
12513 also give information about the files the links point to.
12515 @mayConflictWithShellBuiltIn{stat}
12517 @table @samp
12519 @item -L
12520 @itemx --dereference
12521 @opindex -L
12522 @opindex --dereference
12523 @cindex symbolic links, dereferencing in @command{stat}
12524 Change how @command{stat} treats symbolic links.
12525 With this option, @command{stat} acts on the file referenced
12526 by each symbolic link argument.
12527 Without it, @command{stat} acts on any symbolic link argument directly.
12529 @item -f
12530 @itemx --file-system
12531 @opindex -f
12532 @opindex --file-system
12533 @cindex file systems
12534 Report information about the file systems where the given files are located
12535 instead of information about the files themselves.
12536 This option implies the @option{-L} option.
12538 @item --cached=@var{mode}
12539 @opindex --cached=@var{mode}
12540 @cindex attribute caching
12541 Control how attributes are read from the file system;
12542 if supported by the system.  This allows one to
12543 control the trade-off between freshness and efficiency
12544 of attribute access, especially useful with remote file systems.
12545 @var{mode} can be:
12547 @table @samp
12548 @item always
12549 Always read the already cached attributes if available.
12551 @item never
12552 Always sychronize with the latest file system attributes.
12554 @item default
12555 Leave the caching behavior to the underlying file system.
12557 @end table
12559 @item -c
12560 @itemx --format=@var{format}
12561 @opindex -c
12562 @opindex --format=@var{format}
12563 @cindex output format
12564 Use @var{format} rather than the default format.
12565 @var{format} is automatically newline-terminated, so
12566 running a command like the following with two or more @var{file}
12567 operands produces a line of output for each operand:
12568 @example
12569 $ stat --format=%d:%i / /usr
12570 2050:2
12571 2057:2
12572 @end example
12574 @item --printf=@var{format}
12575 @opindex --printf=@var{format}
12576 @cindex output format
12577 Use @var{format} rather than the default format.
12578 Like @option{--format}, but interpret backslash escapes,
12579 and do not output a mandatory trailing newline.
12580 If you want a newline, include @samp{\n} in the @var{format}.
12581 Here's how you would use @option{--printf} to print the device
12582 and inode numbers of @file{/} and @file{/usr}:
12583 @example
12584 $ stat --printf='%d:%i\n' / /usr
12585 2050:2
12586 2057:2
12587 @end example
12589 @item -t
12590 @itemx --terse
12591 @opindex -t
12592 @opindex --terse
12593 @cindex terse output
12594 Print the information in terse form, suitable for parsing by other programs.
12596 The output of the following commands are identical and the @option{--format}
12597 also identifies the items printed (in fuller form) in the default format.
12598 Note the format string would include another @samp{%C} at the end with an
12599 active SELinux security context.
12600 @example
12601 $ stat --format="%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %W %o" ...
12602 $ stat --terse ...
12603 @end example
12605 The same illustrating terse output in @option{--file-system} mode:
12606 @example
12607 $ stat -f --format="%n %i %l %t %s %S %b %f %a %c %d" ...
12608 $ stat -f --terse ...
12609 @end example
12610 @end table
12612 The valid @var{format} directives for files with @option{--format} and
12613 @option{--printf} are:
12615 @itemize @bullet
12616 @item %a - Permission bits in octal (note @samp{#} and @samp{0} printf flags)
12617 @item %A - Permission bits in symbolic form (similar to @command{ls -ld})
12618 @item %b - Number of blocks allocated (see @samp{%B})
12619 @item %B - The size in bytes of each block reported by @samp{%b}
12620 @item %C - The SELinux security context of a file, if available
12621 @item %d - Device number in decimal (st_dev)
12622 @item %D - Device number in hex (st_dev)
12623 @item %Hd - Major device number in decimal
12624 @item %Ld - Minor device number in decimal
12625 @item %f - Raw mode in hex
12626 @item %F - File type
12627 @item %g - Group ID of owner
12628 @item %G - Group name of owner
12629 @item %h - Number of hard links
12630 @item %i - Inode number
12631 @item %m - Mount point (See note below)
12632 @item %n - File name
12633 @item %N - Quoted file name with dereference if symbolic link (see below)
12634 @item %o - Optimal I/O transfer size hint
12635 @item %s - Total size, in bytes
12636 @item %r - Device type in decimal (st_rdev)
12637 @item %R - Device type in hex (st_rdev)
12638 @item %Hr - Major device type in decimal (see below)
12639 @item %Lr - Minor device type in decimal (see below)
12640 @item %t - Major device type in hex (see below)
12641 @item %T - Minor device type in hex (see below)
12642 @item %u - User ID of owner
12643 @item %U - User name of owner
12644 @item %w - Time of file birth, or @samp{-} if unknown
12645 @item %W - Time of file birth as seconds since Epoch, or @samp{0}
12646 @item %x - Time of last access
12647 @item %X - Time of last access as seconds since Epoch
12648 @item %y - Time of last data modification
12649 @item %Y - Time of last data modification as seconds since Epoch
12650 @item %z - Time of last status change
12651 @item %Z - Time of last status change as seconds since Epoch
12652 @end itemize
12654 The @samp{%a} format prints the octal mode, and so it is useful
12655 to control the zero padding of the output with the @samp{#} and @samp{0}
12656 printf flags. For example to pad to at least 3 wide while making larger
12657 numbers unambiguously octal, you can use @samp{%#03a}.
12659 The @samp{%N} format can be set with the environment variable
12660 @env{QUOTING_STYLE}@.  If that environment variable is not set,
12661 the default value is @samp{shell-escape-always}.  Valid quoting styles are:
12662 @quotingStyles
12664 The @samp{r}, @samp{R}, @samp{%t}, and @samp{%T} formats operate on the st_rdev
12665 member of the stat(2) structure, i.e., the represented device rather than
12666 the containing device, and so are only defined for character and block
12667 special files.  On some systems or file types, st_rdev may be used to
12668 represent other quantities.
12670 The @samp{%W}, @samp{%X}, @samp{%Y}, and @samp{%Z} formats accept a
12671 precision preceded by a period to specify the number of digits to
12672 print after the decimal point.  For example, @samp{%.3X} outputs the
12673 access timestamp to millisecond precision.  If a period is given but no
12674 precision, @command{stat} uses 9 digits, so @samp{%.X} is equivalent to
12675 @samp{%.9X}@.  When discarding excess precision, timestamps are truncated
12676 toward minus infinity.
12678 @example
12679 zero pad:
12680   $ stat -c '[%015Y]' /usr
12681   [000001288929712]
12682 space align:
12683   $ stat -c '[%15Y]' /usr
12684   [     1288929712]
12685   $ stat -c '[%-15Y]' /usr
12686   [1288929712     ]
12687 precision:
12688   $ stat -c '[%.3Y]' /usr
12689   [1288929712.114]
12690   $ stat -c '[%.Y]' /usr
12691   [1288929712.114951834]
12692 @end example
12694 The mount point printed by @samp{%m} is similar to that output
12695 by @command{df}, except that:
12696 @itemize @bullet
12697 @item
12698 stat does not dereference symlinks by default
12699 (unless @option{-L} is specified)
12700 @item
12701 stat does not search for specified device nodes in the
12702 file system list, instead operating on them directly
12703 @item
12704 @cindex bind mount
12705 stat outputs the alias for a bind mounted file, rather than
12706 the initial mount point of its backing device.
12707 One can recursively call stat until there is no change in output,
12708 to get the current base mount point
12709 @end itemize
12711 When listing file system information (@option{--file-system} (@option{-f})),
12712 you must use a different set of @var{format} directives:
12714 @itemize @bullet
12715 @item %a - Free blocks available to non-super-user
12716 @item %b - Total data blocks in file system
12717 @item %c - Total file nodes in file system
12718 @item %d - Free file nodes in file system
12719 @item %f - Free blocks in file system
12720 @item %i - File System ID in hex
12721 @item %l - Maximum length of file names
12722 @item %n - File name
12723 @item %s - Block size (for faster transfers)
12724 @item %S - Fundamental block size (for block counts)
12725 @item %t - Type in hex
12726 @item %T - Type in human readable form
12727 @end itemize
12729 @vindex TZ
12730 Timestamps are listed according to the time zone rules specified by
12731 the @env{TZ} environment variable, or by the system default rules if
12732 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
12733 with @env{TZ}, libc, The GNU C Library Reference Manual}.
12735 @exitstatus
12738 @node sync invocation
12739 @section @command{sync}: Synchronize cached writes to persistent storage
12741 @pindex sync
12742 @cindex synchronize file system and memory
12743 @cindex Synchronize cached writes to persistent storage
12745 @command{sync} synchronizes in memory files or file systems to persistent
12746 storage.  Synopsis:
12748 @example
12749 sync [@var{option}] [@var{file}]@dots{}
12750 @end example
12752 @cindex superblock, writing
12753 @cindex inodes, written buffered
12754 @command{sync} writes any data buffered in memory out to the storage device.
12755 This can
12756 include (but is not limited to) modified superblocks, modified inodes,
12757 and delayed reads and writes.  This must be implemented by the kernel;
12758 The @command{sync} program does nothing but exercise the @code{sync},
12759 @code{syncfs}, @code{fsync}, and @code{fdatasync} system calls.
12761 @cindex crashes and corruption
12762 The kernel keeps data in memory to avoid doing (relatively slow) device
12763 reads and writes.  This improves performance, but if the computer
12764 crashes, data may be lost or the file system corrupted as a
12765 result.  The @command{sync} command instructs the kernel to write
12766 data in memory to persistent storage.
12768 If any argument is specified then only those files will be
12769 synchronized using the fsync(2) syscall by default.
12771 If at least one file is specified, it is possible to change the
12772 synchronization method with the following options.  Also see
12773 @ref{Common options}.
12775 @table @samp
12776 @item -d
12777 @itemx --data
12778 @opindex --data
12779 Use fdatasync(2) to sync only the data for the file,
12780 and any metadata required to maintain file system consistency.
12782 @item -f
12783 @itemx --file-system
12784 @opindex --file-system
12785 Synchronize all the I/O waiting for the file systems that contain the file,
12786 using the syscall syncfs(2).  Note you would usually @emph{not} specify
12787 this option if passing a device node like @samp{/dev/sda} for example,
12788 as that would sync the containing file system rather than the referenced one.
12789 Note also that depending on the system, passing individual device nodes or files
12790 may have different sync characteristics than using no arguments.
12791 I.e., arguments passed to fsync(2) may provide greater guarantees through
12792 write barriers, than a global sync(2) used when no arguments are provided.
12793 @end table
12795 @exitstatus
12798 @node truncate invocation
12799 @section @command{truncate}: Shrink or extend the size of a file
12801 @pindex truncate
12802 @cindex truncating, file sizes
12804 @command{truncate} shrinks or extends the size of each @var{file} to the
12805 specified size.  Synopsis:
12807 @example
12808 truncate @var{option}@dots{} @var{file}@dots{}
12809 @end example
12811 @cindex files, creating
12812 Any @var{file} that does not exist is created.
12814 @cindex sparse files, creating
12815 @cindex holes, creating files with
12816 If a @var{file} is larger than the specified size, the extra data is lost.
12817 If a @var{file} is shorter, it is extended and the sparse extended part
12818 (or hole) reads as zero bytes.
12820 The program accepts the following options.  Also see @ref{Common options}.
12822 @table @samp
12824 @item -c
12825 @itemx --no-create
12826 @opindex -c
12827 @opindex --no-create
12828 Do not create files that do not exist.
12830 @item -o
12831 @itemx --io-blocks
12832 @opindex -o
12833 @opindex --io-blocks
12834 Treat @var{size} as number of I/O blocks of the @var{file} rather than bytes.
12836 @item -r @var{rfile}
12837 @itemx --reference=@var{rfile}
12838 @opindex -r
12839 @opindex --reference
12840 Base the size of each @var{file} on the size of @var{rfile}.
12842 @item -s @var{size}
12843 @itemx --size=@var{size}
12844 @opindex -s
12845 @opindex --size
12846 Set or adjust the size of each @var{file} according to @var{size}.
12847 @var{size} is in bytes unless @option{--io-blocks} is specified.
12848 @multiplierSuffixesNoBlocks{size}
12850 @var{size} may also be prefixed by one of the following to adjust
12851 the size of each @var{file} based on its current size:
12852 @example
12853 @samp{+}  => extend by
12854 @samp{-}  => reduce by
12855 @samp{<}  => at most
12856 @samp{>}  => at least
12857 @samp{/}  => round down to multiple of
12858 @samp{%}  => round up to multiple of
12859 @end example
12861 @end table
12863 @exitstatus
12866 @node Printing text
12867 @chapter Printing text
12869 @cindex printing text, commands for
12870 @cindex commands for printing text
12872 This section describes commands that display text strings.
12874 @menu
12875 * echo invocation::             Print a line of text.
12876 * printf invocation::           Format and print data.
12877 * yes invocation::              Print a string until interrupted.
12878 @end menu
12881 @node echo invocation
12882 @section @command{echo}: Print a line of text
12884 @pindex echo
12885 @cindex displaying text
12886 @cindex printing text
12887 @cindex text, displaying
12888 @cindex arbitrary text, displaying
12890 @command{echo} writes each given @var{string} to standard output, with a
12891 space between each and a newline after the last one.  Synopsis:
12893 @example
12894 echo [@var{option}]@dots{} [@var{string}]@dots{}
12895 @end example
12897 @mayConflictWithShellBuiltIn{echo}
12899 Due to historical and backwards compatibility reasons, certain bare option-like
12900 strings cannot be passed to @command{echo} as non-option arguments.
12901 It is therefore not advisable to use @command{echo} for printing unknown or
12902 variable arguments.  The @command{printf} command is recommended as a more
12903 portable and flexible replacement for tasks historically performed by
12904 @command{echo}.  @xref{printf invocation}.
12906 The program accepts the following options.  Also see @ref{Common options}.
12907 Options must precede operands, and the normally-special argument
12908 @samp{--} has no special meaning and is treated like any other
12909 @var{string}.
12911 @table @samp
12912 @item -n
12913 @opindex -n
12914 Do not output the trailing newline.
12916 @item -e
12917 @opindex -e
12918 @cindex backslash escapes
12919 Enable interpretation of the following backslash-escaped characters in
12920 each @var{string}:
12922 @table @samp
12923 @item \a
12924 alert (bell)
12925 @item \b
12926 backspace
12927 @item \c
12928 produce no further output
12929 @item \e
12930 escape
12931 @item \f
12932 form feed
12933 @item \n
12934 newline
12935 @item \r
12936 carriage return
12937 @item \t
12938 horizontal tab
12939 @item \v
12940 vertical tab
12941 @item \\
12942 backslash
12943 @item \0@var{nnn}
12944 the eight-bit value that is the octal number @var{nnn}
12945 (zero to three octal digits), if @var{nnn} is
12946 a nine-bit value, the ninth bit is ignored
12947 @item \@var{nnn}
12948 the eight-bit value that is the octal number @var{nnn}
12949 (one to three octal digits), if @var{nnn} is
12950 a nine-bit value, the ninth bit is ignored
12951 @item \x@var{hh}
12952 the eight-bit value that is the hexadecimal number @var{hh}
12953 (one or two hexadecimal digits)
12954 @end table
12956 @item -E
12957 @opindex -E
12958 @cindex backslash escapes
12959 Disable interpretation of backslash escapes in each @var{string}.
12960 This is the default.  If @option{-e} and @option{-E} are both
12961 specified, the last one given takes effect.
12963 @end table
12965 @vindex POSIXLY_CORRECT
12966 If the @env{POSIXLY_CORRECT} environment variable is set, then when
12967 @command{echo}'s first argument is not @option{-n} it outputs
12968 option-like arguments instead of treating them as options.  For
12969 example, @code{echo -ne hello} outputs @samp{-ne hello} instead of
12970 plain @samp{hello}.  Also backslash escapes are always enabled.
12971 Note to echo the string @samp{-n}, one of the characters
12972 can be escaped in either octal or hexadecimal representation.
12973 For example, @code{echo -e '\x2dn'}.
12975 POSIX does not require support for any options, and says
12976 that the behavior of @command{echo} is implementation-defined if any
12977 @var{string} contains a backslash or if the first argument is @option{-n}.
12978 Portable programs should use the @command{printf} command instead.
12979 @xref{printf invocation}.
12981 @exitstatus
12984 @node printf invocation
12985 @section @command{printf}: Format and print data
12987 @pindex printf
12988 @command{printf} does formatted printing of text.  Synopsis:
12990 @example
12991 printf @var{format} [@var{argument}]@dots{}
12992 @end example
12994 @command{printf} prints the @var{format} string, interpreting @samp{%}
12995 directives and @samp{\} escapes to format numeric and string arguments
12996 in a way that is mostly similar to the C @samp{printf} function.
12997 @xref{Output Conversion Syntax,, @command{printf} format directives,
12998 libc, The GNU C Library Reference Manual}, for details.
12999 The differences are listed below.
13001 @mayConflictWithShellBuiltIn{printf}
13003 @itemize @bullet
13005 @item
13006 The @var{format} argument is reused as necessary to convert all the
13007 given @var{argument}s.  For example, the command @samp{printf %s a b}
13008 outputs @samp{ab}.
13010 @item
13011 Missing @var{argument}s are treated as null strings or as zeros,
13012 depending on whether the context expects a string or a number.  For
13013 example, the command @samp{printf %sx%d} prints @samp{x0}.
13015 @item
13016 @kindex \c
13017 An additional escape, @samp{\c}, causes @command{printf} to produce no
13018 further output.  For example, the command @samp{printf 'A%sC\cD%sF' B
13019 E} prints @samp{ABC}.
13021 @item
13022 The hexadecimal escape sequence @samp{\x@var{hh}} has at most two
13023 digits, as opposed to C where it can have an unlimited number of
13024 digits.  For example, the command @samp{printf '\x07e'} prints two
13025 bytes, whereas the C statement @samp{printf ("\x07e")} prints just
13026 one.
13028 @item
13029 @kindex %b
13030 An additional directive @samp{%b}, prints its
13031 argument string with @samp{\} escapes interpreted in the same way as in
13032 the @var{format} string, except that octal escapes are of the form
13033 @samp{\0@var{ooo}} where @var{ooo} is 0 to 3 octal digits.  If
13034 @samp{\@var{ooo}} is nine-bit value, ignore the ninth bit.
13035 If a precision is also given, it limits the number of bytes printed
13036 from the converted string.
13038 @item
13039 @kindex %q
13040 An additional directive @samp{%q}, prints its argument string
13041 in a format that can be reused as input by most shells.
13042 Non-printable characters are escaped with the POSIX proposed @samp{$''} syntax,
13043 and shell metacharacters are quoted appropriately.
13044 This is an equivalent format to @command{ls --quoting=shell-escape} output.
13046 @item
13047 Numeric arguments must be single C constants, possibly with leading
13048 @samp{+} or @samp{-}.  For example, @samp{printf %.4d -3} outputs
13049 @samp{-0003}.
13051 @item
13052 @vindex POSIXLY_CORRECT
13053 If the leading character of a numeric argument is @samp{"} or @samp{'}
13054 then its value is the numeric value of the immediately following
13055 character.  Any remaining characters are silently ignored if the
13056 @env{POSIXLY_CORRECT} environment variable is set; otherwise, a
13057 warning is printed.  For example, @samp{printf "%d" "'a"} outputs
13058 @samp{97} on hosts that use the ASCII character set, since
13059 @samp{a} has the numeric value 97 in ASCII.
13061 @end itemize
13063 @vindex LC_NUMERIC
13064 A floating point argument is interpreted according to
13065 the @env{LC_NUMERIC} category of either the current or the C locale,
13066 and is printed according to the current locale.
13067 For example, in a locale whose decimal point character is a comma,
13068 the command @samp{printf '%g %g' 2,5 2.5} outputs @samp{2,5 2,5}.
13069 @xref{Floating point}.
13071 @kindex \@var{ooo}
13072 @kindex \x@var{hh}
13073 @command{printf} interprets @samp{\@var{ooo}} in @var{format} as an octal number
13074 (if @var{ooo} is 1 to 3 octal digits) specifying a byte to print,
13075 and @samp{\x@var{hh}} as a hexadecimal number (if @var{hh} is 1 to 2 hex
13076 digits) specifying a character to print.
13077 Note however that when @samp{\@var{ooo}} specifies a number larger than 255,
13078 @command{printf} ignores the ninth bit.
13079 For example, @samp{printf '\400'} is equivalent to @samp{printf '\0'}.
13081 @kindex \uhhhh
13082 @kindex \Uhhhhhhhh
13083 @cindex Unicode
13084 @cindex ISO/IEC 10646
13085 @vindex LC_CTYPE
13086 @command{printf} interprets two character syntaxes introduced in
13087 ISO C 99:
13088 @samp{\u} for 16-bit Unicode (ISO/IEC 10646)
13089 characters, specified as
13090 four hexadecimal digits @var{hhhh}, and @samp{\U} for 32-bit Unicode
13091 characters, specified as eight hexadecimal digits @var{hhhhhhhh}.
13092 @command{printf} outputs the Unicode characters
13093 according to the @env{LC_CTYPE} locale.  Unicode characters in the ranges
13094 U+0000@dots{}U+009F, U+D800@dots{}U+DFFF cannot be specified by this syntax,
13095 except for U+0024 ($), U+0040 (@@), and U+0060 (@`).
13097 The processing of @samp{\u} and @samp{\U} requires a full-featured
13098 @code{iconv} facility.  It is activated on systems with glibc 2.2 (or newer),
13099 or when @code{libiconv} is installed prior to this package.  Otherwise
13100 @samp{\u} and @samp{\U} will print as-is.
13102 The only options are a lone @option{--help} or
13103 @option{--version}.  @xref{Common options}.
13104 Options must precede operands.
13106 The Unicode character syntaxes are useful for writing strings in a locale
13107 independent way.  For example, a string containing the Euro currency symbol
13109 @example
13110 $ env printf '\u20AC 14.95'
13111 @end example
13113 @noindent
13114 will be output correctly in all locales supporting the Euro symbol
13115 (ISO-8859-15, UTF-8, and others).  Similarly, a Chinese string
13117 @example
13118 $ env printf '\u4e2d\u6587'
13119 @end example
13121 @noindent
13122 will be output correctly in all Chinese locales (GB2312, BIG5, UTF-8, etc).
13124 Note that in these examples, the @command{printf} command has been
13125 invoked via @command{env} to ensure that we run the program found via
13126 your shell's search path, and not a shell alias or a built-in function.
13128 For larger strings, you don't need to look up the hexadecimal code
13129 values of each character one by one.  ASCII characters mixed with \u
13130 escape sequences is also known as the JAVA source file encoding.  You can
13131 use GNU recode 3.5c (or newer) to convert strings to this encoding.  Here
13132 is how to convert a piece of text into a shell script which will output
13133 this text in a locale-independent way:
13135 @example
13136 $ LC_CTYPE=zh_CN.big5 /usr/local/bin/printf \
13137     '\u4e2d\u6587\n' > sample.txt
13138 $ recode BIG5..JAVA < sample.txt \
13139     | sed -e "s|^|/usr/local/bin/printf '|" -e "s|$|\\\\n'|" \
13140     > sample.sh
13141 @end example
13143 @exitstatus
13146 @node yes invocation
13147 @section @command{yes}: Print a string until interrupted
13149 @pindex yes
13150 @cindex repeated output of a string
13152 @command{yes} prints the command line arguments, separated by spaces and
13153 followed by a newline, forever until it is killed.  If no arguments are
13154 given, it prints @samp{y} followed by a newline forever until killed.
13156 Upon a write error, @command{yes} exits with status @samp{1}.
13158 The only options are a lone @option{--help} or @option{--version}.
13159 To output an argument that begins with
13160 @samp{-}, precede it with @option{--}, e.g., @samp{yes -- --help}.
13161 @xref{Common options}.
13164 @node Conditions
13165 @chapter Conditions
13167 @cindex conditions
13168 @cindex commands for exit status
13169 @cindex exit status commands
13171 This section describes commands that are primarily useful for their exit
13172 status, rather than their output.  Thus, they are often used as the
13173 condition of shell @code{if} statements, or as the last command in a
13174 pipeline.
13176 @menu
13177 * false invocation::            Do nothing, unsuccessfully.
13178 * true invocation::             Do nothing, successfully.
13179 * test invocation::             Check file types and compare values.
13180 * expr invocation::             Evaluate expressions.
13181 @end menu
13184 @node false invocation
13185 @section @command{false}: Do nothing, unsuccessfully
13187 @pindex false
13188 @cindex do nothing, unsuccessfully
13189 @cindex failure exit status
13190 @cindex exit status of @command{false}
13192 @command{false} does nothing except return an exit status of 1, meaning
13193 @dfn{failure}.  It can be used as a place holder in shell scripts
13194 where an unsuccessful command is needed.
13195 In most modern shells, @command{false} is a built-in command, so when
13196 you use @samp{false} in a script, you're probably using the built-in
13197 command, not the one documented here.
13199 @command{false} honors the @option{--help} and @option{--version} options.
13201 This version of @command{false} is implemented as a C program, and is thus
13202 more secure and faster than a shell script implementation, and may safely
13203 be used as a dummy shell for the purpose of disabling accounts.
13205 Note that @command{false} (unlike all other programs documented herein)
13206 exits unsuccessfully, even when invoked with
13207 @option{--help} or @option{--version}.
13209 Portable programs should not assume that the exit status of
13210 @command{false} is 1, as it is greater than 1 on some
13211 non-GNU hosts.
13214 @node true invocation
13215 @section @command{true}: Do nothing, successfully
13217 @pindex true
13218 @cindex do nothing, successfully
13219 @cindex no-op
13220 @cindex successful exit
13221 @cindex exit status of @command{true}
13223 @command{true} does nothing except return an exit status of 0, meaning
13224 @dfn{success}.  It can be used as a place holder in shell scripts
13225 where a successful command is needed, although the shell built-in
13226 command @code{:} (colon) may do the same thing faster.
13227 In most modern shells, @command{true} is a built-in command, so when
13228 you use @samp{true} in a script, you're probably using the built-in
13229 command, not the one documented here.
13231 @command{true} honors the @option{--help} and @option{--version} options.
13233 Note, however, that it is possible to cause @command{true}
13234 to exit with nonzero status: with the @option{--help} or @option{--version}
13235 option, and with standard
13236 output already closed or redirected to a file that evokes an I/O error.
13237 For example, using a Bourne-compatible shell:
13239 @example
13240 $ ./true --version >&-
13241 ./true: write error: Bad file number
13242 $ ./true --version > /dev/full
13243 ./true: write error: No space left on device
13244 @end example
13246 This version of @command{true} is implemented as a C program, and is thus
13247 more secure and faster than a shell script implementation, and may safely
13248 be used as a dummy shell for the purpose of disabling accounts.
13250 @node test invocation
13251 @section @command{test}: Check file types and compare values
13253 @pindex test
13254 @cindex check file types
13255 @cindex compare values
13256 @cindex expression evaluation
13258 @command{test} returns a status of 0 (true) or 1 (false) depending on the
13259 evaluation of the conditional expression @var{expr}.  Each part of the
13260 expression must be a separate argument.
13262 @command{test} has file status checks, string operators, and numeric
13263 comparison operators.
13265 @command{test} has an alternate form that uses opening and closing
13266 square brackets instead a leading @samp{test}.  For example, instead
13267 of @samp{test -d /}, you can write @samp{[ -d / ]}.  The square
13268 brackets must be separate arguments; for example, @samp{[-d /]} does
13269 not have the desired effect.  Since @samp{test @var{expr}} and @samp{[
13270 @var{expr} ]} have the same meaning, only the former form is discussed
13271 below.
13273 Synopses:
13275 @example
13276 test @var{expression}
13277 test
13278 [ @var{expression} ]
13279 [ ]
13280 [ @var{option}
13281 @end example
13283 @mayConflictWithShellBuiltIn{test}
13285 If @var{expression} is omitted, @command{test} returns false.
13286 If @var{expression} is a single argument,
13287 @command{test} returns false if the argument is null and true
13288 otherwise.  The argument
13289 can be any string, including strings like @samp{-d}, @samp{-1},
13290 @samp{--}, @samp{--help}, and @samp{--version} that most other
13291 programs would treat as options.  To get help and version information,
13292 invoke the commands @samp{[ --help} and @samp{[ --version}, without
13293 the usual closing brackets.  @xref{Common options}.
13295 @cindex exit status of @command{test}
13296 Exit status:
13298 @display
13299 0 if the expression is true,
13300 1 if the expression is false,
13301 2 if an error occurred.
13302 @end display
13304 @menu
13305 * File type tests::             -[bcdfhLpSt]
13306 * Access permission tests::     -[gkruwxOG]
13307 * File characteristic tests::   -e -s -nt -ot -ef
13308 * String tests::                -z -n = == !=
13309 * Numeric tests::               -eq -ne -lt -le -gt -ge
13310 * Connectives for test::        ! -a -o
13311 @end menu
13314 @node File type tests
13315 @subsection File type tests
13317 @cindex file type tests
13319 These options test for particular types of files.  (Everything's a file,
13320 but not all files are the same!)
13322 @table @samp
13324 @item -b @var{file}
13325 @opindex -b
13326 @cindex block special check
13327 True if @var{file} exists and is a block special device.
13329 @item -c @var{file}
13330 @opindex -c
13331 @cindex character special check
13332 True if @var{file} exists and is a character special device.
13334 @item -d @var{file}
13335 @opindex -d
13336 @cindex directory check
13337 True if @var{file} exists and is a directory.
13339 @item -f @var{file}
13340 @opindex -f
13341 @cindex regular file check
13342 True if @var{file} exists and is a regular file.
13344 @item -h @var{file}
13345 @itemx -L @var{file}
13346 @opindex -L
13347 @opindex -h
13348 @cindex symbolic link check
13349 True if @var{file} exists and is a symbolic link.
13350 Unlike all other file-related tests, this test does not dereference
13351 @var{file} if it is a symbolic link.
13353 @item -p @var{file}
13354 @opindex -p
13355 @cindex named pipe check
13356 True if @var{file} exists and is a named pipe.
13358 @item -S @var{file}
13359 @opindex -S
13360 @cindex socket check
13361 True if @var{file} exists and is a socket.
13363 @item -t @var{fd}
13364 @opindex -t
13365 @cindex terminal check
13366 True if @var{fd} is a file descriptor that is associated with a
13367 terminal.
13369 @end table
13372 @node Access permission tests
13373 @subsection Access permission tests
13375 @cindex access permission tests
13376 @cindex permission tests
13378 These options test for particular access permissions.
13380 @table @samp
13382 @item -g @var{file}
13383 @opindex -g
13384 @cindex set-group-ID check
13385 True if @var{file} exists and has its set-group-ID bit set.
13387 @item -k @var{file}
13388 @opindex -k
13389 @cindex sticky bit check
13390 True if @var{file} exists and has its @dfn{sticky} bit set.
13392 @item -r @var{file}
13393 @opindex -r
13394 @cindex readable file check
13395 True if @var{file} exists and read permission is granted.
13397 @item -u @var{file}
13398 @opindex -u
13399 @cindex set-user-ID check
13400 True if @var{file} exists and has its set-user-ID bit set.
13402 @item -w @var{file}
13403 @opindex -w
13404 @cindex writable file check
13405 True if @var{file} exists and write permission is granted.
13407 @item -x @var{file}
13408 @opindex -x
13409 @cindex executable file check
13410 True if @var{file} exists and execute permission is granted
13411 (or search permission, if it is a directory).
13413 @item -O @var{file}
13414 @opindex -O
13415 @cindex owned by effective user ID check
13416 True if @var{file} exists and is owned by the current effective user ID.
13418 @item -G @var{file}
13419 @opindex -G
13420 @cindex owned by effective group ID check
13421 True if @var{file} exists and is owned by the current effective group ID.
13423 @end table
13425 @node File characteristic tests
13426 @subsection File characteristic tests
13428 @cindex file characteristic tests
13430 These options test other file characteristics.
13432 @table @samp
13434 @item -e @var{file}
13435 @opindex -e
13436 @cindex existence-of-file check
13437 True if @var{file} exists.
13439 @item -s @var{file}
13440 @opindex -s
13441 @cindex nonempty file check
13442 True if @var{file} exists and has a size greater than zero.
13444 @item @var{file1} -nt @var{file2}
13445 @opindex -nt
13446 @cindex newer-than file check
13447 True if @var{file1} is newer (according to modification date) than
13448 @var{file2}, or if @var{file1} exists and @var{file2} does not.
13450 @item @var{file1} -ot @var{file2}
13451 @opindex -ot
13452 @cindex older-than file check
13453 True if @var{file1} is older (according to modification date) than
13454 @var{file2}, or if @var{file2} exists and @var{file1} does not.
13456 @item @var{file1} -ef @var{file2}
13457 @opindex -ef
13458 @cindex same file check
13459 @cindex hard link check
13460 True if @var{file1} and @var{file2} have the same device and inode
13461 numbers, i.e., if they are hard links to each other.
13463 @item -N @var{file}
13464 @opindex -N
13465 @cindex mtime-greater-atime file check
13466 True if @var{file} exists and has been modified (mtime) since it was
13467 last read (atime).
13469 @end table
13472 @node String tests
13473 @subsection String tests
13475 @cindex string tests
13477 These options test string characteristics.  You may need to quote
13478 @var{string} arguments for the shell.  For example:
13480 @example
13481 test -n "$V"
13482 @end example
13484 The quotes here prevent the wrong arguments from being passed to
13485 @command{test} if @samp{$V} is empty or contains special characters.
13487 @table @samp
13489 @item -z @var{string}
13490 @opindex -z
13491 @cindex zero-length string check
13492 True if the length of @var{string} is zero.
13494 @item -n @var{string}
13495 @itemx @var{string}
13496 @opindex -n
13497 @cindex nonzero-length string check
13498 True if the length of @var{string} is nonzero.
13500 @item @var{string1} = @var{string2}
13501 @opindex =
13502 @cindex equal string check
13503 True if the strings are equal.
13505 @item @var{string1} == @var{string2}
13506 @opindex ==
13507 @cindex equal string check
13508 True if the strings are equal (synonym for =).
13509 Note this form is not as portable to other
13510 shells and systems.
13512 @item @var{string1} != @var{string2}
13513 @opindex !=
13514 @cindex not-equal string check
13515 True if the strings are not equal.
13517 @end table
13520 @node Numeric tests
13521 @subsection Numeric tests
13523 @cindex numeric tests
13524 @cindex arithmetic tests
13526 Numeric relational operators.  The arguments must be entirely numeric
13527 (possibly negative), or the special expression @w{@code{-l @var{string}}},
13528 which evaluates to the length of @var{string}.
13530 @table @samp
13532 @item @var{arg1} -eq @var{arg2}
13533 @itemx @var{arg1} -ne @var{arg2}
13534 @itemx @var{arg1} -lt @var{arg2}
13535 @itemx @var{arg1} -le @var{arg2}
13536 @itemx @var{arg1} -gt @var{arg2}
13537 @itemx @var{arg1} -ge @var{arg2}
13538 @opindex -eq
13539 @opindex -ne
13540 @opindex -lt
13541 @opindex -le
13542 @opindex -gt
13543 @opindex -ge
13544 These arithmetic binary operators return true if @var{arg1} is equal,
13545 not-equal, less-than, less-than-or-equal, greater-than, or
13546 greater-than-or-equal than @var{arg2}, respectively.
13548 @end table
13550 For example:
13552 @example
13553 test -1 -gt -2 && echo yes
13554 @result{} yes
13555 test -l abc -gt 1 && echo yes
13556 @result{} yes
13557 test 0x100 -eq 1
13558 @error{} test: integer expression expected before -eq
13559 @end example
13562 @node Connectives for test
13563 @subsection Connectives for @command{test}
13565 @cindex logical connectives
13566 @cindex connectives, logical
13568 Note it's preferred to use shell logical primitives
13569 rather than these logical connectives internal to @command{test},
13570 because an expression may become ambiguous
13571 depending on the expansion of its parameters.
13573 For example, this becomes ambiguous when @samp{$1}
13574 is set to @samp{'!'} and @samp{$2} to the empty string @samp{''}:
13576 @example
13577 test "$1" -a "$2"
13578 @end example
13580 and should be written as:
13582 @example
13583 test "$1" && test "$2"
13584 @end example
13586 Note the shell logical primitives also benefit from
13587 short circuit operation, which can be significant
13588 for file attribute tests.
13590 @table @samp
13592 @item ! @var{expr}
13593 @opindex !
13594 True if @var{expr} is false.
13595 @samp{!} has lower precedence than all parts of @var{expr}.
13596 Note @samp{!} needs to be specified to the left
13597 of a binary expression, I.e., @samp{'!' 1 -gt 2}
13598 rather than @samp{1 '!' -gt 2}.
13599 Also @samp{!} is often a shell special character
13600 and is best used quoted.
13603 @item @var{expr1} -a @var{expr2}
13604 @opindex -a
13605 @cindex logical and operator
13606 @cindex and operator
13607 True if both @var{expr1} and @var{expr2} are true.
13608 @samp{-a} is left associative,
13609 and has a higher precedence than @samp{-o}.
13611 @item @var{expr1} -o @var{expr2}
13612 @opindex -o
13613 @cindex logical or operator
13614 @cindex or operator
13615 True if either @var{expr1} or @var{expr2} is true.
13616 @samp{-o} is left associative.
13618 @end table
13621 @node expr invocation
13622 @section @command{expr}: Evaluate expressions
13624 @pindex expr
13625 @cindex expression evaluation
13626 @cindex evaluation of expressions
13628 @command{expr} evaluates an expression and writes the result on standard
13629 output.  Each token of the expression must be a separate argument.
13631 Operands are either integers or strings.  Integers consist of one or
13632 more decimal digits, with an optional leading @samp{-}.
13633 @command{expr} converts
13634 anything appearing in an operand position to an integer or a string
13635 depending on the operation being applied to it.
13637 Strings are not quoted for @command{expr} itself, though you may need to
13638 quote them to protect characters with special meaning to the shell,
13639 e.g., spaces.  However, regardless of whether it is quoted, a string
13640 operand should not be a parenthesis or any of @command{expr}'s
13641 operators like @code{+}, so you cannot safely pass an arbitrary string
13642 @code{$str} to expr merely by quoting it to the shell.  One way to
13643 work around this is to use the GNU extension @code{+},
13644 (e.g., @code{+ "$str" = foo}); a more portable way is to use
13645 @code{@w{" $str"}} and to adjust the rest of the expression to take
13646 the leading space into account (e.g., @code{@w{" $str" = " foo"}}).
13648 You should not pass a negative integer or a string with leading
13649 @samp{-} as @command{expr}'s first argument, as it might be
13650 misinterpreted as an option; this can be avoided by parenthesization.
13651 Also, portable scripts should not use a string operand that happens to
13652 take the form of an integer; this can be worked around by inserting
13653 leading spaces as mentioned above.
13655 @cindex parentheses for grouping
13656 Operators may be given as infix symbols or prefix keywords.  Parentheses
13657 may be used for grouping in the usual manner.  You must quote
13658 parentheses and many operators to avoid the shell evaluating them,
13659 however.
13661 Because @command{expr} uses multiple-precision arithmetic, it works
13662 with integers wider than those of machine registers.
13664 The only options are @option{--help} and @option{--version}.  @xref{Common
13665 options}.  Options must precede operands.
13667 @cindex exit status of @command{expr}
13668 Exit status:
13670 @display
13671 0 if the expression is neither null nor 0,
13672 1 if the expression is null or 0,
13673 2 if the expression is invalid,
13674 3 if an internal error occurred (e.g., arithmetic overflow).
13675 @end display
13677 @menu
13678 * String expressions::          + : match substr index length
13679 * Numeric expressions::         + - * / %
13680 * Relations for expr::          | & < <= = == != >= >
13681 * Examples of expr::            Examples.
13682 @end menu
13685 @node String expressions
13686 @subsection String expressions
13688 @cindex string expressions
13689 @cindex expressions, string
13691 @command{expr} supports pattern matching and other string operators.  These
13692 have higher precedence than both the numeric and relational operators (in
13693 the next sections).
13695 @table @samp
13697 @item @var{string} : @var{regex}
13698 @cindex pattern matching
13699 @cindex regular expression matching
13700 @cindex matching patterns
13701 Perform pattern matching.  The arguments are converted to strings and the
13702 second is considered to be a (basic, a la GNU @code{grep}) regular
13703 expression, with a @code{^} implicitly prepended.  The first argument is
13704 then matched against this regular expression.
13706 If @var{regex} does not use @samp{\(} and @samp{\)}, the @code{:}
13707 expression returns the number of characters matched, or 0 if the match
13708 fails.
13710 If @var{regex} uses @samp{\(} and @samp{\)}, the @code{:} expression
13711 returns the part of @var{string} that matched the subexpression, or
13712 the null string if the match failed or the subexpression did not
13713 contribute to the match.
13715 @kindex \( @r{regexp operator}
13716 Only the first @samp{\( @dots{} \)} pair is relevant to the return
13717 value; additional pairs are meaningful only for grouping the regular
13718 expression operators.
13720 @kindex \+ @r{regexp operator}
13721 @kindex \? @r{regexp operator}
13722 @kindex \| @r{regexp operator}
13723 In the regular expression, @code{\+}, @code{\?}, and @code{\|} are
13724 operators which respectively match one or more, zero or one, or separate
13725 alternatives.  These operators are GNU extensions.  @xref{Regular Expressions,,
13726 Regular Expressions, grep, The GNU Grep Manual}, for details of
13727 regular expression syntax.  Some examples are in @ref{Examples of expr}.
13729 @item match @var{string} @var{regex}
13730 @findex match
13731 An alternative way to do pattern matching.  This is the same as
13732 @w{@samp{@var{string} : @var{regex}}}.
13734 @item substr @var{string} @var{position} @var{length}
13735 @findex substr
13736 Returns the substring of @var{string} beginning at @var{position}
13737 with length at most @var{length}.  If either @var{position} or
13738 @var{length} is negative, zero, or non-numeric, returns the null string.
13740 @item index @var{string} @var{charset}
13741 @findex index
13742 Returns the first position in @var{string} where the first character in
13743 @var{charset} was found.  If no character in @var{charset} is found in
13744 @var{string}, return 0.
13746 @item length @var{string}
13747 @findex length
13748 Returns the length of @var{string}.
13750 @item + @var{token}
13751 @kindex +
13752 Interpret @var{token} as a string, even if it is a keyword like @var{match}
13753 or an operator like @code{/}.
13754 This makes it possible to test @code{expr length + "$x"} or
13755 @code{expr + "$x" : '.*/\(.\)'} and have it do the right thing even if
13756 the value of @var{$x} happens to be (for example) @code{/} or @code{index}.
13757 This operator is a GNU extension.  Portable shell scripts should use
13758 @code{@w{" $token"} : @w{' \(.*\)'}} instead of @code{+ "$token"}.
13760 @end table
13762 To make @command{expr} interpret keywords as strings, you must use the
13763 @code{quote} operator.
13766 @node Numeric expressions
13767 @subsection Numeric expressions
13769 @cindex numeric expressions
13770 @cindex expressions, numeric
13772 @command{expr} supports the usual numeric operators, in order of increasing
13773 precedence.  These numeric operators have lower precedence than the
13774 string operators described in the previous section, and higher precedence
13775 than the connectives (next section).
13777 @table @samp
13779 @item + -
13780 @kindex +
13781 @kindex -
13782 @cindex addition
13783 @cindex subtraction
13784 Addition and subtraction.  Both arguments are converted to integers;
13785 an error occurs if this cannot be done.
13787 @item * / %
13788 @kindex *
13789 @kindex /
13790 @kindex %
13791 @cindex multiplication
13792 @cindex division
13793 @cindex remainder
13794 Multiplication, division, remainder.  Both arguments are converted to
13795 integers; an error occurs if this cannot be done.
13797 @end table
13800 @node Relations for expr
13801 @subsection Relations for @command{expr}
13803 @cindex connectives, logical
13804 @cindex logical connectives
13805 @cindex relations, numeric or string
13807 @command{expr} supports the usual logical connectives and relations.  These
13808 have lower precedence than the string and numeric operators
13809 (previous sections).  Here is the list, lowest-precedence operator first.
13811 @table @samp
13813 @item |
13814 @kindex |
13815 @cindex logical or operator
13816 @cindex or operator
13817 Returns its first argument if that is neither null nor zero, otherwise
13818 its second argument if it is neither null nor zero, otherwise 0.  It
13819 does not evaluate its second argument if its first argument is neither
13820 null nor zero.
13822 @item &
13823 @kindex &
13824 @cindex logical and operator
13825 @cindex and operator
13826 Return its first argument if neither argument is null or zero, otherwise
13827 0.  It does not evaluate its second argument if its first argument is
13828 null or zero.
13830 @item < <= = == != >= >
13831 @kindex <
13832 @kindex <=
13833 @kindex =
13834 @kindex ==
13835 @kindex >
13836 @kindex >=
13837 @cindex comparison operators
13838 @vindex LC_COLLATE
13839 Compare the arguments and return 1 if the relation is true, 0 otherwise.
13840 @code{==} is a synonym for @code{=}.  @command{expr} first tries to convert
13841 both arguments to integers and do a numeric comparison; if either
13842 conversion fails, it does a lexicographic comparison using the character
13843 collating sequence specified by the @env{LC_COLLATE} locale.
13845 @end table
13848 @node Examples of expr
13849 @subsection Examples of using @command{expr}
13851 @cindex examples of @command{expr}
13852 Here are a few examples, including quoting for shell metacharacters.
13854 To add 1 to the shell variable @code{foo}, in Bourne-compatible shells:
13856 @example
13857 foo=$(expr $foo + 1)
13858 @end example
13860 To print the non-directory part of the file name stored in
13861 @code{$fname}, which need not contain a @code{/}:
13863 @example
13864 expr $fname : '.*/\(.*\)' '|' $fname
13865 @end example
13867 An example showing that @code{\+} is an operator:
13869 @example
13870 expr aaa : 'a\+'
13871 @result{} 3
13872 @end example
13874 @example
13875 expr abc : 'a\(.\)c'
13876 @result{} b
13877 expr index abcdef cz
13878 @result{} 3
13879 expr index index a
13880 @error{} expr: syntax error
13881 expr index + index a
13882 @result{} 0
13883 @end example
13886 @node Redirection
13887 @chapter Redirection
13889 @cindex redirection
13890 @cindex commands for redirection
13892 Unix shells commonly provide several forms of @dfn{redirection}---ways
13893 to change the input source or output destination of a command.  But one
13894 useful redirection is performed by a separate command, not by the shell;
13895 it's described here.
13897 @menu
13898 * tee invocation::              Redirect output to multiple files or processes.
13899 @end menu
13902 @node tee invocation
13903 @section @command{tee}: Redirect output to multiple files or processes
13905 @pindex tee
13906 @cindex pipe fitting
13907 @cindex destinations, multiple output
13908 @cindex read from standard input and write to standard output and files
13910 The @command{tee} command copies standard input to standard output and also
13911 to any files given as arguments.  This is useful when you want not only
13912 to send some data down a pipe, but also to save a copy.  Synopsis:
13914 @example
13915 tee [@var{option}]@dots{} [@var{file}]@dots{}
13916 @end example
13918 If a file being written to does not already exist, it is created.  If a
13919 file being written to already exists, the data it previously contained
13920 is overwritten unless the @option{-a} option is used.
13922 In previous versions of GNU coreutils (v5.3.0 - v8.23), a @var{file} of @samp{-}
13923 caused @command{tee} to send another copy of input to standard output.
13924 However, as the interleaved output was not very useful, @command{tee} now
13925 conforms to POSIX which explicitly mandates it to treat @samp{-} as a file
13926 with such name.
13928 The program accepts the following options.  Also see @ref{Common options}.
13930 @table @samp
13931 @item -a
13932 @itemx --append
13933 @opindex -a
13934 @opindex --append
13935 Append standard input to the given files rather than overwriting
13936 them.
13938 @item -i
13939 @itemx --ignore-interrupts
13940 @opindex -i
13941 @opindex --ignore-interrupts
13942 Ignore interrupt signals.
13944 @item -p
13945 @itemx --output-error[=@var{mode}]
13946 @opindex -p
13947 @opindex --output-error
13948 Adjust the behavior with errors on the outputs,
13949 with the long form option supporting selection
13950 between the following @var{mode}s:
13952 @table @samp
13953 @item warn
13954 Warn on error opening or writing any output, including pipes.
13955 Writing is continued to still open files/pipes.
13956 Exit status indicates failure if any output has an error.
13958 @item warn-nopipe
13959 This is the default @var{mode} when not specified,
13960 or when the short form @option{-p} is used.
13961 Warn on error opening or writing any output, except pipes.
13962 Writing is continued to still open files/pipes.
13963 Exit status indicates failure if any non pipe output had an error.
13965 @item exit
13966 Exit on error opening or writing any output, including pipes.
13968 @item exit-nopipe
13969 Exit on error opening or writing any output, except pipes.
13970 @end table
13972 @end table
13974 The @command{tee} command is useful when you happen to be transferring a large
13975 amount of data and also want to summarize that data without reading
13976 it a second time.  For example, when you are downloading a DVD image,
13977 you often want to verify its signature or checksum right away.
13978 The inefficient way to do it is simply:
13980 @example
13981 wget https://example.com/some.iso && sha1sum some.iso
13982 @end example
13984 One problem with the above is that it makes you wait for the
13985 download to complete before starting the time-consuming SHA1 computation.
13986 Perhaps even more importantly, the above requires reading
13987 the DVD image a second time (the first was from the network).
13989 The efficient way to do it is to interleave the download
13990 and SHA1 computation.  Then, you'll get the checksum for
13991 free, because the entire process parallelizes so well:
13993 @example
13994 # slightly contrived, to demonstrate process substitution
13995 wget -O - https://example.com/dvd.iso \
13996   | tee >(sha1sum > dvd.sha1) > dvd.iso
13997 @end example
13999 That makes @command{tee} write not just to the expected output file,
14000 but also to a pipe running @command{sha1sum} and saving the final
14001 checksum in a file named @file{dvd.sha1}.
14003 Note, however, that this example relies on a feature of modern shells
14004 called @dfn{process substitution}
14005 (the @samp{>(command)} syntax, above;
14006 @xref{Process Substitution,,Process Substitution, bash,
14007 The Bash Reference Manual}.),
14008 so it works with @command{zsh}, @command{bash}, and @command{ksh},
14009 but not with @command{/bin/sh}.  So if you write code like this
14010 in a shell script, be sure to start the script with @samp{#!/bin/bash}.
14012 Note also that if any of the process substitutions (or piped standard output)
14013 might exit early without consuming all the data, the @option{-p} option
14014 is needed to allow @command{tee} to continue to process the input
14015 to any remaining outputs.
14017 Since the above example writes to one file and one process,
14018 a more conventional and portable use of @command{tee} is even better:
14020 @example
14021 wget -O - https://example.com/dvd.iso \
14022   | tee dvd.iso | sha1sum > dvd.sha1
14023 @end example
14025 You can extend this example to make @command{tee} write to two processes,
14026 computing MD5 and SHA1 checksums in parallel.  In this case,
14027 process substitution is required:
14029 @example
14030 wget -O - https://example.com/dvd.iso \
14031   | tee >(sha1sum > dvd.sha1) \
14032         >(md5sum > dvd.md5) \
14033   > dvd.iso
14034 @end example
14036 This technique is also useful when you want to make a @emph{compressed}
14037 copy of the contents of a pipe.
14038 Consider a tool to graphically summarize file system usage data from
14039 @samp{du -ak}.
14040 For a large hierarchy, @samp{du -ak} can run for a long time,
14041 and can easily produce terabytes of data, so you won't want to
14042 rerun the command unnecessarily.  Nor will you want to save
14043 the uncompressed output.
14045 Doing it the inefficient way, you can't even start the GUI
14046 until after you've compressed all of the @command{du} output:
14048 @example
14049 du -ak | gzip -9 > /tmp/du.gz
14050 gzip -d /tmp/du.gz | checkspace -a
14051 @end example
14053 With @command{tee} and process substitution, you start the GUI
14054 right away and eliminate the decompression completely:
14056 @example
14057 du -ak | tee >(gzip -9 > /tmp/du.gz) | checkspace -a
14058 @end example
14060 Finally, if you regularly create more than one type of
14061 compressed tarball at once, for example when @code{make dist} creates
14062 both @command{gzip}-compressed and @command{bzip2}-compressed tarballs,
14063 there may be a better way.
14064 Typical @command{automake}-generated @file{Makefile} rules create
14065 the two compressed tar archives with commands in sequence, like this
14066 (slightly simplified):
14068 @example
14069 tardir=your-pkg-M.N
14070 tar chof - "$tardir" | gzip  -9 -c > your-pkg-M.N.tar.gz
14071 tar chof - "$tardir" | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14072 @end example
14074 However, if the hierarchy you are archiving and compressing is larger
14075 than a couple megabytes, and especially if you are using a multi-processor
14076 system with plenty of memory, then you can do much better by reading the
14077 directory contents only once and running the compression programs in parallel:
14079 @example
14080 tardir=your-pkg-M.N
14081 tar chof - "$tardir" \
14082   | tee >(gzip -9 -c > your-pkg-M.N.tar.gz) \
14083   | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14084 @end example
14086 If you want to further process the output from process substitutions,
14087 and those processes write atomically (i.e., write less than the system's
14088 PIPE_BUF size at a time), that's possible with a construct like:
14090 @example
14091 tardir=your-pkg-M.N
14092 tar chof - "$tardir" \
14093   | tee >(md5sum --tag) > >(sha256sum --tag) \
14094   | sort | gpg --clearsign > your-pkg-M.N.tar.sig
14095 @end example
14097 @exitstatus
14100 @node File name manipulation
14101 @chapter File name manipulation
14103 @cindex file name manipulation
14104 @cindex manipulation of file names
14105 @cindex commands for file name manipulation
14107 This section describes commands that manipulate file names.
14109 @menu
14110 * basename invocation::         Strip directory and suffix from a file name.
14111 * dirname invocation::          Strip last file name component.
14112 * pathchk invocation::          Check file name validity and portability.
14113 * mktemp invocation::           Create temporary file or directory.
14114 * realpath invocation::         Print resolved file names.
14115 @end menu
14118 @node basename invocation
14119 @section @command{basename}: Strip directory and suffix from a file name
14121 @pindex basename
14122 @cindex strip directory and suffix from file names
14123 @cindex directory, stripping from file names
14124 @cindex suffix, stripping from file names
14125 @cindex file names, stripping directory and suffix
14126 @cindex leading directory components, stripping
14128 @command{basename} removes any leading directory components from
14129 @var{name}.  Synopsis:
14131 @example
14132 basename @var{name} [@var{suffix}]
14133 basename @var{option}@dots{} @var{name}@dots{}
14134 @end example
14136 If @var{suffix} is specified and is identical to the end of @var{name},
14137 it is removed from @var{name} as well.  Note that since trailing slashes
14138 are removed prior to suffix matching, @var{suffix} will do nothing if it
14139 contains slashes.  @command{basename} prints the result on standard
14140 output.
14142 @c This test is used both here and in the section on dirname.
14143 @macro basenameAndDirname
14144 Together, @command{basename} and @command{dirname} are designed such
14145 that if @samp{ls "$name"} succeeds, then the command sequence @samp{cd
14146 "$(dirname "$name")"; ls "$(basename "$name")"} will, too.  This works
14147 for everything except file names containing a trailing newline.
14148 @end macro
14149 @basenameAndDirname
14151 POSIX allows the implementation to define the results if
14152 @var{name} is empty or @samp{//}.  In the former case, GNU
14153 @command{basename} returns the empty string.  In the latter case, the
14154 result is @samp{//} on platforms where @var{//} is distinct from
14155 @var{/}, and @samp{/} on platforms where there is no difference.
14157 The program accepts the following options.  Also see @ref{Common options}.
14158 Options must precede operands.
14160 @table @samp
14162 @item -a
14163 @itemx --multiple
14164 @opindex -a
14165 @opindex --multiple
14166 Support more than one argument.  Treat every argument as a @var{name}.
14167 With this, an optional @var{suffix} must be specified using the
14168 @option{-s} option.
14170 @item -s @var{suffix}
14171 @itemx --suffix=@var{suffix}
14172 @opindex -s
14173 @opindex --suffix
14174 Remove a trailing @var{suffix}.
14175 This option implies the @option{-a} option.
14177 @optZero
14179 @end table
14181 @exitstatus
14183 Examples:
14185 @example
14186 # Output "sort".
14187 basename /usr/bin/sort
14189 # Output "stdio".
14190 basename include/stdio.h .h
14192 # Output "stdio".
14193 basename -s .h include/stdio.h
14195 # Output "stdio" followed by "stdlib"
14196 basename -a -s .h include/stdio.h include/stdlib.h
14197 @end example
14200 @node dirname invocation
14201 @section @command{dirname}: Strip last file name component
14203 @pindex dirname
14204 @cindex directory components, printing
14205 @cindex stripping non-directory suffix
14206 @cindex non-directory suffix, stripping
14208 @command{dirname} prints all but the final slash-delimited component
14209 of each @var{name}.  Slashes on either side of the final component are
14210 also removed.  If the string contains no slash, @command{dirname}
14211 prints @samp{.} (meaning the current directory).  Synopsis:
14213 @example
14214 dirname [@var{option}] @var{name}@dots{}
14215 @end example
14217 @var{name} need not be a file name, but if it is, this operation
14218 effectively lists the directory that contains the final component,
14219 including the case when the final component is itself a directory.
14221 @basenameAndDirname
14223 POSIX allows the implementation to define the results if
14224 @var{name} is @samp{//}.  With GNU @command{dirname}, the
14225 result is @samp{//} on platforms where @var{//} is distinct from
14226 @var{/}, and @samp{/} on platforms where there is no difference.
14228 The program accepts the following option.  Also see @ref{Common options}.
14230 @table @samp
14232 @optZero
14234 @end table
14236 @exitstatus
14238 Examples:
14240 @example
14241 # Output "/usr/bin".
14242 dirname /usr/bin/sort
14243 dirname /usr/bin//.//
14245 # Output "dir1" followed by "dir2"
14246 dirname dir1/str dir2/str
14248 # Output ".".
14249 dirname stdio.h
14250 @end example
14253 @node pathchk invocation
14254 @section @command{pathchk}: Check file name validity and portability
14256 @pindex pathchk
14257 @cindex file names, checking validity and portability
14258 @cindex valid file names, checking for
14259 @cindex portable file names, checking for
14261 @command{pathchk} checks validity and portability of file names.  Synopsis:
14263 @example
14264 pathchk [@var{option}]@dots{} @var{name}@dots{}
14265 @end example
14267 For each @var{name}, @command{pathchk} prints an error message if any of
14268 these conditions is true:
14270 @enumerate
14271 @item
14272 One of the existing directories in @var{name} does not have search
14273 (execute) permission,
14274 @item
14275 The length of @var{name} is larger than the maximum supported by the
14276 operating system.
14277 @item
14278 The length of one component of @var{name} is longer than
14279 its file system's maximum.
14280 @end enumerate
14282 A nonexistent @var{name} is not an error, so long as a file with that
14283 name could be created under the above conditions.
14285 The program accepts the following options.  Also see @ref{Common options}.
14286 Options must precede operands.
14288 @table @samp
14290 @item -p
14291 @opindex -p
14292 Instead of performing checks based on the underlying file system,
14293 print an error message if any of these conditions is true:
14295 @enumerate
14296 @item
14297 A file name is empty.
14299 @item
14300 A file name contains a character outside the POSIX portable file
14301 name character set, namely, the ASCII letters and digits, @samp{.},
14302 @samp{_}, @samp{-}, and @samp{/}.
14304 @item
14305 The length of a file name or one of its components exceeds the
14306 POSIX minimum limits for portability.
14307 @end enumerate
14309 @item -P
14310 @opindex -P
14311 Print an error message if a file name is empty, or if it contains a component
14312 that begins with @samp{-}.
14314 @item --portability
14315 @opindex --portability
14316 Print an error message if a file name is not portable to all POSIX
14317 hosts.  This option is equivalent to @samp{-p -P}.
14319 @end table
14321 @cindex exit status of @command{pathchk}
14322 Exit status:
14324 @display
14325 0 if all specified file names passed all checks,
14326 1 otherwise.
14327 @end display
14329 @node mktemp invocation
14330 @section @command{mktemp}: Create temporary file or directory
14332 @pindex mktemp
14333 @cindex file names, creating temporary
14334 @cindex directory, creating temporary
14335 @cindex temporary files and directories
14337 @command{mktemp} manages the creation of temporary files and
14338 directories.  Synopsis:
14340 @example
14341 mktemp [@var{option}]@dots{} [@var{template}]
14342 @end example
14344 Safely create a temporary file or directory based on @var{template},
14345 and print its name.  If given, @var{template} must include at least
14346 three consecutive @samp{X}s in the last component.  If omitted, the template
14347 @samp{tmp.XXXXXXXXXX} is used, and option @option{--tmpdir} is
14348 implied.  The final run of @samp{X}s in the @var{template} will be replaced
14349 by alpha-numeric characters; thus, on a case-sensitive file system,
14350 and with a @var{template} including a run of @var{n} instances of @samp{X},
14351 there are @samp{62**@var{n}} potential file names.
14353 Older scripts used to create temporary files by simply joining the
14354 name of the program with the process id (@samp{$$}) as a suffix.
14355 However, that naming scheme is easily predictable, and suffers from a
14356 race condition where the attacker can create an appropriately named
14357 symbolic link, such that when the script then opens a handle to what
14358 it thought was an unused file, it is instead modifying an existing
14359 file.  Using the same scheme to create a directory is slightly safer,
14360 since the @command{mkdir} will fail if the target already exists, but
14361 it is still inferior because it allows for denial of service attacks.
14362 Therefore, modern scripts should use the @command{mktemp} command to
14363 guarantee that the generated name will be unpredictable, and that
14364 knowledge of the temporary file name implies that the file was created
14365 by the current script and cannot be modified by other users.
14367 When creating a file, the resulting file has read and write
14368 permissions for the current user, but no permissions for the group or
14369 others; these permissions are reduced if the current umask is more
14370 restrictive.
14372 Here are some examples (although note that if you repeat them, you
14373 will most likely get different file names):
14375 @itemize @bullet
14377 @item
14378 Create a temporary file in the current directory.
14379 @example
14380 $ mktemp file.XXXX
14381 file.H47c
14382 @end example
14384 @item
14385 Create a temporary file with a known suffix.
14386 @example
14387 $ mktemp --suffix=.txt file-XXXX
14388 file-H08W.txt
14389 $ mktemp file-XXXX-XXXX.txt
14390 file-XXXX-eI9L.txt
14391 @end example
14393 @item
14394 Create a secure fifo relative to the user's choice of @env{TMPDIR},
14395 but falling back to the current directory rather than @file{/tmp}.
14396 Note that @command{mktemp} does not create fifos, but can create a
14397 secure directory in which the fifo can live.  Exit the shell if the
14398 directory or fifo could not be created.
14399 @example
14400 $ dir=$(mktemp -p "$@{TMPDIR:-.@}" -d dir-XXXX) || exit 1
14401 $ fifo=$dir/fifo
14402 $ mkfifo "$fifo" || @{ rmdir "$dir"; exit 1; @}
14403 @end example
14405 @item
14406 Create and use a temporary file if possible, but ignore failure.  The
14407 file will reside in the directory named by @env{TMPDIR}, if specified,
14408 or else in @file{/tmp}.
14409 @example
14410 $ file=$(mktemp -q) && @{
14411 >   # Safe to use $file only within this block.  Use quotes,
14412 >   # since $TMPDIR, and thus $file, may contain whitespace.
14413 >   echo ... > "$file"
14414 >   rm "$file"
14415 > @}
14416 @end example
14418 @item
14419 Act as a semi-random character generator (it is not fully random,
14420 since it is impacted by the contents of the current directory).  To
14421 avoid security holes, do not use the resulting names to create a file.
14422 @example
14423 $ mktemp -u XXX
14425 $ mktemp -u XXX
14427 @end example
14429 @end itemize
14431 The program accepts the following options.  Also see @ref{Common options}.
14433 @table @samp
14435 @item -d
14436 @itemx --directory
14437 @opindex -d
14438 @opindex --directory
14439 Create a directory rather than a file.  The directory will have read,
14440 write, and search permissions for the current user, but no permissions
14441 for the group or others; these permissions are reduced if the current
14442 umask is more restrictive.
14444 @item -q
14445 @itemx --quiet
14446 @opindex -q
14447 @opindex --quiet
14448 Suppress diagnostics about failure to create a file or directory.  The
14449 exit status will still reflect whether a file was created.
14451 @item -u
14452 @itemx --dry-run
14453 @opindex -u
14454 @opindex --dry-run
14455 Generate a temporary name that does not name an existing file, without
14456 changing the file system contents.  Using the output of this command
14457 to create a new file is inherently unsafe, as there is a window of
14458 time between generating the name and using it where another process
14459 can create an object by the same name.
14461 @item -p @var{dir}
14462 @itemx --tmpdir[=@var{dir}]
14463 @opindex -p
14464 @opindex --tmpdir
14465 Treat @var{template} relative to the directory @var{dir}.  If
14466 @var{dir} is not specified (only possible with the long option
14467 @option{--tmpdir}) or is the empty string, use the value of
14468 @env{TMPDIR} if available, otherwise use @samp{/tmp}.  If this is
14469 specified, @var{template} must not be absolute.  However,
14470 @var{template} can still contain slashes, although intermediate
14471 directories must already exist.
14473 @item --suffix=@var{suffix}
14474 @opindex --suffix
14475 Append @var{suffix} to the @var{template}.  @var{suffix} must not
14476 contain slash.  If @option{--suffix} is specified, @var{template} must
14477 end in @samp{X}; if it is not specified, then an appropriate
14478 @option{--suffix} is inferred by finding the last @samp{X} in
14479 @var{template}.  This option exists for use with the default
14480 @var{template} and for the creation of a @var{suffix} that starts with
14481 @samp{X}.
14483 @item -t
14484 @opindex -t
14485 Treat @var{template} as a single file relative to the value of
14486 @env{TMPDIR} if available, or to the directory specified by
14487 @option{-p}, otherwise to @samp{/tmp}.  @var{template} must not
14488 contain slashes.  This option is deprecated; the use of @option{-p}
14489 without @option{-t} offers better defaults (by favoring the command
14490 line over @env{TMPDIR}) and more flexibility (by allowing intermediate
14491 directories).
14493 @end table
14495 @cindex exit status of @command{mktemp}
14496 Exit status:
14498 @display
14499 0 if the file was created,
14500 1 otherwise.
14501 @end display
14504 @node realpath invocation
14505 @section @command{realpath}: Print the resolved file name.
14507 @pindex realpath
14508 @cindex file names, canonicalization
14509 @cindex symlinks, resolution
14510 @cindex canonical file name
14511 @cindex canonicalize a file name
14512 @pindex realpath
14513 @findex realpath
14515 @command{realpath} expands all symbolic links and resolves references to
14516 @samp{/./}, @samp{/../} and extra @samp{/} characters.  By default,
14517 all but the last component of the specified files must exist.  Synopsis:
14519 @example
14520 realpath [@var{option}]@dots{} @var{file}@dots{}
14521 @end example
14523 The file name canonicalization functionality overlaps with that of the
14524 @command{readlink} command.  This is the preferred command for
14525 canonicalization as it's a more suitable and standard name.  In addition
14526 this command supports relative file name processing functionality.
14528 The program accepts the following options.  Also see @ref{Common options}.
14530 @table @samp
14532 @item -e
14533 @itemx --canonicalize-existing
14534 @opindex -e
14535 @opindex --canonicalize-existing
14536 Ensure that all components of the specified file names exist.
14537 If any component is missing or unavailable, @command{realpath} will output
14538 a diagnostic unless the @option{-q} option is specified, and exit with a
14539 nonzero exit code.  A trailing slash requires that the name resolve to a
14540 directory.
14542 @item -m
14543 @itemx --canonicalize-missing
14544 @opindex -m
14545 @opindex --canonicalize-missing
14546 If any component of a specified file name is missing or unavailable,
14547 treat it as a directory.
14549 @item -L
14550 @itemx --logical
14551 @opindex -L
14552 @opindex --logical
14553 Symbolic links are resolved in the specified file names,
14554 but they are resolved after any subsequent @samp{..} components are processed.
14556 @item -P
14557 @itemx --physical
14558 @opindex -P
14559 @opindex --physical
14560 Symbolic links are resolved in the specified file names,
14561 and they are resolved before any subsequent @samp{..} components are processed.
14562 This is the default mode of operation.
14564 @item -q
14565 @itemx --quiet
14566 @opindex -q
14567 @opindex --quiet
14568 Suppress diagnostic messages for specified file names.
14570 @item --relative-to=@var{dir}
14571 @opindex --relative-to
14572 @cindex relpath
14573 Print the resolved file names relative to the specified directory.
14574 Note this option honors the @option{-m} and @option{-e} options
14575 pertaining to file existence.
14577 @item --relative-base=@var{dir}
14578 @opindex --relative-base
14579 Print the resolved file names as relative @emph{if} the files
14580 are descendants of @var{dir}.
14581 Otherwise, print the resolved file names as absolute.
14582 Note this option honors the @option{-m} and @option{-e} options
14583 pertaining to file existence.
14584 For details about combining @option{--relative-to} and @option{--relative-base},
14585 @pxref{Realpath usage examples}.
14587 @item -s
14588 @itemx --strip
14589 @itemx --no-symlinks
14590 @opindex -s
14591 @opindex --strip
14592 @opindex --no-symlinks
14593 Do not resolve symbolic links.  Only resolve references to
14594 @samp{/./}, @samp{/../} and remove extra @samp{/} characters.
14595 When combined with the @option{-m} option, realpath operates
14596 only on the file name, and does not touch any actual file.
14598 @optZero
14600 @end table
14602 @cindex exit status of @command{realpath}
14603 Exit status:
14605 @display
14606 0 if all file names were printed without issue.
14607 1 otherwise.
14608 @end display
14610 @menu
14611 * Realpath usage examples::              Realpath usage examples.
14612 @end menu
14615 @node Realpath usage examples
14616 @subsection Realpath usage examples
14618 @opindex --relative-to
14619 @opindex --relative-base
14621 By default, @command{realpath} prints the absolute file name of given files
14622 (symlinks are resolved, @file{words} is resolved to @file{american-english}):
14624 @example
14625 @group
14626 cd /home/user
14627 realpath /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14628 @result{} /usr/bin/sort
14629 @result{} /tmp/foo
14630 @result{} /usr/share/dict/american-english
14631 @result{} /home/user/1.txt
14632 @end group
14633 @end example
14635 With @option{--relative-to}, file names are printed relative to
14636 the given directory:
14638 @example
14639 @group
14640 realpath --relative-to=/usr/bin \
14641          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14642 @result{} sort
14643 @result{} ../../tmp/foo
14644 @result{} ../share/dict/american-english
14645 @result{} ../../home/user/1.txt
14646 @end group
14647 @end example
14649 With @option{--relative-base}, relative file names are printed @emph{if}
14650 the resolved file name is below the given base directory. For files outside the
14651 base directory absolute file names are printed:
14653 @example
14654 @group
14655 realpath --relative-base=/usr \
14656          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14657 @result{} bin/sort
14658 @result{} /tmp/foo
14659 @result{} share/dict/american-english
14660 @result{} /home/user/1.txt
14661 @end group
14662 @end example
14664 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
14665 are used, file names are printed relative to @var{dir1} @emph{if} they are
14666 located below @var{dir2}. If the files are not below @var{dir2}, they are
14667 printed as absolute file names:
14669 @example
14670 @group
14671 realpath --relative-to=/usr/bin --relative-base=/usr \
14672          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14673 @result{} sort
14674 @result{} /tmp/foo
14675 @result{} ../share/dict/american-english
14676 @result{} /home/user/1.txt
14677 @end group
14678 @end example
14680 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
14681 are used, @var{dir1} @emph{must} be a subdirectory of @var{dir2}. Otherwise,
14682 @command{realpath} prints absolutes file names.
14685 @node Working context
14686 @chapter Working context
14688 @cindex working context
14689 @cindex commands for printing the working context
14691 This section describes commands that display or alter the context in
14692 which you are working: the current directory, the terminal settings, and
14693 so forth.  See also the user-related commands in the next section.
14695 @menu
14696 * pwd invocation::              Print working directory.
14697 * stty invocation::             Print or change terminal characteristics.
14698 * printenv invocation::         Print environment variables.
14699 * tty invocation::              Print file name of terminal on standard input.
14700 @end menu
14703 @node pwd invocation
14704 @section @command{pwd}: Print working directory
14706 @pindex pwd
14707 @cindex print name of current directory
14708 @cindex current working directory, printing
14709 @cindex working directory, printing
14712 @command{pwd} prints the name of the current directory.  Synopsis:
14714 @example
14715 pwd [@var{option}]@dots{}
14716 @end example
14718 The program accepts the following options.  Also see @ref{Common options}.
14720 @table @samp
14721 @item -L
14722 @itemx --logical
14723 @opindex -L
14724 @opindex --logical
14725 If the contents of the environment variable @env{PWD} provide an
14726 absolute name of the current directory with no @samp{.} or @samp{..}
14727 components, but possibly with symbolic links, then output those
14728 contents.  Otherwise, fall back to default @option{-P} handling.
14730 @item -P
14731 @itemx --physical
14732 @opindex -P
14733 @opindex --physical
14734 Print a fully resolved name for the current directory.  That is, all
14735 components of the printed name will be actual directory names---none
14736 will be symbolic links.
14737 @end table
14739 @cindex symbolic links and @command{pwd}
14740 If @option{-L} and @option{-P} are both given, the last one takes
14741 precedence.  If neither option is given, then this implementation uses
14742 @option{-P} as the default unless the @env{POSIXLY_CORRECT}
14743 environment variable is set.
14745 @mayConflictWithShellBuiltIn{pwd}
14747 @exitstatus
14750 @node stty invocation
14751 @section @command{stty}: Print or change terminal characteristics
14753 @pindex stty
14754 @cindex change or print terminal settings
14755 @cindex terminal settings
14756 @cindex line settings of terminal
14758 @command{stty} prints or changes terminal characteristics, such as baud rate.
14759 Synopses:
14761 @example
14762 stty [@var{option}] [@var{setting}]@dots{}
14763 stty [@var{option}]
14764 @end example
14766 If given no line settings, @command{stty} prints the baud rate, line
14767 discipline number (on systems that support it), and line settings
14768 that have been changed from the values set by @samp{stty sane}.
14769 By default, mode reading and setting are performed on the tty line
14770 connected to standard input, although this can be modified by the
14771 @option{--file} option.
14773 @command{stty} accepts many non-option arguments that change aspects of
14774 the terminal line operation, as described below.
14776 The program accepts the following options.  Also see @ref{Common options}.
14778 @table @samp
14779 @item -a
14780 @itemx --all
14781 @opindex -a
14782 @opindex --all
14783 Print all current settings in human-readable form.  This option may not
14784 be used in combination with any line settings.
14786 @item -F @var{device}
14787 @itemx --file=@var{device}
14788 @opindex -F
14789 @opindex --file
14790 Set the line opened by the file name specified in @var{device} instead of
14791 the tty line connected to standard input.  This option is necessary
14792 because opening a POSIX tty requires use of the
14793 @code{O_NONDELAY} flag to prevent a POSIX tty from blocking
14794 until the carrier detect line is high if
14795 the @code{clocal} flag is not set.  Hence, it is not always possible
14796 to allow the shell to open the device in the traditional manner.
14798 @item -g
14799 @itemx --save
14800 @opindex -g
14801 @opindex --save
14802 @cindex machine-readable @command{stty} output
14803 Print all current settings in a form that can be used as an argument to
14804 another @command{stty} command to restore the current settings.  This option
14805 may not be used in combination with any line settings.
14807 @end table
14809 Many settings can be turned off by preceding them with a @samp{-}.
14810 Such arguments are marked below with ``May be negated'' in their
14811 description.  The descriptions themselves refer to the positive
14812 case, that is, when @emph{not} negated (unless stated otherwise,
14813 of course).
14815 Some settings are not available on all POSIX systems, since they use
14816 extensions.  Such arguments are marked below with
14817 ``Non-POSIX'' in their description.  On non-POSIX
14818 systems, those or other settings also may not
14819 be available, but it's not feasible to document all the variations: just
14820 try it and see.
14822 @command{stty} is installed only on platforms with the POSIX terminal
14823 interface, so portable scripts should not rely on its existence on
14824 non-POSIX platforms.
14826 @exitstatus
14828 @menu
14829 * Control::                     Control settings
14830 * Input::                       Input settings
14831 * Output::                      Output settings
14832 * Local::                       Local settings
14833 * Combination::                 Combination settings
14834 * Characters::                  Special characters
14835 * Special::                     Special settings
14836 @end menu
14839 @node Control
14840 @subsection Control settings
14842 @cindex control settings
14843 Control settings:
14845 @table @samp
14846 @item parenb
14847 @opindex parenb
14848 @cindex two-way parity
14849 Generate parity bit in output and expect parity bit in input.
14850 May be negated.
14852 @item parodd
14853 @opindex parodd
14854 @cindex odd parity
14855 @cindex even parity
14856 Set odd parity (even if negated).  May be negated.
14858 @item cmspar
14859 @opindex cmspar
14860 @cindex constant parity
14861 @cindex stick parity
14862 @cindex mark parity
14863 @cindex space parity
14864 Use "stick" (mark/space) parity.  If parodd is set, the parity bit is
14865 always 1; if parodd is not set, the parity bit is always zero.
14866 Non-POSIX@.  May be negated.
14868 @item cs5
14869 @itemx cs6
14870 @itemx cs7
14871 @itemx cs8
14872 @opindex cs@var{n}
14873 @cindex character size
14874 @cindex eight-bit characters
14875 Set character size to 5, 6, 7, or 8 bits.
14877 @item hup
14878 @itemx hupcl
14879 @opindex hup[cl]
14880 Send a hangup signal when the last process closes the tty.  May be
14881 negated.
14883 @item cstopb
14884 @opindex cstopb
14885 @cindex stop bits
14886 Use two stop bits per character (one if negated).  May be negated.
14888 @item cread
14889 @opindex cread
14890 Allow input to be received.  May be negated.
14892 @item clocal
14893 @opindex clocal
14894 @cindex modem control
14895 Disable modem control signals.  May be negated.
14897 @item crtscts
14898 @opindex crtscts
14899 @cindex hardware flow control
14900 @cindex flow control, hardware
14901 @cindex RTS/CTS flow control
14902 Enable RTS/CTS flow control.  Non-POSIX@.  May be negated.
14904 @item cdtrdsr
14905 @opindex cdtrdsr
14906 @cindex hardware flow control
14907 @cindex flow control, hardware
14908 @cindex DTR/DSR flow control
14909 Enable DTR/DSR flow control. Non-POSIX@.  May be negated.
14910 @end table
14913 @node Input
14914 @subsection Input settings
14916 @cindex input settings
14917 These settings control operations on data received from the terminal.
14919 @table @samp
14920 @item ignbrk
14921 @opindex ignbrk
14922 @cindex breaks, ignoring
14923 Ignore break characters.  May be negated.
14925 @item brkint
14926 @opindex brkint
14927 @cindex breaks, cause interrupts
14928 Make breaks cause an interrupt signal.  May be negated.
14930 @item ignpar
14931 @opindex ignpar
14932 @cindex parity, ignoring
14933 Ignore characters with parity errors.  May be negated.
14935 @item parmrk
14936 @opindex parmrk
14937 @cindex parity errors, marking
14938 Mark parity errors (with a 255-0-character sequence).  May be negated.
14940 @item inpck
14941 @opindex inpck
14942 Enable input parity checking.  May be negated.
14944 @item istrip
14945 @opindex istrip
14946 @cindex eight-bit input
14947 Clear high (8th) bit of input characters.  May be negated.
14949 @item inlcr
14950 @opindex inlcr
14951 @cindex newline, translating to return
14952 Translate newline to carriage return.  May be negated.
14954 @item igncr
14955 @opindex igncr
14956 @cindex return, ignoring
14957 Ignore carriage return.  May be negated.
14959 @item icrnl
14960 @opindex icrnl
14961 @cindex return, translating to newline
14962 Translate carriage return to newline.  May be negated.
14964 @item iutf8
14965 @opindex iutf8
14966 @cindex input encoding, UTF-8
14967 Assume input characters are UTF-8 encoded.  May be negated.
14969 @item ixon
14970 @opindex ixon
14971 @kindex C-s/C-q flow control
14972 @cindex XON/XOFF flow control
14973 Enable XON/XOFF flow control (that is, @kbd{Ctrl-S}/@kbd{Ctrl-Q}).  May
14974 be negated.
14976 @item ixoff
14977 @itemx tandem
14978 @opindex ixoff
14979 @opindex tandem
14980 @cindex software flow control
14981 @cindex flow control, software
14982 Enable sending of @code{stop} character when the system input buffer
14983 is almost full, and @code{start} character when it becomes almost
14984 empty again.  May be negated.
14986 @item iuclc
14987 @opindex iuclc
14988 @cindex uppercase, translating to lowercase
14989 Translate uppercase characters to lowercase.  Non-POSIX@.  May be
14990 negated.  Note ilcuc is not implemented, as one would not be able to issue
14991 almost any (lowercase) Unix command, after invoking it.
14993 @item ixany
14994 @opindex ixany
14995 Allow any character to restart output (only the start character
14996 if negated).  Non-POSIX@.  May be negated.
14998 @item imaxbel
14999 @opindex imaxbel
15000 @cindex beeping at input buffer full
15001 Enable beeping and not flushing input buffer if a character arrives
15002 when the input buffer is full.  Non-POSIX@.  May be negated.
15003 @end table
15006 @node Output
15007 @subsection Output settings
15009 @cindex output settings
15010 These settings control operations on data sent to the terminal.
15012 @table @samp
15013 @item opost
15014 @opindex opost
15015 Postprocess output.  May be negated.
15017 @item olcuc
15018 @opindex olcuc
15019 @cindex lowercase, translating to output
15020 Translate lowercase characters to uppercase.  Non-POSIX@.  May be
15021 negated.  (Note ouclc is not currently implemented.)
15023 @item ocrnl
15024 @opindex ocrnl
15025 @cindex return, translating to newline
15026 Translate carriage return to newline.  Non-POSIX@.  May be negated.
15028 @item onlcr
15029 @opindex onlcr
15030 @cindex newline, translating to crlf
15031 Translate newline to carriage return-newline.  Non-POSIX@.  May be
15032 negated.
15034 @item onocr
15035 @opindex onocr
15036 Do not print carriage returns in the first column.  Non-POSIX@.
15037 May be negated.
15039 @item onlret
15040 @opindex onlret
15041 Newline performs a carriage return.  Non-POSIX@.  May be negated.
15043 @item ofill
15044 @opindex ofill
15045 @cindex pad instead of timing for delaying
15046 Use fill (padding) characters instead of timing for delays.
15047 Non-POSIX@.
15048 May be negated.
15050 @item ofdel
15051 @opindex ofdel
15052 @cindex pad character
15053 Use ASCII DEL characters for fill instead of
15054 ASCII NUL characters.  Non-POSIX@.
15055 May be negated.
15057 @item nl1
15058 @itemx nl0
15059 @opindex nl@var{n}
15060 Newline delay style.  Non-POSIX.
15062 @item cr3
15063 @itemx cr2
15064 @itemx cr1
15065 @itemx cr0
15066 @opindex cr@var{n}
15067 Carriage return delay style.  Non-POSIX.
15069 @item tab3
15070 @itemx tab2
15071 @itemx tab1
15072 @itemx tab0
15073 @opindex tab@var{n}
15074 Horizontal tab delay style.  Non-POSIX.
15076 @item bs1
15077 @itemx bs0
15078 @opindex bs@var{n}
15079 Backspace delay style.  Non-POSIX.
15081 @item vt1
15082 @itemx vt0
15083 @opindex vt@var{n}
15084 Vertical tab delay style.  Non-POSIX.
15086 @item ff1
15087 @itemx ff0
15088 @opindex ff@var{n}
15089 Form feed delay style.  Non-POSIX.
15090 @end table
15093 @node Local
15094 @subsection Local settings
15096 @cindex local settings
15098 @table @samp
15099 @item isig
15100 @opindex isig
15101 Enable @code{interrupt}, @code{quit}, and @code{suspend} special
15102 characters.  May be negated.
15104 @item icanon
15105 @opindex icanon
15106 Enable @code{erase}, @code{kill}, @code{werase}, and @code{rprnt}
15107 special characters.  May be negated.
15109 @item iexten
15110 @opindex iexten
15111 Enable non-POSIX special characters.  May be negated.
15113 @item echo
15114 @opindex echo
15115 Echo input characters.  May be negated.
15117 @item echoe
15118 @itemx crterase
15119 @opindex echoe
15120 @opindex crterase
15121 Echo @code{erase} characters as backspace-space-backspace.  May be
15122 negated.
15124 @item echok
15125 @opindex echok
15126 @cindex newline echoing after @code{kill}
15127 Echo a newline after a @code{kill} character.  May be negated.
15129 @item echonl
15130 @opindex echonl
15131 @cindex newline, echoing
15132 Echo newline even if not echoing other characters.  May be negated.
15134 @item noflsh
15135 @opindex noflsh
15136 @cindex flushing, disabling
15137 Disable flushing after @code{interrupt} and @code{quit} special
15138 characters.  May be negated.
15140 @item xcase
15141 @opindex xcase
15142 @cindex case translation
15143 Enable input and output of uppercase characters by preceding their
15144 lowercase equivalents with @samp{\}, when @code{icanon} is set.
15145 Non-POSIX@.  May be negated.
15147 @item tostop
15148 @opindex tostop
15149 @cindex background jobs, stopping at terminal write
15150 Stop background jobs that try to write to the terminal.  Non-POSIX@.
15151 May be negated.
15153 @item echoprt
15154 @itemx prterase
15155 @opindex echoprt
15156 @opindex prterase
15157 Echo erased characters backward, between @samp{\} and @samp{/}.
15158 Non-POSIX@.  May be negated.
15160 @item echoctl
15161 @itemx ctlecho
15162 @opindex echoctl
15163 @opindex ctlecho
15164 @cindex control characters, using @samp{^@var{c}}
15165 @cindex hat notation for control characters
15166 Echo control characters in hat notation (@samp{^@var{c}}) instead
15167 of literally.  Non-POSIX@.  May be negated.
15169 @item echoke
15170 @itemx crtkill
15171 @opindex echoke
15172 @opindex crtkill
15173 Echo the @code{kill} special character by erasing each character on
15174 the line as indicated by the @code{echoprt} and @code{echoe} settings,
15175 instead of by the @code{echoctl} and @code{echok} settings.
15176 Non-POSIX@.
15177 May be negated.
15179 @item extproc
15180 @opindex extproc
15181 Enable @samp{LINEMODE}, which is used to avoid echoing
15182 each character over high latency links.  See also
15183 @uref{https://tools.ietf.org/search/rfc1116, Internet RFC 1116}.
15184 Non-POSIX@.
15185 May be negated.
15187 @item flusho
15188 @opindex flusho
15189 Discard output.
15190 Note this setting is currently ignored on GNU/Linux systems.
15191 Non-POSIX@.
15192 May be negated.
15193 @end table
15196 @node Combination
15197 @subsection Combination settings
15199 @cindex combination settings
15200 Combination settings:
15202 @table @samp
15203 @item evenp
15204 @opindex evenp
15205 @itemx parity
15206 @opindex parity
15207 Same as @code{parenb -parodd cs7}.  May be negated.  If negated, same
15208 as @code{-parenb cs8}.
15210 @item oddp
15211 @opindex oddp
15212 Same as @code{parenb parodd cs7}.  May be negated.  If negated, same
15213 as @code{-parenb cs8}.
15215 @item nl
15216 @opindex nl
15217 Same as @code{-icrnl -onlcr}.  May be negated.  If negated, same as
15218 @code{icrnl -inlcr -igncr onlcr -ocrnl -onlret}.
15220 @item ek
15221 @opindex ek
15222 Reset the @code{erase} and @code{kill} special characters to their default
15223 values.
15225 @item sane
15226 @opindex sane
15227 Same as:
15229 @c This is too long to write inline.
15230 @example
15231 cread -ignbrk brkint -inlcr -igncr icrnl
15232 icanon iexten echo echoe echok -echonl -noflsh
15233 -ixoff -iutf8 -iuclc -ixany imaxbel -xcase -olcuc -ocrnl
15234 opost -ofill onlcr -onocr -onlret nl0 cr0 tab0 bs0 vt0 ff0
15235 isig -tostop -ofdel -echoprt echoctl echoke -extproc
15236 @end example
15238 @noindent
15239 and also sets all special characters to their default values.
15241 @item cooked
15242 @opindex cooked
15243 Same as @code{brkint ignpar istrip icrnl ixon opost isig icanon}, plus
15244 sets the @code{eof} and @code{eol} characters to their default values
15245 if they are the same as the @code{min} and @code{time} characters.
15246 May be negated.  If negated, same as @code{raw}.
15248 @item raw
15249 @opindex raw
15250 Same as:
15252 @example
15253 -ignbrk -brkint -ignpar -parmrk -inpck -istrip
15254 -inlcr -igncr -icrnl -ixon -ixoff -icanon -opost
15255 -isig -iuclc -ixany -imaxbel -xcase min 1 time 0
15256 @end example
15258 @noindent
15259 May be negated.  If negated, same as @code{cooked}.
15261 @item cbreak
15262 @opindex cbreak
15263 Same as @option{-icanon}.  May be negated.  If negated, same as
15264 @code{icanon}.
15266 @item pass8
15267 @opindex pass8
15268 @cindex eight-bit characters
15269 Same as @code{-parenb -istrip cs8}.  May be negated.  If negated,
15270 same as @code{parenb istrip cs7}.
15272 @item litout
15273 @opindex litout
15274 Same as @option{-parenb -istrip -opost cs8}.  May be negated.
15275 If negated, same as @code{parenb istrip opost cs7}.
15277 @item decctlq
15278 @opindex decctlq
15279 Same as @option{-ixany}.  Non-POSIX@.  May be negated.
15281 @item tabs
15282 @opindex tabs
15283 Same as @code{tab0}.  Non-POSIX@.  May be negated.  If negated, same
15284 as @code{tab3}.
15286 @item lcase
15287 @itemx LCASE
15288 @opindex lcase
15289 @opindex LCASE
15290 Same as @code{xcase iuclc olcuc}.  Non-POSIX@.  May be negated.
15291 (Used for terminals with uppercase characters only.)
15293 @item crt
15294 @opindex crt
15295 Same as @code{echoe echoctl echoke}.
15297 @item dec
15298 @opindex dec
15299 Same as @code{echoe echoctl echoke -ixany intr ^C erase ^? kill C-u}.
15300 @end table
15303 @node Characters
15304 @subsection Special characters
15306 @cindex special characters
15307 @cindex characters, special
15309 The special characters' default values vary from system to system.
15310 They are set with the syntax @samp{name value}, where the names are
15311 listed below and the value can be given either literally, in hat
15312 notation (@samp{^@var{c}}), or as an integer which may start with
15313 @samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
15314 any other digit to indicate decimal.
15316 @cindex disabling special characters
15317 @kindex u@r{, and disabling special characters}
15318 For GNU stty, giving a value of @code{^-} or @code{undef} disables that
15319 special character.  (This is incompatible with Ultrix @command{stty},
15320 which uses  a value of @samp{u} to disable a special character.  GNU
15321 @command{stty} treats a value @samp{u} like any other, namely to set that
15322 special character to @key{U}.)
15324 @table @samp
15326 @item intr
15327 @opindex intr
15328 Send an interrupt signal.
15330 @item quit
15331 @opindex quit
15332 Send a quit signal.
15334 @item erase
15335 @opindex erase
15336 Erase the last character typed.
15338 @item kill
15339 @opindex kill
15340 Erase the current line.
15342 @item eof
15343 @opindex eof
15344 Send an end of file (terminate the input).
15346 @item eol
15347 @opindex eol
15348 End the line.
15350 @item eol2
15351 @opindex eol2
15352 Alternate character to end the line.  Non-POSIX.
15354 @item discard
15355 @opindex discard
15356 @opindex flush
15357 Alternate character to toggle discarding of output.  Non-POSIX.
15359 @item swtch
15360 @opindex swtch
15361 Switch to a different shell layer.  Non-POSIX.
15363 @item status
15364 @opindex status
15365 Send an info signal.  Not currently supported on GNU/Linux.  Non-POSIX.
15367 @item start
15368 @opindex start
15369 Restart the output after stopping it.
15371 @item stop
15372 @opindex stop
15373 Stop the output.
15375 @item susp
15376 @opindex susp
15377 Send a terminal stop signal.
15379 @item dsusp
15380 @opindex dsusp
15381 Send a terminal stop signal after flushing the input.  Non-POSIX.
15383 @item rprnt
15384 @opindex rprnt
15385 Redraw the current line.  Non-POSIX.
15387 @item werase
15388 @opindex werase
15389 Erase the last word typed.  Non-POSIX.
15391 @item lnext
15392 @opindex lnext
15393 Enter the next character typed literally, even if it is a special
15394 character.  Non-POSIX.
15395 @end table
15398 @node Special
15399 @subsection Special settings
15401 @cindex special settings
15403 @table @samp
15404 @item min @var{n}
15405 @opindex min
15406 Set the minimum number of characters that will satisfy a read until
15407 the time value has expired, when @option{-icanon} is set.
15409 @item time @var{n}
15410 @opindex time
15411 Set the number of tenths of a second before reads time out if the minimum
15412 number of characters have not been read, when @option{-icanon} is set.
15414 @item ispeed @var{n}
15415 @opindex ispeed
15416 Set the input speed to @var{n}.
15418 @item ospeed @var{n}
15419 @opindex ospeed
15420 Set the output speed to @var{n}.
15422 @item rows @var{n}
15423 @opindex rows
15424 Tell the tty kernel driver that the terminal has @var{n} rows.
15425 Non-POSIX.
15427 @item cols @var{n}
15428 @itemx columns @var{n}
15429 @opindex cols
15430 @opindex columns
15431 Tell the kernel that the terminal has @var{n} columns.  Non-POSIX.
15433 @item drain
15434 @opindex drain
15435 @cindex nonblocking @command{stty} setting
15436 Apply settings after first waiting for pending output to be transmitted.
15437 This is enabled by default for GNU @command{stty}.
15438 It is useful to disable this option
15439 in cases where the system may be in a state where serial transmission
15440 is not possible.
15441 For example, if the system has received the @samp{DC3} character
15442 with @code{ixon} (software flow control) enabled, then @command{stty} would
15443 block without @code{-drain} being specified.
15444 May be negated. Non-POSIX.
15446 @item size
15447 @opindex size
15448 @vindex LINES
15449 @vindex COLUMNS
15450 Print the number of rows and columns that the kernel thinks the
15451 terminal has.  (Systems that don't support rows and columns in the kernel
15452 typically use the environment variables @env{LINES} and @env{COLUMNS}
15453 instead; however, GNU @command{stty} does not know anything about them.)
15454 Non-POSIX.
15456 @item line @var{n}
15457 @opindex line
15458 Use line discipline @var{n}.  Non-POSIX.
15460 @item speed
15461 @opindex speed
15462 Print the terminal speed.
15464 @item @var{n}
15465 @cindex baud rate, setting
15466 Set the input and output speeds to @var{n}.  @var{n} can be one of: 0
15467 50 75 110 134 134.5 150 200 300 600 1200 1800 2400 4800 9600 19200
15468 38400 @code{exta} @code{extb}.  @code{exta} is the same as 19200;
15469 @code{extb} is the same as 38400.  Many systems, including GNU/Linux,
15470 support higher speeds.  The @command{stty} command includes support
15471 for speeds of
15472 57600,
15473 115200,
15474 230400,
15475 460800,
15476 500000,
15477 576000,
15478 921600,
15479 1000000,
15480 1152000,
15481 1500000,
15482 2000000,
15483 2500000,
15484 3000000,
15485 3500000,
15487 4000000 where the system supports these.
15488 0 hangs up the line if @option{-clocal} is set.
15489 @end table
15492 @node printenv invocation
15493 @section @command{printenv}: Print all or some environment variables
15495 @pindex printenv
15496 @cindex printing all or some environment variables
15497 @cindex environment variables, printing
15499 @command{printenv} prints environment variable values.  Synopsis:
15501 @example
15502 printenv [@var{option}] [@var{variable}]@dots{}
15503 @end example
15505 If no @var{variable}s are specified, @command{printenv} prints the value of
15506 every environment variable.  Otherwise, it prints the value of each
15507 @var{variable} that is set, and nothing for those that are not set.
15509 The program accepts the following option.  Also see @ref{Common options}.
15511 @table @samp
15513 @optNull
15515 @end table
15517 @cindex exit status of @command{printenv}
15518 Exit status:
15520 @display
15521 0 if all variables specified were found
15522 1 if at least one specified variable was not found
15523 2 if a write error occurred
15524 @end display
15527 @node tty invocation
15528 @section @command{tty}: Print file name of terminal on standard input
15530 @pindex tty
15531 @cindex print terminal file name
15532 @cindex terminal file name, printing
15534 @command{tty} prints the file name of the terminal connected to its standard
15535 input.  It prints @samp{not a tty} if standard input is not a terminal.
15536 Synopsis:
15538 @example
15539 tty [@var{option}]@dots{}
15540 @end example
15542 The program accepts the following option.  Also see @ref{Common options}.
15544 @table @samp
15546 @item -s
15547 @itemx --silent
15548 @itemx --quiet
15549 @opindex -s
15550 @opindex --silent
15551 @opindex --quiet
15552 Print nothing; only return an exit status.
15554 @end table
15556 @cindex exit status of @command{tty}
15557 Exit status:
15559 @display
15560 0 if standard input is a terminal
15561 1 if standard input is a non-terminal file
15562 2 if given incorrect arguments
15563 3 if a write error occurs
15564 @end display
15567 @node User information
15568 @chapter User information
15570 @cindex user information, commands for
15571 @cindex commands for printing user information
15573 This section describes commands that print user-related information:
15574 logins, groups, and so forth.
15576 @menu
15577 * id invocation::               Print user identity.
15578 * logname invocation::          Print current login name.
15579 * whoami invocation::           Print effective user ID.
15580 * groups invocation::           Print group names a user is in.
15581 * users invocation::            Print login names of users currently logged in.
15582 * who invocation::              Print who is currently logged in.
15583 @end menu
15586 @node id invocation
15587 @section @command{id}: Print user identity
15589 @pindex id
15590 @cindex real user and group IDs, printing
15591 @cindex effective user and group IDs, printing
15592 @cindex printing real and effective user and group IDs
15594 @command{id} prints information about the given user, or the process
15595 running it if no user is specified.  Synopsis:
15597 @example
15598 id [@var{option}]@dots{} [@var{user}]@dots{}
15599 @end example
15601 @var{user} can be either a user ID or a name, with name look-up
15602 taking precedence unless the ID is specified with a leading @samp{+}.
15603 @xref{Disambiguating names and IDs}.
15605 @vindex POSIXLY_CORRECT
15606 By default, it prints the real user ID, real group ID, effective user ID
15607 if different from the real user ID, effective group ID if different from
15608 the real group ID, and supplemental group IDs.
15609 In addition, if SELinux
15610 is enabled and the @env{POSIXLY_CORRECT} environment variable is not set,
15611 then print @samp{context=@var{c}}, where @var{c} is the security context.
15613 Each of these numeric values is preceded by an identifying string and
15614 followed by the corresponding user or group name in parentheses.
15616 The options cause @command{id} to print only part of the above information.
15617 Also see @ref{Common options}.
15619 @table @samp
15620 @item -g
15621 @itemx --group
15622 @opindex -g
15623 @opindex --group
15624 Print only the group ID.
15626 @item -G
15627 @itemx --groups
15628 @opindex -G
15629 @opindex --groups
15630 Print only the group ID and the supplementary groups.
15632 @item -n
15633 @itemx --name
15634 @opindex -n
15635 @opindex --name
15636 Print the user or group name instead of the ID number.  Requires
15637 @option{-u}, @option{-g}, or @option{-G}.
15639 @item -r
15640 @itemx --real
15641 @opindex -r
15642 @opindex --real
15643 Print the real, instead of effective, user or group ID@.  Requires
15644 @option{-u}, @option{-g}, or @option{-G}.
15646 @item -u
15647 @itemx --user
15648 @opindex -u
15649 @opindex --user
15650 Print only the user ID.
15652 @item -Z
15653 @itemx --context
15654 @opindex -Z
15655 @opindex --context
15656 @cindex SELinux
15657 @cindex security context
15658 Print only the security context of the process, which is generally
15659 the user's security context inherited from the parent process.
15660 If neither SELinux or SMACK is enabled then print a warning and
15661 set the exit status to 1.
15663 @item -z
15664 @itemx --zero
15665 @opindex -z
15666 @opindex --zero
15667 Delimit output items with ASCII NUL characters.
15668 This option is not permitted when using the default format.
15669 When multiple users are specified, and the @option{--groups} option
15670 is also in effect, groups are delimited with a single NUL character,
15671 while users are delimited with two NUL characters.
15673 Example:
15674 @example
15675 $ id -Gn --zero
15676 users <NUL> devs <NUL>
15677 @end example
15679 @end table
15681 @macro primaryAndSupplementaryGroups{cmd,arg}
15682 Primary and supplementary groups for a process are normally inherited
15683 from its parent and are usually unchanged since login.  This means
15684 that if you change the group database after logging in, @command{\cmd\}
15685 will not reflect your changes within your existing login session.
15686 Running @command{\cmd\} with a \arg\ causes the user and group
15687 database to be consulted afresh, and so will give a different result.
15688 @end macro
15689 @primaryAndSupplementaryGroups{id,user argument}
15691 @exitstatus
15693 @node logname invocation
15694 @section @command{logname}: Print current login name
15696 @pindex logname
15697 @cindex printing user's login name
15698 @cindex login name, printing
15699 @cindex user name, printing
15701 @flindex utmp
15702 @command{logname} prints the calling user's name, as found in a
15703 system-maintained file (often @file{/var/run/utmp} or
15704 @file{/etc/utmp}), and exits with a status of 0.  If there is no entry
15705 for the calling process, @command{logname} prints
15706 an error message and exits with a status of 1.
15708 The only options are @option{--help} and @option{--version}.  @xref{Common
15709 options}.
15711 @exitstatus
15714 @node whoami invocation
15715 @section @command{whoami}: Print effective user name
15717 @pindex whoami
15718 @cindex effective user name, printing
15719 @cindex printing the effective user ID
15721 @command{whoami} prints the user name associated with the current
15722 effective user ID@.  It is equivalent to the command @samp{id -un}.
15724 The only options are @option{--help} and @option{--version}.  @xref{Common
15725 options}.
15727 @exitstatus
15730 @node groups invocation
15731 @section @command{groups}: Print group names a user is in
15733 @pindex groups
15734 @cindex printing groups a user is in
15735 @cindex supplementary groups, printing
15737 @command{groups} prints the names of the primary and any supplementary
15738 groups for each given @var{username}, or the current process if no names
15739 are given.  If more than one name is given, the name of each user is
15740 printed before
15741 the list of that user's groups and the user name is separated from the
15742 group list by a colon.  Synopsis:
15744 @example
15745 groups [@var{username}]@dots{}
15746 @end example
15748 The group lists are equivalent to the output of the command @samp{id -Gn}.
15750 The only options are @option{--help} and @option{--version}.  @xref{Common
15751 options}.
15753 @primaryAndSupplementaryGroups{groups,list of users}
15755 @exitstatus
15757 @node users invocation
15758 @section @command{users}: Print login names of users currently logged in
15760 @pindex users
15761 @cindex printing current usernames
15762 @cindex usernames, printing current
15764 @cindex login sessions, printing users with
15765 @command{users} prints on a single line a blank-separated list of user
15766 names of users currently logged in to the current host.  Each user name
15767 corresponds to a login session, so if a user has more than one login
15768 session, that user's name will appear the same number of times in the
15769 output.  Synopsis:
15771 @example
15772 users [@var{file}]
15773 @end example
15775 @flindex utmp
15776 @flindex wtmp
15777 With no @var{file} argument, @command{users} extracts its information from
15778 a system-maintained file (often @file{/var/run/utmp} or
15779 @file{/etc/utmp}).  If a file argument is given, @command{users} uses
15780 that file instead.  A common choice is @file{/var/log/wtmp}.
15782 The only options are @option{--help} and @option{--version}.  @xref{Common
15783 options}.
15785 The @command{users} command is installed only on platforms with the
15786 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
15787 should not rely on its existence on non-POSIX platforms.
15789 @exitstatus
15792 @node who invocation
15793 @section @command{who}: Print who is currently logged in
15795 @pindex who
15796 @cindex printing current user information
15797 @cindex information, about current users
15799 @command{who} prints information about users who are currently logged on.
15800 Synopsis:
15802 @example
15803 @command{who} [@var{option}] [@var{file}] [am i]
15804 @end example
15806 @cindex terminal lines, currently used
15807 @cindex login time
15808 @cindex remote hostname
15809 If given no non-option arguments, @command{who} prints the following
15810 information for each user currently logged on: login name, terminal
15811 line, login time, and remote hostname or X display.
15813 @flindex utmp
15814 @flindex wtmp
15815 If given one non-option argument, @command{who} uses that instead of
15816 a default system-maintained file (often @file{/var/run/utmp} or
15817 @file{/etc/utmp}) as the name of the file containing the record of
15818 users logged on.  @file{/var/log/wtmp} is commonly given as an argument
15819 to @command{who} to look at who has previously logged on.
15821 @opindex am i
15822 @opindex who am i
15823 If given two non-option arguments, @command{who} prints only the entry
15824 for the user running it (determined from its standard input), preceded
15825 by the hostname.  Traditionally, the two arguments given are @samp{am
15826 i}, as in @samp{who am i}.
15828 @vindex TZ
15829 Timestamps are listed according to the time zone rules specified by
15830 the @env{TZ} environment variable, or by the system default rules if
15831 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
15832 with @env{TZ}, libc, The GNU C Library Reference Manual}.
15834 The program accepts the following options.  Also see @ref{Common options}.
15836 @table @samp
15838 @item -a
15839 @itemx --all
15840 @opindex -a
15841 @opindex --all
15842 Same as @samp{-b -d --login -p -r -t -T -u}.
15844 @item -b
15845 @itemx --boot
15846 @opindex -b
15847 @opindex --boot
15848 Print the date and time of last system boot.
15850 @item -d
15851 @itemx --dead
15852 @opindex -d
15853 @opindex --dead
15854 Print information corresponding to dead processes.
15856 @item -H
15857 @itemx --heading
15858 @opindex -H
15859 @opindex --heading
15860 Print a line of column headings.
15862 @item -l
15863 @itemx --login
15864 @opindex -l
15865 @opindex --login
15866 List only the entries that correspond to processes via which the
15867 system is waiting for a user to login.  The user name is always @samp{LOGIN}.
15869 @item --lookup
15870 @opindex --lookup
15871 Attempt to canonicalize hostnames found in utmp through a DNS lookup.  This
15872 is not the default because it can cause significant delays on systems with
15873 automatic dial-up internet access.
15875 @item -m
15876 @opindex -m
15877 Same as @samp{who am i}.
15879 @item -p
15880 @itemx --process
15881 @opindex -p
15882 @opindex --process
15883 List active processes spawned by init.
15885 @item -q
15886 @itemx --count
15887 @opindex -q
15888 @opindex --count
15889 Print only the login names and the number of users logged on.
15890 Overrides all other options.
15892 @item -r
15893 @itemx --runlevel
15894 @opindex -r
15895 @opindex --runlevel
15896 Print the current (and maybe previous) run-level of the init process.
15898 @item -s
15899 @opindex -s
15900 Ignored; for compatibility with other versions of @command{who}.
15902 @item -t
15903 @itemx --time
15904 @opindex -t
15905 @opindex --time
15906 Print last system clock change.
15908 @item -u
15909 @opindex -u
15910 @cindex idle time
15911 After the login time, print the number of hours and minutes that the
15912 user has been idle.  @samp{.} means the user was active in the last minute.
15913 @samp{old} means the user has been idle for more than 24 hours.
15915 @item -w
15916 @itemx -T
15917 @itemx --mesg
15918 @itemx --message
15919 @itemx --writable
15920 @opindex -w
15921 @opindex -T
15922 @opindex --mesg
15923 @opindex --message
15924 @opindex --writable
15925 @cindex message status
15926 @pindex write@r{, allowed}
15927 After each login name print a character indicating the user's message status:
15929 @display
15930 @samp{+} allowing @code{write} messages
15931 @samp{-} disallowing @code{write} messages
15932 @samp{?} cannot find terminal device
15933 @end display
15935 @end table
15937 The @command{who} command is installed only on platforms with the
15938 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
15939 should not rely on its existence on non-POSIX platforms.
15941 @exitstatus
15944 @node System context
15945 @chapter System context
15947 @cindex system context
15948 @cindex context, system
15949 @cindex commands for system context
15951 This section describes commands that print or change system-wide
15952 information.
15954 @menu
15955 * date invocation::             Print or set system date and time.
15956 * arch invocation::             Print machine hardware name.
15957 * nproc invocation::            Print the number of processors.
15958 * uname invocation::            Print system information.
15959 * hostname invocation::         Print or set system name.
15960 * hostid invocation::           Print numeric host identifier.
15961 * uptime invocation::           Print system uptime and load.
15962 @end menu
15964 @node date invocation
15965 @section @command{date}: Print or set system date and time
15967 @pindex date
15968 @cindex time, printing or setting
15969 @cindex printing the current time
15971 Synopses:
15973 @example
15974 date [@var{option}]@dots{} [+@var{format}]
15975 date [-u|--utc|--universal] @c this avoids a newline in the output
15976 [ MMDDhhmm[[CC]YY][.ss] ]
15977 @end example
15979 @vindex LC_TIME
15980 Invoking @command{date} with no @var{format} argument is equivalent to invoking
15981 it with a default format that depends on the @env{LC_TIME} locale category.
15982 In the default C locale, this format is @samp{'+%a %b %e %H:%M:%S %Z %Y'},
15983 so the output looks like @samp{Thu Jul @ 9 17:00:00 EDT 2020}.
15985 @vindex TZ
15986 Normally, @command{date} uses the time zone rules indicated by the
15987 @env{TZ} environment variable, or the system default rules if @env{TZ}
15988 is not set.  @xref{TZ Variable,, Specifying the Time Zone with
15989 @env{TZ}, libc, The GNU C Library Reference Manual}.
15991 @findex strftime @r{and @command{date}}
15992 @cindex time formats
15993 @cindex formatting times
15994 If given an argument that starts with a @samp{+}, @command{date} prints the
15995 current date and time (or the date and time specified by the
15996 @option{--date} option, see below) in the format defined by that argument,
15997 which is similar to that of the @code{strftime} function.  Except for
15998 conversion specifiers, which start with @samp{%}, characters in the
15999 format string are printed unchanged.  The conversion specifiers are
16000 described below.
16002 @exitstatus
16004 @menu
16005 * Time conversion specifiers::     %[HIklMNpPrRsSTXzZ]
16006 * Date conversion specifiers::     %[aAbBcCdDeFgGhjmuUVwWxyY]
16007 * Literal conversion specifiers::  %[%nt]
16008 * Padding and other flags::        Pad with zeros, spaces, etc.
16009 * Setting the time::               Changing the system clock.
16010 * Options for date::               Instead of the current time.
16011 @detailmenu
16012 * Date input formats::             Specifying date strings.
16013 @end detailmenu
16014 * Examples of date::               Examples.
16015 @end menu
16017 @node Time conversion specifiers
16018 @subsection Time conversion specifiers
16020 @cindex time conversion specifiers
16021 @cindex conversion specifiers, time
16023 @command{date} conversion specifiers related to times.
16025 @table @samp
16026 @item %H
16027 hour (@samp{00}@dots{}@samp{23})
16028 @item %I
16029 hour (@samp{01}@dots{}@samp{12})
16030 @item %k
16031 hour, space padded (@samp{ 0}@dots{}@samp{23}); equivalent to @samp{%_H}@.
16032 This is a GNU extension.
16033 @item %l
16034 hour, space padded (@samp{ 1}@dots{}@samp{12}); equivalent to @samp{%_I}@.
16035 This is a GNU extension.
16036 @item %M
16037 minute (@samp{00}@dots{}@samp{59})
16038 @item %N
16039 nanoseconds (@samp{000000000}@dots{}@samp{999999999}).
16040 This is a GNU extension.
16041 @item %p
16042 locale's equivalent of either @samp{AM} or @samp{PM};
16043 blank in many locales.
16044 Noon is treated as @samp{PM} and midnight as @samp{AM}.
16045 @item %P
16046 like @samp{%p}, except lower case.
16047 This is a GNU extension.
16048 @item %r
16049 locale's 12-hour clock time (e.g., @samp{11:11:04 PM})
16050 @item %R
16051 24-hour hour and minute.  Same as @samp{%H:%M}.
16052 @item %s
16053 @cindex Epoch, seconds since
16054 @cindex seconds since the Epoch
16055 @cindex beginning of time
16056 @cindex leap seconds
16057 seconds since the Epoch, i.e., since 1970-01-01 00:00 UTC@.
16058 Leap seconds are not counted unless leap second support is available.
16059 @xref{%s-examples}, for examples.
16060 This is a GNU extension.
16061 @item %S
16062 @cindex leap seconds
16063 second (@samp{00}@dots{}@samp{60}).
16064 This may be @samp{60} if leap seconds are supported.
16065 @item %T
16066 24-hour hour, minute, and second.  Same as @samp{%H:%M:%S}.
16067 @item %X
16068 locale's time representation (e.g., @samp{23:13:48})
16069 @item %z
16070 Four-digit numeric time zone, e.g., @samp{-0600} or @samp{+0530}, or
16071 @samp{-0000} if no
16072 time zone is determinable.  This value reflects the numeric time zone
16073 appropriate for the current time, using the time zone rules specified
16074 by the @env{TZ} environment variable.  A time zone is not determinable if
16075 its numeric offset is zero and its abbreviation begins with @samp{-}.
16076 The time (and optionally, the time zone rules) can be overridden
16077 by the @option{--date} option.
16078 @item %:z
16079 Numeric time zone with @samp{:}, e.g., @samp{-06:00} or
16080 @samp{+05:30}), or @samp{-00:00} if no time zone is determinable.
16081 This is a GNU extension.
16082 @item %::z
16083 Numeric time zone to the nearest second with @samp{:} (e.g.,
16084 @samp{-06:00:00} or @samp{+05:30:00}), or @samp{-00:00:00} if no time zone is
16085 determinable.
16086 This is a GNU extension.
16087 @item %:::z
16088 Numeric time zone with @samp{:} using the minimum necessary precision
16089 (e.g., @samp{-06}, @samp{+05:30}, or @samp{-04:56:02}), or @samp{-00} if
16090 no time zone is determinable.
16091 This is a GNU extension.
16092 @item %Z
16093 alphabetic time zone abbreviation (e.g., @samp{EDT}), or nothing if no
16094 time zone is determinable.  See @samp{%z} for how it is determined.
16095 @end table
16098 @node Date conversion specifiers
16099 @subsection Date conversion specifiers
16101 @cindex date conversion specifiers
16102 @cindex conversion specifiers, date
16104 @command{date} conversion specifiers related to dates.
16106 @table @samp
16107 @item %a
16108 locale's abbreviated weekday name (e.g., @samp{Sun})
16109 @item %A
16110 locale's full weekday name, variable length (e.g., @samp{Sunday})
16111 @item %b
16112 locale's abbreviated month name (e.g., @samp{Jan})
16113 @item %B
16114 locale's full month name, variable length (e.g., @samp{January})
16115 @item %c
16116 locale's date and time (e.g., @samp{Thu Mar @ 3 23:05:25 2020})
16117 @item %C
16118 century.  This is like @samp{%Y}, except the last two digits are omitted.
16119 For example, it is @samp{20} if @samp{%Y} is @samp{2019},
16120 and is @samp{-0} if @samp{%Y} is @samp{-001}.
16121 It is normally at least two characters, but it may be more.
16122 @item %d
16123 day of month (e.g., @samp{01})
16124 @item %D
16125 date; same as @samp{%m/%d/%y}
16126 @item %e
16127 day of month, space padded; same as @samp{%_d}
16128 @item %F
16129 full date in ISO 8601 format; like @samp{%+4Y-%m-%d}
16130 except that any flags or field width override the @samp{+}
16131 and (after subtracting 6) the @samp{4}.
16132 This is a good choice for a date format, as it is standard and
16133 is easy to sort in the usual case where years are in the range
16134 0000@dots{}9999.
16135 @item %g
16136 year corresponding to the ISO week number, but without the century
16137 (range @samp{00} through @samp{99}).  This has the same format and value
16138 as @samp{%y}, except that if the ISO week number (see
16139 @samp{%V}) belongs
16140 to the previous or next year, that year is used instead.
16141 @item %G
16142 year corresponding to the ISO week number.  This has the
16143 same format and value as @samp{%Y}, except that if the ISO
16144 week number (see
16145 @samp{%V}) belongs to the previous or next year, that year is used
16146 instead.
16147 It is normally useful only if @samp{%V} is also used;
16148 for example, the format @samp{%G-%m-%d} is probably a mistake,
16149 since it combines the ISO week number year with the conventional month and day.
16150 @item %h
16151 same as @samp{%b}
16152 @item %j
16153 day of year (@samp{001}@dots{}@samp{366})
16154 @item %m
16155 month (@samp{01}@dots{}@samp{12})
16156 @item %q
16157 quarter of year (@samp{1}@dots{}@samp{4})
16158 @item %u
16159 day of week (@samp{1}@dots{}@samp{7}) with @samp{1} corresponding to Monday
16160 @item %U
16161 week number of year, with Sunday as the first day of the week
16162 (@samp{00}@dots{}@samp{53}).
16163 Days in a new year preceding the first Sunday are in week zero.
16164 @item %V
16165 ISO week number, that is, the
16166 week number of year, with Monday as the first day of the week
16167 (@samp{01}@dots{}@samp{53}).
16168 If the week containing January 1 has four or more days in
16169 the new year, then it is considered week 1; otherwise, it is week 53 of
16170 the previous year, and the next week is week 1.  (See the ISO 8601
16171 standard.)
16172 @item %w
16173 day of week (@samp{0}@dots{}@samp{6}) with 0 corresponding to Sunday
16174 @item %W
16175 week number of year, with Monday as first day of week
16176 (@samp{00}@dots{}@samp{53}).
16177 Days in a new year preceding the first Monday are in week zero.
16178 @item %x
16179 locale's date representation (e.g., @samp{12/31/99})
16180 @item %y
16181 last two digits of year (@samp{00}@dots{}@samp{99})
16182 @item %Y
16183 year.  This is normally at least four characters, but it may be more.
16184 Year @samp{0000} precedes year @samp{0001}, and year @samp{-001}
16185 precedes year @samp{0000}.
16186 @end table
16189 @node Literal conversion specifiers
16190 @subsection Literal conversion specifiers
16192 @cindex literal conversion specifiers
16193 @cindex conversion specifiers, literal
16195 @command{date} conversion specifiers that produce literal strings.
16197 @table @samp
16198 @item %%
16199 a literal %
16200 @item %n
16201 a newline
16202 @item %t
16203 a horizontal tab
16204 @end table
16207 @node Padding and other flags
16208 @subsection Padding and other flags
16210 @cindex numeric field padding
16211 @cindex padding of numeric fields
16212 @cindex fields, padding numeric
16214 Unless otherwise specified, @command{date} normally pads numeric fields
16215 with zeros, so that, for
16216 example, numeric months are always output as two digits.
16217 Most numeric fields are padded on the left.
16218 However, nanoseconds are padded on the right since they are commonly
16219 used after decimal points in formats like @samp{%s.%-N}.
16220 Also, seconds since the Epoch are not padded
16221 since there is no natural width for them.
16223 The following optional flags can appear after the @samp{%}:
16225 @table @samp
16226 @item -
16227 (hyphen) Do not pad the field; useful if the output is intended for
16228 human consumption.
16229 This is a GNU extension.
16230 As a special case, @samp{%-N} outputs only enough trailing digits to
16231 not lose information, assuming that the timestamp's resolution is the
16232 same as the current hardware clock.  For example, if the hardware
16233 clock resolution is 1 microsecond, @samp{%s.%-N} outputs something
16234 like @samp{1640890100.395710}.
16236 @item _
16237 (underscore) Pad with spaces; useful if you need a fixed
16238 number of characters in the output, but zeros are too distracting.
16239 This is a GNU extension.
16240 @item 0
16241 (zero) Pad with zeros even if the conversion specifier
16242 would normally pad with spaces.
16243 @item +
16244 Pad with zeros, like @samp{0}.  In addition, precede any year number
16245 with @samp{+} if it exceeds 9999 or if its field width exceeds 4;
16246 similarly, precede any century number with @samp{+} if it exceeds 99
16247 or if its field width exceeds 2.  This supports ISO 8601 formats
16248 for dates far in the future; for example, the command @code{date
16249 --date=12019-02-25 +%+13F} outputs the string @samp{+012019-02-25}.
16250 @item ^
16251 Use upper case characters if possible.
16252 This is a GNU extension.
16253 @item #
16254 Use opposite case characters if possible.
16255 A field that is normally upper case becomes lower case, and vice versa.
16256 This is a GNU extension.
16257 @end table
16259 @noindent
16260 Here are some examples of padding:
16262 @example
16263 date +%d/%m -d "Feb 1"
16264 @result{} 01/02
16265 date +%-d/%-m -d "Feb 1"
16266 @result{} 1/2
16267 date +%_d/%_m -d "Feb 1"
16268 @result{}  1/ 2
16269 @end example
16271 You can optionally specify the field width
16272 (after any flag, if present) as a decimal number.  If the natural size of the
16273 output of the field has less than the specified number of characters,
16274 the result is normally written right adjusted and padded to the given
16275 size.  For example, @samp{%9B} prints the right adjusted month name in
16276 a field of width 9.  Nanoseconds are left adjusted, and are truncated
16277 or padded to the field width.
16279 An optional modifier can follow the optional flag and width
16280 specification.  The modifiers are:
16282 @table @samp
16283 @item E
16284 Use the locale's alternate representation for date and time.  This
16285 modifier applies to the @samp{%c}, @samp{%C}, @samp{%x}, @samp{%X},
16286 @samp{%y} and @samp{%Y} conversion specifiers.  In a Japanese locale, for
16287 example, @samp{%Ex} might yield a date format based on the Japanese
16288 Emperors' reigns.
16290 @item O
16291 Use the locale's alternate numeric symbols for numbers.  This modifier
16292 applies only to numeric conversion specifiers.
16293 @end table
16295 If the format supports the modifier but no alternate representation
16296 is available, it is ignored.
16298 POSIX specifies the behavior of flags and field widths only for
16299 @samp{%C}, @samp{%F}, @samp{%G}, and @samp{%Y} (all without
16300 modifiers), and requires a flag to be present if and only if a field
16301 width is also present.  Other combinations of flags, field widths and
16302 modifiers are GNU extensions.
16305 @node Setting the time
16306 @subsection Setting the time
16308 @cindex setting the time
16309 @cindex time setting
16310 @cindex appropriate privileges
16312 If given an argument that does not start with @samp{+}, @command{date} sets
16313 the system clock to the date and time specified by that argument (as
16314 described below).  You must have appropriate privileges to set the
16315 system clock.  Note for changes to persist across a reboot, the
16316 hardware clock may need to be updated from the system clock, which
16317 might not happen automatically on your system.
16319 The argument must consist entirely of digits, which have the following
16320 meaning:
16322 @table @samp
16323 @item MM
16324 month
16325 @item DD
16326 day within month
16327 @item hh
16328 hour
16329 @item mm
16330 minute
16331 @item CC
16332 first two digits of year (optional)
16333 @item YY
16334 last two digits of year (optional)
16335 @item ss
16336 second (optional)
16337 @end table
16339 Note, the @option{--date} and @option{--set} options may not be used with an
16340 argument in the above format.  The @option{--universal} option may be used
16341 with such an argument to indicate that the specified date and time are
16342 relative to Universal Time rather than to the local time zone.
16345 @node Options for date
16346 @subsection Options for @command{date}
16348 @cindex @command{date} options
16349 @cindex options for @command{date}
16351 The program accepts the following options.  Also see @ref{Common options}.
16353 @table @samp
16355 @item -d @var{datestr}
16356 @itemx --date=@var{datestr}
16357 @opindex -d
16358 @opindex --date
16359 @cindex parsing date strings
16360 @cindex date strings, parsing
16361 @cindex arbitrary date strings, parsing
16362 @opindex yesterday
16363 @opindex tomorrow
16364 @opindex next @var{day}
16365 @opindex last @var{day}
16366 Display the date and time specified in @var{datestr} instead of the
16367 current date and time.  @var{datestr} can be in almost any common
16368 format.  It can contain month names, time zones, @samp{am} and @samp{pm},
16369 @samp{yesterday}, etc.  For example, @option{--date="2020-07-21
16370 14:19:13.489392193 +0530"} specifies the instant of time that is
16371 489,392,193 nanoseconds after July 21, 2020 at 2:19:13 PM in a
16372 time zone that is 5 hours and 30 minutes east of UTC.@*
16373 Note: input currently must be in locale independent format.  E.g., the
16374 LC_TIME=C below is needed to print back the correct date in many locales:
16375 @example
16376 date -d "$(LC_TIME=C date)"
16377 @end example
16378 @xref{Date input formats}.
16380 @item --debug
16381 @opindex --debug
16382 @cindex debugging date strings
16383 @cindex date strings, debugging
16384 @cindex arbitrary date strings, debugging
16385 Annotate the parsed date, display the effective time zone, and warn about
16386 potential misuse.
16388 @item -f @var{datefile}
16389 @itemx --file=@var{datefile}
16390 @opindex -f
16391 @opindex --file
16392 Parse each line in @var{datefile} as with @option{-d} and display the
16393 resulting date and time.  If @var{datefile} is @samp{-}, use standard
16394 input.  This is useful when you have many dates to process, because the
16395 system overhead of starting up the @command{date} executable many times can
16396 be considerable.
16398 @item -I[@var{timespec}]
16399 @itemx --iso-8601[=@var{timespec}]
16400 @opindex -I[@var{timespec}]
16401 @opindex --iso-8601[=@var{timespec}]
16402 Display the date using an ISO 8601 format, @samp{%Y-%m-%d}.
16404 The argument @var{timespec} specifies the number of additional
16405 terms of the time to include.  It can be one of the following:
16406 @table @samp
16407 @item auto
16408 Print just the date.  This is the default if @var{timespec} is omitted.
16410 @item hours
16411 Append the hour of the day to the date.
16413 @item minutes
16414 Append the hours and minutes.
16416 @item seconds
16417 Append the hours, minutes and seconds.
16419 @item ns
16420 Append the hours, minutes, seconds and nanoseconds.
16421 @end table
16423 If showing any time terms, then include the time zone using the format
16424 @samp{%:z}.
16425 @macro dateParseNote
16426 This format is always suitable as input
16427 for the @option{--date} (@option{-d}) and @option{--file}
16428 (@option{-f}) options, regardless of the current locale.
16429 @end macro
16430 @dateParseNote
16432 @item -r @var{file}
16433 @itemx --reference=@var{file}
16434 @opindex -r
16435 @opindex --reference
16436 Display the date and time of the last modification of @var{file},
16437 instead of the current date and time.
16439 @item -R
16440 @itemx --rfc-email
16441 @opindex -R
16442 @opindex --rfc-email
16443 Display the date and time using the format @samp{%a, %d %b %Y %H:%M:%S
16444 %z}, evaluated in the C locale so abbreviations are always in English.
16445 For example:
16447 @example
16448 Mon, 09 Jul 2020 17:00:00 -0400
16449 @end example
16451 @opindex --rfc-822
16452 @opindex --rfc-2822
16453 This format conforms to Internet RFCs
16454 @uref{https://tools.ietf.org/search/rfc5322, 5322},
16455 @uref{https://tools.ietf.org/search/rfc2822, 2822} and
16456 @uref{https://tools.ietf.org/search/rfc822, 822}, the
16457 current and previous standards for Internet email.
16458 For compatibility with older versions of @command{date},
16459 @option{--rfc-2822} and @option{--rfc-822} are aliases for
16460 @option{--rfc-email}.
16462 @item --rfc-3339=@var{timespec}
16463 @opindex --rfc-3339=@var{timespec}
16464 Display the date using a format specified by
16465 @uref{https://tools.ietf.org/search/rfc3339, Internet
16466 RFC 3339}.  This is like @option{--iso-8601}, except that a space rather
16467 than a @samp{T} separates dates from times, and a period rather than
16468 a comma separates seconds from subseconds.
16469 @dateParseNote
16471 The argument @var{timespec} specifies how much of the time to include.
16472 It can be one of the following:
16474 @table @samp
16475 @item date
16476 Print just the full-date, e.g., @samp{2020-07-21}.
16477 This is equivalent to the format @samp{%Y-%m-%d}.
16479 @item seconds
16480 Print the full-date and full-time separated by a space, e.g.,
16481 @samp{2020-07-21 04:30:37+05:30}.  The output ends with a numeric
16482 time-offset; here the @samp{+05:30} means that local time is five
16483 hours and thirty minutes east of UTC@.  This is equivalent to
16484 the format @samp{%Y-%m-%d %H:%M:%S%:z}.
16486 @item ns
16487 Like @samp{seconds}, but also print nanoseconds, e.g.,
16488 @samp{2020-07-21 04:30:37.998458565+05:30}.
16489 This is equivalent to the format @samp{%Y-%m-%d %H:%M:%S.%N%:z}.
16491 @end table
16493 @item -s @var{datestr}
16494 @itemx --set=@var{datestr}
16495 @opindex -s
16496 @opindex --set
16497 Set the date and time to @var{datestr}.  See @option{-d} above.
16498 See also @ref{Setting the time}.
16500 @item -u
16501 @itemx --utc
16502 @itemx --universal
16503 @opindex -u
16504 @opindex --utc
16505 @opindex --universal
16506 @cindex Coordinated Universal Time
16507 @cindex UTC
16508 @cindex Greenwich Mean Time
16509 @cindex GMT
16510 @cindex leap seconds
16511 @vindex TZ
16512 @cindex Universal Time
16513 Use Universal Time by operating as if the
16514 @env{TZ} environment variable were set to the string @samp{UTC0}.
16515 UTC stands for Coordinated Universal Time, established in 1960.
16516 Universal Time is often called ``Greenwich Mean Time'' (GMT) for
16517 historical reasons.
16518 Typically, systems ignore leap seconds and thus implement an
16519 approximation to UTC rather than true UTC.
16520 @end table
16523 @node Examples of date
16524 @subsection Examples of @command{date}
16526 @cindex examples of @command{date}
16528 Here are a few examples.  Also see the documentation for the @option{-d}
16529 option in the previous section.
16531 @itemize @bullet
16533 @item
16534 To print the date of the day before yesterday:
16536 @example
16537 date --date='2 days ago'
16538 @end example
16540 @item
16541 To print the date of the day three months and one day hence:
16543 @example
16544 date --date='3 months 1 day'
16545 @end example
16547 @item
16548 To print the day of year of Christmas in the current year:
16550 @example
16551 date --date='25 Dec' +%j
16552 @end example
16554 @item
16555 To print the current full month name and the day of the month:
16557 @example
16558 date '+%B %d'
16559 @end example
16561 But this may not be what you want because for the first nine days of
16562 the month, the @samp{%d} expands to a zero-padded two-digit field,
16563 for example @samp{date -d 1may '+%B %d'} will print @samp{May 01}.
16565 @item
16566 To print a date without the leading zero for one-digit days
16567 of the month, you can use the (GNU extension)
16568 @samp{-} flag to suppress
16569 the padding altogether:
16571 @example
16572 date -d 1may '+%B %-d'
16573 @end example
16575 @item
16576 To print the current date and time in the format required by many
16577 non-GNU versions of @command{date} when setting the system clock:
16579 @example
16580 date +%m%d%H%M%Y.%S
16581 @end example
16583 @item
16584 To set the system clock forward by two minutes:
16586 @example
16587 date --set='+2 minutes'
16588 @end example
16590 @item
16591 To print the date in Internet RFC 5322 format,
16592 use @samp{date --rfc-email}.  Here is some example output:
16594 @example
16595 Tue, 09 Jul 2020 19:00:37 -0400
16596 @end example
16598 @anchor{%s-examples}
16599 @item
16600 To convert a date string to the number of seconds since the Epoch
16601 (which is 1970-01-01 00:00 UTC), use the @option{--date} option with
16602 the @samp{%s} format.  That can be useful in sorting and/or graphing
16603 and/or comparing data by date.  The following command outputs the
16604 number of the seconds since the Epoch for the time two minutes after the
16605 Epoch:
16607 @example
16608 date --date='1970-01-01 00:02:00 +0000' +%s
16610 @end example
16612 If you do not specify time zone information in the date string,
16613 @command{date} uses your computer's idea of the time zone when
16614 interpreting the string.  For example, if your computer's time zone is
16615 that of Cambridge, Massachusetts, which was then 5 hours (i.e., 18,000
16616 seconds) behind UTC:
16618 @example
16619 # local time zone used
16620 date --date='1970-01-01 00:02:00' +%s
16621 18120
16622 @end example
16624 @item
16625 If you're sorting or graphing dated data, your raw date values may be
16626 represented as seconds since the Epoch.  But few people can look at
16627 the date @samp{1577836800} and casually note ``Oh, that's the first
16628 second of the year 2020 in Greenwich, England.''
16630 @example
16631 date --date='2020-01-01 UTC' +%s
16632 1577836800
16633 @end example
16635 An alternative is to use the @option{--utc} (@option{-u}) option.
16636 Then you may omit @samp{UTC} from the date string.  Although this
16637 produces the same result for @samp{%s} and many other format sequences,
16638 with a time zone offset different from zero, it would give a different
16639 result for zone-dependent formats like @samp{%z}.
16641 @example
16642 date -u --date=2020-07-21 +%s
16643 1595289600
16644 @end example
16646 To convert such an unwieldy number of seconds back to
16647 a more readable form, use a command like this:
16649 @example
16650 date -d @@1595289600 +"%F %T %z"
16651 2020-07-20 20:00:00 -0400
16652 @end example
16654 Often it is better to output UTC-relative date and time:
16656 @example
16657 date -u -d @@1595289600 +"%F %T %z"
16658 2020-07-21 00:00:00 +0000
16659 @end example
16661 @item
16662 @cindex leap seconds
16663 Typically the seconds count omits leap seconds, but some systems are
16664 exceptions.  Because leap seconds are not predictable, the mapping
16665 between the seconds count and a future timestamp is not reliable on
16666 the atypical systems that include leap seconds in their counts.
16668 Here is how the two kinds of systems handle the leap second at
16669 the end of the year 2016:
16671 @example
16672 # Typical systems ignore leap seconds:
16673 date --date='2016-12-31 23:59:59 +0000' +%s
16674 1483228799
16675 date --date='2016-12-31 23:59:60 +0000' +%s
16676 date: invalid date '2016-12-31 23:59:60 +0000'
16677 date --date='2017-01-01 00:00:00 +0000' +%s
16678 1483228800
16679 @end example
16681 @example
16682 # Atypical systems count leap seconds:
16683 date --date='2016-12-31 23:59:59 +0000' +%s
16684 1483228825
16685 date --date='2016-12-31 23:59:60 +0000' +%s
16686 1483228826
16687 date --date='2017-01-01 00:00:00 +0000' +%s
16688 1483228827
16689 @end example
16691 @end itemize
16694 @node arch invocation
16695 @section @command{arch}: Print machine hardware name
16697 @pindex arch
16698 @cindex print machine hardware name
16699 @cindex system information, printing
16701 @command{arch} prints the machine hardware name,
16702 and is equivalent to @samp{uname -m}.
16703 Synopsis:
16705 @example
16706 arch [@var{option}]
16707 @end example
16709 The program accepts the @ref{Common options} only.
16711 @command{arch} is not installed by default, so portable scripts should
16712 not rely on its existence.
16714 @exitstatus
16717 @node nproc invocation
16718 @section @command{nproc}: Print the number of available processors
16720 @pindex nproc
16721 @cindex Print the number of processors
16722 @cindex system information, printing
16724 Print the number of processing units available to the current process,
16725 which may be less than the number of online processors.
16726 If this information is not accessible, then print the number of
16727 processors installed.  If the @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT}
16728 environment variables are set, then they will determine the minimum
16729 and maximum returned value respectively.  The result is guaranteed to be
16730 greater than zero.  Synopsis:
16732 @example
16733 nproc [@var{option}]
16734 @end example
16736 The program accepts the following options.  Also see @ref{Common options}.
16738 @table @samp
16740 @item --all
16741 @opindex --all
16742 Print the number of installed processors on the system, which may
16743 be greater than the number online or available to the current process.
16744 The @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT} environment variables
16745 are not honored in this case.
16747 @item --ignore=@var{number}
16748 @opindex --ignore
16749 If possible, exclude this @var{number} of processing units.
16751 @end table
16753 @exitstatus
16756 @node uname invocation
16757 @section @command{uname}: Print system information
16759 @pindex uname
16760 @cindex print system information
16761 @cindex system information, printing
16763 @command{uname} prints information about the machine and operating system
16764 it is run on.  If no options are given, @command{uname} acts as if the
16765 @option{-s} option were given.  Synopsis:
16767 @example
16768 uname [@var{option}]@dots{}
16769 @end example
16771 If multiple options or @option{-a} are given, the selected information is
16772 printed in this order:
16774 @example
16775 @var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version}
16776 @var{machine} @var{processor} @var{hardware-platform} @var{operating-system}
16777 @end example
16779 The information may contain internal spaces, so such output cannot be
16780 parsed reliably.  In the following example, @var{kernel-version} is
16781 @samp{#1 SMP Fri Jul 17 17:18:38 UTC 2020}:
16783 @example
16784 uname -a
16785 @result{} Linux dumdum.example.org 5.9.16-200.fc33.x86_64@c
16786  #1 SMP Mon Dec 21 14:08:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
16787 @end example
16790 The program accepts the following options.  Also see @ref{Common options}.
16792 @table @samp
16794 @item -a
16795 @itemx --all
16796 @opindex -a
16797 @opindex --all
16798 Print all of the below information, except omit the processor type
16799 and the hardware platform name if they are unknown.
16801 @item -i
16802 @itemx --hardware-platform
16803 @opindex -i
16804 @opindex --hardware-platform
16805 @cindex implementation, hardware
16806 @cindex hardware platform
16807 @cindex platform, hardware
16808 Print the hardware platform name
16809 (sometimes called the hardware implementation).
16810 Print @samp{unknown} if this information is not available.
16811 Note this is non-portable (even across GNU/Linux distributions).
16813 @item -m
16814 @itemx --machine
16815 @opindex -m
16816 @opindex --machine
16817 @cindex machine type
16818 @cindex hardware class
16819 @cindex hardware type
16820 Print the machine hardware name (sometimes called the hardware class
16821 or hardware type).
16823 @item -n
16824 @itemx --nodename
16825 @opindex -n
16826 @opindex --nodename
16827 @cindex hostname
16828 @cindex node name
16829 @cindex network node name
16830 Print the network node hostname.
16832 @item -p
16833 @itemx --processor
16834 @opindex -p
16835 @opindex --processor
16836 @cindex host processor type
16837 Print the processor type (sometimes called the instruction set
16838 architecture or ISA).
16839 Print @samp{unknown} if this information is not available.
16840 Note this is non-portable (even across GNU/Linux distributions).
16842 @item -o
16843 @itemx --operating-system
16844 @opindex -o
16845 @opindex --operating-system
16846 @cindex operating system name
16847 Print the name of the operating system.
16849 @item -r
16850 @itemx --kernel-release
16851 @opindex -r
16852 @opindex --kernel-release
16853 @cindex kernel release
16854 @cindex release of kernel
16855 Print the kernel release.
16857 @item -s
16858 @itemx --kernel-name
16859 @opindex -s
16860 @opindex --kernel-name
16861 @cindex kernel name
16862 @cindex name of kernel
16863 Print the kernel name.
16864 POSIX 1003.1-2001 (@pxref{Standards conformance}) calls this
16865 ``the implementation of the operating system'', because the
16866 POSIX specification itself has no notion of ``kernel''.
16867 The kernel name might be the same as the operating system name printed
16868 by the @option{-o} or @option{--operating-system} option, but it might
16869 differ.  Some operating systems (e.g., FreeBSD, HP-UX) have the same
16870 name as their underlying kernels; others (e.g., GNU/Linux, Solaris)
16871 do not.
16873 @item -v
16874 @itemx --kernel-version
16875 @opindex -v
16876 @opindex --kernel-version
16877 @cindex kernel version
16878 @cindex version of kernel
16879 Print the kernel version.
16881 @end table
16883 @exitstatus
16886 @node hostname invocation
16887 @section @command{hostname}: Print or set system name
16889 @pindex hostname
16890 @cindex setting the hostname
16891 @cindex printing the hostname
16892 @cindex system name, printing
16893 @cindex appropriate privileges
16895 With no arguments, @command{hostname} prints the name of the current host
16896 system.  With one argument, it sets the current host name to the
16897 specified string.  You must have appropriate privileges to set the host
16898 name.  Synopsis:
16900 @example
16901 hostname [@var{name}]
16902 @end example
16904 The only options are @option{--help} and @option{--version}.  @xref{Common
16905 options}.
16907 @command{hostname} is not installed by default, and other packages
16908 also supply a @command{hostname} command, so portable scripts should
16909 not rely on its existence or on the exact behavior documented above.
16911 @exitstatus
16914 @node hostid invocation
16915 @section @command{hostid}: Print numeric host identifier
16917 @pindex hostid
16918 @cindex printing the host identifier
16920 @command{hostid} prints the numeric identifier of the current host
16921 in hexadecimal.  This command accepts no arguments.
16922 The only options are @option{--help} and @option{--version}.
16923 @xref{Common options}.
16925 For example, here's what it prints on one system I use:
16927 @example
16928 $ hostid
16929 1bac013d
16930 @end example
16932 On that system, the 32-bit quantity happens to be closely
16933 related to the system's Internet address, but that isn't always
16934 the case.
16936 @command{hostid} is installed only on systems that have the
16937 @code{gethostid} function, so portable scripts should not rely on its
16938 existence.
16940 @exitstatus
16942 @node uptime invocation
16943 @section @command{uptime}: Print system uptime and load
16945 @pindex uptime
16946 @cindex printing the system uptime and load
16948 @command{uptime} prints the current time, the system's uptime, the
16949 number of logged-in users and the current load average.
16951 If an argument is specified, it is used as the file to be read
16952 to discover how many users are logged in.  If no argument is
16953 specified, a system default is used (@command{uptime --help} indicates
16954 the default setting).
16956 The only options are @option{--help} and @option{--version}.
16957 @xref{Common options}.
16959 For example, here's what it prints right now on one system I use:
16961 @example
16962 $ uptime
16963  14:07  up   3:35,  3 users,  load average: 1.39, 1.15, 1.04
16964 @end example
16966 The precise method of calculation of load average varies somewhat
16967 between systems.  Some systems calculate it as the average number of
16968 runnable processes over the last 1, 5 and 15 minutes, but some systems
16969 also include processes in the uninterruptible sleep state (that is,
16970 those processes which are waiting for device I/O).  The Linux kernel
16971 includes uninterruptible processes.
16973 @command{uptime} is installed only on platforms with infrastructure
16974 for obtaining the boot time, and other packages also supply an
16975 @command{uptime} command, so portable scripts should not rely on its
16976 existence or on the exact behavior documented above.
16978 @exitstatus
16980 @node SELinux context
16981 @chapter SELinux context
16983 @cindex SELinux context
16984 @cindex SELinux, context
16985 @cindex commands for SELinux context
16987 This section describes commands for operations with SELinux
16988 contexts.
16990 @menu
16991 * chcon invocation::            Change SELinux context of file
16992 * runcon invocation::           Run a command in specified SELinux context
16993 @end menu
16995 @node chcon invocation
16996 @section @command{chcon}: Change SELinux context of file
16998 @pindex chcon
16999 @cindex changing security context
17000 @cindex change SELinux context
17002 @command{chcon} changes the SELinux security context of the selected files.
17003 Synopses:
17005 @example
17006 chcon [@var{option}]@dots{} @var{context} @var{file}@dots{}
17007 chcon [@var{option}]@dots{} [-u @var{user}] [-r @var{role}] [-l @var{range}]@c
17008  [-t @var{type}] @var{file}@dots{}
17009 chcon [@var{option}]@dots{} --reference=@var{rfile} @var{file}@dots{}
17010 @end example
17012 Change the SELinux security context of each @var{file} to @var{context}.
17013 With @option{--reference}, change the security context of each @var{file}
17014 to that of @var{rfile}.
17016 The program accepts the following options.  Also see @ref{Common options}.
17018 @table @samp
17020 @item --dereference
17021 @opindex --dereference
17022 Do not affect symbolic links but what they refer to; this is the default.
17024 @item -h
17025 @itemx --no-dereference
17026 @opindex -h
17027 @opindex --no-dereference
17028 @cindex no dereference
17029 Affect the symbolic links themselves instead of any referenced file.
17031 @item --reference=@var{rfile}
17032 @opindex --reference
17033 @cindex reference file
17034 Use @var{rfile}'s security context rather than specifying a @var{context} value.
17036 @item -R
17037 @itemx --recursive
17038 @opindex -R
17039 @opindex --recursive
17040 Operate on files and directories recursively.
17042 @item --preserve-root
17043 @opindex --preserve-root
17044 Refuse to operate recursively on the root directory, @file{/},
17045 when used together with the @option{--recursive} option.
17046 @xref{Treating / specially}.
17048 @item --no-preserve-root
17049 @opindex --no-preserve-root
17050 Do not treat the root directory, @file{/}, specially when operating
17051 recursively; this is the default.
17052 @xref{Treating / specially}.
17054 @choptH
17055 @xref{Traversing symlinks}.
17057 @choptL
17058 @xref{Traversing symlinks}.
17060 @choptP
17061 @xref{Traversing symlinks}.
17063 @item -v
17064 @itemx --verbose
17065 @opindex -v
17066 @opindex --verbose
17067 @cindex diagnostic
17068 Output a diagnostic for every file processed.
17070 @item -u @var{user}
17071 @itemx --user=@var{user}
17072 @opindex -u
17073 @opindex --user
17074 Set user @var{user} in the target security context.
17076 @item -r @var{role}
17077 @itemx --role=@var{role}
17078 @opindex -r
17079 @opindex --role
17080 Set role @var{role} in the target security context.
17082 @item -t @var{type}
17083 @itemx --type=@var{type}
17084 @opindex -t
17085 @opindex --type
17086 Set type @var{type} in the target security context.
17088 @item -l @var{range}
17089 @itemx --range=@var{range}
17090 @opindex -l
17091 @opindex --range
17092 Set range @var{range} in the target security context.
17094 @end table
17096 @exitstatus
17098 @node runcon invocation
17099 @section @command{runcon}: Run a command in specified SELinux context
17101 @pindex runcon
17102 @cindex run with security context
17105 @command{runcon} runs file in specified SELinux security context.
17107 Synopses:
17108 @example
17109 runcon @var{context} @var{command} [@var{args}]
17110 runcon [ -c ] [-u @var{user}] [-r @var{role}] [-t @var{type}]@c
17111  [-l @var{range}] @var{command} [@var{args}]
17112 @end example
17114 Run @var{command} with completely-specified @var{context}, or with
17115 current or transitioned security context modified by one or more of @var{level},
17116 @var{role}, @var{type} and @var{user}.
17118 If none of @option{-c}, @option{-t}, @option{-u}, @option{-r}, or @option{-l}
17119 is specified, the first argument is used as the complete context.
17120 Any additional arguments after @var{command}
17121 are interpreted as arguments to the command.
17123 With neither @var{context} nor @var{command}, print the current
17124 security context.
17126 @cindex restricted security context
17127 @cindex NO_NEW_PRIVS
17128 Note also the @command{setpriv} command which can be used to set the
17129 NO_NEW_PRIVS bit using @command{setpriv --no-new-privs runcon ...},
17130 thus disallowing usage of a security context with more privileges
17131 than the process would normally have.
17133 @command{runcon} accepts the following options.  Also see @ref{Common options}.
17135 @table @samp
17137 @item -c
17138 @itemx --compute
17139 @opindex -c
17140 @opindex --compute
17141 Compute process transition context before modifying.
17143 @item -u @var{user}
17144 @itemx --user=@var{user}
17145 @opindex -u
17146 @opindex --user
17147 Set user @var{user} in the target security context.
17149 @item -r @var{role}
17150 @itemx --role=@var{role}
17151 @opindex -r
17152 @opindex --role
17153 Set role @var{role} in the target security context.
17155 @item -t @var{type}
17156 @itemx --type=@var{type}
17157 @opindex -t
17158 @opindex --type
17159 Set type @var{type} in the target security context.
17161 @item -l @var{range}
17162 @itemx --range=@var{range}
17163 @opindex -l
17164 @opindex --range
17165 Set range @var{range} in the target security context.
17167 @end table
17169 @cindex exit status of @command{runcon}
17170 Exit status:
17172 @display
17173 126 if @var{command} is found but cannot be invoked
17174 127 if @command{runcon} itself fails or if @var{command} cannot be found
17175 the exit status of @var{command} otherwise
17176 @end display
17178 @node Modified command invocation
17179 @chapter Modified command invocation
17181 @cindex modified command invocation
17182 @cindex invocation of commands, modified
17183 @cindex commands for invoking other commands
17185 This section describes commands that run other commands in some context
17186 different than the current one: a modified environment, as a different
17187 user, etc.
17189 @menu
17190 * chroot invocation::           Modify the root directory.
17191 * env invocation::              Modify environment variables.
17192 * nice invocation::             Modify niceness.
17193 * nohup invocation::            Immunize to hangups.
17194 * stdbuf invocation::           Modify buffering of standard streams.
17195 * timeout invocation::          Run with time limit.
17196 @end menu
17199 @node chroot invocation
17200 @section @command{chroot}: Run a command with a different root directory
17202 @pindex chroot
17203 @cindex running a program in a specified root directory
17204 @cindex root directory, running a program in a specified
17206 @command{chroot} runs a command with a specified root directory.
17207 On many systems, only the super-user can do this.@footnote{However,
17208 some systems (e.g., FreeBSD) can be configured to allow certain regular
17209 users to use the @code{chroot} system call, and hence to run this program.
17210 Also, on Cygwin, anyone can run the @command{chroot} command, because the
17211 underlying function is non-privileged due to lack of support in MS-Windows.
17212 Furthermore, the @command{chroot} command avoids the @code{chroot} system call
17213 when @var{newroot} is identical to the old @file{/} directory for consistency
17214 with systems where this is allowed for non-privileged users.}.
17215 Synopses:
17217 @example
17218 chroot @var{option} @var{newroot} [@var{command} [@var{args}]@dots{}]
17219 chroot @var{option}
17220 @end example
17222 Ordinarily, file names are looked up starting at the root of the
17223 directory structure, i.e., @file{/}.  @command{chroot} changes the root to
17224 the directory @var{newroot} (which must exist), then changes the working
17225 directory to @file{/}, and finally runs @var{command} with optional @var{args}.
17226 If @var{command} is not specified, the default is the value of the @env{SHELL}
17227 environment variable or @command{/bin/sh} if not set, invoked with the
17228 @option{-i} option.
17229 @var{command} must not be a special built-in utility
17230 (@pxref{Special built-in utilities}).
17232 The program accepts the following options.  Also see @ref{Common options}.
17233 Options must precede operands.
17235 @table @samp
17237 @item --groups=@var{groups}
17238 @opindex --groups
17239 Use this option to override the supplementary @var{groups} to be
17240 used by the new process.
17241 The items in the list (names or numeric IDs) must be separated by commas.
17242 Use @samp{--groups=''} to disable the supplementary group look-up
17243 implicit in the @option{--userspec} option.
17245 @item --userspec=@var{user}[:@var{group}]
17246 @opindex --userspec
17247 By default, @var{command} is run with the same credentials
17248 as the invoking process.
17249 Use this option to run it as a different @var{user} and/or with a
17250 different primary @var{group}.
17251 If a @var{user} is specified then the supplementary groups
17252 are set according to the system defined list for that user,
17253 unless overridden with the @option{--groups} option.
17255 @item --skip-chdir
17256 @opindex --skip-chdir
17257 Use this option to not change the working directory to @file{/} after changing
17258 the root directory to @var{newroot}, i.e., inside the chroot.
17259 This option is only permitted when @var{newroot} is the old @file{/} directory,
17260 and therefore is mostly useful together with the @option{--groups} and
17261 @option{--userspec} options to retain the previous working directory.
17263 @end table
17265 The user and group name look-up performed by the @option{--userspec}
17266 and @option{--groups} options, is done both outside and inside
17267 the chroot, with successful look-ups inside the chroot taking precedence.
17268 If the specified user or group items are intended to represent a numeric ID,
17269 then a name to ID resolving step is avoided by specifying a leading @samp{+}.
17270 @xref{Disambiguating names and IDs}.
17272 Here are a few tips to help avoid common problems in using chroot.
17273 To start with a simple example, make @var{command} refer to a statically
17274 linked binary.  If you were to use a dynamically linked executable, then
17275 you'd have to arrange to have the shared libraries in the right place under
17276 your new root directory.
17278 For example, if you create a statically linked @command{ls} executable,
17279 and put it in @file{/tmp/empty}, you can run this command as root:
17281 @example
17282 $ chroot /tmp/empty /ls -Rl /
17283 @end example
17285 Then you'll see output like this:
17287 @example
17289 total 1023
17290 -rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
17291 @end example
17293 If you want to use a dynamically linked executable, say @command{bash},
17294 then first run @samp{ldd bash} to see what shared objects it needs.
17295 Then, in addition to copying the actual binary, also copy the listed
17296 files to the required positions under your intended new root directory.
17297 Finally, if the executable requires any other files (e.g., data, state,
17298 device files), copy them into place, too.
17300 @command{chroot} is installed only on systems that have the
17301 @code{chroot} function, so portable scripts should not rely on its
17302 existence.
17304 @cindex exit status of @command{chroot}
17305 Exit status:
17307 @display
17308 125 if @command{chroot} itself fails
17309 126 if @var{command} is found but cannot be invoked
17310 127 if @var{command} cannot be found
17311 the exit status of @var{command} otherwise
17312 @end display
17315 @node env invocation
17316 @section @command{env}: Run a command in a modified environment
17318 @pindex env
17319 @cindex environment, running a program in a modified
17320 @cindex modified environment, running a program in a
17321 @cindex running a program in a modified environment
17323 @command{env} runs a command with a modified environment.  Synopses:
17325 @example
17326 env [@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17327 [@var{command} [@var{args}]@dots{}]
17328 env -[v]S'[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17329 [@var{command} [@var{args}]@dots{}]'
17331 @end example
17333 @command{env} is commonly used on first line of scripts (shebang line):
17334 @example
17335 #!/usr/bin/env @var{command}
17336 #!/usr/bin/env -[v]S[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17337 @var{command} [@var{args}]@dots{}
17338 @end example
17340 Operands of the form @samp{@var{variable}=@var{value}} set
17341 the environment variable @var{variable} to value @var{value}.
17342 @var{value} may be empty (@samp{@var{variable}=}).  Setting a variable
17343 to an empty value is different from unsetting it.
17344 These operands are evaluated left-to-right, so if two operands
17345 mention the same variable the earlier is ignored.
17347 Environment variable names can be empty, and can contain any
17348 characters other than @samp{=} and ASCII NUL.
17349 However, it is wise to limit yourself to names that
17350 consist solely of underscores, digits, and ASCII letters,
17351 and that begin with a non-digit, as applications like the shell do not
17352 work well with other names.
17354 @vindex PATH
17355 The first operand that does not contain the character @samp{=}
17356 specifies the program to invoke; it is
17357 searched for according to the @env{PATH} environment variable.  Any
17358 remaining arguments are passed as arguments to that program.
17359 The program should not be a special built-in utility
17360 (@pxref{Special built-in utilities}).
17362 Modifications to @env{PATH} take effect prior to searching for
17363 @var{command}.  Use caution when reducing @env{PATH}; behavior is
17364 not portable when @env{PATH} is undefined or omits key directories
17365 such as @file{/bin}.
17367 In the rare case that a utility contains a @samp{=} in the name, the
17368 only way to disambiguate it from a variable assignment is to use an
17369 intermediate command for @var{command}, and pass the problematic
17370 program name via @var{args}.  For example, if @file{./prog=} is an
17371 executable in the current @env{PATH}:
17373 @example
17374 env prog= true # runs 'true', with prog= in environment
17375 env ./prog= true # runs 'true', with ./prog= in environment
17376 env -- prog= true # runs 'true', with prog= in environment
17377 env sh -c '\prog= true' # runs 'prog=' with argument 'true'
17378 env sh -c 'exec "$@@"' sh prog= true # also runs 'prog='
17379 @end example
17381 @cindex environment, printing
17383 If no command name is specified following the environment
17384 specifications, the resulting environment is printed.  This is like
17385 specifying the @command{printenv} program.
17387 For some examples, suppose the environment passed to @command{env}
17388 contains @samp{LOGNAME=rms}, @samp{EDITOR=emacs}, and
17389 @samp{PATH=.:/gnubin:/hacks}:
17391 @itemize @bullet
17393 @item
17394 Output the current environment.
17395 @example
17396 $ env | LC_ALL=C sort
17397 EDITOR=emacs
17398 LOGNAME=rms
17399 PATH=.:/gnubin:/hacks
17400 @end example
17402 @item
17403 Run @command{foo} with a reduced environment, preserving only the
17404 original @env{PATH} to avoid problems in locating @command{foo}.
17405 @example
17406 env - PATH="$PATH" foo
17407 @end example
17409 @item
17410 Run @command{foo} with the environment containing @samp{LOGNAME=rms},
17411 @samp{EDITOR=emacs}, and @samp{PATH=.:/gnubin:/hacks}, and guarantees
17412 that @command{foo} was found in the file system rather than as a shell
17413 built-in.
17414 @example
17415 env foo
17416 @end example
17418 @item
17419 Run @command{nemacs} with the environment containing @samp{LOGNAME=foo},
17420 @samp{EDITOR=emacs}, @samp{PATH=.:/gnubin:/hacks}, and
17421 @samp{DISPLAY=gnu:0}.
17422 @example
17423 env DISPLAY=gnu:0 LOGNAME=foo nemacs
17424 @end example
17426 @item
17427 Attempt to run the program @command{/energy/--} (as that is the only
17428 possible path search result); if the command exists, the environment
17429 will contain @samp{LOGNAME=rms} and @samp{PATH=/energy}, and the
17430 arguments will be @samp{e=mc2}, @samp{bar}, and @samp{baz}.
17431 @example
17432 env -u EDITOR PATH=/energy -- e=mc2 bar baz
17433 @end example
17435 @end itemize
17438 @subsection General options
17440 The program accepts the following options.  Also see @ref{Common options}.
17441 Options must precede operands.
17443 @table @samp
17445 @optNull
17447 @item -u @var{name}
17448 @itemx --unset=@var{name}
17449 @opindex -u
17450 @opindex --unset
17451 Remove variable @var{name} from the environment, if it was in the
17452 environment.
17454 @item -
17455 @itemx -i
17456 @itemx --ignore-environment
17457 @opindex -
17458 @opindex -i
17459 @opindex --ignore-environment
17460 Start with an empty environment, ignoring the inherited environment.
17462 @item -C @var{dir}
17463 @itemx --chdir=@var{dir}
17464 @opindex -C
17465 @opindex --chdir
17466 Change the working directory to @var{dir} before invoking @var{command}.
17467 This differs from the shell built-in @command{cd} in that it starts
17468 @var{command} as a subprocess rather than altering the shell's own working
17469 directory; this allows it to be chained with other commands that run commands
17470 in a different context.  For example:
17472 @example
17473 # Run 'true' with /chroot as its root directory and /srv as its working
17474 # directory.
17475 chroot /chroot env --chdir=/srv true
17476 # Run 'true' with /build as its working directory, FOO=bar in its
17477 # environment, and a time limit of five seconds.
17478 env --chdir=/build FOO=bar timeout 5 true
17479 @end example
17481 @item --default-signal[=@var{sig}]
17482 Unblock and reset signal @var{sig} to its default signal handler.
17483 Without @var{sig} all known signals are unblocked and reset to their defaults.
17484 Multiple signals can be comma-separated.  The following command runs
17485 @command{seq} with SIGINT and SIGPIPE set to their default
17486 (which is to terminate the program):
17488 @example
17489 env --default-signal=PIPE,INT seq 1000 | head -n1
17490 @end example
17492 In the following example, we see how this is not
17493 possible to do with traditional shells.
17494 Here the first trap command sets SIGPIPE to ignore.
17495 The second trap command ostensibly sets it back to its default,
17496 but POSIX mandates that the shell must not change inherited
17497 state of the signal - so it is a no-op.
17499 @example
17500 trap '' PIPE && sh -c 'trap - PIPE ; seq inf | head -n1'
17501 @end example
17503 Using @option{--default-signal=PIPE} we can
17504 ensure the signal handling is set to its default behavior:
17506 @example
17507 trap '' PIPE && sh -c 'env --default-signal=PIPE seq inf | head -n1'
17508 @end example
17511 @item --ignore-signal[=@var{sig}]
17512 Ignore signal @var{sig} when running a program.  Without @var{sig} all
17513 known signals are set to ignore.  Multiple signals can be
17514 comma-separated.  The following command runs @command{seq} with SIGINT set
17515 to be ignored - pressing @kbd{Ctrl-C} will not terminate it:
17517 @example
17518 env --ignore-signal=INT seq inf > /dev/null
17519 @end example
17521 @samp{SIGCHLD} is special, in that @option{--ignore-signal=CHLD} might have
17522 no effect (POSIX says it's unspecified).
17524 Most operating systems do not allow ignoring @samp{SIGKILL}, @samp{SIGSTOP}
17525 (and possibly other signals).  Attempting to ignore these signals will fail.
17527 Multiple (and contradictory) @option{--default-signal=SIG} and
17528 @option{--ignore-signal=SIG} options are processed left-to-right,
17529 with the latter taking precedence.  In the following example, @samp{SIGPIPE} is
17530 set to default while @samp{SIGINT} is ignored:
17532 @example
17533 env --default-signal=INT,PIPE --ignore-signal=INT
17534 @end example
17536 @item --block-signal[=@var{sig}]
17537 Block signal(s) @var{sig} from being delivered.
17539 @item --list-signal-handling
17540 List blocked or ignored signals to standard error, before executing a command.
17542 @item -v
17543 @itemx --debug
17544 @opindex -v
17545 @opindex --debug
17546 Show verbose information for each processing step.
17548 @example
17549 $ env -v -uTERM A=B uname -s
17550 unset:    TERM
17551 setenv:   A=B
17552 executing: uname
17553    arg[0]= 'uname'
17554    arg[1]= '-s'
17555 Linux
17556 @end example
17558 When combined with @option{-S} it is recommended to list @option{-v}
17559 first, e.g. @command{env -vS'string'}.
17561 @item -S @var{string}
17562 @itemx --split-string=@var{string}
17563 @opindex -S
17564 @opindex --split-string
17565 @cindex shebang arguments
17566 @cindex scripts arguments
17567 @cindex env in scripts
17568 process and split @var{string} into separate arguments used to pass
17569 multiple arguments on shebang lines.  @command{env} supports FreeBSD's
17570 syntax of several escape sequences and environment variable
17571 expansions. See below for details and examples.
17573 @end table
17575 @cindex exit status of @command{env}
17576 Exit status:
17578 @display
17579 0   if no @var{command} is specified and the environment is output
17580 125 if @command{env} itself fails
17581 126 if @var{command} is found but cannot be invoked
17582 127 if @var{command} cannot be found
17583 the exit status of @var{command} otherwise
17584 @end display
17586 @subsection @option{-S}/@option{--split-string} usage in scripts
17588 The @option{-S}/@option{--split-string} option enables use of multiple
17589 arguments on the first line of scripts (the shebang line, @samp{#!}).
17591 When a script's interpreter is in a known location, scripts typically
17592 contain the absolute file name in their first line:
17594 @multitable {Python Script:} {#!/usr/bin/python3}
17595 @item Shell script:
17596 @tab
17597 @example
17598 #!/bin/sh
17599 echo hello
17600 @end example
17602 @item Perl script:
17603 @tab
17604 @example
17605 #!/usr/bin/perl
17606 print "hello\n";
17607 @end example
17609 @item Python script:
17610 @tab
17611 @example
17612 #!/usr/bin/python3
17613 print("hello")
17614 @end example
17616 @end multitable
17618 When a script's interpreter is in a non-standard location
17619 in the @env{PATH} environment variable, it is recommended
17620 to use @command{env} on the first line of the script to
17621 find the executable and run it:
17623 @multitable {Python Script:} {#!/usr/bin/env python3}
17624 @item Shell script:
17625 @tab
17626 @example
17627 #!/usr/bin/env bash
17628 echo hello
17629 @end example
17631 @item Perl script:
17632 @tab
17633 @example
17634 #!/usr/bin/env perl
17635 print "hello\n";
17636 @end example
17638 @item Python script:
17639 @tab
17640 @example
17641 #!/usr/bin/env python3
17642 print("hello")
17643 @end example
17645 @end multitable
17647 Most operating systems (e.g. GNU/Linux, BSDs) treat all text after the
17648 first space as a single argument. When using @command{env} in a script
17649 it is thus not possible to specify multiple arguments.
17651 In the following example:
17652 @example
17653 #!/usr/bin/env perl -T -w
17654 print "hello\n";
17655 @end example
17657 The operating system treats @samp{perl -T -w} as one argument (the
17658 program's name), and executing the script fails with:
17660 @example
17661 /usr/bin/env: 'perl -T -w': No such file or directory
17662 @end example
17664 The @option{-S} option instructs @command{env} to split the single string
17665 into multiple arguments. The following example works as expected:
17667 @example
17668 $ cat hello.pl
17669 #!/usr/bin/env -S perl -T -w
17670 print "hello\n";
17672 $ chmod a+x hello.pl
17673 $ ./hello.pl
17674 hello
17675 @end example
17677 And is equivalent to running @command{perl -T -w hello.pl} on the command line
17678 prompt.
17680 @unnumberedsubsubsec Testing and troubleshooting
17682 @cindex single quotes, and @command{env -S}
17683 @cindex @command{env -S}, and single quotes
17684 @cindex @option{-S}, env and single quotes
17685 To test @command{env -S} on the command line, use single quotes for the
17686 @option{-S} string to emulate a single paramter. Single quotes are not
17687 needed when using @command{env -S} in a shebang line on the first line of a
17688 script (the operating system already treats it as one argument).
17690 The following command is equivalent to the @file{hello.pl} script above:
17692 @example
17693 $ env -S'perl -T -w' hello.pl
17694 @end example
17696 @cindex @command{env -S}, debugging
17697 @cindex debugging, @command{env -S}
17699 To troubleshoot @option{-S} usage add the @option{-v} as the first
17700 argument (before @option{-S}).
17702 Using @option{-vS} on a shebang line in a script:
17704 @example
17705 $ cat hello-debug.pl
17706 #!/usr/bin/env -vS perl -T -w
17707 print "hello\n";
17709 $ chmod a+x hello-debug.pl
17710 $ ./hello-debug.pl
17711 split -S:  'perl -T -w'
17712  into:    'perl'
17713      &    '-T'
17714      &    '-w'
17715 executing: perl
17716    arg[0]= 'perl'
17717    arg[1]= '-T'
17718    arg[2]= '-w'
17719    arg[3]= './hello-debug.pl'
17720 hello
17721 @end example
17723 Using @option{-vS} on the command line prompt (adding single quotes):
17725 @example
17726 $ env -vS'perl -T -w' hello-debug.pl
17727 split -S:  'perl -T -w'
17728  into:    'perl'
17729      &    '-T'
17730      &    '-w'
17731 executing: perl
17732    arg[0]= 'perl'
17733    arg[1]= '-T'
17734    arg[2]= '-w'
17735    arg[3]= 'hello-debug.pl'
17736 hello
17737 @end example
17739 @subsection @option{-S}/@option{--split-string} syntax
17741 @unnumberedsubsubsec Splitting arguments by whitespace
17743 Running @command{env -Sstring} splits the @var{string} into
17744 arguments based on unquoted spaces or tab characters.
17745 (Newlines, carriage returns, vertical tabs and form feeds are treated
17746 like spaces and tabs.)
17748 In the following contrived example the @command{awk} variable
17749 @samp{OFS} will be @code{<space>xyz<space>} as these spaces are inside
17750 double quotes. The other space characters are used as argument separators:
17752 @example
17753 $ cat one.awk
17754 #!/usr/bin/env -S awk -v OFS=" xyz " -f
17755 BEGIN @{print 1,2,3@}
17757 $ chmod a+x one.awk
17758 $ ./one.awk
17759 1 xyz 2 xyz 3
17760 @end example
17762 When using @option{-S} on the command line prompt, remember to add
17763 single quotes around the entire string:
17765 @example
17766 $ env -S'awk -v OFS=" xyz " -f' one.awk
17767 1 xyz 2 xyz 3
17768 @end example
17770 @unnumberedsubsubsec Escape sequences
17772 @command{env} supports several escape sequences. These sequences
17773 are processed when unquoted or inside double quotes (unless otherwise noted).
17774 Single quotes disable escape sequences except @samp{\'} and @samp{\\}.
17776 @multitable @columnfractions .10 .90
17778 @item @code{\c}
17779 @tab Ignore the remaining characters in the string.
17780 Cannot be used inside double quotes.
17782 @item @code{\f}
17783 @tab form-feed character (ASCII 0x0C)
17785 @item @code{\n}
17786 @tab new-line character (ASCII 0x0A)
17788 @item @code{\r}
17789 @tab carriage-return character (ASCII 0x0D)
17791 @item @code{\t}
17792 @tab tab character (ASCII 0x09)
17794 @item @code{\v}
17795 @tab vertical tab character (ASCII 0x0B)
17797 @item @code{\#}
17798 @tab A hash @samp{#} character. Used when a @samp{#} character
17799 is needed as the first character of an argument (see 'comments' section
17800 below).
17802 @item @code{\$}
17803 @tab A dollar-sign character @samp{$}. Unescaped @samp{$} characters
17804 are used to expand environment variables (see 'variables' section below).
17806 @item @code{\_}
17807 @tab Inside double-quotes, replaced with a single space character.
17808 Outside quotes, treated as an argument separator. @samp{\_} can be used
17809 to avoid space characters in a shebang line (see examples below).
17811 @item @code{\"}
17812 @tab A double-quote character.
17814 @item @code{\'}
17815 @tab A single-quote character.
17816 This escape sequence works inside single-quoted strings.
17818 @item @code{\\}
17819 @tab A backslash character.
17820 This escape sequence works inside single-quoted strings.
17822 @end multitable
17824 The following @command{awk} script will use tab character as input and output
17825 field separator (instead of spaces and tabs):
17827 @example
17828 $ cat tabs.awk
17829 #!/usr/bin/env -S awk -v FS="\t" -v OFS="\t" -f
17831 @end example
17833 @unnumberedsubsubsec Comments
17835 The escape sequence @samp{\c} (used outside single/double quotes)
17836 causes @command{env} to ignore the rest of the string.
17838 The @samp{#} character causes @command{env} to ignore the rest of
17839 the string when it appears as the first character of an argument.
17840 Use @samp{\#} to reverse this behavior.
17842 @example
17843 $ env -S'printf %s\n A B C'
17848 $ env -S'printf %s\n A# B C'
17853 $ env -S'printf %s\n A #B C'
17856 $ env -S'printf %s\n A \#B C'
17861 $ env -S'printf %s\n A\cB C'
17863 @end example
17865 NOTE: The above examples use single quotes as they are executed
17866 on the command-line.
17870 @unnumberedsubsubsec Environment variable expansion
17872 The pattern @samp{$@{VARNAME@}} is used to substitute a value from
17873 the environment variable. The pattern must include the curly braces
17874 (@samp{@{},@samp{@}}). Without them @command{env} will reject the string.
17875 Special shell variables (such as @samp{$@@}, @samp{$*}, @samp{$$}) are
17876 not supported.
17878 If the environment variable is empty or not set, the pattern will be replaced
17879 by an empty string. The value of @samp{$@{VARNAME@}} will be that of
17880 the executed @command{env}, before any modifications using
17881 @option{-i}/@option{--ignore-environment}/@option{-u}/@option{--unset} or
17882 setting new values using @samp{VAR=VALUE}.
17884 The following python script prepends @file{/opt/custom/modules} to the python
17885 module search path environment variable (@samp{PYTHONPATH}):
17887 @example
17888 $ cat custom.py
17889 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$@{PYTHONPATH@} python
17890 print "hello"
17892 @end example
17894 The expansion of @samp{$@{PYTHONPATH@}} is performed by @command{env},
17895 not by a shell. If the curly braces are omitted, @command{env} will fail:
17897 @example
17898 $ cat custom.py
17899 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$PYTHONPATH python
17900 print "hello"
17903 $ chmod a+x custom.py
17904 $ custom.py
17905 /usr/bin/env: only $@{VARNAME@} expansion is supported, error at: $PYTHONPATH @c
17906 python
17907 @end example
17909 Environment variable expansion happens before clearing the environment
17910 (with @option{-i}) or unsetting specific variables (with @option{-u}):
17912 @example
17913 $ env -S'-i OLDUSER=$@{USER@} env'
17914 OLDUSER=gordon
17915 @end example
17917 Use @option{-v} to diagnose the operations step-by-step:
17919 @example
17920 $ env -vS'-i OLDUSER=$@{USER@} env'
17921 expanding $@{USER@} into 'gordon'
17922 split -S:  '-i OLDUSER=$@{USER@} env'
17923  into:    '-i'
17924      &    'OLDUSER=gordon'
17925      &    'env'
17926 cleaning environ
17927 setenv:   OLDUSER=gordon
17928 executing: env
17929    arg[0]= 'env'
17930 OLDUSER=gordon
17931 @end example
17935 @node nice invocation
17936 @section @command{nice}: Run a command with modified niceness
17938 @pindex nice
17939 @cindex niceness
17940 @cindex scheduling, affecting
17941 @cindex appropriate privileges
17943 @command{nice} prints a process's @dfn{niceness}, or runs
17944 a command with modified niceness.  @dfn{niceness} affects how
17945 favorably the process is scheduled in the system.
17946 Synopsis:
17948 @example
17949 nice [@var{option}]@dots{} [@var{command} [@var{arg}]@dots{}]
17950 @end example
17952 If no arguments are given, @command{nice} prints the current niceness.
17953 Otherwise, @command{nice} runs the given @var{command} with its
17954 niceness adjusted.  By default, its niceness is incremented by 10.
17956 Niceness values range at least from @minus{}20 (process has high priority
17957 and gets more resources, thus slowing down other processes) through 19
17958 (process has lower priority and runs slowly itself, but has less impact
17959 on the speed of other running processes).  Some systems
17960 may have a wider range of niceness values; conversely, other systems may
17961 enforce more restrictive limits.  An attempt to set the niceness
17962 outside the supported range is treated as an attempt to use the
17963 minimum or maximum supported value.
17965 A niceness should not be confused with a scheduling priority, which
17966 lets applications determine the order in which threads are scheduled
17967 to run.  Unlike a priority, a niceness is merely advice to the
17968 scheduler, which the scheduler is free to ignore.  Also, as a point of
17969 terminology, POSIX defines the behavior of @command{nice} in
17970 terms of a @dfn{nice value}, which is the non-negative difference
17971 between a niceness and the minimum niceness.  Though @command{nice}
17972 conforms to POSIX, its documentation and diagnostics use the
17973 term ``niceness'' for compatibility with historical practice.
17975 @var{command} must not be a special built-in utility (@pxref{Special
17976 built-in utilities}).
17978 @mayConflictWithShellBuiltIn{nice}
17980 Note to change the @dfn{niceness} of an existing process,
17981 one needs to use the @command{renice} command.
17983 The program accepts the following option.  Also see @ref{Common options}.
17984 Options must precede operands.
17986 @table @samp
17987 @item -n @var{adjustment}
17988 @itemx --adjustment=@var{adjustment}
17989 @opindex -n
17990 @opindex --adjustment
17991 Add @var{adjustment} instead of 10 to the command's niceness.  If
17992 @var{adjustment} is negative and you lack appropriate privileges,
17993 @command{nice} issues a warning but otherwise acts as if you specified
17994 a zero adjustment.
17996 For compatibility @command{nice} also supports an obsolete
17997 option syntax @option{-@var{adjustment}}.  New scripts should use
17998 @option{-n @var{adjustment}} instead.
18000 @end table
18002 @command{nice} is installed only on systems that have the POSIX
18003 @code{setpriority} function, so portable scripts should not rely on
18004 its existence on non-POSIX platforms.
18006 @cindex exit status of @command{nice}
18007 Exit status:
18009 @display
18010 0   if no @var{command} is specified and the niceness is output
18011 125 if @command{nice} itself fails
18012 126 if @var{command} is found but cannot be invoked
18013 127 if @var{command} cannot be found
18014 the exit status of @var{command} otherwise
18015 @end display
18017 It is sometimes useful to run a non-interactive program with reduced niceness.
18019 @example
18020 $ nice factor 4611686018427387903
18021 @end example
18023 Since @command{nice} prints the current niceness,
18024 you can invoke it through itself to demonstrate how it works.
18026 The default behavior is to increase the niceness by @samp{10}:
18028 @example
18029 $ nice
18031 $ nice nice
18033 $ nice -n 10 nice
18035 @end example
18037 The @var{adjustment} is relative to the current niceness.  In the
18038 next example, the first @command{nice} invocation runs the second one
18039 with niceness 10, and it in turn runs the final one with a niceness
18040 that is 3 more:
18042 @example
18043 $ nice nice -n 3 nice
18045 @end example
18047 Specifying a niceness larger than the supported range
18048 is the same as specifying the maximum supported value:
18050 @example
18051 $ nice -n 10000000000 nice
18053 @end example
18055 Only a privileged user may run a process with lower niceness:
18057 @example
18058 $ nice -n -1 nice
18059 nice: cannot set niceness: Permission denied
18061 $ sudo nice -n -1 nice
18063 @end example
18066 @node nohup invocation
18067 @section @command{nohup}: Run a command immune to hangups
18069 @pindex nohup
18070 @cindex hangups, immunity to
18071 @cindex immunity to hangups
18072 @cindex logging out and continuing to run
18074 @flindex nohup.out
18075 @command{nohup} runs the given @var{command} with hangup signals ignored,
18076 so that the command can continue running in the background after you log
18077 out.  Synopsis:
18079 @example
18080 nohup @var{command} [@var{arg}]@dots{}
18081 @end example
18083 If standard input is a terminal, redirect it so that terminal sessions
18084 do not mistakenly consider the terminal to be used by the command.
18085 Make the substitute file descriptor unreadable, so that commands that
18086 mistakenly attempt to read from standard input can report an error.
18087 This redirection is a GNU extension; programs intended to be portable
18088 to non-GNU hosts can use @samp{nohup @var{command} [@var{arg}]@dots{}
18089 0>/dev/null} instead.
18091 @flindex nohup.out
18092 If standard output is a terminal, the command's standard output is appended
18093 to the file @file{nohup.out}; if that cannot be written to, it is appended
18094 to the file @file{$HOME/nohup.out}; and if that cannot be written to, the
18095 command is not run.
18096 Any @file{nohup.out} or @file{$HOME/nohup.out} file created by
18097 @command{nohup} is made readable and writable only to the user,
18098 regardless of the current umask settings.
18100 If standard error is a terminal, it is normally redirected to the same file
18101 descriptor as the (possibly-redirected) standard output.
18102 However, if standard output is closed, standard error terminal output
18103 is instead appended to the file @file{nohup.out} or
18104 @file{$HOME/nohup.out} as above.
18106 To capture the command's output to a file other than @file{nohup.out}
18107 you can redirect it.  For example, to capture the output of
18108 @command{make}:
18110 @example
18111 nohup make > make.log
18112 @end example
18114 @command{nohup} does not automatically put the command it runs in the
18115 background; you must do that explicitly, by ending the command line
18116 with an @samp{&}.  Also, @command{nohup} does not alter the
18117 niceness of @var{command}; use @command{nice} for that,
18118 e.g., @samp{nohup nice @var{command}}.
18120 @var{command} must not be a special built-in utility (@pxref{Special
18121 built-in utilities}).
18123 The only options are @option{--help} and @option{--version}.  @xref{Common
18124 options}.  Options must precede operands.
18126 @cindex exit status of @command{nohup}
18127 Exit status:
18129 @display
18130 125 if @command{nohup} itself fails, and @env{POSIXLY_CORRECT} is not set
18131 126 if @var{command} is found but cannot be invoked
18132 127 if @var{command} cannot be found
18133 the exit status of @var{command} otherwise
18134 @end display
18136 If @env{POSIXLY_CORRECT} is set, internal failures give status 127
18137 instead of 125.
18140 @node stdbuf invocation
18141 @section @command{stdbuf}: Run a command with modified I/O stream buffering
18143 @pindex stdbuf
18144 @cindex standard streams, buffering
18145 @cindex line buffered
18147 @command{stdbuf} allows one to modify the buffering operations of the
18148 three standard I/O streams associated with a program.  Synopsis:
18150 @example
18151 stdbuf @var{option}@dots{} @var{command}
18152 @end example
18154 @var{command} must start with the name of a program that
18155 @enumerate
18156 @item
18157 uses the ISO C @code{FILE} streams for input/output (note the
18158 programs @command{dd} and @command{cat} don't do that),
18160 @item
18161 does not adjust the buffering of its standard streams (note the
18162 program @command{tee} is not in this category).
18163 @end enumerate
18165 Any additional @var{arg}s are passed as additional arguments to the
18166 @var{command}.
18168 The program accepts the following options.  Also see @ref{Common options}.
18170 @table @samp
18172 @item -i @var{mode}
18173 @itemx --input=@var{mode}
18174 @opindex -i
18175 @opindex --input
18176 Adjust the standard input stream buffering.
18178 @item -o @var{mode}
18179 @itemx --output=@var{mode}
18180 @opindex -o
18181 @opindex --output
18182 Adjust the standard output stream buffering.
18184 @item -e @var{mode}
18185 @itemx --error=@var{mode}
18186 @opindex -e
18187 @opindex --error
18188 Adjust the standard error stream buffering.
18190 @end table
18192 The @var{mode} can be specified as follows:
18194 @table @samp
18196 @item L
18197 Set the stream to line buffered mode.
18198 In this mode data is coalesced until a newline is output or
18199 input is read from any stream attached to a terminal device.
18200 This option is invalid with standard input.
18202 @item 0
18203 Disable buffering of the selected stream.
18204 In this mode, data is output immediately and only the
18205 amount of data requested is read from input.
18206 Note the difference in function for input and output.
18207 Disabling buffering for input will not influence the responsiveness
18208 or blocking behavior of the stream input functions.
18209 For example @code{fread} will still block until @code{EOF} or error,
18210 even if the underlying @code{read} returns less data than requested.
18212 @item @var{size}
18213 Specify the size of the buffer to use in fully buffered mode.
18214 @multiplierSuffixesNoBlocks{size}
18216 @end table
18218 @command{stdbuf} is installed only on platforms that use the
18219 Executable and Linkable Format (ELF) and support the
18220 @code{constructor} attribute, so portable scripts should not rely on
18221 its existence.
18223 @cindex exit status of @command{stdbuf}
18224 Exit status:
18226 @display
18227 125 if @command{stdbuf} itself fails
18228 126 if @var{command} is found but cannot be invoked
18229 127 if @var{command} cannot be found
18230 the exit status of @var{command} otherwise
18231 @end display
18234 @node timeout invocation
18235 @section @command{timeout}: Run a command with a time limit
18237 @pindex timeout
18238 @cindex time limit
18239 @cindex run commands with bounded time
18241 @command{timeout} runs the given @var{command} and kills it if it is
18242 still running after the specified time interval.  Synopsis:
18244 @example
18245 timeout [@var{option}] @var{duration} @var{command} [@var{arg}]@dots{}
18246 @end example
18248 @var{command} must not be a special built-in utility (@pxref{Special
18249 built-in utilities}).
18251 The program accepts the following options.  Also see @ref{Common options}.
18252 Options must precede operands.
18254 @table @samp
18255 @item --preserve-status
18256 @opindex --preserve-status
18257 Return the exit status of the managed @var{command} on timeout, rather than
18258 a specific exit status indicating a timeout.  This is useful if the
18259 managed @var{command} supports running for an indeterminate amount of time.
18261 @item --foreground
18262 @opindex --foreground
18263 Don't create a separate background program group, so that
18264 the managed @var{command} can use the foreground TTY normally.
18265 This is needed to support two situations when timing out commands,
18266 when not invoking @command{timeout} from an interactive shell.
18267 @enumerate
18268 @item
18269 @var{command} is interactive and needs to read from the terminal for example
18270 @item
18271 the user wants to support sending signals directly to @var{command}
18272 from the terminal (like Ctrl-C for example)
18273 @end enumerate
18275 Note in this mode of operation, any children of @var{command}
18276 will not be timed out.  Also SIGCONT will not be sent to @var{command},
18277 as it's generally not needed with foreground processes, and can
18278 cause intermittent signal delivery issues with programs that are monitors
18279 themselves (like GDB for example).
18281 @item -k @var{duration}
18282 @itemx --kill-after=@var{duration}
18283 @opindex -k
18284 @opindex --kill-after
18285 Ensure the monitored @var{command} is killed by also sending a @samp{KILL}
18286 signal.
18288 The specified @var{duration} starts from the point in time when
18289 @command{timeout} sends the initial signal to @var{command}, i.e.,
18290 not from the beginning when the @var{command} is started.
18292 This option has no effect if either the main @var{duration}
18293 of the @command{timeout} command, or the @var{duration} specified
18294 to this option, is 0.
18296 This option may be useful if the selected signal did not kill the @var{command},
18297 either because the signal was blocked or ignored, or if the @var{command} takes
18298 too long (e.g. for cleanup work) to terminate itself within a certain amount
18299 of time.
18301 @item -s @var{signal}
18302 @itemx --signal=@var{signal}
18303 @opindex -s
18304 @opindex --signal
18305 Send this @var{signal} to @var{command} on timeout, rather than the
18306 default @samp{TERM} signal.  @var{signal} may be a name like @samp{HUP}
18307 or a number.  @xref{Signal specifications}.
18309 @item -v
18310 @itemx --verbose
18311 @opindex -v
18312 @opindex --verbose
18313 Diagnose to standard error, any signal sent upon timeout.
18314 @end table
18316 @cindex time units
18317 @var{duration} is a floating point number in either the current or the
18318 C locale (@pxref{Floating point}) followed by an optional unit:
18319 @display
18320 @samp{s} for seconds (the default)
18321 @samp{m} for minutes
18322 @samp{h} for hours
18323 @samp{d} for days
18324 @end display
18325 A duration of 0 disables the associated timeout.
18326 Note that the actual timeout duration is dependent on system conditions,
18327 which should be especially considered when specifying sub-second timeouts.
18329 @cindex exit status of @command{timeout}
18330 Exit status:
18332 @display
18333 124 if @var{command} times out, and @option{--preserve-status} is not specified
18334 125 if @command{timeout} itself fails
18335 126 if @var{command} is found but cannot be invoked
18336 127 if @var{command} cannot be found
18337 137 if @var{command} or @command{timeout} is sent the KILL(9) signal (128+9)
18338 the exit status of @var{command} otherwise
18339 @end display
18341 In the case of the @samp{KILL(9)} signal, @command{timeout} returns with
18342 exit status 137, regardless of whether that signal is sent to @var{command}
18343 or to @command{timeout} itself, i.e., these cases cannot be distinguished.
18344 In the latter case, the @var{command} process may still be alive after
18345 @command{timeout} has forcefully been terminated.
18347 Examples:
18349 @example
18350 # Send the default TERM signal after 20s to a short-living 'sleep 1'.
18351 # As that terminates long before the given duration, 'timeout' returns
18352 # with the same exit status as the command, 0 in this case.
18353 timeout 20 sleep 1
18355 # Send the INT signal after 5s to the 'sleep' command.  Returns after
18356 # 5 seconds with exit status 124 to indicate the sending of the signal.
18357 timeout -s INT 5 sleep 20
18359 # Likewise, but the command ignoring the INT signal due to being started
18360 # via 'env --ignore-signal'.  Thus, 'sleep' terminates regularly after
18361 # the full 20 seconds, still 'timeout' returns with exit status 124.
18362 timeout -s INT 5s env --ignore-signal=INT sleep 20
18364 # Likewise, but sending the KILL signal 3 seconds after the initial
18365 # INT signal.  Hence, 'sleep' is forcefully terminated after about
18366 # 8 seconds (5+3), and 'timeout' returns with an exit status of 137.
18367 timeout -s INT -k 3s 5s env --ignore-signal=INT sleep 20
18368 @end example
18370 @node Process control
18371 @chapter Process control
18373 @cindex processes, commands for controlling
18374 @cindex commands for controlling processes
18376 @menu
18377 * kill invocation::             Sending a signal to processes.
18378 @end menu
18381 @node kill invocation
18382 @section @command{kill}: Send a signal to processes
18384 @pindex kill
18385 @cindex send a signal to processes
18387 The @command{kill} command sends a signal to processes, causing them
18388 to terminate or otherwise act upon receiving the signal in some way.
18389 Alternatively, it lists information about signals.  Synopses:
18391 @example
18392 kill [-s @var{signal} | --signal @var{signal} | -@var{signal}] @var{pid}@dots{}
18393 kill [-l | --list | -t | --table] [@var{signal}]@dots{}
18394 @end example
18396 @mayConflictWithShellBuiltIn{kill}
18398 The first form of the @command{kill} command sends a signal to all
18399 @var{pid} arguments.  The default signal to send if none is specified
18400 is @samp{TERM}@.  The special signal number @samp{0} does not denote a
18401 valid signal, but can be used to test whether the @var{pid} arguments
18402 specify processes to which a signal could be sent.
18404 If @var{pid} is positive, the signal is sent to the process with the
18405 process ID @var{pid}.  If @var{pid} is zero, the signal is sent to all
18406 processes in the process group of the current process.  If @var{pid}
18407 is @minus{}1, the signal is sent to all processes for which the user has
18408 permission to send a signal.  If @var{pid} is less than @minus{}1, the signal
18409 is sent to all processes in the process group that equals the absolute
18410 value of @var{pid}.
18412 If @var{pid} is not positive, a system-dependent set of system
18413 processes is excluded from the list of processes to which the signal
18414 is sent.
18416 If a negative @var{pid} argument is desired as the first one, it
18417 should be preceded by @option{--}.  However, as a common extension to
18418 POSIX, @option{--} is not required with @samp{kill
18419 -@var{signal} -@var{pid}}.  The following commands are equivalent:
18421 @example
18422 kill -15 -1
18423 kill -TERM -1
18424 kill -s TERM -- -1
18425 kill -- -1
18426 @end example
18428 The first form of the @command{kill} command succeeds if every @var{pid}
18429 argument specifies at least one process that the signal was sent to.
18431 The second form of the @command{kill} command lists signal information.
18432 Either the @option{-l} or @option{--list} option, or the @option{-t}
18433 or @option{--table} option must be specified.  Without any
18434 @var{signal} argument, all supported signals are listed.  The output
18435 of @option{-l} or @option{--list} is a list of the signal names, one
18436 per line; if @var{signal} is already a name, the signal number is
18437 printed instead.  The output of @option{-t} or @option{--table} is a
18438 table of signal numbers, names, and descriptions.  This form of the
18439 @command{kill} command succeeds if all @var{signal} arguments are valid
18440 and if there is no output error.
18442 The @command{kill} command also supports the @option{--help} and
18443 @option{--version} options.  @xref{Common options}.
18445 A @var{signal} may be a signal name like @samp{HUP}, or a signal
18446 number like @samp{1}, or an exit status of a process terminated by the
18447 signal.  A signal name can be given in canonical form or prefixed by
18448 @samp{SIG}@.  The case of the letters is ignored, except for the
18449 @option{-@var{signal}} option which must use upper case to avoid
18450 ambiguity with lower case option letters.
18451 @xref{Signal specifications}, for a list of supported
18452 signal names and numbers.
18454 @node Delaying
18455 @chapter Delaying
18457 @cindex delaying commands
18458 @cindex commands for delaying
18460 @c Perhaps @command{wait} or other commands should be described here also?
18462 @menu
18463 * sleep invocation::            Delay for a specified time.
18464 @end menu
18467 @node sleep invocation
18468 @section @command{sleep}: Delay for a specified time
18470 @pindex sleep
18471 @cindex delay for a specified time
18473 @command{sleep} pauses for an amount of time specified by the sum of
18474 the values of the command line arguments.
18475 Synopsis:
18477 @example
18478 sleep @var{number}[smhd]@dots{}
18479 @end example
18481 @cindex time units
18482 Each argument is a non-negative number followed by an optional unit; the default
18483 is seconds.  The units are:
18485 @table @samp
18486 @item s
18487 seconds
18488 @item m
18489 minutes
18490 @item h
18491 hours
18492 @item d
18493 days
18494 @end table
18496 Although portable POSIX scripts must give @command{sleep} a single
18497 non-negative integer argument without a suffix, GNU @command{sleep}
18498 also accepts two or more arguments, unit suffixes, and floating-point
18499 numbers in either the current or the C locale.  @xref{Floating point}.
18501 For instance, the following could be used to @command{sleep} for
18502 1 second, 234 milli-, 567 micro- and 890 nanoseconds:
18504 @example
18505 sleep 1234e-3 567.89e-6
18506 @end example
18508 Also one could sleep indefinitely like:
18510 @example
18511 sleep inf
18512 @end example
18514 The only options are @option{--help} and @option{--version}.  @xref{Common
18515 options}.
18517 @c sleep is a shell built-in at least with Solaris 11's /bin/sh
18518 @mayConflictWithShellBuiltIn{sleep}
18520 @exitstatus
18523 @node Numeric operations
18524 @chapter Numeric operations
18526 @cindex numeric operations
18527 These programs do numerically-related operations.
18529 @menu
18530 * factor invocation::              Show factors of numbers.
18531 * numfmt invocation::              Reformat numbers.
18532 * seq invocation::                 Print sequences of numbers.
18533 @end menu
18536 @node factor invocation
18537 @section @command{factor}: Print prime factors
18539 @pindex factor
18540 @cindex prime factors
18542 @command{factor} prints prime factors.  Synopses:
18544 @example
18545 factor [@var{number}]@dots{}
18546 factor @var{option}
18547 @end example
18549 If no @var{number} is specified on the command line, @command{factor} reads
18550 numbers from standard input, delimited by newlines, tabs, or spaces.
18552 The @command{factor} command supports only a small number of options:
18554 @table @samp
18555 @item --help
18556 Print a short help on standard output, then exit without further
18557 processing.
18559 @item --version
18560 Print the program version on standard output, then exit without further
18561 processing.
18562 @end table
18564 If the number to be factored is small (less than @math{2^{127}} on
18565 typical machines), @command{factor} uses a faster algorithm.
18566 For example, on a circa-2017 Intel Xeon Silver 4116, factoring the
18567 product of the eighth and ninth Mersenne primes (approximately
18568 @math{2^{92}}) takes about 4 ms of CPU time:
18570 @example
18571 $ M8=$(echo 2^31-1 | bc)
18572 $ M9=$(echo 2^61-1 | bc)
18573 $ n=$(echo "$M8 * $M9" | bc)
18574 $ bash -c "time factor $n"
18575 4951760154835678088235319297: 2147483647 2305843009213693951
18577 real    0m0.004s
18578 user    0m0.004s
18579 sys     0m0.000s
18580 @end example
18582 For larger numbers, @command{factor} uses a slower algorithm.  On the
18583 same platform, factoring the eighth Fermat number @math{2^{256} + 1}
18584 takes about 14 seconds, and the slower algorithm would have taken
18585 about 750 ms to factor @math{2^{127} - 3} instead of the 50 ms needed by
18586 the faster algorithm.
18588 Factoring large numbers is, in general, hard.  The Pollard-Brent rho
18589 algorithm used by @command{factor} is particularly effective for
18590 numbers with relatively small factors.  If you wish to factor large
18591 numbers which do not have small factors (for example, numbers which
18592 are the product of two large primes), other methods are far better.
18594 @exitstatus
18597 @node numfmt invocation
18598 @section @command{numfmt}: Reformat numbers
18600 @pindex numfmt
18602 @command{numfmt} reads numbers in various representations and reformats them
18603 as requested.  The most common usage is converting numbers to/from @emph{human}
18604 representation (e.g. @samp{4G} @expansion{} @samp{4,000,000,000}).
18606 @example
18607 numfmt [@var{option}]@dots{} [@var{number}]
18608 @end example
18610 @command{numfmt} converts each @var{number} on the command-line according to the
18611 specified options (see below).  If no @var{number}s are given, it reads numbers
18612 from standard input.  @command{numfmt} can optionally extract numbers from
18613 specific columns, maintaining proper line padding and alignment.
18615 @exitstatus
18617 See @option{--invalid} for additional information regarding exit status.
18619 @subsection General options
18621 The program accepts the following options.  Also see @ref{Common options}.
18623 @table @samp
18625 @item --debug
18626 @opindex --debug
18627 Print (to standard error) warning messages about possible erroneous usage.
18629 @item -d @var{d}
18630 @itemx --delimiter=@var{d}
18631 @opindex -d
18632 @opindex --delimiter
18633 Use the character @var{d} as input field separator (default: whitespace).
18634 @emph{Note}: Using non-default delimiter turns off automatic padding.
18636 @item --field=@var{fields}
18637 @opindex --field
18638 Convert the number in input field @var{fields} (default: 1).
18639 @var{fields} supports @command{cut} style field ranges:
18641 @example
18642 N    N'th field, counted from 1
18643 N-   from N'th field, to end of line
18644 N-M  from N'th to M'th field (inclusive)
18645 -M   from first to M'th field (inclusive)
18646 -    all fields
18647 @end example
18650 @item --format=@var{format}
18651 @opindex --format
18652 Use printf-style floating FORMAT string.  The @var{format} string must contain
18653 one @samp{%f} directive, optionally with @samp{'}, @samp{-}, @samp{0}, width
18654 or precision modifiers.  The @samp{'} modifier will enable @option{--grouping},
18655 the @samp{-} modifier will enable left-aligned @option{--padding} and the width
18656 modifier will enable right-aligned @option{--padding}.  The @samp{0} width
18657 modifier (without the @samp{-} modifier) will generate leading zeros on the
18658 number, up to the specified width.  A precision specification like @samp{%.1f}
18659 will override the precision determined from the input data or set due to
18660 @option{--to} option auto scaling.
18662 @item --from=@var{unit}
18663 @opindex --from
18664 Auto-scales input numbers according to @var{unit}.  See UNITS below.
18665 The default is no scaling, meaning suffixes (e.g. @samp{M}, @samp{G}) will
18666 trigger an error.
18668 @item --from-unit=@var{n}
18669 @opindex --from-unit
18670 Specify the input unit size (instead of the default 1).  Use this option when
18671 the input numbers represent other units (e.g. if the input number @samp{10}
18672 represents 10 units of 512 bytes, use @samp{--from-unit=512}).
18673 Suffixes are handled as with @samp{--from=auto}.
18675 @item --grouping
18676 @opindex --grouping
18677 Group digits in output numbers according to the current locale's grouping rules
18678 (e.g @emph{Thousands Separator} character, commonly @samp{.} (dot) or @samp{,}
18679 comma).  This option has no effect in @samp{POSIX/C} locale.
18681 @item --header[=@var{n}]
18682 @opindex --header
18683 @opindex --header=N
18684 Print the first @var{n} (default: 1) lines without any conversion.
18686 @item --invalid=@var{mode}
18687 @opindex --invalid
18688 The default action on input errors is to exit immediately with status code 2.
18689 @option{--invalid=@samp{abort}} explicitly specifies this default mode.
18690 With a @var{mode} of @samp{fail}, print a warning for @emph{each} conversion
18691 error, and exit with status 2.  With a @var{mode} of @samp{warn}, exit with
18692 status 0, even in the presence of conversion errors, and with a @var{mode} of
18693 @samp{ignore} do not even print diagnostics.
18695 @item --padding=@var{n}
18696 @opindex --padding
18697 Pad the output numbers to @var{n} characters, by adding spaces.  If @var{n} is
18698 a positive number, numbers will be right-aligned.  If @var{n} is a negative
18699 number, numbers will be left-aligned.  By default, numbers are automatically
18700 aligned based on the input line's width (only with the default delimiter).
18702 @item --round=@var{method}
18703 @opindex --round
18704 @opindex --round=up
18705 @opindex --round=down
18706 @opindex --round=from-zero
18707 @opindex --round=towards-zero
18708 @opindex --round=nearest
18709 When converting number representations, round the number according to
18710 @var{method}, which can be @samp{up}, @samp{down},
18711 @samp{from-zero} (the default), @samp{towards-zero}, @samp{nearest}.
18713 @item --suffix=@var{suffix}
18714 @opindex --suffix
18715 Add @samp{SUFFIX} to the output numbers, and accept optional @samp{SUFFIX} in
18716 input numbers.
18718 @item --to=@var{unit}
18719 @opindex --to
18720 Auto-scales output numbers according to @var{unit}.  See @emph{Units} below.
18721 The default is no scaling, meaning all the digits of the number are printed.
18723 @item --to-unit=@var{n}
18724 @opindex --to-unit
18725 Specify the output unit size (instead of the default 1).  Use this option when
18726 the output numbers represent other units (e.g. to represent @samp{4,000,000}
18727 bytes in blocks of 1KB, use @samp{--to=si --to-unit=1000}).
18728 Suffixes are handled as with @samp{--from=auto}.
18730 @optZeroTerminated
18731 @newlineFieldSeparator
18733 @end table
18735 @subsection Possible @var{unit}s:
18737 The following are the possible @var{unit} options with @option{--from=UNITS} and
18738 @option{--to=UNITS}:
18740 @table @var
18742 @item none
18743 No scaling is performed.  For input numbers, no suffixes are accepted, and any
18744 trailing characters following the number will trigger an error.  For output
18745 numbers, all digits of the numbers will be printed.
18747 @item si
18748 Auto-scale numbers according to the @emph{International System of Units (SI)}
18749 standard.
18750 For input numbers, accept one of the following suffixes.
18751 For output numbers, values larger than 1000 will be rounded, and printed with
18752 one of the following suffixes:
18754 @example
18755 @samp{K}  =>  @math{1000^1 = 10^3} (Kilo)
18756 @samp{M}  =>  @math{1000^2 = 10^6} (Mega)
18757 @samp{G}  =>  @math{1000^3 = 10^9} (Giga)
18758 @samp{T}  =>  @math{1000^4 = 10^{12}} (Tera)
18759 @samp{P}  =>  @math{1000^5 = 10^{15}} (Peta)
18760 @samp{E}  =>  @math{1000^6 = 10^{18}} (Exa)
18761 @samp{Z}  =>  @math{1000^7 = 10^{21}} (Zetta)
18762 @samp{Y}  =>  @math{1000^8 = 10^{24}} (Yotta)
18763 @end example
18765 @item iec
18766 Auto-scale numbers according to the @emph{International Electrotechnical
18767 Commission (IEC)} standard.
18768 For input numbers, accept one of the following suffixes.
18769 For output numbers, values larger than 1024 will be rounded, and printed with
18770 one of the following suffixes:
18772 @example
18773 @samp{K}  =>  @math{1024^1 = 2^{10}} (Kibi)
18774 @samp{M}  =>  @math{1024^2 = 2^{20}} (Mebi)
18775 @samp{G}  =>  @math{1024^3 = 2^{30}} (Gibi)
18776 @samp{T}  =>  @math{1024^4 = 2^{40}} (Tebi)
18777 @samp{P}  =>  @math{1024^5 = 2^{50}} (Pebi)
18778 @samp{E}  =>  @math{1024^6 = 2^{60}} (Exbi)
18779 @samp{Z}  =>  @math{1024^7 = 2^{70}} (Zebi)
18780 @samp{Y}  =>  @math{1024^8 = 2^{80}} (Yobi)
18781 @end example
18783 The @option{iec} option uses a single letter suffix (e.g. @samp{G}), which is
18784 not fully standard, as the @emph{iec} standard recommends a two-letter symbol
18785 (e.g @samp{Gi}) - but in practice, this method common.  Compare with
18786 the @option{iec-i} option.
18788 @item iec-i
18789 Auto-scale numbers according to the @emph{International Electrotechnical
18790 Commission (IEC)} standard.
18791 For input numbers, accept one of the following suffixes.
18792 For output numbers, values larger than 1024 will be rounded, and printed with
18793 one of the following suffixes:
18795 @example
18796 @samp{Ki}  =>  @math{1024^1 = 2^{10}} (Kibi)
18797 @samp{Mi}  =>  @math{1024^2 = 2^{20}} (Mebi)
18798 @samp{Gi}  =>  @math{1024^3 = 2^{30}} (Gibi)
18799 @samp{Ti}  =>  @math{1024^4 = 2^{40}} (Tebi)
18800 @samp{Pi}  =>  @math{1024^5 = 2^{50}} (Pebi)
18801 @samp{Ei}  =>  @math{1024^6 = 2^{60}} (Exbi)
18802 @samp{Zi}  =>  @math{1024^7 = 2^{70}} (Zebi)
18803 @samp{Yi}  =>  @math{1024^8 = 2^{80}} (Yobi)
18804 @end example
18806 The @option{iec-i} option uses a two-letter suffix symbol (e.g. @samp{Gi}),
18807 as the @emph{iec} standard recommends, but this is not always common in
18808 practice.  Compare with the @option{iec} option.
18810 @item auto
18811 @samp{auto} can only be used with @option{--from}.  With this method, numbers
18812 with @samp{K},@samp{M},@samp{G},@samp{T},@samp{P},@samp{E},@samp{Z},@samp{Y}
18813 suffixes are interpreted as @emph{SI} values, and numbers with @samp{Ki},
18814 @samp{Mi},@samp{Gi},@samp{Ti},@samp{Pi},@samp{Ei},@samp{Zi},@samp{Yi} suffixes
18815 are interpreted as @emph{IEC} values.
18817 @end table
18819 @subsection Examples of using @command{numfmt}
18821 Converting a single number from/to @emph{human} representation:
18822 @example
18823 $ numfmt --to=si 500000
18824 500K
18826 $ numfmt --to=iec 500000
18827 489K
18829 $ numfmt --to=iec-i 500000
18830 489Ki
18832 $ numfmt --from=si 1M
18833 1000000
18835 $ numfmt --from=iec 1M
18836 1048576
18838 # with '--from=auto', M=Mega, Mi=Mebi
18839 $ numfmt --from=auto 1M
18840 1000000
18841 $ numfmt --from=auto 1Mi
18842 1048576
18843 @end example
18845 Converting from @samp{SI} to @samp{IEC} scales (e.g. when a drive's capacity is
18846 advertised as @samp{1TB}, while checking the drive's capacity gives lower
18847 values):
18849 @example
18850 $ numfmt --from=si --to=iec 1T
18851 932G
18852 @end example
18855 Converting a single field from an input file / piped input (these contrived
18856 examples are for demonstration purposes only, as both @command{ls} and
18857 @command{df} support the @option{--human-readable} option to
18858 output sizes in human-readable format):
18860 @example
18861 # Third field (file size) will be shown in SI representation
18862 $ ls -log | numfmt --field 3 --header --to=si | head -n4
18863 -rw-r--r--  1     94K Aug 23  2011 ABOUT-NLS
18864 -rw-r--r--  1    3.7K Jan  7 16:15 AUTHORS
18865 -rw-r--r--  1     36K Jun  1  2011 COPYING
18866 -rw-r--r--  1       0 Jan  7 15:15 ChangeLog
18868 # Second field (size) will be shown in IEC representation
18869 $ df --block-size=1 | numfmt --field 2 --header --to=iec | head -n4
18870 File system   1B-blocks        Used  Available Use% Mounted on
18871 rootfs             132G   104741408   26554036  80% /
18872 tmpfs              794M        7580     804960   1% /run/shm
18873 /dev/sdb1          694G   651424756   46074696  94% /home
18874 @end example
18877 Output can be tweaked using @option{--padding} or @option{--format}:
18879 @example
18880 # Pad to 10 characters, right-aligned
18881 $ du -s * | numfmt --to=si --padding=10
18882       2.5K config.log
18883        108 config.status
18884       1.7K configure
18885         20 configure.ac
18887 # Pad to 10 characters, left-aligned
18888 $ du -s * | numfmt --to=si --padding=-10
18889 2.5K       config.log
18890 108        config.status
18891 1.7K       configure
18892 20         configure.ac
18894 # Pad to 10 characters, left-aligned, using 'format'
18895 $ du -s * | numfmt --to=si --format="%10f"
18896       2.5K config.log
18897        108 config.status
18898       1.7K configure
18899         20 configure.ac
18901 # Pad to 10 characters, left-aligned, using 'format'
18902 $ du -s * | numfmt --to=si --padding="%-10f"
18903 2.5K       config.log
18904 108        config.status
18905 1.7K       configure
18906 20         configure.ac
18907 @end example
18909 With locales that support grouping digits, using @option{--grouping} or
18910 @option{--format} enables grouping.  In @samp{POSIX} locale, grouping is
18911 silently ignored:
18913 @example
18914 $ LC_ALL=C numfmt --from=iec --grouping 2G
18915 2147483648
18917 $ LC_ALL=en_US.utf8 numfmt --from=iec --grouping 2G
18918 2,147,483,648
18920 $ LC_ALL=ta_IN numfmt --from=iec --grouping 2G
18921 2,14,74,83,648
18923 $ LC_ALL=C numfmt --from=iec --format="==%'15f==" 2G
18924 ==     2147483648==
18926 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'15f==" 2G
18927 ==  2,147,483,648==
18929 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'-15f==" 2G
18930 ==2,147,483,648  ==
18932 $ LC_ALL=ta_IN numfmt --from=iec --format="==%'15f==" 2G
18933 == 2,14,74,83,648==
18934 @end example
18937 @node seq invocation
18938 @section @command{seq}: Print numeric sequences
18940 @pindex seq
18941 @cindex numeric sequences
18942 @cindex sequence of numbers
18944 @command{seq} prints a sequence of numbers to standard output.  Synopses:
18946 @example
18947 seq [@var{option}]@dots{} @var{last}
18948 seq [@var{option}]@dots{} @var{first} @var{last}
18949 seq [@var{option}]@dots{} @var{first} @var{increment} @var{last}
18950 @end example
18952 @command{seq} prints the numbers from @var{first} to @var{last} by
18953 @var{increment}.  By default, each number is printed on a separate line.
18954 When @var{increment} is not specified, it defaults to @samp{1},
18955 even when @var{first} is larger than @var{last}.
18956 @var{first} also defaults to @samp{1}.  So @code{seq 1} prints
18957 @samp{1}, but @code{seq 0} and @code{seq 10 5} produce no output.
18958 The sequence of numbers ends when the sum of the current number and
18959 @var{increment} would become greater than @var{last},
18960 so @code{seq 1 10 10} only produces @samp{1}.
18961 @var{increment} must not be @samp{0}; use the tool @command{yes} to get
18962 repeated output of a constant number.
18963 @var{first}, @var{increment} and @var{last} must not be @code{NaN},
18964 but @code{inf} is supported.
18965 Floating-point numbers may be specified in either the current or
18966 the C locale.  @xref{Floating point}.
18968 The program accepts the following options.  Also see @ref{Common options}.
18969 Options must precede operands.
18971 @table @samp
18972 @item -f @var{format}
18973 @itemx --format=@var{format}
18974 @opindex -f
18975 @opindex --format
18976 @cindex formatting of numbers in @command{seq}
18977 Print all numbers using @var{format}.
18978 @var{format} must contain exactly one of the @samp{printf}-style
18979 floating point conversion specifications @samp{%a}, @samp{%e},
18980 @samp{%f}, @samp{%g}, @samp{%A}, @samp{%E}, @samp{%F}, @samp{%G}@.
18981 The @samp{%} may be followed by zero or more flags taken from the set
18982 @samp{-+#0 '}, then an optional width containing one or more digits,
18983 then an optional precision consisting of a @samp{.} followed by zero
18984 or more digits.  @var{format} may also contain any number of @samp{%%}
18985 conversion specifications.  All conversion specifications have the
18986 same meaning as with @samp{printf}.
18988 The default format is derived from @var{first}, @var{step}, and
18989 @var{last}.  If these all use a fixed point decimal representation,
18990 the default format is @samp{%.@var{p}f}, where @var{p} is the minimum
18991 precision that can represent the output numbers exactly.  Otherwise,
18992 the default format is @samp{%g}.
18994 @item -s @var{string}
18995 @itemx --separator=@var{string}
18996 @opindex -s
18997 @opindex --separator
18998 @cindex separator for numbers in @command{seq}
18999 Separate numbers with @var{string}; default is a newline.
19000 The output always terminates with a newline.
19002 @item -w
19003 @itemx --equal-width
19004 @opindex -w
19005 @opindex --equal-width
19006 Print all numbers with the same width, by padding with leading zeros.
19007 @var{first}, @var{step}, and @var{last} should all use a fixed point
19008 decimal representation.
19009 (To have other kinds of padding, use @option{--format}).
19011 @end table
19013 You can get finer-grained control over output with @option{-f}:
19015 @example
19016 $ seq -f '(%9.2E)' -9e5 1.1e6 1.3e6
19017 (-9.00E+05)
19018 ( 2.00E+05)
19019 ( 1.30E+06)
19020 @end example
19022 If you want hexadecimal integer output, you can use @command{printf}
19023 to perform the conversion:
19025 @example
19026 $ printf '%x\n' $(seq 1048575 1024 1050623)
19027 fffff
19028 1003ff
19029 1007ff
19030 @end example
19032 For very long lists of numbers, use xargs to avoid
19033 system limitations on the length of an argument list:
19035 @example
19036 $ seq 1000000 | xargs printf '%x\n' | tail -n 3
19037 f423e
19038 f423f
19039 f4240
19040 @end example
19042 To generate octal output, use the printf @code{%o} format instead
19043 of @code{%x}.
19045 On most systems, seq can produce whole-number output for values up to
19046 at least @math{2^{53}}.  Larger integers are approximated.  The details
19047 differ depending on your floating-point implementation.
19048 @xref{Floating point}.  A common
19049 case is that @command{seq} works with integers through @math{2^{64}},
19050 and larger integers may not be numerically correct:
19052 @example
19053 $ seq 50000000000000000000 2 50000000000000000004
19054 50000000000000000000
19055 50000000000000000000
19056 50000000000000000004
19057 @end example
19059 However, note that when limited to non-negative whole numbers,
19060 an increment of less than 200, and no format-specifying option,
19061 seq can print arbitrarily large numbers.
19062 Therefore @command{seq inf} can be used to
19063 generate an infinite sequence of numbers.
19065 Be careful when using @command{seq} with outlandish values: otherwise
19066 you may see surprising results, as @command{seq} uses floating point
19067 internally.  For example, on the x86 platform, where the internal
19068 representation uses a 64-bit fraction, the command:
19070 @example
19071 seq 1 0.0000000000000000001 1.0000000000000000009
19072 @end example
19074 outputs 1.0000000000000000007 twice and skips 1.0000000000000000008.
19076 @exitstatus
19079 @node File permissions
19080 @chapter File permissions
19081 @include perm.texi
19084 @node File timestamps
19085 @chapter File timestamps
19087 @cindex atime
19088 @cindex birthtime
19089 @cindex ctime
19090 @cindex mtime
19091 Standard POSIX files have three timestamps: the access timestamp
19092 (atime) of the last read, the modification timestamp (mtime) of the
19093 last write, and the status change timestamp (ctime) of the last change
19094 to the file's meta-information.  Some file systems support a
19095 fourth time: the birth timestamp (birthtime) of when the file was
19096 created; by definition, birthtime never changes.
19098 One common example of a ctime change is when the permissions of a file
19099 change.  Changing the permissions doesn't access the file, so atime
19100 doesn't change, nor does it modify the file, so the mtime doesn't
19101 change.  Yet, something about the file itself has changed, and this
19102 must be noted somewhere.  This is the job of the ctime field.  This is
19103 necessary, so that, for example, a backup program can make a fresh
19104 copy of the file, including the new permissions value.  Another
19105 operation that modifies a file's ctime without affecting the others is
19106 renaming.
19108 Naively, a file's atime, mtime, and ctime are set to the current time
19109 whenever you read, write, or change the attributes of the file
19110 respectively, and searching a directory counts as reading it.  A
19111 file's atime and mtime can also be set directly, via the
19112 @command{touch} command (@pxref{touch invocation}).  In practice,
19113 though, timestamps are not updated quite that way.
19115 For efficiency reasons, many systems are lazy about updating atimes:
19116 when a program accesses a file, they may delay updating the file's
19117 atime, or may not update the file's atime if the file has been
19118 accessed recently, or may not update the atime at all.  Similar
19119 laziness, though typically not quite so extreme, applies to mtimes and
19120 ctimes.
19122 Some systems emulate timestamps instead of supporting them directly,
19123 and these emulations may disagree with the naive interpretation.  For
19124 example, a system may fake an atime or ctime by using the mtime.
19126 @cindex clock skew
19127 The determination of what time is ``current'' depends on the
19128 platform.  Platforms with network file systems often use different
19129 clocks for the operating system and for file systems; because
19130 updates typically uses file systems' clocks by default, clock
19131 skew can cause the resulting file timestamps to appear to be in a
19132 program's ``future'' or ``past''.
19134 @cindex file timestamp resolution
19135 When the system updates a file timestamp to a desired time @var{t}
19136 (which is either the current time, or a time specified via the
19137 @command{touch} command), there are several reasons the file's
19138 timestamp may be set to a value that differs from @var{t}.  First,
19139 @var{t} may have a higher resolution than supported.  Second, a file
19140 system may use different resolutions for different types of times.
19141 Third, file timestamps may use a different resolution than operating
19142 system timestamps.  Fourth, the operating system primitives used to
19143 update timestamps may employ yet a different resolution.  For example,
19144 in theory a file system might use 10-microsecond resolution for access
19145 timestamp and 100-nanosecond resolution for modification timestamp, and the
19146 operating system might use nanosecond resolution for the current time
19147 and microsecond resolution for the primitive that @command{touch} uses
19148 to set a file's timestamp to an arbitrary value.
19151 @include parse-datetime.texi
19153 @include sort-version.texi
19155 @c              What's GNU?
19156 @c              Arnold Robbins
19157 @node Opening the software toolbox
19158 @chapter Opening the Software Toolbox
19160 An earlier version of this chapter appeared in
19161 @uref{https://www.linuxjournal.com/article.php?sid=2762, the
19162 @cite{What's GNU@?} column of the June 1994 @cite{Linux Journal}}.
19163 It was written by Arnold Robbins.
19165 @menu
19166 * Toolbox introduction::        Toolbox introduction
19167 * I/O redirection::             I/O redirection
19168 * The who command::             The @command{who} command
19169 * The cut command::             The @command{cut} command
19170 * The sort command::            The @command{sort} command
19171 * The uniq command::            The @command{uniq} command
19172 * Putting the tools together::  Putting the tools together
19173 @end menu
19176 @node Toolbox introduction
19177 @unnumberedsec Toolbox Introduction
19179 This month's column is only peripherally related to the GNU Project, in
19180 that it describes a number of the GNU tools on your GNU/Linux system
19181 and how they
19182 might be used.  What it's really about is the ``Software Tools'' philosophy
19183 of program development and usage.
19185 The software tools philosophy was an important and integral concept
19186 in the initial design and development of Unix (of which GNU/Linux and GNU are
19187 essentially clones).  Unfortunately, in the modern day press of
19188 Internetworking and flashy GUIs, it seems to have fallen by the
19189 wayside.  This is a shame, since it provides a powerful mental model
19190 for solving many kinds of problems.
19192 Many people carry a Swiss Army knife around in their pants pockets (or
19193 purse).  A Swiss Army knife is a handy tool to have: it has several knife
19194 blades, a screwdriver, tweezers, toothpick, nail file, corkscrew, and perhaps
19195 a number of other things on it.  For the everyday, small miscellaneous jobs
19196 where you need a simple, general purpose tool, it's just the thing.
19198 On the other hand, an experienced carpenter doesn't build a house using
19199 a Swiss Army knife.  Instead, he has a toolbox chock full of specialized
19200 tools---a saw, a hammer, a screwdriver, a plane, and so on.  And he knows
19201 exactly when and where to use each tool; you won't catch him hammering nails
19202 with the handle of his screwdriver.
19204 The Unix developers at Bell Labs were all professional programmers and trained
19205 computer scientists.  They had found that while a one-size-fits-all program
19206 might appeal to a user because there's only one program to use, in practice
19207 such programs are
19209 @enumerate a
19210 @item
19211 difficult to write,
19213 @item
19214 difficult to maintain and
19215 debug, and
19217 @item
19218 difficult to extend to meet new situations.
19219 @end enumerate
19221 Instead, they felt that programs should be specialized tools.  In short, each
19222 program ``should do one thing well.''  No more and no less.  Such programs are
19223 simpler to design, write, and get right---they only do one thing.
19225 Furthermore, they found that with the right machinery for hooking programs
19226 together, that the whole was greater than the sum of the parts.  By combining
19227 several special purpose programs, you could accomplish a specific task
19228 that none of the programs was designed for, and accomplish it much more
19229 quickly and easily than if you had to write a special purpose program.
19230 We will see some (classic) examples of this further on in the column.
19231 (An important additional point was that, if necessary, take a detour
19232 and build any software tools you may need first, if you don't already
19233 have something appropriate in the toolbox.)
19235 @node I/O redirection
19236 @unnumberedsec I/O Redirection
19238 Hopefully, you are familiar with the basics of I/O redirection in the
19239 shell, in particular the concepts of ``standard input,'' ``standard output,''
19240 and ``standard error''.  Briefly, ``standard input'' is a data source, where
19241 data comes from.  A program should not need to either know or care if the
19242 data source is a regular file, a keyboard, a magnetic tape, or even a punched
19243 card reader.  Similarly, ``standard output'' is a data sink, where data goes
19244 to.  The program should neither know nor care where this might be.
19245 Programs that only read their standard input, do something to the data,
19246 and then send it on, are called @dfn{filters}, by analogy to filters in a
19247 water pipeline.
19249 With the Unix shell, it's very easy to set up data pipelines:
19251 @example
19252 program_to_create_data | filter1 | ... | filterN > final.pretty.data
19253 @end example
19255 We start out by creating the raw data; each filter applies some successive
19256 transformation to the data, until by the time it comes out of the pipeline,
19257 it is in the desired form.
19259 This is fine and good for standard input and standard output.  Where does the
19260 standard error come in to play?  Well, think about @command{filter1} in
19261 the pipeline above.  What happens if it encounters an error in the data it
19262 sees?  If it writes an error message to standard output, it will just
19263 disappear down the pipeline into @command{filter2}'s input, and the
19264 user will probably never see it.  So programs need a place where they can send
19265 error messages so that the user will notice them.  This is standard error,
19266 and it is usually connected to your console or window, even if you have
19267 redirected standard output of your program away from your screen.
19269 For filter programs to work together, the format of the data has to be
19270 agreed upon.  The most straightforward and easiest format to use is simply
19271 lines of text.  Unix data files are generally just streams of bytes, with
19272 lines delimited by the ASCII LF (Line Feed) character,
19273 conventionally called a ``newline'' in the Unix literature.  (This is
19274 @code{'\n'} if you're a C programmer.)  This is the format used by all
19275 the traditional filtering programs.  (Many earlier operating systems
19276 had elaborate facilities and special purpose programs for managing
19277 binary data.  Unix has always shied away from such things, under the
19278 philosophy that it's easiest to simply be able to view and edit your
19279 data with a text editor.)
19281 OK, enough introduction.  Let's take a look at some of the tools, and then
19282 we'll see how to hook them together in interesting ways.   In the following
19283 discussion, we will only present those command line options that interest
19284 us.  As you should always do, double check your system documentation
19285 for the full story.
19287 @node The who command
19288 @unnumberedsec The @command{who} Command
19290 The first program is the @command{who} command.  By itself, it generates a
19291 list of the users who are currently logged in.  Although I'm writing
19292 this on a single-user system, we'll pretend that several people are
19293 logged in:
19295 @example
19296 $ who
19297 @print{} arnold   console Jan 22 19:57
19298 @print{} miriam   ttyp0   Jan 23 14:19(:0.0)
19299 @print{} bill     ttyp1   Jan 21 09:32(:0.0)
19300 @print{} arnold   ttyp2   Jan 23 20:48(:0.0)
19301 @end example
19303 Here, the @samp{$} is the usual shell prompt, at which I typed @samp{who}.
19304 There are three people logged in, and I am logged in twice.  On traditional
19305 Unix systems, user names are never more than eight characters long.  This
19306 little bit of trivia will be useful later.  The output of @command{who} is nice,
19307 but the data is not all that exciting.
19309 @node The cut command
19310 @unnumberedsec The @command{cut} Command
19312 The next program we'll look at is the @command{cut} command.  This program
19313 cuts out columns or fields of input data.  For example, we can tell it
19314 to print just the login name and full name from the @file{/etc/passwd}
19315 file.  The @file{/etc/passwd} file has seven fields, separated by
19316 colons:
19318 @example
19319 arnold:xyzzy:2076:10:Arnold D. Robbins:/home/arnold:/bin/bash
19320 @end example
19322 To get the first and fifth fields, we would use @command{cut} like this:
19324 @example
19325 $ cut -d: -f1,5 /etc/passwd
19326 @print{} root:Operator
19327 @dots{}
19328 @print{} arnold:Arnold D. Robbins
19329 @print{} miriam:Miriam A. Robbins
19330 @dots{}
19331 @end example
19333 With the @option{-c} option, @command{cut} will cut out specific characters
19334 (i.e., columns) in the input lines.  This is useful for input data
19335 that has fixed width fields, and does not have a field separator.  For
19336 example, list the Monday dates for the current month:
19338 @c Is using cal ok?  Looked at gcal, but I don't like it.
19339 @example
19340 $ cal | cut -c 3-5
19341 @print{}Mo
19342 @print{}
19343 @print{}  6
19344 @print{} 13
19345 @print{} 20
19346 @print{} 27
19347 @end example
19349 @node The sort command
19350 @unnumberedsec The @command{sort} Command
19352 Next we'll look at the @command{sort} command.  This is one of the most
19353 powerful commands on a Unix-style system; one that you will often find
19354 yourself using when setting up fancy data plumbing.
19356 The @command{sort}
19357 command reads and sorts each file named on the command line.  It then
19358 merges the sorted data and writes it to standard output.  It will read
19359 standard input if no files are given on the command line (thus
19360 making it into a filter).  The sort is based on the character collating
19361 sequence or based on user-supplied ordering criteria.
19364 @node The uniq command
19365 @unnumberedsec The @command{uniq} Command
19367 Finally (at least for now), we'll look at the @command{uniq} program.  When
19368 sorting data, you will often end up with duplicate lines, lines that
19369 are identical.  Usually, all you need is one instance of each line.
19370 This is where @command{uniq} comes in.  The @command{uniq} program reads its
19371 standard input.  It prints only one
19372 copy of each repeated line.  It does have several options.  Later on,
19373 we'll use the @option{-c} option, which prints each unique line, preceded
19374 by a count of the number of times that line occurred in the input.
19377 @node Putting the tools together
19378 @unnumberedsec Putting the Tools Together
19380 Now, let's suppose this is a large ISP server system with dozens of users
19381 logged in.  The management wants the system administrator to write a
19382 program that will
19383 generate a sorted list of logged in users.  Furthermore, even if a user
19384 is logged in multiple times, his or her name should only show up in the
19385 output once.
19387 The administrator could sit down with the system documentation and write a C
19388 program that did this.  It would take perhaps a couple of hundred lines
19389 of code and about two hours to write it, test it, and debug it.
19390 However, knowing the software toolbox, the administrator can instead start out
19391 by generating just a list of logged on users:
19393 @example
19394 $ who | cut -c1-8
19395 @print{} arnold
19396 @print{} miriam
19397 @print{} bill
19398 @print{} arnold
19399 @end example
19401 Next, sort the list:
19403 @example
19404 $ who | cut -c1-8 | sort
19405 @print{} arnold
19406 @print{} arnold
19407 @print{} bill
19408 @print{} miriam
19409 @end example
19411 Finally, run the sorted list through @command{uniq}, to weed out duplicates:
19413 @example
19414 $ who | cut -c1-8 | sort | uniq
19415 @print{} arnold
19416 @print{} bill
19417 @print{} miriam
19418 @end example
19420 The @command{sort} command actually has a @option{-u} option that does what
19421 @command{uniq} does.  However, @command{uniq} has other uses for which one
19422 cannot substitute @samp{sort -u}.
19424 The administrator puts this pipeline into a shell script, and makes it
19425 available for
19426 all the users on the system (@samp{#} is the system administrator,
19427 or @code{root}, prompt):
19429 @example
19430 # cat > /usr/local/bin/listusers
19431 who | cut -c1-8 | sort | uniq
19433 # chmod +x /usr/local/bin/listusers
19434 @end example
19436 There are four major points to note here.  First, with just four
19437 programs, on one command line, the administrator was able to save about two
19438 hours worth of work.  Furthermore, the shell pipeline is just about as
19439 efficient as the C program would be, and it is much more efficient in
19440 terms of programmer time.  People time is much more expensive than
19441 computer time, and in our modern ``there's never enough time to do
19442 everything'' society, saving two hours of programmer time is no mean
19443 feat.
19445 Second, it is also important to emphasize that with the
19446 @emph{combination} of the tools, it is possible to do a special
19447 purpose job never imagined by the authors of the individual programs.
19449 Third, it is also valuable to build up your pipeline in stages, as we did here.
19450 This allows you to view the data at each stage in the pipeline, which helps
19451 you acquire the confidence that you are indeed using these tools correctly.
19453 Finally, by bundling the pipeline in a shell script, other users can use
19454 your command, without having to remember the fancy plumbing you set up for
19455 them.  In terms of how you run them, shell scripts and compiled programs are
19456 indistinguishable.
19458 After the previous warm-up exercise, we'll look at two additional, more
19459 complicated pipelines.  For them, we need to introduce two more tools.
19461 The first is the @command{tr} command, which stands for ``transliterate.''
19462 The @command{tr} command works on a character-by-character basis, changing
19463 characters.  Normally it is used for things like mapping upper case to
19464 lower case:
19466 @example
19467 $ echo ThIs ExAmPlE HaS MIXED case! | tr '[:upper:]' '[:lower:]'
19468 @print{} this example has mixed case!
19469 @end example
19471 There are several options of interest:
19473 @table @code
19474 @item -c
19475 work on the complement of the listed characters, i.e.,
19476 operations apply to characters not in the given set
19478 @item -d
19479 delete characters in the first set from the output
19481 @item -s
19482 squeeze repeated characters in the output into just one character.
19483 @end table
19485 We will be using all three options in a moment.
19487 The other command we'll look at is @command{comm}.  The @command{comm}
19488 command takes two sorted input files as input data, and prints out the
19489 files' lines in three columns.  The output columns are the data lines
19490 unique to the first file, the data lines unique to the second file, and
19491 the data lines that are common to both.  The @option{-1}, @option{-2}, and
19492 @option{-3} command line options @emph{omit} the respective columns.  (This is
19493 non-intuitive and takes a little getting used to.)  For example:
19495 @example
19496 $ cat f1
19497 @print{} 11111
19498 @print{} 22222
19499 @print{} 33333
19500 @print{} 44444
19501 $ cat f2
19502 @print{} 00000
19503 @print{} 22222
19504 @print{} 33333
19505 @print{} 55555
19506 $ comm f1 f2
19507 @print{}         00000
19508 @print{} 11111
19509 @print{}                 22222
19510 @print{}                 33333
19511 @print{} 44444
19512 @print{}         55555
19513 @end example
19515 The file name @file{-} tells @command{comm} to read standard input
19516 instead of a regular file.
19518 Now we're ready to build a fancy pipeline.  The first application is a word
19519 frequency counter.  This helps an author determine if he or she is over-using
19520 certain words.
19522 The first step is to change the case of all the letters in our input file
19523 to one case.  ``The'' and ``the'' are the same word when doing counting.
19525 @example
19526 $ tr '[:upper:]' '[:lower:]' < whats.gnu | ...
19527 @end example
19529 The next step is to get rid of punctuation.  Quoted words and unquoted words
19530 should be treated identically; it's easiest to just get the punctuation out of
19531 the way.
19533 @example
19534 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' | ...
19535 @end example
19537 The second @command{tr} command operates on the complement of the listed
19538 characters, which are all the letters, the digits, the underscore, and
19539 the blank.  The @samp{\n} represents the newline character; it has to
19540 be left alone.  (The ASCII tab character should also be included for
19541 good measure in a production script.)
19543 At this point, we have data consisting of words separated by blank space.
19544 The words only contain alphanumeric characters (and the underscore).  The
19545 next step is break the data apart so that we have one word per line.  This
19546 makes the counting operation much easier, as we will see shortly.
19548 @example
19549 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19550 > tr -s ' ' '\n' | ...
19551 @end example
19553 This command turns blanks into newlines.  The @option{-s} option squeezes
19554 multiple newline characters in the output into just one, removing
19555 blank lines.  (The @samp{>} is the shell's ``secondary prompt.''
19556 This is what the shell prints when it notices you haven't finished
19557 typing in all of a command.)
19559 We now have data consisting of one word per line, no punctuation, all one
19560 case.  We're ready to count each word:
19562 @example
19563 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19564 > tr -s ' ' '\n' | sort | uniq -c | ...
19565 @end example
19567 At this point, the data might look something like this:
19569 @example
19570      60 a
19571       2 able
19572       6 about
19573       1 above
19574       2 accomplish
19575       1 acquire
19576       1 actually
19577       2 additional
19578 @end example
19580 The output is sorted by word, not by count!  What we want is the most
19581 frequently used words first.  Fortunately, this is easy to accomplish,
19582 with the help of two more @command{sort} options:
19584 @table @code
19585 @item -n
19586 do a numeric sort, not a textual one
19588 @item -r
19589 reverse the order of the sort
19590 @end table
19592 The final pipeline looks like this:
19594 @example
19595 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19596 > tr -s ' ' '\n' | sort | uniq -c | sort -n -r
19597 @print{}    156 the
19598 @print{}     60 a
19599 @print{}     58 to
19600 @print{}     51 of
19601 @print{}     51 and
19602 @dots{}
19603 @end example
19605 Whew!  That's a lot to digest.  Yet, the same principles apply.  With six
19606 commands, on two lines (really one long one split for convenience), we've
19607 created a program that does something interesting and useful, in much
19608 less time than we could have written a C program to do the same thing.
19610 A minor modification to the above pipeline can give us a simple spelling
19611 checker!  To determine if you've spelled a word correctly, all you have to
19612 do is look it up in a dictionary.  If it is not there, then chances are
19613 that your spelling is incorrect.  So, we need a dictionary.
19614 The conventional location for a dictionary is @file{/usr/share/dict/words}.
19616 Now, how to compare our file with the dictionary?  As before, we generate
19617 a sorted list of words, one per line:
19619 @example
19620 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19621 > tr -s ' ' '\n' | sort -u | ...
19622 @end example
19624 Now, all we need is a list of words that are @emph{not} in the
19625 dictionary.  Here is where the @command{comm} command comes in.
19626 Unfortunately @command{comm} operates on sorted input and
19627 @file{/usr/share/dict/words} is not sorted the way that @command{sort}
19628 and @command{comm} normally use, so we first create a properly-sorted
19629 copy of the dictionary and then run a pipeline that uses the copy.
19631 @example
19632 $ sort /usr/share/dict/words > sorted-words
19633 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19634 > tr -s ' ' '\n' | sort -u |
19635 > comm -23 - sorted-words
19636 @end example
19638 The @option{-2} and @option{-3} options eliminate lines that are only in the
19639 dictionary (the second file), and lines that are in both files.  Lines
19640 only in the first file (standard input, our stream of words), are
19641 words that are not in the dictionary.  These are likely candidates for
19642 spelling errors.  This pipeline was the first cut at a production
19643 spelling checker on Unix.
19645 There are some other tools that deserve brief mention.
19647 @table @command
19648 @item grep
19649 search files for text that matches a regular expression
19651 @item wc
19652 count lines, words, characters
19654 @item tee
19655 a T-fitting for data pipes, copies data to files and to standard output
19657 @item sed
19658 the stream editor, an advanced tool
19660 @item awk
19661 a data manipulation language, another advanced tool
19662 @end table
19664 The software tools philosophy also espoused the following bit of
19665 advice: ``Let someone else do the hard part.''  This means, take
19666 something that gives you most of what you need, and then massage it the
19667 rest of the way until it's in the form that you want.
19669 To summarize:
19671 @enumerate 1
19672 @item
19673 Each program should do one thing well.  No more, no less.
19675 @item
19676 Combining programs with appropriate plumbing leads to results where
19677 the whole is greater than the sum of the parts.  It also leads to novel
19678 uses of programs that the authors might never have imagined.
19680 @item
19681 Programs should never print extraneous header or trailer data, since these
19682 could get sent on down a pipeline.  (A point we didn't mention earlier.)
19684 @item
19685 Let someone else do the hard part.
19687 @item
19688 Know your toolbox!  Use each program appropriately.  If you don't have an
19689 appropriate tool, build one.
19690 @end enumerate
19692 All the programs discussed are available as described in
19693 @uref{https://www.gnu.org/software/coreutils/coreutils.html,
19694 GNU core utilities}.
19696 None of what I have presented in this column is new.  The Software Tools
19697 philosophy was first introduced in the book @cite{Software Tools}, by
19698 Brian Kernighan and P.J. Plauger (Addison-Wesley, ISBN 0-201-03669-X).
19699 This book showed how to write and use software tools.  It was written in
19700 1976, using a preprocessor for FORTRAN named @command{ratfor} (RATional
19701 FORtran).  At the time, C was not as ubiquitous as it is now; FORTRAN
19702 was.  The last chapter presented a @command{ratfor} to FORTRAN
19703 processor, written in @command{ratfor}.  @command{ratfor} looks an awful
19704 lot like C; if you know C, you won't have any problem following the
19705 code.
19707 In 1981, the book was updated and made available as @cite{Software Tools
19708 in Pascal} (Addison-Wesley, ISBN 0-201-10342-7).  Both books are
19709 still in print and are well worth
19710 reading if you're a programmer.  They certainly made a major change in
19711 how I view programming.
19713 The programs in both books are available from
19714 @uref{https://www.cs.princeton.edu/~bwk/, Brian Kernighan's home page}.
19715 For a number of years, there was an active
19716 Software Tools Users Group, whose members had ported the original
19717 @command{ratfor} programs to essentially every computer system with a
19718 FORTRAN compiler.  The popularity of the group waned in the middle 1980s
19719 as Unix began to spread beyond universities.
19721 With the current proliferation of GNU code and other clones of Unix programs,
19722 these programs now receive little attention; modern C versions are
19723 much more efficient and do more than these programs do.  Nevertheless, as
19724 exposition of good programming style, and evangelism for a still-valuable
19725 philosophy, these books are unparalleled, and I recommend them highly.
19727 Acknowledgment: I would like to express my gratitude to Brian Kernighan
19728 of Bell Labs, the original Software Toolsmith, for reviewing this column.
19730 @node GNU Free Documentation License
19731 @appendix GNU Free Documentation License
19733 @include fdl.texi
19735 @node Concept index
19736 @unnumbered Index
19738 @printindex cp
19740 @bye
19742 @c Local variables:
19743 @c texinfo-column-for-description: 32
19744 @c End: