maint: prefer https: to git:
[coreutils.git] / doc / coreutils.texi
blob4d7d9439d0f15db5d2022cc674f755c308d2f3e1
1 \input texinfo
2 @c %**start of header
3 @setfilename coreutils.info
4 @include version.texi
5 @settitle GNU Coreutils @value{VERSION}
6 @documentencoding UTF-8
7 @set txicodequoteundirected
8 @set txicodequotebacktick
9 @allowcodebreaks false
11 @c %**end of header
13 @include constants.texi
15 @c Define new indices.
16 @defcodeindex op
17 @defcodeindex fl
19 @c Put everything in one index (arbitrarily chosen to be the concept index).
20 @syncodeindex fl cp
21 @syncodeindex fn cp
22 @syncodeindex ky cp
23 @syncodeindex op cp
24 @syncodeindex pg cp
25 @syncodeindex vr cp
27 @dircategory Basics
28 @direntry
29 * Coreutils: (coreutils).       Core GNU (file, text, shell) utilities.
30 * Common options: (coreutils)Common options.
31 * File permissions: (coreutils)File permissions.  Access modes.
32 * Date input formats: (coreutils)Date input formats.
33 @end direntry
35 @c FIXME: the following need documentation
36 @c * [: (coreutils)[ invocation.                   File/string tests.
37 @c * pinky: (coreutils)pinky invocation.           FIXME.
39 @dircategory Individual utilities
40 @direntry
41 * arch: (coreutils)arch invocation.             Print machine hardware name.
42 * b2sum: (coreutils)b2sum invocation.           Print or check BLAKE2 digests.
43 * base32: (coreutils)base32 invocation.         Base32 encode/decode data.
44 * base64: (coreutils)base64 invocation.         Base64 encode/decode data.
45 * basename: (coreutils)basename invocation.     Strip directory and suffix.
46 * basenc: (coreutils)basenc invocation.         Encoding/decoding of data.
47 * cat: (coreutils)cat invocation.               Concatenate and write files.
48 * chcon: (coreutils)chcon invocation.           Change SELinux CTX of files.
49 * chgrp: (coreutils)chgrp invocation.           Change file groups.
50 * chmod: (coreutils)chmod invocation.           Change access permissions.
51 * chown: (coreutils)chown invocation.           Change file owners and groups.
52 * chroot: (coreutils)chroot invocation.         Specify the root directory.
53 * cksum: (coreutils)cksum invocation.           Print POSIX CRC checksum.
54 * comm: (coreutils)comm invocation.             Compare sorted files by line.
55 * cp: (coreutils)cp invocation.                 Copy files.
56 * csplit: (coreutils)csplit invocation.         Split by context.
57 * cut: (coreutils)cut invocation.               Print selected parts of lines.
58 * date: (coreutils)date invocation.             Print/set system date and time.
59 * dd: (coreutils)dd invocation.                 Copy and convert a file.
60 * df: (coreutils)df invocation.                 Report file system usage.
61 * dir: (coreutils)dir invocation.               List directories briefly.
62 * dircolors: (coreutils)dircolors invocation.   Color setup for ls.
63 * dirname: (coreutils)dirname invocation.       Strip last file name component.
64 * du: (coreutils)du invocation.                 Report file usage.
65 * echo: (coreutils)echo invocation.             Print a line of text.
66 * env: (coreutils)env invocation.               Modify the environment.
67 * expand: (coreutils)expand invocation.         Convert tabs to spaces.
68 * expr: (coreutils)expr invocation.             Evaluate expressions.
69 * factor: (coreutils)factor invocation.         Print prime factors
70 * false: (coreutils)false invocation.           Do nothing, unsuccessfully.
71 * fmt: (coreutils)fmt invocation.               Reformat paragraph text.
72 * fold: (coreutils)fold invocation.             Wrap long input lines.
73 * groups: (coreutils)groups invocation.         Print group names a user is in.
74 * head: (coreutils)head invocation.             Output the first part of files.
75 * hostid: (coreutils)hostid invocation.         Print numeric host identifier.
76 * hostname: (coreutils)hostname invocation.     Print or set system name.
77 * id: (coreutils)id invocation.                 Print user identity.
78 * install: (coreutils)install invocation.       Copy files and set attributes.
79 * join: (coreutils)join invocation.             Join lines on a common field.
80 * kill: (coreutils)kill invocation.             Send a signal to processes.
81 * link: (coreutils)link invocation.             Make hard links between files.
82 * ln: (coreutils)ln invocation.                 Make links between files.
83 * logname: (coreutils)logname invocation.       Print current login name.
84 * ls: (coreutils)ls invocation.                 List directory contents.
85 * md5sum: (coreutils)md5sum invocation.         Print or check MD5 digests.
86 * mkdir: (coreutils)mkdir invocation.           Create directories.
87 * mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).
88 * mknod: (coreutils)mknod invocation.           Create special files.
89 * mktemp: (coreutils)mktemp invocation.         Create temporary files.
90 * mv: (coreutils)mv invocation.                 Rename files.
91 * nice: (coreutils)nice invocation.             Modify niceness.
92 * nl: (coreutils)nl invocation.                 Number lines and write files.
93 * nohup: (coreutils)nohup invocation.           Immunize to hangups.
94 * nproc: (coreutils)nproc invocation.           Print the number of processors.
95 * numfmt: (coreutils)numfmt invocation.         Reformat numbers.
96 * od: (coreutils)od invocation.                 Dump files in octal, etc.
97 * paste: (coreutils)paste invocation.           Merge lines of files.
98 * pathchk: (coreutils)pathchk invocation.       Check file name portability.
99 * pr: (coreutils)pr invocation.                 Paginate or columnate files.
100 * printenv: (coreutils)printenv invocation.     Print environment variables.
101 * printf: (coreutils)printf invocation.         Format and print data.
102 * ptx: (coreutils)ptx invocation.               Produce permuted indexes.
103 * pwd: (coreutils)pwd invocation.               Print working directory.
104 * readlink: (coreutils)readlink invocation.     Print referent of a symlink.
105 * realpath: (coreutils)realpath invocation.     Print resolved file names.
106 * rm: (coreutils)rm invocation.                 Remove files.
107 * rmdir: (coreutils)rmdir invocation.           Remove empty directories.
108 * runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.
109 * seq: (coreutils)seq invocation.               Print numeric sequences
110 * sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.
111 * sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.
112 * shred: (coreutils)shred invocation.           Remove files more securely.
113 * shuf: (coreutils)shuf invocation.             Shuffling text files.
114 * sleep: (coreutils)sleep invocation.           Delay for a specified time.
115 * sort: (coreutils)sort invocation.             Sort text files.
116 * split: (coreutils)split invocation.           Split into pieces.
117 * stat: (coreutils)stat invocation.             Report file(system) status.
118 * stdbuf: (coreutils)stdbuf invocation.         Modify stdio buffering.
119 * stty: (coreutils)stty invocation.             Print/change terminal settings.
120 * sum: (coreutils)sum invocation.               Print traditional checksum.
121 * sync: (coreutils)sync invocation.             Sync files to stable storage.
122 * tac: (coreutils)tac invocation.               Reverse files.
123 * tail: (coreutils)tail invocation.             Output the last part of files.
124 * tee: (coreutils)tee invocation.               Redirect to multiple files.
125 * test: (coreutils)test invocation.             File/string tests.
126 * timeout: (coreutils)timeout invocation.       Run with time limit.
127 * touch: (coreutils)touch invocation.           Change file timestamps.
128 * tr: (coreutils)tr invocation.                 Translate characters.
129 * true: (coreutils)true invocation.             Do nothing, successfully.
130 * truncate: (coreutils)truncate invocation.     Shrink/extend size of a file.
131 * tsort: (coreutils)tsort invocation.           Topological sort.
132 * tty: (coreutils)tty invocation.               Print terminal name.
133 * uname: (coreutils)uname invocation.           Print system information.
134 * unexpand: (coreutils)unexpand invocation.     Convert spaces to tabs.
135 * uniq: (coreutils)uniq invocation.             Uniquify files.
136 * unlink: (coreutils)unlink invocation.         Removal via unlink(2).
137 * uptime: (coreutils)uptime invocation.         Print uptime and load.
138 * users: (coreutils)users invocation.           Print current user names.
139 * vdir: (coreutils)vdir invocation.             List directories verbosely.
140 * wc: (coreutils)wc invocation.                 Line, word, and byte counts.
141 * who: (coreutils)who invocation.               Print who is logged in.
142 * whoami: (coreutils)whoami invocation.         Print effective user ID.
143 * yes: (coreutils)yes invocation.               Print a string indefinitely.
144 @end direntry
146 @copying
147 This manual documents version @value{VERSION} of the GNU core
148 utilities, including the standard programs for text and file manipulation.
150 Copyright @copyright{} 1994--2023 Free Software Foundation, Inc.
152 @quotation
153 Permission is granted to copy, distribute and/or modify this document
154 under the terms of the GNU Free Documentation License, Version 1.3 or
155 any later version published by the Free Software Foundation; with no
156 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
157 Texts.  A copy of the license is included in the section entitled ``GNU
158 Free Documentation License''.
159 @end quotation
160 @end copying
162 @titlepage
163 @title GNU @code{Coreutils}
164 @subtitle Core GNU utilities
165 @subtitle for version @value{VERSION}, @value{UPDATED}
166 @author David MacKenzie et al.
168 @page
169 @vskip 0pt plus 1filll
170 @insertcopying
171 @end titlepage
172 @shortcontents
173 @contents
175 @ifnottex
176 @node Top
177 @top GNU Coreutils
179 @insertcopying
180 @end ifnottex
182 @cindex core utilities
183 @cindex text utilities
184 @cindex shell utilities
185 @cindex file utilities
187 @menu
188 * Introduction::                 Caveats, overview, and authors
189 * Common options::               Common options
190 * Output of entire files::       cat tac nl od base32 base64 basenc
191 * Formatting file contents::     fmt pr fold
192 * Output of parts of files::     head tail split csplit
193 * Summarizing files::            wc sum cksum b2sum md5sum sha1sum sha2
194 * Operating on sorted files::    sort shuf uniq comm ptx tsort
195 * Operating on fields::          cut paste join
196 * Operating on characters::      tr expand unexpand
197 * Directory listing::            ls dir vdir dircolors
198 * Basic operations::             cp dd install mv rm shred
199 * Special file types::         mkdir rmdir unlink mkfifo mknod ln link readlink
200 * Changing file attributes::     chgrp chmod chown touch
201 * File space usage::             df du stat sync truncate
202 * Printing text::                echo printf yes
203 * Conditions::                   false true test expr
204 * Redirection::                  tee
205 * File name manipulation::       dirname basename pathchk mktemp realpath
206 * Working context::              pwd stty printenv tty
207 * User information::             id logname whoami groups users who
208 * System context::               date arch nproc uname hostname hostid uptime
209 * SELinux context::              chcon runcon
210 * Modified command invocation::  chroot env nice nohup stdbuf timeout
211 * Process control::              kill
212 * Delaying::                     sleep
213 * Numeric operations::           factor numfmt seq
214 * File permissions::             Access modes
215 * File timestamps::              File timestamp issues
216 * Date input formats::           Specifying date strings
217 * Version sort ordering::        Details on version-sort algorithm
218 * Opening the software toolbox:: The software tools philosophy
219 * GNU Free Documentation License:: Copying and sharing this manual
220 * Concept index::                General index
222 @detailmenu
223  --- The Detailed Node Listing ---
225 Common Options
227 * Exit status::                  Indicating program success or failure
228 * Backup options::               Backup options
229 * Block size::                   Block size
230 * Floating point::               Floating point number representation
231 * Signal specifications::        Specifying signals
232 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
233 * Random sources::               Sources of random data
234 * Target directory::             Target directory
235 * Trailing slashes::             Trailing slashes
236 * Traversing symlinks::          Traversing symlinks to directories
237 * Treating / specially::         Treating / specially
238 * Standards conformance::        Standards conformance
239 * Multi-call invocation::        Multi-call program invocation
241 Output of entire files
243 * cat invocation::               Concatenate and write files
244 * tac invocation::               Concatenate and write files in reverse
245 * nl invocation::                Number lines and write files
246 * od invocation::                Write files in octal or other formats
247 * base32 invocation::            Transform data into printable data
248 * base64 invocation::            Transform data into printable data
249 * basenc invocation::            Transform data into printable data
251 Formatting file contents
253 * fmt invocation::               Reformat paragraph text
254 * pr invocation::                Paginate or columnate files for printing
255 * fold invocation::              Wrap input lines to fit in specified width
257 Output of parts of files
259 * head invocation::              Output the first part of files
260 * tail invocation::              Output the last part of files
261 * split invocation::             Split a file into fixed-size pieces
262 * csplit invocation::            Split a file into context-determined pieces
264 Summarizing files
266 * wc invocation::                Print newline, word, and byte counts
267 * sum invocation::               Print checksum and block counts
268 * cksum invocation::             Print CRC checksum and byte counts
269 * b2sum invocation::             Print or check BLAKE2 digests
270 * md5sum invocation::            Print or check MD5 digests
271 * sha1sum invocation::           Print or check SHA-1 digests
272 * sha2 utilities::               Print or check SHA-2 digests
274 Operating on sorted files
276 * sort invocation::              Sort text files
277 * shuf invocation::              Shuffle text files
278 * uniq invocation::              Uniquify files
279 * comm invocation::              Compare two sorted files line by line
280 * ptx invocation::               Produce a permuted index of file contents
281 * tsort invocation::             Topological sort
283 @command{ptx}: Produce permuted indexes
285 * General options in ptx::       Options which affect general program behavior
286 * Charset selection in ptx::     Underlying character set considerations
287 * Input processing in ptx::      Input fields, contexts, and keyword selection
288 * Output formatting in ptx::     Types of output format, and sizing the fields
289 * Compatibility in ptx::         The GNU extensions to @command{ptx}
291 Operating on fields
293 * cut invocation::               Print selected parts of lines
294 * paste invocation::             Merge lines of files
295 * join invocation::              Join lines on a common field
297 Operating on characters
299 * tr invocation::                Translate, squeeze, and/or delete characters
300 * expand invocation::            Convert tabs to spaces
301 * unexpand invocation::          Convert spaces to tabs
303 @command{tr}: Translate, squeeze, and/or delete characters
305 * Character arrays::             Specifying arrays of characters
306 * Translating::                  Changing one set of characters to another
307 * Squeezing and deleting::       Removing characters
309 Directory listing
311 * ls invocation::                List directory contents
312 * dir invocation::               Briefly list directory contents
313 * vdir invocation::              Verbosely list directory contents
314 * dircolors invocation::         Color setup for @command{ls}
316 @command{ls}:  List directory contents
318 * Which files are listed::       Which files are listed
319 * What information is listed::   What information is listed
320 * Sorting the output::           Sorting the output
321 * General output formatting::    General output formatting
322 * Formatting the file names::    Formatting the file names
324 Basic operations
326 * cp invocation::                Copy files and directories
327 * dd invocation::                Convert and copy a file
328 * install invocation::           Copy files and set attributes
329 * mv invocation::                Move (rename) files
330 * rm invocation::                Remove files or directories
331 * shred invocation::             Remove files more securely
333 Special file types
335 * link invocation::              Make a hard link via the link syscall
336 * ln invocation::                Make links between files
337 * mkdir invocation::             Make directories
338 * mkfifo invocation::            Make FIFOs (named pipes)
339 * mknod invocation::             Make block or character special files
340 * readlink invocation::          Print value of a symlink or canonical file name
341 * rmdir invocation::             Remove empty directories
342 * unlink invocation::            Remove files via unlink syscall
344 Changing file attributes
346 * chown invocation::             Change file owner and group
347 * chgrp invocation::             Change group ownership
348 * chmod invocation::             Change access permissions
349 * touch invocation::             Change file timestamps
351 File space usage
353 * df invocation::                Report file system space usage
354 * du invocation::                Estimate file space usage
355 * stat invocation::              Report file or file system status
356 * sync invocation::              Synchronize cached writes to persistent storage
357 * truncate invocation::          Shrink or extend the size of a file
359 Printing text
361 * echo invocation::              Print a line of text
362 * printf invocation::            Format and print data
363 * yes invocation::               Print a string until interrupted
365 Conditions
367 * false invocation::             Do nothing, unsuccessfully
368 * true invocation::              Do nothing, successfully
369 * test invocation::              Check file types and compare values
370 * expr invocation::              Evaluate expressions
372 @command{test}: Check file types and compare values
374 * File type tests::              File type tests
375 * Access permission tests::      Access permission tests
376 * File characteristic tests::    File characteristic tests
377 * String tests::                 String tests
378 * Numeric tests::                Numeric tests
380 @command{expr}: Evaluate expression
382 * String expressions::           @code{+ : match substr index length}
383 * Numeric expressions::          @code{+ - * / %}
384 * Relations for expr::           @code{| & < <= = == != >= >}
385 * Examples of expr::             Examples of using @command{expr}
387 Redirection
389 * tee invocation::               Redirect output to multiple files or processes
391 File name manipulation
393 * basename invocation::          Strip directory and suffix from a file name
394 * dirname invocation::           Strip last file name component
395 * pathchk invocation::           Check file name validity and portability
396 * mktemp invocation::            Create temporary file or directory
397 * realpath invocation::          Print resolved file names
399 Working context
401 * pwd invocation::               Print working directory
402 * stty invocation::              Print or change terminal characteristics
403 * printenv invocation::          Print all or some environment variables
404 * tty invocation::               Print file name of terminal on standard input
406 @command{stty}: Print or change terminal characteristics
408 * Control::                      Control settings
409 * Input::                        Input settings
410 * Output::                       Output settings
411 * Local::                        Local settings
412 * Combination::                  Combination settings
413 * Characters::                   Special characters
414 * Special::                      Special settings
416 User information
418 * id invocation::                Print user identity
419 * logname invocation::           Print current login name
420 * whoami invocation::            Print effective user ID
421 * groups invocation::            Print group names a user is in
422 * users invocation::             Print login names of users currently logged in
423 * who invocation::               Print who is currently logged in
425 System context
427 * arch invocation::              Print machine hardware name
428 * date invocation::              Print or set system date and time
429 * nproc invocation::             Print the number of processors
430 * uname invocation::             Print system information
431 * hostname invocation::          Print or set system name
432 * hostid invocation::            Print numeric host identifier
433 * uptime invocation::            Print system uptime and load
435 @command{date}: Print or set system date and time
437 * Time conversion specifiers::   %[HIklMNpPrRsSTXzZ]
438 * Date conversion specifiers::   %[aAbBcCdDeFgGhjmuUVwWxyY]
439 * Literal conversion specifiers:: %[%nt]
440 * Padding and other flags::      Pad with zeros, spaces, etc.
441 * Setting the time::             Changing the system clock
442 * Options for date::             Instead of the current time
443 * Date input formats::           Specifying date strings
444 * Examples of date::             Examples
446 SELinux context
448 * chcon invocation::             Change SELinux context of file
449 * runcon invocation::            Run a command in specified SELinux context
451 Modified command invocation
453 * chroot invocation::            Run a command with a different root directory
454 * env invocation::               Run a command in a modified environment
455 * nice invocation::              Run a command with modified niceness
456 * nohup invocation::             Run a command immune to hangups
457 * stdbuf invocation::            Run a command with modified I/O buffering
458 * timeout invocation::           Run a command with a time limit
460 Process control
462 * kill invocation::              Sending a signal to processes.
464 Delaying
466 * sleep invocation::             Delay for a specified time
468 Numeric operations
470 * factor invocation::            Print prime factors
471 * numfmt invocation::            Reformat numbers
472 * seq invocation::               Print numeric sequences
475 File timestamps
477 * File timestamps::              File timestamp issues
479 File permissions
481 * Mode Structure::               Structure of file mode bits
482 * Symbolic Modes::               Mnemonic representation of file mode bits
483 * Numeric Modes::                File mode bits as octal numbers
484 * Directory Setuid and Setgid::  Set-user-ID and set-group-ID on directories
486 Date input formats
488 * General date syntax::          Common rules
489 * Calendar date items::          @samp{14 Nov 2022}
490 * Time of day items::            @samp{9:02pm}
491 * Time zone items::              @samp{UTC}, @samp{-0700}, @samp{+0900}, @dots{}
492 * Combined date and time of day items:: @samp{2022-11-14T21:02:42,000000-0500}
493 * Day of week items::            @samp{Monday} and others
494 * Relative items in date strings:: @samp{next tuesday, 2 years ago}
495 * Pure numbers in date strings:: @samp{20221114}, @samp{2102}
496 * Seconds since the Epoch::      @samp{@@1668477762}
497 * Specifying time zone rules::   @samp{TZ="America/New_York"}, @samp{TZ="UTC0"}
498 * Authors of parse_datetime::    Bellovin, Eggert, Salz, Berets, et al.
500 Version sorting order
502 * Version sort overview::
503 * Version sort implementation::
504 * Differences from Debian version sort::
505 * Advanced version sort topics::
507 Opening the software toolbox
509 * Toolbox introduction::         Toolbox introduction
510 * I/O redirection::              I/O redirection
511 * The who command::              The @command{who} command
512 * The cut command::              The @command{cut} command
513 * The sort command::             The @command{sort} command
514 * The uniq command::             The @command{uniq} command
515 * Putting the tools together::   Putting the tools together
517 Copying This Manual
519 * GNU Free Documentation License::     Copying and sharing this manual
521 @end detailmenu
522 @end menu
525 @node Introduction
526 @chapter Introduction
528 This manual is a work in progress: many sections make no attempt to explain
529 basic concepts in a way suitable for novices.  Thus, if you are interested,
530 please get involved in improving this manual.  The entire GNU community
531 will benefit.
533 @cindex POSIX
534 The GNU utilities documented here are mostly compatible with the
535 POSIX standard.
536 @cindex bugs, reporting
538 Please report bugs to @email{bug-coreutils@@gnu.org}.
539 Include the version number, machine architecture, input files, and
540 any other information needed to reproduce the bug: your input, what you
541 expected, what you got, and why it is wrong.
543 If you have a problem with @command{sort} or @command{date}, try using the
544 @option{--debug} option, as it can often help find and fix problems without
545 having to wait for an answer to a bug report.  If the debug output
546 does not suffice to fix the problem on your own, please compress and
547 attach it to the rest of your bug report.
549 Although diffs are welcome,
550 please include a description of the problem as well, since this is
551 sometimes difficult to infer.  @xref{Bugs, , , gcc, Using and Porting GNU CC}.
553 @cindex Berry, K.
554 @cindex Paterson, R.
555 @cindex Stallman, R.
556 @cindex Pinard, F.
557 @cindex MacKenzie, D.
558 @cindex Meyering, J.
559 @cindex Youmans, B.
560 This manual was originally derived from the Unix man pages in the
561 distributions, which were written by David MacKenzie and updated by Jim
562 Meyering.  What you are reading now is the authoritative documentation
563 for these utilities; the man pages are no longer being maintained.  The
564 original @command{fmt} man page was written by Ross Paterson.  Fran@,{c}ois
565 Pinard did the initial conversion to Texinfo format.  Karl Berry did the
566 indexing, some reorganization, and editing of the results.  Brian
567 Youmans of the Free Software Foundation office staff combined the
568 manuals for textutils, fileutils, and sh-utils to produce the present
569 omnibus manual.  Richard Stallman contributed his usual invaluable
570 insights to the overall process.
572 @node Common options
573 @chapter Common options
575 @macro optBackup
576 @item -b
577 @itemx --backup[=@var{method}]
578 @opindex -b
579 @opindex --backup
580 @vindex VERSION_CONTROL
581 @cindex backups, making
582 @xref{Backup options}.
583 Make a backup of each file that would otherwise be overwritten or removed.
584 @end macro
586 @macro optBackupSuffix
587 @item -S @var{suffix}
588 @itemx --suffix=@var{suffix}
589 @opindex -S
590 @opindex --suffix
591 Append @var{suffix} to each backup file made with @option{-b}.
592 @xref{Backup options}.
593 @end macro
595 @macro optTargetDirectory
596 @item -t @var{directory}
597 @itemx --target-directory=@var{directory}
598 @opindex -t
599 @opindex --target-directory
600 @cindex target directory
601 @cindex destination directory
602 Specify the destination @var{directory}.
603 @xref{Target directory}.
604 @end macro
606 @macro optNoTargetDirectory
607 @item -T
608 @itemx --no-target-directory
609 @opindex -T
610 @opindex --no-target-directory
611 @cindex target directory
612 @cindex destination directory
613 Do not treat the last operand specially when it is a directory or a
614 symbolic link to a directory.  @xref{Target directory}.
615 @end macro
617 @macro outputNUL
618 @cindex output NUL-byte-terminated lines
619 Output a zero byte (ASCII NUL) at the end of each line,
620 rather than a newline.  This option enables other programs to parse the
621 output even when that output would contain data with embedded newlines.
622 @end macro
624 @macro optNull
625 @item -0
626 @itemx --null
627 @opindex -0
628 @opindex --null
629 @outputNUL
630 @end macro
632 @macro optZero
633 @item -z
634 @itemx --zero
635 @opindex -z
636 @opindex --zero
637 @outputNUL
638 @end macro
640 @macro optZeroTerminated
641 @item -z
642 @itemx --zero-terminated
643 @opindex -z
644 @opindex --zero-terminated
645 @cindex process zero-terminated items
646 Delimit items with a zero byte rather than a newline (ASCII LF).
647 I.e., treat input as items separated by ASCII NUL
648 and terminate output items with ASCII NUL.
649 This option can be useful in conjunction with @samp{perl -0} or
650 @samp{find -print0} and @samp{xargs -0} which do the same in order to
651 reliably handle arbitrary file names (even those containing blanks
652 or other special characters).
653 @end macro
655 @macro optSi
656 @item --si
657 @opindex --si
658 @cindex SI output
659 Append an SI-style abbreviation to each size, such as @samp{M} for
660 megabytes.  Powers of 1000 are used, not 1024; @samp{M} stands for
661 1,000,000 bytes.  This option is equivalent to
662 @option{--block-size=si}.  Use the @option{-h} or
663 @option{--human-readable} option if
664 you prefer powers of 1024.
665 @end macro
667 @macro optHumanReadable
668 @item -h
669 @itemx --human-readable
670 @opindex -h
671 @opindex --human-readable
672 @cindex human-readable output
673 Append a size letter to each size, such as @samp{M} for mebibytes.
674 Powers of 1024 are used, not 1000; @samp{M} stands for 1,048,576 bytes.
675 This option is equivalent to @option{--block-size=human-readable}.
676 Use the @option{--si} option if you prefer powers of 1000.
677 @end macro
679 @macro optStripTrailingSlashes
680 @item --strip-trailing-slashes
681 @opindex --strip-trailing-slashes
682 @cindex stripping trailing slashes
683 Remove any trailing slashes from each @var{source} argument.
684 @xref{Trailing slashes}.
685 @end macro
687 @macro mayConflictWithShellBuiltIn{cmd}
688 @cindex conflicts with shell built-ins
689 @cindex built-in shell commands, conflicts with
690 Due to shell aliases and built-in @command{\cmd\} functions, using an
691 unadorned @command{\cmd\} interactively or in a script may get you
692 different functionality than that described here.  Invoke it via
693 @command{env} (i.e., @code{env \cmd\ @dots{}}) to avoid interference
694 from the shell.
696 @end macro
698 @macro multiplierSuffixes{varName}
699 @var{\varName\} may be, or may be an integer optionally followed by,
700 one of the following multiplicative suffixes:
701 @example
702 @samp{b}  =>            512 ("blocks")
703 @samp{KB} =>           1000 (KiloBytes)
704 @samp{K}  =>           1024 (KibiBytes)
705 @samp{MB} =>      1000*1000 (MegaBytes)
706 @samp{M}  =>      1024*1024 (MebiBytes)
707 @samp{GB} => 1000*1000*1000 (GigaBytes)
708 @samp{G}  => 1024*1024*1024 (GibiBytes)
709 @end example
710 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y},
711 @samp{R}, and @samp{Q}.
712 Binary prefixes can be used, too: @samp{KiB}=@samp{K}, @samp{MiB}=@samp{M},
713 and so on.
714 @end macro
716 @c FIXME: same as above, but no ``blocks'' line.
717 @macro multiplierSuffixesNoBlocks{varName}
718 @var{\varName\} may be, or may be an integer optionally followed by,
719 one of the following multiplicative suffixes:
720 @example
721 @samp{KB} =>           1000 (KiloBytes)
722 @samp{K}  =>           1024 (KibiBytes)
723 @samp{MB} =>      1000*1000 (MegaBytes)
724 @samp{M}  =>      1024*1024 (MebiBytes)
725 @samp{GB} => 1000*1000*1000 (GigaBytes)
726 @samp{G}  => 1024*1024*1024 (GibiBytes)
727 @end example
728 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y},
729 @samp{R}, and @samp{Q}.
730 Binary prefixes can be used, too: @samp{KiB}=@samp{K}, @samp{MiB}=@samp{M},
731 and so on.
732 @end macro
734 @cindex common options
736 Certain options are available in all of these programs.  Rather than
737 writing identical descriptions for each of the programs, they are
738 described here.  (In fact, every GNU program accepts (or should accept)
739 these options.)
741 @vindex POSIXLY_CORRECT
742 Normally options and operands can appear in any order, and programs act
743 as if all the options appear before any operands.  For example,
744 @samp{sort -r passwd -t :} acts like @samp{sort -r -t : passwd}, since
745 @samp{:} is an option-argument of @option{-t}.  However, if the
746 @env{POSIXLY_CORRECT} environment variable is set, options must appear
747 before operands, unless otherwise specified for a particular command.
749 A few programs can usefully have trailing operands with leading
750 @samp{-}.  With such a program, options must precede operands even if
751 @env{POSIXLY_CORRECT} is not set, and this fact is noted in the
752 program description.  For example, the @command{env} command's options
753 must appear before its operands, since in some cases the operands
754 specify a command that itself contains options.
756 Most programs that accept long options recognize unambiguous
757 abbreviations of those options.  For example, @samp{rmdir
758 --ignore-fail-on-non-empty} can be invoked as @samp{rmdir
759 --ignore-fail} or even @samp{rmdir --i}.  Ambiguous options, such as
760 @samp{ls --h}, are identified as such.
762 Some of these programs recognize the @option{--help} and @option{--version}
763 options only when one of them is the sole command line argument.  For
764 these programs, abbreviations of the long options are not always recognized.
766 @table @samp
768 @item --help
769 @opindex --help
770 @cindex help, online
771 Print a usage message listing all available options, then exit successfully.
773 @item --version
774 @opindex --version
775 @cindex version number, finding
776 Print the version number, then exit successfully.
778 @item --
779 @opindex --
780 @cindex option delimiter
781 Delimit the option list.  Later arguments, if any, are treated as
782 operands even if they begin with @samp{-}.  For example, @samp{sort --
783 -r} reads from the file named @file{-r}.
785 @end table
787 @cindex standard input
788 @cindex standard output
789 A single @samp{-} operand is not really an option, though it looks like one.  It
790 stands for a file operand, and some tools treat it as standard input, or as
791 standard output if that is clear from the context.  For example, @samp{sort -}
792 reads from standard input, and is equivalent to plain @samp{sort}.  Unless
793 otherwise specified, a @samp{-} can appear as any operand that requires a file
794 name.
796 @menu
797 Items shared between some programs:
799 * Backup options::               @option{-b} @option{-S}.
800 * Block size::                   BLOCK_SIZE and @option{--block-size}.
801 * Signal specifications::        Specifying signals with @option{--signal}.
802 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
803 * Random sources::               @option{--random-source}.
804 * Target directory::             Specifying a target directory.
805 * Trailing slashes::             @option{--strip-trailing-slashes}.
806 * Traversing symlinks::          @option{-H}, @option{-L}, or @option{-P}.
807 * Treating / specially::         @option{--preserve-root} and the converse.
808 * Special built-in utilities::   @command{break}, @command{:}, @dots{}
810 Items applicable to all programs:
812 * Exit status::                  Indicating program success or failure.
813 * Floating point::               Floating point number representation.
814 * Standards conformance::        Conformance to the POSIX standard.
815 * Multi-call invocation::        Multi-call program invocation.
816 @end menu
819 @node Backup options
820 @section Backup options
822 @cindex backup options
824 Some GNU programs (at least @command{cp}, @command{install},
825 @command{ln}, and @command{mv}) optionally make backups of files
826 before writing new versions.
827 These options control the details of these backups.  The options are also
828 briefly mentioned in the descriptions of the particular programs.
830 @table @samp
832 @item -b
833 @itemx --backup[=@var{method}]
834 @opindex -b
835 @opindex --backup
836 @vindex VERSION_CONTROL
837 @cindex backups, making
838 Make a backup of each file that would otherwise be overwritten or removed.
839 Without this option, the original versions are destroyed.
840 Use @var{method} to determine the type of backups to make.
841 When this option is used but @var{method} is not specified,
842 then the value of the @env{VERSION_CONTROL}
843 environment variable is used.  And if @env{VERSION_CONTROL} is not set,
844 the default backup type is @samp{existing}.
846 Note that the short form of this option, @option{-b} does not accept any
847 argument.  Using @option{-b} is equivalent to using @option{--backup=existing}.
849 @vindex version-control @r{Emacs variable}
850 This option corresponds to the Emacs variable @samp{version-control};
851 the values for @var{method} are the same as those used in Emacs.
852 This option also accepts more descriptive names.
853 The valid @var{method}s are (unique abbreviations are accepted):
855 @table @samp
856 @item none
857 @itemx off
858 @opindex none @r{backup method}
859 Never make backups.
861 @item numbered
862 @itemx t
863 @opindex numbered @r{backup method}
864 Always make numbered backups.
866 @item existing
867 @itemx nil
868 @opindex existing @r{backup method}
869 Make numbered backups of files that already have them, simple backups
870 of the others.
872 @item simple
873 @itemx never
874 @opindex simple @r{backup method}
875 Always make simple backups.  Please note @samp{never} is not to be
876 confused with @samp{none}.
878 @end table
880 @item -S @var{suffix}
881 @itemx --suffix=@var{suffix}
882 @opindex -S
883 @opindex --suffix
884 @cindex backup suffix
885 @vindex SIMPLE_BACKUP_SUFFIX
886 Append @var{suffix} to each backup file made with @option{-b}.  If this
887 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
888 environment variable is used.  And if @env{SIMPLE_BACKUP_SUFFIX} is not
889 set, the default is @samp{~}, just as in Emacs.
891 @end table
893 @node Block size
894 @section Block size
896 @cindex block size
898 Some GNU programs (at least @command{df}, @command{du}, and
899 @command{ls}) display sizes in ``blocks''.  You can adjust the block size
900 and method of display to make sizes easier to read.  The block size
901 used for display is independent of any file system block size.
902 Fractional block counts are rounded up to the nearest integer.
904 @opindex --block-size=@var{size}
905 @vindex BLOCKSIZE
906 @vindex BLOCK_SIZE
907 @vindex DF_BLOCK_SIZE
908 @vindex DU_BLOCK_SIZE
909 @vindex LS_BLOCK_SIZE
910 @vindex POSIXLY_CORRECT@r{, and block size}
912 The default block size is chosen by examining the following environment
913 variables in turn; the first one that is set determines the block size.
915 @table @code
917 @item DF_BLOCK_SIZE
918 This specifies the default block size for the @command{df} command.
919 Similarly, @env{DU_BLOCK_SIZE} specifies the default for @command{du} and
920 @env{LS_BLOCK_SIZE} for @command{ls}.
922 @item BLOCK_SIZE
923 This specifies the default block size for all three commands, if the
924 above command-specific environment variables are not set.
926 @item BLOCKSIZE
927 This specifies the default block size for all values that are normally
928 printed as blocks, if neither @env{BLOCK_SIZE} nor the above
929 command-specific environment variables are set.  Unlike the other
930 environment variables, @env{BLOCKSIZE} does not affect values that are
931 normally printed as byte counts, e.g., the file sizes contained in
932 @code{ls -l} output.
934 @item POSIXLY_CORRECT
935 If neither @env{@var{command}_BLOCK_SIZE}, nor @env{BLOCK_SIZE}, nor
936 @env{BLOCKSIZE} is set, but this variable is set, the block size
937 defaults to 512.
939 @end table
941 If none of the above environment variables are set, the block size
942 currently defaults to 1024 bytes in most contexts, but this number may
943 change in the future.  For @command{ls} file sizes, the block size
944 defaults to 1 byte.
946 @cindex human-readable output
947 @cindex SI output
949 A block size specification can be a positive integer specifying the number
950 of bytes per block, or it can be @code{human-readable} or @code{si} to
951 select a human-readable format.  Integers may be followed by suffixes
952 that are upward compatible with the
953 @uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html,
954 SI prefixes}
955 for decimal multiples and with the
956 @uref{https://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13
957 (formerly IEC 60027-2) prefixes} for binary multiples.
959 With human-readable formats, output sizes are followed by a size letter
960 such as @samp{M} for megabytes.  @code{BLOCK_SIZE=human-readable} uses
961 powers of 1024; @samp{M} stands for 1,048,576 bytes.
962 @code{BLOCK_SIZE=si} is similar, but uses powers of 1000 and appends
963 @samp{B}; @samp{MB} stands for 1,000,000 bytes.
965 @vindex LC_NUMERIC
966 A block size specification preceded by @samp{'} causes output sizes to
967 be displayed with thousands separators.  The @env{LC_NUMERIC} locale
968 specifies the thousands separator and grouping.  For example, in an
969 American English locale, @samp{--block-size="'1kB"} would cause a size
970 of 1234000 bytes to be displayed as @samp{1,234}.  In the default C
971 locale, there is no thousands separator so a leading @samp{'} has no
972 effect.
974 An integer block size can be followed by a suffix to specify a
975 multiple of that size.  A bare size letter,
976 or one followed by @samp{iB}, specifies
977 a multiple using powers of 1024.  A size letter followed by @samp{B}
978 specifies powers of 1000 instead.  For example, @samp{1M} and
979 @samp{1MiB} are equivalent to @samp{1048576}, whereas @samp{1MB} is
980 equivalent to @samp{1000000}.
982 A plain suffix without a preceding integer acts as if @samp{1} were
983 prepended, except that it causes a size indication to be appended to
984 the output.  For example, @samp{--block-size="kB"} displays 3000 as
985 @samp{3kB}.
987 The following suffixes are defined.  Large sizes like @code{1Q}
988 may be rejected by your computer due to limitations of its arithmetic.
990 @table @samp
991 @item kB
992 @cindex kilobyte, definition of
993 kilobyte: @math{10^3 = 1000}.
994 @item k
995 @itemx K
996 @itemx KiB
997 @cindex kibibyte, definition of
998 kibibyte: @math{2^{10} = 1024}.  @samp{K} is special: the SI prefix is
999 @samp{k} and the ISO/IEC 80000-13 prefix is @samp{Ki}, but tradition and
1000 POSIX use @samp{k} to mean @samp{KiB}.
1001 @item MB
1002 @cindex megabyte, definition of
1003 megabyte: @math{10^6 = 1,000,000}.
1004 @item M
1005 @itemx MiB
1006 @cindex mebibyte, definition of
1007 mebibyte: @math{2^{20} = 1,048,576}.
1008 @item GB
1009 @cindex gigabyte, definition of
1010 gigabyte: @math{10^9 = 1,000,000,000}.
1011 @item G
1012 @itemx GiB
1013 @cindex gibibyte, definition of
1014 gibibyte: @math{2^{30} = 1,073,741,824}.
1015 @item TB
1016 @cindex terabyte, definition of
1017 terabyte:  @math{10^{12} = 1,000,000,000,000}.
1018 @item T
1019 @itemx TiB
1020 @cindex tebibyte, definition of
1021 tebibyte: @math{2^{40} = 1,099,511,627,776}.
1022 @item PB
1023 @cindex petabyte, definition of
1024 petabyte: @math{10^{15} = 1,000,000,000,000,000}.
1025 @item P
1026 @itemx PiB
1027 @cindex pebibyte, definition of
1028 pebibyte: @math{2^{50} = 1,125,899,906,842,624}.
1029 @item EB
1030 @cindex exabyte, definition of
1031 exabyte: @math{10^{18} = 1,000,000,000,000,000,000}.
1032 @item E
1033 @itemx EiB
1034 @cindex exbibyte, definition of
1035 exbibyte: @math{2^{60} = 1,152,921,504,606,846,976}.
1036 @item ZB
1037 @cindex zettabyte, definition of
1038 zettabyte: @math{10^{21} = 1,000,000,000,000,000,000,000}
1039 @item Z
1040 @itemx ZiB
1041 zebibyte: @math{2^{70} = 1,180,591,620,717,411,303,424}.
1042 @item YB
1043 @cindex yottabyte, definition of
1044 yottabyte: @math{10^{24} = 1,000,000,000,000,000,000,000,000}.
1045 @item Y
1046 @itemx YiB
1047 yobibyte: @math{2^{80} = 1,208,925,819,614,629,174,706,176}.
1048 @item RB
1049 @cindex ronnabyte, definition of
1050 ronnabyte: @math{10^{27} = 1,000,000,000,000,000,000,000,000,000}.
1051 @item R
1052 @itemx RiB
1053 robibyte: @math{2^{90} = 1,237,940,039,285,380,274,899,124,224}.
1054 @item QB
1055 @cindex quettabyte, definition of
1056 quettabyte: @math{10^{30} = 1,000,000,000,000,000,000,000,000,000,000}.
1057 @item Q
1058 @itemx QiB
1059 quebibyte: @math{2^{100} = 1,267,650,600,228,229,401,496,703,205,376}.
1060 @end table
1062 @opindex -k
1063 @opindex -h
1064 @opindex --block-size
1065 @opindex --human-readable
1066 @opindex --si
1068 Block size defaults can be overridden by an explicit
1069 @option{--block-size=@var{size}} option.  The @option{-k}
1070 option is equivalent to @option{--block-size=1K}, which
1071 is the default unless the @env{POSIXLY_CORRECT} environment variable is
1072 set.  The @option{-h} or @option{--human-readable} option is equivalent to
1073 @option{--block-size=human-readable}.  The @option{--si} option is
1074 equivalent to @option{--block-size=si}.  Note for @command{ls}
1075 the @option{-k} option does not control the display of the
1076 apparent file sizes, whereas the @option{--block-size} option does.
1078 @node Signal specifications
1079 @section Signal specifications
1080 @cindex signals, specifying
1082 A @var{signal} may be a signal name like @samp{HUP}, or a signal
1083 number like @samp{1}, or an exit status of a process terminated by the
1084 signal.  A signal name can be given in canonical form or prefixed by
1085 @samp{SIG}@.  The case of the letters is ignored.  The following signal names
1086 and numbers are supported on all POSIX compliant systems:
1088 @table @samp
1089 @item HUP
1090 1.  Hangup.
1091 @item INT
1092 2.  Terminal interrupt.
1093 @item QUIT
1094 3.  Terminal quit.
1095 @item ABRT
1096 6.  Process abort.
1097 @item KILL
1098 9.  Kill (cannot be caught or ignored).
1099 @item ALRM
1100 14.  Alarm Clock.
1101 @item TERM
1102 15.  Termination.
1103 @end table
1105 @noindent
1106 Other supported signal names have system-dependent corresponding
1107 numbers.  All systems conforming to POSIX 1003.1-2001 also
1108 support the following signals:
1110 @table @samp
1111 @item BUS
1112 Access to an undefined portion of a memory object.
1113 @item CHLD
1114 Child process terminated, stopped, or continued.
1115 @item CONT
1116 Continue executing, if stopped.
1117 @item FPE
1118 Erroneous arithmetic operation.
1119 @item ILL
1120 Illegal Instruction.
1121 @item PIPE
1122 Write on a pipe with no one to read it.
1123 @item SEGV
1124 Invalid memory reference.
1125 @item STOP
1126 Stop executing (cannot be caught or ignored).
1127 @item TSTP
1128 Terminal stop.
1129 @item TTIN
1130 Background process attempting read.
1131 @item TTOU
1132 Background process attempting write.
1133 @item URG
1134 High bandwidth data is available at a socket.
1135 @item USR1
1136 User-defined signal 1.
1137 @item USR2
1138 User-defined signal 2.
1139 @end table
1141 @noindent
1142 POSIX 1003.1-2001 systems that support the XSI extension
1143 also support the following signals:
1145 @table @samp
1146 @item POLL
1147 Pollable event.
1148 @item PROF
1149 Profiling timer expired.
1150 @item SYS
1151 Bad system call.
1152 @item TRAP
1153 Trace/breakpoint trap.
1154 @item VTALRM
1155 Virtual timer expired.
1156 @item XCPU
1157 CPU time limit exceeded.
1158 @item XFSZ
1159 File size limit exceeded.
1160 @end table
1162 @noindent
1163 POSIX 1003.1-2001 systems that support the XRT extension
1164 also support at least eight real-time signals called @samp{RTMIN},
1165 @samp{RTMIN+1}, @dots{}, @samp{RTMAX-1}, @samp{RTMAX}.
1167 @node Disambiguating names and IDs
1168 @section chown, chgrp, chroot, id: Disambiguating user names and IDs
1169 @cindex user names, disambiguating
1170 @cindex user IDs, disambiguating
1171 @cindex group names, disambiguating
1172 @cindex group IDs, disambiguating
1173 @cindex disambiguating group names and IDs
1175 Since the @var{user} and @var{group} arguments to these commands
1176 may be specified as names or numeric IDs, there is an
1177 apparent ambiguity.
1178 What if a user or group @emph{name} is a string of digits?
1179 Should the command interpret it as a user name or as an ID@?
1180 (Using a number as a user name is common in some environments.)
1181 POSIX requires that these commands
1182 first attempt to resolve the specified string as a name, and
1183 only once that fails, then try to interpret it as an ID@.
1184 This is troublesome when you want to specify a numeric ID, say 42,
1185 and it must work even in a pathological situation where
1186 @samp{42} is a user name that maps to some other user ID, say 1000.
1187 Simply invoking @code{chown 42 F}, will set @file{F}s owner ID to
1188 1000 -- not what you intended.
1190 GNU @command{chown}, @command{chgrp}, @command{chroot}, and @command{id}
1191 provide a way to work around this, that at the same time may result in a
1192 significant performance improvement by eliminating a database look-up.
1193 Simply precede each numeric user ID and/or group ID with a @samp{+},
1194 in order to force its interpretation as an integer:
1196 @example
1197 chown +42 F
1198 chgrp +$numeric_group_id another-file
1199 chown +0:+0 /
1200 @end example
1202 The name look-up process is skipped for each @samp{+}-prefixed string,
1203 because a string containing @samp{+} is never a valid user or group name.
1204 This syntax is accepted on most common Unix systems, but not on Solaris 10.
1206 @node Random sources
1207 @section Sources of random data
1209 @cindex random sources
1211 The @command{shuf}, @command{shred}, and @command{sort} commands
1212 sometimes need random data to do their work.  For example, @samp{sort
1213 -R} must choose a hash function at random, and it needs random data to
1214 make this selection.
1216 By default these commands use an internal pseudo-random generator
1217 initialized by a small amount of entropy, but can be directed to use
1218 an external source with the @option{--random-source=@var{file}} option.
1219 An error is reported if @var{file} does not contain enough bytes.
1221 For example, the device file @file{/dev/urandom} could be used as the
1222 source of random data.  Typically, this device gathers environmental
1223 noise from device drivers and other sources into an entropy pool, and
1224 uses the pool to generate random bits.  If the pool is short of data,
1225 the device reuses the internal pool to produce more bits, using a
1226 cryptographically secure pseudo-random number generator.  But be aware
1227 that this device is not designed for bulk random data generation
1228 and is relatively slow.
1230 @file{/dev/urandom} suffices for most practical uses, but applications
1231 requiring high-value or long-term protection of private data may
1232 require an alternate data source like @file{/dev/random} or
1233 @file{/dev/arandom}.  The set of available sources depends on your
1234 operating system.
1236 To reproduce the results of an earlier invocation of a command, you
1237 can save some random data into a file and then use that file as the
1238 random source in earlier and later invocations of the command.
1239 @cindex random seed
1240 Rather than depending on a file, one can generate a reproducible
1241 arbitrary amount of pseudo-random data given a seed value, using
1242 for example:
1244 @example
1245 get_seeded_random()
1247   seed="$1"
1248   openssl enc -aes-256-ctr -pass pass:"$seed" -nosalt \
1249     </dev/zero 2>/dev/null
1252 shuf -i1-100 --random-source=<(get_seeded_random 42)
1253 @end example
1255 @node Target directory
1256 @section Target directory
1258 @cindex target directory
1260 The @command{cp}, @command{install}, @command{ln}, and @command{mv}
1261 commands normally treat the last operand specially when it is a
1262 directory or a symbolic link to a directory.  For example, @samp{cp
1263 source dest} is equivalent to @samp{cp source dest/source} if
1264 @file{dest} is a directory.  Sometimes this behavior is not exactly
1265 what is wanted, so these commands support the following options to
1266 allow more fine-grained control:
1268 @table @samp
1270 @item -T
1271 @itemx --no-target-directory
1272 @opindex --no-target-directory
1273 @cindex target directory
1274 @cindex destination directory
1275 Do not treat the last operand specially when it is a directory or a
1276 symbolic link to a directory.  This can help avoid race conditions in
1277 programs that operate in a shared area.  For example, when the command
1278 @samp{mv /tmp/source /tmp/dest} succeeds, there is no guarantee that
1279 @file{/tmp/source} was renamed to @file{/tmp/dest}: it could have been
1280 renamed to @file{/tmp/dest/source} instead, if some other process
1281 created @file{/tmp/dest} as a directory.  However, if @file{mv
1282 -T /tmp/source /tmp/dest} succeeds, there is no
1283 question that @file{/tmp/source} was renamed to @file{/tmp/dest}.
1285 In the opposite situation, where you want the last operand to be
1286 treated as a directory and want a diagnostic otherwise, you can use
1287 the @option{--target-directory} (@option{-t}) option.
1289 @item -t @var{directory}
1290 @itemx --target-directory=@var{directory}
1291 @opindex --target-directory
1292 @cindex target directory
1293 @cindex destination directory
1294 Use @var{directory} as the directory component of each destination
1295 file name.
1297 The interface for most programs is that after processing options and a
1298 finite (possibly zero) number of fixed-position arguments, the remaining
1299 argument list is either expected to be empty, or is a list of items
1300 (usually files) that will all be handled identically.  The @command{xargs}
1301 program is designed to work well with this convention.
1303 The commands in the @command{mv}-family are unusual in that they take
1304 a variable number of arguments with a special case at the @emph{end}
1305 (namely, the target directory).  This makes it nontrivial to perform some
1306 operations, e.g., ``move all files from here to ../d/'', because
1307 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...}
1308 doesn't have a clean way to specify an extra final argument for each
1309 invocation of the subject command.  (It can be done by going through a
1310 shell command, but that requires more human labor and brain power than
1311 it should.)
1313 The @option{--target-directory} (@option{-t}) option allows the @command{cp},
1314 @command{install}, @command{ln}, and @command{mv} programs to be used
1315 conveniently with @command{xargs}.  For example, you can move the files
1316 from the current directory to a sibling directory, @code{d} like this:
1318 @example
1319 ls | xargs mv -t ../d --
1320 @end example
1322 However, this doesn't move files whose names begin with @samp{.}.
1323 If you use the GNU @command{find} program, you can move those
1324 files too, with this command:
1326 @example
1327 find . -mindepth 1 -maxdepth 1 \
1328   | xargs mv -t ../d
1329 @end example
1331 But both of the above approaches fail if there are no files in the
1332 current directory, or if any file has a name containing a blank or
1333 some other special characters.
1334 The following example removes those limitations and requires both
1335 GNU @command{find} and GNU @command{xargs}:
1337 @example
1338 find . -mindepth 1 -maxdepth 1 -print0 \
1339   | xargs --null --no-run-if-empty \
1340       mv -t ../d
1341 @end example
1343 @end table
1345 @noindent
1346 The @option{--target-directory} (@option{-t}) and
1347 @option{--no-target-directory} (@option{-T})
1348 options cannot be combined.
1350 @node Trailing slashes
1351 @section Trailing slashes
1353 @cindex trailing slashes
1355 Some GNU programs (at least @command{cp} and @command{mv}) allow you to
1356 remove any trailing slashes from each @var{source} argument before
1357 operating on it.  The @option{--strip-trailing-slashes} option enables
1358 this behavior.
1360 This is useful when a @var{source} argument may have a trailing slash and
1361 @c FIXME: mv's behavior in this case is system-dependent
1362 specify a symbolic link to a directory.  This scenario is in fact rather
1363 common because some shells can automatically append a trailing slash when
1364 performing file name completion on such symbolic links.  Without this
1365 option, @command{mv}, for example, (via the system's rename function) must
1366 interpret a trailing slash as a request to dereference the symbolic link
1367 and so must rename the indirectly referenced @emph{directory} and not
1368 the symbolic link.  Although it may seem surprising that such behavior
1369 be the default, it is required by POSIX and is consistent with
1370 other parts of that standard.
1372 @node Traversing symlinks
1373 @section Traversing symlinks
1375 @cindex symbolic link to directory, controlling traversal of
1377 The following options modify how @command{chown} and @command{chgrp}
1378 @c FIXME: note that 'du' has these options, too, but they have slightly
1379 @c different meaning.
1380 traverse a hierarchy when the @option{--recursive} (@option{-R})
1381 option is also specified.
1382 If more than one of the following options is specified, only the final
1383 one takes effect.
1384 These options specify whether processing a symbolic link to a directory
1385 entails operating on just the symbolic link or on all files in the
1386 hierarchy rooted at that directory.
1388 These options are independent of @option{--dereference} and
1389 @option{--no-dereference} (@option{-h}), which control whether to modify
1390 a symlink or its referent.
1392 @table @samp
1394 @macro choptH
1395 @item -H
1396 @opindex -H
1397 @cindex symbolic link to directory, traverse if on the command line
1398 If @option{--recursive} (@option{-R}) is specified and
1399 a command line argument is a symbolic link to a directory, traverse it.
1400 @end macro
1401 @choptH
1403 @macro choptL
1404 @item -L
1405 @opindex -L
1406 @cindex symbolic link to directory, traverse each that is encountered
1407 In a recursive traversal, traverse every symbolic link to a directory
1408 that is encountered.
1409 @end macro
1411 @c Append the following warning to -L where appropriate (e.g. chown).
1412 @macro warnOptDerefWithRec
1414 Combining this dereferencing option with the @option{--recursive} option
1415 may create a security risk:
1416 During the traversal of the directory tree, an attacker may be able to
1417 introduce a symlink to an arbitrary target; when the tool reaches that,
1418 the operation will be performed on the target of that symlink,
1419 possibly allowing the attacker to escalate privileges.
1421 @end macro
1423 @choptL
1425 @macro choptP
1426 @item -P
1427 @opindex -P
1428 @cindex symbolic link to directory, never traverse
1429 Do not traverse any symbolic links.
1430 This is the default if none of @option{-H}, @option{-L},
1431 or @option{-P} is specified.
1432 @end macro
1433 @choptP
1435 @end table
1438 @node Treating / specially
1439 @section Treating @file{/} specially
1441 Certain commands can operate destructively on entire hierarchies.
1442 For example, if a user with appropriate privileges mistakenly runs
1443 @samp{rm -rf / tmp/junk}, that may remove
1444 all files on the entire system.  Since there are so few
1445 legitimate uses for such a command,
1446 GNU @command{rm} normally declines to operate on any directory
1447 that resolves to @file{/}.  If you really want to try to remove all
1448 the files on your system, you can use the @option{--no-preserve-root}
1449 option, but the default behavior, specified by the
1450 @option{--preserve-root} option, is safer for most purposes.
1452 The commands @command{chgrp}, @command{chmod} and @command{chown}
1453 can also operate destructively on entire hierarchies, so they too
1454 support these options.  Although, unlike @command{rm}, they don't
1455 actually unlink files, these commands are arguably more dangerous
1456 when operating recursively on @file{/}, since they often work much
1457 more quickly, and hence damage more files before an alert user can
1458 interrupt them.  Tradition and POSIX require these commands
1459 to operate recursively on @file{/}, so they default to
1460 @option{--no-preserve-root}, but using the @option{--preserve-root}
1461 option makes them safer for most purposes.  For convenience you can
1462 specify @option{--preserve-root} in an alias or in a shell function.
1464 Note that the @option{--preserve-root} option also ensures
1465 that @command{chgrp} and @command{chown} do not modify @file{/}
1466 even when dereferencing a symlink pointing to @file{/}.
1468 @node Special built-in utilities
1469 @section Special built-in utilities
1471 Some programs like @command{nice} can invoke other programs; for
1472 example, the command @samp{nice cat file} invokes the program
1473 @command{cat} by executing the command @samp{cat file}.  However,
1474 @dfn{special built-in utilities} like @command{exit} cannot be invoked
1475 this way.  For example, the command @samp{nice exit} does not have a
1476 well-defined behavior: it may generate an error message instead of
1477 exiting.
1479 Here is a list of the special built-in utilities that are standardized
1480 by POSIX 1003.1-2004.
1482 @quotation
1483 @t{.@: : break continue eval exec exit export readonly
1484 return set shift times trap unset}
1485 @end quotation
1487 For example, because @samp{.}, @samp{:}, and @samp{exec} are special,
1488 the commands @samp{nice . foo.sh}, @samp{nice :}, and @samp{nice exec
1489 pwd} do not work as you might expect.
1491 Many shells extend this list.  For example, Bash has several extra
1492 special built-in utilities like @command{history}, and
1493 @command{suspend}, and with Bash the command @samp{nice suspend}
1494 generates an error message instead of suspending.
1497 @node Exit status
1498 @section Exit status
1500 @macro exitstatus
1501 An exit status of zero indicates success,
1502 and a nonzero value indicates failure.
1503 @end macro
1505 Nearly every command invocation yields an integral @dfn{exit status}
1506 that can be used to change how other commands work.
1507 For the vast majority of commands, an exit status of zero indicates
1508 success.  Failure is indicated by a nonzero value -- typically
1509 @samp{1}, though it may differ on unusual platforms as POSIX
1510 requires only that it be nonzero.
1512 However, some of the programs documented here do produce
1513 other exit status values and a few associate different
1514 meanings with the values @samp{0} and @samp{1}.
1515 Here are the exceptions:
1516 @c You can generate the following list with:
1517 @c grep initialize_exit_failure src/*.c | cut -f1 -d: |
1518 @c sed -n 's|src/\(.*\)\.c|@command{\1},|p' | sort | fmt
1519 @command{chroot}, @command{env}, @command{expr}, @command{ls},
1520 @command{nice}, @command{nohup}, @command{numfmt}, @command{printenv},
1521 @command{runcon}, @command{sort}, @command{stdbuf}, @command{test},
1522 @command{timeout}, @command{tty}.
1524 @node Floating point
1525 @section Floating point numbers
1526 @cindex floating point
1527 @cindex IEEE floating point
1529 Commands that accept or produce floating point numbers employ the
1530 floating point representation of the underlying system, and suffer
1531 from rounding error, overflow, and similar floating-point issues.
1532 Almost all modern systems use IEEE-754 floating point, and it is
1533 typically portable to assume IEEE-754 behavior these days.  IEEE-754
1534 has positive and negative infinity, distinguishes positive from
1535 negative zero, and uses special values called NaNs to represent
1536 invalid computations such as dividing zero by itself.  For more
1537 information, please see David Goldberg's paper
1538 @uref{https://@/docs.oracle.com/@/cd/@/E19957-01/@/806-3568/@/ncg_goldberg.html,
1539 What Every Computer Scientist Should Know About Floating-Point Arithmetic}.
1541 Commands that accept floating point numbers as options, operands or
1542 input use the standard C functions @code{strtod} and @code{strtold} to
1543 convert from text to floating point numbers.  These floating point
1544 numbers therefore can use scientific notation like @code{1.0e-34} and
1545 @code{-10e100}.  Commands that parse floating point also understand
1546 case-insensitive @code{inf}, @code{infinity}, and @code{NaN}, although
1547 whether such values are useful depends on the command in question.
1548 Modern C implementations also accept hexadecimal floating point
1549 numbers such as @code{-0x.ep-3}, which stands for @minus{}14/16 times
1550 @math{2^-3}, which equals @minus{}0.109375.  @xref{Parsing of
1551 Floats,,, libc, The GNU C Library Reference Manual}.
1553 @vindex LC_NUMERIC
1554 Normally the @env{LC_NUMERIC} locale determines the decimal-point
1555 character.  However, some commands' descriptions specify that they
1556 accept numbers in either the current or the C locale; for example,
1557 they treat @samp{3.14} like @samp{3,14} if the current locale uses
1558 comma as a decimal point.
1561 @node Standards conformance
1562 @section Standards conformance
1564 @vindex POSIXLY_CORRECT
1565 In a few cases, the GNU utilities' default behavior is
1566 incompatible with the POSIX standard.  To suppress these
1567 incompatibilities, define the @env{POSIXLY_CORRECT} environment
1568 variable.  Unless you are checking for POSIX conformance, you
1569 probably do not need to define @env{POSIXLY_CORRECT}.
1571 Newer versions of POSIX are occasionally incompatible with older
1572 versions.  For example, older versions of POSIX required the
1573 command @samp{sort +1} to sort based on the second and succeeding
1574 fields in each input line, but in POSIX 1003.1-2001
1575 the same command is required to sort the file named @file{+1}, and you
1576 must instead use the command @samp{sort -k 2} to get the field-based
1577 sort.  To complicate things further, POSIX 1003.1-2008 allows an
1578 implementation to have either the old or the new behavior.
1580 @vindex _POSIX2_VERSION
1581 The GNU utilities normally conform to the version of POSIX
1582 that is standard for your system.  To cause them to conform to a
1583 different version of POSIX, define the @env{_POSIX2_VERSION}
1584 environment variable to a value of the form @var{yyyymm} specifying
1585 the year and month the standard was adopted.  Three values are currently
1586 supported for @env{_POSIX2_VERSION}: @samp{199209} stands for
1587 POSIX 1003.2-1992, @samp{200112} stands for POSIX
1588 1003.1-2001, and @samp{200809} stands for POSIX 1003.1-2008.
1589 For example, if you have a POSIX 1003.1-2001 system but are running software
1590 containing traditional usage like @samp{sort +1} or @samp{tail +10},
1591 you can work around the compatibility problems by setting
1592 @samp{_POSIX2_VERSION=200809} in your environment.
1594 @c This node is named "Multi-call invocation", not the usual
1595 @c "coreutils invocation", so that shell commands like
1596 @c 'info coreutils "touch invocation"' work as expected.
1597 @node Multi-call invocation
1598 @section @command{coreutils}: Multi-call program
1600 @pindex multicall
1601 @cindex combined
1602 @cindex calling combined multi-call program
1604 The @command{coreutils} command invokes an individual utility, either
1605 implicitly selected by the last component of the name used to invoke
1606 @command{coreutils}, or explicitly with the
1607 @option{--coreutils-prog} option.  Synopsis:
1609 @example
1610 coreutils @option{--coreutils-prog=PROGRAM} @dots{}
1611 @end example
1613 The @command{coreutils} command is not installed by default, so
1614 portable scripts should not rely on its existence.
1616 @node Output of entire files
1617 @chapter Output of entire files
1619 @cindex output of entire files
1620 @cindex entire files, output of
1622 These commands read and write entire files, possibly transforming them
1623 in some way.
1625 @menu
1626 * cat invocation::              Concatenate and write files.
1627 * tac invocation::              Concatenate and write files in reverse.
1628 * nl invocation::               Number lines and write files.
1629 * od invocation::               Write files in octal or other formats.
1630 * base32 invocation::           Transform data into printable data.
1631 * base64 invocation::           Transform data into printable data.
1632 * basenc invocation::           Transform data into printable data.
1633 @end menu
1635 @node cat invocation
1636 @section @command{cat}: Concatenate and write files
1638 @pindex cat
1639 @cindex concatenate and write files
1640 @cindex copying files
1642 @command{cat} copies each @var{file} (@samp{-} means standard input), or
1643 standard input if none are given, to standard output.  Synopsis:
1645 @example
1646 cat [@var{option}] [@var{file}]@dots{}
1647 @end example
1649 The program accepts the following options.  Also see @ref{Common options}.
1651 @table @samp
1653 @item -A
1654 @itemx --show-all
1655 @opindex -A
1656 @opindex --show-all
1657 Equivalent to @option{-vET}.
1659 @item -b
1660 @itemx --number-nonblank
1661 @opindex -b
1662 @opindex --number-nonblank
1663 Number all nonempty output lines, starting with 1.
1665 @item -e
1666 @opindex -e
1667 Equivalent to @option{-vE}.
1669 @item -E
1670 @itemx --show-ends
1671 @opindex -E
1672 @opindex --show-ends
1673 Display a @samp{$} after the end of each line.
1674 The @code{\r\n} combination is shown as @samp{^M$}.
1676 @item -n
1677 @itemx --number
1678 @opindex -n
1679 @opindex --number
1680 Number all output lines, starting with 1.  This option is ignored
1681 if @option{-b} is in effect.
1683 @item -s
1684 @itemx --squeeze-blank
1685 @opindex -s
1686 @opindex --squeeze-blank
1687 @cindex squeezing empty lines
1688 @cindex squeezing blank lines
1689 Suppress repeated adjacent blank lines; output just one empty line
1690 instead of several.
1692 @item -t
1693 @opindex -t
1694 Equivalent to @option{-vT}.
1696 @item -T
1697 @itemx --show-tabs
1698 @opindex -T
1699 @opindex --show-tabs
1700 Display TAB characters as @samp{^I}.
1702 @item -u
1703 @opindex -u
1704 Ignored; for POSIX compatibility.
1706 @item -v
1707 @itemx --show-nonprinting
1708 @opindex -v
1709 @opindex --show-nonprinting
1710 Display control characters except for LFD and TAB using
1711 @samp{^} notation and precede characters that have the high bit set with
1712 @samp{M-}.
1714 @end table
1716 On systems like MS-DOS that distinguish between text and binary files,
1717 @command{cat} normally reads and writes in binary mode.  However,
1718 @command{cat} reads in text mode if one of the options
1719 @option{-bensAE} is used or if @command{cat} is reading from standard
1720 input and standard input is a terminal.  Similarly, @command{cat}
1721 writes in text mode if one of the options @option{-bensAE} is used or
1722 if standard output is a terminal.
1724 @exitstatus
1726 Examples:
1728 @example
1729 # Output f's contents, then standard input, then g's contents.
1730 cat f - g
1732 # Copy standard input to standard output.
1734 @end example
1737 @node tac invocation
1738 @section @command{tac}: Concatenate and write files in reverse
1740 @pindex tac
1741 @cindex reversing files
1743 @command{tac} copies each @var{file} (@samp{-} means standard input), or
1744 standard input if none are given, to standard output, reversing the
1745 records (lines by default) in each separately.  Synopsis:
1747 @example
1748 tac [@var{option}]@dots{} [@var{file}]@dots{}
1749 @end example
1751 @dfn{Records} are separated by instances of a string (newline by
1752 default).  By default, this separator string is attached to the end of
1753 the record that it follows in the file.
1755 The program accepts the following options.  Also see @ref{Common options}.
1757 @table @samp
1759 @item -b
1760 @itemx --before
1761 @opindex -b
1762 @opindex --before
1763 The separator is attached to the beginning of the record that it
1764 precedes in the file.
1766 @item -r
1767 @itemx --regex
1768 @opindex -r
1769 @opindex --regex
1770 Treat the separator string as a regular expression.
1772 @item -s @var{separator}
1773 @itemx --separator=@var{separator}
1774 @opindex -s
1775 @opindex --separator
1776 Use @var{separator} as the record separator, instead of newline.
1777 Note an empty @var{separator} is treated as a zero byte.
1778 I.e., input and output items are delimited with ASCII NUL.
1780 @end table
1782 On systems like MS-DOS that distinguish between text and binary files,
1783 @command{tac} reads and writes in binary mode.
1785 @exitstatus
1787 Example:
1789 @example
1790 # Reverse a file character by character.
1791 tac -r -s 'x\|[^x]'
1792 @end example
1795 @node nl invocation
1796 @section @command{nl}: Number lines and write files
1798 @pindex nl
1799 @cindex numbering lines
1800 @cindex line numbering
1802 @command{nl} writes each @var{file} (@samp{-} means standard input), or
1803 standard input if none are given, to standard output, with line numbers
1804 added to some or all of the lines.  Synopsis:
1806 @example
1807 nl [@var{option}]@dots{} [@var{file}]@dots{}
1808 @end example
1810 @cindex logical pages, numbering on
1811 @command{nl} decomposes its input into (logical) page sections;
1812 by default, the line number is reset to 1 at each logical page section.
1813 @command{nl} treats all of the input files as a single document;
1814 it does not reset line numbers or logical pages between files.
1816 @cindex headers, numbering
1817 @cindex body, numbering
1818 @cindex footers, numbering
1819 A logical page consists of three sections: header, body, and footer.
1820 Any of the sections can be empty.  Each can be numbered in a different
1821 style from the others.
1823 The beginnings of the sections of logical pages are indicated in the
1824 input file by a line containing exactly one of these delimiter strings:
1826 @table @samp
1827 @item \:\:\:
1828 start of header;
1829 @item \:\:
1830 start of body;
1831 @item \:
1832 start of footer.
1833 @end table
1835 The characters from which these strings are made can be changed from
1836 @samp{\} and @samp{:} via options (see below), but the pattern
1837 of each string cannot be changed.
1839 A section delimiter is replaced by an empty line on output.  Any text
1840 that comes before the first section delimiter string in the input file
1841 is considered to be part of a body section, so @command{nl} treats a
1842 file that contains no section delimiters as a single body section.
1844 The program accepts the following options.  Also see @ref{Common options}.
1846 @table @samp
1848 @item -b @var{style}
1849 @itemx --body-numbering=@var{style}
1850 @opindex -b
1851 @opindex --body-numbering
1852 Select the numbering style for lines in the body section of each
1853 logical page.  When a line is not numbered, the current line number
1854 is not incremented, but the line number separator character is still
1855 prepended to the line.  The styles are:
1857 @table @samp
1858 @item a
1859 number all lines,
1860 @item t
1861 number only nonempty lines (default for body),
1862 @item n
1863 do not number lines (default for header and footer),
1864 @item p@var{bre}
1865 number only lines that contain a match for the basic regular
1866 expression @var{bre}.
1867 @xref{Regular Expressions, , Regular Expressions, grep, The GNU Grep Manual}.
1868 @end table
1870 @item -d @var{cd}
1871 @itemx --section-delimiter=@var{cd}
1872 @opindex -d
1873 @opindex --section-delimiter
1874 @cindex section delimiters of pages
1875 Set the section delimiter characters to @var{cd}; default is
1876 @samp{\:}.  If only @var{c} is given, the second remains @samp{:}.
1877 As a GNU extension more than two characters can be specified,
1878 and also if @var{cd} is empty (@option{-d ''}), then section
1879 matching is disabled.
1880 (Remember to protect @samp{\} or other metacharacters from shell
1881 expansion with quotes or extra backslashes.)
1883 @item -f @var{style}
1884 @itemx --footer-numbering=@var{style}
1885 @opindex -f
1886 @opindex --footer-numbering
1887 Analogous to @option{--body-numbering}.
1889 @item -h @var{style}
1890 @itemx --header-numbering=@var{style}
1891 @opindex -h
1892 @opindex --header-numbering
1893 Analogous to @option{--body-numbering}.
1895 @item -i @var{number}
1896 @itemx --line-increment=@var{number}
1897 @opindex -i
1898 @opindex --line-increment
1899 Increment line numbers by @var{number} (default 1).
1900 @var{number} can be negative to decrement.
1902 @item -l @var{number}
1903 @itemx --join-blank-lines=@var{number}
1904 @opindex -l
1905 @opindex --join-blank-lines
1906 @cindex empty lines, numbering
1907 @cindex blank lines, numbering
1908 Consider @var{number} (default 1) consecutive empty lines to be one
1909 logical line for numbering, and only number the last one.  Where fewer
1910 than @var{number} consecutive empty lines occur, do not number them.
1911 An empty line is one that contains no characters, not even spaces
1912 or tabs.
1914 @item -n @var{format}
1915 @itemx --number-format=@var{format}
1916 @opindex -n
1917 @opindex --number-format
1918 Select the line numbering format (default is @code{rn}):
1920 @table @samp
1921 @item ln
1922 @opindex ln @r{format for @command{nl}}
1923 left justified, no leading zeros;
1924 @item rn
1925 @opindex rn @r{format for @command{nl}}
1926 right justified, no leading zeros;
1927 @item rz
1928 @opindex rz @r{format for @command{nl}}
1929 right justified, leading zeros.
1930 @end table
1932 @item -p
1933 @itemx --no-renumber
1934 @opindex -p
1935 @opindex --no-renumber
1936 Do not reset the line number at the start of a logical page.
1938 @item -s @var{string}
1939 @itemx --number-separator=@var{string}
1940 @opindex -s
1941 @opindex --number-separator
1942 Separate the line number from the text line in the output with
1943 @var{string} (default is the TAB character).
1945 @item -v @var{number}
1946 @itemx --starting-line-number=@var{number}
1947 @opindex -v
1948 @opindex --starting-line-number
1949 Set the initial line number on each logical page to @var{number} (default 1).
1950 The starting @var{number} can be negative.
1952 @item -w @var{number}
1953 @itemx --number-width=@var{number}
1954 @opindex -w
1955 @opindex --number-width
1956 Use @var{number} characters for line numbers (default 6).
1958 @end table
1960 @exitstatus
1963 @node od invocation
1964 @section @command{od}: Write files in octal or other formats
1966 @pindex od
1967 @cindex octal dump of files
1968 @cindex hex dump of files
1969 @cindex ASCII dump of files
1970 @cindex file contents, dumping unambiguously
1972 @command{od} writes an unambiguous representation of each @var{file}
1973 (@samp{-} means standard input), or standard input if none are given.
1974 Synopses:
1976 @example
1977 od [@var{option}]@dots{} [@var{file}]@dots{}
1978 od [-abcdfilosx]@dots{} [@var{file}] [[+]@var{offset}[.][b]]
1979 od [@var{option}]@dots{} --traditional [@var{file}]@c
1980  [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
1981 @end example
1983 Each line of output consists of the offset in the input, followed by
1984 groups of data from the file.  By default, @command{od} prints the offset in
1985 octal, and each group of file data is a C @code{short int}'s worth of input
1986 printed as a single octal number.
1988 If @var{offset} is given, it specifies how many input bytes to skip
1989 before formatting and writing.  By default, it is interpreted as an
1990 octal number, but the optional trailing decimal point causes it to be
1991 interpreted as decimal.  If no decimal is specified and the offset
1992 begins with @samp{0x} or @samp{0X} it is interpreted as a hexadecimal
1993 number.  If there is a trailing @samp{b}, the number of bytes skipped
1994 will be @var{offset} multiplied by 512.
1996 If a command is of both the first and second forms, the second form is
1997 assumed if the last operand begins with @samp{+} or (if there are two
1998 operands) a digit.  For example, in @samp{od foo 10} and @samp{od +10}
1999 the @samp{10} is an offset, whereas in @samp{od 10} the @samp{10} is a
2000 file name.
2002 The program accepts the following options.  Also see @ref{Common options}.
2004 @table @samp
2006 @item -A @var{radix}
2007 @itemx --address-radix=@var{radix}
2008 @opindex -A
2009 @opindex --address-radix
2010 @cindex radix for file offsets
2011 @cindex file offset radix
2012 Select the base in which file offsets are printed.  @var{radix} can
2013 be one of the following:
2015 @table @samp
2016 @item d
2017 decimal;
2018 @item o
2019 octal;
2020 @item x
2021 hexadecimal;
2022 @item n
2023 none (do not print offsets).
2024 @end table
2026 The default is octal.
2028 @item --endian=@var{order}
2029 @opindex --endian
2030 @cindex byte-swapping
2031 @cindex endianness
2032 Reorder input bytes, to handle inputs with differing byte orders,
2033 or to provide consistent output independent of the endian convention
2034 of the current system.  Swapping is performed according to the
2035 specified @option{--type} size and endian @var{order}, which can be
2036 @samp{little} or @samp{big}.
2038 @item -j @var{bytes}
2039 @itemx --skip-bytes=@var{bytes}
2040 @opindex -j
2041 @opindex --skip-bytes
2042 Skip @var{bytes} input bytes before formatting and writing.  If
2043 @var{bytes} begins with @samp{0x} or @samp{0X}, it is interpreted in
2044 hexadecimal; otherwise, if it begins with @samp{0}, in octal; otherwise,
2045 in decimal.
2046 @multiplierSuffixes{bytes}
2048 @item -N @var{bytes}
2049 @itemx --read-bytes=@var{bytes}
2050 @opindex -N
2051 @opindex --read-bytes
2052 Output at most @var{bytes} bytes of the input.  Prefixes and suffixes on
2053 @code{bytes} are interpreted as for the @option{-j} option.
2055 @item -S @var{bytes}
2056 @itemx --strings[=@var{bytes}]
2057 @opindex -S
2058 @opindex --strings
2059 @cindex string constants, outputting
2060 Instead of the normal output, output only @dfn{string constants}: at
2061 least @var{bytes} consecutive ASCII graphic characters,
2062 followed by a zero byte (ASCII NUL).
2063 Prefixes and suffixes on @var{bytes} are interpreted as for the
2064 @option{-j} option.
2066 If @var{bytes} is omitted with @option{--strings}, the default is 3.
2068 @item -t @var{type}
2069 @itemx --format=@var{type}
2070 @opindex -t
2071 @opindex --format
2072 Select the format in which to output the file data.  @var{type} is a
2073 string of one or more of the below type indicator characters.  If you
2074 include more than one type indicator character in a single @var{type}
2075 string, or use this option more than once, @command{od} writes one copy
2076 of each output line using each of the data types that you specified,
2077 in the order that you specified.
2079 Adding a trailing ``z'' to any type specification appends a display
2080 of the single byte character representation of the printable characters
2081 to the output line generated by the type specification.
2083 @table @samp
2084 @item a
2085 named character, ignoring high-order bit
2086 @item c
2087 printable single byte character, C backslash escape
2088 or a 3 digit octal sequence
2089 @item d
2090 signed decimal
2091 @item f
2092 floating point (@pxref{Floating point})
2093 @item o
2094 octal
2095 @item u
2096 unsigned decimal
2097 @item x
2098 hexadecimal
2099 @end table
2101 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
2102 newline, and @samp{nul} for a zero byte.  Only the least significant
2103 seven bits of each byte is used; the high-order bit is ignored.
2104 Type @code{c} outputs
2105 @samp{ }, @samp{\n}, and @code{\0}, respectively.
2107 @cindex type size
2108 Except for types @samp{a} and @samp{c}, you can specify the number
2109 of bytes to use in interpreting each number in the given data type
2110 by following the type indicator character with a decimal integer.
2111 Alternately, you can specify the size of one of the C compiler's
2112 built-in data types by following the type indicator character with
2113 one of the following characters.  For integers (@samp{d}, @samp{o},
2114 @samp{u}, @samp{x}):
2116 @table @samp
2117 @item C
2118 char
2119 @item S
2120 short
2121 @item I
2123 @item L
2124 long
2125 @end table
2127 For floating point (@code{f}):
2129 @table @asis
2130 @item F
2131 float
2132 @item D
2133 double
2134 @item L
2135 long double
2136 @end table
2138 @item -v
2139 @itemx --output-duplicates
2140 @opindex -v
2141 @opindex --output-duplicates
2142 Output consecutive lines that are identical.  By default, when two or
2143 more consecutive output lines would be identical, @command{od} outputs only
2144 the first line, and puts just an asterisk on the following line to
2145 indicate the elision.
2147 @item -w[@var{n}]
2148 @itemx --width[=@var{n}]
2149 @opindex -w
2150 @opindex --width
2151 Dump @code{n} input bytes per output line.  This must be a multiple of
2152 the least common multiple of the sizes associated with the specified
2153 output types.
2155 If this option is not given at all, the default is 16.  If @var{n} is
2156 omitted, the default is 32.
2158 @end table
2160 The next several options are shorthands for format specifications.
2161 GNU @command{od} accepts any combination of shorthands and format
2162 specification options.  These options accumulate.
2164 @table @samp
2166 @item -a
2167 @opindex -a
2168 Output as named characters.  Equivalent to @samp{-t a}.
2170 @item -b
2171 @opindex -b
2172 Output as octal bytes.  Equivalent to @samp{-t o1}.
2174 @item -c
2175 @opindex -c
2176 Output as printable single byte characters, C backslash escapes
2177 or 3 digit octal sequences.  Equivalent to @samp{-t c}.
2179 @item -d
2180 @opindex -d
2181 Output as unsigned decimal two-byte units.  Equivalent to @samp{-t u2}.
2183 @item -f
2184 @opindex -f
2185 Output as floats.  Equivalent to @samp{-t fF}.
2187 @item -i
2188 @opindex -i
2189 Output as decimal ints.  Equivalent to @samp{-t dI}.
2191 @item -l
2192 @opindex -l
2193 Output as decimal long ints.  Equivalent to @samp{-t dL}.
2195 @item -o
2196 @opindex -o
2197 Output as octal two-byte units.  Equivalent to @option{-t o2}.
2199 @item -s
2200 @opindex -s
2201 Output as decimal two-byte units.  Equivalent to @option{-t d2}.
2203 @item -x
2204 @opindex -x
2205 Output as hexadecimal two-byte units.  Equivalent to @samp{-t x2}.
2207 @item --traditional
2208 @opindex --traditional
2209 Recognize the non-option label argument that traditional @command{od}
2210 accepted.  The following syntax:
2212 @example
2213 od --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
2214 @end example
2216 @noindent
2217 can be used to specify at most one file and optional arguments
2218 specifying an offset and a pseudo-start address, @var{label}.
2219 The @var{label} argument is interpreted
2220 just like @var{offset}, but it specifies an initial pseudo-address.  The
2221 pseudo-addresses are displayed in parentheses following any normal
2222 address.
2224 @end table
2226 @exitstatus
2229 @node base32 invocation
2230 @section @command{base32}: Transform data into printable data
2232 @pindex base32
2233 @cindex base32 encoding
2235 @command{base32} transforms data read from a file, or standard input,
2236 into (or from) base32 encoded form.  The base32 encoded form uses
2237 printable ASCII characters to represent binary data.
2238 The usage and options of this command are precisely the
2239 same as for @command{base64}.  @xref{base64 invocation}.
2240 For more general encoding functionalty see @ref{basenc invocation}.
2243 @node base64 invocation
2244 @section @command{base64}: Transform data into printable data
2246 @pindex base64
2247 @cindex base64 encoding
2249 @command{base64} transforms data read from a file, or standard input,
2250 into (or from) base64 encoded form.  The base64 encoded form uses
2251 printable ASCII characters to represent binary data.
2252 Synopses:
2254 @example
2255 base64 [@var{option}]@dots{} [@var{file}]
2256 base64 --decode [@var{option}]@dots{} [@var{file}]
2257 @end example
2259 The base64 encoding expands data to roughly 133% of the original.
2260 The base32 encoding expands data to roughly 160% of the original.
2261 The format conforms to
2262 @uref{https://tools.ietf.org/search/rfc4648, RFC 4648}.
2264 For more general encoding functionalty see @ref{basenc invocation}.
2266 The program accepts the following options.  Also see @ref{Common options}.
2268 @table @samp
2270 @item -w @var{cols}
2271 @itemx --wrap=@var{cols}
2272 @opindex -w
2273 @opindex --wrap
2274 @cindex wrap data
2275 @cindex column to wrap data after
2276 During encoding, wrap lines after @var{cols} characters.  This must be
2277 a positive number.
2279 The default is to wrap after 76 characters.  Use the value 0 to
2280 disable line wrapping altogether.
2282 @item -d
2283 @itemx --decode
2284 @opindex -d
2285 @opindex --decode
2286 @cindex Decode base64 data
2287 @cindex Base64 decoding
2288 Change the mode of operation, from the default of encoding data, to
2289 decoding data.  Input is expected to be base64 encoded data, and the
2290 output will be the original data.
2292 @item -i
2293 @itemx --ignore-garbage
2294 @opindex -i
2295 @opindex --ignore-garbage
2296 @cindex Ignore garbage in base64 stream
2297 When decoding, newlines are always accepted.
2298 During decoding, ignore unrecognized bytes,
2299 to permit distorted data to be decoded.
2301 @end table
2303 @exitstatus
2305 @node basenc invocation
2306 @section @command{basenc}: Transform data into printable data
2308 @pindex basenc
2309 @cindex base32 encoding
2311 @command{basenc} transforms data read from a file, or standard input,
2312 into (or from) various common encoding forms.  The encoded form uses
2313 printable ASCII characters to represent binary data.
2315 Synopses:
2317 @example
2318 basenc @var{encoding} [@var{option}]@dots{} [@var{file}]
2319 basenc @var{encoding} --decode [@var{option}]@dots{} [@var{file}]
2320 @end example
2322 The @var{encoding} argument is required. If @var{file} is omitted,
2323 @command{basenc} reads from standard input.
2324 The @option{-w/--wrap},@option{-i/--ignore-garbage},
2325 @option{-d/--decode} options of this command are precisely the same as
2326 for @command{base64}. @xref{base64 invocation}.
2329 Supported @var{encoding}s are:
2331 @table @samp
2333 @item --base64
2334 @opindex --base64
2335 Encode into (or decode from with @option{-d/--decode}) base64 form.
2336 The format conforms to
2337 @uref{https://tools.ietf.org/search/rfc4648#section-4, RFC 4648#4}.
2338 Equivalent to the @command{base64} command.
2340 @item --base64url
2341 @opindex --base64url
2342 Encode into (or decode from with @option{-d/--decode}) file-and-url-safe
2343 base64 form (using @samp{_} and @samp{-} instead of @samp{+} and @samp{/}).
2344 The format conforms to
2345 @uref{https://tools.ietf.org/search/rfc4648#section-5, RFC 4648#5}.
2347 @item --base32
2348 @opindex --base32
2349 Encode into (or decode from with @option{-d/--decode}) base32 form.
2350 The encoded data uses the @samp{ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=} characters.
2351 The format conforms to
2352 @uref{https://tools.ietf.org/search/rfc4648#section-6, RFC 4648#6}.
2353 Equivalent to the @command{base32} command.
2355 @item --base32hex
2356 @opindex --base32hex
2357 Encode into (or decode from with @option{-d/--decode}) Extended Hex Alphabet
2358 base32 form. The encoded data uses the
2359 @samp{0123456789ABCDEFGHIJKLMNOPQRSTUV=} characters. The format conforms to
2360 @uref{https://tools.ietf.org/search/rfc4648#section-7, RFC 4648#7}.
2362 @item --base16
2363 @opindex --base16
2364 Encode into (or decode from with @option{-d/--decode}) base16 (hexadecimal)
2365 form. The encoded data uses the @samp{0123456789ABCDEF} characters. The format
2366 conforms to
2367 @uref{https://tools.ietf.org/search/rfc4648#section-8, RFC 4648#8}.
2369 @item --base2lsbf
2370 @opindex --base2lsbf
2371 Encode into (or decode from with @option{-d/--decode}) binary string form
2372 (@samp{0} and @samp{1}) with the @emph{least} significant bit of every byte
2373 first.
2375 @item --base2msbf
2376 @opindex --base2msbf
2377 Encode into (or decode from with @option{-d/--decode}) binary string form
2378 (@samp{0} and @samp{1}) with the @emph{most} significant bit of every byte
2379 first.
2381 @item --z85
2382 @opindex --z85
2383 Encode into (or decode from with @option{-d/--decode}) Z85 form
2384 (a modified Ascii85 form). The encoded data uses the
2385 @samp{0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU@
2386 VWXYZ.-:+=^!/*?&<>()[]@{@}@@%$#}.
2387 characters. The format conforms to
2388 @uref{https://rfc.zeromq.org/spec:32/Z85/, ZeroMQ spec:32/Z85}.
2390 When encoding with @option{--z85}, input length must be a multiple of 4;
2391 when decoding with @option{--z85}, input length must be a multiple of 5.
2393 @end table
2397 Encoding/decoding examples:
2399 @example
2400 $ printf '\376\117\202' | basenc --base64
2401 /k+C
2403 $ printf '\376\117\202' | basenc --base64url
2404 _k-C
2406 $ printf '\376\117\202' | basenc --base32
2407 7ZHYE===
2409 $ printf '\376\117\202' | basenc --base32hex
2410 VP7O4===
2412 $ printf '\376\117\202' | basenc --base16
2413 FE4F82
2415 $ printf '\376\117\202' | basenc --base2lsbf
2416 011111111111001001000001
2418 $ printf '\376\117\202' | basenc --base2msbf
2419 111111100100111110000010
2421 $ printf '\376\117\202\000' | basenc --z85
2422 @@.FaC
2424 $ printf 01010100 | basenc --base2msbf --decode
2427 $ printf 01010100 | basenc --base2lsbf --decode
2429 @end example
2433 @node Formatting file contents
2434 @chapter Formatting file contents
2436 @cindex formatting file contents
2438 These commands reformat the contents of files.
2440 @menu
2441 * fmt invocation::              Reformat paragraph text.
2442 * pr invocation::               Paginate or columnate files for printing.
2443 * fold invocation::             Wrap input lines to fit in specified width.
2444 @end menu
2447 @node fmt invocation
2448 @section @command{fmt}: Reformat paragraph text
2450 @pindex fmt
2451 @cindex reformatting paragraph text
2452 @cindex paragraphs, reformatting
2453 @cindex text, reformatting
2455 @command{fmt} fills and joins lines to produce output lines of (at most)
2456 a given number of characters (75 by default).  Synopsis:
2458 @example
2459 fmt [@var{option}]@dots{} [@var{file}]@dots{}
2460 @end example
2462 @command{fmt} reads from the specified @var{file} arguments (or standard
2463 input if none are given), and writes to standard output.
2465 By default, blank lines, spaces between words, and indentation are
2466 preserved in the output; successive input lines with different
2467 indentation are not joined; tabs are expanded on input and introduced on
2468 output.
2470 @cindex line-breaking
2471 @cindex sentences and line-breaking
2472 @cindex Knuth, Donald E.
2473 @cindex Plass, Michael F.
2474 @command{fmt} prefers breaking lines at the end of a sentence, and tries to
2475 avoid line breaks after the first word of a sentence or before the last
2476 word of a sentence.  A @dfn{sentence break} is defined as either the end
2477 of a paragraph or a word ending in any of @samp{.?!}, followed by two
2478 spaces or end of line, ignoring any intervening parentheses or quotes.
2479 Like @TeX{}, @command{fmt} reads entire ``paragraphs'' before choosing line
2480 breaks; the algorithm is a variant of that given by Donald E. Knuth
2481 and Michael F. Plass in ``Breaking Paragraphs Into Lines'',
2482 @cite{Software: Practice & Experience} @b{11}, 11 (November 1981),
2483 1119--1184.
2485 The program accepts the following options.  Also see @ref{Common options}.
2487 @table @samp
2489 @item -c
2490 @itemx --crown-margin
2491 @opindex -c
2492 @opindex --crown-margin
2493 @cindex crown margin
2494 @dfn{Crown margin} mode: preserve the indentation of the first two
2495 lines within a paragraph, and align the left margin of each subsequent
2496 line with that of the second line.
2498 @item -t
2499 @itemx --tagged-paragraph
2500 @opindex -t
2501 @opindex --tagged-paragraph
2502 @cindex tagged paragraphs
2503 @dfn{Tagged paragraph} mode: like crown margin mode, except that if
2504 indentation of the first line of a paragraph is the same as the
2505 indentation of the second, the first line is treated as a one-line
2506 paragraph.
2508 @item -s
2509 @itemx --split-only
2510 @opindex -s
2511 @opindex --split-only
2512 Split lines only.  Do not join short lines to form longer ones.  This
2513 prevents sample lines of code, and other such ``formatted'' text from
2514 being unduly combined.
2516 @item -u
2517 @itemx --uniform-spacing
2518 @opindex -u
2519 @opindex --uniform-spacing
2520 Uniform spacing.  Reduce spacing between words to one space, and spacing
2521 between sentences to two spaces.
2523 @item -@var{width}
2524 @itemx -w @var{width}
2525 @itemx --width=@var{width}
2526 @opindex -@var{width}
2527 @opindex -w
2528 @opindex --width
2529 Fill output lines up to @var{width} characters (default 75 or @var{goal}
2530 plus 10, if @var{goal} is provided).
2532 @item -g @var{goal}
2533 @itemx --goal=@var{goal}
2534 @opindex -g
2535 @opindex --goal
2536 @command{fmt} initially tries to make lines @var{goal} characters wide.
2537 By default, this is 7% shorter than @var{width}.
2539 @item -p @var{prefix}
2540 @itemx --prefix=@var{prefix}
2541 Only lines beginning with @var{prefix} (possibly preceded by whitespace)
2542 are subject to formatting.  The prefix and any preceding whitespace are
2543 stripped for the formatting and then re-attached to each formatted output
2544 line.  One use is to format certain kinds of program comments, while
2545 leaving the code unchanged.
2547 @end table
2549 @exitstatus
2551 @node pr invocation
2552 @section @command{pr}: Paginate or columnate files for printing
2554 @pindex pr
2555 @cindex printing, preparing files for
2556 @cindex multicolumn output, generating
2557 @cindex merging files in parallel
2559 @command{pr} writes each @var{file} (@samp{-} means standard input), or
2560 standard input if none are given, to standard output, paginating and
2561 optionally outputting in multicolumn format; optionally merges all
2562 @var{file}s, printing all in parallel, one per column.  Synopsis:
2564 @example
2565 pr [@var{option}]@dots{} [@var{file}]@dots{}
2566 @end example
2568 @vindex LC_MESSAGES
2569 By default, a 5-line header is printed at each page: two blank lines;
2570 a line with the date, the file name, and the page count; and two more
2571 blank lines.  A footer of five blank lines is also printed.
2572 The default @var{page_length} is 66
2573 lines.  The default number of text lines is therefore 56.
2574 The text line of the header takes the form
2575 @samp{@var{date} @var{string} @var{page}}, with spaces inserted around
2576 @var{string} so that the line takes up the full @var{page_width}.  Here,
2577 @var{date} is the date (see the @option{-D} or @option{--date-format}
2578 option for details), @var{string} is the centered header string, and
2579 @var{page} identifies the page number.  The @env{LC_MESSAGES} locale
2580 category affects the spelling of @var{page}; in the default C locale, it
2581 is @samp{Page @var{number}} where @var{number} is the decimal page
2582 number.
2584 Form feeds in the input cause page breaks in the output.  Multiple form
2585 feeds produce empty pages.
2587 Columns are of equal width, separated by an optional string (default
2588 is @samp{space}).  For multicolumn output, lines will always be truncated to
2589 @var{page_width} (default 72), unless you use the @option{-J} option.
2590 For single
2591 column output no line truncation occurs by default.  Use @option{-W} option to
2592 truncate lines in that case.
2594 The program accepts the following options.  Also see @ref{Common options}.
2596 @table @samp
2598 @item +@var{first_page}[:@var{last_page}]
2599 @itemx --pages=@var{first_page}[:@var{last_page}]
2600 @c The two following @opindex lines evoke warnings because they contain ':'
2601 @c The 'info' spec does not permit that.  If we use those lines, we end
2602 @c up with truncated index entries that don't work.
2603 @c @opindex +@var{first_page}[:@var{last_page}]
2604 @c @opindex --pages=@var{first_page}[:@var{last_page}]
2605 @opindex +@var{page_range}
2606 @opindex --pages=@var{page_range}
2607 Begin printing with page @var{first_page} and stop with @var{last_page}.
2608 Missing @samp{:@var{last_page}} implies end of file.  While estimating
2609 the number of skipped pages each form feed in the input file results
2610 in a new page.  Page counting with and without @samp{+@var{first_page}}
2611 is identical.  By default, counting starts with the first page of input
2612 file (not first page printed).  Line numbering may be altered by @option{-N}
2613 option.
2615 @item -@var{column}
2616 @itemx --columns=@var{column}
2617 @opindex -@var{column}
2618 @opindex --columns
2619 @cindex down columns
2620 With each single @var{file}, produce @var{column} columns of output
2621 (default is 1) and print columns down, unless @option{-a} is used.  The
2622 column width is automatically decreased as @var{column} increases; unless
2623 you use the @option{-W/-w} option to increase @var{page_width} as well.
2624 This option might well cause some lines to be truncated.  The number of
2625 lines in the columns on each page are balanced.  The options @option{-e}
2626 and @option{-i} are on for multiple text-column output.  Together with
2627 @option{-J} option column alignment and line truncation is turned off.
2628 Lines of full length are joined in a free field format and @option{-S}
2629 option may set field separators.  @option{-@var{column}} may not be used
2630 with @option{-m} option.
2632 @item -a
2633 @itemx --across
2634 @opindex -a
2635 @opindex --across
2636 @cindex across columns
2637 With each single @var{file}, print columns across rather than down.  The
2638 @option{-@var{column}} option must be given with @var{column} greater than one.
2639 If a line is too long to fit in a column, it is truncated.
2641 @item -c
2642 @itemx --show-control-chars
2643 @opindex -c
2644 @opindex --show-control-chars
2645 Print control characters using hat notation (e.g., @samp{^G}); print
2646 other nonprinting characters in octal backslash notation.  By default,
2647 nonprinting characters are not changed.
2649 @item -d
2650 @itemx --double-space
2651 @opindex -d
2652 @opindex --double-space
2653 @cindex double spacing
2654 Double space the output.
2656 @item -D @var{format}
2657 @itemx --date-format=@var{format}
2658 @cindex time formats
2659 @cindex formatting times
2660 Format header dates using @var{format}, using the same conventions as
2661 for the command @samp{date +@var{format}}.  @xref{date invocation}.
2662 Except for directives, which start with
2663 @samp{%}, characters in @var{format} are printed unchanged.  You can use
2664 this option to specify an arbitrary string in place of the header date,
2665 e.g., @option{--date-format="Monday morning"}.
2667 @vindex POSIXLY_CORRECT
2668 @vindex LC_TIME
2669 The default date format is @samp{%Y-%m-%d %H:%M} (for example,
2670 @samp{2020-07-09 23:59});
2671 but if the @env{POSIXLY_CORRECT} environment variable is set
2672 and the @env{LC_TIME} locale category specifies the POSIX
2673 locale, the default is @samp{%b %e %H:%M %Y} (for example,
2674 @samp{Jul@ @ 9 23:59 2020}.
2676 @vindex TZ
2677 Timestamps are listed according to the time zone rules specified by
2678 the @env{TZ} environment variable, or by the system default rules if
2679 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
2680 with @env{TZ}, libc, The GNU C Library Reference Manual}.
2682 @item -e[@var{in-tabchar}[@var{in-tabwidth}]]
2683 @itemx --expand-tabs[=@var{in-tabchar}[@var{in-tabwidth}]]
2684 @opindex -e
2685 @opindex --expand-tabs
2686 @cindex input tabs
2687 Expand @var{tab}s to spaces on input.  Optional argument @var{in-tabchar} is
2688 the input tab character (default is the TAB character).  Second optional
2689 argument @var{in-tabwidth} is the input tab character's width (default
2690 is 8).
2692 @item -f
2693 @itemx -F
2694 @itemx --form-feed
2695 @opindex -F
2696 @opindex -f
2697 @opindex --form-feed
2698 Use a form feed instead of newlines to separate output pages.  This does
2699 not alter the default page length of 66 lines.
2701 @item -h @var{header}
2702 @itemx --header=@var{header}
2703 @opindex -h
2704 @opindex --header
2705 Replace the file name in the header with the centered string @var{header}.
2706 When using the shell, @var{header} should be quoted and should be
2707 separated from @option{-h} by a space.
2709 @item -i[@var{out-tabchar}[@var{out-tabwidth}]]
2710 @itemx --output-tabs[=@var{out-tabchar}[@var{out-tabwidth}]]
2711 @opindex -i
2712 @opindex --output-tabs
2713 @cindex output tabs
2714 Replace spaces with @var{tab}s on output.  Optional argument @var{out-tabchar}
2715 is the output tab character (default is the TAB character).  Second optional
2716 argument @var{out-tabwidth} is the output tab character's width (default
2717 is 8).
2719 @item -J
2720 @itemx --join-lines
2721 @opindex -J
2722 @opindex --join-lines
2723 Merge lines of full length.  Used together with the column options
2724 @option{-@var{column}}, @option{-a -@var{column}} or @option{-m}.  Turns off
2725 @option{-W/-w} line truncation;
2726 no column alignment used; may be used with
2727 @option{--sep-string[=@var{string}]}.  @option{-J} has been introduced
2728 (together with @option{-W} and @option{--sep-string})
2729 to disentangle the old (POSIX-compliant) options @option{-w} and
2730 @option{-s} along with the three column options.
2733 @item -l @var{page_length}
2734 @itemx --length=@var{page_length}
2735 @opindex -l
2736 @opindex --length
2737 Set the page length to @var{page_length} (default 66) lines, including
2738 the lines of the header [and the footer].  If @var{page_length} is less
2739 than or equal to 10, the header and footer are omitted, as if the
2740 @option{-t} option had been given.
2742 @item -m
2743 @itemx --merge
2744 @opindex -m
2745 @opindex --merge
2746 Merge and print all @var{file}s in parallel, one in each column.  If a
2747 line is too long to fit in a column, it is truncated, unless the @option{-J}
2748 option is used.  @option{--sep-string[=@var{string}]} may be used.
2749 Empty pages in
2750 some @var{file}s (form feeds set) produce empty columns, still marked
2751 by @var{string}.  The result is a continuous line numbering and column
2752 marking throughout the whole merged file.  Completely empty merged pages
2753 show no separators or line numbers.  The default header becomes
2754 @samp{@var{date} @var{page}} with spaces inserted in the middle; this
2755 may be used with the @option{-h} or @option{--header} option to fill up
2756 the middle blank part.
2758 @item -n[@var{number-separator}[@var{digits}]]
2759 @itemx --number-lines[=@var{number-separator}[@var{digits}]]
2760 @opindex -n
2761 @opindex --number-lines
2762 Provide @var{digits} digit line numbering (default for @var{digits} is
2763 5).  With multicolumn output the number occupies the first @var{digits}
2764 column positions of each text column or only each line of @option{-m}
2765 output.  With single column output the number precedes each line just as
2766 @option{-m} does.  Default counting of the line numbers starts with the
2767 first line of the input file (not the first line printed, compare the
2768 @option{--page} option and @option{-N} option).
2769 Optional argument @var{number-separator} is the character appended to
2770 the line number to separate it from the text followed.  The default
2771 separator is the TAB character.  In a strict sense a TAB is always
2772 printed with single column output only.  The TAB width varies
2773 with the TAB position, e.g., with the left @var{margin} specified
2774 by @option{-o} option.  With multicolumn output priority is given to
2775 @samp{equal width of output columns} (a POSIX specification).
2776 The TAB width is fixed to the value of the first column and does
2777 not change with different values of left @var{margin}.  That means a
2778 fixed number of spaces is always printed in the place of the
2779 @var{number-separator} TAB@.  The tabification depends upon the output
2780 position.
2782 @item -N @var{line_number}
2783 @itemx --first-line-number=@var{line_number}
2784 @opindex -N
2785 @opindex --first-line-number
2786 Start line counting with the number @var{line_number} at first line of
2787 first page printed (in most cases not the first line of the input file).
2789 @item -o @var{margin}
2790 @itemx --indent=@var{margin}
2791 @opindex -o
2792 @opindex --indent
2793 @cindex indenting lines
2794 @cindex left margin
2795 Indent each line with a margin @var{margin} spaces wide (default is zero).
2796 The total page width is the size of the margin plus the @var{page_width}
2797 set with the @option{-W/-w} option.  A limited overflow may occur with
2798 numbered single column output (compare @option{-n} option).
2800 @item -r
2801 @itemx --no-file-warnings
2802 @opindex -r
2803 @opindex --no-file-warnings
2804 Do not print a warning message when an argument @var{file} cannot be
2805 opened.  (The exit status will still be nonzero, however.)
2807 @item -s[@var{char}]
2808 @itemx --separator[=@var{char}]
2809 @opindex -s
2810 @opindex --separator
2811 Separate columns by a single character @var{char}.  The default for
2812 @var{char} is the TAB character without @option{-w} and @samp{no
2813 character} with @option{-w}.  Without @option{-s} the default separator
2814 @samp{space} is set.  @option{-s[char]} turns off line truncation of all
2815 three column options (@option{-COLUMN}|@option{-a -COLUMN}|@option{-m}) unless
2816 @option{-w} is set.  This is a POSIX-compliant formulation.
2819 @item -S[@var{string}]
2820 @itemx --sep-string[=@var{string}]
2821 @opindex -S
2822 @opindex --sep-string
2823 Use @var{string} to separate output columns.  The @option{-S} option doesn't
2824 affect the @option{-W/-w} option, unlike the @option{-s} option which does.  It
2825 does not affect line truncation or column alignment.
2826 Without @option{-S}, and with @option{-J}, @command{pr} uses the default output
2827 separator, TAB@.
2828 Without @option{-S} or @option{-J}, @command{pr} uses a @samp{space}
2829 (same as @option{-S"@w{ }"}).
2830 If no @samp{@var{string}} argument is specified, @samp{""} is assumed.
2832 @item -t
2833 @itemx --omit-header
2834 @opindex -t
2835 @opindex --omit-header
2836 Do not print the usual header [and footer] on each page, and do not fill
2837 out the bottom of pages (with blank lines or a form feed).  No page
2838 structure is produced, but form feeds set in the input files are retained.
2839 The predefined pagination is not changed.  @option{-t} or @option{-T} may be
2840 useful together with other options; e.g.: @option{-t -e4}, expand TAB characters
2841 in the input file to 4 spaces but don't make any other changes.  Use of
2842 @option{-t} overrides @option{-h}.
2844 @item -T
2845 @itemx --omit-pagination
2846 @opindex -T
2847 @opindex --omit-pagination
2848 Do not print header [and footer].  In addition eliminate all form feeds
2849 set in the input files.
2851 @item -v
2852 @itemx --show-nonprinting
2853 @opindex -v
2854 @opindex --show-nonprinting
2855 Print nonprinting characters in octal backslash notation.
2857 @item -w @var{page_width}
2858 @itemx --width=@var{page_width}
2859 @opindex -w
2860 @opindex --width
2861 Set page width to @var{page_width} characters for multiple text-column
2862 output only (default for @var{page_width} is 72).  The specified
2863 @var{page_width} is rounded down so that columns have equal width.
2864 @option{-s[CHAR]} turns off the default page width and any line truncation
2865 and column alignment.
2866 Lines of full length are merged, regardless of the column options
2867 set.  No @var{page_width} setting is possible with single column output.
2868 A POSIX-compliant formulation.
2870 @item -W @var{page_width}
2871 @itemx --page_width=@var{page_width}
2872 @opindex -W
2873 @opindex --page_width
2874 Set the page width to @var{page_width} characters, honored with and
2875 without a column option.  With a column option, the specified @var{page_width}
2876 is rounded down so that columns have equal width.  Text lines are truncated,
2877 unless @option{-J} is used. Together with one of the three column options
2878 (@option{-@var{column}}, @option{-a -@var{column}} or @option{-m}) column
2879 alignment is always used.  The separator options @option{-S} or @option{-s}
2880 don't disable the @option{-W} option.  Default is 72 characters.  Without
2881 @option{-W @var{page_width}} and without any of the column options NO line
2882 truncation is used (defined to keep downward compatibility and to meet
2883 most frequent tasks).  That's equivalent to @option{-W 72 -J}@.  The header
2884 line is never truncated.
2886 @end table
2888 @exitstatus
2891 @node fold invocation
2892 @section @command{fold}: Wrap input lines to fit in specified width
2894 @pindex fold
2895 @cindex wrapping long input lines
2896 @cindex folding long input lines
2898 @command{fold} writes each @var{file} (@option{-} means standard input), or
2899 standard input if none are given, to standard output, breaking long
2900 lines.  Synopsis:
2902 @example
2903 fold [@var{option}]@dots{} [@var{file}]@dots{}
2904 @end example
2906 By default, @command{fold} breaks lines wider than 80 columns.  The output
2907 is split into as many lines as necessary.
2909 @cindex screen columns
2910 @command{fold} counts screen columns by default; thus, a tab may count more
2911 than one column, backspace decreases the column count, and carriage
2912 return sets the column to zero.
2914 The program accepts the following options.  Also see @ref{Common options}.
2916 @table @samp
2918 @item -b
2919 @itemx --bytes
2920 @opindex -b
2921 @opindex --bytes
2922 Count bytes rather than columns, so that tabs, backspaces, and carriage
2923 returns are each counted as taking up one column, just like other
2924 characters.
2926 @item -s
2927 @itemx --spaces
2928 @opindex -s
2929 @opindex --spaces
2930 Break at word boundaries: the line is broken after the last blank before
2931 the maximum line length.  If the line contains no such blanks, the line
2932 is broken at the maximum line length as usual.
2934 @item -w @var{width}
2935 @itemx --width=@var{width}
2936 @opindex -w
2937 @opindex --width
2938 Use a maximum line length of @var{width} columns instead of 80.
2940 For compatibility @command{fold} supports an obsolete option syntax
2941 @option{-@var{width}}.  New scripts should use @option{-w @var{width}}
2942 instead.
2944 @end table
2946 @exitstatus
2949 @node Output of parts of files
2950 @chapter Output of parts of files
2952 @cindex output of parts of files
2953 @cindex parts of files, output of
2955 These commands output pieces of the input.
2957 @menu
2958 * head invocation::             Output the first part of files.
2959 * tail invocation::             Output the last part of files.
2960 * split invocation::            Split a file into pieces.
2961 * csplit invocation::           Split a file into context-determined pieces.
2962 @end menu
2964 @node head invocation
2965 @section @command{head}: Output the first part of files
2967 @pindex head
2968 @cindex initial part of files, outputting
2969 @cindex first part of files, outputting
2971 @command{head} prints the first part (10 lines by default) of each
2972 @var{file}; it reads from standard input if no files are given or
2973 when given a @var{file} of @option{-}.  Synopsis:
2975 @example
2976 head [@var{option}]@dots{} [@var{file}]@dots{}
2977 @end example
2979 If more than one @var{file} is specified, @command{head} prints a
2980 one-line header consisting of:
2982 @example
2983 ==> @var{file name} <==
2984 @end example
2986 @noindent
2987 before the output for each @var{file}.
2989 The program accepts the following options.  Also see @ref{Common options}.
2991 @table @samp
2993 @item -c [-]@var{num}
2994 @itemx --bytes=[-]@var{num}
2995 @opindex -c
2996 @opindex --bytes
2997 Print the first @var{num} bytes, instead of initial lines.
2998 However, if @var{num} is prefixed with a @samp{-},
2999 print all but the last @var{num} bytes of each file.
3000 @multiplierSuffixes{num}
3002 @item -n [-]@var{num}
3003 @itemx --lines=[-]@var{num}
3004 @opindex -n
3005 @opindex --lines
3006 Output the first @var{num} lines.
3007 However, if @var{num} is prefixed with a @samp{-},
3008 print all but the last @var{num} lines of each file.
3009 Size multiplier suffixes are the same as with the @option{-c} option.
3011 @item -q
3012 @itemx --quiet
3013 @itemx --silent
3014 @opindex -q
3015 @opindex --quiet
3016 @opindex --silent
3017 Never print file name headers.
3019 @item -v
3020 @itemx --verbose
3021 @opindex -v
3022 @opindex --verbose
3023 Always print file name headers.
3025 @optZeroTerminated
3027 @end table
3029 For compatibility @command{head} also supports an obsolete option syntax
3030 @option{-[@var{num}][bkm][cqv]}, which is recognized only if it is
3031 specified first.  @var{num} is a decimal number optionally followed
3032 by a size letter (@samp{b}, @samp{k}, @samp{m}) as in @option{-c}, or
3033 @samp{l} to mean count by lines, or other option letters (@samp{cqv}).
3034 Scripts intended for standard hosts should use @option{-c @var{num}}
3035 or @option{-n @var{num}} instead.  If your script must also run on
3036 hosts that support only the obsolete syntax, it is usually simpler to
3037 avoid @command{head}, e.g., by using @samp{sed 5q} instead of
3038 @samp{head -5}.
3040 @exitstatus
3043 @node tail invocation
3044 @section @command{tail}: Output the last part of files
3046 @pindex tail
3047 @cindex last part of files, outputting
3049 @command{tail} prints the last part (10 lines by default) of each
3050 @var{file}; it reads from standard input if no files are given or
3051 when given a @var{file} of @samp{-}.  Synopsis:
3053 @example
3054 tail [@var{option}]@dots{} [@var{file}]@dots{}
3055 @end example
3057 If more than one @var{file} is specified, @command{tail} prints a
3058 one-line header before the output for each @var{file}, consisting of:
3060 @example
3061 ==> @var{file name} <==
3062 @end example
3064 For further processing of tail output, it can be useful to convert the
3065 file headers to line prefixes, which can be done like:
3067 @example
3068 tail @dots{} |
3069 awk '
3070   /^==> .* <==$/ @{prefix=substr($0,5,length-8)":"; next@}
3071   @{print prefix$0@}
3072 ' | @dots{}
3073 @end example
3075 @cindex BSD @command{tail}
3076 GNU @command{tail} can output any amount of data (some other versions of
3077 @command{tail} cannot).  It also has no @option{-r} option (print in
3078 reverse), since reversing a file is really a different job from printing
3079 the end of a file; BSD @command{tail} (which is the one with @option{-r}) can
3080 only reverse files that are at most as large as its buffer, which is
3081 typically 32 KiB@.  A more reliable and versatile way to reverse files is
3082 the GNU @command{tac} command.
3084 The program accepts the following options.  Also see @ref{Common options}.
3086 @table @samp
3088 @item -c [+]@var{num}
3089 @itemx --bytes=[+]@var{num}
3090 @opindex -c
3091 @opindex --bytes
3092 Output the last @var{num} bytes, instead of final lines.
3093 However, if @var{num} is prefixed with a @samp{+}, start printing with
3094 byte @var{num} from the start of each file, instead of from the end.
3095 @multiplierSuffixes{num}
3097 @item -f
3098 @itemx --follow[=@var{how}]
3099 @opindex -f
3100 @opindex --follow
3101 @cindex growing files
3102 @vindex name @r{follow option}
3103 @vindex descriptor @r{follow option}
3104 Loop forever trying to read more characters at the end of the file,
3105 presumably because the file is growing.
3106 If more than one file is given, @command{tail} prints a header whenever it
3107 gets output from a different file, to indicate which file that output is
3108 from.
3110 There are two ways to specify how you'd like to track files with this option,
3111 but that difference is noticeable only when a followed file is removed or
3112 renamed.
3113 If you'd like to continue to track the end of a growing file even after
3114 it has been unlinked, use @option{--follow=descriptor}.  This is the default
3115 behavior, but it is not useful if you're tracking a log file that may be
3116 rotated (removed or renamed, then reopened).  In that case, use
3117 @option{--follow=name} to track the named file, perhaps by reopening it
3118 periodically to see if it has been removed and recreated by some other program.
3119 Note that the inotify-based implementation handles this case without
3120 the need for any periodic reopening.
3122 No matter which method you use, if the tracked file is determined to have
3123 shrunk, @command{tail} prints a message saying the file has been truncated
3124 and resumes tracking from the start of the file, assuming it has been
3125 truncated to 0, which is the usual truncation operation for log files.
3127 When a file is removed, @command{tail}'s behavior depends on whether it is
3128 following the name or the descriptor.  When following by name, tail can
3129 detect that a file has been removed and gives a message to that effect,
3130 and if @option{--retry} has been specified it will continue checking
3131 periodically to see if the file reappears.
3132 When following a descriptor, tail does not detect that the file has
3133 been unlinked or renamed and issues no message;  even though the file
3134 may no longer be accessible via its original name, it may still be
3135 growing.
3137 The option values @samp{descriptor} and @samp{name} may be specified only
3138 with the long form of the option, not with @option{-f}.
3140 The @option{-f} option is ignored if
3141 no @var{file} operand is specified and standard input is a FIFO or a pipe.
3142 Likewise, the @option{-f} option has no effect for any
3143 operand specified as @samp{-}, when standard input is a FIFO or a pipe.
3145 With kernel inotify support, output is triggered by file changes
3146 and is generally very prompt.
3147 Otherwise, @command{tail} sleeps for one second between checks --
3148 use @option{--sleep-interval=@var{n}} to change that default -- which can
3149 make the output appear slightly less responsive or bursty.
3150 When using tail without inotify support, you can make it more responsive
3151 by using a sub-second sleep interval, e.g., via an alias like this:
3153 @example
3154 alias tail='tail -s.1'
3155 @end example
3157 @item -F
3158 @opindex -F
3159 This option is the same as @option{--follow=name --retry}.  That is, tail
3160 will attempt to reopen a file when it is removed.  Should this fail, tail
3161 will keep trying until it becomes accessible again.
3163 @item --max-unchanged-stats=@var{n}
3164 @opindex --max-unchanged-stats
3165 When tailing a file by name, if there have been @var{n} (default
3166 n=@value{DEFAULT_MAX_N_UNCHANGED_STATS_BETWEEN_OPENS}) consecutive
3167 iterations for which the file has not changed, then
3168 @code{open}/@code{fstat} the file to determine if that file name is
3169 still associated with the same device/inode-number pair as before.
3170 When following a log file that is rotated, this is approximately the
3171 number of seconds between when tail prints the last pre-rotation lines
3172 and when it prints the lines that have accumulated in the new log file.
3173 This option is meaningful only when polling (i.e., without inotify)
3174 and when following by name.
3176 @item -n [+]@var{num}
3177 @itemx --lines=[+]@var{}
3178 @opindex -n
3179 @opindex --lines
3180 Output the last @var{num} lines.
3181 However, if @var{num} is prefixed with a @samp{+}, start printing with
3182 line @var{num} from the start of each file, instead of from the end.
3183 Size multiplier suffixes are the same as with the @option{-c} option.
3185 @item --pid=@var{pid}
3186 @opindex --pid
3187 When following by name or by descriptor, you may specify the process ID,
3188 @var{pid}, of the sole writer of all @var{file} arguments.  Then, shortly
3189 after that process terminates, tail will also terminate.  This will
3190 work properly only if the writer and the tailing process are running on
3191 the same machine.  For example, to save the output of a build in a file
3192 and to watch the file grow, if you invoke @command{make} and @command{tail}
3193 like this then the tail process will stop when your build completes.
3194 Without this option, you would have had to kill the @code{tail -f}
3195 process yourself.
3197 @example
3198 $ make >& makerr & tail --pid=$! -f makerr
3199 @end example
3201 If you specify a @var{pid} that is not in use or that does not correspond
3202 to the process that is writing to the tailed files, then @command{tail}
3203 may terminate long before any @var{file}s stop growing or it may not
3204 terminate until long after the real writer has terminated.
3205 Note that @option{--pid} cannot be supported on some systems; @command{tail}
3206 will print a warning if this is the case.
3208 @item -q
3209 @itemx --quiet
3210 @itemx --silent
3211 @opindex -q
3212 @opindex --quiet
3213 @opindex --silent
3214 Never print file name headers.
3216 @item --retry
3217 @opindex --retry
3218 Indefinitely try to open the specified file.
3219 This option is useful mainly when following (and otherwise issues a warning).
3221 When following by file descriptor (i.e., with @option{--follow=descriptor}),
3222 this option only affects the initial open of the file, as after a successful
3223 open, @command{tail} will start following the file descriptor.
3225 When following by name (i.e., with @option{--follow=name}), @command{tail}
3226 infinitely retries to re-open the given files until killed.
3228 Without this option, when @command{tail} encounters a file that doesn't
3229 exist or is otherwise inaccessible, it reports that fact and
3230 never checks it again.
3232 @item -s @var{number}
3233 @itemx --sleep-interval=@var{number}
3234 @opindex -s
3235 @opindex --sleep-interval
3236 Change the number of seconds to wait between iterations (the default is 1.0).
3237 During one iteration, every specified file is checked to see if it has
3238 changed size.
3239 When @command{tail} uses inotify, this polling-related option
3240 is usually ignored.  However, if you also specify @option{--pid=@var{p}},
3241 @command{tail} checks whether process @var{p} is alive at least
3242 every @var{number} seconds.
3243 The @var{number} must be non-negative and can be a floating-point number
3244 in either the current or the C locale.  @xref{Floating point}.
3246 @item -v
3247 @itemx --verbose
3248 @opindex -v
3249 @opindex --verbose
3250 Always print file name headers.
3252 @optZeroTerminated
3254 @end table
3256 For compatibility @command{tail} also supports an obsolete usage
3257 @samp{tail -[@var{num}][bcl][f] [@var{file}]}, which is recognized
3258 only if it does not conflict with the usage described
3259 above.  This obsolete form uses exactly one option and at most one
3260 file.  In the option, @var{num} is an optional decimal number optionally
3261 followed by a size letter (@samp{b}, @samp{c}, @samp{l}) to mean count
3262 by 512-byte blocks, bytes, or lines, optionally followed by @samp{f}
3263 which has the same meaning as @option{-f}.
3265 @vindex _POSIX2_VERSION
3266 On systems not conforming to POSIX 1003.1-2001, the leading @samp{-}
3267 can be replaced by @samp{+} in the traditional option syntax with the
3268 same meaning as in counts, and on obsolete systems predating POSIX
3269 1003.1-2001 traditional usage overrides normal usage when the two
3270 conflict.  This behavior can be controlled with the
3271 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
3272 conformance}).
3274 Scripts intended for use on standard hosts should avoid traditional
3275 syntax and should use @option{-c @var{num}[b]}, @option{-n
3276 @var{num}}, and/or @option{-f} instead.  If your script must also
3277 run on hosts that support only the traditional syntax, you can often
3278 rewrite it to avoid problematic usages, e.g., by using @samp{sed -n
3279 '$p'} rather than @samp{tail -1}.  If that's not possible, the script
3280 can use a test like @samp{if tail -c +1 </dev/null >/dev/null 2>&1;
3281 then @dots{}} to decide which syntax to use.
3283 Even if your script assumes the standard behavior, you should still
3284 beware usages whose behaviors differ depending on the POSIX
3285 version.  For example, avoid @samp{tail - main.c}, since it might be
3286 interpreted as either @samp{tail main.c} or as @samp{tail -- -
3287 main.c}; avoid @samp{tail -c 4}, since it might mean either @samp{tail
3288 -c4} or @samp{tail -c 10 4}; and avoid @samp{tail +4}, since it might
3289 mean either @samp{tail ./+4} or @samp{tail -n +4}.
3291 @exitstatus
3294 @node split invocation
3295 @section @command{split}: Split a file into pieces.
3297 @pindex split
3298 @cindex splitting a file into pieces
3299 @cindex pieces, splitting a file into
3301 @command{split} creates output files containing consecutive or interleaved
3302 sections of @var{input}  (standard input if none is given or @var{input}
3303 is @samp{-}).  Synopsis:
3305 @example
3306 split [@var{option}] [@var{input} [@var{prefix}]]
3307 @end example
3309 By default, @command{split} puts 1000 lines of @var{input} (or whatever is
3310 left over for the last section), into each output file.
3312 @cindex output file name prefix
3313 The output files' names consist of @var{prefix} (@samp{x} by default)
3314 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
3315 default), such that concatenating the output files in traditional
3316 sorted order by file name produces the original input file (except
3317 @option{-nr/@var{n}}).  By default split will initially create files
3318 with two generated suffix characters, and will increase this width by two
3319 when the next most significant position reaches the last character.
3320 (@samp{yz}, @samp{zaaa}, @samp{zaab}, @dots{}).  In this way an arbitrary
3321 number of output files are supported, which sort as described above,
3322 even in the presence of an @option{--additional-suffix} option.
3323 If the @option{-a} option is specified and the output file names are
3324 exhausted, @command{split} reports an error without deleting the
3325 output files that it did create.
3327 The program accepts the following options.  Also see @ref{Common options}.
3329 @table @samp
3331 @item -l @var{lines}
3332 @itemx --lines=@var{lines}
3333 @opindex -l
3334 @opindex --lines
3335 Put @var{lines} lines of @var{input} into each output file.
3336 If @option{--separator} is specified, then @var{lines} determines
3337 the number of records.
3339 For compatibility @command{split} also supports an obsolete
3340 option syntax @option{-@var{lines}}.  New scripts should use
3341 @option{-l @var{lines}} instead.
3343 @item -b @var{size}
3344 @itemx --bytes=@var{size}
3345 @opindex -b
3346 @opindex --bytes
3347 Put @var{size} bytes of @var{input} into each output file.
3348 @multiplierSuffixes{size}
3350 @item -C @var{size}
3351 @itemx --line-bytes=@var{size}
3352 @opindex -C
3353 @opindex --line-bytes
3354 Put into each output file as many complete lines of @var{input} as
3355 possible without exceeding @var{size} bytes.  Individual lines or records
3356 longer than @var{size} bytes are broken into multiple files.
3357 @var{size} has the same format as for the @option{--bytes} option.
3358 If @option{--separator} is specified, then @var{lines} determines
3359 the number of records.
3361 @item --filter=@var{command}
3362 @opindex --filter
3363 With this option, rather than simply writing to each output file,
3364 write through a pipe to the specified shell @var{command} for each output file.
3365 @var{command} should use the $FILE environment variable, which is set
3366 to a different output file name for each invocation of the command.
3367 For example, imagine that you have a 1TiB compressed file
3368 that, if uncompressed, would be too large to reside on secondary storage,
3369 yet you must split it into individually-compressed pieces
3370 of a more manageable size.
3371 To do that, you might run this command:
3373 @example
3374 xz -dc BIG.xz | split -b200G --filter='xz > $FILE.xz' - big-
3375 @end example
3377 Assuming a 10:1 compression ratio, that would create about fifty 20GiB files
3378 with names @file{big-aa.xz}, @file{big-ab.xz}, @file{big-ac.xz}, etc.
3380 @item -n @var{chunks}
3381 @itemx --number=@var{chunks}
3382 @opindex -n
3383 @opindex --number
3385 Split @var{input} to @var{chunks} output files where @var{chunks} may be:
3387 @example
3388 @var{n}      generate @var{n} files based on current size of @var{input}
3389 @var{k}/@var{n}    output only @var{k}th of @var{n} to standard output
3390 l/@var{n}    generate @var{n} files without splitting lines or records
3391 l/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3392 r/@var{n}    like @samp{l} but use round robin distribution
3393 r/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3394 @end example
3396 Any excess bytes remaining after dividing the @var{input}
3397 into @var{n} chunks, are assigned to the last chunk.
3398 Any excess bytes appearing after the initial calculation are discarded
3399 (except when using @samp{r} mode).
3401 All @var{n} files are created even if there are fewer than @var{n} lines,
3402 or the @var{input} is truncated.
3404 For @samp{l} mode, chunks are approximately @var{input} size / @var{n}.
3405 The @var{input} is partitioned into @var{n} equal sized portions, with
3406 the last assigned any excess.  If a line @emph{starts} within a partition
3407 it is written completely to the corresponding file.  Since lines or records
3408 are not split even if they overlap a partition, the files written
3409 can be larger or smaller than the partition size, and even empty
3410 if a line/record is so long as to completely overlap the partition.
3412 For @samp{r} mode, the size of @var{input} is irrelevant,
3413 and so can be a pipe for example.
3415 @item -a @var{length}
3416 @itemx --suffix-length=@var{length}
3417 @opindex -a
3418 @opindex --suffix-length
3419 Use suffixes of length @var{length}.  If a @var{length} of 0 is specified,
3420 this is the same as if (any previous) @option{-a} was not specified, and
3421 thus enables the default behavior, which starts the suffix length at 2,
3422 and unless @option{-n} or @option{--numeric-suffixes=@var{from}} is
3423 specified, will auto increase the length by 2 as required.
3425 @item -d
3426 @itemx --numeric-suffixes[=@var{from}]
3427 @opindex -d
3428 @opindex --numeric-suffixes
3429 Use digits in suffixes rather than lower-case letters.  The numerical
3430 suffix counts from @var{from} if specified, 0 otherwise.
3432 @var{from} is supported with the long form option, and is used to either set the
3433 initial suffix for a single run, or to set the suffix offset for independently
3434 split inputs, and consequently the auto suffix length expansion described above
3435 is disabled.  Therefore you may also want to use option @option{-a} to allow
3436 suffixes beyond @samp{99}.  Note if option @option{--number} is specified and
3437 the number of files is less than @var{from}, a single run is assumed and the
3438 minimum suffix length required is automatically determined.
3440 @item -x
3441 @itemx --hex-suffixes[=@var{from}]
3442 @opindex -x
3443 @opindex --hex-suffixes
3444 Like @option{--numeric-suffixes}, but use hexadecimal numbers (in lower case).
3446 @item --additional-suffix=@var{suffix}
3447 @opindex --additional-suffix
3448 Append an additional @var{suffix} to output file names.  @var{suffix}
3449 must not contain slash.
3451 @item -e
3452 @itemx --elide-empty-files
3453 @opindex -e
3454 @opindex --elide-empty-files
3455 Suppress the generation of zero-length output files.  This can happen
3456 with the @option{--number} option if a file is (truncated to be) shorter
3457 than the number requested, or if a line is so long as to completely
3458 span a chunk.  The output file sequence numbers, always run consecutively
3459 even when this option is specified.
3461 @item -t @var{separator}
3462 @itemx --separator=@var{separator}
3463 @opindex -t
3464 @opindex --separator
3465 @cindex line separator character
3466 @cindex record separator character
3467 Use character @var{separator} as the record separator instead of the default
3468 newline character (ASCII LF).
3469 To specify ASCII NUL as the separator, use the two-character string @samp{\0},
3470 e.g., @samp{split -t '\0'}.
3472 @item -u
3473 @itemx --unbuffered
3474 @opindex -u
3475 @opindex --unbuffered
3476 Immediately copy input to output in @option{--number r/@dots{}} mode,
3477 which is a much slower mode of operation.
3479 @item --verbose
3480 @opindex --verbose
3481 Write a diagnostic just before each output file is opened.
3483 @end table
3485 @exitstatus
3487 Here are a few examples to illustrate how the
3488 @option{--number} (@option{-n}) option works:
3490 Notice how, by default, one line may be split onto two or more:
3492 @example
3493 $ seq -w 6 10 > k; split -n3 k; head xa?
3494 ==> xaa <==
3497 ==> xab <==
3501 ==> xac <==
3504 @end example
3506 Use the "l/" modifier to suppress that:
3508 @example
3509 $ seq -w 6 10 > k; split -nl/3 k; head xa?
3510 ==> xaa <==
3514 ==> xab <==
3518 ==> xac <==
3520 @end example
3522 Use the "r/" modifier to distribute lines in a round-robin fashion:
3524 @example
3525 $ seq -w 6 10 > k; split -nr/3 k; head xa?
3526 ==> xaa <==
3530 ==> xab <==
3534 ==> xac <==
3536 @end example
3538 You can also extract just the Kth chunk.
3539 This extracts and prints just the 7th "chunk" of 33:
3541 @example
3542 $ seq 100 > k; split -nl/7/33 k
3546 @end example
3549 @node csplit invocation
3550 @section @command{csplit}: Split a file into context-determined pieces
3552 @pindex csplit
3553 @cindex context splitting
3554 @cindex splitting a file into pieces by context
3556 @command{csplit} creates zero or more output files containing sections of
3557 @var{input} (standard input if @var{input} is @samp{-}).  Synopsis:
3559 @example
3560 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{}
3561 @end example
3563 The contents of the output files are determined by the @var{pattern}
3564 arguments, as detailed below.  An error occurs if a @var{pattern}
3565 argument refers to a nonexistent line of the input file (e.g., if no
3566 remaining line matches a given regular expression).  After every
3567 @var{pattern} has been matched, any remaining input is copied into one
3568 last output file.
3570 By default, @command{csplit} prints the number of bytes written to each
3571 output file after it has been created.
3573 The types of pattern arguments are:
3575 @table @samp
3577 @item @var{n}
3578 Create an output file containing the input up to but not including line
3579 @var{n} (a positive integer).  If followed by a repeat count, also
3580 create an output file containing the next @var{n} lines of the input
3581 file once for each repeat.
3583 @item /@var{regexp}/[@var{offset}]
3584 Create an output file containing the current line up to (but not
3585 including) the next line of the input file that contains a match for
3586 @var{regexp}.  The optional @var{offset} is an integer, that can
3587 be preceded by @samp{+} or @samp{-}.
3588 If it is given, the input up to (but not including) the
3589 matching line plus or minus @var{offset} is put into the output file,
3590 and the line after that begins the next section of input.
3591 Note lines within a negative offset of a regexp pattern
3592 are not matched in subsequent regexp patterns.
3594 @item %@var{regexp}%[@var{offset}]
3595 Like the previous type, except that it does not create an output
3596 file, so that section of the input file is effectively ignored.
3598 @item @{@var{repeat-count}@}
3599 Repeat the previous pattern @var{repeat-count} additional
3600 times.  The @var{repeat-count} can either be a positive integer or an
3601 asterisk, meaning repeat as many times as necessary until the input is
3602 exhausted.
3604 @end table
3606 The output files' names consist of a prefix (@samp{xx} by default)
3607 followed by a suffix.  By default, the suffix is an ascending sequence
3608 of two-digit decimal numbers from @samp{00} to @samp{99}.  In any case,
3609 concatenating the output files in sorted order by file name produces the
3610 original input file, excluding portions skipped with a %@var{regexp}%
3611 pattern or the @option{--suppress-matched} option.
3613 By default, if @command{csplit} encounters an error or receives a hangup,
3614 interrupt, quit, or terminate signal, it removes any output files
3615 that it has created so far before it exits.
3617 The program accepts the following options.  Also see @ref{Common options}.
3619 @table @samp
3621 @item -f @var{prefix}
3622 @itemx --prefix=@var{prefix}
3623 @opindex -f
3624 @opindex --prefix
3625 @cindex output file name prefix
3626 Use @var{prefix} as the output file name prefix.
3628 @item -b @var{format}
3629 @itemx --suffix-format=@var{format}
3630 @opindex -b
3631 @opindex --suffix-format
3632 @cindex output file name suffix
3633 Use @var{format} as the output file name suffix.  When this option is
3634 specified, the suffix string must include exactly one
3635 @code{printf(3)}-style conversion specification, possibly including
3636 format specification flags, a field width, a precision specification,
3637 or all of these kinds of modifiers.  The format letter must convert a
3638 binary unsigned integer argument to readable form.  The format letters
3639 @samp{d} and @samp{i} are aliases for @samp{u}, and the
3640 @samp{u}, @samp{o}, @samp{x}, and @samp{X} conversions are allowed.  The
3641 entire @var{format} is given (with the current output file number) to
3642 @code{sprintf(3)} to form the file name suffixes for each of the
3643 individual output files in turn.  If this option is used, the
3644 @option{--digits} option is ignored.
3646 @item -n @var{digits}
3647 @itemx --digits=@var{digits}
3648 @opindex -n
3649 @opindex --digits
3650 Use output file names containing numbers that are @var{digits} digits
3651 long instead of the default 2.
3653 @item -k
3654 @itemx --keep-files
3655 @opindex -k
3656 @opindex --keep-files
3657 Do not remove output files when errors are encountered.
3659 @item --suppress-matched
3660 @opindex --suppress-matched
3661 Do not output lines matching the specified @var{pattern}.
3662 I.e., suppress the boundary line from the start of the second
3663 and subsequent splits.
3665 @item -z
3666 @itemx --elide-empty-files
3667 @opindex -z
3668 @opindex --elide-empty-files
3669 Suppress the generation of zero-length output files.  (In cases where
3670 the section delimiters of the input file are supposed to mark the first
3671 lines of each of the sections, the first output file will generally be a
3672 zero-length file unless you use this option.)  The output file sequence
3673 numbers always run consecutively starting from 0, even when this option
3674 is specified.
3676 @item -s
3677 @itemx -q
3678 @itemx --silent
3679 @itemx --quiet
3680 @opindex -s
3681 @opindex -q
3682 @opindex --silent
3683 @opindex --quiet
3684 Do not print counts of output file sizes.
3686 @end table
3688 @exitstatus
3690 Here is an example of its usage.
3691 First, create an empty directory for the exercise,
3692 and cd into it:
3694 @example
3695 $ mkdir d && cd d
3696 @end example
3698 Now, split the sequence of 1..14 on lines that end with 0 or 5:
3700 @example
3701 $ seq 14 | csplit - '/[05]$/' '@{*@}'
3705 @end example
3707 Each number printed above is the size of an output
3708 file that csplit has just created.
3709 List the names of those output files:
3711 @example
3712 $ ls
3713 xx00  xx01  xx02
3714 @end example
3716 Use @command{head} to show their contents:
3718 @example
3719 $ head xx*
3720 ==> xx00 <==
3726 ==> xx01 <==
3733 ==> xx02 <==
3739 @end example
3741 Example of splitting input by empty lines:
3743 @example
3744 $ csplit --suppress-matched @var{input.txt} '/^$/' '@{*@}'
3745 @end example
3748 @c TODO: "uniq" already supports "--group".
3749 @c        when it gets the "--key" option, uncomment this example.
3751 @c Example of splitting input file, based on the value of column 2:
3753 @c @example
3754 @c $ cat @var{input.txt} |
3755 @c       sort -k2,2 |
3756 @c       uniq --group -k2,2 |
3757 @c       csplit -m '/^$/' '@{*@}'
3758 @c @end example
3760 @node Summarizing files
3761 @chapter Summarizing files
3763 @cindex summarizing files
3765 These commands generate just a few numbers representing entire
3766 contents of files.
3768 @menu
3769 * wc invocation::               Print newline, word, and byte counts.
3770 * sum invocation::              Print checksum and block counts.
3771 * cksum invocation::            Print CRC checksum and byte counts.
3772 * b2sum invocation::            Print or check BLAKE2 digests.
3773 * md5sum invocation::           Print or check MD5 digests.
3774 * sha1sum invocation::          Print or check SHA-1 digests.
3775 * sha2 utilities::              Print or check SHA-2 digests.
3776 @end menu
3779 @node wc invocation
3780 @section @command{wc}: Print newline, word, and byte counts
3782 @pindex wc
3783 @cindex byte count
3784 @cindex character count
3785 @cindex word count
3786 @cindex line count
3788 @command{wc} counts the number of bytes, characters, words, and newlines
3789 in each given @var{file}, or standard input if none are given
3790 or for a @var{file} of @samp{-}.  A word is a nonzero length
3791 sequence of printable characters delimited by white space.  Synopsis:
3793 @example
3794 wc [@var{option}]@dots{} [@var{file}]@dots{}
3795 @end example
3797 @cindex total counts
3798 @command{wc} prints one line of counts for each file, and if the file was
3799 given as an argument, it prints the file name following the counts. By default
3800 if more than one @var{file} is given, @command{wc} prints a final line
3801 containing the cumulative counts, with the file name @file{total}.
3802 This @samp{total} line can be controlled with the @option{--total} option,
3803 which is a GNU extension.
3804 The counts are printed in this order: newlines, words, characters, bytes,
3805 maximum line length.
3806 Each count is printed right-justified in a field with at least one
3807 space between fields so that the numbers and file names normally line
3808 up nicely in columns.  The width of the count fields varies depending
3809 on the inputs, so you should not depend on a particular field width.
3810 However, as a GNU extension, if only one count is printed,
3811 it is guaranteed to be printed without leading spaces.
3813 By default, @command{wc} prints three counts: the newline, words, and byte
3814 counts.  Options can specify that only certain counts be printed.
3815 Options do not undo others previously given, so
3817 @example
3818 wc --bytes --words
3819 @end example
3821 @noindent
3822 prints both the byte counts and the word counts.
3824 With the @option{--max-line-length} option, @command{wc} prints the length
3825 of the longest line per file, and if there is more than one file it
3826 prints the maximum (not the sum) of those lengths.  The line lengths here
3827 are measured in screen columns, according to the current locale and
3828 assuming tab positions in every 8th column.
3830 The program accepts the following options.  Also see @ref{Common options}.
3832 @table @samp
3834 @item -c
3835 @itemx --bytes
3836 @opindex -c
3837 @opindex --bytes
3838 Print only the byte counts.
3840 @item -m
3841 @itemx --chars
3842 @opindex -m
3843 @opindex --chars
3844 Print only the character counts, as per the current locale.
3845 Invalid characters are not counted.
3847 @item -w
3848 @itemx --words
3849 @opindex -w
3850 @opindex --words
3851 Print only the word counts.  A word is a nonzero length
3852 sequence of printable characters separated by white space.
3854 @item -l
3855 @itemx --lines
3856 @opindex -l
3857 @opindex --lines
3858 Print only the newline character counts.
3859 Note a file without a trailing newline character,
3860 will not have that last portion included in the line count.
3862 @item -L
3863 @itemx --max-line-length
3864 @opindex -L
3865 @opindex --max-line-length
3866 Print only the maximum display widths.
3867 Tabs are set at every 8th column.
3868 Display widths of wide characters are considered.
3869 Non-printable characters are given 0 width.
3871 @item --total=@var{when}
3872 @opindex --total=@var{when}
3873 Control when and how the final line with cumulative counts is printed.
3874 @var{when} is one of:
3875 @itemize @bullet
3876 @item auto
3877 @vindex auto @r{total option}
3878 - This is the default mode of @command{wc} when no @option{--total}
3879 option is specified.  Output a total line if more than one @var{file}
3880 is specified.
3881 @item always
3882 @vindex always @r{total option}
3883 - Always output a total line, irrespective of the number of files processed.
3884 @item only
3885 @vindex only @r{total option}
3886 - Only output total counts.  I.e., don't print individual file counts,
3887 suppress any leading spaces, and don't print the @samp{total} word itself,
3888 to simplify subsequent processing.
3889 @item never
3890 @vindex none @r{total option}
3891 - Never output a total line.
3892 @end itemize
3894 @macro filesZeroFromOption{cmd,withTotalOption,subListOutput}
3895 @item --files0-from=@var{file}
3896 @opindex --files0-from=@var{file}
3897 @c This is commented out to avoid a texi2dvi failure.
3898 @c texi2dvi (GNU Texinfo 4.11) 1.104
3899 @c @cindex including files from @command{\cmd\}
3900 Disallow processing files named on the command line, and instead process
3901 those named in file @var{file}; each name being terminated by a zero byte
3902 (ASCII NUL).
3903 This is useful \withTotalOption\
3904 when the list of file names is so long that it may exceed a command line
3905 length limitation.
3906 In such cases, running @command{\cmd\} via @command{xargs} is undesirable
3907 because it splits the list into pieces and makes @command{\cmd\} print
3908 \subListOutput\ for each sublist rather than for the entire list.
3909 One way to produce a list of ASCII NUL terminated file
3910 names is with GNU
3911 @command{find}, using its @option{-print0} predicate.
3912 If @var{file} is @samp{-} then the ASCII NUL terminated
3913 file names are read from standard input.
3914 @end macro
3915 @filesZeroFromOption{wc,,a total}
3917 For example, to find the length of the longest line in any @file{.c} or
3918 @file{.h} file in the current hierarchy, do this:
3920 @example
3921 find . -name '*.[ch]' -print0 |
3922   wc -L --files0-from=- | tail -n1
3923 @end example
3925 @end table
3927 @exitstatus
3930 @node sum invocation
3931 @section @command{sum}: Print checksum and block counts
3933 @pindex sum
3934 @cindex 16-bit checksum
3935 @cindex checksum, 16-bit
3937 @command{sum} computes a 16-bit checksum for each given @var{file}, or
3938 standard input if none are given or for a @var{file} of @samp{-}.  Synopsis:
3940 @example
3941 sum [@var{option}]@dots{} [@var{file}]@dots{}
3942 @end example
3944 @command{sum} prints the checksum for each @var{file} followed by the
3945 number of blocks in the file (rounded up).  If at least one @var{file}
3946 is given, file names are also printed.
3948 By default, GNU @command{sum} computes checksums using an algorithm
3949 compatible with BSD @command{sum} and prints file sizes in units of
3950 1024-byte blocks.
3952 The program accepts the following options.  Also see @ref{Common options}.
3954 @table @samp
3956 @item -r
3957 @opindex -r
3958 @cindex BSD @command{sum}
3959 Use the default (BSD compatible) algorithm.  This option is included for
3960 compatibility with the System V @command{sum}.  Unless @option{-s} was also
3961 given, it has no effect.
3963 @item -s
3964 @itemx --sysv
3965 @opindex -s
3966 @opindex --sysv
3967 @cindex System V @command{sum}
3968 Compute checksums using an algorithm compatible with System V
3969 @command{sum}'s default, and print file sizes in units of 512-byte blocks.
3971 @end table
3973 @command{sum} is provided for compatibility; the @command{cksum} program (see
3974 next section) is preferable in new applications.
3976 @exitstatus
3979 @node cksum invocation
3980 @section @command{cksum}: Print and verify file checksums
3982 @pindex cksum
3983 @cindex cyclic redundancy check
3984 @cindex CRC checksum
3985 @cindex digest
3987 @command{cksum} by default computes a cyclic redundancy check (CRC) checksum
3988 for each given @var{file}, or standard input if none are given or for a
3989 @var{file} of @samp{-}.
3991 cksum also supports the @option{-a/--algorithm} option to select the
3992 digest algorithm to use. @command{cksum} is the preferred interface
3993 to these digests, subsuming the other standalone checksumming utilities,
3994 which can be emulated using @code{cksum -a md5 --untagged "$@@"} etc.
3995 Synopsis:
3997 @example
3998 cksum [@var{option}]@dots{} [@var{file}]@dots{}
3999 @end example
4001 @command{cksum} is typically used to ensure that files have not been corrupted,
4002 by comparing the @command{cksum} output for the received files with the
4003 @command{cksum} output for the original files (typically given in the
4004 distribution).
4006 @command{cksum} by default prints the POSIX standard CRC checksum
4007 for each file along with the number of bytes in the file,
4008 and the file name unless no arguments were given.
4010 The same usage and options as the @command{b2sum}
4011 command are supported.  @xref{b2sum invocation}.
4012 In addition @command{cksum} supports the following options.
4014 @table @samp
4016 @item -a
4017 @itemx --algorithm
4018 @opindex -a
4019 @opindex --algorithm
4020 @cindex digest algorithm
4021 Compute checksums using the specified digest algorithm.
4023 Supported legacy checksums (which are not supported by @option{--check}):
4024 @example
4025 @samp{sysv}      equivalent to @command{sum -s}
4026 @samp{bsd}       equivalent to @command{sum -r}
4027 @samp{crc}       equivalent to @command{cksum} (the default)
4028 @end example
4030 Supported more modern digest algorithms are:
4031 @example
4032 @samp{md5}       equivalent to @command{md5sum}
4033 @samp{sha1}      equivalent to @command{sha1sum}
4034 @samp{sha224}    equivalent to @command{sha224sum}
4035 @samp{sha256}    equivalent to @command{sha256sum}
4036 @samp{sha384}    equivalent to @command{sha384sum}
4037 @samp{sha512}    equivalent to @command{sha512sum}
4038 @samp{blake2b}   equivalent to @command{b2sum}
4039 @samp{sm3}       only available through @command{cksum}
4040 @end example
4042 @item -b
4043 @itemx --base64
4044 @opindex -b
4045 @opindex --base64
4046 @cindex base64 checksum encoding
4047 Print base64-encoded digests not hexadecimal.
4048 This option is ignored with @option{--check}.
4049 The format conforms to
4050 @uref{https://tools.ietf.org/search/rfc4648#section-4, RFC 4648#4}.
4052 Note that each base64-encoded digest has zero, one or two trailing padding
4053 (@samp{=}) bytes.  The length of that padding is the checksum-bit-length
4054 modulo 3, and the @option{--check} parser requires precisely the same
4055 input digest string as what is output.  I.e., removing or adding any
4056 @samp{=} padding renders a digest non-matching.
4058 @item --debug
4059 @opindex --debug
4060 Output extra information to stderr, like the checksum implementation being used.
4062 @item --untagged
4063 @opindex --untagged
4064 Output using the original Coreutils format used by the other
4065 standalone checksum utilities like @command{md5sum} for example.
4066 This format has the checksum at the start of the line, and may be
4067 more amenable to further processing by other utilities,
4068 especially in combination with the @option{--zero} option.
4069 Note this does not identify the digest algorithm used for the checksum.
4070 @xref{md5sum invocation} for details of this format.
4071 @end table
4074 @node b2sum invocation
4075 @section @command{b2sum}: Print or check BLAKE2 digests
4077 @pindex b2sum
4078 @cindex BLAKE2
4079 @cindex 512-bit checksum
4080 @cindex checksum, 512-bit
4081 @cindex fingerprint, 512-bit
4082 @cindex message-digest, 512-bit
4084 @command{b2sum} computes a 512-bit checksum for each specified
4085 @var{file}.  The same usage and options as the @command{md5sum}
4086 command are supported.  @xref{md5sum invocation}.
4087 In addition @command{b2sum} supports the following options.
4089 @table @samp
4090 @item -l
4091 @itemx --length
4092 @opindex -l
4093 @opindex --length
4094 @cindex BLAKE2 hash length
4095 Change (shorten) the default digest length.
4096 This is specified in bits and thus must be a multiple of 8.
4097 This option is ignored when @option{--check} is specified,
4098 as the length is automatically determined when checking.
4099 @end table
4101 @node md5sum invocation
4102 @section @command{md5sum}: Print or check MD5 digests
4104 @pindex md5sum
4105 @cindex MD5
4106 @cindex 128-bit checksum
4107 @cindex checksum, 128-bit
4108 @cindex fingerprint, 128-bit
4109 @cindex message-digest, 128-bit
4111 @command{md5sum} computes a 128-bit checksum (or @dfn{fingerprint} or
4112 @dfn{message-digest}) for each specified @var{file}.
4114 @macro weakHash{hash}
4115 Note: The \hash\ digest is more reliable than a simple CRC (provided by
4116 the @command{cksum} command) for detecting accidental file corruption,
4117 as the chances of accidentally having two files with identical \hash\
4118 are vanishingly small.  However, it should not be considered secure
4119 against malicious tampering: although finding a file with a given \hash\
4120 fingerprint is considered infeasible at the moment, it is known how
4121 to modify certain files, including digital certificates, so that they
4122 appear valid when signed with an \hash\ digest.  For more secure hashes,
4123 consider using SHA-2, or the newer @command{b2sum} command.
4124 @xref{sha2 utilities}. @xref{b2sum invocation}.
4125 @end macro
4126 @weakHash{MD5}
4128 If a @var{file} is specified as @samp{-} or if no files are given
4129 @command{md5sum} computes the checksum for the standard input.
4130 @command{md5sum} can also determine whether a file and checksum are
4131 consistent.  Synopsis:
4133 @example
4134 md5sum [@var{option}]@dots{} [@var{file}]@dots{}
4135 @end example
4137 For each @var{file}, @samp{md5sum} outputs by default, the MD5 checksum,
4138 a space, a flag indicating binary or text input mode, and the file name.
4139 Binary mode is indicated with @samp{*}, text mode with @samp{ } (space).
4140 Binary mode is the default on systems where it's significant,
4141 otherwise text mode is the default.  The @command{cksum} command always
4142 uses binary mode and a @samp{ } (space) flag.
4144 Without @option{--zero}, if @var{file} contains a backslash, newline,
4145 or carriage return, the line is started with a backslash, and each
4146 problematic character in the file name is escaped with a backslash,
4147 making the output unambiguous even in the presence of arbitrary file names.
4149 If @var{file} is omitted or specified as @samp{-}, standard input is read.
4151 The program accepts the following options.  Also see @ref{Common options}.
4153 @table @samp
4155 @item -b
4156 @itemx --binary
4157 @opindex -b
4158 @opindex --binary
4159 @cindex binary input files
4160 Note this option is not supported by the @command{cksum} command,
4161 as it operates in binary mode exclusively.
4162 Treat each input file as binary, by reading it in binary mode and
4163 outputting a @samp{*} flag.  This is the inverse of @option{--text}.
4164 On systems like GNU that do not distinguish between binary
4165 and text files, this option merely flags each input mode as binary:
4166 the MD5 checksum is unaffected.  This option is the default on systems
4167 like MS-DOS that distinguish between binary and text files, except
4168 for reading standard input when standard input is a terminal.
4170 @item -c
4171 @itemx --check
4172 Read file names and checksum information (not data) from each
4173 @var{file} (or from standard input if no @var{file} was specified) and report
4174 whether the checksums match the contents of the named files.
4175 The input to this mode of @command{md5sum} is usually the output of
4176 a prior, checksum-generating run of @samp{md5sum}.
4178 Three input formats are supported.  Either the default output
4179 format described above, the @option{--tag} output format,
4180 or the BSD reversed mode format which is similar to the default mode,
4181 but doesn't use a character to distinguish binary and text modes.
4183 For the @command{cksum} command, the @option{--check} option
4184 supports auto-detecting the digest algorithm to use,
4185 when presented with checksum information in the @option{--tag} output format.
4187 Also for the @command{cksum} command, the @option{--check} option
4188 auto-detects the digest encoding, accepting both standard hexidecimal
4189 checksums and those generated via @command{cksum} with its
4190 @option{--base64} option.
4192 Output with @option{--zero} enabled is not supported by @option{--check}.
4193 @sp 1
4194 For each such line, @command{md5sum} reads the named file and computes its
4195 MD5 checksum.  Then, if the computed message digest does not match the
4196 one on the line with the file name, the file is noted as having
4197 failed the test.  Otherwise, the file passes the test.
4198 By default, for each valid line, one line is written to standard
4199 output indicating whether the named file passed the test.
4200 After all checks have been performed, if there were any failures,
4201 a warning is issued to standard error.
4202 Use the @option{--status} option to inhibit that output.
4203 If any listed file cannot be opened or read, if any valid line has
4204 an MD5 checksum inconsistent with the associated file, or if no valid
4205 line is found, @command{md5sum} exits with nonzero status.  Otherwise,
4206 it exits successfully.
4207 Note the @command{cksum} command doesn't support @option{--check}
4208 with the older @samp{sysv}, @samp{bsd}, or @samp{crc} algorithms.
4210 @item --ignore-missing
4211 @opindex --ignore-missing
4212 @cindex verifying MD5 checksums
4213 This option is useful only when verifying checksums.
4214 When verifying checksums, don't fail or report any status
4215 for missing files.  This is useful when verifying a subset
4216 of downloaded files given a larger list of checksums.
4218 @item --quiet
4219 @opindex --quiet
4220 @cindex verifying MD5 checksums
4221 This option is useful only when verifying checksums.
4222 When verifying checksums, don't generate an 'OK' message per successfully
4223 checked file.  Files that fail the verification are reported in the
4224 default one-line-per-file format.  If there is any checksum mismatch,
4225 print a warning summarizing the failures to standard error.
4227 @item --status
4228 @opindex --status
4229 @cindex verifying MD5 checksums
4230 This option is useful only when verifying checksums.
4231 When verifying checksums, don't generate the default one-line-per-file
4232 diagnostic and don't output the warning summarizing any failures.
4233 Failures to open or read a file still evoke individual diagnostics to
4234 standard error.
4235 If all listed files are readable and are consistent with the associated
4236 MD5 checksums, exit successfully.  Otherwise exit with a status code
4237 indicating there was a failure.
4239 @item --tag
4240 @opindex --tag
4241 @cindex BSD output
4242 Output BSD style checksums, which indicate the checksum algorithm used.
4243 As a GNU extension, if @option{--zero} is not used, file names with problematic
4244 characters are escaped as described above, with the same escaping indicator of
4245 @samp{\} at the start of the line, being used.
4246 The @option{--tag} option implies binary mode, and is disallowed with
4247 @option{--text} mode as supporting that would unnecessarily complicate
4248 the output format, while providing little benefit.
4249 The @command{cksum} command, uses @option{--tag} as its default output format.
4251 @item -t
4252 @itemx --text
4253 @opindex -t
4254 @opindex --text
4255 @cindex text input files
4256 Note this option is not supported by the @command{cksum} command.
4257 Treat each input file as text, by reading it in text mode and
4258 outputting a @samp{ } flag.  This is the inverse of @option{--binary}.
4259 This option is the default on systems like GNU that do not
4260 distinguish between binary and text files.  On other systems, it is
4261 the default for reading standard input when standard input is a
4262 terminal.  This mode is never defaulted to if @option{--tag} is used.
4264 @item -w
4265 @itemx --warn
4266 @opindex -w
4267 @opindex --warn
4268 @cindex verifying MD5 checksums
4269 When verifying checksums, warn about improperly formatted MD5 checksum lines.
4270 This option is useful only if all but a few lines in the checked input
4271 are valid.
4273 @item --strict
4274 @opindex --strict
4275 @cindex verifying MD5 checksums
4276 When verifying checksums,
4277 if one or more input line is invalid,
4278 exit nonzero after all warnings have been issued.
4280 @optZero
4281 Also file name escaping is not used.
4282 @end table
4284 @exitstatus
4287 @node sha1sum invocation
4288 @section @command{sha1sum}: Print or check SHA-1 digests
4290 @pindex sha1sum
4291 @cindex SHA-1
4292 @cindex 160-bit checksum
4293 @cindex checksum, 160-bit
4294 @cindex fingerprint, 160-bit
4295 @cindex message-digest, 160-bit
4297 @command{sha1sum} computes a 160-bit checksum for each specified
4298 @var{file}.  The usage and options of this command are precisely the
4299 same as for @command{md5sum}.  @xref{md5sum invocation}.
4301 @weakHash{SHA-1}
4304 @node sha2 utilities
4305 @section sha2 utilities: Print or check SHA-2 digests
4307 @pindex sha224sum
4308 @pindex sha256sum
4309 @pindex sha384sum
4310 @pindex sha512sum
4311 @cindex SHA-2
4312 @cindex 224-bit checksum
4313 @cindex 256-bit checksum
4314 @cindex 384-bit checksum
4315 @cindex 512-bit checksum
4316 @cindex checksum, 224-bit
4317 @cindex checksum, 256-bit
4318 @cindex checksum, 384-bit
4319 @cindex checksum, 512-bit
4320 @cindex fingerprint, 224-bit
4321 @cindex fingerprint, 256-bit
4322 @cindex fingerprint, 384-bit
4323 @cindex fingerprint, 512-bit
4324 @cindex message-digest, 224-bit
4325 @cindex message-digest, 256-bit
4326 @cindex message-digest, 384-bit
4327 @cindex message-digest, 512-bit
4329 The commands @command{sha224sum}, @command{sha256sum},
4330 @command{sha384sum} and @command{sha512sum} compute checksums of
4331 various lengths (respectively 224, 256, 384 and 512 bits),
4332 collectively known as the SHA-2 hashes.  The usage and options of
4333 these commands are precisely the same as for @command{md5sum}
4334 and @command{sha1sum}.
4335 @xref{md5sum invocation}.
4338 @node Operating on sorted files
4339 @chapter Operating on sorted files
4341 @cindex operating on sorted files
4342 @cindex sorted files, operations on
4344 These commands work with (or produce) sorted files.
4346 @menu
4347 * sort invocation::             Sort text files.
4348 * shuf invocation::             Shuffle text files.
4349 * uniq invocation::             Uniquify files.
4350 * comm invocation::             Compare two sorted files line by line.
4351 * ptx invocation::              Produce a permuted index of file contents.
4352 * tsort invocation::            Topological sort.
4353 @end menu
4356 @node sort invocation
4357 @section @command{sort}: Sort text files
4359 @pindex sort
4360 @cindex sorting files
4362 @command{sort} sorts, merges, or compares all the lines from the given
4363 files, or standard input if none are given or for a @var{file} of
4364 @samp{-}.  By default, @command{sort} writes the results to standard
4365 output.  Synopsis:
4367 @example
4368 sort [@var{option}]@dots{} [@var{file}]@dots{}
4369 @end example
4371 @cindex sort stability
4372 @cindex sort's last-resort comparison
4373 Many options affect how @command{sort} compares lines; if the results
4374 are unexpected, try the @option{--debug} option to see what happened.
4375 A pair of lines is compared as follows:
4376 @command{sort} compares each pair of fields (see @option{--key}), in the
4377 order specified on the command line, according to the associated
4378 ordering options, until a difference is found or no fields are left.
4379 If no key fields are specified, @command{sort} uses a default key of
4380 the entire line.  Finally, as a last resort when all keys compare
4381 equal, @command{sort} compares entire lines as if no ordering options
4382 other than @option{--reverse} (@option{-r}) were specified.  The
4383 @option{--stable} (@option{-s}) option disables this @dfn{last-resort
4384 comparison} so that lines in which all fields compare equal are left
4385 in their original relative order.  The @option{--unique}
4386 (@option{-u}) option also disables the last-resort comparison.
4387 @vindex LC_ALL
4388 @vindex LC_COLLATE
4390 Unless otherwise specified, all comparisons use the character collating
4391 sequence specified by the @env{LC_COLLATE} locale.@footnote{If you
4392 use a non-POSIX locale (e.g., by setting @env{LC_ALL}
4393 to @samp{en_US}), then @command{sort} may produce output that is sorted
4394 differently than you're accustomed to.  In that case, set the @env{LC_ALL}
4395 environment variable to @samp{C}@.  Note that setting only @env{LC_COLLATE}
4396 has two problems.  First, it is ineffective if @env{LC_ALL} is also set.
4397 Second, it has undefined behavior if @env{LC_CTYPE} (or @env{LANG}, if
4398 @env{LC_CTYPE} is unset) is set to an incompatible value.  For example,
4399 you get undefined behavior if @env{LC_CTYPE} is @code{ja_JP.PCK} but
4400 @env{LC_COLLATE} is @code{en_US.UTF-8}.}
4401 A line's trailing newline is not part of the line for comparison
4402 purposes.  If the final byte of an input file is not a newline, GNU
4403 @command{sort} silently supplies one.  GNU @command{sort} (as
4404 specified for all GNU utilities) has no limit on input line length or
4405 restrictions on bytes allowed within lines.
4407 @command{sort} has three modes of operation: sort (the default), merge,
4408 and check for sortedness.  The following options change the operation
4409 mode:
4411 @table @samp
4413 @item -c
4414 @itemx --check
4415 @itemx --check=diagnose-first
4416 @opindex -c
4417 @opindex --check
4418 @cindex checking for sortedness
4419 Check whether the given file is already sorted: if it is not all
4420 sorted, print a diagnostic containing the first out-of-order line and
4421 exit with a status of 1.
4422 Otherwise, exit successfully.
4423 At most one input file can be given.
4425 @item -C
4426 @itemx --check=quiet
4427 @itemx --check=silent
4428 @opindex -c
4429 @opindex --check
4430 @cindex checking for sortedness
4431 Exit successfully if the given file is already sorted, and
4432 exit with status 1 otherwise.
4433 At most one input file can be given.
4434 This is like @option{-c}, except it does not print a diagnostic.
4436 @item -m
4437 @itemx --merge
4438 @opindex -m
4439 @opindex --merge
4440 @cindex merging sorted files
4441 Merge the given files by sorting them as a group.  Each input file must
4442 always be individually sorted.  It always works to sort instead of
4443 merge; merging is provided because it is faster, in the case where it
4444 works.
4446 @end table
4448 @cindex exit status of @command{sort}
4449 Exit status:
4451 @display
4452 0 if no error occurred
4453 1 if invoked with @option{-c} or @option{-C} and the input is not sorted
4454 2 if an error occurred
4455 @end display
4457 @vindex TMPDIR
4458 If the environment variable @env{TMPDIR} is set, @command{sort} uses its
4459 value as the directory for temporary files instead of @file{/tmp}.  The
4460 @option{--temporary-directory} (@option{-T}) option in turn overrides
4461 the environment variable.
4463 The following options affect the ordering of output lines.  They may be
4464 specified globally or as part of a specific key field.  If no key
4465 fields are specified, global options apply to comparison of entire
4466 lines; otherwise the global options are inherited by key fields that do
4467 not specify any special options of their own.  In pre-POSIX
4468 versions of @command{sort}, global options affect only later key fields,
4469 so portable shell scripts should specify global options first.
4471 @table @samp
4473 @item -b
4474 @itemx --ignore-leading-blanks
4475 @opindex -b
4476 @opindex --ignore-leading-blanks
4477 @cindex blanks, ignoring leading
4478 @vindex LC_CTYPE
4479 Ignore leading blanks when finding sort keys in each line.
4480 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4481 can change this.  Note blanks may be ignored by your locale's collating
4482 rules, but without this option they will be significant for character
4483 positions specified in keys with the @option{-k} option.
4485 @item -d
4486 @itemx --dictionary-order
4487 @opindex -d
4488 @opindex --dictionary-order
4489 @cindex dictionary order
4490 @cindex phone directory order
4491 @cindex telephone directory order
4492 @vindex LC_CTYPE
4493 Sort in @dfn{phone directory} order: ignore all characters except
4494 letters, digits and blanks when sorting.
4495 By default letters and digits are those of ASCII and a blank
4496 is a space or a tab, but the @env{LC_CTYPE} locale can change this.
4498 @item -f
4499 @itemx --ignore-case
4500 @opindex -f
4501 @opindex --ignore-case
4502 @cindex ignoring case
4503 @cindex case folding
4504 @vindex LC_CTYPE
4505 Fold lowercase characters into the equivalent uppercase characters when
4506 comparing so that, for example, @samp{b} and @samp{B} sort as equal.
4507 The @env{LC_CTYPE} locale determines character types.
4508 When used with @option{--unique} those lower case equivalent lines are
4509 thrown away.  (There is currently no way to throw away the upper case
4510 equivalent instead.  (Any @option{--reverse} given would only affect
4511 the final result, after the throwing away.))
4513 @item -g
4514 @itemx --general-numeric-sort
4515 @itemx --sort=general-numeric
4516 @opindex -g
4517 @opindex --general-numeric-sort
4518 @opindex --sort
4519 @cindex general numeric sort
4520 @vindex LC_NUMERIC
4521 Sort numerically, converting a prefix of each line to a long
4522 double-precision floating point number.  @xref{Floating point}.
4523 Do not report overflow, underflow, or conversion errors.
4524 Use the following collating sequence:
4526 @itemize @bullet
4527 @item
4528 Lines that do not start with numbers (all considered to be equal).
4529 @item
4530 NaNs (``Not a Number'' values, in IEEE floating point arithmetic)
4531 in a consistent but machine-dependent order.
4532 @item
4533 Minus infinity.
4534 @item
4535 Finite numbers in ascending numeric order (with @math{-0} and @math{+0} equal).
4536 @item
4537 Plus infinity.
4538 @end itemize
4540 Use this option only if there is no alternative; it is much slower than
4541 @option{--numeric-sort} (@option{-n}) and it can lose information when
4542 converting to floating point.
4544 You can use this option to sort hexadecimal numbers prefixed with
4545 @samp{0x} or @samp{0X}, where those numbers are not fixed width,
4546 or of varying case.  However for hex numbers of consistent case,
4547 and left padded with @samp{0} to a consistent width, a standard
4548 lexicographic sort will be faster.
4550 @item -h
4551 @itemx --human-numeric-sort
4552 @itemx --sort=human-numeric
4553 @opindex -h
4554 @opindex --human-numeric-sort
4555 @opindex --sort
4556 @cindex human numeric sort
4557 @vindex LC_NUMERIC
4558 Sort numerically, first by numeric sign (negative, zero, or positive);
4559 then by SI suffix (either empty, or @samp{k} or @samp{K}, or
4560 one of @samp{MGTPEZYRQ}, in that order; @pxref{Block size}); and finally
4561 by numeric value.  For example, @samp{1023M} sorts before @samp{1G}
4562 because @samp{M} (mega) precedes @samp{G} (giga) as an SI
4563 suffix.  This option sorts values that are consistently scaled to the
4564 nearest suffix, regardless of whether suffixes denote powers of 1000
4565 or 1024, and it therefore sorts the output of any single invocation of
4566 the @command{df}, @command{du}, or @command{ls} commands that are
4567 invoked with their @option{--human-readable} or @option{--si} options.
4568 The syntax for numbers is the same as for the @option{--numeric-sort}
4569 option; the SI suffix must immediately follow the number.
4570 Note also the @command{numfmt} command, which can be used to reformat
4571 numbers to human format @emph{after} the sort, thus often allowing
4572 sort to operate on more accurate numbers.
4574 @item -i
4575 @itemx --ignore-nonprinting
4576 @opindex -i
4577 @opindex --ignore-nonprinting
4578 @cindex nonprinting characters, ignoring
4579 @cindex unprintable characters, ignoring
4580 @vindex LC_CTYPE
4581 Ignore nonprinting characters.
4582 The @env{LC_CTYPE} locale determines character types.
4583 This option has no effect if the stronger @option{--dictionary-order}
4584 (@option{-d}) option is also given.
4586 @item -M
4587 @itemx --month-sort
4588 @itemx --sort=month
4589 @opindex -M
4590 @opindex --month-sort
4591 @opindex --sort
4592 @cindex months, sorting by
4593 @vindex LC_TIME
4594 An initial string, consisting of any amount of blanks, followed
4595 by a month name abbreviation, is folded to UPPER case and
4596 compared in the order @samp{JAN} < @samp{FEB} < @dots{} < @samp{DEC}@.
4597 Invalid names compare low to valid names.  The @env{LC_TIME} locale
4598 category determines the month spellings.
4599 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4600 can change this.
4602 @item -n
4603 @itemx --numeric-sort
4604 @itemx --sort=numeric
4605 @opindex -n
4606 @opindex --numeric-sort
4607 @opindex --sort
4608 @cindex numeric sort
4609 @vindex LC_NUMERIC
4610 Sort numerically.  The number begins each line and consists
4611 of optional blanks, an optional @samp{-} sign, and zero or more
4612 digits possibly separated by thousands separators, optionally followed
4613 by a decimal-point character and zero or more digits.  An empty
4614 number is treated as @samp{0}.  The @env{LC_NUMERIC}
4615 locale specifies the decimal-point character and thousands separator.
4616 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4617 can change this.
4619 Comparison is exact; there is no rounding error.
4621 Neither a leading @samp{+} nor exponential notation is recognized.
4622 To compare such strings numerically, use the
4623 @option{--general-numeric-sort} (@option{-g}) option.
4625 @item -V
4626 @itemx --version-sort
4627 @opindex -V
4628 @opindex --version-sort
4629 @cindex version number sort
4630 Sort by version name and number.  It behaves like a standard sort,
4631 except that each sequence of decimal digits is treated numerically
4632 as an index/version number.  (@xref{Version sort ordering}.)
4634 @item -r
4635 @itemx --reverse
4636 @opindex -r
4637 @opindex --reverse
4638 @cindex reverse sorting
4639 Reverse the result of comparison, so that lines with greater key values
4640 appear earlier in the output instead of later.
4642 @item -R
4643 @itemx --random-sort
4644 @itemx --sort=random
4645 @opindex -R
4646 @opindex --random-sort
4647 @opindex --sort
4648 @cindex random sort
4649 Sort by hashing the input keys and then sorting the hash values.
4650 Choose the hash function at random, ensuring that it is free of
4651 collisions so that differing keys have differing hash values.  This is
4652 like a random permutation of the inputs (@pxref{shuf invocation}),
4653 except that keys with the same value sort together.
4655 If multiple random sort fields are specified, the same random hash
4656 function is used for all fields.  To use different random hash
4657 functions for different fields, you can invoke @command{sort} more
4658 than once.
4660 The choice of hash function is affected by the
4661 @option{--random-source} option.
4663 @end table
4665 Other options are:
4667 @table @samp
4669 @item --compress-program=@var{prog}
4670 Compress any temporary files with the program @var{prog}.
4672 With no arguments, @var{prog} must compress standard input to standard
4673 output, and when given the @option{-d} option it must decompress
4674 standard input to standard output.
4676 Terminate with an error if @var{prog} exits with nonzero status.
4678 White space and the backslash character should not appear in
4679 @var{prog}; they are reserved for future use.
4681 @filesZeroFromOption{sort,,sorted output}
4683 @item -k @var{pos1}[,@var{pos2}]
4684 @itemx --key=@var{pos1}[,@var{pos2}]
4685 @opindex -k
4686 @opindex --key
4687 @cindex sort field
4688 Specify a sort field that consists of the part of the line between
4689 @var{pos1} and @var{pos2} (or the end of the line, if @var{pos2} is
4690 omitted), @emph{inclusive}.
4692 In its simplest form @var{pos} specifies a field number (starting with 1),
4693 with fields being separated by runs of blank characters, and by default
4694 those blanks being included in the comparison at the start of each field.
4695 To adjust the handling of blank characters see the @option{-b} and
4696 @option{-t} options.
4698 More generally,
4699 each @var{pos} has the form @samp{@var{f}[.@var{c}][@var{opts}]},
4700 where @var{f} is the number of the field to use, and @var{c} is the number
4701 of the first character from the beginning of the field.  Fields and character
4702 positions are numbered starting with 1; a character position of zero in
4703 @var{pos2} indicates the field's last character.  If @samp{.@var{c}} is
4704 omitted from @var{pos1}, it defaults to 1 (the beginning of the field);
4705 if omitted from @var{pos2}, it defaults to 0 (the end of the field).
4706 @var{opts} are ordering options, allowing individual keys to be sorted
4707 according to different rules; see below for details.  Keys can span
4708 multiple fields.
4710 Example:  To sort on the second field, use @option{--key=2,2}
4711 (@option{-k 2,2}).  See below for more notes on keys and more examples.
4712 See also the @option{--debug} option to help determine the part
4713 of the line being used in the sort.
4715 @item --debug
4716 Highlight the portion of each line used for sorting.
4717 Also issue warnings about questionable usage to standard error.
4719 @item --batch-size=@var{nmerge}
4720 @opindex --batch-size
4721 @cindex number of inputs to merge, nmerge
4722 Merge at most @var{nmerge} inputs at once.
4724 When @command{sort} has to merge more than @var{nmerge} inputs,
4725 it merges them in groups of @var{nmerge}, saving the result in
4726 a temporary file, which is then used as an input in a subsequent merge.
4728 A large value of @var{nmerge} may improve merge performance and decrease
4729 temporary storage utilization at the expense of increased memory usage
4730 and I/O@.  Conversely a small value of @var{nmerge} may reduce memory
4731 requirements and I/O at the expense of temporary storage consumption and
4732 merge performance.
4734 The value of @var{nmerge} must be at least 2.  The default value is
4735 currently 16, but this is implementation-dependent and may change in
4736 the future.
4738 The value of @var{nmerge} may be bounded by a resource limit for open
4739 file descriptors.  The commands @samp{ulimit -n} or @samp{getconf
4740 OPEN_MAX} may display limits for your systems; these limits may be
4741 modified further if your program already has some files open, or if
4742 the operating system has other limits on the number of open files.  If
4743 the value of @var{nmerge} exceeds the resource limit, @command{sort}
4744 silently uses a smaller value.
4746 @item -o @var{output-file}
4747 @itemx --output=@var{output-file}
4748 @opindex -o
4749 @opindex --output
4750 @cindex overwriting of input, allowed
4751 Write output to @var{output-file} instead of standard output.
4752 Normally, @command{sort} reads all input before opening
4753 @var{output-file}, so you can sort a file in place by using
4754 commands like @code{sort -o F F} and @code{cat F | sort -o F}@.
4755 However, it is often safer to output to an otherwise-unused file, as
4756 data may be lost if the system crashes or @command{sort} encounters
4757 an I/O or other serious error while a file is being sorted in place.
4758 Also, @command{sort} with @option{--merge} (@option{-m}) can open
4759 the output file before reading all input, so a command like @code{cat
4760 F | sort -m -o F - G} is not safe as @command{sort} might start
4761 writing @file{F} before @command{cat} is done reading it.
4763 @vindex POSIXLY_CORRECT
4764 On newer systems, @option{-o} cannot appear after an input file if
4765 @env{POSIXLY_CORRECT} is set, e.g., @samp{sort F -o F}@.  Portable
4766 scripts should specify @option{-o @var{output-file}} before any input
4767 files.
4769 @item --random-source=@var{file}
4770 @opindex --random-source
4771 @cindex random source for sorting
4772 Use @var{file} as a source of random data used to determine which
4773 random hash function to use with the @option{-R} option.  @xref{Random
4774 sources}.
4776 @item -s
4777 @itemx --stable
4778 @opindex -s
4779 @opindex --stable
4780 @cindex sort stability
4781 @cindex sort's last-resort comparison
4783 Make @command{sort} stable by disabling its last-resort comparison.
4784 This option has no effect if no fields or global ordering options
4785 other than @option{--reverse} (@option{-r}) are specified.
4787 @item -S @var{size}
4788 @itemx --buffer-size=@var{size}
4789 @opindex -S
4790 @opindex --buffer-size
4791 @cindex size for main memory sorting
4792 Use a main-memory sort buffer of the given @var{size}.  By default,
4793 @var{size} is in units of 1024 bytes.  Appending @samp{%} causes
4794 @var{size} to be interpreted as a percentage of physical memory.
4795 Appending @samp{K} multiplies @var{size} by 1024 (the default),
4796 @samp{M} by 1,048,576, @samp{G} by 1,073,741,824, and so on for
4797 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y}, @samp{R}, and @samp{Q}@.
4798 Appending
4799 @samp{b} causes @var{size} to be interpreted as a byte count, with no
4800 multiplication.
4802 This option can improve the performance of @command{sort} by causing it
4803 to start with a larger or smaller sort buffer than the default.
4804 However, this option affects only the initial buffer size.  The buffer
4805 grows beyond @var{size} if @command{sort} encounters input lines larger
4806 than @var{size}.
4808 @item -t @var{separator}
4809 @itemx --field-separator=@var{separator}
4810 @opindex -t
4811 @opindex --field-separator
4812 @cindex field separator character
4813 Use character @var{separator} as the field separator when finding the
4814 sort keys in each line.  By default, fields are separated by the empty
4815 string between a non-blank character and a blank character.
4816 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4817 can change this.
4819 That is, given the input line @w{@samp{ foo bar}}, @command{sort} breaks it
4820 into fields @w{@samp{ foo}} and @w{@samp{ bar}}.  The field separator is
4821 not considered to be part of either the field preceding or the field
4822 following, so with @samp{sort @w{-t " "}} the same input line has
4823 three fields: an empty field, @samp{foo}, and @samp{bar}.
4824 However, fields that extend to the end of the line,
4825 as @option{-k 2}, or fields consisting of a range, as @option{-k 2,3},
4826 retain the field separators present between the endpoints of the range.
4828 To specify ASCII NUL as the field separator,
4829 use the two-character string @samp{\0}, e.g., @samp{sort -t '\0'}.
4831 @item -T @var{tempdir}
4832 @itemx --temporary-directory=@var{tempdir}
4833 @opindex -T
4834 @opindex --temporary-directory
4835 @cindex temporary directory
4836 @vindex TMPDIR
4837 Use directory @var{tempdir} to store temporary files, overriding the
4838 @env{TMPDIR} environment variable.  If this option is given more than
4839 once, temporary files are stored in all the directories given.  If you
4840 have a large sort or merge that is I/O-bound, you can often improve
4841 performance by using this option to specify directories on different
4842 file systems.
4844 @item --parallel=@var{n}
4845 @opindex --parallel
4846 @cindex multithreaded sort
4847 Set the number of sorts run in parallel to @var{n}. By default,
4848 @var{n} is set to the number of available processors, but limited
4849 to 8, as there are diminishing performance gains after that.
4850 Note also that using @var{n} threads increases the memory usage by
4851 a factor of log @var{n}.  Also see @ref{nproc invocation}.
4853 @item -u
4854 @itemx --unique
4855 @opindex -u
4856 @opindex --unique
4857 @cindex uniquifying output
4859 Normally, output only the first of a sequence of lines that compare
4860 equal.  For the @option{--check} (@option{-c} or @option{-C}) option,
4861 check that no pair of consecutive lines compares equal.
4863 This option also disables the default last-resort comparison.
4865 The commands @code{sort -u} and @code{sort | uniq} are equivalent, but
4866 this equivalence does not extend to arbitrary @command{sort} options.
4867 For example, @code{sort -n -u} inspects only the value of the initial
4868 numeric string when checking for uniqueness, whereas @code{sort -n |
4869 uniq} inspects the entire line.  @xref{uniq invocation}.
4871 @optZeroTerminated
4872 @macro newlineFieldSeparator
4873 Note with @option{-z} the newline character is treated as a field separator.
4874 @end macro
4876 @end table
4878 Historical (BSD and System V) implementations of @command{sort} have
4879 differed in their interpretation of some options, particularly
4880 @option{-b}, @option{-f}, and @option{-n}.
4881 GNU sort follows the POSIX
4882 behavior, which is usually (but not always!) like the System V behavior.
4883 According to POSIX, @option{-n} no longer implies @option{-b}.  For
4884 consistency, @option{-M} has been changed in the same way.  This may
4885 affect the meaning of character positions in field specifications in
4886 obscure cases.  The only fix is to add an explicit @option{-b}.
4888 A position in a sort field specified with @option{-k} may have any
4889 of the option letters @samp{MbdfghinRrV} appended to it, in which case no
4890 global ordering options are inherited by that particular field.  The
4891 @option{-b} option may be independently attached to either or both of
4892 the start and end positions of a field specification, and if it is
4893 inherited from the global options it will be attached to both.
4894 If input lines can contain leading or adjacent blanks and @option{-t}
4895 is not used, then @option{-k} is typically combined with @option{-b} or
4896 an option that implicitly ignores leading blanks (@samp{Mghn}) as otherwise
4897 the varying numbers of leading blanks in fields can cause confusing results.
4899 If the start position in a sort field specifier falls after the end of
4900 the line or after the end field, the field is empty.  If the @option{-b}
4901 option was specified, the @samp{.@var{c}} part of a field specification
4902 is counted from the first nonblank character of the field.
4904 @vindex _POSIX2_VERSION
4905 @vindex POSIXLY_CORRECT
4906 On systems not conforming to POSIX 1003.1-2001,
4907 @command{sort} supports a traditional origin-zero
4908 syntax @samp{+@var{pos1} [-@var{pos2}]} for specifying sort keys.
4909 The traditional command @samp{sort +@var{a}.@var{x} -@var{b}.@var{y}}
4910 is equivalent to @samp{sort -k @var{a+1}.@var{x+1},@var{b}} if @var{y}
4911 is @samp{0} or absent, otherwise it is equivalent to @samp{sort -k
4912 @var{a+1}.@var{x+1},@var{b+1}.@var{y}}.
4914 This traditional behavior can be controlled with the
4915 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
4916 conformance}); it can also be enabled when @env{POSIXLY_CORRECT} is
4917 not set by using the traditional syntax with @samp{-@var{pos2}} present.
4919 Scripts intended for use on standard hosts should avoid traditional
4920 syntax and should use @option{-k} instead.  For example, avoid
4921 @samp{sort +2}, since it might be interpreted as either @samp{sort
4922 ./+2} or @samp{sort -k 3}.  If your script must also run on hosts that
4923 support only the traditional syntax, it can use a test like @samp{if sort
4924 -k 1 </dev/null >/dev/null 2>&1; then @dots{}} to decide which syntax
4925 to use.
4927 Here are some examples to illustrate various combinations of options.
4929 @itemize @bullet
4931 @item
4932 Sort in descending (reverse) numeric order.
4934 @example
4935 sort -n -r
4936 @end example
4938 @item
4939 Run no more than 4 sorts concurrently, using a buffer size of 10M.
4941 @example
4942 sort --parallel=4 -S 10M
4943 @end example
4945 @item
4946 Sort alphabetically, omitting the first and second fields
4947 and the blanks at the start of the third field.
4948 This uses a single key composed of the characters beginning
4949 at the start of the first nonblank character in field three
4950 and extending to the end of each line.
4952 @example
4953 sort -k 3b
4954 @end example
4956 @item
4957 Sort numerically on the second field and resolve ties by sorting
4958 alphabetically on the third and fourth characters of field five.
4959 Use @samp{:} as the field delimiter.
4961 @example
4962 sort -t : -k 2,2n -k 5.3,5.4
4963 @end example
4965 Note that if you had written @option{-k 2n} instead of @option{-k 2,2n}
4966 @command{sort} would have used all characters beginning in the second field
4967 and extending to the end of the line as the primary @emph{numeric}
4968 key.  For the large majority of applications, treating keys spanning
4969 more than one field as numeric will not do what you expect.
4971 Also note that the @samp{n} modifier was applied to the field-end
4972 specifier for the first key.  It would have been equivalent to
4973 specify @option{-k 2n,2} or @option{-k 2n,2n}.  All modifiers except
4974 @samp{b} apply to the associated @emph{field}, regardless of whether
4975 the modifier character is attached to the field-start and/or the
4976 field-end part of the key specifier.
4978 @item
4979 Sort the password file on the fifth field and ignore any
4980 leading blanks.  Sort lines with equal values in field five
4981 on the numeric user ID in field three.  Fields are separated
4982 by @samp{:}.
4984 @example
4985 sort -t : -k 5b,5 -k 3,3n /etc/passwd
4986 sort -t : -n -k 5b,5 -k 3,3 /etc/passwd
4987 sort -t : -b -k 5,5 -k 3,3n /etc/passwd
4988 @end example
4990 These three commands have equivalent effect.  The first specifies that
4991 the first key's start position ignores leading blanks and the second
4992 key is sorted numerically.  The other two commands rely on global
4993 options being inherited by sort keys that lack modifiers.  The inheritance
4994 works in this case because @option{-k 5b,5b} and @option{-k 5b,5} are
4995 equivalent, as the location of a field-end lacking a @samp{.@var{c}}
4996 character position is not affected by whether initial blanks are
4997 skipped.
4999 @item
5000 Sort a set of log files, primarily by IPv4 address and secondarily by
5001 timestamp.  If two lines' primary and secondary keys are identical,
5002 output the lines in the same order that they were input.  The log
5003 files contain lines that look like this:
5005 @example
5006 4.150.156.3 - - [01/Apr/2020:06:31:51 +0000] message 1
5007 211.24.3.231 - - [24/Apr/2020:20:17:39 +0000] message 2
5008 @end example
5010 Fields are separated by exactly one space.  Sort IPv4 addresses
5011 lexicographically, e.g., 212.61.52.2 sorts before 212.129.233.201
5012 because 61 is less than 129.
5014 @example
5015 sort -s -t ' ' -k 4.9n -k 4.5M -k 4.2n -k 4.14,4.21 file*.log |
5016 sort -s -t '.' -k 1,1n -k 2,2n -k 3,3n -k 4,4n
5017 @end example
5019 This example cannot be done with a single POSIX @command{sort} invocation,
5020 since IPv4 address components are separated by @samp{.} while dates
5021 come just after a space.  So it is broken down into two invocations of
5022 @command{sort}: the first sorts by timestamp and the second by IPv4
5023 address.  The timestamp is sorted by year, then month, then day, and
5024 finally by hour-minute-second field, using @option{-k} to isolate each
5025 field.  Except for hour-minute-second there's no need to specify the
5026 end of each key field, since the @samp{n} and @samp{M} modifiers sort
5027 based on leading prefixes that cannot cross field boundaries.  The
5028 IPv4 addresses are sorted lexicographically.  The second sort uses
5029 @samp{-s} so that ties in the primary key are broken by the secondary
5030 key; the first sort uses @samp{-s} so that the combination of the two
5031 sorts is stable.  Note as a GNU extension, the above example could
5032 be achieved in a single @command{sort} invocation by sorting the
5033 IPv4 address field using a @samp{V} version type, like @samp{-k1,1V}.
5035 @item
5036 Generate a tags file in case-insensitive sorted order.
5038 @example
5039 find src -type f -print0 | sort -z -f | xargs -0 etags --append
5040 @end example
5042 The use of @option{-print0}, @option{-z}, and @option{-0} in this case means
5043 that file names that contain blanks or other special characters are
5044 not broken up
5045 by the sort operation.
5047 @c This example is a bit contrived and needs more explanation.
5048 @c @item
5049 @c Sort records separated by an arbitrary string by using a pipe to convert
5050 @c each record delimiter string to @samp{\0},
5051 @c then using sort's @option{-z} option,
5052 @c and converting each @samp{\0} back to the original record delimiter.
5054 @c @example
5055 @c printf 'c\n\nb\n\na\n' |
5056 @c perl -0pe 's/\n\n/\n\0/g' |
5057 @c sort -z |
5058 @c perl -0pe 's/\0/\n/g'
5059 @c @end example
5061 @item
5062 Use the common DSU, Decorate Sort Undecorate idiom to
5063 sort lines according to their length.
5065 @example
5066 awk '@{print length, $0@}' /etc/passwd | sort -n | cut -f2- -d' '
5067 @end example
5069 In general this technique can be used to sort data that the @command{sort}
5070 command does not support, or is inefficient at, sorting directly.
5072 @item
5073 Shuffle a list of directories, but preserve the order of files within
5074 each directory.  For instance, one could use this to generate a music
5075 playlist in which albums are shuffled but the songs of each album are
5076 played in order.
5078 @example
5079 ls */* | sort -t / -k 1,1R -k 2,2
5080 @end example
5082 @end itemize
5085 @node shuf invocation
5086 @section @command{shuf}: Shuffling text
5088 @pindex shuf
5089 @cindex shuffling files
5091 @command{shuf} shuffles its input by outputting a random permutation
5092 of its input lines.  Each output permutation is equally likely.
5093 Synopses:
5095 @example
5096 shuf [@var{option}]@dots{} [@var{file}]
5097 shuf -e [@var{option}]@dots{} [@var{arg}]@dots{}
5098 shuf -i @var{lo}-@var{hi} [@var{option}]@dots{}
5099 @end example
5101 @command{shuf} has three modes of operation that affect where it
5102 obtains its input lines.  By default, it reads lines from standard
5103 input.  The following options change the operation mode:
5105 @table @samp
5107 @item -e
5108 @itemx --echo
5109 @opindex -c
5110 @opindex --echo
5111 @cindex command-line operands to shuffle
5112 Treat each command-line operand as an input line.
5114 @item -i @var{lo}-@var{hi}
5115 @itemx --input-range=@var{lo}-@var{hi}
5116 @opindex -i
5117 @opindex --input-range
5118 @cindex input range to shuffle
5119 Act as if input came from a file containing the range of unsigned
5120 decimal integers @var{lo}@dots{}@var{hi}, one per line.
5122 @end table
5124 @command{shuf}'s other options can affect its behavior in all
5125 operation modes:
5127 @table @samp
5129 @item -n @var{count}
5130 @itemx --head-count=@var{count}
5131 @opindex -n
5132 @opindex --head-count
5133 @cindex head of output
5134 Output at most @var{count} lines.  By default, all input lines are
5135 output.
5137 @item -o @var{output-file}
5138 @itemx --output=@var{output-file}
5139 @opindex -o
5140 @opindex --output
5141 @cindex overwriting of input, allowed
5142 Write output to @var{output-file} instead of standard output.
5143 @command{shuf} reads all input before opening
5144 @var{output-file}, so you can safely shuffle a file in place by using
5145 commands like @code{shuf -o F <F} and @code{cat F | shuf -o F}.
5147 @item --random-source=@var{file}
5148 @opindex --random-source
5149 @cindex random source for shuffling
5150 Use @var{file} as a source of random data used to determine which
5151 permutation to generate.  @xref{Random sources}.
5153 @item -r
5154 @itemx --repeat
5155 @opindex -r
5156 @opindex --repeat
5157 @cindex repeat output values
5158 Repeat output values, that is, select with replacement.  With this
5159 option the output is not a permutation of the input; instead, each
5160 output line is randomly chosen from all the inputs.  This option is
5161 typically combined with @option{--head-count}; if
5162 @option{--head-count} is not given, @command{shuf} repeats
5163 indefinitely.
5165 @optZeroTerminated
5167 @end table
5169 For example:
5171 @example
5172 shuf <<EOF
5173 A man,
5174 a plan,
5175 a canal:
5176 Panama!
5178 @end example
5180 @noindent
5181 might produce the output
5183 @example
5184 Panama!
5185 A man,
5186 a canal:
5187 a plan,
5188 @end example
5190 @noindent
5191 Similarly, the command:
5193 @example
5194 shuf -e clubs hearts diamonds spades
5195 @end example
5197 @noindent
5198 might output:
5200 @example
5201 clubs
5202 diamonds
5203 spades
5204 hearts
5205 @end example
5207 @noindent
5208 and the command @samp{shuf -i 1-4} might output:
5210 @example
5215 @end example
5217 @noindent
5218 The above examples all have four input lines, so @command{shuf} might
5219 produce any of the twenty-four possible permutations of the input.  In
5220 general, if there are @var{n} input lines, there are @var{n}! (i.e.,
5221 @var{n} factorial, or @var{n} * (@var{n} - 1) * @dots{} * 1) possible
5222 output permutations.
5224 @noindent
5225 To output 50 random numbers each in the range 0 through 9, use:
5227 @example
5228 shuf -r -n 50 -i 0-9
5229 @end example
5231 @noindent
5232 To simulate 100 coin flips, use:
5234 @example
5235 shuf -r -n 100 -e Head Tail
5236 @end example
5238 @exitstatus
5241 @node uniq invocation
5242 @section @command{uniq}: Uniquify files
5244 @pindex uniq
5245 @cindex uniquify files
5247 @command{uniq} writes the unique lines in the given @file{input}, or
5248 standard input if nothing is given or for an @var{input} name of
5249 @samp{-}.  Synopsis:
5251 @example
5252 uniq [@var{option}]@dots{} [@var{input} [@var{output}]]
5253 @end example
5255 By default, @command{uniq} prints its input lines, except that
5256 it discards all but the first of adjacent repeated lines, so that
5257 no output lines are repeated.  Optionally, it can instead discard
5258 lines that are not repeated, or all repeated lines.
5260 The input need not be sorted, but repeated input lines are detected
5261 only if they are adjacent.  If you want to discard non-adjacent
5262 duplicate lines, perhaps you want to use @code{sort -u}.
5263 @xref{sort invocation}.
5265 @vindex LC_COLLATE
5266 Comparisons honor the rules specified by the @env{LC_COLLATE}
5267 locale category.
5269 If no @var{output} file is specified, @command{uniq} writes to standard
5270 output.
5272 The program accepts the following options.  Also see @ref{Common options}.
5274 @table @samp
5276 @item -f @var{n}
5277 @itemx --skip-fields=@var{n}
5278 @opindex -f
5279 @opindex --skip-fields
5280 Skip @var{n} fields on each line before checking for uniqueness.  Use
5281 a null string for comparison if a line has fewer than @var{n} fields.
5282 Fields are a sequence of blank characters followed by non-blank characters.
5283 Field numbers are one based, i.e., @option{-f 1} will skip the first
5284 field (which may optionally have leading blanks).
5286 For compatibility @command{uniq} supports a traditional option syntax
5287 @option{-@var{n}}.  New scripts should use @option{-f @var{n}} instead.
5289 @item -s @var{n}
5290 @itemx --skip-chars=@var{n}
5291 @opindex -s
5292 @opindex --skip-chars
5293 Skip @var{n} characters before checking for uniqueness.  Use a null string
5294 for comparison if a line has fewer than @var{n} characters.  If you use both
5295 the field and character skipping options, fields are skipped over first.
5297 @vindex _POSIX2_VERSION
5298 On systems not conforming to POSIX 1003.1-2001,
5299 @command{uniq} supports a traditional option syntax
5300 @option{+@var{n}}.
5301 Although this traditional behavior can be controlled with the
5302 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
5303 conformance}), portable scripts should avoid commands whose
5304 behavior depends on this variable.
5305 For example, use @samp{uniq ./+10} or @samp{uniq -s 10} rather than
5306 the ambiguous @samp{uniq +10}.
5308 @item -c
5309 @itemx --count
5310 @opindex -c
5311 @opindex --count
5312 Print the number of times each line occurred along with the line.
5314 @item -i
5315 @itemx --ignore-case
5316 @opindex -i
5317 @opindex --ignore-case
5318 Ignore differences in case when comparing lines.
5320 @item -d
5321 @itemx --repeated
5322 @opindex -d
5323 @opindex --repeated
5324 @cindex repeated lines, outputting
5325 Discard lines that are not repeated.  When used by itself, this option
5326 causes @command{uniq} to print the first copy of each repeated line,
5327 and nothing else.
5329 @item -D
5330 @itemx --all-repeated[=@var{delimit-method}]
5331 @opindex -D
5332 @opindex --all-repeated
5333 @cindex all repeated lines, outputting
5334 Do not discard the second and subsequent repeated input lines,
5335 but discard lines that are not repeated.
5336 This option is useful mainly in conjunction with other options e.g.,
5337 to ignore case or to compare only selected fields.
5338 The optional @var{delimit-method}, supported with the long form option,
5339 specifies how to delimit groups of repeated lines, and must be one of the
5340 following:
5342 @table @samp
5344 @item none
5345 Do not delimit groups of repeated lines.
5346 This is equivalent to @option{--all-repeated} (@option{-D}).
5348 @item prepend
5349 Output a newline before each group of repeated lines.
5350 @macro nulOutputNote
5351 With @option{--zero-terminated} (@option{-z}), use a zero
5352 byte (ASCII NUL) instead of a newline as the delimiter.
5353 @end macro
5354 @nulOutputNote
5356 @item separate
5357 Separate groups of repeated lines with a single newline.
5358 This is the same as using @samp{prepend}, except that
5359 no delimiter is inserted before the first group, and hence
5360 may be better suited for output direct to users.
5361 @nulOutputNote
5362 @end table
5364 @macro ambiguousGroupNote
5365 Note that when groups are delimited and the input stream contains
5366 blank lines, then the output is ambiguous.
5367 To avoid that, filter the input through @samp{tr -s '\\n'} to
5368 remove blank lines.
5369 @end macro
5370 @ambiguousGroupNote
5372 This is a GNU extension.
5373 @c FIXME: give an example showing *how* it's useful
5375 @item --group[=@var{delimit-method}]
5376 @opindex --group
5377 @cindex all lines, grouping
5378 Output all lines, and delimit each unique group.
5379 @nulOutputNote
5380 The optional @var{delimit-method} specifies how to delimit
5381 groups, and must be one of the following:
5383 @table @samp
5385 @item separate
5386 Separate unique groups with a single delimiter.
5387 This is the default delimiting method if none is specified,
5388 and better suited for output direct to users.
5390 @item prepend
5391 Output a delimiter before each group of unique items.
5393 @item append
5394 Output a delimiter after each group of unique items.
5396 @item both
5397 Output a delimiter around each group of unique items.
5398 @end table
5400 @ambiguousGroupNote
5402 This is a GNU extension.
5404 @item -u
5405 @itemx --unique
5406 @opindex -u
5407 @opindex --unique
5408 @cindex unique lines, outputting
5409 Discard the last line that would be output for a repeated input group.
5410 When used by itself, this option causes @command{uniq} to print unique
5411 lines, and nothing else.
5413 @item -w @var{n}
5414 @itemx --check-chars=@var{n}
5415 @opindex -w
5416 @opindex --check-chars
5417 Compare at most @var{n} characters on each line (after skipping any specified
5418 fields and characters).  By default the entire rest of the lines are
5419 compared.
5421 @optZeroTerminated
5422 @newlineFieldSeparator
5424 @end table
5426 @exitstatus
5429 @node comm invocation
5430 @section @command{comm}: Compare two sorted files line by line
5432 @pindex comm
5433 @cindex line-by-line comparison
5434 @cindex comparing sorted files
5436 @command{comm} writes to standard output lines that are common, and lines
5437 that are unique, to two input files; a file name of @samp{-} means
5438 standard input.  Synopsis:
5440 @example
5441 comm [@var{option}]@dots{} @var{file1} @var{file2}
5442 @end example
5444 @vindex LC_COLLATE
5445 Before @command{comm} can be used, the input files must be sorted using the
5446 collating sequence specified by the @env{LC_COLLATE} locale.
5447 If an input file ends in a non-newline
5448 character, a newline is silently appended.  The @command{sort} command with
5449 no options always outputs a file that is suitable input to @command{comm}.
5451 @cindex differing lines
5452 @cindex common lines
5453 With no options, @command{comm} produces three-column output.  Column one
5454 contains lines unique to @var{file1}, column two contains lines unique
5455 to @var{file2}, and column three contains lines common to both files.
5456 Columns are separated by a single TAB character.
5457 @c FIXME: when there's an option to supply an alternative separator
5458 @c string, append "by default" to the above sentence.
5460 @opindex -1
5461 @opindex -2
5462 @opindex -3
5463 The options @option{-1}, @option{-2}, and @option{-3} suppress printing of
5464 the corresponding columns (and separators).  Also see @ref{Common options}.
5466 Unlike some other comparison utilities, @command{comm} has an exit
5467 status that does not depend on the result of the comparison.
5468 Upon normal completion @command{comm} produces an exit code of zero.
5469 If there is an error it exits with nonzero status.
5471 @macro checkOrderOption{cmd}
5472 If the @option{--check-order} option is given, unsorted inputs will
5473 cause a fatal error message.  If the option @option{--nocheck-order}
5474 is given, unsorted inputs will never cause an error message.  If neither
5475 of these options is given, wrongly sorted inputs are diagnosed
5476 only if an input file is found to contain unpairable
5477 @ifset JOIN_COMMAND
5478 lines, and when both input files are non empty.
5479 @end ifset
5480 @ifclear JOIN_COMMAND
5481 lines.
5482 @end ifclear
5483 If an input file is diagnosed as being unsorted, the @command{\cmd\}
5484 command will exit with a nonzero status (and the output should not be used).
5486 Forcing @command{\cmd\} to process wrongly sorted input files
5487 containing unpairable lines by specifying @option{--nocheck-order} is
5488 not guaranteed to produce any particular output.  The output will
5489 probably not correspond with whatever you hoped it would be.
5490 @end macro
5491 @checkOrderOption{comm}
5493 @table @samp
5495 @item --check-order
5496 Fail with an error message if either input file is wrongly ordered.
5498 @item --nocheck-order
5499 Do not check that both input files are in sorted order.
5501 Other options are:
5503 @item --output-delimiter=@var{str}
5504 Print @var{str} between adjacent output columns,
5505 rather than the default of a single TAB character.
5507 The delimiter @var{str} may be empty, in which case
5508 the ASCII NUL character is used to delimit output columns.
5510 @item --total
5511 Output a summary at the end.
5513 Similar to the regular output,
5514 column one contains the total number of lines unique to @var{file1},
5515 column two contains the total number of lines unique to @var{file2}, and
5516 column three contains the total number of lines common to both files,
5517 followed by the word @samp{total} in the additional column four.
5519 In the following example, @command{comm} omits the regular output
5520 (@option{-123}), thus just printing the summary:
5522 @example
5523 $ printf '%s\n' a b c d e     > file1
5524 $ printf '%s\n'   b c d e f g > file2
5525 $ comm --total -123 file1 file2
5526 1       2       4       total
5527 @end example
5529 This option is a GNU extension.  Portable scripts should use @command{wc} to
5530 get the totals, e.g. for the above example files:
5532 @example
5533 $ comm -23 file1 file2 | wc -l    # number of lines only in file1
5535 $ comm -13 file1 file2 | wc -l    # number of lines only in file2
5537 $ comm -12 file1 file2 | wc -l    # number of lines common to both files
5539 @end example
5541 @optZeroTerminated
5543 @end table
5545 @node ptx invocation
5546 @section @command{ptx}: Produce permuted indexes
5548 @pindex ptx
5550 @command{ptx} reads a text file and essentially produces a permuted index, with
5551 each keyword in its context.  The calling sketch is either one of:
5553 @example
5554 ptx [@var{option} @dots{}] [@var{file} @dots{}]
5555 ptx -G [@var{option} @dots{}] [@var{input} [@var{output}]]
5556 @end example
5558 The @option{-G} (or its equivalent: @option{--traditional}) option disables
5559 all GNU extensions and reverts to traditional mode, thus introducing some
5560 limitations and changing several of the program's default option values.
5561 When @option{-G} is not specified, GNU extensions are always enabled.
5562 GNU extensions to @command{ptx} are documented wherever appropriate in this
5563 document.  @xref{Compatibility in ptx}, for the full list.
5565 Individual options are explained in the following sections.
5567 When GNU extensions are enabled, there may be zero, one or several
5568 @var{file}s after the options.  If there is no @var{file}, the program
5569 reads the standard input.  If there is one or several @var{file}s, they
5570 give the name of input files which are all read in turn, as if all the
5571 input files were concatenated.  However, there is a full contextual
5572 break between each file and, when automatic referencing is requested,
5573 file names and line numbers refer to individual text input files.  In
5574 all cases, the program outputs the permuted index to the standard
5575 output.
5577 When GNU extensions are @emph{not} enabled, that is, when the program
5578 operates in traditional mode, there may be zero, one or two parameters
5579 besides the options.  If there are no parameters, the program reads the
5580 standard input and outputs the permuted index to the standard output.
5581 If there is only one parameter, it names the text @var{input} to be read
5582 instead of the standard input.  If two parameters are given, they give
5583 respectively the name of the @var{input} file to read and the name of
5584 the @var{output} file to produce.  @emph{Be very careful} to note that,
5585 in this case, the contents of file given by the second parameter is
5586 destroyed.  This behavior is dictated by System V @command{ptx}
5587 compatibility; GNU Standards normally discourage output parameters not
5588 introduced by an option.
5590 Note that for @emph{any} file named as the value of an option or as an
5591 input text file, a single dash @samp{-} may be used, in which case
5592 standard input is assumed.  However, it would not make sense to use this
5593 convention more than once per program invocation.
5595 @menu
5596 * General options in ptx::      Options which affect general program behavior.
5597 * Charset selection in ptx::    Underlying character set considerations.
5598 * Input processing in ptx::     Input fields, contexts, and keyword selection.
5599 * Output formatting in ptx::    Types of output format, and sizing the fields.
5600 * Compatibility in ptx::
5601 @end menu
5604 @node General options in ptx
5605 @subsection General options
5607 @table @samp
5609 @item -G
5610 @itemx --traditional
5611 As already explained, this option disables all GNU extensions to
5612 @command{ptx} and switches to traditional mode.
5614 @item --help
5615 Print a short help on standard output, then exit without further
5616 processing.
5618 @item --version
5619 Print the program version on standard output, then exit without further
5620 processing.
5622 @end table
5624 @exitstatus
5627 @node Charset selection in ptx
5628 @subsection Charset selection
5630 As it is set up now, @command{ptx} assumes that the input file is coded
5631 using 8-bit characters, and it may not work well in multibyte locales.
5632 In a single-byte locale, the default regular expression
5633 for a keyword allows foreign or diacriticized letters.  Keyword sorting,
5634 however, is still crude; it obeys the underlying character set ordering
5635 quite blindly.
5637 The output of @command{ptx} assumes the locale's character encoding.
5638 For example, with @command{ptx}'s @option{-T} option, if the locale
5639 uses the Latin-1 encoding you may need a LaTeX directive like
5640 @samp{\usepackage[latin1]@{inputenc@}} to render non-ASCII characters
5641 correctly.
5643 @table @samp
5645 @item -f
5646 @itemx --ignore-case
5647 @opindex -f
5648 @opindex --ignore-case
5649 Fold lower case letters to upper case for sorting.
5651 @end table
5654 @node Input processing in ptx
5655 @subsection Word selection and input processing
5657 @table @samp
5659 @item -b @var{file}
5660 @itemx --break-file=@var{file}
5661 @opindex -b
5662 @opindex --break-file
5664 This option provides an alternative (to @option{-W}) method of describing
5665 which characters make up words.  It introduces the name of a
5666 file which contains a list of characters which can@emph{not} be part of
5667 one word; this file is called the @dfn{Break file}.  Any character which
5668 is not part of the Break file is a word constituent.  If both options
5669 @option{-b} and @option{-W} are specified, then @option{-W} has precedence and
5670 @option{-b} is ignored.
5672 When GNU extensions are enabled, the only way to avoid newline as a
5673 break character is to write all the break characters in the file with no
5674 newline at all, not even at the end of the file.  When GNU extensions
5675 are disabled, spaces, tabs and newlines are always considered as break
5676 characters even if not included in the Break file.
5678 @item -i @var{file}
5679 @itemx --ignore-file=@var{file}
5680 @opindex -i
5681 @opindex --ignore-file
5683 The file associated with this option contains a list of words which will
5684 never be taken as keywords in concordance output.  It is called the
5685 @dfn{Ignore file}.  The file contains exactly one word in each line; the
5686 end of line separation of words is not subject to the value of the
5687 @option{-S} option.
5689 @item -o @var{file}
5690 @itemx --only-file=@var{file}
5691 @opindex -o
5692 @opindex --only-file
5694 The file associated with this option contains a list of words which will
5695 be retained in concordance output; any word not mentioned in this file
5696 is ignored.  The file is called the @dfn{Only file}.  The file contains
5697 exactly one word in each line; the end of line separation of words is
5698 not subject to the value of the @option{-S} option.
5700 There is no default for the Only file.  When both an Only file and an
5701 Ignore file are specified, a word is considered a keyword only
5702 if it is listed in the Only file and not in the Ignore file.
5704 @item -r
5705 @itemx --references
5706 @opindex -r
5707 @opindex --references
5709 On each input line, the leading sequence of non-white space characters will be
5710 taken to be a reference that has the purpose of identifying this input
5711 line in the resulting permuted index.
5712 @xref{Output formatting in ptx},
5713 for more information about reference production.
5714 Using this option changes the default value for option @option{-S}.
5716 Using this option, the program does not try very hard to remove
5717 references from contexts in output, but it succeeds in doing so
5718 @emph{when} the context ends exactly at the newline.  If option
5719 @option{-r} is used with @option{-S} default value, or when GNU extensions
5720 are disabled, this condition is always met and references are completely
5721 excluded from the output contexts.
5723 @item -S @var{regexp}
5724 @itemx --sentence-regexp=@var{regexp}
5725 @opindex -S
5726 @opindex --sentence-regexp
5728 This option selects which regular expression will describe the end of a
5729 line or the end of a sentence.  In fact, this regular expression is not
5730 the only distinction between end of lines or end of sentences, and input
5731 line boundaries have no special significance outside this option.  By
5732 default, when GNU extensions are enabled and if @option{-r} option is not
5733 used, end of sentences are used.  In this case, this @var{regex} is
5734 imported from GNU Emacs:
5736 @example
5737 [.?!][]\"')@}]*\\($\\|\t\\|  \\)[ \t\n]*
5738 @end example
5740 Whenever GNU extensions are disabled or if @option{-r} option is used, end
5741 of lines are used; in this case, the default @var{regexp} is just:
5743 @example
5745 @end example
5747 Using an empty @var{regexp} is equivalent to completely disabling end of
5748 line or end of sentence recognition.  In this case, the whole file is
5749 considered to be a single big line or sentence.  The user might want to
5750 disallow all truncation flag generation as well, through option @option{-F
5751 ""}.  @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5752 Manual}.
5754 When the keywords happen to be near the beginning of the input line or
5755 sentence, this often creates an unused area at the beginning of the
5756 output context line; when the keywords happen to be near the end of the
5757 input line or sentence, this often creates an unused area at the end of
5758 the output context line.  The program tries to fill those unused areas
5759 by wrapping around context in them; the tail of the input line or
5760 sentence is used to fill the unused area on the left of the output line;
5761 the head of the input line or sentence is used to fill the unused area
5762 on the right of the output line.
5764 As a matter of convenience to the user, many usual backslashed escape
5765 sequences from the C language are recognized and converted to the
5766 corresponding characters by @command{ptx} itself.
5768 @item -W @var{regexp}
5769 @itemx --word-regexp=@var{regexp}
5770 @opindex -W
5771 @opindex --word-regexp
5773 This option selects which regular expression will describe each keyword.
5774 By default, if GNU extensions are enabled, a word is a sequence of
5775 letters; the @var{regexp} used is @samp{\w+}.  When GNU extensions are
5776 disabled, a word is by default anything which ends with a space, a tab
5777 or a newline; the @var{regexp} used is @samp{[^ \t\n]+}.
5779 An empty @var{regexp} is equivalent to not using this option.
5780 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5781 Manual}.
5783 As a matter of convenience to the user, many usual backslashed escape
5784 sequences, as found in the C language, are recognized and converted to
5785 the corresponding characters by @command{ptx} itself.
5787 @end table
5790 @node Output formatting in ptx
5791 @subsection Output formatting
5793 Output format is mainly controlled by the @option{-O} and @option{-T} options
5794 described in the table below.  When neither @option{-O} nor @option{-T} are
5795 selected, and if GNU extensions are enabled, the program chooses an
5796 output format suitable for a dumb terminal.  Each keyword occurrence is
5797 output to the center of one line, surrounded by its left and right
5798 contexts.  Each field is properly justified, so the concordance output
5799 can be readily observed.  As a special feature, if automatic
5800 references are selected by option @option{-A} and are output before the
5801 left context, that is, if option @option{-R} is @emph{not} selected, then
5802 a colon is added after the reference; this nicely interfaces with GNU
5803 Emacs @code{next-error} processing.  In this default output format, each
5804 white space character, like newline and tab, is merely changed to
5805 exactly one space, with no special attempt to compress consecutive
5806 spaces.  This might change in the future.  Except for those white space
5807 characters, every other character of the underlying set of 256
5808 characters is transmitted verbatim.
5810 Output format is further controlled by the following options.
5812 @table @samp
5814 @item -g @var{number}
5815 @itemx --gap-size=@var{number}
5816 @opindex -g
5817 @opindex --gap-size
5819 Select the size of the minimum white space gap between the fields on the
5820 output line.
5822 @item -w @var{number}
5823 @itemx --width=@var{number}
5824 @opindex -w
5825 @opindex --width
5827 Select the maximum output width of each final line.  If references are
5828 used, they are included or excluded from the maximum output width
5829 depending on the value of option @option{-R}@.  If this option is not
5830 selected, that is, when references are output before the left context,
5831 the maximum output width takes into account the maximum length of all
5832 references.  If this option is selected, that is, when references are
5833 output after the right context, the maximum output width does not take
5834 into account the space taken by references, nor the gap that precedes
5835 them.
5837 @item -A
5838 @itemx --auto-reference
5839 @opindex -A
5840 @opindex --auto-reference
5842 Select automatic references.  Each input line will have an automatic
5843 reference made up of the file name and the line ordinal, with a single
5844 colon between them.  However, the file name will be empty when standard
5845 input is being read.  If both @option{-A} and @option{-r} are selected, then
5846 the input reference is still read and skipped, but the automatic
5847 reference is used at output time, overriding the input reference.
5849 @item -R
5850 @itemx --right-side-refs
5851 @opindex -R
5852 @opindex --right-side-refs
5854 In the default output format, when option @option{-R} is not used, any
5855 references produced by the effect of options @option{-r} or @option{-A} are
5856 placed to the far right of output lines, after the right context.  With
5857 default output format, when the @option{-R} option is specified, references
5858 are rather placed at the beginning of each output line, before the left
5859 context.  For any other output format, option @option{-R} is
5860 ignored, with one exception:  with @option{-R} the width of references
5861 is @emph{not} taken into account in total output width given by @option{-w}.
5863 This option is automatically selected whenever GNU extensions are
5864 disabled.
5866 @item -F @var{string}
5867 @itemx --flag-truncation=@var{string}
5868 @opindex -F
5869 @opindex --flag-truncation
5871 This option will request that any truncation in the output be reported
5872 using the string @var{string}.  Most output fields theoretically extend
5873 towards the beginning or the end of the current line, or current
5874 sentence, as selected with option @option{-S}@.  But there is a maximum
5875 allowed output line width, changeable through option @option{-w}, which is
5876 further divided into space for various output fields.  When a field has
5877 to be truncated because it cannot extend beyond the beginning or the end of
5878 the current line to fit in, then a truncation occurs.  By default,
5879 the string used is a single slash, as in @option{-F /}.
5881 @var{string} may have more than one character, as in @option{-F @dots{}}.
5882 Also, in the particular case when @var{string} is empty (@option{-F ""}),
5883 truncation flagging is disabled, and no truncation marks are appended in
5884 this case.
5886 As a matter of convenience to the user, many usual backslashed escape
5887 sequences, as found in the C language, are recognized and converted to
5888 the corresponding characters by @command{ptx} itself.
5890 @item -M @var{string}
5891 @itemx --macro-name=@var{string}
5892 @opindex -M
5893 @opindex --macro-name
5895 Select another @var{string} to be used instead of @samp{xx}, while
5896 generating output suitable for @command{nroff}, @command{troff} or @TeX{}.
5898 @item -O
5899 @itemx --format=roff
5900 @opindex -O
5901 @opindex --format=roff
5903 Choose an output format suitable for @command{nroff} or @command{troff}
5904 processing.  Each output line will look like:
5906 @example
5907 .xx "@var{tail}" "@var{before}" "@var{keyword_and_after}"@c
5908  "@var{head}" "@var{ref}"
5909 @end example
5911 so it will be possible to write a @samp{.xx} roff macro to take care of
5912 the output typesetting.  This is the default output format when GNU
5913 extensions are disabled.  Option @option{-M} can be used to change
5914 @samp{xx} to another macro name.
5916 In this output format, each non-graphical character, like newline and
5917 tab, is merely changed to exactly one space, with no special attempt to
5918 compress consecutive spaces.  Each quote character @samp{"} is doubled
5919 so it will be correctly processed by @command{nroff} or @command{troff}.
5921 @item -T
5922 @itemx --format=tex
5923 @opindex -T
5924 @opindex --format=tex
5926 Choose an output format suitable for @TeX{} processing.  Each output
5927 line will look like:
5929 @example
5930 \xx @{@var{tail}@}@{@var{before}@}@{@var{keyword}@}@c
5931 @{@var{after}@}@{@var{head}@}@{@var{ref}@}
5932 @end example
5934 @noindent
5935 so it will be possible to write a @code{\xx} definition to take care of
5936 the output typesetting.  Note that when references are not being
5937 produced, that is, neither option @option{-A} nor option @option{-r} is
5938 selected, the last parameter of each @code{\xx} call is inhibited.
5939 Option @option{-M} can be used to change @samp{xx} to another macro
5940 name.
5942 In this output format, some special characters, like @samp{$}, @samp{%},
5943 @samp{&}, @samp{#} and @samp{_} are automatically protected with a
5944 backslash.  Curly brackets @samp{@{}, @samp{@}} are protected with a
5945 backslash and a pair of dollar signs (to force mathematical mode).  The
5946 backslash itself produces the sequence @code{\backslash@{@}}.
5947 Circumflex and tilde diacritical marks produce the sequence @code{^\@{ @}} and
5948 @code{~\@{ @}} respectively.  Other diacriticized characters of the
5949 underlying character set produce an appropriate @TeX{} sequence as far
5950 as possible.  The other non-graphical characters, like newline and tab,
5951 and all other characters which are not part of ASCII, are merely
5952 changed to exactly one space, with no special attempt to compress
5953 consecutive spaces.  Let me know how to improve this special character
5954 processing for @TeX{}.
5956 @end table
5959 @node Compatibility in ptx
5960 @subsection The GNU extensions to @command{ptx}
5962 This version of @command{ptx} contains a few features which do not exist in
5963 System V @command{ptx}.  These extra features are suppressed by using the
5964 @option{-G} command line option, unless overridden by other command line
5965 options.  Some GNU extensions cannot be recovered by overriding, so the
5966 simple rule is to avoid @option{-G} if you care about GNU extensions.
5967 Here are the differences between this program and System V @command{ptx}.
5969 @itemize @bullet
5971 @item
5972 This program can read many input files at once, it always writes the
5973 resulting concordance on standard output.  On the other hand, System V
5974 @command{ptx} reads only one file and sends the result to standard output
5975 or, if a second @var{file} parameter is given on the command, to that
5976 @var{file}.
5978 Having output parameters not introduced by options is a dangerous
5979 practice which GNU avoids as far as possible.  So, for using @command{ptx}
5980 portably between GNU and System V, you should always use it with a
5981 single input file, and always expect the result on standard output.  You
5982 might also want to automatically configure in a @option{-G} option to
5983 @command{ptx} calls in products using @command{ptx}, if the configurator finds
5984 that the installed @command{ptx} accepts @option{-G}.
5986 @item
5987 The only options available in System V @command{ptx} are options @option{-b},
5988 @option{-f}, @option{-g}, @option{-i}, @option{-o}, @option{-r}, @option{-t} and
5989 @option{-w}.  All other options are GNU extensions and are not repeated in
5990 this enumeration.  Moreover, some options have a slightly different
5991 meaning when GNU extensions are enabled, as explained below.
5993 @item
5994 By default, concordance output is not formatted for @command{troff} or
5995 @command{nroff}.  It is rather formatted for a dumb terminal.  @command{troff}
5996 or @command{nroff} output may still be selected through option @option{-O}.
5998 @item
5999 Unless @option{-R} option is used, the maximum reference width is
6000 subtracted from the total output line width.  With GNU extensions
6001 disabled, width of references is not taken into account in the output
6002 line width computations.
6004 @item
6005 All 256 bytes, even ASCII NUL bytes, are always read and
6006 processed from input file with no adverse effect, even if GNU extensions
6007 are disabled.  However, System V @command{ptx} does not accept 8-bit
6008 characters, a few control characters are rejected, and the tilde
6009 @samp{~} is also rejected.
6011 @item
6012 Input line length is only limited by available memory, even if GNU
6013 extensions are disabled.  However, System V @command{ptx} processes only
6014 the first 200 characters in each line.
6016 @item
6017 The break (non-word) characters default to be every character except all
6018 letters of the underlying character set, diacriticized or not.  When GNU
6019 extensions are disabled, the break characters default to space, tab and
6020 newline only.
6022 @item
6023 The program makes better use of output line width.  If GNU extensions
6024 are disabled, the program rather tries to imitate System V @command{ptx},
6025 but still, there are some slight disposition glitches this program does
6026 not completely reproduce.
6028 @item
6029 The user can specify both an Ignore file and an Only file.  This is not
6030 allowed with System V @command{ptx}.
6032 @end itemize
6035 @node tsort invocation
6036 @section @command{tsort}: Topological sort
6038 @pindex tsort
6039 @cindex topological sort
6041 @command{tsort} performs a topological sort on the given @var{file}, or
6042 standard input if no input file is given or for a @var{file} of
6043 @samp{-}.  For more details and some history, see @ref{tsort background}.
6044 Synopsis:
6046 @example
6047 tsort [@var{option}] [@var{file}]
6048 @end example
6050 @command{tsort} reads its input as pairs of strings, separated by blanks,
6051 indicating a partial ordering.  The output is a total ordering that
6052 corresponds to the given partial ordering.
6054 For example
6056 @example
6057 tsort <<EOF
6058 a b c
6060 e f
6061 b c d e
6063 @end example
6065 @noindent
6066 will produce the output
6068 @example
6075 @end example
6077 Consider a more realistic example.
6078 You have a large set of functions all in one file, and they may all be
6079 declared static except one.  Currently that one (say @code{main}) is the
6080 first function defined in the file, and the ones it calls directly follow
6081 it, followed by those they call, etc.  Let's say that you are determined
6082 to take advantage of prototypes, so you have to choose between declaring
6083 all of those functions (which means duplicating a lot of information from
6084 the definitions) and rearranging the functions so that as many as possible
6085 are defined before they are used.  One way to automate the latter process
6086 is to get a list for each function of the functions it calls directly.
6087 Many programs can generate such lists.  They describe a call graph.
6088 Consider the following list, in which a given line indicates that the
6089 function on the left calls the one on the right directly.
6091 @example
6092 main parse_options
6093 main tail_file
6094 main tail_forever
6095 tail_file pretty_name
6096 tail_file write_header
6097 tail_file tail
6098 tail_forever recheck
6099 tail_forever pretty_name
6100 tail_forever write_header
6101 tail_forever dump_remainder
6102 tail tail_lines
6103 tail tail_bytes
6104 tail_lines start_lines
6105 tail_lines dump_remainder
6106 tail_lines file_lines
6107 tail_lines pipe_lines
6108 tail_bytes xlseek
6109 tail_bytes start_bytes
6110 tail_bytes dump_remainder
6111 tail_bytes pipe_bytes
6112 file_lines dump_remainder
6113 recheck pretty_name
6114 @end example
6116 then you can use @command{tsort} to produce an ordering of those
6117 functions that satisfies your requirement.
6119 @example
6120 example$ tsort call-graph | tac
6121 dump_remainder
6122 start_lines
6123 file_lines
6124 pipe_lines
6125 xlseek
6126 start_bytes
6127 pipe_bytes
6128 tail_lines
6129 tail_bytes
6130 pretty_name
6131 write_header
6132 tail
6133 recheck
6134 parse_options
6135 tail_file
6136 tail_forever
6137 main
6138 @end example
6140 @command{tsort} detects any cycles in the input and writes the first cycle
6141 encountered to standard error.
6143 Note that for a given partial ordering, generally there is no unique
6144 total ordering.  In the context of the call graph above, the function
6145 @code{parse_options} may be placed anywhere in the list as long as it
6146 precedes @code{main}.
6148 The only options are @option{--help} and @option{--version}.  @xref{Common
6149 options}.
6151 @exitstatus
6153 @menu
6154 * tsort background::            Where tsort came from.
6155 @end menu
6157 @node tsort background
6158 @subsection @command{tsort}: Background
6160 @command{tsort} exists because very early versions of the Unix linker processed
6161 an archive file exactly once, and in order.  As @command{ld} read each object
6162 in the archive, it decided whether it was needed in the program based on
6163 whether it defined any symbols which were undefined at that point in
6164 the link.
6166 This meant that dependencies within the archive had to be handled
6167 specially.  For example, @code{scanf} probably calls @code{read}.  That means
6168 that in a single pass through an archive, it was important for @code{scanf.o}
6169 to appear before read.o, because otherwise a program which calls
6170 @code{scanf} but not @code{read} might end up with an unexpected unresolved
6171 reference to @code{read}.
6173 The way to address this problem was to first generate a set of
6174 dependencies of one object file on another.  This was done by a shell
6175 script called @command{lorder}.  The GNU tools don't provide a version of
6176 lorder, as far as I know, but you can still find it in BSD
6177 distributions.
6179 Then you ran @command{tsort} over the @command{lorder} output, and you used the
6180 resulting sort to define the order in which you added objects to the archive.
6182 This whole procedure has been obsolete since about 1980, because
6183 Unix archives now contain a symbol table (traditionally built by
6184 @command{ranlib}, now generally built by @command{ar} itself), and the Unix
6185 linker uses the symbol table to effectively make multiple passes over
6186 an archive file.
6188 Anyhow, that's where tsort came from.  To solve an old problem with
6189 the way the linker handled archive files, which has since been solved
6190 in different ways.
6193 @node Operating on fields
6194 @chapter Operating on fields
6196 @menu
6197 * cut invocation::              Print selected parts of lines.
6198 * paste invocation::            Merge lines of files.
6199 * join invocation::             Join lines on a common field.
6200 @end menu
6203 @node cut invocation
6204 @section @command{cut}: Print selected parts of lines
6206 @pindex cut
6207 @command{cut} writes to standard output selected parts of each line of each
6208 input file, or standard input if no files are given or for a file name of
6209 @samp{-}.  Synopsis:
6211 @example
6212 cut @var{option}@dots{} [@var{file}]@dots{}
6213 @end example
6215 In the table which follows, the @var{byte-list}, @var{character-list},
6216 and @var{field-list} are one or more numbers or ranges (two numbers
6217 separated by a dash) separated by commas.  Bytes, characters, and
6218 fields are numbered starting at 1.  Incomplete ranges may be
6219 given: @option{-@var{m}} means @samp{1-@var{m}}; @samp{@var{n}-} means
6220 @samp{@var{n}} through end of line or last field.  The list elements
6221 can be repeated, can overlap, and can be specified in any order; but
6222 the selected input is written in the same order that it is read, and
6223 is written exactly once.
6225 The program accepts the following options.  Also see @ref{Common
6226 options}.
6228 @table @samp
6230 @item -b @var{byte-list}
6231 @itemx --bytes=@var{byte-list}
6232 @opindex -b
6233 @opindex --bytes
6234 Select for printing only the bytes in positions listed in
6235 @var{byte-list}.  Tabs and backspaces are treated like any other
6236 character; they take up 1 byte.  If an output delimiter is specified,
6237 (see the description of @option{--output-delimiter}), then output that
6238 string between ranges of selected bytes.
6240 @item -c @var{character-list}
6241 @itemx --characters=@var{character-list}
6242 @opindex -c
6243 @opindex --characters
6244 Select for printing only the characters in positions listed in
6245 @var{character-list}.  The same as @option{-b} for now, but
6246 internationalization will change that.  Tabs and backspaces are
6247 treated like any other character; they take up 1 character.  If an
6248 output delimiter is specified, (see the description of
6249 @option{--output-delimiter}), then output that string between ranges
6250 of selected bytes.
6252 @item -f @var{field-list}
6253 @itemx --fields=@var{field-list}
6254 @opindex -f
6255 @opindex --fields
6256 Select for printing only the fields listed in @var{field-list}.
6257 Fields are separated by a TAB character by default.  Also print any
6258 line that contains no delimiter character, unless the
6259 @option{--only-delimited} (@option{-s}) option is specified.
6261 Note @command{awk} supports more sophisticated field processing,
6262 like reordering fields, and handling fields aligned with blank characters.
6263 By default @command{awk} uses (and discards) runs of blank characters
6264 to separate fields, and ignores leading and trailing blanks.
6265 @example
6266 @verbatim
6267 awk '{print $2}'      # print the second field
6268 awk '{print $(NF-1)}' # print the penultimate field
6269 awk '{print $2,$1}'   # reorder the first two fields
6270 @end verbatim
6271 @end example
6272 Note while @command{cut} accepts field specifications in
6273 arbitrary order, output is always in the order encountered in the file.
6275 In the unlikely event that @command{awk} is unavailable,
6276 one can use the @command{join} command, to process blank
6277 characters as @command{awk} does above.
6278 @example
6279 @verbatim
6280 join -a1 -o 1.2     - /dev/null # print the second field
6281 join -a1 -o 1.2,1.1 - /dev/null # reorder the first two fields
6282 @end verbatim
6283 @end example
6285 @item -d @var{input_delim_byte}
6286 @itemx --delimiter=@var{input_delim_byte}
6287 @opindex -d
6288 @opindex --delimiter
6289 With @option{-f}, use the first byte of @var{input_delim_byte} as
6290 the input fields separator (default is TAB).
6292 @item -n
6293 @opindex -n
6294 Do not split multi-byte characters (no-op for now).
6296 @item -s
6297 @itemx --only-delimited
6298 @opindex -s
6299 @opindex --only-delimited
6300 For @option{-f}, do not print lines that do not contain the field separator
6301 character.  Normally, any line without a field separator is printed verbatim.
6303 @item --output-delimiter=@var{output_delim_string}
6304 @opindex --output-delimiter
6305 With @option{-f}, output fields are separated by @var{output_delim_string}.
6306 The default with @option{-f} is to use the input delimiter.
6307 When using @option{-b} or @option{-c} to select ranges of byte or
6308 character offsets (as opposed to ranges of fields),
6309 output @var{output_delim_string} between non-overlapping
6310 ranges of selected bytes.
6312 @item --complement
6313 @opindex --complement
6314 This option is a GNU extension.
6315 Select for printing the complement of the bytes, characters or fields
6316 selected with the @option{-b}, @option{-c} or @option{-f} options.
6317 In other words, do @emph{not} print the bytes, characters or fields
6318 specified via those options.  This option is useful when you have
6319 many fields and want to print all but a few of them.
6321 @optZeroTerminated
6323 @end table
6325 @exitstatus
6328 @node paste invocation
6329 @section @command{paste}: Merge lines of files
6331 @pindex paste
6332 @cindex merging files
6334 @command{paste} writes to standard output lines consisting of sequentially
6335 corresponding lines of each given file, separated by a TAB character.
6336 Standard input is used for a file name of @samp{-} or if no input files
6337 are given.
6339 Synopsis:
6341 @example
6342 paste [@var{option}]@dots{} [@var{file}]@dots{}
6343 @end example
6345 For example, with:
6346 @example
6347 $ cat num2
6350 $ cat let3
6354 @end example
6356 Take lines sequentially from each file:
6357 @example
6358 $ paste num2 let3
6359 1       a
6360 2       b
6361        @ c
6362 @end example
6364 Duplicate lines from a file:
6365 @example
6366 $ paste num2 let3 num2
6367 1       a      1
6368 2       b      2
6369        @ c
6370 @end example
6372 Intermix lines from standard input:
6373 @example
6374 $ paste - let3 - < num2
6375 1       a      2
6376        @ b
6377        @ c
6378 @end example
6380 Join consecutive lines with a space:
6381 @example
6382 $ seq 4 | paste -d ' ' - -
6383 1 2
6384 3 4
6385 @end example
6387 The program accepts the following options.  Also see @ref{Common options}.
6389 @table @samp
6391 @item -s
6392 @itemx --serial
6393 @opindex -s
6394 @opindex --serial
6395 Paste the lines of one file at a time rather than one line from each
6396 file.  Using the above example data:
6398 @example
6399 $ paste -s num2 let3
6400 1       2
6401 a       b       c
6402 @end example
6404 @item -d @var{delim-list}
6405 @itemx --delimiters=@var{delim-list}
6406 @opindex -d
6407 @opindex --delimiters
6408 Consecutively use the characters in @var{delim-list} instead of
6409 TAB to separate merged lines.  When @var{delim-list} is
6410 exhausted, start again at its beginning.  Using the above example data:
6412 @example
6413 $ paste -d '%_' num2 let3 num2
6414 1%a_1
6415 2%b_2
6417 @end example
6419 @optZeroTerminated
6421 @end table
6423 @exitstatus
6426 @node join invocation
6427 @section @command{join}: Join lines on a common field
6429 @pindex join
6430 @cindex common field, joining on
6432 @command{join} writes to standard output a line for each pair of input
6433 lines that have identical join fields.  Synopsis:
6435 @example
6436 join [@var{option}]@dots{} @var{file1} @var{file2}
6437 @end example
6439 Either @var{file1} or @var{file2} (but not both) can be @samp{-},
6440 meaning standard input.  @var{file1} and @var{file2} should be
6441 sorted on the join fields.
6443 @example
6444 @group
6445 $ cat file1
6446 a 1
6447 b 2
6448 e 5
6450 $ cat file2
6451 a X
6452 e Y
6453 f Z
6455 $ join file1 file2
6456 a 1 X
6457 e 5 Y
6458 @end group
6459 @end example
6462 @noindent
6463 @command{join}'s default behavior (when no options are given):
6464 @itemize
6465 @item the join field is the first field in each line;
6466 @item fields in the input are separated by one or more blanks, with leading
6467 blanks on the line ignored;
6468 @item fields in the output are separated by a space;
6469 @item each output line consists of the join field, the remaining
6470 fields from @var{file1}, then the remaining fields from @var{file2}.
6471 @end itemize
6474 @menu
6475 * General options in join::      Options which affect general program behavior.
6476 * Sorting files for join::       Using @command{sort} before @command{join}.
6477 * Working with fields::          Joining on different fields.
6478 * Paired and unpaired lines::    Controlling @command{join}'s field matching.
6479 * Header lines::                 Working with header lines in files.
6480 * Set operations::               Union, Intersection and Difference of files.
6481 @end menu
6483 @node General options in join
6484 @subsection General options
6485 The program accepts the following options.  Also see @ref{Common options}.
6487 @table @samp
6489 @item -a @var{file-number}
6490 @opindex -a
6491 Print a line for each unpairable line in file @var{file-number} (either
6492 @samp{1} or @samp{2}), in addition to the normal output.
6494 @item --check-order
6495 Fail with an error message if either input file is wrongly ordered.
6497 @item --nocheck-order
6498 Do not check that both input files are in sorted order.  This is the default.
6500 @item -e @var{string}
6501 @opindex -e
6502 Replace those output fields that are missing in the input with @var{string}.
6503 I.e., missing fields specified with the @option{-12jo} options.
6505 @item --header
6506 @opindex --header
6507 Treat the first line of each input file as a header line.  The header lines
6508 will be joined and printed as the first output line.  If @option{-o} is used to
6509 specify output format, the header line will be printed according to the
6510 specified format.  The header lines will not be checked for ordering even if
6511 @option{--check-order} is specified.  Also if the header lines from each file
6512 do not match, the heading fields from the first file will be used.
6514 @item -i
6515 @itemx --ignore-case
6516 @opindex -i
6517 @opindex --ignore-case
6518 Ignore differences in case when comparing keys.
6519 With this option, the lines of the input files must be ordered in the same way.
6520 Use @samp{sort -f} to produce this ordering.
6522 @item -1 @var{field}
6523 @opindex -1
6524 Join on field @var{field} (a positive integer) of file 1.
6526 @item -2 @var{field}
6527 @opindex -2
6528 Join on field @var{field} (a positive integer) of file 2.
6530 @item -j @var{field}
6531 Equivalent to @option{-1 @var{field} -2 @var{field}}.
6533 @item -o @var{field-list}
6534 @itemx -o auto
6535 If the keyword @samp{auto} is specified, infer the output format from
6536 the first line in each file.  This is the same as the default output format
6537 but also ensures the same number of fields are output for each line.
6538 Missing fields are replaced with the @option{-e} option and extra fields
6539 are discarded.
6541 Otherwise, construct each output line according to the format in
6542 @var{field-list}.  Each element in @var{field-list} is either the single
6543 character @samp{0} or has the form @var{m.n} where the file number, @var{m},
6544 is @samp{1} or @samp{2} and @var{n} is a positive field number.
6546 A field specification of @samp{0} denotes the join field.
6547 In most cases, the functionality of the @samp{0} field spec
6548 may be reproduced using the explicit @var{m.n} that corresponds
6549 to the join field.  However, when printing unpairable lines
6550 (using either of the @option{-a} or @option{-v} options), there is no way
6551 to specify the join field using @var{m.n} in @var{field-list}
6552 if there are unpairable lines in both files.
6553 To give @command{join} that functionality, POSIX invented the @samp{0}
6554 field specification notation.
6556 The elements in @var{field-list}
6557 are separated by commas or blanks.
6558 Blank separators typically need to be quoted for the shell.  For
6559 example, the commands @samp{join -o 1.2,2.2} and @samp{join -o '1.2
6560 2.2'} are equivalent.
6562 All output lines -- including those printed because of any @option{-a}
6563 or @option{-v} option -- are subject to the specified @var{field-list}.
6565 @item -t @var{char}
6566 Use character @var{char} as the input and output field separator.
6567 Treat as significant each occurrence of @var{char} in the input file.
6568 Use @samp{sort -t @var{char}}, without the @option{-b} option of
6569 @samp{sort}, to produce this ordering.  If @samp{join -t ''} is specified,
6570 the whole line is considered, matching the default operation of sort.
6571 If @samp{-t '\0'} is specified then the ASCII NUL
6572 character is used to delimit the fields.
6574 @item -v @var{file-number}
6575 Print a line for each unpairable line in file @var{file-number}
6576 (either @samp{1} or @samp{2}), instead of the normal output.
6578 @optZeroTerminated
6579 @newlineFieldSeparator
6581 @end table
6583 @exitstatus
6585 @set JOIN_COMMAND
6586 @checkOrderOption{join}
6587 @clear JOIN_COMMAND
6591 @node Sorting files for join
6592 @subsection Pre-sorting
6594 @command{join} requires sorted input files. Each input file should be
6595 sorted according to the key (=field/column number) used in
6596 @command{join}. The recommended sorting option is @samp{sort -k 1b,1}
6597 (assuming the desired key is in the first column).
6599 @noindent Typical usage:
6600 @example
6601 @group
6602 $ sort -k 1b,1 file1 > file1.sorted
6603 $ sort -k 1b,1 file2 > file2.sorted
6604 $ join file1.sorted file2.sorted > file3
6605 @end group
6606 @end example
6608 @vindex LC_COLLATE
6609 Normally, the sort order is that of the
6610 collating sequence specified by the @env{LC_COLLATE} locale.  Unless
6611 the @option{-t} option is given, the sort comparison ignores blanks at
6612 the start of the join field, as in @code{sort -b}.  If the
6613 @option{--ignore-case} option is given, the sort comparison ignores
6614 the case of characters in the join field, as in @code{sort -f}:
6616 @example
6617 @group
6618 $ sort -k 1bf,1 file1 > file1.sorted
6619 $ sort -k 1bf,1 file2 > file2.sorted
6620 $ join --ignore-case file1.sorted file2.sorted > file3
6621 @end group
6622 @end example
6624 The @command{sort} and @command{join} commands should use consistent
6625 locales and options if the output of @command{sort} is fed to
6626 @command{join}.  You can use a command like @samp{sort -k 1b,1} to
6627 sort a file on its default join field, but if you select a non-default
6628 locale, join field, separator, or comparison options, then you should
6629 do so consistently between @command{join} and @command{sort}.
6631 @noindent To avoid any locale-related issues, it is recommended to use the
6632 @samp{C} locale for both commands:
6634 @example
6635 @group
6636 $ LC_ALL=C sort -k 1b,1 file1 > file1.sorted
6637 $ LC_ALL=C sort -k 1b,1 file2 > file2.sorted
6638 $ LC_ALL=C join file1.sorted file2.sorted > file3
6639 @end group
6640 @end example
6643 @node Working with fields
6644 @subsection Working with fields
6646 Use @option{-1},@option{-2} to set the key fields for each of the input files.
6647 Ensure the preceding @command{sort} commands operated on the same fields.
6649 @noindent
6650 The following example joins two files, using the values from seventh field
6651 of the first file and the third field of the second file:
6653 @example
6654 @group
6655 $ sort -k 7b,7 file1 > file1.sorted
6656 $ sort -k 3b,3 file2 > file2.sorted
6657 $ join -1 7 -2 3 file1.sorted file2.sorted > file3
6658 @end group
6659 @end example
6661 @noindent
6662 If the field number is the same for both files, use @option{-j}:
6664 @example
6665 @group
6666 $ sort -k4b,4 file1 > file1.sorted
6667 $ sort -k4b,4 file2 > file2.sorted
6668 $ join -j4    file1.sorted file2.sorted > file3
6669 @end group
6670 @end example
6672 @noindent
6673 Both @command{sort} and @command{join} operate of whitespace-delimited
6674 fields. To specify a different delimiter, use @option{-t} in @emph{both}:
6676 @example
6677 @group
6678 $ sort -t, -k3b,3 file1 > file1.sorted
6679 $ sort -t, -k3b,3 file2 > file2.sorted
6680 $ join -t, -j3    file1.sorted file2.sorted > file3
6681 @end group
6682 @end example
6684 @noindent
6685 To specify a tab (@sc{ascii} 0x09) character instead of whitespace,
6686 use:@footnote{the @code{$'\t'} is supported in most modern shells.
6687 For older shells, use a literal tab.}
6689 @example
6690 @group
6691 $ sort -t$'\t' -k3b,3 file1 > file1.sorted
6692 $ sort -t$'\t' -k3b,3 file2 > file2.sorted
6693 $ join -t$'\t' -j3    file1.sorted file2.sorted > file3
6694 @end group
6695 @end example
6698 @noindent
6699 If @samp{join -t ''} is specified then the whole line is considered which
6700 matches the default operation of sort:
6702 @example
6703 @group
6704 $ sort file1 > file1.sorted
6705 $ sort file2 > file2.sorted
6706 $ join -t '' file1.sorted file2.sorted > file3
6707 @end group
6708 @end example
6711 @node Paired and unpaired lines
6712 @subsection Controlling @command{join}'s field matching
6714 In this section the @command{sort} commands are omitted for brevity.
6715 Sorting the files before joining is still required.
6717 @command{join}'s default behavior is to print only lines common to
6718 both input files. Use @option{-a} and @option{-v} to print unpairable lines
6719 from one or both files.
6721 @noindent
6722 All examples below use the following two (pre-sorted) input files:
6724 @multitable @columnfractions .5 .5
6725 @item
6726 @example
6727 $ cat file1
6728 a 1
6729 b 2
6730 @end example
6732 @tab
6733 @example
6734 $ cat file2
6735 a A
6736 c C
6737 @end example
6738 @end multitable
6741 @c TODO: Find better column widths that work for both HTML and PDF
6742 @c       and disable indentation of @example.
6743 @multitable @columnfractions 0.5 0.5
6745 @headitem Command @tab Outcome
6748 @item
6749 @example
6750 $ join file1 file2
6751 a 1 A
6752 @end example
6753 @tab
6754 common lines
6755 (@emph{intersection})
6759 @item
6760 @example
6761 $ join -a 1 file1 file2
6762 a 1 A
6763 b 2
6764 @end example
6765 @tab
6766 common lines @emph{and} unpaired
6767 lines from the first file
6770 @item
6771 @example
6772 $ join -a 2 file1 file2
6773 a 1 A
6774 c C
6775 @end example
6776 @tab
6777 common lines @emph{and} unpaired lines from the second file
6780 @item
6781 @example
6782 $ join -a 1 -a 2 file1 file2
6783 a 1 A
6784 b 2
6785 c C
6786 @end example
6787 @tab
6788 all lines (paired and unpaired) from both files
6789 (@emph{union}).
6791 see note below regarding @code{-o auto}.
6794 @item
6795 @example
6796 $ join -v 1 file1 file2
6797 b 2
6798 @end example
6799 @tab
6800 unpaired lines from the first file
6801 (@emph{difference})
6804 @item
6805 @example
6806 $ join -v 2 file1 file2
6807 c C
6808 @end example
6809 @tab
6810 unpaired lines from the second file
6811 (@emph{difference})
6814 @item
6815 @example
6816 $ join -v 1 -v 2 file1 file2
6817 b 2
6818 c C
6819 @end example
6820 @tab
6821 unpaired lines from both files, omitting common lines
6822 (@emph{symmetric difference}).
6825 @end multitable
6827 @noindent
6828 The @option{-o auto -e X} options are useful when dealing with unpaired lines.
6829 The following example prints all lines (common and unpaired) from both files.
6830 Without @option{-o auto} it is not easy to discern which fields originate from
6831 which file:
6833 @example
6834 $ join -a 1 -a 2 file1 file2
6835 a 1 A
6836 b 2
6837 c C
6839 $ join -o auto -e X -a 1 -a 2 file1 file2
6840 a 1 A
6841 b 2 X
6842 c X C
6843 @end example
6846 If the input has no unpairable lines, a GNU extension is
6847 available; the sort order can be any order that considers two fields
6848 to be equal if and only if the sort comparison described above
6849 considers them to be equal.  For example:
6851 @example
6852 @group
6853 $ cat file1
6854 a a1
6855 c c1
6856 b b1
6858 $ cat file2
6859 a a2
6860 c c2
6861 b b2
6863 $ join file1 file2
6864 a a1 a2
6865 c c1 c2
6866 b b1 b2
6867 @end group
6868 @end example
6871 @node Header lines
6872 @subsection Header lines
6874 The @option{--header} option can be used when the files to join
6875 have a header line which is not sorted:
6877 @example
6878 @group
6879 $ cat file1
6880 Name     Age
6881 Alice    25
6882 Charlie  34
6884 $ cat file2
6885 Name   Country
6886 Alice  France
6887 Bob    Spain
6889 $ join --header -o auto -e NA -a1 -a2 file1 file2
6890 Name     Age   Country
6891 Alice    25    France
6892 Bob      NA    Spain
6893 Charlie  34    NA
6894 @end group
6895 @end example
6898 To sort a file with a header line, use GNU @command{sed -u}.
6899 The following example sort the files but keeps the first line of each
6900 file in place:
6902 @example
6903 @group
6904 $ ( sed -u 1q ; sort -k2b,2 ) < file1 > file1.sorted
6905 $ ( sed -u 1q ; sort -k2b,2 ) < file2 > file2.sorted
6906 $ join --header -o auto -e NA -a1 -a2 file1.sorted file2.sorted > file3
6907 @end group
6908 @end example
6910 @node Set operations
6911 @subsection Union, Intersection and Difference of files
6913 Combine @command{sort}, @command{uniq} and @command{join} to
6914 perform the equivalent of set operations on files:
6916 @c From https://www.pixelbeat.org/cmdline.html#sets
6917 @multitable @columnfractions 0.5 0.5
6918 @headitem Command @tab outcome
6919 @item @code{sort -u file1 file2}
6920 @tab Union of unsorted files
6922 @item @code{sort file1 file2 | uniq -d}
6923 @tab Intersection of unsorted files
6925 @item @code{sort file1 file1 file2 | uniq -u}
6926 @tab Difference of unsorted files
6928 @item @code{sort file1 file2 | uniq -u}
6929 @tab Symmetric Difference of unsorted files
6931 @item @code{join -t '' -a1 -a2 file1 file2}
6932 @tab Union of sorted files
6934 @item @code{join -t '' file1 file2}
6935 @tab Intersection of sorted files
6937 @item @code{join -t '' -v2 file1 file2}
6938 @tab Difference of sorted files
6940 @item @code{join -t '' -v1 -v2 file1 file2}
6941 @tab Symmetric Difference of sorted files
6943 @end multitable
6945 All examples above operate on entire lines and not on specific fields:
6946 @command{sort} without @option{-k} and @command{join -t ''} both consider
6947 entire lines as the key.
6950 @node Operating on characters
6951 @chapter Operating on characters
6953 @cindex operating on characters
6955 These commands operate on individual characters.
6957 @menu
6958 * tr invocation::               Translate, squeeze, and/or delete characters.
6959 * expand invocation::           Convert tabs to spaces.
6960 * unexpand invocation::         Convert spaces to tabs.
6961 @end menu
6964 @node tr invocation
6965 @section @command{tr}: Translate, squeeze, and/or delete characters
6967 @pindex tr
6969 Synopsis:
6971 @example
6972 tr [@var{option}]@dots{} @var{string1} [@var{string2}]
6973 @end example
6975 @command{tr} copies standard input to standard output, performing
6976 one of the following operations:
6978 @itemize @bullet
6979 @item
6980 translate, and optionally squeeze repeated characters in the result,
6981 @item
6982 squeeze repeated characters,
6983 @item
6984 delete characters,
6985 @item
6986 delete characters, then squeeze repeated characters from the result.
6987 @end itemize
6989 The @var{string1} and @var{string2} operands define arrays of
6990 characters @var{array1} and @var{array2}.  By default @var{array1}
6991 lists input characters that @command{tr} operates on, and @var{array2}
6992 lists corresponding translations.  In some cases the second operand is
6993 omitted.
6995 The program accepts the following options.  Also see @ref{Common options}.
6996 Options must precede operands.
6998 @table @samp
7000 @item -c
7001 @itemx -C
7002 @itemx --complement
7003 @opindex -c
7004 @opindex -C
7005 @opindex --complement
7006 Instead of @var{array1}, use its complement (all characters not
7007 specified by @var{string1}), in ascending order.  Use this option with
7008 caution in multibyte locales where its meaning is not always clear
7009 or portable; see @ref{Character arrays}.
7011 @item -d
7012 @itemx --delete
7013 @opindex -d
7014 @opindex --delete
7015 Delete characters in @var{array1}; do not translate.
7017 @item -s
7018 @itemx --squeeze-repeats
7019 @opindex -s
7020 @opindex --squeeze-repeats
7021 Replace each sequence of a repeated character that is listed in
7022 the last specified @var{array}, with a single occurrence of that character.
7024 @item -t
7025 @itemx --truncate-set1
7026 @opindex -t
7027 @opindex --truncate-set1
7028 Truncate @var{array1} to the length of @var{array2}.
7030 @end table
7033 @exitstatus
7035 @menu
7036 * Character arrays::            Specifying arrays of characters.
7037 * Translating::                 Changing characters to other characters.
7038 * Squeezing and deleting::      Removing characters.
7039 @end menu
7042 @node Character arrays
7043 @subsection Specifying arrays of characters
7045 @cindex arrays of characters in @command{tr}
7047 The @var{string1} and @var{string2} operands are not regular
7048 expressions, even though they may look similar.  Instead, they
7049 merely represent arrays of characters.  As a GNU extension to POSIX,
7050 an empty string operand represents an empty array of characters.
7052 The interpretation of @var{string1} and @var{string2} depends on locale.
7053 GNU @command{tr} fully supports only safe single-byte locales,
7054 where each possible input byte represents a single character.
7055 Unfortunately, this means GNU @command{tr} will not handle commands
7056 like @samp{tr @"o @L{}} the way you might expect,
7057 since (assuming a UTF-8 encoding) this is equivalent to
7058 @samp{tr '\303\266' '\305\201'} and GNU @command{tr} will
7059 simply transliterate all @samp{\303} bytes to @samp{\305} bytes, etc.
7060 POSIX does not clearly specify the behavior of @command{tr} in locales
7061 where characters are represented by byte sequences instead of by
7062 individual bytes, or where data might contain invalid bytes that are
7063 encoding errors.  To avoid problems in this area, you can run
7064 @command{tr} in a safe single-byte locale by using a shell command
7065 like @samp{LC_ALL=C tr} instead of plain @command{tr}.
7067 Although most characters simply represent themselves in @var{string1}
7068 and @var{string2}, the strings can contain shorthands listed below,
7069 for convenience.  Some shorthands can be used only in @var{string1} or
7070 @var{string2}, as noted below.
7072 @table @asis
7074 @item Backslash escapes
7075 @cindex backslash escapes
7077 The following backslash escape sequences are recognized:
7079 @table @samp
7080 @item \a
7081 Bell (BEL, Control-G).
7082 @item \b
7083 Backspace (BS, Control-H).
7084 @item \f
7085 Form feed (FF, Control-L).
7086 @item \n
7087 Newline (LF, Control-J).
7088 @item \r
7089 Carriage return (CR, Control-M).
7090 @item \t
7091 Tab (HT, Control-I).
7092 @item \v
7093 Vertical tab (VT, Control-K).
7094 @item \@var{ooo}
7095 The eight-bit byte with the value given by @var{ooo}, which is the longest
7096 sequence of one to three octal digits following the backslash.
7097 For portability, @var{ooo} should represent a value that fits in eight bits.
7098 As a GNU extension to POSIX, if the value would not fit, then only the
7099 first two digits of @var{ooo} are used, e.g., @samp{\400}
7100 is equivalent to @samp{\0400} and represents a two-byte sequence.
7101 @item \\
7102 A backslash.
7103 @end table
7105 It is an error if no character follows an unescaped backslash.
7106 As a GNU extension, a backslash followed by a character not listed
7107 above is interpreted as that character, removing any special
7108 significance; this can be used to escape the characters
7109 @samp{[} and @samp{-} when they would otherwise be special.
7111 @item Ranges
7112 @cindex ranges
7114 The notation @samp{@var{m}-@var{n}} expands to the characters
7115 from @var{m} through @var{n}, in ascending order.  @var{m} should
7116 not collate after @var{n}; if it does, an error results.  As an example,
7117 @samp{0-9} is the same as @samp{0123456789}.
7119 GNU @command{tr} does not support the System V syntax that uses square
7120 brackets to enclose ranges.  Translations specified in that format
7121 sometimes work as expected, since the brackets are often transliterated
7122 to themselves.  However, they should be avoided because they sometimes
7123 behave unexpectedly.  For example, @samp{tr -d '[0-9]'} deletes brackets
7124 as well as digits.
7126 Many historically common and even accepted uses of ranges are not fully
7127 portable.  For example, on EBCDIC hosts using the @samp{A-Z}
7128 range will not do what most would expect because @samp{A} through @samp{Z}
7129 are not contiguous as they are in ASCII@.
7130 One way to work around this is to use character classes (see below).
7131 Otherwise, it is most portable (and most ugly) to enumerate the members
7132 of the ranges.
7134 @item Repeated characters
7135 @cindex repeated characters
7137 The notation @samp{[@var{c}*@var{n}]} in @var{string2} expands to @var{n}
7138 copies of character @var{c}.  Thus, @samp{[y*6]} is the same as
7139 @samp{yyyyyy}.  The notation @samp{[@var{c}*]} in @var{string2} expands
7140 to as many copies of @var{c} as are needed to make @var{array2} as long as
7141 @var{array1}.  If @var{n} begins with @samp{0}, it is interpreted in
7142 octal, otherwise in decimal.  A zero-valued @var{n} is treated as if
7143 it were absent.
7145 @item Character classes
7146 @cindex character classes
7148 The notation @samp{[:@var{class}:]} expands to all characters in
7149 the (predefined) class @var{class}.  When the @option{--delete} (@option{-d})
7150 and @option{--squeeze-repeats} (@option{-s}) options are both given, any
7151 character class can be used in @var{string2}.  Otherwise, only the
7152 character classes @code{lower} and @code{upper} are accepted in
7153 @var{string2}, and then only if the corresponding character class
7154 (@code{upper} and @code{lower}, respectively) is specified in the same
7155 relative position in @var{string1}.  Doing this specifies case conversion.
7156 Except for case conversion, a class's characters appear in no particular order.
7157 The class names are given below; an error results when an invalid class
7158 name is given.
7160 @table @code
7161 @item alnum
7162 @opindex alnum
7163 Letters and digits.
7164 @item alpha
7165 @opindex alpha
7166 Letters.
7167 @item blank
7168 @opindex blank
7169 Horizontal whitespace.
7170 @item cntrl
7171 @opindex cntrl
7172 Control characters.
7173 @item digit
7174 @opindex digit
7175 Digits.
7176 @item graph
7177 @opindex graph
7178 Printable characters, not including space.
7179 @item lower
7180 @opindex lower
7181 Lowercase letters.
7182 @item print
7183 @opindex print
7184 Printable characters, including space.
7185 @item punct
7186 @opindex punct
7187 Punctuation characters.
7188 @item space
7189 @opindex space
7190 Horizontal or vertical whitespace.
7191 @item upper
7192 @opindex upper
7193 Uppercase letters.
7194 @item xdigit
7195 @opindex xdigit
7196 Hexadecimal digits.
7197 @end table
7199 @item Equivalence classes
7200 @cindex equivalence classes
7202 The syntax @samp{[=@var{c}=]} expands to all characters equivalent to
7203 @var{c}, in no particular order.  These equivalence classes are
7204 allowed in @var{string2} only when @option{--delete} (@option{-d}) and
7205 @option{--squeeze-repeats} @option{-s} are both given.
7207 Although equivalence classes are intended to support non-English alphabets,
7208 there seems to be no standard way to define them or determine their
7209 contents.  Therefore, they are not fully implemented in GNU @command{tr};
7210 each character's equivalence class consists only of that character,
7211 which is of no particular use.
7213 @end table
7216 @node Translating
7217 @subsection Translating
7219 @cindex translating characters
7221 @command{tr} performs translation when @var{string1} and @var{string2} are
7222 both given and the @option{--delete} (@option{-d}) option is not given.
7223 @command{tr} translates each character of its input that is in @var{array1}
7224 to the corresponding character in @var{array2}.  Characters not in
7225 @var{array1} are passed through unchanged.
7227 As a GNU extension to POSIX, when a character appears more than once
7228 in @var{array1}, only the final instance is used.  For example, these
7229 two commands are equivalent:
7231 @example
7232 tr aaa xyz
7233 tr a z
7234 @end example
7236 A common use of @command{tr} is to convert lowercase characters to
7237 uppercase.  This can be done in many ways.  Here are three of them:
7239 @example
7240 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
7241 tr a-z A-Z
7242 tr '[:lower:]' '[:upper:]'
7243 @end example
7245 @noindent
7246 However, ranges like @code{a-z} are not portable outside the C locale.
7248 When @command{tr} is performing translation, @var{array1} and @var{array2}
7249 typically have the same length.  If @var{array1} is shorter than
7250 @var{array2}, the extra characters at the end of @var{array2} are ignored.
7252 On the other hand, making @var{array1} longer than @var{array2} is not
7253 portable; POSIX says that the result is undefined.  In this situation,
7254 BSD @command{tr} pads @var{array2} to the length of @var{array1} by repeating
7255 the last character of @var{array2} as many times as necessary.  System V
7256 @command{tr} truncates @var{array1} to the length of @var{array2}.
7258 By default, GNU @command{tr} handles this case like BSD @command{tr}.
7259 When the @option{--truncate-set1} (@option{-t}) option is given,
7260 GNU @command{tr} handles this case like the System V @command{tr}
7261 instead.  This option is ignored for operations other than translation.
7263 Acting like System V @command{tr} in this case breaks the relatively common
7264 BSD idiom:
7266 @example
7267 tr -cs A-Za-z0-9 '\012'
7268 @end example
7270 @noindent
7271 because it converts only zero bytes (the first element in the
7272 complement of @var{array1}), rather than all non-alphanumerics, to
7273 newlines.
7275 @noindent
7276 By the way, the above idiom is not portable because it uses ranges, and
7277 it assumes that the octal code for newline is 012.  Here is a better
7278 way to write it:
7280 @example
7281 tr -cs '[:alnum:]' '[\n*]'
7282 @end example
7285 @node Squeezing and deleting
7286 @subsection Squeezing repeats and deleting
7288 @cindex squeezing repeat characters
7289 @cindex deleting characters
7290 @cindex removing characters
7292 When given just the @option{--delete} (@option{-d}) option, @command{tr}
7293 removes any input characters that are in @var{array1}.
7295 When given just the @option{--squeeze-repeats} (@option{-s}) option
7296 and not translating, @command{tr} replaces each input sequence of a
7297 repeated character that is in @var{array1} with a single occurrence of
7298 that character.
7300 When given both @option{--delete} and @option{--squeeze-repeats}, @command{tr}
7301 first performs any deletions using @var{array1}, then squeezes repeats
7302 from any remaining characters using @var{array2}.
7304 The @option{--squeeze-repeats} option may also be used when translating,
7305 in which case @command{tr} first performs translation, then squeezes
7306 repeats from any remaining characters using @var{array2}.
7308 Here are some examples to illustrate various combinations of options:
7310 @itemize @bullet
7312 @item
7313 Remove all zero bytes:
7315 @example
7316 tr -d '\0'
7317 @end example
7319 @item
7320 Put all words on lines by themselves.  This converts all
7321 non-alphanumeric characters to newlines, then squeezes each string
7322 of repeated newlines into a single newline:
7324 @example
7325 tr -cs '[:alnum:]' '[\n*]'
7326 @end example
7328 @item
7329 Convert each sequence of repeated newlines to a single newline.
7330 I.e., delete empty lines:
7332 @example
7333 tr -s '\n'
7334 @end example
7336 @item
7337 Find doubled occurrences of words in a document.
7338 @c Separate the following two "the"s, so typo checkers don't complain.
7339 For example, people often write ``the @w{}the'' with the repeated words
7340 separated by a newline.  The Bourne shell script below works first
7341 by converting each sequence of punctuation and blank characters to a
7342 single newline.  That puts each ``word'' on a line by itself.
7343 Next it maps all uppercase characters to lower case, and finally it
7344 runs @command{uniq} with the @option{-d} option to print out only the words
7345 that were repeated.
7347 @example
7348 #!/bin/sh
7349 cat -- "$@@" \
7350   | tr -s '[:punct:][:blank:]' '[\n*]' \
7351   | tr '[:upper:]' '[:lower:]' \
7352   | uniq -d
7353 @end example
7355 @item
7356 Deleting a small set of characters is usually straightforward.  For example,
7357 to remove all @samp{a}s, @samp{x}s, and @samp{M}s you would do this:
7359 @example
7360 tr -d axM
7361 @end example
7363 However, when @samp{-} is one of those characters, it can be tricky because
7364 @samp{-} has special meanings.  Performing the same task as above but also
7365 removing all @samp{-} characters, we might try @code{tr -d -axM}, but
7366 that would fail because @command{tr} would try to interpret @option{-a} as
7367 a command-line option.  Alternatively, we could try putting the hyphen
7368 inside the string, @code{tr -d a-xM}, but that wouldn't work either because
7369 it would make @command{tr} interpret @code{a-x} as the range of characters
7370 @samp{a}@dots{}@samp{x} rather than the three.
7371 One way to solve the problem is to put the hyphen at the end of the list
7372 of characters:
7374 @example
7375 tr -d axM-
7376 @end example
7378 Or you can use @samp{--} to terminate option processing:
7380 @example
7381 tr -d -- -axM
7382 @end example
7384 @end itemize
7387 @node expand invocation
7388 @section @command{expand}: Convert tabs to spaces
7390 @pindex expand
7391 @cindex tabs to spaces, converting
7392 @cindex converting tabs to spaces
7394 @command{expand} writes the contents of each given @var{file}, or standard
7395 input if none are given or for a @var{file} of @samp{-}, to standard
7396 output, with tab characters converted to the appropriate number of
7397 spaces.  Synopsis:
7399 @example
7400 expand [@var{option}]@dots{} [@var{file}]@dots{}
7401 @end example
7403 By default, @command{expand} converts all tabs to spaces.  It preserves
7404 backspace characters in the output; they decrement the column count for
7405 tab calculations.  The default action is equivalent to @option{-t 8} (set
7406 tabs every 8 columns).
7408 The program accepts the following options.  Also see @ref{Common options}.
7410 @table @samp
7412 @item -t @var{tab1}[,@var{tab2}]@dots{}
7413 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7414 @opindex -t
7415 @opindex --tabs
7416 @cindex tab stops, setting
7417 If only one tab stop is given, set the tabs @var{tab1} spaces apart
7418 (default is 8).  Otherwise, set the tabs at columns @var{tab1},
7419 @var{tab2}, @dots{} (numbered from 0), and replace any tabs beyond the
7420 last tab stop given with single spaces.
7421 @macro gnuExpandTabs
7422 Tab stops can be separated by blanks as well as by commas.
7424 As a GNU extension the last @var{tab} specified can be prefixed
7425 with a @samp{/} to indicate a tab size to use for remaining positions.
7426 For example, @option{--tabs=2,4,/8} will set tab stops at position 2 and 4,
7427 and every multiple of 8 after that.
7429 Also the last @var{tab} specified can be prefixed with a @samp{+} to indicate
7430 a tab size to use for remaining positions, offset from the final explicitly
7431 specified tab stop.
7432 For example, to ignore the 1 character gutter present in diff output,
7433 one can specify a 1 character offset using @option{--tabs=1,+8},
7434 which will set tab stops at positions 1,9,17,@dots{}
7435 @end macro
7436 @gnuExpandTabs
7439 For compatibility, GNU @command{expand} also accepts the obsolete
7440 option syntax, @option{-@var{t1}[,@var{t2}]@dots{}}.  New scripts
7441 should use @option{-t @var{t1}[,@var{t2}]@dots{}} instead.
7443 @item -i
7444 @itemx --initial
7445 @opindex -i
7446 @opindex --initial
7447 @cindex initial tabs, converting
7448 Only convert initial tabs (those that precede all non-space or non-tab
7449 characters) on each line to spaces.
7451 @end table
7453 @exitstatus
7456 @node unexpand invocation
7457 @section @command{unexpand}: Convert spaces to tabs
7459 @pindex unexpand
7461 @command{unexpand} writes the contents of each given @var{file}, or
7462 standard input if none are given or for a @var{file} of @samp{-}, to
7463 standard output, converting blanks at the beginning of each line into
7464 as many tab characters as needed.  In the default POSIX
7465 locale, a @dfn{blank} is a space or a tab; other locales may specify
7466 additional blank characters.  Synopsis:
7468 @example
7469 unexpand [@var{option}]@dots{} [@var{file}]@dots{}
7470 @end example
7472 By default, @command{unexpand} converts only initial blanks (those
7473 that precede all non-blank characters) on each line.  It
7474 preserves backspace characters in the output; they decrement the column
7475 count for tab calculations.  By default, tabs are set at every 8th
7476 column.
7478 The program accepts the following options.  Also see @ref{Common options}.
7480 @table @samp
7482 @item -t @var{tab1}[,@var{tab2}]@dots{}
7483 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7484 @opindex -t
7485 @opindex --tabs
7486 If only one tab stop is given, set the tabs @var{tab1} columns apart
7487 instead of the default 8.  Otherwise, set the tabs at columns
7488 @var{tab1}, @var{tab2}, @dots{} (numbered from 0), and leave blanks
7489 beyond the tab stops given unchanged.
7490 @gnuExpandTabs
7492 This option implies the @option{-a} option.
7494 For compatibility, GNU @command{unexpand} supports the obsolete option syntax,
7495 @option{-@var{tab1}[,@var{tab2}]@dots{}}, where tab stops must be
7496 separated by commas.  (Unlike @option{-t}, this obsolete option does
7497 not imply @option{-a}.)  New scripts should use @option{--first-only -t
7498 @var{tab1}[,@var{tab2}]@dots{}} instead.
7500 @item -a
7501 @itemx --all
7502 @opindex -a
7503 @opindex --all
7504 Also convert all sequences of two or more blanks just before a tab stop,
7505 even if they occur after non-blank characters in a line.
7507 @end table
7509 @exitstatus
7512 @node Directory listing
7513 @chapter Directory listing
7515 This chapter describes the @command{ls} command and its variants @command{dir}
7516 and @command{vdir}, which list information about files.
7518 @menu
7519 * ls invocation::               List directory contents.
7520 * dir invocation::              Briefly ls.
7521 * vdir invocation::             Verbosely ls.
7522 * dircolors invocation::        Color setup for ls, etc.
7523 @end menu
7526 @node ls invocation
7527 @section @command{ls}: List directory contents
7529 @pindex ls
7530 @cindex directory listing
7532 The @command{ls} program lists information about files (of any type,
7533 including directories).  Options and file arguments can be intermixed
7534 arbitrarily, as usual.  Later options override earlier options that
7535 are incompatible.
7537 For non-option command-line arguments that are directories, by default
7538 @command{ls} lists the contents of directories, not recursively, and
7539 omitting files with names beginning with @samp{.}.  For other non-option
7540 arguments, by default @command{ls} lists just the file name.  If no
7541 non-option argument is specified, @command{ls} operates on the current
7542 directory, acting as if it had been invoked with a single argument of @samp{.}.
7544 @vindex LC_ALL
7545 By default, the output is sorted alphabetically, according to the locale
7546 settings in effect.@footnote{If you use a non-POSIX
7547 locale (e.g., by setting @env{LC_ALL} to @samp{en_US}), then @command{ls} may
7548 produce output that is sorted differently than you're accustomed to.
7549 In that case, set the @env{LC_ALL} environment variable to @samp{C}.}
7550 If standard output is
7551 a terminal, the output is in columns (sorted vertically) and control
7552 characters are output as question marks; otherwise, the output is listed
7553 one per line and control characters are output as-is.
7555 Because @command{ls} is such a fundamental program, it has accumulated many
7556 options over the years.  They are described in the subsections below;
7557 within each section, options are listed alphabetically (ignoring case).
7558 The division of options into the subsections is not absolute, since some
7559 options affect more than one aspect of @command{ls}'s operation.
7561 @cindex exit status of @command{ls}
7562 Exit status:
7564 @display
7565 0 success
7566 1 minor problems  (e.g., failure to access a file or directory not
7567   specified as a command line argument.  This happens when listing a
7568   directory in which entries are actively being removed or renamed.)
7569 2 serious trouble (e.g., memory exhausted, invalid option, failure
7570   to access a file or directory specified as a command line argument
7571   or a directory loop)
7572 @end display
7574 Also see @ref{Common options}.
7576 @menu
7577 * Which files are listed::
7578 * What information is listed::
7579 * Sorting the output::
7580 * General output formatting::
7581 * Formatting file timestamps::
7582 * Formatting the file names::
7583 @end menu
7586 @node Which files are listed
7587 @subsection Which files are listed
7589 These options determine which files @command{ls} lists information for.
7590 By default, @command{ls} lists files and the contents of any
7591 directories on the command line, except that in directories it ignores
7592 files whose names start with @samp{.}.
7594 @table @samp
7596 @item -a
7597 @itemx --all
7598 @opindex -a
7599 @opindex --all
7600 In directories, do not ignore file names that start with @samp{.}.
7602 @item -A
7603 @itemx --almost-all
7604 @opindex -A
7605 @opindex --almost-all
7606 In directories, do not ignore all file names that start with @samp{.};
7607 ignore only @file{.} and @file{..}.  The @option{--all} (@option{-a})
7608 option overrides this option.
7610 @item -B
7611 @itemx --ignore-backups
7612 @opindex -B
7613 @opindex --ignore-backups
7614 @cindex backup files, ignoring
7615 In directories, ignore files that end with @samp{~}.  This option is
7616 equivalent to @samp{--ignore='*~' --ignore='.*~'}.
7618 @item -d
7619 @itemx --directory
7620 @opindex -d
7621 @opindex --directory
7622 List just the names of directories, as with other types of files, rather
7623 than listing their contents.
7624 @c The following sentence is the same as the one for -F.
7625 Do not follow symbolic links listed on the
7626 command line unless the @option{--dereference-command-line} (@option{-H}),
7627 @option{--dereference} (@option{-L}), or
7628 @option{--dereference-command-line-symlink-to-dir} options are specified.
7630 @item -H
7631 @itemx --dereference-command-line
7632 @opindex -H
7633 @opindex --dereference-command-line
7634 @cindex symbolic links, dereferencing
7635 If a command line argument specifies a symbolic link, show information
7636 for the file the link references rather than for the link itself.
7638 @item --dereference-command-line-symlink-to-dir
7639 @opindex --dereference-command-line-symlink-to-dir
7640 @cindex symbolic links, dereferencing
7641 Do not dereference symbolic links, with one exception:
7642 if a command line argument specifies a symbolic link that refers to
7643 a directory, show information for that directory rather than for the
7644 link itself.
7645 This is the default behavior unless long format is being used
7646 or any of the following options is in effect:
7647 @option{--classify} (@option{-F}),
7648 @option{--directory} (@option{-d}),
7649 @option{--dereference} (@option{-L}), or
7650 @option{--dereference-command-line} (@option{-H})).
7652 @item --group-directories-first
7653 @opindex --group-directories-first
7654 Group all the directories before the files and then sort the
7655 directories and the files separately using the selected sort key
7656 (see @option{--sort} option).
7657 That is, this option specifies a primary sort key,
7658 and the @option{--sort} option specifies a secondary key.
7659 However, any use of @option{--sort=none}
7660 (@option{-U}) disables this option altogether.
7662 @item --hide=PATTERN
7663 @opindex --hide=@var{pattern}
7664 In directories, ignore files whose names match the shell pattern
7665 @var{pattern}, unless the @option{--all} (@option{-a}) or
7666 @option{--almost-all} (@option{-A}) is also given.  This
7667 option acts like @option{--ignore=@var{pattern}} except that it has no
7668 effect if @option{--all} (@option{-a}) or @option{--almost-all}
7669 (@option{-A}) is also given.
7671 This option can be useful in shell aliases.  For example, if
7672 @command{lx} is an alias for @samp{ls --hide='*~'} and @command{ly} is
7673 an alias for @samp{ls --ignore='*~'}, then the command @samp{lx -A}
7674 lists the file @file{README~} even though @samp{ly -A} would not.
7676 @item -I @var{pattern}
7677 @itemx --ignore=@var{pattern}
7678 @opindex -I
7679 @opindex --ignore=@var{pattern}
7680 In directories, ignore files whose names match the shell pattern
7681 (not regular expression) @var{pattern}.  As
7682 in the shell, an initial @samp{.} in a file name does not match a
7683 wildcard at the start of @var{pattern}.  Sometimes it is useful
7684 to give this option several times.  For example,
7686 @example
7687 $ ls --ignore='.??*' --ignore='.[^.]' --ignore='#*'
7688 @end example
7690 The first option ignores names of length 3 or more that start with @samp{.},
7691 the second ignores all two-character names that start with @samp{.}
7692 except @samp{..}, and the third ignores names that start with @samp{#}.
7694 @item -L
7695 @itemx --dereference
7696 @opindex -L
7697 @opindex --dereference
7698 @cindex symbolic links, dereferencing
7699 When showing file information for a symbolic link, show information
7700 for the file the link references rather than the link itself.
7701 However, even with this option, @command{ls} still prints the name
7702 of the link itself, not the name of the file that the link points to.
7704 @item -R
7705 @itemx --recursive
7706 @opindex -R
7707 @opindex --recursive
7708 @cindex recursive directory listing
7709 @cindex directory listing, recursive
7710 List the contents of all directories recursively.
7712 @end table
7715 @node What information is listed
7716 @subsection What information is listed
7718 These options affect the information that @command{ls} displays.  By
7719 default, only file names are shown.
7721 @table @samp
7723 @item --author
7724 @opindex --author
7725 @cindex hurd, author, printing
7726 In long format, list each file's author.
7727 In GNU/Hurd, file authors can differ from their owners, but in other
7728 operating systems the two are the same.
7730 @item -D
7731 @itemx --dired
7732 @opindex -D
7733 @opindex --dired
7734 @cindex dired Emacs mode support
7735 Print an additional line after the main output:
7737 @example
7738 //DIRED// @var{beg1} @var{end1} @var{beg2} @var{end2} @dots{}
7739 @end example
7741 @noindent
7742 The @var{begn} and @var{endn} are unsigned integers that record the
7743 byte position of the beginning and end of each file name in the output.
7744 This makes it easy for Emacs to find the names, even when they contain
7745 unusual characters such as space or newline, without fancy searching.
7747 If directories are being listed recursively via
7748 @option{--recursive} (@option{-R}), output a similar
7749 line with offsets for each subdirectory name:
7751 @example
7752 //SUBDIRED// @var{beg1} @var{end1} @dots{}
7753 @end example
7755 Finally, output a line of the form:
7757 @example
7758 //DIRED-OPTIONS// --quoting-style=@var{word}
7759 @end example
7761 @noindent
7762 where @var{word} is the quoting style (@pxref{Formatting the file names}).
7764 Here is an actual example:
7766 @example
7767 $ mkdir -p a/sub/deeper a/sub2
7768 $ touch a/f1 a/f2
7769 $ touch a/sub/deeper/file
7770 $ ls -gloRF --dired a
7771   a:
7772   total 8
7773   -rw-r--r-- 1    0 Jun 10 12:27 f1
7774   -rw-r--r-- 1    0 Jun 10 12:27 f2
7775   drwxr-xr-x 3 4096 Jun 10 12:27 sub/
7776   drwxr-xr-x 2 4096 Jun 10 12:27 sub2/
7778   a/sub:
7779   total 4
7780   drwxr-xr-x 2 4096 Jun 10 12:27 deeper/
7782   a/sub/deeper:
7783   total 0
7784   -rw-r--r-- 1 0 Jun 10 12:27 file
7786   a/sub2:
7787   total 0
7788 //DIRED// 48 50 84 86 120 123 158 162 217 223 282 286
7789 //SUBDIRED// 2 3 167 172 228 240 290 296
7790 //DIRED-OPTIONS// --quoting-style=literal
7791 @end example
7793 The pairs of offsets on the @samp{//DIRED//} line above delimit
7794 these names: @file{f1}, @file{f2}, @file{sub}, @file{sub2}, @file{deeper},
7795 @file{file}.
7796 The offsets on the @samp{//SUBDIRED//} line delimit the following
7797 directory names: @file{a}, @file{a/sub}, @file{a/sub/deeper}, @file{a/sub2}.
7799 Here is an example of how to extract the fifth entry name, @samp{deeper},
7800 corresponding to the pair of offsets, 222 and 228:
7802 @example
7803 $ ls -gloRF --dired a > out
7804 $ dd bs=1 skip=222 count=6 < out 2>/dev/null; echo
7805 deeper
7806 @end example
7808 Although the listing above includes a trailing slash
7809 for the @samp{deeper} entry, the offsets select the name without
7810 the trailing slash.  However, if you invoke @command{ls} with @option{--dired}
7811 (@option{-D}) along with an option like
7812 @option{--escape} (@option{-b}) and operate
7813 on a file whose name contains special characters, the backslash
7814 @emph{is} included:
7816 @example
7817 $ touch 'a b'
7818 $ ls -blog --dired 'a b'
7819   -rw-r--r-- 1 0 Jun 10 12:28 a\ b
7820 //DIRED// 30 34
7821 //DIRED-OPTIONS// --quoting-style=escape
7822 @end example
7824 If you use a quoting style like @option{--quoting-style=c} (@option{-Q})
7825 that adds quote marks, then the offsets include the quote marks.
7826 So beware that the user may select the quoting style via the environment
7827 variable @env{QUOTING_STYLE}@.  Hence, applications using @option{--dired}
7828 should either specify an explicit @option{--quoting-style=literal}
7829 (@option{-N}) option on the command line, or else be
7830 prepared to parse the escaped names.
7832 The @option{--dired} (@option{-D}) option has well-defined behavior
7833 only when long format is in effect and hyperlinks are disabled (e.g.,
7834 @option{--hyperlink=none}).
7836 @item --full-time
7837 @opindex --full-time
7838 Produce long format, and list times in full.  It is
7839 equivalent to using @option{--format=long} (@option{-l}) with
7840 @option{--time-style=full-iso} (@pxref{Formatting file timestamps}).
7842 @item -g
7843 @opindex -g
7844 Produce long format, but omit owner information.
7846 @item -G
7847 @itemx --no-group
7848 @opindex -G
7849 @opindex --no-group
7850 Inhibit display of group information in long format.
7851 (This is the default in some non-GNU versions of @command{ls}, so we
7852 provide this option for compatibility.)
7854 @optHumanReadable
7856 @item -i
7857 @itemx --inode
7858 @opindex -i
7859 @opindex --inode
7860 @cindex inode number, printing
7861 Print the inode number (also called the file serial number and index
7862 number) of each file to the left of the file name.  (This number
7863 uniquely identifies each file within a particular file system.)
7865 @item -l
7866 @itemx --format=long
7867 @itemx --format=verbose
7868 @opindex -l
7869 @opindex --format
7870 @opindex long ls @r{format}
7871 @opindex verbose ls @r{format}
7872 Produce long format.
7873 In addition to the name of each file, print the file type, file mode bits,
7874 number of hard links, owner name, group name, size, and
7875 timestamp (@pxref{Formatting file timestamps}), normally
7876 the modification timestamp (the mtime, @pxref{File timestamps}).
7877 If the owner or group name cannot be determined, print
7878 the owner or group ID instead, right-justified as a cue
7879 that it is a number rather than a textual name.
7880 Print question marks for other information that
7881 cannot be determined.
7883 Normally the size is printed as a byte count without punctuation, but
7884 this can be overridden (@pxref{Block size}).
7885 For example, @option{--human-readable} (@option{-h})
7886 prints an abbreviated, human-readable count, and
7887 @samp{--block-size="'1"} prints a byte count with the thousands
7888 separator of the current locale.
7890 For each directory that is listed, preface the files with a line
7891 @samp{total @var{blocks}}, where @var{blocks} is the file system allocation
7892 for all files in that directory.  The block size currently defaults to 1024
7893 bytes, but this can be overridden (@pxref{Block size}).
7894 The @var{blocks} computed counts each hard link separately;
7895 this is arguably a deficiency.
7897 The file type is one of the following characters:
7899 @c The commented-out entries are ones we're not sure about.
7901 @table @samp
7902 @item -
7903 regular file
7904 @item b
7905 block special file
7906 @item c
7907 character special file
7908 @item C
7909 high performance (``contiguous data'') file
7910 @item d
7911 directory
7912 @item D
7913 door (Solaris)
7914 @c @item F
7915 @c semaphore, if this is a distinct file type
7916 @item l
7917 symbolic link
7918 @c @item m
7919 @c multiplexed file (7th edition Unix; obsolete)
7920 @item M
7921 off-line (``migrated'') file (Cray DMF)
7922 @item n
7923 network special file (HP-UX)
7924 @item p
7925 FIFO (named pipe)
7926 @item P
7927 port (Solaris)
7928 @c @item Q
7929 @c message queue, if this is a distinct file type
7930 @item s
7931 socket
7932 @c @item S
7933 @c shared memory object, if this is a distinct file type
7934 @c @item T
7935 @c typed memory object, if this is a distinct file type
7936 @c @item w
7937 @c whiteout (4.4BSD; not implemented)
7938 @item ?
7939 some other file type
7940 @end table
7942 @cindex permissions, output by @command{ls}
7943 The file mode bits listed are similar to symbolic mode specifications
7944 (@pxref{Symbolic Modes}).  But @command{ls} combines multiple bits into the
7945 third character of each set of permissions as follows:
7947 @table @samp
7948 @item s
7949 If the set-user-ID or set-group-ID bit and the corresponding executable bit
7950 are both set.
7952 @item S
7953 If the set-user-ID or set-group-ID bit is set but the corresponding
7954 executable bit is not set.
7956 @item t
7957 If the restricted deletion flag or sticky bit, and the
7958 other-executable bit, are both set.  The restricted deletion flag is
7959 another name for the sticky bit.  @xref{Mode Structure}.
7961 @item T
7962 If the restricted deletion flag or sticky bit is set but the
7963 other-executable bit is not set.
7965 @item x
7966 If the executable bit is set and none of the above apply.
7968 @item -
7969 Otherwise.
7970 @end table
7972 Following the file mode bits is a single character that specifies
7973 whether an alternate access method such as an access control list
7974 applies to the file.  When the character following the file mode bits is a
7975 space, there is no alternate access method.  When it is a printing
7976 character, then there is such a method.
7978 GNU @command{ls} uses a @samp{.} character to indicate a file
7979 with a security context, but no other alternate access method.
7981 A file with any other combination of alternate access methods
7982 is marked with a @samp{+} character.
7984 @item -n
7985 @itemx --numeric-uid-gid
7986 @opindex -n
7987 @opindex --numeric-uid-gid
7988 @cindex numeric uid and gid
7989 @cindex numeric user and group IDs
7990 Produce long format, but
7991 display right-justified numeric user and group IDs
7992 instead of left-justified owner and group names.
7994 @item -o
7995 @opindex -o
7996 Produce long format, but omit group information.
7997 It is equivalent to using @option{--format=long} (@option{-l})
7998 with @option{--no-group} (@option{-G}).
8000 @item -s
8001 @itemx --size
8002 @opindex -s
8003 @opindex --size
8004 @cindex file system allocation
8005 @cindex size of files, reporting
8006 Print the file system allocation of each file to the left of the file name.
8007 This is the amount of file system space used by the file, which is usually a
8008 bit more than the file's size, but it can be less if the file has holes.
8010 Normally the allocation is printed in units of
8011 1024 bytes, but this can be overridden (@pxref{Block size}).
8013 @cindex NFS mounts from BSD to HP-UX
8014 For files that are NFS-mounted from an HP-UX system to a BSD system,
8015 this option reports sizes that are half the correct values.  On HP-UX
8016 systems, it reports sizes that are twice the correct values for files
8017 that are NFS-mounted from BSD systems.  This is due to a flaw in HP-UX;
8018 it also affects the HP-UX @command{ls} program.
8020 @optSi
8022 @item -Z
8023 @itemx --context
8024 @opindex -Z
8025 @opindex --context
8026 @cindex SELinux
8027 @cindex security context
8028 Display the SELinux security context or @samp{?} if none is found.
8029 In long format, print the security context to the left of the size column.
8031 @end table
8034 @node Sorting the output
8035 @subsection Sorting the output
8037 @cindex sorting @command{ls} output
8038 These options change the order in which @command{ls} sorts the information
8039 it outputs.  By default, sorting is done by character code
8040 (e.g., ASCII order).
8042 @table @samp
8044 @item -c
8045 @itemx --time=ctime
8046 @itemx --time=status
8047 @opindex -c
8048 @opindex --time
8049 @opindex ctime@r{, printing or sorting by}
8050 @opindex status time@r{, printing or sorting by}
8051 @opindex use time@r{, printing or sorting files by}
8052 In long format,
8053 print the status change timestamp (the ctime) instead of the mtime.
8054 When sorting by time or when not using long format,
8055 sort according to the ctime.  @xref{File timestamps}.
8057 @item -f
8058 @opindex -f
8059 @cindex unsorted directory listing
8060 @cindex directory order, listing by
8061 Produce an unsorted directory listing.
8062 This is equivalent to the combination of @option{--all} (@option{-a}),
8063 @option{--sort=none} (@option{-U}), @option{-1},
8064 @option{--color=none}, and @option{--hyperlink=none},
8065 while also disabling any previous use of @option{--size} (@option{-s}).
8067 @item -r
8068 @itemx --reverse
8069 @opindex -r
8070 @opindex --reverse
8071 @cindex reverse sorting
8072 Reverse whatever the sorting method is -- e.g., list files in reverse
8073 alphabetical order, youngest first, smallest first, or whatever.
8074 This option has no effect when @option{--sort=none} (@option{-U})
8075 is in effect.
8077 @item -S
8078 @itemx --sort=size
8079 @opindex -S
8080 @opindex --sort
8081 @opindex size of files@r{, sorting files by}
8082 Sort by file size, largest first.
8084 @item -t
8085 @itemx --sort=time
8086 @opindex -t
8087 @opindex --sort
8088 @opindex modification timestamp@r{, sorting files by}
8089 Sort by modification timestamp (mtime) by default, newest first.
8090 The timestamp to order by can be changed with the @option{--time} option.
8091 @xref{File timestamps}.
8093 @item -u
8094 @itemx --time=atime
8095 @itemx --time=access
8096 @itemx --time=use
8097 @opindex -u
8098 @opindex --time
8099 @opindex use time@r{, printing or sorting files by}
8100 @opindex atime@r{, printing or sorting files by}
8101 @opindex access timestamp@r{, printing or sorting files by}
8102 In long format, print the last access timestamp (the atime).
8103 When sorting by time or when not using long format,
8104 sort according to the atime.
8105 @xref{File timestamps}.
8107 @item --time=mtime
8108 @itemx --time=modification
8109 @opindex --time
8110 @opindex data modification time@r{, printing or sorting files by}
8111 @opindex mtime@r{, printing or sorting files by}
8112 This is the default timestamp display and sorting mode.
8113 In long format, print the last data modification timestamp (the mtime).
8114 When sorting by time or when not using long format,
8115 sort according to the mtime.
8116 @xref{File timestamps}.
8118 @item --time=birth
8119 @itemx --time=creation
8120 @opindex --time
8121 @opindex birth time@r{, printing or sorting files by}
8122 @opindex creation timestamp@r{, printing or sorting files by}
8123 In long format, print the file creation timestamp if available,
8124 falling back to the file modification timestamp (mtime) if not.
8125 When sorting by time or when not using long format,
8126 sort according to the birth time.
8127 @xref{File timestamps}.
8129 @item -U
8130 @itemx --sort=none
8131 @opindex -U
8132 @opindex --sort
8133 @opindex none@r{, sorting option for @command{ls}}
8134 Do not sort; list the files in whatever order they are
8135 stored in the directory.  (Do not do any of the other unrelated things
8136 that @option{-f} does.)  This can be useful when listing large
8137 directories, where sorting can take some time.
8139 @item -v
8140 @itemx --sort=version
8141 @opindex -v
8142 @opindex --sort
8143 @opindex version@r{, sorting option for @command{ls}}
8144 Sort by version name and number, lowest first.  It behaves like a default
8145 sort, except that each sequence of decimal digits is treated numerically
8146 as an index/version number.  @xref{Version sort ordering}.
8148 @item --sort=width
8149 @opindex --sort
8150 @opindex width@r{, sorting option for @command{ls}}
8151 Sort by printed width of file names.
8152 This can be useful with the @option{--format=vertical} (@option{-C})
8153 output format, to most densely display the listed files.
8155 @item -X
8156 @itemx --sort=extension
8157 @opindex -X
8158 @opindex --sort
8159 @opindex extension@r{, sorting files by}
8160 Sort directory contents alphabetically by file extension (characters
8161 after the last @samp{.}); files with no extension are sorted first.
8163 @end table
8166 @node General output formatting
8167 @subsection General output formatting
8169 These options affect the appearance of the overall output.
8171 @table @samp
8173 @item --format=single-column
8174 @opindex --format
8175 @opindex single-column @r{output of files}
8176 List one file name per line, with no other information.
8177 This is the default for @command{ls} when standard
8178 output is not a terminal.  See also the @option{--escape} (@option{-b}),
8179 @option{--hide-control-chars} (@option{-q}), and @option{--zero} options
8180 to disambiguate output of file names containing newline characters.
8182 @item -1
8183 @opindex -1
8184 List one file per line.  This is like @option{--format=single-column}
8185 except that it has no effect if long format is also in effect.
8187 @item -C
8188 @itemx --format=vertical
8189 @opindex -C
8190 @opindex --format
8191 @opindex vertical @r{sorted files in columns}
8192 List files in columns, sorted vertically, with no other information.
8193 This is the default for @command{ls} if standard output is a terminal.
8194 It is always the default for the @command{dir} program.
8195 GNU @command{ls} uses variable width columns to display as many files as
8196 possible in the fewest lines.
8198 @item --color [=@var{when}]
8199 @opindex --color
8200 @cindex color, distinguishing file types with
8201 Specify whether to use color for distinguishing file types; @var{when}
8202 may be omitted, or one of:
8203 @itemize @bullet
8204 @item none
8205 @vindex none @r{color option}
8206 - Do not use color at all.  This is the default.
8207 @item auto
8208 @vindex auto @r{color option}
8209 @cindex terminal, using color iff
8210 - Only use color if standard output is a terminal.
8211 @item always
8212 @vindex always @r{color option}
8213 - Always use color.
8214 @end itemize
8215 Specifying @option{--color} and no @var{when} is equivalent to
8216 @option{--color=always}.
8217 If piping a colored listing through a pager like @command{less},
8218 use the pager's @option{-R} option to pass the color codes to the terminal.
8220 @vindex LS_COLORS
8221 @vindex SHELL @r{environment variable, and color}
8222 Using the @option{--color} option may incur a noticeable
8223 performance penalty when run in a large directory,
8224 because the default settings require that @command{ls} @code{stat} every
8225 single file it lists.
8226 However, if you would like most of the file-type coloring
8227 but can live without the other coloring options (e.g.,
8228 executable, orphan, sticky, other-writable, capability), use
8229 @command{dircolors} to set the @env{LS_COLORS} environment variable like this,
8230 @example
8231 eval $(dircolors -p | perl -pe \
8232   's/^((CAP|S[ET]|O[TR]|M|E)\w+).*/$1 00/' | dircolors -)
8233 @end example
8234 and on a @code{dirent.d_type}-capable file system, @command{ls}
8235 will perform only one @code{stat} call per command line argument.
8237 @item -F
8238 @itemx --classify [=@var{when}]
8239 @itemx --indicator-style=classify
8240 @opindex -F
8241 @opindex --classify
8242 @opindex --indicator-style
8243 @cindex file type and executables, marking
8244 @cindex executables and file type, marking
8245 Append a character to each file name indicating the file type.  Also,
8246 for regular files that are executable, append @samp{*}.  The file type
8247 indicators are @samp{/} for directories, @samp{@@} for symbolic links,
8248 @samp{|} for FIFOs, @samp{=} for sockets, @samp{>} for doors,
8249 and nothing for regular files.
8250 @var{when} may be omitted, or one of:
8251 @itemize @bullet
8252 @item none
8253 @vindex none @r{classify option}
8254 - Do not classify.  This is the default.
8255 @item auto
8256 @vindex auto @r{classify option}
8257 @cindex terminal, using classify iff
8258 - Only classify if standard output is a terminal.
8259 @item always
8260 @vindex always @r{classify option}
8261 - Always classify.
8262 @end itemize
8263 Specifying @option{--classify} and no @var{when} is equivalent to
8264 @option{--classify=always}.
8265 @c The following sentence is the same as the one for -d.
8266 Do not follow symbolic links listed on the
8267 command line unless the @option{--dereference-command-line} (@option{-H}),
8268 @option{--dereference} (@option{-L}), or
8269 @option{--dereference-command-line-symlink-to-dir} options are specified.
8271 @item --file-type
8272 @itemx --indicator-style=file-type
8273 @opindex --file-type
8274 @opindex --indicator-style
8275 @cindex file type, marking
8276 Append a character to each file name indicating the file type.  This is
8277 like @option{--classify} (@option{-F}, except that executables are not marked.
8279 @item --hyperlink [=@var{when}]
8280 @opindex --hyperlink
8281 @cindex hyperlink, linking to files
8282 Output codes recognized by some terminals to link
8283 to files using the @samp{file://} URI format.
8284 @var{when} may be omitted, or one of:
8285 @itemize @bullet
8286 @item none
8287 @vindex none @r{hyperlink option}
8288 - Do not use hyperlinks at all.  This is the default.
8289 @item auto
8290 @vindex auto @r{hyperlink option}
8291 @cindex terminal, using hyperlink iff
8292 - Only use hyperlinks if standard output is a terminal.
8293 @item always
8294 @vindex always @r{hyperlink option}
8295 - Always use hyperlinks.
8296 @end itemize
8297 Specifying @option{--hyperlink} and no @var{when} is equivalent to
8298 @option{--hyperlink=always}.
8300 @item --indicator-style=@var{word}
8301 @opindex --indicator-style
8302 Append a character indicator with style @var{word} to entry names,
8303 as follows:
8305 @table @samp
8306 @item none
8307 Do not append any character indicator; this is the default.
8308 @item slash
8309 Append @samp{/} for directories.  This is the same as the @option{-p}
8310 option.
8311 @item file-type
8312 Append @samp{/} for directories, @samp{@@} for symbolic links, @samp{|}
8313 for FIFOs, @samp{=} for sockets, and nothing for regular files.  This is
8314 the same as the @option{--file-type} option.
8315 @item classify
8316 Append @samp{*} for executable regular files, otherwise behave as for
8317 @samp{file-type}.  This is the same as the @option{--classify}
8318 (@option{-F}) option.
8319 @end table
8321 @item -k
8322 @itemx --kibibytes
8323 @opindex -k
8324 @opindex --kibibytes
8325 Set the default block size to its normal value of 1024 bytes,
8326 overriding any contrary specification in environment variables
8327 (@pxref{Block size}).  If @option{--block-size},
8328 @option{--human-readable} (@option{-h}), or @option{--si} options are used,
8329 they take precedence even if @option{--kibibytes} (@option{-k}) is placed after
8331 The @option{--kibibytes} (@option{-k}) option affects the
8332 per-directory block count written in long format,
8333 and the file system allocation written by the @option{--size} (@option{-s})
8334 option.  It does not affect the file size in bytes that is written in
8335 long format.
8337 @item -m
8338 @itemx --format=commas
8339 @opindex -m
8340 @opindex --format
8341 @opindex commas@r{, outputting between files}
8342 List files horizontally, with as many as will fit on each line,
8343 separated by @samp{, } (a comma and a space),
8344 and with no other information.
8346 @item -p
8347 @itemx --indicator-style=slash
8348 @opindex -p
8349 @opindex --indicator-style
8350 @cindex file type, marking
8351 Append a @samp{/} to directory names.
8353 @item -x
8354 @itemx --format=across
8355 @itemx --format=horizontal
8356 @opindex -x
8357 @opindex --format
8358 @opindex across@r{, listing files}
8359 @opindex horizontal@r{, listing files}
8360 List the files in columns, sorted horizontally.
8362 @item -T @var{cols}
8363 @itemx --tabsize=@var{cols}
8364 @opindex -T
8365 @opindex --tabsize
8366 Assume that each tab stop is @var{cols} columns wide.  The default is 8.
8367 @command{ls} uses tabs where possible in the output, for efficiency.  If
8368 @var{cols} is zero, do not use tabs at all.
8370 Some terminal emulators might not properly align columns to the right of a
8371 TAB following a non-ASCII byte.  You can avoid that issue by using the
8372 @option{-T0} option or put @code{TABSIZE=0} in your environment, to tell
8373 @command{ls} to align using spaces, not tabs.
8375 If you set a terminal's hardware tabs to anything other than the default,
8376 you should also use a @command{--tabsize} option or @env{TABSIZE}
8377 environment variable either to match the hardware tabs, or to disable
8378 the use of hardware tabs.  Otherwise, the output of @command{ls} may
8379 not line up.  For example, if you run the shell command @samp{tabs -4}
8380 to set hardware tabs to every four columns, you should also run
8381 @samp{export TABSIZE=4} or @samp{export TABSIZE=0}, or use the
8382 corresponding @option{--tabsize} options.
8384 @item -w @var{cols}
8385 @itemx --width=@var{cols}
8386 @opindex -w
8387 @opindex --width
8388 @vindex COLUMNS
8389 Assume the screen is @var{cols} columns wide.  The default is taken
8390 from the terminal settings if possible; otherwise the environment
8391 variable @env{COLUMNS} is used if it is set; otherwise the default
8392 is 80.  With a @var{cols} value of @samp{0}, there is no limit on
8393 the length of the output line, and that single output line will
8394 be delimited with spaces, not tabs.
8396 @item --zero
8397 @opindex --zero
8398 @outputNUL
8399 This option is incompatible with the @option{--dired} (@option{-D}) option.
8400 This option also implies the options @option{--show-control-chars},
8401 @option{-1}, @option{--color=none}, and
8402 @option{--quoting-style=literal} (@option{-N}).
8404 @end table
8407 @node Formatting file timestamps
8408 @subsection Formatting file timestamps
8410 By default, file timestamps are listed in abbreviated form, using
8411 a date like @samp{Mar 30@ @ 2020} for non-recent timestamps, and a
8412 date-without-year and time like @samp{Mar 30 23:45} for recent timestamps.
8413 This format can change depending on the current locale as detailed below.
8415 @cindex clock skew
8416 A timestamp is considered to be @dfn{recent} if it is less than six
8417 months old, and is not dated in the future.  If a timestamp dated
8418 today is not listed in recent form, the timestamp is in the future,
8419 which means you probably have clock skew problems which may break
8420 programs like @command{make} that rely on file timestamps.
8421 @xref{File timestamps}.
8423 @vindex TZ
8424 Timestamps are listed according to the time zone rules specified by
8425 the @env{TZ} environment variable, or by the system default rules if
8426 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
8427 with @env{TZ}, libc, The GNU C Library Reference Manual}.
8429 The following option changes how file timestamps are printed.
8431 @table @samp
8432 @item --time-style=@var{style}
8433 @opindex --time-style
8434 @cindex time style
8435 List timestamps in style @var{style}.  The @var{style} should
8436 be one of the following:
8438 @table @samp
8439 @item +@var{format}
8440 @vindex LC_TIME
8441 List timestamps using @var{format}, where @var{format} is interpreted
8442 like the format argument of @command{date} (@pxref{date invocation}).
8443 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
8444 @command{ls} to list timestamps like @samp{2020-03-30 23:45:56}.  As
8445 with @command{date}, @var{format}'s interpretation is affected by the
8446 @env{LC_TIME} locale category.
8448 If @var{format} contains two format strings separated by a newline,
8449 the former is used for non-recent files and the latter for recent
8450 files; if you want output columns to line up, you may need to insert
8451 spaces in one of the two formats.
8453 @item full-iso
8454 List timestamps in full using ISO 8601-like date, time, and time zone
8455 components with nanosecond precision, e.g., @samp{2020-07-21
8456 23:45:56.477817180 -0400}.  This style is equivalent to
8457 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
8459 This is useful because the time output includes all the information that
8460 is available from the operating system.  For example, this can help
8461 explain @command{make}'s behavior, since GNU @command{make}
8462 uses the full timestamp to determine whether a file is out of date.
8464 @item long-iso
8465 List ISO 8601 date and time components with minute precision, e.g.,
8466 @samp{2020-03-30 23:45}.  These timestamps are shorter than
8467 @samp{full-iso} timestamps, and are usually good enough for everyday
8468 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
8470 @item iso
8471 List ISO 8601 dates for non-recent timestamps (e.g.,
8472 @samp{2020-03-30@ }), and ISO 8601-like month, day, hour, and
8473 minute for recent timestamps (e.g., @samp{03-30 23:45}).  These
8474 timestamps are uglier than @samp{long-iso} timestamps, but they carry
8475 nearly the same information in a smaller space and their brevity helps
8476 @command{ls} output fit within traditional 80-column output lines.
8477 The following two @command{ls} invocations are equivalent:
8479 @example
8480 newline='
8482 ls -l --time-style="+%Y-%m-%d $newline%m-%d %H:%M"
8483 ls -l --time-style="iso"
8484 @end example
8486 @item locale
8487 @vindex LC_TIME
8488 List timestamps in a locale-dependent form.  For example, a French
8489 locale might list non-recent timestamps like @samp{30 mars@ @ @ 2020}
8490 and recent timestamps like @samp{30 mars@ @ 23:45}.  Locale-dependent
8491 timestamps typically consume more space than @samp{iso} timestamps and
8492 are harder for programs to parse because locale conventions vary so
8493 widely, but they are easier for many people to read.
8495 The @env{LC_TIME} locale category specifies the timestamp format.  The
8496 default POSIX locale uses timestamps like @samp{Mar 30@
8497 @ 2020} and @samp{Mar 30 23:45}; in this locale, the following two
8498 @command{ls} invocations are equivalent:
8500 @example
8501 newline='
8503 ls -l --time-style="+%b %e  %Y$newline%b %e %H:%M"
8504 ls -l --time-style="locale"
8505 @end example
8507 Other locales behave differently.  For example, in a German locale,
8508 @option{--time-style="locale"} might be equivalent to
8509 @option{--time-style="+%e. %b %Y $newline%e. %b %H:%M"}
8510 and might generate timestamps like @samp{30. M@"ar 2020@ } and
8511 @samp{30. M@"ar 23:45}.
8513 @item posix-@var{style}
8514 @vindex LC_TIME
8515 List POSIX-locale timestamps if the @env{LC_TIME} locale
8516 category is POSIX, @var{style} timestamps otherwise.  For
8517 example, the @samp{posix-long-iso} style lists
8518 timestamps like @samp{Mar 30@ @ 2020} and @samp{Mar 30 23:45} when in
8519 the POSIX locale, and like @samp{2020-03-30 23:45} otherwise.
8520 @end table
8521 @end table
8523 @vindex TIME_STYLE
8524 You can specify the default value of the @option{--time-style} option
8525 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
8526 the default style is @samp{locale}.  GNU Emacs 21.3 and
8527 later use the @option{--dired} option and therefore can parse any date
8528 format, but if you are using Emacs 21.1 or 21.2 and specify a
8529 non-POSIX locale you may need to set
8530 @samp{TIME_STYLE="posix-long-iso"}.
8532 To avoid certain denial-of-service attacks, timestamps that would be
8533 longer than 1000 bytes may be treated as errors.
8536 @node Formatting the file names
8537 @subsection Formatting the file names
8539 These options change how file names themselves are printed.
8541 @table @samp
8543 @item -b
8544 @itemx --escape
8545 @itemx --quoting-style=escape
8546 @opindex -b
8547 @opindex --escape
8548 @opindex --quoting-style
8549 @cindex backslash sequences for file names
8550 Quote nongraphic characters in file names using alphabetic and octal
8551 backslash sequences like those used in C.
8553 @item -N
8554 @itemx --literal
8555 @itemx --quoting-style=literal
8556 @opindex -N
8557 @opindex --literal
8558 @opindex --quoting-style
8559 Do not quote file names.  However, with @command{ls} nongraphic
8560 characters are still printed as question marks if the output is a
8561 terminal and you do not specify the @option{--show-control-chars}
8562 option.
8564 @item -q
8565 @itemx --hide-control-chars
8566 @opindex -q
8567 @opindex --hide-control-chars
8568 Print question marks instead of nongraphic characters in file names.
8569 This is the default if the output is a terminal and the program is
8570 @command{ls}.
8572 @item -Q
8573 @itemx --quote-name
8574 @itemx --quoting-style=c
8575 @opindex -Q
8576 @opindex --quote-name
8577 @opindex --quoting-style
8578 Enclose file names in double quotes and quote nongraphic characters as
8579 in C.
8581 @item --quoting-style=@var{word}
8582 @opindex --quoting-style
8583 @cindex quoting style
8584 Use style @var{word} to quote file names and other strings that may
8585 contain arbitrary characters.  The @var{word} should
8586 be one of the following:
8588 @macro quotingStyles
8589 @table @samp
8590 @item literal
8591 Output strings as-is; this is the same as the @option{--literal} (@option{-N})
8592 option.
8593 @item shell
8594 Quote strings for the shell if they contain shell metacharacters or would
8595 cause ambiguous output.
8596 The quoting is suitable for POSIX-compatible shells like
8597 @command{bash}, but it does not always work for incompatible shells
8598 like @command{csh}.
8599 @item shell-always
8600 Quote strings for the shell, even if they would normally not require quoting.
8601 @item shell-escape
8602 Like @samp{shell}, but also quoting non-printable characters using the POSIX
8603 proposed @samp{$''} syntax suitable for most shells.
8604 @item shell-escape-always
8605 Like @samp{shell-escape}, but quote strings even if they would
8606 normally not require quoting.
8607 @item c
8608 Quote strings as for C character string literals, including the
8609 surrounding double-quote characters; this is the same as the
8610 @option{--quote-name} (@option{-Q}) option.
8611 @item escape
8612 Quote strings as for C character string literals, except omit the
8613 surrounding double-quote
8614 characters; this is the same as the @option{--escape} (@option{-b}) option.
8615 @item clocale
8616 Quote strings as for C character string literals, except use
8617 surrounding quotation marks appropriate for the
8618 locale.
8619 @item locale
8620 @c Use @t instead of @samp to avoid duplicate quoting in some output styles.
8621 Quote strings as for C character string literals, except use
8622 surrounding quotation marks appropriate for the locale, and quote
8623 @t{'like this'} instead of @t{"like
8624 this"} in the default C locale.  This looks nicer on many displays.
8625 @end table
8626 @end macro
8627 @quotingStyles
8629 You can specify the default value of the @option{--quoting-style} option
8630 with the environment variable @env{QUOTING_STYLE}@.  If that environment
8631 variable is not set, the default value is @samp{shell-escape} when the
8632 output is a terminal, and @samp{literal} otherwise.
8634 @item --show-control-chars
8635 @opindex --show-control-chars
8636 Print nongraphic characters as-is in file names.
8637 This is the default unless the output is a terminal and the program is
8638 @command{ls}.
8640 @end table
8643 @node dir invocation
8644 @section @command{dir}: Briefly list directory contents
8646 @pindex dir
8647 @cindex directory listing, brief
8649 @command{dir} is equivalent to @code{ls -C
8650 -b}; that is, by default files are listed in columns, sorted vertically,
8651 and special characters are represented by backslash escape sequences.
8653 @xref{ls invocation, @command{ls}}.
8656 @node vdir invocation
8657 @section @command{vdir}: Verbosely list directory contents
8659 @pindex vdir
8660 @cindex directory listing, verbose
8662 @command{vdir} is equivalent to @code{ls -l
8663 -b}; that is, by default files are listed in long format and special
8664 characters are represented by backslash escape sequences.
8666 @xref{ls invocation, @command{ls}}.
8668 @node dircolors invocation
8669 @section @command{dircolors}: Color setup for @command{ls}
8671 @pindex dircolors
8672 @cindex color setup
8673 @cindex setup for color
8675 @command{dircolors} outputs a sequence of shell commands to set up the
8676 terminal for color output from @command{ls} (and @command{dir}, etc.).
8677 Typical usage:
8679 @example
8680 eval "$(dircolors [@var{option}]@dots{} [@var{file}])"
8681 @end example
8683 If @var{file} is specified, @command{dircolors} reads it to determine which
8684 colors to use for which file types and extensions.  Otherwise, a
8685 precompiled database is used.  For details on the format of these files,
8686 run @samp{dircolors --print-database}.
8688 To make @command{dircolors} read a @file{~/.dircolors} file if it
8689 exists, you can put the following lines in your @file{~/.bashrc} (or
8690 adapt them to your favorite shell):
8692 @example
8693 d=.dircolors
8694 test -r $d && eval "$(dircolors $d)"
8695 @end example
8697 @vindex LS_COLORS
8698 @vindex SHELL @r{environment variable, and color}
8699 The output is a shell command to set the @env{LS_COLORS} environment
8700 variable.  You can specify the shell syntax to use on the command line,
8701 or @command{dircolors} will guess it from the value of the @env{SHELL}
8702 environment variable.
8704 The program accepts the following options.  Also see @ref{Common options}.
8706 @table @samp
8707 @item -b
8708 @itemx --sh
8709 @itemx --bourne-shell
8710 @opindex -b
8711 @opindex --sh
8712 @opindex --bourne-shell
8713 @cindex Bourne shell syntax for color setup
8714 @cindex @command{sh} syntax for color setup
8715 Output Bourne shell commands.  This is the default if the @env{SHELL}
8716 environment variable is set and does not end with @samp{csh} or
8717 @samp{tcsh}.
8719 @item -c
8720 @itemx --csh
8721 @itemx --c-shell
8722 @opindex -c
8723 @opindex --csh
8724 @opindex --c-shell
8725 @cindex C shell syntax for color setup
8726 @cindex @command{csh} syntax for color setup
8727 Output C shell commands.  This is the default if @code{SHELL} ends with
8728 @command{csh} or @command{tcsh}.
8730 @item -p
8731 @itemx --print-database
8732 @opindex -p
8733 @opindex --print-database
8734 @cindex color database, printing
8735 @cindex database for color setup, printing
8736 @cindex printing color database
8737 Print the (compiled-in) default color configuration database.  This
8738 output is itself a valid configuration file, and is fairly descriptive
8739 of the possibilities.
8741 @item --print-ls-colors
8742 @opindex --print-ls-colors
8743 @cindex printing ls colors
8744 Print the LS_COLORS entries on separate lines,
8745 each colored as per the color they represent.
8747 @end table
8749 @exitstatus
8752 @node Basic operations
8753 @chapter Basic operations
8755 @cindex manipulating files
8757 This chapter describes the commands for basic file manipulation:
8758 copying, moving (renaming), and deleting (removing).
8760 @menu
8761 * cp invocation::               Copy files.
8762 * dd invocation::               Convert and copy a file.
8763 * install invocation::          Copy files and set attributes.
8764 * mv invocation::               Move (rename) files.
8765 * rm invocation::               Remove files or directories.
8766 * shred invocation::            Remove files more securely.
8767 @end menu
8770 @node cp invocation
8771 @section @command{cp}: Copy files and directories
8773 @pindex cp
8774 @cindex copying files and directories
8775 @cindex files, copying
8776 @cindex directories, copying
8778 @command{cp} copies files (or, optionally, directories).  The copy is
8779 completely independent of the original.  You can either copy one file to
8780 another, or copy arbitrarily many files to a destination directory.
8781 Synopses:
8783 @example
8784 cp [@var{option}]@dots{} [-T] @var{source} @var{dest}
8785 cp [@var{option}]@dots{} @var{source}@dots{} @var{directory}
8786 cp [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
8787 @end example
8789 @itemize @bullet
8790 @item
8791 If two file names are given, @command{cp} copies the first file to the
8792 second.
8794 @item
8795 If the @option{--target-directory} (@option{-t}) option is given, or
8796 failing that if the last file is a directory and the
8797 @option{--no-target-directory} (@option{-T}) option is not given,
8798 @command{cp} copies each @var{source} file to the specified directory,
8799 using the @var{source}s' names.
8800 @end itemize
8802 Generally, files are written just as they are read.  For exceptions,
8803 see the @option{--sparse} option below.
8805 By default, @command{cp} does not copy directories.  However, the
8806 @option{-R}, @option{-a}, and @option{-r} options cause @command{cp} to
8807 copy recursively by descending into source directories and copying files
8808 to corresponding destination directories.
8810 When copying from a symbolic link, @command{cp} normally follows the
8811 link only when not copying recursively or when @option{--link}
8812 (@option{-l}) is used.  This default can be overridden with the
8813 @option{--archive} (@option{-a}), @option{-d}, @option{--dereference}
8814 (@option{-L}), @option{--no-dereference} (@option{-P}), and
8815 @option{-H} options.  If more than one of these options is specified,
8816 the last one silently overrides the others.
8818 When copying to a symbolic link, @command{cp} follows the
8819 link only when it refers to an existing regular file.
8820 However, when copying to a dangling symbolic link, @command{cp}
8821 refuses by default, and fails with a diagnostic, since the operation
8822 is inherently dangerous.  This behavior is contrary to historical
8823 practice and to POSIX@.
8824 Set @env{POSIXLY_CORRECT} to make @command{cp} attempt to create
8825 the target of a dangling destination symlink, in spite of the possible risk.
8826 Also, when an option like
8827 @option{--backup} or @option{--link} acts to rename or remove the
8828 destination before copying, @command{cp} renames or removes the
8829 symbolic link rather than the file it points to.
8831 By default, @command{cp} copies the contents of special files only
8832 when not copying recursively.  This default can be overridden with the
8833 @option{--copy-contents} option.
8835 @cindex self-backups
8836 @cindex backups, making only
8837 @command{cp} generally refuses to copy a file onto itself, with the
8838 following exception: if @option{--force --backup} is specified with
8839 @var{source} and @var{dest} identical, and referring to a regular file,
8840 @command{cp} will make a backup file, either regular or numbered, as
8841 specified in the usual ways (@pxref{Backup options}).  This is useful when
8842 you simply want to make a backup of an existing file before changing it.
8844 The program accepts the following options.  Also see @ref{Common options}.
8846 @table @samp
8847 @item -a
8848 @itemx --archive
8849 @opindex -a
8850 @opindex --archive
8851 Preserve as much as possible of the structure and attributes of the
8852 original files in the copy (but do not attempt to preserve internal
8853 directory structure; i.e., @samp{ls -U} may list the entries in a copied
8854 directory in a different order).
8855 Try to preserve SELinux security context and extended attributes (xattr),
8856 but ignore any failure to do that and print no corresponding diagnostic.
8857 Equivalent to @option{-dR --preserve=all} with the reduced diagnostics.
8859 @item --attributes-only
8860 @opindex --attributes-only
8861 Copy only the specified attributes of the source file to the destination.
8862 If the destination already exists, do not alter its contents.
8863 See the @option{--preserve} option for controlling which attributes to copy.
8865 @item -b
8866 @itemx --backup[=@var{method}]
8867 @opindex -b
8868 @opindex --backup
8869 @vindex VERSION_CONTROL
8870 @cindex backups, making
8871 @xref{Backup options}.
8872 Make a backup of each file that would otherwise be overwritten or removed.
8873 As a special case, @command{cp} makes a backup of @var{source} when the force
8874 and backup options are given and @var{source} and @var{dest} are the same
8875 name for an existing, regular file.  One useful application of this
8876 combination of options is this tiny Bourne shell script:
8878 @example
8879 #!/bin/sh
8880 # Usage: backup FILE...
8881 # Create a GNU-style backup of each listed FILE.
8882 fail=0
8883 for i; do
8884   cp --backup --force --preserve=all -- "$i" "$i" || fail=1
8885 done
8886 exit $fail
8887 @end example
8889 @item --copy-contents
8890 @cindex directories, copying recursively
8891 @cindex copying directories recursively
8892 @cindex recursively copying directories
8893 @cindex non-directories, copying as special files
8894 If copying recursively, copy the contents of any special files (e.g.,
8895 FIFOs and device files) as if they were regular files.  This means
8896 trying to read the data in each source file and writing it to the
8897 destination.  It is usually a mistake to use this option, as it
8898 normally has undesirable effects on special files like FIFOs and the
8899 ones typically found in the @file{/dev} directory.  In most cases,
8900 @code{cp -R --copy-contents} will hang indefinitely trying to read
8901 from FIFOs and special files like @file{/dev/console}, and it will
8902 fill up your destination file system if you use it to copy @file{/dev/zero}.
8903 This option has no effect unless copying recursively, and it does not
8904 affect the copying of symbolic links.
8906 @item -d
8907 @opindex -d
8908 @cindex symbolic links, copying
8909 @cindex hard links, preserving
8910 Copy symbolic links as symbolic links rather than copying the files that
8911 they point to, and preserve hard links between source files in the copies.
8912 Equivalent to @option{--no-dereference --preserve=links}.
8914 @item -f
8915 @itemx --force
8916 @opindex -f
8917 @opindex --force
8918 When copying without this option and an existing destination file cannot
8919 be opened for writing, the copy fails.  However, with @option{--force},
8920 when a destination file cannot be opened, @command{cp} then
8921 tries to recreate the file by first removing it.  Note @option{--force}
8922 alone will not remove dangling symlinks.
8923 When this option is combined with
8924 @option{--link} (@option{-l}) or @option{--symbolic-link}
8925 (@option{-s}), the destination link is replaced, and unless
8926 @option{--backup} (@option{-b}) is also given there is no brief
8927 moment when the destination does not exist.  Also see the
8928 description of @option{--remove-destination}.
8930 This option is independent of the @option{--interactive} or
8931 @option{-i} option: neither cancels the effect of the other.
8933 This option is ignored when the @option{--no-clobber} or @option{-n} option
8934 is also used.
8936 @item -H
8937 @opindex -H
8938 If a command line argument specifies a symbolic link, then copy the
8939 file it points to rather than the symbolic link itself.  However,
8940 copy (preserving its nature) any symbolic link that is encountered
8941 via recursive traversal.
8943 @item -i
8944 @itemx --interactive
8945 @opindex -i
8946 @opindex --interactive
8947 When copying a file other than a directory, prompt whether to
8948 overwrite an existing destination file, and fail if the response
8949 is not affirmative.  The @option{-i} option overrides
8950 a previous @option{-n} option.
8952 @item -l
8953 @itemx --link
8954 @opindex -l
8955 @opindex --link
8956 Make hard links instead of copies of non-directories.
8958 @item -L
8959 @itemx --dereference
8960 @opindex -L
8961 @opindex --dereference
8962 Follow symbolic links when copying from them.
8963 With this option, @command{cp} cannot create a symbolic link.
8964 For example, a symlink (to regular file) in the source tree will be copied to
8965 a regular file in the destination tree.
8967 @item -n
8968 @itemx --no-clobber
8969 @opindex -n
8970 @opindex --no-clobber
8971 Do not overwrite an existing file; silently fail instead.
8972 This option overrides a previous
8973 @option{-i} option.  This option is mutually exclusive with @option{-b} or
8974 @option{--backup} option.
8976 @item -P
8977 @itemx --no-dereference
8978 @opindex -P
8979 @opindex --no-dereference
8980 @cindex symbolic links, copying
8981 Copy symbolic links as symbolic links rather than copying the files that
8982 they point to.  This option affects only symbolic links in the source;
8983 symbolic links in the destination are always followed if possible.
8985 @item -p
8986 @itemx --preserve[=@var{attribute_list}]
8987 @opindex -p
8988 @opindex --preserve
8989 @cindex file information, preserving, extended attributes, xattr
8990 Preserve the specified attributes of the original files.
8991 If specified, the @var{attribute_list} must be a comma-separated list
8992 of one or more of the following strings:
8994 @table @samp
8995 @item mode
8996 @cindex access control lists (ACLs)
8997 Preserve attributes relevant to access permissions,
8998 including file mode bits and (if possible) access control lists (ACLs).
8999 ACL preservation is system-dependent, and ACLs are not necessarily
9000 translated when the source and destination are on file systems with
9001 different ACL formats (e.g., NFSv4 versus POSIX formats).
9003 @item ownership
9004 Preserve the owner and group.  On most modern systems,
9005 only users with appropriate privileges may change the owner of a file,
9006 and ordinary users
9007 may preserve the group ownership of a file only if they happen to be
9008 a member of the desired group.
9009 @item timestamps
9010 Preserve the times of last access and last modification, when possible.
9011 On older systems, it is not possible to preserve these attributes
9012 when the affected file is a symbolic link.
9013 However, many systems now provide the @code{utimensat} function,
9014 which makes it possible even for symbolic links.
9015 @item links
9016 Preserve in the destination files
9017 any links between corresponding source files.
9018 Note that with @option{-L} or @option{-H}, this option can convert
9019 symbolic links to hard links.  For example,
9020 @example
9021 $ mkdir c; : > a; ln -s a b; cp -aH a b c; ls -i1 c
9022 74161745 a
9023 74161745 b
9024 @end example
9025 @noindent
9026 Note the inputs: @file{b} is a symlink to regular file @file{a},
9027 yet the files in destination directory, @file{c/}, are hard-linked.
9028 Since @option{-a} implies @option{--no-dereference} it would copy the symlink,
9029 but the later @option{-H} tells @command{cp} to dereference the command line
9030 arguments where it then sees two files with the same inode number.
9031 Then the @option{--preserve=links} option also implied by @option{-a}
9032 will preserve the perceived hard link.
9034 Here is a similar example that exercises @command{cp}'s @option{-L} option:
9035 @example
9036 $ mkdir b c; (cd b; : > a; ln -s a b); cp -aL b c; ls -i1 c/b
9037 74163295 a
9038 74163295 b
9039 @end example
9041 @item context
9042 Preserve SELinux security context of the file, or fail with full diagnostics.
9043 @item xattr
9044 @cindex access control lists (ACLs)
9045 Preserve extended attributes of the file, or fail with full diagnostics.
9046 If @command{cp} is built without xattr support, ignore this option.
9047 If SELinux context, ACLs or Capabilities are implemented using xattrs,
9048 they are preserved implicitly by this option as well, i.e., even without
9049 specifying @option{--preserve=mode} or @option{--preserve=context}.
9050 @item all
9051 Preserve all file attributes.
9052 Equivalent to specifying all of the above, but with the difference
9053 that failure to preserve SELinux security context or extended attributes
9054 does not change @command{cp}'s exit status.  In contrast to @option{-a},
9055 all but @samp{Operation not supported} warnings are output.
9056 @end table
9058 Using @option{--preserve} with no @var{attribute_list} is equivalent
9059 to @option{--preserve=mode,ownership,timestamps}.
9061 In the absence of this option, the permissions of existing destination
9062 files are unchanged.  Each new file is created with the mode of the
9063 corresponding source file minus the set-user-ID, set-group-ID, and
9064 sticky bits as the create mode; the operating system then applies either
9065 the umask or a default ACL, possibly resulting in a more restrictive
9066 file mode.
9067 @xref{File permissions}.
9069 @item --no-preserve=@var{attribute_list}
9070 @cindex file information, preserving
9071 Do not preserve the specified attributes.  The @var{attribute_list}
9072 has the same form as for @option{--preserve}.
9074 @item --parents
9075 @opindex --parents
9076 @cindex parent directories and @command{cp}
9077 Form the name of each destination file by appending to the target
9078 directory a slash and the specified name of the source file.  The last
9079 argument given to @command{cp} must be the name of an existing directory.
9080 For example, the command:
9082 @example
9083 cp --parents a/b/c existing_dir
9084 @end example
9086 @noindent
9087 copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
9088 any missing intermediate directories.
9090 @item -R
9091 @itemx -r
9092 @itemx --recursive
9093 @opindex -R
9094 @opindex -r
9095 @opindex --recursive
9096 @cindex directories, copying recursively
9097 @cindex copying directories recursively
9098 @cindex recursively copying directories
9099 @cindex non-directories, copying as special files
9100 Copy directories recursively.  By default, do not follow symbolic
9101 links in the source unless used together with the @option{--link}
9102 (@option{-l}) option; see the @option{--archive} (@option{-a}), @option{-d},
9103 @option{--dereference} (@option{-L}), @option{--no-dereference}
9104 (@option{-P}), and @option{-H} options.  Special files are copied by
9105 creating a destination file of the same type as the source; see the
9106 @option{--copy-contents} option.  It is not portable to use
9107 @option{-r} to copy symbolic links or special files.  On some
9108 non-GNU systems, @option{-r} implies the equivalent of
9109 @option{-L} and @option{--copy-contents} for historical reasons.
9110 Also, it is not portable to use @option{-R} to copy symbolic links
9111 unless you also specify @option{-P}, as POSIX allows
9112 implementations that dereference symbolic links by default.
9114 @item --reflink[=@var{when}]
9115 @opindex --reflink[=@var{when}]
9116 @cindex COW
9117 @cindex clone
9118 @cindex copy on write
9119 Perform a lightweight, copy-on-write (COW) copy, if supported by the
9120 file system.  Once it has succeeded, beware that the source and destination
9121 files share the same data blocks as long as they remain unmodified.
9122 Thus, if an I/O error affects data blocks of one of the files,
9123 the other suffers the same fate.
9125 The @var{when} value can be one of the following:
9127 @table @samp
9128 @item always
9129 If the copy-on-write operation is not supported
9130 then report the failure for each file and exit with a failure status.
9131 Plain @option{--reflink} is equivalent to @option{--reflink=always}.
9133 @item auto
9134 If the copy-on-write operation is not supported then fall back
9135 to the standard copy behavior.
9136 This is the default if no @option{--reflink} option is given.
9138 @item never
9139 Disable copy-on-write operation and use the standard copy behavior.
9140 @end table
9142 This option is overridden by the @option{--link}, @option{--symbolic-link}
9143 and @option{--attributes-only} options, thus allowing it to be used
9144 to configure the default data copying behavior for @command{cp}.
9146 @item --remove-destination
9147 @opindex --remove-destination
9148 Remove each existing destination file before attempting to open it
9149 (contrast with @option{-f} above).
9151 @item --sparse=@var{when}
9152 @opindex --sparse=@var{when}
9153 @cindex sparse files, copying
9154 @cindex holes, copying files with
9155 @findex read @r{system call, and holes}
9156 A @dfn{sparse file} contains @dfn{holes} -- a sequence of zero bytes that
9157 does not occupy any file system blocks; the @samp{read} system call
9158 reads these as zeros.  This can both save considerable space and
9159 increase speed, since many binary files contain lots of consecutive zero
9160 bytes.  By default, @command{cp} detects holes in input source files via a crude
9161 heuristic and makes the corresponding output file sparse as well.
9162 Only regular files may be sparse.
9164 The @var{when} value can be one of the following:
9166 @table @samp
9167 @item auto
9168 The default behavior: if the input file is sparse, attempt to make
9169 the output file sparse, too.  However, if an output file exists but
9170 refers to a non-regular file, then do not attempt to make it sparse.
9172 @item always
9173 For each sufficiently long sequence of zero bytes in the input file,
9174 attempt to create a corresponding hole in the output file, even if the
9175 input file does not appear to be sparse.
9176 This is useful when the input file resides on a file system
9177 that does not support sparse files
9178 (for example,  @samp{efs} file systems in SGI IRIX 5.3 and earlier),
9179 but the output file is on a type of file system that does support them.
9180 Holes may be created only in regular files, so if the destination file
9181 is of some other type, @command{cp} does not even try to make it sparse.
9183 @item never
9184 Never make the output file sparse.
9185 This is useful in creating a file for use with the @command{mkswap} command,
9186 since such a file must not have any holes.
9187 @end table
9189 For example, with the following alias, @command{cp} will use the
9190 minimum amount of space supported by the file system.
9191 (Older versions of @command{cp} can also benefit from
9192 @option{--reflink=auto} here.)
9194 @example
9195 alias cp='cp --sparse=always'
9196 @end example
9198 @optStripTrailingSlashes
9200 @item -s
9201 @itemx --symbolic-link
9202 @opindex -s
9203 @opindex --symbolic-link
9204 @cindex symbolic links, copying with
9205 Make symbolic links instead of copies of non-directories.  All source
9206 file names must be absolute (starting with @samp{/}) unless the
9207 destination files are in the current directory.  This option merely
9208 results in an error message on systems that do not support symbolic links.
9210 @optBackupSuffix
9212 @optTargetDirectory
9214 @optNoTargetDirectory
9216 @item -u
9217 @itemx --update
9218 @opindex -u
9219 @opindex --update
9220 @cindex newer files, copying only
9221 Do not copy a non-directory that has an existing destination with the
9222 same or newer modification timestamp; instead, silently skip the file
9223 without failing.  If timestamps are being preserved,
9224 the comparison is to the source timestamp truncated to the
9225 resolutions of the destination file system and of the system calls
9226 used to update timestamps; this avoids duplicate work if several
9227 @samp{cp -pu} commands are executed with the same source and destination.
9228 This option is ignored if the @option{-n} or @option{--no-clobber}
9229 option is also specified.
9230 Also, if @option{--preserve=links} is also specified (like with @samp{cp -au}
9231 for example), that will take precedence; consequently, depending on the
9232 order that files are processed from the source, newer files in the destination
9233 may be replaced, to mirror hard links in the source.
9235 @item -v
9236 @itemx --verbose
9237 @opindex -v
9238 @opindex --verbose
9239 Print the name of each file before copying it.
9241 @item -x
9242 @itemx --one-file-system
9243 @opindex -x
9244 @opindex --one-file-system
9245 @cindex file systems, omitting copying to different
9246 Skip subdirectories that are on different file systems from the one that
9247 the copy started on.
9248 However, mount point directories @emph{are} copied.
9250 @macro optContext
9251 @item -Z
9252 @itemx --context[=@var{context}]
9253 @opindex -Z
9254 @opindex --context
9255 @cindex SELinux, setting/restoring security context
9256 @cindex security context
9257 Without a specified @var{context}, adjust the SELinux security context according
9258 to the system default type for destination files, similarly to the
9259 @command{restorecon} command.
9260 The long form of this option with a specific context specified,
9261 will set the context for newly created files only.
9262 With a specified context, if both SELinux and SMACK are disabled, a warning is
9263 issued.
9264 @end macro
9265 @optContext
9266 This option is mutually exclusive with the @option{--preserve=context}
9267 option, and overrides the @option{--preserve=all} and @option{-a} options.
9269 @end table
9271 @exitstatus
9274 @node dd invocation
9275 @section @command{dd}: Convert and copy a file
9277 @pindex dd
9278 @cindex converting while copying a file
9280 @command{dd} copies input to output with a changeable I/O block size,
9281 while optionally performing conversions on the data.  Synopses:
9283 @example
9284 dd [@var{operand}]@dots{}
9285 dd @var{option}
9286 @end example
9288 The only options are @option{--help} and @option{--version}.
9289 @xref{Common options}.
9291 By default, @command{dd} copies standard input to standard output.
9292 To copy, @command{dd} repeatedly does the following steps in order:
9294 @enumerate
9295 @item
9296 Read an input block.
9298 @item
9299 If converting via @samp{sync}, pad as needed to meet the input block size.
9300 Pad with spaces if converting via @samp{block} or @samp{unblock}, NUL
9301 bytes otherwise.
9303 @item
9304 If @samp{bs=} is given and no conversion mentioned in steps (4) or (5)
9305 is given, output the data as a single block and skip all remaining steps.
9307 @item
9308 If the @samp{swab} conversion is given, swap each pair of input bytes.
9309 If the input data length is odd, preserve the last input byte
9310 (since there is nothing to swap it with).
9312 @item
9313 If any of the conversions @samp{swab}, @samp{block}, @samp{unblock},
9314 @samp{lcase}, @samp{ucase}, @samp{ascii}, @samp{ebcdic} and @samp{ibm}
9315 are given, do these conversions.  These conversions operate
9316 independently of input blocking, and might deal with records that span
9317 block boundaries.
9319 @item
9320 Aggregate the resulting data into output blocks of the specified size,
9321 and output each output block in turn.  Do not pad the last output block;
9322 it can be shorter than usual.
9323 @end enumerate
9325 @command{dd} accepts the following operands,
9326 whose syntax was inspired by the DD (data definition) statement of
9327 OS/360 JCL.
9329 @table @samp
9331 @item if=@var{file}
9332 @opindex if
9333 Read from @var{file} instead of standard input.
9335 @item of=@var{file}
9336 @opindex of
9337 Write to @var{file} instead of standard output.  Unless
9338 @samp{conv=notrunc} is given, truncate @var{file} before writing it.
9340 @item ibs=@var{bytes}
9341 @opindex ibs
9342 @cindex block size of input
9343 @cindex input block size
9344 Set the input block size to @var{bytes}.
9345 This makes @command{dd} read @var{bytes} per block.
9346 The default is 512 bytes.
9348 @item obs=@var{bytes}
9349 @opindex obs
9350 @cindex block size of output
9351 @cindex output block size
9352 Set the output block size to @var{bytes}.
9353 This makes @command{dd} write @var{bytes} per block.
9354 The default is 512 bytes.
9356 @item bs=@var{bytes}
9357 @opindex bs
9358 @cindex block size
9359 Set both input and output block sizes to @var{bytes}.
9360 This makes @command{dd} read and write @var{bytes} per block,
9361 overriding any @samp{ibs} and @samp{obs} settings.
9362 In addition, if no data-transforming @option{conv} operand is specified,
9363 input is copied to the output as soon as it's read,
9364 even if it is smaller than the block size.
9366 @item cbs=@var{bytes}
9367 @opindex cbs
9368 @cindex block size of conversion
9369 @cindex conversion block size
9370 @cindex fixed-length records, converting to variable-length
9371 @cindex variable-length records, converting to fixed-length
9372 Set the conversion block size to @var{bytes}.
9373 When converting variable-length records to fixed-length ones
9374 (@option{conv=block}) or the reverse (@option{conv=unblock}),
9375 use @var{bytes} as the fixed record length.
9377 @item skip=@var{n}
9378 @itemx iseek=@var{n}
9379 @opindex skip
9380 @opindex iseek
9381 Skip @var{n} @samp{ibs}-byte blocks in the input file before copying.
9382 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9383 as a byte count rather than a block count.
9384 (@samp{B} and the @samp{iseek=} spelling are GNU extensions to POSIX.)
9386 @item seek=@var{n}
9387 @itemx oseek=@var{n}
9388 @opindex seek
9389 @opindex oseek
9390 Skip @var{n} @samp{obs}-byte blocks in the output file before
9391 truncating or copying.
9392 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9393 as a byte count rather than a block count.
9394 (@samp{B} and the @samp{oseek=} spelling are GNU extensions to POSIX.)
9396 @item count=@var{n}
9397 @opindex count
9398 Copy @var{n} @samp{ibs}-byte blocks from the input file, instead
9399 of everything until the end of the file.
9400 If @var{n} ends in the letter @samp{B},
9401 interpret @var{n} as a byte count rather than a block count;
9402 this is a GNU extension to POSIX.
9403 If short reads occur, as could be the case
9404 when reading from a pipe for example, @samp{iflag=fullblock}
9405 ensures that @samp{count=} counts complete input blocks
9406 rather than input read operations.
9407 As an extension to POSIX, @samp{count=0} copies zero blocks
9408 instead of copying all blocks.
9410 @item status=@var{level}
9411 @opindex status
9412 Specify the amount of information printed.
9413 If this operand is given multiple times, the last one takes precedence.
9414 The @var{level} value can be one of the following:
9416 @table @samp
9418 @item none
9419 @opindex none @r{dd status=}
9420 Do not print any informational or warning messages to standard error.
9421 Error messages are output as normal.
9423 @item noxfer
9424 @opindex noxfer @r{dd status=}
9425 Do not print the final transfer rate and volume statistics
9426 that normally make up the last status line.
9428 @item progress
9429 @opindex progress @r{dd status=}
9430 Print the transfer rate and volume statistics on standard error,
9431 when processing each input block.  Statistics are output
9432 on a single line at most once every second, but updates
9433 can be delayed when waiting on I/O.
9435 @end table
9437 Transfer information is normally output to standard error upon
9438 receipt of the @samp{INFO} signal or when @command{dd} exits,
9439 and defaults to the following form in the C locale:
9441 @example
9442 7287+1 records in
9443 116608+0 records out
9444 59703296 bytes (60 MB, 57 MiB) copied, 0.0427974 s, 1.4 GB/s
9445 @end example
9447 The notation @samp{@var{w}+@var{p}} stands for @var{w} whole blocks
9448 and @var{p} partial blocks.  A partial block occurs when a read or
9449 write operation succeeds but transfers less data than the block size.
9450 An additional line like @samp{1 truncated record} or @samp{10
9451 truncated records} is output after the @samp{records out} line if
9452 @samp{conv=block} processing truncated one or more input records.
9454 The @samp{status=} operand is a GNU extension to POSIX.
9456 @item conv=@var{conversion}[,@var{conversion}]@dots{}
9457 @opindex conv
9458 Convert the file as specified by the @var{conversion} argument(s).
9459 (No spaces around any comma(s).)
9461 Conversions:
9463 @table @samp
9465 @item ascii
9466 @opindex ascii@r{, converting to}
9467 Convert EBCDIC to ASCII,
9468 using the conversion table specified by POSIX@.
9469 This provides a 1:1 translation for all 256 bytes.
9470 This implies @samp{conv=unblock}; input is converted to
9471 ASCII before trailing spaces are deleted.
9473 @item ebcdic
9474 @opindex ebcdic@r{, converting to}
9475 Convert ASCII to EBCDIC@.
9476 This is the inverse of the @samp{ascii} conversion.
9477 This implies @samp{conv=block}; trailing spaces are added
9478 before being converted to EBCDIC@.
9480 @item ibm
9481 @opindex alternate ebcdic@r{, converting to}
9482 This acts like @samp{conv=ebcdic}, except it
9483 uses the alternate conversion table specified by POSIX@.
9484 This is not a 1:1 translation, but reflects common historical practice
9485 for @samp{~}, @samp{[}, and @samp{]}.
9487 The @samp{ascii}, @samp{ebcdic}, and @samp{ibm} conversions are
9488 mutually exclusive.  If you use any of these conversions, you should also
9489 use the @samp{cbs=} operand.
9491 @item block
9492 @opindex block @r{(space-padding)}
9493 For each line in the input, output @samp{cbs} bytes, replacing the
9494 input newline with a space and truncating or padding input lines with
9495 spaces as necessary.
9497 @item unblock
9498 @opindex unblock
9499 Remove any trailing spaces in each @samp{cbs}-sized input block,
9500 and append a newline.
9502 The @samp{block} and @samp{unblock} conversions are mutually exclusive.
9503 If you use either of these conversions, you should also use the
9504 @samp{cbs=} operand.
9506 @item lcase
9507 @opindex lcase@r{, converting to}
9508 Change uppercase letters to lowercase.
9510 @item ucase
9511 @opindex ucase@r{, converting to}
9512 Change lowercase letters to uppercase.
9514 The @samp{lcase} and @samp{ucase} conversions are mutually exclusive.
9516 @item sparse
9517 @opindex sparse
9518 Try to seek rather than write NUL output blocks.
9519 On a file system that supports sparse files, this will create
9520 sparse output when extending the output file.
9521 Be careful when using this conversion in conjunction with
9522 @samp{conv=notrunc} or @samp{oflag=append}.
9523 With @samp{conv=notrunc}, existing data in the output file
9524 corresponding to NUL blocks from the input, will be untouched.
9525 With @samp{oflag=append} the seeks performed will be ineffective.
9526 Similarly, when the output is a device rather than a file,
9527 NUL input blocks are not copied, and therefore this conversion
9528 is most useful with virtual or pre zeroed devices.
9530 The @samp{sparse} conversion is a GNU extension to POSIX.
9532 @item swab
9533 @opindex swab @r{(byte-swapping)}
9534 @cindex byte-swapping
9535 Swap every pair of input bytes.
9537 @item sync
9538 @opindex sync @r{(padding with ASCII NULs)}
9539 Pad every input block to size of @samp{ibs} with trailing zero bytes.
9540 When used with @samp{block} or @samp{unblock}, pad with spaces instead of
9541 zero bytes.
9543 @end table
9545 The following ``conversions'' are really file flags
9546 and don't affect internal processing:
9548 @table @samp
9549 @item excl
9550 @opindex excl
9551 @cindex creating output file, requiring
9552 Fail if the output file already exists; @command{dd} must create the
9553 output file itself.
9555 @item nocreat
9556 @opindex nocreat
9557 @cindex creating output file, avoiding
9558 Do not create the output file; the output file must already exist.
9560 The @samp{excl} and @samp{nocreat} conversions are mutually exclusive,
9561 and are GNU extensions to POSIX.
9563 @item notrunc
9564 @opindex notrunc
9565 @cindex truncating output file, avoiding
9566 Do not truncate the output file.
9568 @item noerror
9569 @opindex noerror
9570 @cindex read errors, ignoring
9571 Continue after read errors.
9573 @item fdatasync
9574 @opindex fdatasync
9575 @cindex synchronized data writes, before finishing
9576 Synchronize output data just before finishing,
9577 even if there were write errors.
9578 This forces a physical write of output data,
9579 so that even if power is lost the output data will be preserved.
9580 If neither this nor @samp{fsync} are specified, output is treated as
9581 usual with file systems, i.e., output data and metadata may be cached
9582 in primary memory for some time before the operating system physically
9583 writes it, and thus output data and metadata may be lost if power is lost.
9584 @xref{sync invocation}.
9585 This conversion is a GNU extension to POSIX.
9587 @item fsync
9588 @opindex fsync
9589 @cindex synchronized data and metadata writes, before finishing
9590 Synchronize output data and metadata just before finishing,
9591 even if there were write errors.
9592 This acts like @samp{fdatasync} except it also preserves output metadata,
9593 such as the last-modified time of the output file; for this reason it
9594 may be a bit slower than @samp{fdatasync} although the performance
9595 difference is typically insignificant for @command{dd}.
9596 This conversion is a GNU extension to POSIX.
9598 @end table
9600 @item iflag=@var{flag}[,@var{flag}]@dots{}
9601 @opindex iflag
9602 Access the input file using the flags specified by the @var{flag}
9603 argument(s).  (No spaces around any comma(s).)
9605 @item oflag=@var{flag}[,@var{flag}]@dots{}
9606 @opindex oflag
9607 Access the output file using the flags specified by the @var{flag}
9608 argument(s).  (No spaces around any comma(s).)
9610 Here are the flags.
9612 @table @samp
9614 @item append
9615 @opindex append
9616 @cindex appending to the output file
9617 Write in append mode, so that even if some other process is writing to
9618 this file, every @command{dd} write will append to the current
9619 contents of the file.  This flag makes sense only for output.
9620 If you combine this flag with the @samp{of=@var{file}} operand,
9621 you should also specify @samp{conv=notrunc} unless you want the
9622 output file to be truncated before being appended to.
9624 @item cio
9625 @opindex cio
9626 @cindex concurrent I/O
9627 Use concurrent I/O mode for data.  This mode performs direct I/O
9628 and drops the POSIX requirement to serialize all I/O to the same file.
9629 A file cannot be opened in CIO mode and with a standard open at the
9630 same time.
9632 @item direct
9633 @opindex direct
9634 @cindex direct I/O
9635 Use direct I/O for data, avoiding the buffer cache.
9636 Note that the kernel may impose restrictions on read or write buffer sizes.
9637 For example, with an ext4 destination file system and a Linux-based kernel,
9638 using @samp{oflag=direct} will cause writes to fail with @code{EINVAL} if the
9639 output buffer size is not a multiple of 512.
9641 @item directory
9642 @opindex directory
9643 @cindex directory I/O
9645 Fail unless the file is a directory.  Most operating systems do not
9646 allow I/O to a directory, so this flag has limited utility.
9648 @item dsync
9649 @opindex dsync
9650 @cindex synchronized data reads
9651 Use synchronized I/O for data.  For the output file, this forces a
9652 physical write of output data on each write.  For the input file,
9653 this flag can matter when reading from a remote file that has been
9654 written to synchronously by some other process.  Metadata (e.g.,
9655 last-access and last-modified time) is not necessarily synchronized.
9657 @item sync
9658 @opindex sync
9659 @cindex synchronized data and metadata I/O
9660 Use synchronized I/O for both data and metadata.
9662 @item nocache
9663 @opindex nocache
9664 @cindex discarding file cache
9665 Request to discard the system data cache for a file.
9666 When count=0 all cached data for the file is specified,
9667 otherwise the cache is dropped for the processed
9668 portion of the file.  Also when count=0,
9669 failure to discard the cache is diagnosed
9670 and reflected in the exit status.
9672 Note data that is not already persisted to storage will not
9673 be discarded from cache, so note the use of the @samp{sync} conversions
9674 in the examples below, which are used to maximize the
9675 effectiveness of the @samp{nocache} flag.
9677 Here are some usage examples:
9679 @example
9680 # Advise to drop cache for whole file
9681 dd if=ifile iflag=nocache count=0
9683 # Ensure drop cache for the whole file
9684 dd of=ofile oflag=nocache conv=notrunc,fdatasync count=0
9686 # Advise to drop cache for part of file
9687 # Note the kernel will only consider complete and
9688 # already persisted pages.
9689 dd if=ifile iflag=nocache skip=10 count=10 of=/dev/null
9691 # Stream data using just the read-ahead cache.
9692 # See also the @samp{direct} flag.
9693 dd if=ifile of=ofile iflag=nocache oflag=nocache,sync
9694 @end example
9696 @item nonblock
9697 @opindex nonblock
9698 @cindex nonblocking I/O
9699 Use non-blocking I/O.
9701 @item noatime
9702 @opindex noatime
9703 @cindex access timestamp
9704 Do not update the file's access timestamp.
9705 @xref{File timestamps}.
9706 Some older file systems silently ignore this flag, so it is a good
9707 idea to test it on your files before relying on it.
9709 @item noctty
9710 @opindex noctty
9711 @cindex controlling terminal
9712 Do not assign the file to be a controlling terminal for @command{dd}.
9713 This has no effect when the file is not a terminal.
9714 On many hosts (e.g., GNU/Linux hosts), this flag has no effect
9715 at all.
9717 @item nofollow
9718 @opindex nofollow
9719 @cindex symbolic links, following
9720 Do not follow symbolic links.
9722 @item nolinks
9723 @opindex nolinks
9724 @cindex hard links
9725 Fail if the file has multiple hard links.
9727 @item binary
9728 @opindex binary
9729 @cindex binary I/O
9730 Use binary I/O@.  This flag has an effect only on nonstandard
9731 platforms that distinguish binary from text I/O.
9733 @item text
9734 @opindex text
9735 @cindex text I/O
9736 Use text I/O@.  Like @samp{binary}, this flag has no effect on
9737 standard platforms.
9739 @item fullblock
9740 @opindex fullblock
9741 Accumulate full blocks from input.  The @code{read} system call
9742 may return early if a full block is not available.
9743 When that happens, continue calling @code{read} to fill the remainder
9744 of the block.
9745 This flag can be used only with @code{iflag}.
9746 This flag is useful with pipes for example
9747 as they may return short reads. In that case,
9748 this flag is needed to ensure that a @samp{count=} argument is
9749 interpreted as a block count rather than a count of read operations.
9751 @end table
9753 These flags are all GNU extensions to POSIX.
9754 They are not supported on all systems, and @samp{dd} rejects
9755 attempts to use them when they are not supported.  When reading from
9756 standard input or writing to standard output, the @samp{nofollow} and
9757 @samp{noctty} flags should not be specified, and the other flags
9758 (e.g., @samp{nonblock}) can affect how other processes behave with the
9759 affected file descriptors, even after @command{dd} exits.
9761 @end table
9763 The behavior of @command{dd} is unspecified if operands other than
9764 @samp{conv=}, @samp{iflag=}, @samp{oflag=}, and @samp{status=} are
9765 specified more than once.
9767 @cindex multipliers after numbers
9768 The numeric-valued strings above (@var{n} and @var{bytes})
9769 are unsigned decimal integers that
9770 can be followed by a multiplier: @samp{b}=512, @samp{c}=1,
9771 @samp{w}=2, @samp{x@var{m}}=@var{m}, or any of the
9772 standard block size suffixes like @samp{k}=1024 (@pxref{Block size}).
9773 These multipliers are GNU extensions to POSIX, except that
9774 POSIX allows @var{bytes} to be followed by @samp{k}, @samp{b}, and
9775 @samp{x@var{m}}.
9776 Block sizes (i.e., specified by @var{bytes} strings) must be nonzero.
9778 Any block size you specify via @samp{bs=}, @samp{ibs=}, @samp{obs=}, @samp{cbs=}
9779 should not be too large -- values larger than a few megabytes
9780 are generally wasteful or (as in the gigabyte..exabyte case) downright
9781 counterproductive or error-inducing.
9783 To process data with offset or size that is not a multiple of the I/O
9784 block size, you can use a numeric string @var{n} that ends in the
9785 letter @samp{B}.
9786 For example, the following shell commands copy data
9787 in 1 MiB blocks between a flash drive and a tape, but do not save
9788 or restore a 512-byte area at the start of the flash drive:
9790 @example
9791 flash=/dev/sda
9792 tape=/dev/st0
9794 # Copy all but the initial 512 bytes from flash to tape.
9795 dd if=$flash iseek=512B bs=1MiB of=$tape
9797 # Copy from tape back to flash, leaving initial 512 bytes alone.
9798 dd if=$tape bs=1MiB of=$flash oseek=512B
9799 @end example
9801 @cindex ddrescue
9802 @cindex storage devices, failing
9803 For failing storage devices, other tools come with a great variety of extra
9804 functionality to ease the saving of as much data as possible before the
9805 device finally dies, e.g.
9806 @uref{https://www.gnu.org/software/ddrescue/, GNU @command{ddrescue}}.
9807 However, in some cases such a tool is not available or the administrator
9808 feels more comfortable with the handling of @command{dd}.
9809 As a simple rescue method, call @command{dd} as shown in the following
9810 example: the operand @samp{conv=noerror,sync} is used to continue
9811 after read errors and to pad out bad reads with NULs, while
9812 @samp{iflag=fullblock} caters for short reads (which traditionally never
9813 occur on flash or similar devices):
9815 @example
9816 # Rescue data from an (unmounted!) partition of a failing device.
9817 dd conv=noerror,sync iflag=fullblock </dev/sda1 > /mnt/rescue.img
9818 @end example
9820 Sending an @samp{INFO} signal (or @samp{USR1} signal where that is unavailable)
9821 to a running @command{dd} process makes it print I/O statistics to
9822 standard error and then resume copying.   In the example below,
9823 @command{dd} is run in the background to copy 5GB of data.
9824 The @command{kill} command makes it output intermediate I/O statistics,
9825 and when @command{dd} completes normally or is killed by the
9826 @code{SIGINT} signal, it outputs the final statistics.
9828 @example
9829 # Ignore the signal so we never inadvertently terminate the dd child.
9830 # Note this is not needed when SIGINFO is available.
9831 trap '' USR1
9833 # Run dd with the fullblock iflag to avoid short reads
9834 # which can be triggered by reception of signals.
9835 dd iflag=fullblock if=/dev/zero of=/dev/null count=5000000 bs=1000 & pid=$!
9837 # Output stats every second.
9838 while kill -s USR1 $pid 2>/dev/null; do sleep 1; done
9839 @end example
9841 The above script will output in the following format:
9843 @example
9844 3441325+0 records in
9845 3441325+0 records out
9846 3441325000 bytes (3.4 GB, 3.2 GiB) copied, 1.00036 s, 3.4 GB/s
9847 5000000+0 records in
9848 5000000+0 records out
9849 5000000000 bytes (5.0 GB, 4.7 GiB) copied, 1.44433 s, 3.5 GB/s
9850 @end example
9852 The @samp{status=progress} operand periodically updates the last line
9853 of the transfer statistics above.
9855 @vindex POSIXLY_CORRECT
9856 On systems lacking the @samp{INFO} signal @command{dd} responds to the
9857 @samp{USR1} signal instead, unless the @env{POSIXLY_CORRECT}
9858 environment variable is set.
9860 @exitstatus
9863 @node install invocation
9864 @section @command{install}: Copy files and set attributes
9866 @pindex install
9867 @cindex copying files and setting attributes
9869 @command{install} copies files while setting their file mode bits and, if
9870 possible, their owner and group.  Synopses:
9872 @example
9873 install [@var{option}]@dots{} [-T] @var{source} @var{dest}
9874 install [@var{option}]@dots{} @var{source}@dots{} @var{directory}
9875 install [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
9876 install [@var{option}]@dots{} -d @var{directory}@dots{}
9877 @end example
9879 @itemize @bullet
9880 @item
9881 If two file names are given, @command{install} copies the first file to the
9882 second.
9884 @item
9885 If the @option{--target-directory} (@option{-t}) option is given, or
9886 failing that if the last file is a directory and the
9887 @option{--no-target-directory} (@option{-T}) option is not given,
9888 @command{install} copies each @var{source} file to the specified
9889 directory, using the @var{source}s' names.
9891 @item
9892 If the @option{--directory} (@option{-d}) option is given,
9893 @command{install} creates each @var{directory} and any missing parent
9894 directories.  Parent directories are created with mode
9895 @samp{u=rwx,go=rx} (755), regardless of the @option{-m} option or the
9896 current umask.  @xref{Directory Setuid and Setgid}, for how the
9897 set-user-ID and set-group-ID bits of parent directories are inherited.
9898 @end itemize
9900 @cindex Makefiles, installing programs in
9901 @command{install} is similar to @command{cp}, but allows you to control the
9902 attributes of destination files.  It is typically used in Makefiles to
9903 copy programs into their destination directories.  It refuses to copy
9904 files onto themselves.
9906 @cindex extended attributes, xattr
9907 @command{install} never preserves extended attributes (xattr).
9909 The program accepts the following options.  Also see @ref{Common options}.
9911 @table @samp
9913 @optBackup
9915 @item -C
9916 @itemx --compare
9917 @opindex -C
9918 @opindex --compare
9919 Compare content of source and destination files, and if there would be no
9920 change to the destination content, owner, group, permissions, and possibly
9921 SELinux context, then do not modify the destination at all.
9922 Note this option is best used in conjunction with @option{--user},
9923 @option{--group} and @option{--mode} options, lest @command{install}
9924 incorrectly determines the default attributes that installed files would have
9925 (as it doesn't consider setgid directories and POSIX default ACLs for example).
9926 This could result in redundant copies or attributes that are not reset to the
9927 correct defaults.
9929 @item -c
9930 @opindex -c
9931 Ignored; for compatibility with old Unix versions of @command{install}.
9933 @item -D
9934 @opindex -D
9935 Create any missing parent directories of @var{dest},
9936 then copy @var{source} to @var{dest}.
9937 Explicitly specifying the @option{--target-directory=@var{dir}} will similarly
9938 ensure the presence of that hierarchy before copying @var{source} arguments.
9940 @item -d
9941 @itemx --directory
9942 @opindex -d
9943 @opindex --directory
9944 @cindex directories, creating with given attributes
9945 @cindex parent directories, creating missing
9946 @cindex leading directories, creating missing
9947 Create any missing parent directories, giving them the default
9948 attributes.  Then create each given directory, setting their owner,
9949 group and mode as given on the command line or to the defaults.
9951 @item -g @var{group}
9952 @itemx --group=@var{group}
9953 @opindex -g
9954 @opindex --group
9955 @cindex group ownership of installed files, setting
9956 Set the group ownership of installed files or directories to
9957 @var{group}.  The default is the process's current group.  @var{group}
9958 may be either a group name or a numeric group ID.
9960 @item -m @var{mode}
9961 @itemx --mode=@var{mode}
9962 @opindex -m
9963 @opindex --mode
9964 @cindex permissions of installed files, setting
9965 Set the file mode bits for the installed file or directory to @var{mode},
9966 which can be either an octal number, or a symbolic mode as in
9967 @command{chmod}, with @samp{a=} (no access allowed to anyone) as the
9968 point of departure (@pxref{File permissions}).
9969 The default mode is @samp{u=rwx,go=rx,a-s} -- read, write, and
9970 execute for the owner, read and execute for group and other, and with
9971 set-user-ID and set-group-ID disabled.
9972 This default is not quite the same as @samp{755}, since it disables
9973 instead of preserving set-user-ID and set-group-ID on directories.
9974 @xref{Directory Setuid and Setgid}.
9976 @item -o @var{owner}
9977 @itemx --owner=@var{owner}
9978 @opindex -o
9979 @opindex --owner
9980 @cindex ownership of installed files, setting
9981 @cindex appropriate privileges
9982 @vindex root @r{as default owner}
9983 If @command{install} has appropriate privileges (is run as root), set the
9984 ownership of installed files or directories to @var{owner}.  The default
9985 is @code{root}.  @var{owner} may be either a user name or a numeric user
9988 @item --preserve-context
9989 @opindex --preserve-context
9990 @cindex SELinux
9991 @cindex security context
9992 Preserve the SELinux security context of files and directories.
9993 Failure to preserve the context in all of the files or directories
9994 will result in an exit status of 1.  If SELinux is disabled then
9995 print a warning and ignore the option.
9997 @item -p
9998 @itemx --preserve-timestamps
9999 @opindex -p
10000 @opindex --preserve-timestamps
10001 @cindex timestamps of installed files, preserving
10002 Set the time of last access and the time of last modification of each
10003 installed file to match those of each corresponding original file.
10004 When a file is installed without this option, its last access and
10005 last modification timestamps are both set to the time of installation.
10006 This option is useful if you want to use the last modification timestamps
10007 of installed files to keep track of when they were last built as opposed
10008 to when they were last installed.
10010 @item -s
10011 @itemx --strip
10012 @opindex -s
10013 @opindex --strip
10014 @cindex symbol table information, stripping
10015 @cindex stripping symbol table information
10016 Strip the symbol tables from installed binary executables.
10018 @item --strip-program=@var{program}
10019 @opindex --strip-program
10020 @cindex symbol table information, stripping, program
10021 Program used to strip binaries.
10023 @optBackupSuffix
10025 @optTargetDirectory
10026 Also specifying the @option{-D} option will ensure the directory is present.
10028 @optNoTargetDirectory
10030 @item -v
10031 @itemx --verbose
10032 @opindex -v
10033 @opindex --verbose
10034 Print the name of each file before copying it.
10036 @optContext
10037 This option is mutually exclusive with the @option{--preserve-context} option.
10040 @end table
10042 @exitstatus
10045 @node mv invocation
10046 @section @command{mv}: Move (rename) files
10048 @pindex mv
10050 @command{mv} moves or renames files (or directories).  Synopses:
10052 @example
10053 mv [@var{option}]@dots{} [-T] @var{source} @var{dest}
10054 mv [@var{option}]@dots{} @var{source}@dots{} @var{directory}
10055 mv [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
10056 @end example
10058 @itemize @bullet
10059 @item
10060 If two file names are given, @command{mv} moves the first file to the
10061 second.
10063 @item
10064 If the @option{--target-directory} (@option{-t}) option is given, or
10065 failing that if the last file is a directory and the
10066 @option{--no-target-directory} (@option{-T}) option is not given,
10067 @command{mv} moves each @var{source} file to the specified
10068 directory, using the @var{source}s' names.
10069 @end itemize
10071 To move a file, @command{mv} ordinarily simply renames it.
10072 However, if renaming does not work because the destination's file
10073 system differs, @command{mv} falls back on copying as if by @code{cp -a},
10074 then (assuming the copy succeeded) it removes the original.
10075 If the copy fails, then @command{mv} removes any partially created
10076 copy in the destination.  If you were to copy three directories from
10077 one file system to another and the copy of the first
10078 directory succeeded, but the second didn't, the first would be left on
10079 the destination file system and the second and third would be left on the
10080 original file system.
10082 @cindex extended attributes, xattr
10083 @command{mv} always tries to copy extended attributes (xattr), which may
10084 include SELinux context, ACLs or Capabilities.
10085 Upon failure all but @samp{Operation not supported} warnings are output.
10087 @cindex prompting, and @command{mv}
10088 If a destination file exists but is normally unwritable, standard input
10089 is a terminal, and the @option{-f} or @option{--force} option is not given,
10090 @command{mv} prompts the user for whether to replace the file.  (You might
10091 own the file, or have write permission on its directory.)  If the
10092 response is not affirmative, the file is skipped.
10094 @emph{Warning}: Avoid specifying a source name with a trailing slash,
10095 when it might be a symlink to a directory.
10096 Otherwise, @command{mv} may do something very surprising, since
10097 its behavior depends on the underlying rename system call.
10098 On a system with a modern Linux-based kernel, it fails with
10099 @code{errno=ENOTDIR}@.
10100 However, on other systems (at least FreeBSD 6.1 and Solaris 10) it silently
10101 renames not the symlink but rather the directory referenced by the symlink.
10102 @xref{Trailing slashes}.
10104 @emph{Note}: @command{mv} will only replace empty directories in the
10105 destination.  Conflicting populated directories are skipped with a diagnostic.
10107 The program accepts the following options.  Also see @ref{Common options}.
10109 @table @samp
10111 @optBackup
10113 @item -f
10114 @itemx --force
10115 @opindex -f
10116 @opindex --force
10117 @cindex prompts, omitting
10118 Do not prompt the user before removing a destination file.
10119 @macro mvOptsIfn
10120 If you specify more than one of the @option{-i}, @option{-f}, @option{-n}
10121 options, only the final one takes effect.
10122 @end macro
10123 @mvOptsIfn
10125 @item -i
10126 @itemx --interactive
10127 @opindex -i
10128 @opindex --interactive
10129 @cindex prompts, forcing
10130 Prompt whether to overwrite each existing destination file, regardless
10131 of its permissions, and fail if the response is not affirmative.
10132 @mvOptsIfn
10134 @item -n
10135 @itemx --no-clobber
10136 @opindex -n
10137 @opindex --no-clobber
10138 @cindex prompts, omitting
10139 Do not overwrite an existing file; silently fail instead.
10140 @mvOptsIfn
10141 This option is mutually exclusive with @option{-b} or @option{--backup} option.
10143 @item --no-copy
10144 @opindex --no-copy
10145 @cindex renaming files without copying them
10146 If a file cannot be renamed because the destination file system differs,
10147 fail with a diagnostic instead of copying and then removing the file.
10149 @item -u
10150 @itemx --update
10151 @opindex -u
10152 @opindex --update
10153 @cindex newer files, moving only
10154 Do not move a non-directory that has an existing destination with the
10155 same or newer modification timestamp;
10156 instead, silently skip the file without failing.
10157 If the move is across file system boundaries, the comparison is to the
10158 source timestamp truncated to the resolutions of the destination file
10159 system and of the system calls used to update timestamps; this avoids
10160 duplicate work if several @samp{mv -u} commands are executed with the
10161 same source and destination.
10162 This option is ignored if the @option{-n} or @option{--no-clobber}
10163 option is also specified.
10165 @item -v
10166 @itemx --verbose
10167 @opindex -v
10168 @opindex --verbose
10169 Print the name of each file before moving it.
10171 @optStripTrailingSlashes
10173 @optBackupSuffix
10175 @optTargetDirectory
10177 @optNoTargetDirectory
10179 @item -Z
10180 @itemx --context
10181 @opindex -Z
10182 @opindex --context
10183 @cindex SELinux, restoring security context
10184 @cindex security context
10185 This option functions similarly to the @command{restorecon} command,
10186 by adjusting the SELinux security context according
10187 to the system default type for destination files and each created directory.
10189 @end table
10191 @exitstatus
10194 @node rm invocation
10195 @section @command{rm}: Remove files or directories
10197 @pindex rm
10198 @cindex removing files or directories
10200 @command{rm} removes each given @var{file}.  By default, it does not remove
10201 directories.  Synopsis:
10203 @example
10204 rm [@var{option}]@dots{} [@var{file}]@dots{}
10205 @end example
10207 @cindex prompting, and @command{rm}
10208 If the @option{-I} or @option{--interactive=once} option is given,
10209 and there are more than three files or the @option{-r}, @option{-R},
10210 or @option{--recursive} are given, then @command{rm} prompts the user
10211 for whether to proceed with the entire operation.  If the response is
10212 not affirmative, the entire command is aborted.
10214 Otherwise, if a file is unwritable, standard input is a terminal, and
10215 the @option{-f} or @option{--force} option is not given, or the
10216 @option{-i} or @option{--interactive=always} option @emph{is} given,
10217 @command{rm} prompts the user for whether to remove the file.
10218 If the response is not affirmative, the file is skipped.
10220 Any attempt to remove a file whose last file name component is
10221 @file{.} or @file{..} is rejected without any prompting, as mandated
10222 by POSIX.
10224 @emph{Warning}: If you use @command{rm} to remove a file, it is usually
10225 possible to recover the contents of that file.  If you want more assurance
10226 that the contents are unrecoverable, consider using @command{shred}.
10228 The program accepts the following options.  Also see @ref{Common options}.
10230 @table @samp
10232 @item -d
10233 @itemx --dir
10234 @opindex -d
10235 @opindex --dir
10236 @cindex directories, removing
10237 Remove the listed directories if they are empty.
10239 @item -f
10240 @itemx --force
10241 @opindex -f
10242 @opindex --force
10243 Ignore nonexistent files and missing operands, and never prompt the user.
10244 Ignore any previous @option{--interactive} (@option{-i}) option.
10246 @item -i
10247 @opindex -i
10248 Prompt whether to remove each file.
10249 If the response is not affirmative, silently skip the file without failing.
10250 Ignore any previous @option{--force} (@option{-f}) option.
10251 Equivalent to @option{--interactive=always}.
10253 @item -I
10254 @opindex -I
10255 Prompt once whether to proceed with the command, if more than three
10256 files are named or if a recursive removal is requested.  Ignore any
10257 previous @option{--force} (@option{-f}) option.  Equivalent to
10258 @option{--interactive=once}.
10260 @item --interactive [=@var{when}]
10261 @opindex --interactive
10262 Specify when to issue an interactive prompt.  @var{when} may be
10263 omitted, or one of:
10264 @itemize @bullet
10265 @item never
10266 @vindex never @r{interactive option}
10267 - Do not prompt at all.
10268 @item once
10269 @vindex once @r{interactive option}
10270 - Prompt once if more than three files are named or if a recursive
10271 removal is requested.  Equivalent to @option{-I}.
10272 @item always
10273 @vindex always @r{interactive option}
10274 - Prompt for every file being removed.  Equivalent to @option{-i}.
10275 @end itemize
10276 @option{--interactive} with no @var{when} is equivalent to
10277 @option{--interactive=always}.
10279 @item --one-file-system
10280 @opindex --one-file-system
10281 @cindex one file system, restricting @command{rm} to
10282 When removing a hierarchy recursively, do not remove any directory that is on a
10283 file system different from that of the corresponding command line argument.
10284 @cindex bind mount
10285 This option is useful when removing a build ``chroot'' hierarchy,
10286 which normally contains no valuable data.  However, it is not uncommon
10287 to bind-mount @file{/home} into such a hierarchy, to make it easier to
10288 use one's start-up file.  The catch is that it's easy to forget to
10289 unmount @file{/home}.  Then, when you use @command{rm -rf} to remove
10290 your normally throw-away chroot, that command will remove everything
10291 under @file{/home}, too.
10292 Use the @option{--one-file-system} option, and it will
10293 diagnose and skip directories on other file systems.
10294 Of course, this will not save your @file{/home} if it and your
10295 chroot happen to be on the same file system.
10296 See also @option{--preserve-root=all} to protect command line arguments
10297 themselves.
10299 @item --preserve-root [=all]
10300 @opindex --preserve-root
10301 @cindex root directory, disallow recursive destruction
10302 Fail upon any attempt to remove the root directory, @file{/},
10303 when used with the @option{--recursive} option.
10304 This is the default behavior.
10305 @xref{Treating / specially}.
10306 When @samp{all} is specified, reject any command line argument
10307 that is not on the same file system as its parent.
10309 @item --no-preserve-root
10310 @opindex --no-preserve-root
10311 @cindex root directory, allow recursive destruction
10312 Do not treat @file{/} specially when removing recursively.
10313 This option is not recommended unless you really want to
10314 remove all the files on your computer.
10315 @xref{Treating / specially}.
10317 @item -r
10318 @itemx -R
10319 @itemx --recursive
10320 @opindex -r
10321 @opindex -R
10322 @opindex --recursive
10323 @cindex directories, removing (recursively)
10324 Remove the listed directories and their contents recursively.
10326 @item -v
10327 @itemx --verbose
10328 @opindex -v
10329 @opindex --verbose
10330 Print the name of each file before removing it.
10332 @end table
10334 @cindex files beginning with @samp{-}, removing
10335 @cindex @samp{-}, removing files beginning with
10336 One common question is how to remove files whose names begin with a
10337 @samp{-}.  GNU @command{rm}, like every program that uses the @code{getopt}
10338 function to parse its arguments, lets you use the @samp{--} option to
10339 indicate that all following arguments are non-options.  To remove a file
10340 called @file{-f} in the current directory, you could type either:
10342 @example
10343 rm -- -f
10344 @end example
10346 @noindent
10349 @example
10350 rm ./-f
10351 @end example
10353 @opindex - @r{and Unix @command{rm}}
10354 The Unix @command{rm} program's use of a single @samp{-} for this purpose
10355 predates the development of the @code{getopt} standard syntax.
10357 @exitstatus
10360 @node shred invocation
10361 @section @command{shred}: Remove files more securely
10363 @pindex shred
10364 @cindex data, erasing
10365 @cindex erasing data
10367 @command{shred} overwrites devices or files, to help prevent even
10368 extensive forensics from recovering the data.
10370 Ordinarily when you remove a file (@pxref{rm invocation}), its data
10371 and metadata are not actually destroyed.  Only the file's directory
10372 entry is removed, and the file's storage is reclaimed only when no
10373 process has the file open and no other directory entry links to the
10374 file.  And even if file's data and metadata's storage space is freed
10375 for further reuse, there are undelete utilities that will attempt to
10376 reconstruct the file from the data in freed storage, and that can
10377 bring the file back if the storage was not rewritten.
10379 On a busy system with a nearly-full device, space can get reused in a few
10380 seconds.  But there is no way to know for sure.  And although the
10381 undelete utilities and already-existing processes require insider or
10382 superuser access, you may be wary of the superuser,
10383 of processes running on your behalf, or of attackers
10384 that can physically access the storage device.  So if you have sensitive
10385 data, you may want to be sure that recovery is not possible
10386 by plausible attacks like these.
10388 The best way to remove something irretrievably is to destroy the media
10389 it's on with acid, melt it down, or the like.  For cheap removable media
10390 this is often the preferred method.  However, some storage devices
10391 are expensive or are harder to destroy, so the @command{shred} utility tries
10392 to achieve a similar effect non-destructively, by overwriting the file
10393 with non-sensitive data.
10395 @strong{Please note} that @command{shred} relies on a crucial
10396 assumption: that the file system and hardware overwrite data in place.
10397 Although this is common and is the traditional
10398 way to do things, many modern file system designs do not satisfy this
10399 assumption.  Exceptions include:
10401 @itemize @bullet
10403 @item
10404 Log-structured or journaled file systems, such as ext3/ext4 (in
10405 @code{data=journal} mode), Btrfs, NTFS, ReiserFS, XFS, ZFS, file
10406 systems supplied with AIX and Solaris, etc., when they are configured to
10407 journal data.
10409 @item
10410 File systems that write redundant data and carry on even if some writes
10411 fail, such as RAID-based file systems.
10413 @item
10414 File systems that make snapshots, such as Network Appliance's NFS server.
10416 @item
10417 File systems that cache in temporary locations, such as NFS version 3
10418 clients.
10420 @item
10421 Compressed file systems.
10422 @end itemize
10424 For ext3 and ext4 file systems, @command{shred} is less effective
10425 when the file system is in @code{data=journal}
10426 mode, which journals file data in addition to just metadata.  In both
10427 the @code{data=ordered} (default) and @code{data=writeback} modes,
10428 @command{shred} works as usual.  The ext3/ext4 journaling modes can be changed
10429 by adding the @code{data=something} option to the mount options for a
10430 particular file system in the @file{/etc/fstab} file, as documented in
10431 the @command{mount} man page (@samp{man mount}).  Alternatively, if
10432 you know how large the journal is, you can shred the journal by
10433 shredding enough file data so that the journal cycles around and fills
10434 up with shredded data.
10436 If you are not sure how your file system operates, then you should assume
10437 that it does not overwrite data in place, which means @command{shred} cannot
10438 reliably operate on regular files in your file system.
10440 Generally speaking, it is more reliable to shred a device than a file,
10441 since this bypasses file system design issues mentioned above.
10442 However, devices are also problematic for shredding, for reasons
10443 such as the following:
10445 @itemize @bullet
10447 @item
10448 Solid-state storage devices (SSDs) typically do wear leveling to
10449 prolong service life, and this means writes are distributed to other
10450 blocks by the hardware, so ``overwritten'' data blocks are still
10451 present in the underlying device.
10453 @item
10454 Most storage devices map out bad blocks invisibly to
10455 the application; if the bad blocks contain sensitive data,
10456 @command{shred} won't be able to destroy it.
10458 @item
10459 With some obsolete storage technologies,
10460 it may be possible to take (say) a floppy disk back
10461 to a laboratory and use a lot of sensitive (and expensive) equipment
10462 to look for the faint ``echoes'' of the original data underneath the
10463 overwritten data.  With these older technologies, if the file has been
10464 overwritten only once, it's reputedly not even that hard.  Luckily,
10465 this kind of data recovery has become difficult, and there is no
10466 public evidence that today's higher-density storage devices can be
10467 analyzed in this way.
10469 The @command{shred} command can use many overwrite passes,
10470 with data patterns chosen to
10471 maximize the damage they do to the old data.
10472 By default the patterns are designed for best effect on hard drives using
10473 now-obsolete technology; for newer devices, a single pass should suffice.
10474 For more details, see the source code and Peter Gutmann's paper
10475 @uref{https://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html,
10476 @cite{Secure Deletion of Data from Magnetic and Solid-State Memory}},
10477 from the proceedings of the Sixth USENIX Security Symposium (San Jose,
10478 California, July 22--25, 1996).
10479 @end itemize
10481 @command{shred} makes no attempt to detect or report these problems, just as
10482 it makes no attempt to do anything about backups.  However, since it is
10483 more reliable to shred devices than files, @command{shred} by default does
10484 not deallocate or remove the output file.  This default is more suitable
10485 for devices, which typically cannot be deallocated and should not be
10486 removed.
10488 Finally, consider the risk of backups and mirrors.
10489 File system backups and remote mirrors may contain copies of the
10490 file that cannot be removed, and that will allow a shredded file
10491 to be recovered later.  So if you keep any data you may later want
10492 to destroy using @command{shred}, be sure that it is not backed up or mirrored.
10494 @example
10495 shred [@var{option}]@dots{} @var{file}[@dots{}]
10496 @end example
10498 The program accepts the following options.  Also see @ref{Common options}.
10500 @table @samp
10502 @item -f
10503 @itemx --force
10504 @opindex -f
10505 @opindex --force
10506 @cindex force deletion
10507 Override file permissions if necessary to allow overwriting.
10509 @item -n @var{number}
10510 @itemx --iterations=@var{number}
10511 @opindex -n @var{number}
10512 @opindex --iterations=@var{number}
10513 @cindex iterations, selecting the number of
10514 By default, @command{shred} uses @value{SHRED_DEFAULT_PASSES} passes of
10515 overwrite.  You can reduce this to save time, or increase it if you think it's
10516 appropriate.  After 25 passes all of the internal overwrite patterns will have
10517 been used at least once.
10519 @item --random-source=@var{file}
10520 @opindex --random-source
10521 @cindex random source for shredding
10522 Use @var{file} as a source of random data used to overwrite and to
10523 choose pass ordering.  @xref{Random sources}.
10525 @item -s @var{bytes}
10526 @itemx --size=@var{bytes}
10527 @opindex -s @var{bytes}
10528 @opindex --size=@var{bytes}
10529 @cindex size of file to shred
10530 Shred the first @var{bytes} bytes of the file.  The default is to shred
10531 the whole file.  @var{bytes} can be followed by a size specification like
10532 @samp{K}, @samp{M}, or @samp{G} to specify a multiple.  @xref{Block size}.
10534 @item -u
10535 @itemx --remove[=@var{how}]
10536 @opindex -u
10537 @opindex --remove
10538 @opindex --remove=unlink
10539 @opindex --remove=wipe
10540 @opindex --remove=wipesync
10541 @cindex removing files after shredding
10542 After shredding a file, deallocate it (if possible) and then remove it.
10543 If a file has multiple links, only the named links will be removed.
10544 Often the file name is less sensitive than the file data, in which case
10545 the optional @var{how} parameter, supported with the long form option,
10546 gives control of how to more efficiently remove each directory entry.
10547 The @samp{unlink} parameter will just use a standard unlink call,
10548 @samp{wipe} will also first obfuscate bytes in the name, and
10549 @samp{wipesync} will also sync each obfuscated byte in the name to
10550 the file system.
10551 Note @samp{wipesync} is the default method, but can be expensive,
10552 requiring a sync for every character in every file.  This can become
10553 significant with many files, or is redundant if your file system provides
10554 synchronous metadata updates.
10556 @item -v
10557 @itemx --verbose
10558 @opindex -v
10559 @opindex --verbose
10560 Display to standard error all status updates as sterilization proceeds.
10562 @item -x
10563 @itemx --exact
10564 @opindex -x
10565 @opindex --exact
10566 By default, @command{shred} rounds the size of a regular file up to the next
10567 multiple of the file system block size to fully erase the slack space in
10568 the last block of the file.  This space may contain portions of the current
10569 system memory on some systems for example.
10570 Use @option{--exact} to suppress that behavior.
10571 Thus, by default if you shred a 10-byte regular file on a system with 512-byte
10572 blocks, the resulting file will be 512 bytes long.  With this option,
10573 shred does not increase the apparent size of the file.
10575 @item -z
10576 @itemx --zero
10577 @opindex -z
10578 @opindex --zero
10579 Normally, the last pass that @command{shred} writes is made up of
10580 random data.  If this would be conspicuous on your storage device (for
10581 example, because it looks like encrypted data), or you just think
10582 it's tidier, the @option{--zero} option adds an additional overwrite pass with
10583 all zero bits.  This is in addition to the number of passes specified
10584 by the @option{--iterations} option.
10586 @end table
10588 You might use the following command to erase the file system you
10589 created on a USB flash drive.  This command typically takes several
10590 minutes, depending on the drive's size and write speed.  On modern
10591 storage devices a single pass should be adequate, and will take one
10592 third the time of the default three-pass approach.
10594 @example
10595 shred -v -n 1 /dev/sdd1
10596 @end example
10598 Similarly, to erase all data on a selected partition of
10599 your device, you could give a command like the following.
10601 @example
10602 # 1 pass, write pseudo-random data; 3x faster than the default
10603 shred -v -n1 /dev/sda5
10604 @end example
10606 To be on the safe side, use at least one pass that overwrites using
10607 pseudo-random data.  I.e., don't be tempted to use @samp{-n0 --zero},
10608 in case some device controller optimizes the process of writing blocks
10609 of all zeros, and thereby does not clear all bytes in a block.
10610 Some SSDs may do just that.
10612 A @var{file} of @samp{-} denotes standard output.
10613 The intended use of this is to shred a removed temporary file.
10614 For example:
10616 @example
10617 i=$(mktemp)
10618 exec 3<>"$i"
10619 rm -- "$i"
10620 echo "Hello, world" >&3
10621 shred - >&3
10622 exec 3>-
10623 @end example
10625 However, the command @samp{shred - >file} does not shred the contents
10626 of @var{file}, since the shell truncates @var{file} before invoking
10627 @command{shred}.  Use the command @samp{shred file} or (if using a
10628 Bourne-compatible shell) the command @samp{shred - 1<>file} instead.
10630 @exitstatus
10633 @node Special file types
10634 @chapter Special file types
10636 @cindex special file types
10637 @cindex file types, special
10639 This chapter describes commands which create special types of files (and
10640 @command{rmdir}, which removes directories, one special file type).
10642 @cindex special file types
10643 @cindex file types
10644 Although Unix-like operating systems have markedly fewer special file
10645 types than others, not @emph{everything} can be treated only as the
10646 undifferentiated byte stream of @dfn{normal files}.  For example, when a
10647 file is created or removed, the system must record this information,
10648 which it does in a @dfn{directory} -- a special type of file.  Although
10649 you can read directories as normal files, if you're curious, in order
10650 for the system to do its job it must impose a structure, a certain
10651 order, on the bytes of the file.  Thus it is a ``special'' type of file.
10653 Besides directories, other special file types include named pipes
10654 (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
10656 @menu
10657 * link invocation::             Make a hard link via the link syscall
10658 * ln invocation::               Make links between files.
10659 * mkdir invocation::            Make directories.
10660 * mkfifo invocation::           Make FIFOs (named pipes).
10661 * mknod invocation::            Make block or character special files.
10662 * readlink invocation::         Print value of a symlink or canonical file name.
10663 * rmdir invocation::            Remove empty directories.
10664 * unlink invocation::           Remove files via the unlink syscall
10665 @end menu
10668 @node link invocation
10669 @section @command{link}: Make a hard link via the link syscall
10671 @pindex link
10672 @cindex links, creating
10673 @cindex hard links, creating
10674 @cindex creating links (hard only)
10676 @command{link} creates a single hard link at a time.
10677 It is a minimalist interface to the system-provided
10678 @code{link} function.  @xref{Hard Links, , , libc,
10679 The GNU C Library Reference Manual}.
10680 It avoids the bells and whistles of the more commonly-used
10681 @command{ln} command (@pxref{ln invocation}).
10682 Synopsis:
10684 @example
10685 link @var{filename} @var{linkname}
10686 @end example
10688 @var{filename} must specify an existing file, and @var{linkname}
10689 must specify a nonexistent entry in an existing directory.
10690 @command{link} simply calls @code{link (@var{filename}, @var{linkname})}
10691 to create the link.
10693 On a GNU system, this command acts like @samp{ln --directory
10694 --no-target-directory @var{filename} @var{linkname}}.  However, the
10695 @option{--directory} and @option{--no-target-directory} options are
10696 not specified by POSIX, and the @command{link} command is
10697 more portable in practice.
10699 If @var{filename} is a symbolic link, it is unspecified whether
10700 @var{linkname} will be a hard link to the symbolic link or to the
10701 target of the symbolic link.  Use @command{ln -P} or @command{ln -L}
10702 to specify which behavior is desired.
10704 @exitstatus
10707 @node ln invocation
10708 @section @command{ln}: Make links between files
10710 @pindex ln
10711 @cindex links, creating
10712 @cindex hard links, creating
10713 @cindex symbolic (soft) links, creating
10714 @cindex creating links (hard or soft)
10716 @cindex file systems and hard links
10717 @command{ln} makes links between files.  By default, it makes hard links;
10718 with the @option{-s} option, it makes symbolic (or @dfn{soft}) links.
10719 Synopses:
10721 @example
10722 ln [@var{option}]@dots{} [-T] @var{target} @var{linkname}
10723 ln [@var{option}]@dots{} @var{target}
10724 ln [@var{option}]@dots{} @var{target}@dots{} @var{directory}
10725 ln [@var{option}]@dots{} -t @var{directory} @var{target}@dots{}
10726 @end example
10728 @itemize @bullet
10730 @item
10731 If two file names are given, @command{ln} creates a link to the first
10732 file from the second.
10734 @item
10735 If one @var{target} is given, @command{ln} creates a link to that file
10736 in the current directory.
10738 @item
10739 If the @option{--target-directory} (@option{-t}) option is given, or
10740 failing that if the last file is a directory and the
10741 @option{--no-target-directory} (@option{-T}) option is not given,
10742 @command{ln} creates a link to each @var{target} file in the specified
10743 directory, using the @var{target}s' names.
10745 @end itemize
10747 Normally @command{ln} does not replace existing files.  Use the
10748 @option{--force} (@option{-f}) option to replace them unconditionally,
10749 the @option{--interactive} (@option{-i}) option to replace them
10750 conditionally, and the @option{--backup} (@option{-b}) option to
10751 rename them.  Unless the @option{--backup} (@option{-b}) option is
10752 used there is no brief moment when the destination does not exist;
10753 this is an extension to POSIX.
10755 @cindex hard link, defined
10756 @cindex inode, and hard links
10757 A @dfn{hard link} is another name for an existing file; the link and the
10758 original are indistinguishable.  Technically speaking, they share the
10759 same inode, and the inode contains all the information about a
10760 file -- indeed, it is not incorrect to say that the inode @emph{is} the
10761 file.  Most systems prohibit making a hard link to
10762 a directory; on those where it is allowed, only the super-user can do
10763 so (and with caution, since creating a cycle will cause problems to many
10764 other utilities).  Hard links cannot cross file system boundaries.  (These
10765 restrictions are not mandated by POSIX, however.)
10767 @cindex dereferencing symbolic links
10768 @cindex symbolic link, defined
10769 @dfn{Symbolic links} (@dfn{symlinks} for short), on the other hand, are
10770 a special file type (which not all kernels support: System V release 3
10771 (and older) systems lack symlinks) in which the link file actually
10772 refers to a different file, by name.  When most operations (opening,
10773 reading, writing, and so on) are passed the symbolic link file, the
10774 kernel automatically @dfn{dereferences} the link and operates on the
10775 target of the link.  But some operations (e.g., removing) work on the
10776 link file itself, rather than on its target.  The owner and group of a
10777 symlink are not significant to file access performed through
10778 the link, but do have implications on deleting a symbolic link from a
10779 directory with the restricted deletion bit set.  On the GNU system,
10780 the mode of a symlink has no significance and cannot be changed, but
10781 on some BSD systems, the mode can be changed and will affect whether
10782 the symlink will be traversed in file name resolution.  @xref{Symbolic Links,,,
10783 libc, The GNU C Library Reference Manual}.
10785 Symbolic links can contain arbitrary strings; a @dfn{dangling symlink}
10786 occurs when the string in the symlink does not resolve to a file.
10787 There are no restrictions against creating dangling symbolic links.
10788 There are trade-offs to using absolute or relative symlinks.  An
10789 absolute symlink always points to the same file, even if the directory
10790 containing the link is moved.  However, if the symlink is visible from
10791 more than one machine (such as on a networked file system), the file
10792 pointed to might not always be the same.  A relative symbolic link is
10793 resolved in relation to the directory that contains the link, and is
10794 often useful in referring to files on the same device without regards
10795 to what name that device is mounted on when accessed via networked
10796 machines.
10798 When creating a relative symlink in a different location than the
10799 current directory, the resolution of the symlink will be different
10800 than the resolution of the same string from the current directory.
10801 Therefore, many users prefer to first change directories to the
10802 location where the relative symlink will be created, so that
10803 tab-completion or other file resolution will find the same target as
10804 what will be placed in the symlink.
10806 The program accepts the following options.  Also see @ref{Common options}.
10808 @table @samp
10810 @optBackup
10812 @item -d
10813 @itemx -F
10814 @itemx --directory
10815 @opindex -d
10816 @opindex -F
10817 @opindex --directory
10818 @cindex hard links to directories
10819 Allow users with appropriate privileges to attempt to make hard links
10820 to directories.
10821 However, note that this will probably fail due to
10822 system restrictions, even for the super-user.
10824 @item -f
10825 @itemx --force
10826 @opindex -f
10827 @opindex --force
10828 Remove existing destination files.
10830 @item -i
10831 @itemx --interactive
10832 @opindex -i
10833 @opindex --interactive
10834 @cindex prompting, and @command{ln}
10835 Prompt whether to remove existing destination files,
10836 and fail if the response is not affirmative.
10838 @item -L
10839 @itemx --logical
10840 @opindex -L
10841 @opindex --logical
10842 If @option{-s} is not in effect, and the source file is a symbolic
10843 link, create the hard link to the file referred to by the symbolic
10844 link, rather than the symbolic link itself.
10846 @item -n
10847 @itemx --no-dereference
10848 @opindex -n
10849 @opindex --no-dereference
10850 Do not treat the last operand specially when it is a symbolic link to
10851 a directory.  Instead, treat it as if it were a normal file.
10853 When the destination is an actual directory (not a symlink to one),
10854 there is no ambiguity.  The link is created in that directory.
10855 But when the specified destination is a symlink to a directory,
10856 there are two ways to treat the user's request.  @command{ln} can
10857 treat the destination just as it would a normal directory and create
10858 the link in it.  On the other hand, the destination can be viewed as a
10859 non-directory -- as the symlink itself.  In that case, @command{ln}
10860 must delete or backup that symlink before creating the new link.
10861 The default is to treat a destination that is a symlink to a directory
10862 just like a directory.
10864 This option is weaker than the @option{--no-target-directory}
10865 (@option{-T}) option, so it has no effect if both options are given.
10867 @item -P
10868 @itemx --physical
10869 @opindex -P
10870 @opindex --physical
10871 If @option{-s} is not in effect, and the source file is a symbolic
10872 link, create the hard link to the symbolic link itself.  On platforms
10873 where this is not supported by the kernel, this option creates a
10874 symbolic link with identical contents; since symbolic link contents
10875 cannot be edited, any file name resolution performed through either
10876 link will be the same as if a hard link had been created.
10878 @item -r
10879 @itemx --relative
10880 @opindex -r
10881 @opindex --relative
10882 Make symbolic links relative to the link location.
10883 This option is only valid with the @option{--symbolic} option.
10885 Example:
10887 @example
10888 ln -srv /a/file /tmp
10889 '/tmp/file' -> '../a/file'
10890 @end example
10892 Relative symbolic links are generated based on their canonicalized
10893 containing directory, and canonicalized targets.  I.e., all symbolic
10894 links in these file names will be resolved.
10895 @xref{realpath invocation}, which gives greater control
10896 over relative file name generation, as demonstrated in the following example:
10898 @example
10899 @verbatim
10900 ln--relative() {
10901   test "$1" = --no-symlinks && { nosym=$1; shift; }
10902   target="$1";
10903   test -d "$2" && link="$2/." || link="$2"
10904   rtarget="$(realpath $nosym -m "$target" \
10905               --relative-to "$(dirname "$link")")"
10906   ln -s -v "$rtarget" "$link"
10908 @end verbatim
10909 @end example
10911 @item -s
10912 @itemx --symbolic
10913 @opindex -s
10914 @opindex --symbolic
10915 Make symbolic links instead of hard links.  This option merely produces
10916 an error message on systems that do not support symbolic links.
10918 @optBackupSuffix
10920 @optTargetDirectory
10922 @optNoTargetDirectory
10924 @item -v
10925 @itemx --verbose
10926 @opindex -v
10927 @opindex --verbose
10928 Print the name of each file after linking it successfully.
10930 @end table
10932 @cindex hard links to symbolic links
10933 @cindex symbolic links and @command{ln}
10934 If @option{-L} and @option{-P} are both given, the last one takes
10935 precedence.  If @option{-s} is also given, @option{-L} and @option{-P}
10936 are silently ignored.  If neither option is given, then this
10937 implementation defaults to @option{-P} if the system @code{link} supports
10938 hard links to symbolic links (such as the GNU system), and @option{-L}
10939 if @code{link} follows symbolic links (such as on BSD).
10941 @exitstatus
10943 Examples:
10945 @example
10946 Bad Example:
10948 # Create link ../a pointing to a in that directory.
10949 # Not really useful because it points to itself.
10950 ln -s a ..
10952 Better Example:
10954 # Change to the target before creating symlinks to avoid being confused.
10955 cd ..
10956 ln -s adir/a .
10958 Bad Example:
10960 # Hard coded file names don't move well.
10961 ln -s $(pwd)/a /some/dir/
10963 Better Example:
10965 # Relative file names survive directory moves and also
10966 # work across networked file systems.
10967 ln -s afile anotherfile
10968 ln -s ../adir/afile yetanotherfile
10969 @end example
10972 @node mkdir invocation
10973 @section @command{mkdir}: Make directories
10975 @pindex mkdir
10976 @cindex directories, creating
10977 @cindex creating directories
10979 @command{mkdir} creates directories with the specified names.  Synopsis:
10981 @example
10982 mkdir [@var{option}]@dots{} @var{name}@dots{}
10983 @end example
10985 @command{mkdir} creates each directory @var{name} in the order given.
10986 It reports an error if @var{name} already exists, unless the
10987 @option{-p} option is given and @var{name} is a directory.
10989 The program accepts the following options.  Also see @ref{Common options}.
10991 @table @samp
10993 @item -m @var{mode}
10994 @itemx --mode=@var{mode}
10995 @opindex -m
10996 @opindex --mode
10997 @cindex modes of created directories, setting
10998 Set the file permission bits of created directories to @var{mode},
10999 which uses the same syntax as
11000 in @command{chmod} and uses @samp{a=rwx} (read, write and execute allowed for
11001 everyone) for the point of the departure.  @xref{File permissions}.
11002 This option affects only directories given on the command line;
11003 it does not affect any parents that may be created via the @option{-p} option.
11005 Normally the directory has the desired file mode bits at the moment it
11006 is created.  As a GNU extension, @var{mode} may also mention
11007 special mode bits, but in this case there may be a temporary window
11008 during which the directory exists but its special mode bits are
11009 incorrect.  @xref{Directory Setuid and Setgid}, for how the
11010 set-user-ID and set-group-ID bits of directories are inherited unless
11011 overridden in this way.
11013 @item -p
11014 @itemx --parents
11015 @opindex -p
11016 @opindex --parents
11017 @cindex parent directories, creating
11018 Make any missing parent directories for each argument, setting their
11019 file permission bits to @samp{=rwx,u+wx},
11020 that is, with the umask modified by @samp{u+wx}.  Ignore
11021 existing parent directories, and do not change their file permission
11022 bits.
11024 If the @option{-m} option is also given, it does not affect
11025 file permission bits of any newly-created parent directories.
11026 To control these bits, set the
11027 umask before invoking @command{mkdir}.  For example, if the shell
11028 command @samp{(umask u=rwx,go=rx; mkdir -p P/Q)} creates the parent
11029 @file{P} it sets the parent's file permission bits to @samp{u=rwx,go=rx}.
11030 (The umask must include @samp{u=wx} for this method to work.)
11031 To set a parent's special mode bits as well, you can invoke
11032 @command{chmod} after @command{mkdir}.  @xref{Directory Setuid and
11033 Setgid}, for how the set-user-ID and set-group-ID bits of
11034 newly-created parent directories are inherited.
11036 @item -v
11037 @itemx --verbose
11038 @opindex -v
11039 @opindex --verbose
11040 Print a message for each created directory.  This is most useful with
11041 @option{--parents}.
11043 @optContext
11045 @end table
11047 @exitstatus
11050 @node mkfifo invocation
11051 @section @command{mkfifo}: Make FIFOs (named pipes)
11053 @pindex mkfifo
11054 @cindex FIFOs, creating
11055 @cindex named pipes, creating
11056 @cindex creating FIFOs (named pipes)
11058 @command{mkfifo} creates FIFOs (also called @dfn{named pipes}) with the
11059 specified names.  Synopsis:
11061 @example
11062 mkfifo [@var{option}] @var{name}@dots{}
11063 @end example
11065 A @dfn{FIFO} is a special file type that permits independent processes
11066 to communicate.  One process opens the FIFO file for writing, and
11067 another for reading, after which data can flow as with the usual
11068 anonymous pipe in shells or elsewhere.
11070 The program accepts the following options.  Also see @ref{Common options}.
11072 @table @samp
11074 @item -m @var{mode}
11075 @itemx --mode=@var{mode}
11076 @opindex -m
11077 @opindex --mode
11078 @cindex modes of created FIFOs, setting
11079 Set the mode of created FIFOs to @var{mode}, which is symbolic as in
11080 @command{chmod} and uses @samp{a=rw} (read and write allowed for everyone)
11081 for the point of departure.  @var{mode} should specify only file
11082 permission bits.  @xref{File permissions}.
11084 @optContext
11086 @end table
11088 @exitstatus
11091 @node mknod invocation
11092 @section @command{mknod}: Make block or character special files
11094 @pindex mknod
11095 @cindex block special files, creating
11096 @cindex character special files, creating
11098 @command{mknod} creates a FIFO, character special file, or block special
11099 file with the specified name.  Synopsis:
11101 @example
11102 mknod [@var{option}]@dots{} @var{name} @var{type} [@var{major} @var{minor}]
11103 @end example
11105 @cindex special files
11106 @cindex block special files
11107 @cindex character special files
11108 Unlike the phrase ``special file type'' above, the term @dfn{special
11109 file} has a technical meaning on Unix: something that can generate or
11110 receive data.  Usually this corresponds to a physical piece of hardware,
11111 e.g., a printer or a flash drive.  (These files are typically created at
11112 system-configuration time.)  The @command{mknod} command is what creates
11113 files of this type.  Such devices can be read either a character at a
11114 time or a ``block'' (many characters) at a time, hence we say there are
11115 @dfn{block special} files and @dfn{character special} files.
11117 @c mknod is a shell built-in at least with OpenBSD's /bin/sh
11118 @mayConflictWithShellBuiltIn{mknod}
11120 The arguments after @var{name} specify the type of file to make:
11122 @table @samp
11124 @item p
11125 @opindex p @r{for FIFO file}
11126 for a FIFO
11128 @item b
11129 @opindex b @r{for block special file}
11130 for a block special file
11132 @item c
11133 @c Don't document the 'u' option -- it's just a synonym for 'c'.
11134 @c Do *any* versions of mknod still use it?
11135 @c @itemx u
11136 @opindex c @r{for character special file}
11137 @c @opindex u @r{for character special file}
11138 for a character special file
11140 @end table
11142 When making a block or character special file, the major and minor
11143 device numbers must be given after the file type.
11144 If a major or minor device number begins with @samp{0x} or @samp{0X},
11145 it is interpreted as hexadecimal; otherwise, if it begins with @samp{0},
11146 as octal; otherwise, as decimal.
11148 The program accepts the following options.  Also see @ref{Common options}.
11150 @table @samp
11152 @item -m @var{mode}
11153 @itemx --mode=@var{mode}
11154 @opindex -m
11155 @opindex --mode
11156 Set the mode of created files to @var{mode}, which is symbolic as in
11157 @command{chmod} and uses @samp{a=rw} as the point of departure.
11158 @var{mode} should specify only file permission bits.
11159 @xref{File permissions}.
11161 @optContext
11163 @end table
11165 @exitstatus
11168 @node readlink invocation
11169 @section @command{readlink}: Print value of a symlink or canonical file name
11171 @pindex readlink
11172 @cindex displaying value of a symbolic link
11173 @cindex canonical file name
11174 @cindex canonicalize a file name
11175 @cindex realpath
11177 @command{readlink} may work in one of two supported modes:
11179 @table @samp
11181 @item Readlink mode
11183 @command{readlink} outputs the value of the given symbolic links.
11184 If @command{readlink} is invoked with an argument other than the name
11185 of a symbolic link, it produces no output and exits with a nonzero exit code.
11187 @item Canonicalize mode
11189 @command{readlink} outputs the absolute name of the given files which contain
11190 no @file{.}, @file{..} components nor any repeated separators
11191 (@file{/}) or symbolic links.  Note the @command{realpath} command is the
11192 preferred command to use for canonicalization.  @xref{realpath invocation}.
11194 @end table
11196 @example
11197 readlink [@var{option}]@dots{} @var{file}@dots{}
11198 @end example
11200 By default, @command{readlink} operates in readlink mode.
11202 The program accepts the following options.  Also see @ref{Common options}.
11204 @table @samp
11206 @item -f
11207 @itemx --canonicalize
11208 @opindex -f
11209 @opindex --canonicalize
11210 Activate canonicalize mode.
11211 If any component of the file name except the last one is missing or unavailable,
11212 @command{readlink} produces no output and exits with a nonzero exit
11213 code.  A trailing slash is ignored.
11215 @item -e
11216 @itemx --canonicalize-existing
11217 @opindex -e
11218 @opindex --canonicalize-existing
11219 Activate canonicalize mode.
11220 If any component is missing or unavailable, @command{readlink} produces
11221 no output and exits with a nonzero exit code.  A trailing slash
11222 requires that the name resolve to a directory.
11224 @item -m
11225 @itemx --canonicalize-missing
11226 @opindex -m
11227 @opindex --canonicalize-missing
11228 Activate canonicalize mode.
11229 If any component is missing or unavailable, @command{readlink} treats it
11230 as a directory.
11232 @item -n
11233 @itemx --no-newline
11234 @opindex -n
11235 @opindex --no-newline
11236 Do not print the output delimiter, when a single @var{file} is specified.
11237 Print a warning if specified along with multiple @var{file}s.
11239 @item -s
11240 @itemx -q
11241 @itemx --silent
11242 @itemx --quiet
11243 @opindex -s
11244 @opindex -q
11245 @opindex --silent
11246 @opindex --quiet
11247 Suppress most error messages.  On by default.
11249 @item -v
11250 @itemx --verbose
11251 @opindex -v
11252 @opindex --verbose
11253 Report error messages.
11255 @optZero
11257 @end table
11259 The @command{readlink} utility first appeared in OpenBSD 2.1.
11261 The @command{realpath} command without options, operates like
11262 @command{readlink} in canonicalize mode.
11264 @exitstatus
11267 @node rmdir invocation
11268 @section @command{rmdir}: Remove empty directories
11270 @pindex rmdir
11271 @cindex removing empty directories
11272 @cindex directories, removing empty
11274 @command{rmdir} removes empty directories.  Synopsis:
11276 @example
11277 rmdir [@var{option}]@dots{} @var{directory}@dots{}
11278 @end example
11280 If any @var{directory} argument does not refer to an existing empty
11281 directory, it is an error.
11283 The program accepts the following options.  Also see @ref{Common options}.
11285 @table @samp
11287 @item --ignore-fail-on-non-empty
11288 @opindex --ignore-fail-on-non-empty
11289 @cindex directory deletion, ignoring failures
11290 Ignore each failure to remove a directory that is non-empty.
11292 @item -p
11293 @itemx --parents
11294 @opindex -p
11295 @opindex --parents
11296 @cindex parent directories, removing
11297 Remove @var{directory}, then try to remove each component of @var{directory}.
11298 So, for example, @samp{rmdir -p a/b/c} is similar to @samp{rmdir a/b/c a/b a}.
11299 As such, it fails if any of those directories turns out not to be empty.
11300 Use the @option{--ignore-fail-on-non-empty} option to make it so such
11301 a failure does not evoke a diagnostic and does not cause @command{rmdir} to
11302 exit unsuccessfully.
11304 @item -v
11305 @itemx --verbose
11306 @opindex -v
11307 @opindex --verbose
11308 @cindex directory deletion, reporting
11309 Give a diagnostic for each successful removal.
11310 @var{directory} is removed.
11312 @end table
11314 @xref{rm invocation}, for how to remove non-empty directories recursively.
11316 To remove all empty directories under @var{dirname}, including
11317 directories that become empty because other directories are removed,
11318 you can use either of the following commands:
11320 @example
11321 # This uses GNU extensions.
11322 find @var{dirname} -type d -empty -delete
11324 # This runs on any POSIX platform.
11325 find @var{dirname} -depth -type d -exec rmdir @{@} +
11326 @end example
11328 @exitstatus
11331 @node unlink invocation
11332 @section @command{unlink}: Remove files via the unlink syscall
11334 @pindex unlink
11335 @cindex removing files or directories (via the unlink syscall)
11337 @command{unlink} deletes a single specified file name.
11338 It is a minimalist interface to the system-provided
11339 @code{unlink} function.  @xref{Deleting Files, , , libc,
11340 The GNU C Library Reference Manual}.  Synopsis:
11341 It avoids the bells and whistles of the more commonly-used
11342 @command{rm} command (@pxref{rm invocation}).
11344 @example
11345 unlink @var{filename}
11346 @end example
11348 On some systems @code{unlink} can be used to delete the name of a
11349 directory.  On others, it can be used that way only by a privileged user.
11350 In the GNU system @code{unlink} can never delete the name of a directory.
11352 The @command{unlink} command honors the @option{--help} and
11353 @option{--version} options.  To remove a file whose name begins with
11354 @samp{-}, prefix the name with @samp{./}, e.g., @samp{unlink ./--help}.
11356 @exitstatus
11359 @node Changing file attributes
11360 @chapter Changing file attributes
11362 @cindex changing file attributes
11363 @cindex file attributes, changing
11364 @cindex attributes, file
11366 A file is not merely its contents, a name, and a file type
11367 (@pxref{Special file types}).  A file also has an owner (a user ID), a
11368 group (a group ID), permissions (what the owner can do with the file,
11369 what people in the group can do, and what everyone else can do), various
11370 timestamps, and other information.  Collectively, we call these a file's
11371 @dfn{attributes}.
11373 These commands change file attributes.
11375 @menu
11376 * chown invocation::            Change file owners and groups.
11377 * chgrp invocation::            Change file groups.
11378 * chmod invocation::            Change access permissions.
11379 * touch invocation::            Change file timestamps.
11380 @end menu
11383 @node chown invocation
11384 @section @command{chown}: Change file owner and group
11386 @pindex chown
11387 @cindex file ownership, changing
11388 @cindex group ownership, changing
11389 @cindex changing file ownership
11390 @cindex changing group ownership
11392 @command{chown} changes the user and/or group ownership of each given @var{file}
11393 to @var{new-owner} or to the user and group of an existing reference file.
11394 Synopsis:
11396 @example
11397 chown [@var{option}]@dots{} @{@var{new-owner} | --reference=@var{ref_file}@}@c
11398  @var{file}@dots{}
11399 @end example
11401 If used, @var{new-owner} specifies the new owner and/or group as follows
11402 (with no embedded white space):
11404 @example
11405 [@var{owner}] [ : [@var{group}] ]
11406 @end example
11408 Specifically:
11410 @table @var
11411 @item owner
11412 If only an @var{owner} (a user name or numeric user ID) is given, that
11413 user is made the owner of each given file, and the files' group is not
11414 changed.
11416 @item owner@samp{:}group
11417 If the @var{owner} is followed by a colon and a @var{group} (a
11418 group name or numeric group ID), with no spaces between them, the group
11419 ownership of the files is changed as well (to @var{group}).
11421 @item owner@samp{:}
11422 If a colon but no group name follows @var{owner}, that user is
11423 made the owner of the files and the group of the files is changed to
11424 @var{owner}'s login group.
11426 @item @samp{:}group
11427 If the colon and following @var{group} are given, but the owner
11428 is omitted, only the group of the files is changed; in this case,
11429 @command{chown} performs the same function as @command{chgrp}.
11431 @item @samp{:}
11432 If only a colon is given, or if @var{new-owner} is empty, neither the
11433 owner nor the group is changed.
11435 @end table
11437 If @var{owner} or @var{group} is intended to represent a numeric user
11438 or group ID, then you may specify it with a leading @samp{+}.
11439 @xref{Disambiguating names and IDs}.
11441 Some older scripts may still use @samp{.} in place of the @samp{:} separator.
11442 POSIX 1003.1-2001 (@pxref{Standards conformance}) does not
11443 require support for that, but for backward compatibility GNU
11444 @command{chown} supports @samp{.} so long as no ambiguity results,
11445 although it issues a warning and support may be removed in future versions.
11446 New scripts should avoid the use of @samp{.} because it is not
11447 portable, and because it has undesirable results if the entire
11448 @var{owner@samp{.}group} happens to identify a user whose name
11449 contains @samp{.}.
11451 @macro chownGroupRestrictions
11452 It is system dependent whether a user can change the group to an arbitrary one,
11453 or the more portable behavior of being restricted to setting a group of
11454 which the user is a member.
11455 @end macro
11456 @chownGroupRestrictions
11458 The @command{chown} command sometimes clears the set-user-ID or
11459 set-group-ID permission bits.  This behavior depends on the policy and
11460 functionality of the underlying @code{chown} system call, which may
11461 make system-dependent file mode modifications outside the control of
11462 the @command{chown} command.  For example, the @command{chown} command
11463 might not affect those bits when invoked by a user with appropriate
11464 privileges, or when the
11465 bits signify some function other than executable permission (e.g.,
11466 mandatory locking).
11467 When in doubt, check the underlying system behavior.
11469 The program accepts the following options.  Also see @ref{Common options}.
11471 @table @samp
11473 @item -c
11474 @itemx --changes
11475 @opindex -c
11476 @opindex --changes
11477 @cindex changed owners, verbosely describing
11478 Verbosely describe the action for each @var{file} whose ownership
11479 actually changes.
11481 @item -f
11482 @itemx --silent
11483 @itemx --quiet
11484 @opindex -f
11485 @opindex --silent
11486 @opindex --quiet
11487 @cindex error messages, omitting
11488 Do not print error messages about files whose ownership cannot be
11489 changed.
11491 @item --from=@var{old-owner}
11492 @opindex --from
11493 @cindex symbolic links, changing owner
11494 Change a @var{file}'s ownership only if it has current attributes specified
11495 by @var{old-owner}.  @var{old-owner} has the same form as @var{new-owner}
11496 described above.
11497 This option is useful primarily from a security standpoint in that
11498 it narrows considerably the window of potential abuse.
11499 For example, to reflect a user ID numbering change for one user's files
11500 without an option like this, @code{root} might run
11502 @example
11503 find / -owner OLDUSER -print0 | xargs -0 chown -h NEWUSER
11504 @end example
11506 But that is dangerous because the interval between when the @command{find}
11507 tests the existing file's owner and when the @command{chown} is actually run
11508 may be quite large.
11509 One way to narrow the gap would be to invoke chown for each file
11510 as it is found:
11512 @example
11513 find / -owner OLDUSER -exec chown -h NEWUSER @{@} \;
11514 @end example
11516 But that is very slow if there are many affected files.
11517 With this option, it is safer (the gap is narrower still)
11518 though still not perfect:
11520 @example
11521 chown -h -R --from=OLDUSER NEWUSER /
11522 @end example
11524 @item --dereference
11525 @opindex --dereference
11526 @cindex symbolic links, changing owner
11527 @findex lchown
11528 Do not act on symbolic links themselves but rather on what they point to.
11529 This is the default when not operating recursively.
11530 @warnOptDerefWithRec
11532 @item -h
11533 @itemx --no-dereference
11534 @opindex -h
11535 @opindex --no-dereference
11536 @cindex symbolic links, changing owner
11537 @findex lchown
11538 Act on symbolic links themselves instead of what they point to.
11539 This mode relies on the @code{lchown} system call.
11540 On systems that do not provide the @code{lchown} system call,
11541 @command{chown} fails when a file specified on the command line
11542 is a symbolic link.
11543 By default, no diagnostic is issued for symbolic links encountered
11544 during a recursive traversal, but see @option{--verbose}.
11546 @item --preserve-root
11547 @opindex --preserve-root
11548 @cindex root directory, disallow recursive modification
11549 Fail upon any attempt to recursively change the root directory, @file{/}.
11550 Without @option{--recursive}, this option has no effect.
11551 @xref{Treating / specially}.
11553 @item --no-preserve-root
11554 @opindex --no-preserve-root
11555 @cindex root directory, allow recursive modification
11556 Cancel the effect of any preceding @option{--preserve-root} option.
11557 @xref{Treating / specially}.
11559 @item --reference=@var{ref_file}
11560 @opindex --reference
11561 Change the user and group of each @var{file} to be the same as those of
11562 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11563 user and group of the symbolic link, but rather those of the file it
11564 refers to.
11566 @item -v
11567 @itemx --verbose
11568 @opindex -v
11569 @opindex --verbose
11570 Output a diagnostic for every file processed.
11571 If a symbolic link is encountered during a recursive traversal
11572 on a system without the @code{lchown} system call, and @option{--no-dereference}
11573 is in effect, then issue a diagnostic saying neither the symbolic link nor
11574 its referent is being changed.
11576 @item -R
11577 @itemx --recursive
11578 @opindex -R
11579 @opindex --recursive
11580 @cindex recursively changing file ownership
11581 Recursively change ownership of directories and their contents.
11583 @choptH
11584 @xref{Traversing symlinks}.
11586 @choptL
11587 @warnOptDerefWithRec
11588 @xref{Traversing symlinks}.
11590 @choptP
11591 @xref{Traversing symlinks}.
11593 @end table
11595 @exitstatus
11597 Examples:
11599 @example
11600 # Change the owner of /u to "root".
11601 chown root /u
11603 # Likewise, but also change its group to "staff".
11604 chown root:staff /u
11606 # Change the owner of /u and subfiles to "root".
11607 chown -hR root /u
11608 @end example
11611 @node chgrp invocation
11612 @section @command{chgrp}: Change group ownership
11614 @pindex chgrp
11615 @cindex group ownership, changing
11616 @cindex changing group ownership
11618 @command{chgrp} changes the group ownership of each given @var{file}
11619 to @var{group} (which can be either a group name or a numeric group ID)
11620 or to the group of an existing reference file.  @xref{chown invocation}.
11621 Synopsis:
11623 @example
11624 chgrp [@var{option}]@dots{} @{@var{group} | --reference=@var{ref_file}@}@c
11625  @var{file}@dots{}
11626 @end example
11628 If @var{group} is intended to represent a
11629 numeric group ID, then you may specify it with a leading @samp{+}.
11630 @xref{Disambiguating names and IDs}.
11632 @chownGroupRestrictions
11634 The program accepts the following options.  Also see @ref{Common options}.
11636 @table @samp
11638 @item -c
11639 @itemx --changes
11640 @opindex -c
11641 @opindex --changes
11642 @cindex changed files, verbosely describing
11643 Verbosely describe the action for each @var{file} whose group actually
11644 changes.
11646 @item -f
11647 @itemx --silent
11648 @itemx --quiet
11649 @opindex -f
11650 @opindex --silent
11651 @opindex --quiet
11652 @cindex error messages, omitting
11653 Do not print error messages about files whose group cannot be
11654 changed.
11656 @item --dereference
11657 @opindex --dereference
11658 @cindex symbolic links, changing owner
11659 @findex lchown
11660 Do not act on symbolic links themselves but rather on what they point to.
11661 This is the default when not operating recursively.
11662 @warnOptDerefWithRec
11664 @item -h
11665 @itemx --no-dereference
11666 @opindex -h
11667 @opindex --no-dereference
11668 @cindex symbolic links, changing group
11669 @findex lchown
11670 Act on symbolic links themselves instead of what they point to.
11671 This mode relies on the @code{lchown} system call.
11672 On systems that do not provide the @code{lchown} system call,
11673 @command{chgrp} fails when a file specified on the command line
11674 is a symbolic link.
11675 By default, no diagnostic is issued for symbolic links encountered
11676 during a recursive traversal, but see @option{--verbose}.
11678 @item --preserve-root
11679 @opindex --preserve-root
11680 @cindex root directory, disallow recursive modification
11681 Fail upon any attempt to recursively change the root directory, @file{/}.
11682 Without @option{--recursive}, this option has no effect.
11683 @xref{Treating / specially}.
11685 @item --no-preserve-root
11686 @opindex --no-preserve-root
11687 @cindex root directory, allow recursive modification
11688 Cancel the effect of any preceding @option{--preserve-root} option.
11689 @xref{Treating / specially}.
11691 @item --reference=@var{ref_file}
11692 @opindex --reference
11693 Change the group of each @var{file} to be the same as that of
11694 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11695 group of the symbolic link, but rather that of the file it refers to.
11697 @item -v
11698 @itemx --verbose
11699 @opindex -v
11700 @opindex --verbose
11701 Output a diagnostic for every file processed.
11702 If a symbolic link is encountered during a recursive traversal
11703 on a system without the @code{lchown} system call, and @option{--no-dereference}
11704 is in effect, then issue a diagnostic saying neither the symbolic link nor
11705 its referent is being changed.
11707 @item -R
11708 @itemx --recursive
11709 @opindex -R
11710 @opindex --recursive
11711 @cindex recursively changing group ownership
11712 Recursively change the group ownership of directories and their contents.
11714 @choptH
11715 @xref{Traversing symlinks}.
11717 @choptL
11718 @warnOptDerefWithRec
11719 @xref{Traversing symlinks}.
11721 @choptP
11722 @xref{Traversing symlinks}.
11724 @end table
11726 @exitstatus
11728 Examples:
11730 @example
11731 # Change the group of /u to "staff".
11732 chgrp staff /u
11734 # Change the group of /u and subfiles to "staff".
11735 chgrp -hR staff /u
11736 @end example
11739 @node chmod invocation
11740 @section @command{chmod}: Change access permissions
11742 @pindex chmod
11743 @cindex changing access permissions
11744 @cindex access permissions, changing
11745 @cindex permissions, changing access
11747 @command{chmod} changes the access permissions of the named files.  Synopsis:
11749 @example
11750 chmod [@var{option}]@dots{} @{@var{mode} | --reference=@var{ref_file}@}@c
11751  @var{file}@dots{}
11752 @end example
11754 @cindex symbolic links, permissions of
11755 @command{chmod} never changes the permissions of symbolic links, since
11756 the @command{chmod} system call cannot change their permissions.
11757 This is not a problem since the permissions of symbolic links are
11758 never used.  However, for each symbolic link listed on the command
11759 line, @command{chmod} changes the permissions of the pointed-to file.
11760 In contrast, @command{chmod} ignores symbolic links encountered during
11761 recursive directory traversals.
11763 Only a process whose effective user ID matches the user ID of the file,
11764 or a process with appropriate privileges, is permitted to change the
11765 file mode bits of a file.
11767 A successful use of @command{chmod} clears the set-group-ID bit of a
11768 regular file if the file's group ID does not match the user's
11769 effective group ID or one of the user's supplementary group IDs,
11770 unless the user has appropriate privileges.  Additional restrictions
11771 may cause the set-user-ID and set-group-ID bits of @var{mode} or
11772 @var{ref_file} to be ignored.  This behavior depends on the policy and
11773 functionality of the underlying @code{chmod} system call.  When in
11774 doubt, check the underlying system behavior.
11776 If used, @var{mode} specifies the new file mode bits.
11777 For details, see the section on @ref{File permissions}.
11778 If you really want @var{mode} to have a leading @samp{-}, you should
11779 use @option{--} first, e.g., @samp{chmod -- -w file}.  Typically,
11780 though, @samp{chmod a-w file} is preferable, and @command{chmod -w
11781 file} (without the @option{--}) complains if it behaves differently
11782 from what @samp{chmod a-w file} would do.
11784 The program accepts the following options.  Also see @ref{Common options}.
11786 @table @samp
11788 @item -c
11789 @itemx --changes
11790 @opindex -c
11791 @opindex --changes
11792 Verbosely describe the action for each @var{file} whose permissions
11793 actually change.
11795 @item -f
11796 @itemx --silent
11797 @itemx --quiet
11798 @opindex -f
11799 @opindex --silent
11800 @opindex --quiet
11801 @cindex error messages, omitting
11802 Do not print error messages about files whose permissions cannot be
11803 changed.
11805 @item --preserve-root
11806 @opindex --preserve-root
11807 @cindex root directory, disallow recursive modification
11808 Fail upon any attempt to recursively change the root directory, @file{/}.
11809 Without @option{--recursive}, this option has no effect.
11810 @xref{Treating / specially}.
11812 @item --no-preserve-root
11813 @opindex --no-preserve-root
11814 @cindex root directory, allow recursive modification
11815 Cancel the effect of any preceding @option{--preserve-root} option.
11816 @xref{Treating / specially}.
11818 @item -v
11819 @itemx --verbose
11820 @opindex -v
11821 @opindex --verbose
11822 Verbosely describe the action or non-action taken for every @var{file}.
11824 @item --reference=@var{ref_file}
11825 @opindex --reference
11826 Change the mode of each @var{file} to be the same as that of @var{ref_file}.
11827 @xref{File permissions}.
11828 If @var{ref_file} is a symbolic link, do not use the mode
11829 of the symbolic link, but rather that of the file it refers to.
11831 @item -R
11832 @itemx --recursive
11833 @opindex -R
11834 @opindex --recursive
11835 @cindex recursively changing access permissions
11836 Recursively change permissions of directories and their contents.
11838 @end table
11840 @exitstatus
11842 Examples:
11844 @smallexample
11845 # Change file permissions of FOO to be world readable
11846 # and user writable, with no other permissions.
11847 chmod 644 foo
11848 chmod a=r,u+w foo
11850 # Add user and group execute permissions to FOO.
11851 chmod +110 file
11852 chmod ug+x file
11854 # Set file permissions of DIR and subsidiary files to
11855 # be the umask default, assuming execute permissions for
11856 # directories and for files already executable.
11857 chmod -R a=,+rwX dir
11858 @end smallexample
11861 @node touch invocation
11862 @section @command{touch}: Change file timestamps
11864 @pindex touch
11865 @cindex changing file timestamps
11866 @cindex file timestamps, changing
11867 @cindex timestamps, changing file
11869 @command{touch} changes the access and/or modification timestamps of the
11870 specified files.  Synopsis:
11872 @example
11873 touch [@var{option}]@dots{} @var{file}@dots{}
11874 @end example
11876 @cindex empty files, creating
11877 Any @var{file} argument that does not exist is created empty, unless
11878 option @option{--no-create} (@option{-c}) or @option{--no-dereference}
11879 (@option{-h}) was in effect.
11881 A @var{file} argument string of @samp{-} is handled specially and
11882 causes @command{touch} to change the times of the file associated with
11883 standard output.
11885 By default, @command{touch} sets file timestamps to the current time.
11886 Because @command{touch} acts on its operands left to right, the
11887 resulting timestamps of earlier and later operands may disagree.
11889 @cindex permissions, for changing file timestamps
11890 When setting file timestamps to the current time, @command{touch} can
11891 change the timestamps for files that the user does not own but has
11892 write permission for.  Otherwise, the user must own the files.  Some
11893 older systems have a further restriction: the user must own the files
11894 unless both the access and modification timestamps are being set to the
11895 current time.
11897 The @command{touch} command cannot set a file's status change timestamp to
11898 a user-specified value, and cannot change the file's birth time (if
11899 supported) at all.  Also, @command{touch} has issues similar to those
11900 affecting all programs that update file timestamps.  For example,
11901 @command{touch} may set a file's timestamp to a value that differs
11902 slightly from the requested time.  @xref{File timestamps}.
11904 @vindex TZ
11905 Timestamps assume the time zone rules specified by the @env{TZ}
11906 environment variable, or by the system default rules if @env{TZ} is
11907 not set.  @xref{TZ Variable,, Specifying the Time Zone with @env{TZ},
11908 libc, The GNU C Library Reference Manual}.
11909 You can avoid ambiguities during
11910 daylight saving transitions by using UTC timestamps.
11912 The program accepts the following options.  Also see @ref{Common options}.
11914 @table @samp
11916 @item -a
11917 @itemx --time=atime
11918 @itemx --time=access
11919 @itemx --time=use
11920 @opindex -a
11921 @opindex --time
11922 @opindex atime@r{, changing}
11923 @opindex access @r{time, changing}
11924 @opindex use @r{time, changing}
11925 Change the access timestamp only.  @xref{File timestamps}.
11927 @item -c
11928 @itemx --no-create
11929 @opindex -c
11930 @opindex --no-create
11931 Do not warn about or create files that do not exist.
11933 @item -d @var{time}
11934 @itemx --date=@var{time}
11935 @opindex -d
11936 @opindex --date
11937 @opindex time
11938 Use @var{time} instead of the current time.  It can contain month names,
11939 time zones, @samp{am} and @samp{pm}, @samp{yesterday}, etc.  For
11940 example, @option{--date="2020-07-21 14:19:13.489392193 +0530"}
11941 specifies the instant of time that is 489,392,193 nanoseconds after
11942 July 21, 2020 at 2:19:13 PM in a time zone that is 5 hours and 30
11943 minutes east of UTC@.  @xref{Date input formats}.
11944 File systems that do not support high-resolution timestamps
11945 silently ignore any excess precision here.
11947 @item -f
11948 @opindex -f
11949 @cindex BSD @command{touch} compatibility
11950 Ignored; for compatibility with BSD versions of @command{touch}.
11952 @item -h
11953 @itemx --no-dereference
11954 @opindex -h
11955 @opindex --no-dereference
11956 @cindex symbolic links, changing time
11957 @findex lutimes
11958 Attempt to change the timestamps of a symbolic link, rather than what
11959 the link refers to.  When using this option, empty files are not
11960 created, but option @option{-c} must also be used to avoid warning
11961 about files that do not exist.  Not all systems support changing the
11962 timestamps of symlinks, since underlying system support for this
11963 action was not required until POSIX 2008.  Also, on some
11964 systems, the mere act of examining a symbolic link changes the access
11965 timestamp, such that only changes to the modification timestamp will persist
11966 long enough to be observable.  When coupled with option @option{-r}, a
11967 reference timestamp is taken from a symbolic link rather than the file
11968 it refers to.
11970 @item -m
11971 @itemx --time=mtime
11972 @itemx --time=modify
11973 @opindex -m
11974 @opindex --time
11975 @opindex mtime@r{, changing}
11976 @opindex modify @r{time, changing}
11977 Change the modification timestamp only.
11979 @item -r @var{file}
11980 @itemx --reference=@var{file}
11981 @opindex -r
11982 @opindex --reference
11983 Use the times of the reference @var{file} instead of the current time.
11984 If this option is combined with the @option{--date=@var{time}}
11985 (@option{-d @var{time}}) option, the reference @var{file}'s time is
11986 the origin for any relative @var{time}s given, but is otherwise ignored.
11987 For example, @samp{-r foo -d '-5 seconds'} specifies a timestamp
11988 equal to five seconds before the corresponding timestamp for @file{foo}.
11989 If @var{file} is a symbolic link, the reference timestamp is taken
11990 from the target of the symlink, unless @option{-h} was also in effect.
11992 @item -t [[@var{cc}]@var{yy}]@var{mmddhhmm}[.@var{ss}]
11993 @cindex leap seconds
11994 Use the argument (optional four-digit or two-digit years, months,
11995 days, hours, minutes, optional seconds) instead of the current time.
11996 If the year is specified with only two digits, then @var{cc}
11997 is 20 for years in the range 0 @dots{} 68, and 19 for years in
11998 69 @dots{} 99.  If no digits of the year are specified,
11999 the argument is interpreted as a date in the current year.
12000 On the atypical systems that support leap seconds, @var{ss} may be
12001 @samp{60}.
12003 @end table
12005 @vindex _POSIX2_VERSION
12006 On systems predating POSIX 1003.1-2001,
12007 @command{touch} supports an obsolete syntax, as follows.
12008 If no timestamp is given with any of the @option{-d}, @option{-r}, or
12009 @option{-t} options, and if there are two or more @var{file}s and the
12010 first @var{file} is of the form @samp{@var{mmddhhmm}[@var{yy}]} and this
12011 would be a valid argument to the @option{-t} option (if the @var{yy}, if
12012 any, were moved to the front), and if the represented year
12013 is in the range 1969--1999, that argument is interpreted as the time
12014 for the other files instead of as a file name.
12015 Although this obsolete behavior can be controlled with the
12016 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
12017 conformance}), portable scripts should avoid commands whose
12018 behavior depends on this variable.
12019 For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
12020 12312359 main.c} rather than the ambiguous @samp{touch 12312359 main.c}.
12022 @exitstatus
12025 @node File space usage
12026 @chapter File space usage
12028 @cindex File space usage
12029 @cindex disk usage
12031 No file system can hold an infinite amount of data.  These commands report
12032 how much storage is in use or available, report other file and
12033 file status information, and write buffers to file systems.
12035 @menu
12036 * df invocation::               Report file system space usage.
12037 * du invocation::               Estimate file space usage.
12038 * stat invocation::             Report file or file system status.
12039 * sync invocation::             Synchronize cached writes to persistent storage.
12040 * truncate invocation::         Shrink or extend the size of a file.
12041 @end menu
12044 @node df invocation
12045 @section @command{df}: Report file system space usage
12047 @pindex df
12048 @cindex file system usage
12049 @cindex disk usage by file system
12051 @command{df} reports the amount of space used and available on
12052 file systems.  Synopsis:
12054 @example
12055 df [@var{option}]@dots{} [@var{file}]@dots{}
12056 @end example
12058 With no arguments, @command{df} reports the space used and available on all
12059 currently mounted file systems (of all types).  Otherwise, @command{df}
12060 reports on the file system containing each argument @var{file}.
12062 Normally the space is printed in units of
12063 1024 bytes, but this can be overridden (@pxref{Block size}).
12064 Non-integer quantities are rounded up to the next higher unit.
12066 For bind mounts and without arguments, @command{df} only outputs the statistics
12067 for that device with the shortest mount point name in the list of file systems
12068 (@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option is
12069 specified.
12071 With the same logic, @command{df} elides a mount entry of a dummy pseudo device
12072 if there is another mount entry of a real block device for that mount point with
12073 the same device number, e.g. the early-boot pseudo file system @samp{rootfs} is
12074 not shown per default when already the real root device has been mounted.
12076 @cindex disk device file
12077 @cindex device file
12078 If an argument @var{file} resolves to a special file containing
12079 a mounted file system, @command{df} shows the space available on that
12080 file system rather than on the file system containing the device node.
12081 GNU @command{df} does not attempt to determine the usage
12082 on unmounted file systems, because on most kinds of systems doing so
12083 requires extremely nonportable intimate knowledge of file system structures.
12085 The program accepts the following options.  Also see @ref{Common options}.
12087 @table @samp
12089 @item -a
12090 @itemx --all
12091 @opindex -a
12092 @opindex --all
12093 @cindex ignore file systems
12094 Include in the listing dummy, duplicate, or inaccessible file systems, which
12095 are omitted by default.  Dummy file systems are typically special purpose
12096 pseudo file systems such as @samp{/proc}, with no associated storage.
12097 Duplicate file systems are local or remote file systems that are mounted
12098 at separate locations in the local file hierarchy, or bind mounted locations.
12099 Inaccessible file systems are those which are mounted but subsequently
12100 over-mounted by another file system at that point, or otherwise inaccessible
12101 due to permissions of the mount point etc.
12103 @item -B @var{size}
12104 @itemx --block-size=@var{size}
12105 @opindex -B
12106 @opindex --block-size
12107 @cindex file system sizes
12108 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12109 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12111 @optHumanReadable
12113 @item -H
12114 @opindex -H
12115 Equivalent to @option{--si}.
12117 @item -i
12118 @itemx --inodes
12119 @opindex -i
12120 @opindex --inodes
12121 @cindex inode usage
12122 List inode usage information instead of block usage.  An inode (short
12123 for index node) contains information about a file such as its owner,
12124 permissions, timestamps, and location on the file system.
12126 @item -k
12127 @opindex -k
12128 @cindex kibibytes for file system sizes
12129 Print sizes in 1024-byte blocks, overriding the default block size
12130 (@pxref{Block size}).
12131 This option is equivalent to @option{--block-size=1K}.
12133 @item -l
12134 @itemx --local
12135 @opindex -l
12136 @opindex --local
12137 @cindex file system types, limiting output to certain
12138 Limit the listing to local file systems.  By default, remote file systems
12139 are also listed.
12141 @item --no-sync
12142 @opindex --no-sync
12143 @cindex file system space, retrieving old data more quickly
12144 Do not invoke the @code{sync} system call before getting any usage data.
12145 This may make @command{df} run significantly faster on systems with many
12146 file systems, but on some systems (notably Solaris) the results may be slightly
12147 out of date.  This is the default.
12149 @item --output
12150 @itemx --output[=@var{field_list}]
12151 @opindex --output
12152 Use the output format defined by @var{field_list}, or print all fields if
12153 @var{field_list} is omitted.  In the latter case, the order of the columns
12154 conforms to the order of the field descriptions below.
12156 The use of the @option{--output} together with each of the options @option{-i},
12157 @option{-P}, and @option{-T} is mutually exclusive.
12159 FIELD_LIST is a comma-separated list of columns to be included in @command{df}'s
12160 output and therefore effectively controls the order of output columns.
12161 Each field can thus be used at the place of choice, but yet must only be
12162 used once.
12164 Valid field names in the @var{field_list} are:
12165 @table @samp
12166 @item source
12167 The source of the mount point, usually a device.
12168 @item fstype
12169 File system type.
12171 @item itotal
12172 Total number of inodes.
12173 @item iused
12174 Number of used inodes.
12175 @item iavail
12176 Number of available inodes.
12177 @item ipcent
12178 Percentage of @var{iused} divided by @var{itotal}.
12180 @item size
12181 Total number of blocks.
12182 @item used
12183 Number of used blocks.
12184 @item avail
12185 Number of available blocks.
12186 @item pcent
12187 Percentage of @var{used} divided by @var{size}.
12189 @item file
12190 The file name if specified on the command line.
12191 @item target
12192 The mount point.
12193 @end table
12195 The fields for block and inodes statistics are affected by the scaling
12196 options like @option{-h} as usual.
12198 The definition of the @var{field_list} can even be split among several
12199 @option{--output} uses.
12201 @example
12202 #!/bin/sh
12203 # Print the TARGET (i.e., the mount point) along with their percentage
12204 # statistic regarding the blocks and the inodes.
12205 df --out=target --output=pcent,ipcent
12207 # Print all available fields.
12208 df --o
12209 @end example
12212 @item -P
12213 @itemx --portability
12214 @opindex -P
12215 @opindex --portability
12216 @cindex one-line output format
12217 @cindex POSIX output format
12218 @cindex portable output format
12219 @cindex output format, portable
12220 Use the POSIX output format.  This is like the default format except
12221 for the following:
12223 @enumerate
12224 @item
12225 The information about each file system is always printed on exactly
12226 one line; a mount device is never put on a line by itself.  This means
12227 that if the mount device name is more than 20 characters long (e.g., for
12228 some network mounts), the columns are misaligned.
12230 @item
12231 The labels in the header output line are changed to conform to POSIX.
12233 @item
12234 The default block size and output format are unaffected by the
12235 @env{DF_BLOCK_SIZE}, @env{BLOCK_SIZE} and @env{BLOCKSIZE} environment
12236 variables.  However, the default block size is still affected by
12237 @env{POSIXLY_CORRECT}: it is 512 if @env{POSIXLY_CORRECT} is set, 1024
12238 otherwise.  @xref{Block size}.
12239 @end enumerate
12241 @optSi
12243 @item --sync
12244 @opindex --sync
12245 @cindex file system space, retrieving current data more slowly
12246 Invoke the @code{sync} system call before getting any usage data.  On
12247 some systems (notably Solaris), doing this yields more up to date results,
12248 but in general this option makes @command{df} much slower, especially when
12249 there are many or very busy file systems.
12251 @item --total
12252 @opindex --total
12253 @cindex grand total of file system size, usage and available space
12254 Print a grand total of all arguments after all arguments have
12255 been processed.  This can be used to find out the total size, usage
12256 and available space of all listed devices.  If no arguments are specified
12257 df will try harder to elide file systems insignificant to the total
12258 available space, by suppressing duplicate remote file systems.
12260 For the grand total line, @command{df} prints @samp{"total"} into the
12261 @var{source} column, and @samp{"-"} into the @var{target} column.
12262 If there is no @var{source} column (see @option{--output}), then
12263 @command{df} prints @samp{"total"} into the @var{target} column,
12264 if present.
12266 @item -t @var{fstype}
12267 @itemx --type=@var{fstype}
12268 @opindex -t
12269 @opindex --type
12270 @cindex file system types, limiting output to certain
12271 Limit the listing to file systems of type @var{fstype}.  Multiple
12272 file system types can be specified by giving multiple @option{-t} options.
12273 By default, nothing is omitted.
12275 @item -T
12276 @itemx --print-type
12277 @opindex -T
12278 @opindex --print-type
12279 @cindex file system types, printing
12280 Print each file system's type.  The types printed here are the same ones
12281 you can include or exclude with @option{-t} and @option{-x}.  The particular
12282 types printed are whatever is supported by the system.  Here are some of
12283 the common names (this list is certainly not exhaustive):
12285 @table @samp
12287 @item nfs
12288 @cindex NFS file system type
12289 An NFS file system, i.e., one mounted over a network from another
12290 machine.  This is the one type name which seems to be used uniformly by
12291 all systems.
12293 @item ext2@r{, }ext3@r{, }ext4@r{, }xfs@r{, }btrfs@dots{}
12294 @cindex Linux file system types
12295 @cindex local file system types
12296 @opindex ext2 @r{file system type}
12297 @opindex ext3 @r{file system type}
12298 @opindex ext4 @r{file system type}
12299 @opindex xfs @r{file system type}
12300 @opindex btrfs @r{file system type}
12301 A file system on a locally-mounted device.  (The system might even
12302 support more than one type here; GNU/Linux does.)
12304 @item iso9660@r{, }cdfs
12305 @cindex CD-ROM file system type
12306 @cindex DVD file system type
12307 @cindex ISO9660 file system type
12308 @opindex iso9660 @r{file system type}
12309 @opindex cdfs @r{file system type}
12310 A file system on a CD or DVD drive.  HP-UX uses @samp{cdfs}, most other
12311 systems use @samp{iso9660}.
12313 @item ntfs@r{,}fat
12314 @cindex NTFS file system
12315 @cindex DOS file system
12316 @cindex MS-DOS file system
12317 @cindex MS-Windows file system
12318 @opindex ntfs @r{file system file}
12319 @opindex fat @r{file system file}
12320 File systems used by MS-Windows / MS-DOS.
12322 @end table
12324 @item -x @var{fstype}
12325 @itemx --exclude-type=@var{fstype}
12326 @opindex -x
12327 @opindex --exclude-type
12328 Limit the listing to file systems not of type @var{fstype}.
12329 Multiple file system types can be eliminated by giving multiple
12330 @option{-x} options.  By default, no file system types are omitted.
12332 @item -v
12333 Ignored; for compatibility with System V versions of @command{df}.
12335 @end table
12337 @command{df} is installed only on systems that have usable mount tables,
12338 so portable scripts should not rely on its existence.
12340 @exitstatus
12341 Failure includes the case where no output is generated, so you can
12342 inspect the exit status of a command like @samp{df -t ext3 -t reiserfs
12343 @var{dir}} to test whether @var{dir} is on a file system of type
12344 @samp{ext3} or @samp{reiserfs}.
12346 Since the list of file systems (@var{mtab}) is needed to determine the
12347 file system type, failure includes the cases when that list cannot
12348 be read and one or more of the options @option{-a}, @option{-l}, @option{-t}
12349 or @option{-x} is used together with a file name argument.
12352 @node du invocation
12353 @section @command{du}: Estimate file space usage
12355 @pindex du
12356 @cindex file space usage
12357 @cindex disk usage for files
12359 @command{du} reports the space needed to represent a set of files.
12360 Synopsis:
12362 @example
12363 du [@var{option}]@dots{} [@var{file}]@dots{}
12364 @end example
12366 With no arguments, @command{du} reports the space needed to represent
12367 the files at or under the current directory.
12368 Normally the space is printed in units of
12369 1024 bytes, but this can be overridden (@pxref{Block size}).
12370 Non-integer quantities are rounded up to the next higher unit.
12372 If two or more hard links point to the same file, only one of the hard
12373 links is counted.  The @var{file} argument order affects which links
12374 are counted, and changing the argument order may change the numbers
12375 and entries that @command{du} outputs.
12377 The program accepts the following options.  Also see @ref{Common options}.
12379 @table @samp
12381 @optNull
12383 @item -a
12384 @itemx --all
12385 @opindex -a
12386 @opindex --all
12387 Show counts for all files, not just directories.
12389 @item --apparent-size
12390 @opindex --apparent-size
12391 Print apparent sizes, rather than file system usage.  The apparent size of a
12392 file is the number of bytes reported by @code{wc -c} on regular files,
12393 or more generally, @code{ls -l --block-size=1} or @code{stat --format=%s}.
12394 For example, a file containing the word @samp{zoo} with no newline would,
12395 of course, have an apparent size of 3.  Such a small file may require
12396 anywhere from 0 to 16 KiB or more of file system space, depending on
12397 the type and configuration of the file system on which the file resides.
12398 However, a sparse file created with this command:
12400 @example
12401 dd bs=1 seek=2GiB if=/dev/null of=big
12402 @end example
12404 @noindent
12405 has an apparent size of 2 GiB, yet on most modern
12406 file systems, it actually uses almost no space.
12408 @item -B @var{size}
12409 @itemx --block-size=@var{size}
12410 @opindex -B
12411 @opindex --block-size
12412 @cindex file sizes
12413 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12414 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12416 @item -b
12417 @itemx --bytes
12418 @opindex -b
12419 @opindex --bytes
12420 Equivalent to @code{--apparent-size --block-size=1}.
12422 @item -c
12423 @itemx --total
12424 @opindex -c
12425 @opindex --total
12426 @cindex grand total of file system space
12427 Print a grand total of all arguments after all arguments have
12428 been processed.  This can be used to find out the total file system usage of
12429 a given set of files or directories.
12431 @item -D
12432 @itemx --dereference-args
12433 @opindex -D
12434 @opindex --dereference-args
12435 Dereference symbolic links that are command line arguments.
12436 Does not affect other symbolic links.  This is helpful for finding
12437 out the file system usage of directories, such as @file{/usr/tmp}, which
12438 are often symbolic links.
12440 @item -d @var{depth}
12441 @itemx --max-depth=@var{depth}
12442 @opindex -d @var{depth}
12443 @opindex --max-depth=@var{depth}
12444 @cindex limiting output of @command{du}
12445 Show the total for each directory (and file if @option{--all}) that is at
12446 most MAX_DEPTH levels down from the root of the hierarchy.  The root
12447 is at level 0, so @code{du --max-depth=0} is equivalent to @code{du -s}.
12449 @c --files0-from=FILE
12450 @filesZeroFromOption{du,, with the @option{--total} (@option{-c}) option}
12452 @item -H
12453 @opindex -H
12454 Equivalent to @option{--dereference-args} (@option{-D}).
12456 @optHumanReadable
12458 @item --inodes
12459 @opindex --inodes
12460 @cindex inode usage, dereferencing in @command{du}
12461 List inode usage information instead of block usage.
12462 This option is useful for finding directories which contain many files, and
12463 therefore eat up most of the inodes space of a file system (see @command{df},
12464 option @option{--inodes}).
12465 It can well be combined with the options @option{-a}, @option{-c},
12466 @option{-h}, @option{-l}, @option{-s}, @option{-S}, @option{-t} and
12467 @option{-x}; however, passing other options regarding the block size, for
12468 example @option{-b}, @option{-m} and @option{--apparent-size}, is ignored.
12470 @item -k
12471 @opindex -k
12472 @cindex kibibytes for file sizes
12473 Print sizes in 1024-byte blocks, overriding the default block size
12474 (@pxref{Block size}).
12475 This option is equivalent to @option{--block-size=1K}.
12477 @item -L
12478 @itemx --dereference
12479 @opindex -L
12480 @opindex --dereference
12481 @cindex symbolic links, dereferencing in @command{du}
12482 Dereference symbolic links (show the file system space used by the file
12483 or directory that the link points to instead of the space used by
12484 the link).
12486 @item -l
12487 @itemx --count-links
12488 @opindex -l
12489 @opindex --count-links
12490 @cindex hard links, counting in @command{du}
12491 Count the size of all files, even if they have appeared already (as a
12492 hard link).
12494 @item -m
12495 @opindex -m
12496 @cindex mebibytes for file sizes
12497 Print sizes in 1,048,576-byte blocks, overriding the default block size
12498 (@pxref{Block size}).
12499 This option is equivalent to @option{--block-size=1M}.
12501 @item -P
12502 @itemx --no-dereference
12503 @opindex -P
12504 @opindex --no-dereference
12505 @cindex symbolic links, dereferencing in @command{du}
12506 For each symbolic link encountered by @command{du},
12507 consider the file system space used by the symbolic link itself.
12509 @item -S
12510 @itemx --separate-dirs
12511 @opindex -S
12512 @opindex --separate-dirs
12513 Normally, in the output of @command{du} (when not using @option{--summarize}),
12514 the size listed next to a directory name, @var{d}, represents the sum
12515 of sizes of all entries beneath @var{d} as well as the size of @var{d} itself.
12516 With @option{--separate-dirs}, the size reported for a directory name,
12517 @var{d}, will exclude the size of any subdirectories.
12519 @optSi
12521 @item -s
12522 @itemx --summarize
12523 @opindex -s
12524 @opindex --summarize
12525 Display only a total for each argument.
12527 @item -t @var{size}
12528 @itemx --threshold=@var{size}
12529 @opindex -t
12530 @opindex --threshold
12531 Exclude entries based on a given @var{size}.  The @var{size} refers to used
12532 blocks in normal mode (@pxref{Block size}), or inodes count in conjunction
12533 with the @option{--inodes} option.
12535 If @var{size} is positive, then @command{du} will only print entries with a size
12536 greater than or equal to that.
12538 If @var{size} is negative, then @command{du} will only print entries with a size
12539 smaller than or equal to that.
12541 Although GNU @command{find} can be used to find files of a certain size,
12542 @command{du}'s @option{--threshold} option can be used to also filter
12543 directories based on a given size.
12545 When combined with the @option{--apparent-size} option, the
12546 @option{--threshold} option elides entries based on apparent size.
12547 When combined with the @option{--inodes} option, it elides entries
12548 based on inode counts.
12550 Here's how you would use @option{--threshold} to find directories with a size
12551 greater than or equal to 200 megabytes:
12553 @example
12554 du --threshold=200MB
12555 @end example
12557 Here's how you would use @option{--threshold} to find directories and
12558 files -- note the @option{-a} -- with an apparent size smaller than or
12559 equal to 500 bytes:
12561 @example
12562 du -a -t -500 --apparent-size
12563 @end example
12565 Here's how you would use @option{--threshold} to find directories on the root
12566 file system with more than 20000 inodes used in the directory tree below:
12568 @example
12569 du --inodes -x --threshold=20000 /
12570 @end example
12573 @item --time
12574 @opindex --time
12575 @cindex last modified dates, displaying in @command{du}
12576 Show the most recent modification timestamp (mtime) of any file in the
12577 directory, or any of its subdirectories.  @xref{File timestamps}.
12579 @item --time=ctime
12580 @itemx --time=status
12581 @itemx --time=use
12582 @opindex --time
12583 @opindex ctime@r{, show the most recent}
12584 @opindex status time@r{, show the most recent}
12585 @opindex use time@r{, show the most recent}
12586 Show the most recent status change timestamp (ctime) of any file in
12587 the directory, or any of its subdirectories.  @xref{File timestamps}.
12589 @item --time=atime
12590 @itemx --time=access
12591 @opindex --time
12592 @opindex atime@r{, show the most recent}
12593 @opindex access timestamp@r{, show the most recent}
12594 Show the most recent access timestamp (atime) of any file in the
12595 directory, or any of its subdirectories.  @xref{File timestamps}.
12597 @item --time-style=@var{style}
12598 @opindex --time-style
12599 @cindex time style
12600 List timestamps in style @var{style}.  This option has an effect only if
12601 the @option{--time} option is also specified.  The @var{style} should
12602 be one of the following:
12604 @table @samp
12605 @item +@var{format}
12606 @vindex LC_TIME
12607 List timestamps using @var{format}, where @var{format} is interpreted
12608 like the format argument of @command{date} (@pxref{date invocation}).
12609 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
12610 @command{du} to list timestamps like @samp{2020-07-21 23:45:56}.  As
12611 with @command{date}, @var{format}'s interpretation is affected by the
12612 @env{LC_TIME} locale category.
12614 @item full-iso
12615 List timestamps in full using ISO 8601-like date, time, and time zone
12616 components with nanosecond precision, e.g., @samp{2020-07-21
12617 23:45:56.477817180 -0400}.  This style is equivalent to
12618 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
12620 @item long-iso
12621 List ISO 8601 date and time components with minute precision, e.g.,
12622 @samp{2020-07-21 23:45}.  These timestamps are shorter than
12623 @samp{full-iso} timestamps, and are usually good enough for everyday
12624 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
12626 @item iso
12627 List ISO 8601 dates for timestamps, e.g., @samp{2020-07-21}.
12628 This style is equivalent to @samp{+%Y-%m-%d}.
12629 @end table
12631 @vindex TIME_STYLE
12632 You can specify the default value of the @option{--time-style} option
12633 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
12634 the default style is @samp{long-iso}.  For compatibility with @command{ls},
12635 if @env{TIME_STYLE} begins with @samp{+} and contains a newline,
12636 the newline and any later characters are ignored; if @env{TIME_STYLE}
12637 begins with @samp{posix-} the @samp{posix-} is ignored; and if
12638 @env{TIME_STYLE} is @samp{locale} it is ignored.
12640 @item -X @var{file}
12641 @itemx --exclude-from=@var{file}
12642 @opindex -X @var{file}
12643 @opindex --exclude-from=@var{file}
12644 @cindex excluding files from @command{du}
12645 Like @option{--exclude}, except take the patterns to exclude from @var{file},
12646 one per line.  If @var{file} is @samp{-}, take the patterns from standard
12647 input.
12649 @item --exclude=@var{pattern}
12650 @opindex --exclude=@var{pattern}
12651 @cindex excluding files from @command{du}
12652 When recursing, skip subdirectories or files matching @var{pattern}.
12653 For example, @code{du --exclude='*.o'} excludes files whose names
12654 end in @samp{.o}.
12656 @item -x
12657 @itemx --one-file-system
12658 @opindex -x
12659 @opindex --one-file-system
12660 @cindex one file system, restricting @command{du} to
12661 Skip directories that are on different file systems from the one that
12662 the argument being processed is on.
12664 @end table
12666 Since @command{du} relies on information reported by the operating
12667 system, its output might not reflect the space consumed in the
12668 underlying devices.  For example;
12670 @itemize @bullet
12671 @item
12672 Operating systems normally do not report device space consumed by
12673 duplicate or backup blocks, error correction bits, and so forth.
12674 This causes @command{du} to underestimate the device space actually used.
12676 @item
12677 @cindex copy-on-write and @command{du}
12678 In file systems that use copy-on-write, if two distinct files share
12679 space the output of @command{du} typically counts the space that would
12680 be consumed if all files' non-holes were rewritten, not the space
12681 currently consumed.
12683 @item
12684 @cindex compression and @command{du}
12685 In file systems that use compression, the operating system might
12686 report the uncompressed space.  (If it does report the compressed space,
12687 that report might change after one merely overwrites existing file data.)
12689 @item
12690 @cindex networked file systems and @command{du}
12691 Networked file systems historically have had difficulty communicating
12692 accurate file system information from server to client.
12693 @end itemize
12695 @noindent
12696 For these reasons @command{du} might better be thought of as an
12697 estimate of the size of a @command{tar} or other conventional backup
12698 for a set of files, rather than as a measure of space consumed in the
12699 underlying devices.
12701 @exitstatus
12704 @node stat invocation
12705 @section @command{stat}: Report file or file system status
12707 @pindex stat
12708 @cindex file status
12709 @cindex file system status
12711 @command{stat} displays information about the specified file(s).  Synopsis:
12713 @example
12714 stat [@var{option}]@dots{} [@var{file}]@dots{}
12715 @end example
12717 With no option, @command{stat} reports all information about the given files.
12718 But it also can be used to report the information of the file systems the
12719 given files are located on.  If the files are links, @command{stat} can
12720 also give information about the files the links point to.
12722 @mayConflictWithShellBuiltIn{stat}
12724 @table @samp
12726 @item -L
12727 @itemx --dereference
12728 @opindex -L
12729 @opindex --dereference
12730 @cindex symbolic links, dereferencing in @command{stat}
12731 Change how @command{stat} treats symbolic links.
12732 With this option, @command{stat} acts on the file referenced
12733 by each symbolic link argument.
12734 Without it, @command{stat} acts on any symbolic link argument directly.
12736 @item -f
12737 @itemx --file-system
12738 @opindex -f
12739 @opindex --file-system
12740 @cindex file systems
12741 Report information about the file systems where the given files are located
12742 instead of information about the files themselves.
12743 This option implies the @option{-L} option.
12745 @item --cached=@var{mode}
12746 @opindex --cached=@var{mode}
12747 @cindex attribute caching
12748 Control how attributes are read from the file system;
12749 if supported by the system.  This allows one to
12750 control the trade-off between freshness and efficiency
12751 of attribute access, especially useful with remote file systems.
12752 @var{mode} can be:
12754 @table @samp
12755 @item always
12756 Always read the already cached attributes if available.
12758 @item never
12759 Always sychronize with the latest file system attributes.
12760 This also mounts automounted files.
12762 @item default
12763 Leave the caching behavior to the underlying file system.
12765 @end table
12767 @item -c
12768 @itemx --format=@var{format}
12769 @opindex -c
12770 @opindex --format=@var{format}
12771 @cindex output format
12772 Use @var{format} rather than the default format.
12773 @var{format} is automatically newline-terminated, so
12774 running a command like the following with two or more @var{file}
12775 operands produces a line of output for each operand:
12776 @example
12777 $ stat --format=%d:%i / /usr
12778 2050:2
12779 2057:2
12780 @end example
12782 @item --printf=@var{format}
12783 @opindex --printf=@var{format}
12784 @cindex output format
12785 Use @var{format} rather than the default format.
12786 Like @option{--format}, but interpret backslash escapes,
12787 and do not output a mandatory trailing newline.
12788 If you want a newline, include @samp{\n} in the @var{format}.
12789 Here's how you would use @option{--printf} to print the device
12790 and inode numbers of @file{/} and @file{/usr}:
12791 @example
12792 $ stat --printf='%d:%i\n' / /usr
12793 2050:2
12794 2057:2
12795 @end example
12797 @item -t
12798 @itemx --terse
12799 @opindex -t
12800 @opindex --terse
12801 @cindex terse output
12802 Print the information in terse form, suitable for parsing by other programs.
12804 The output of the following commands are identical and the @option{--format}
12805 also identifies the items printed (in fuller form) in the default format.
12806 Note the format string would include another @samp{%C} at the end with an
12807 active SELinux security context.
12808 @example
12809 $ stat --format="%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %W %o" ...
12810 $ stat --terse ...
12811 @end example
12813 The same illustrating terse output in @option{--file-system} mode:
12814 @example
12815 $ stat -f --format="%n %i %l %t %s %S %b %f %a %c %d" ...
12816 $ stat -f --terse ...
12817 @end example
12818 @end table
12820 The valid @var{format} directives for files with @option{--format} and
12821 @option{--printf} are:
12823 @itemize @bullet
12824 @item %a -- Permission bits in octal (note @samp{#} and @samp{0} printf flags)
12825 @item %A -- Permission bits in symbolic form (similar to @command{ls -ld})
12826 @item %b -- Number of blocks allocated (see @samp{%B})
12827 @item %B -- The size in bytes of each block reported by @samp{%b}
12828 @item %C -- The SELinux security context of a file, if available
12829 @item %d -- Device number in decimal (st_dev)
12830 @item %D -- Device number in hex (st_dev)
12831 @item %Hd -- Major device number in decimal
12832 @item %Ld -- Minor device number in decimal
12833 @item %f -- Raw mode in hex
12834 @item %F -- File type
12835 @item %g -- Group ID of owner
12836 @item %G -- Group name of owner
12837 @item %h -- Number of hard links
12838 @item %i -- Inode number
12839 @item %m -- Mount point (See note below)
12840 @item %n -- File name
12841 @item %N -- Quoted file name with dereference if symbolic link (see below)
12842 @item %o -- Optimal I/O transfer size hint
12843 @item %s -- Total size, in bytes
12844 @item %r -- Device type in decimal (st_rdev)
12845 @item %R -- Device type in hex (st_rdev)
12846 @item %Hr -- Major device type in decimal (see below)
12847 @item %Lr -- Minor device type in decimal (see below)
12848 @item %t -- Major device type in hex (see below)
12849 @item %T -- Minor device type in hex (see below)
12850 @item %u -- User ID of owner
12851 @item %U -- User name of owner
12852 @item %w -- Time of file birth, or @samp{-} if unknown
12853 @item %W -- Time of file birth as seconds since Epoch, or @samp{0}
12854 @item %x -- Time of last access
12855 @item %X -- Time of last access as seconds since Epoch
12856 @item %y -- Time of last data modification
12857 @item %Y -- Time of last data modification as seconds since Epoch
12858 @item %z -- Time of last status change
12859 @item %Z -- Time of last status change as seconds since Epoch
12860 @end itemize
12862 The @samp{%a} format prints the octal mode, and so it is useful
12863 to control the zero padding of the output with the @samp{#} and @samp{0}
12864 printf flags. For example to pad to at least 3 wide while making larger
12865 numbers unambiguously octal, you can use @samp{%#03a}.
12867 The @samp{%N} format can be set with the environment variable
12868 @env{QUOTING_STYLE}@.  If that environment variable is not set,
12869 the default value is @samp{shell-escape-always}.  Valid quoting styles are:
12870 @quotingStyles
12872 The @samp{r}, @samp{R}, @samp{%t}, and @samp{%T} formats operate on the st_rdev
12873 member of the stat(2) structure, i.e., the represented device rather than
12874 the containing device, and so are only defined for character and block
12875 special files.  On some systems or file types, st_rdev may be used to
12876 represent other quantities.
12878 The @samp{%W}, @samp{%X}, @samp{%Y}, and @samp{%Z} formats accept a
12879 precision preceded by a period to specify the number of digits to
12880 print after the decimal point.  For example, @samp{%.3X} outputs the
12881 access timestamp to millisecond precision.  If a period is given but no
12882 precision, @command{stat} uses 9 digits, so @samp{%.X} is equivalent to
12883 @samp{%.9X}@.  When discarding excess precision, timestamps are truncated
12884 toward minus infinity.
12886 @example
12887 zero pad:
12888   $ stat -c '[%015Y]' /usr
12889   [000001288929712]
12890 space align:
12891   $ stat -c '[%15Y]' /usr
12892   [     1288929712]
12893   $ stat -c '[%-15Y]' /usr
12894   [1288929712     ]
12895 precision:
12896   $ stat -c '[%.3Y]' /usr
12897   [1288929712.114]
12898   $ stat -c '[%.Y]' /usr
12899   [1288929712.114951834]
12900 @end example
12902 The mount point printed by @samp{%m} is similar to that output
12903 by @command{df}, except that:
12904 @itemize @bullet
12905 @item
12906 stat does not dereference symlinks by default
12907 (unless @option{-L} is specified)
12908 @item
12909 stat does not search for specified device nodes in the
12910 file system list, instead operating on them directly
12911 @item
12912 @cindex bind mount
12913 stat outputs the alias for a bind mounted file, rather than
12914 the initial mount point of its backing device.
12915 One can recursively call stat until there is no change in output,
12916 to get the current base mount point
12917 @end itemize
12919 When listing file system information (@option{--file-system} (@option{-f})),
12920 you must use a different set of @var{format} directives:
12922 @itemize @bullet
12923 @item %a -- Free blocks available to non-super-user
12924 @item %b -- Total data blocks in file system
12925 @item %c -- Total file nodes in file system
12926 @item %d -- Free file nodes in file system
12927 @item %f -- Free blocks in file system
12928 @item %i -- File System ID in hex
12929 @item %l -- Maximum length of file names
12930 @item %n -- File name
12931 @item %s -- Block size (for faster transfers)
12932 @item %S -- Fundamental block size (for block counts)
12933 @item %t -- Type in hex
12934 @item %T -- Type in human readable form
12935 @end itemize
12937 @vindex TZ
12938 Timestamps are listed according to the time zone rules specified by
12939 the @env{TZ} environment variable, or by the system default rules if
12940 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
12941 with @env{TZ}, libc, The GNU C Library Reference Manual}.
12943 @exitstatus
12946 @node sync invocation
12947 @section @command{sync}: Synchronize cached writes to persistent storage
12949 @pindex sync
12950 @cindex synchronize file system and memory
12951 @cindex Synchronize cached writes to persistent storage
12953 @command{sync} synchronizes in memory files or file systems to persistent
12954 storage.  Synopsis:
12956 @example
12957 sync [@var{option}] [@var{file}]@dots{}
12958 @end example
12960 @cindex superblock, writing
12961 @cindex inodes, written buffered
12962 @command{sync} writes any data buffered in memory out to the storage device.
12963 This can
12964 include (but is not limited to) modified superblocks, modified inodes,
12965 and delayed reads and writes.  This must be implemented by the kernel;
12966 The @command{sync} program does nothing but exercise the @code{sync},
12967 @code{syncfs}, @code{fsync}, and @code{fdatasync} system calls.
12969 @cindex crashes and corruption
12970 The kernel keeps data in memory to avoid doing (relatively slow) device
12971 reads and writes.  This improves performance, but if the computer
12972 crashes, data may be lost or the file system corrupted as a
12973 result.  The @command{sync} command instructs the kernel to write
12974 data in memory to persistent storage.
12976 If any argument is specified then only those files will be
12977 synchronized using the fsync(2) syscall by default.
12979 If at least one file is specified, it is possible to change the
12980 synchronization method with the following options.  Also see
12981 @ref{Common options}.
12983 @table @samp
12984 @item -d
12985 @itemx --data
12986 @opindex --data
12987 Use fdatasync(2) to sync only the data for the file,
12988 and any metadata required to maintain file system consistency.
12990 @item -f
12991 @itemx --file-system
12992 @opindex --file-system
12993 Synchronize all the I/O waiting for the file systems that contain the file,
12994 using the syscall syncfs(2).  Note you would usually @emph{not} specify
12995 this option if passing a device node like @samp{/dev/sda} for example,
12996 as that would sync the containing file system rather than the referenced one.
12997 Note also that depending on the system, passing individual device nodes or files
12998 may have different sync characteristics than using no arguments.
12999 I.e., arguments passed to fsync(2) may provide greater guarantees through
13000 write barriers, than a global sync(2) used when no arguments are provided.
13001 @end table
13003 @exitstatus
13006 @node truncate invocation
13007 @section @command{truncate}: Shrink or extend the size of a file
13009 @pindex truncate
13010 @cindex truncating, file sizes
13012 @command{truncate} shrinks or extends the size of each @var{file} to the
13013 specified size.  Synopsis:
13015 @example
13016 truncate @var{option}@dots{} @var{file}@dots{}
13017 @end example
13019 @cindex files, creating
13020 Any @var{file} that does not exist is created.
13022 @cindex sparse files, creating
13023 @cindex holes, creating files with
13024 If a @var{file} is larger than the specified size, the extra data is lost.
13025 If a @var{file} is shorter, it is extended and the sparse extended part
13026 (or hole) reads as zero bytes.
13028 The program accepts the following options.  Also see @ref{Common options}.
13030 @table @samp
13032 @item -c
13033 @itemx --no-create
13034 @opindex -c
13035 @opindex --no-create
13036 Do not create files that do not exist.
13038 @item -o
13039 @itemx --io-blocks
13040 @opindex -o
13041 @opindex --io-blocks
13042 Treat @var{size} as number of I/O blocks of the @var{file} rather than bytes.
13044 @item -r @var{rfile}
13045 @itemx --reference=@var{rfile}
13046 @opindex -r
13047 @opindex --reference
13048 Base the size of each @var{file} on the size of @var{rfile}.
13050 @item -s @var{size}
13051 @itemx --size=@var{size}
13052 @opindex -s
13053 @opindex --size
13054 Set or adjust the size of each @var{file} according to @var{size}.
13055 @var{size} is in bytes unless @option{--io-blocks} is specified.
13056 @multiplierSuffixesNoBlocks{size}
13058 @var{size} may also be prefixed by one of the following to adjust
13059 the size of each @var{file} based on its current size:
13060 @example
13061 @samp{+}  => extend by
13062 @samp{-}  => reduce by
13063 @samp{<}  => at most
13064 @samp{>}  => at least
13065 @samp{/}  => round down to multiple of
13066 @samp{%}  => round up to multiple of
13067 @end example
13069 @end table
13071 @exitstatus
13074 @node Printing text
13075 @chapter Printing text
13077 @cindex printing text, commands for
13078 @cindex commands for printing text
13080 This section describes commands that display text strings.
13082 @menu
13083 * echo invocation::             Print a line of text.
13084 * printf invocation::           Format and print data.
13085 * yes invocation::              Print a string until interrupted.
13086 @end menu
13089 @node echo invocation
13090 @section @command{echo}: Print a line of text
13092 @pindex echo
13093 @cindex displaying text
13094 @cindex printing text
13095 @cindex text, displaying
13096 @cindex arbitrary text, displaying
13098 @command{echo} writes each given @var{string} to standard output, with a
13099 space between each and a newline after the last one.  Synopsis:
13101 @example
13102 echo [@var{option}]@dots{} [@var{string}]@dots{}
13103 @end example
13105 @mayConflictWithShellBuiltIn{echo}
13107 Due to historical and backwards compatibility reasons, certain bare option-like
13108 strings cannot be passed to @command{echo} as non-option arguments.
13109 It is therefore not advisable to use @command{echo} for printing unknown or
13110 variable arguments.  The @command{printf} command is recommended as a more
13111 portable and flexible replacement for tasks historically performed by
13112 @command{echo}.  @xref{printf invocation}.
13114 The program accepts the following options.  Also see @ref{Common options}.
13115 Options must precede operands, and the normally-special argument
13116 @samp{--} has no special meaning and is treated like any other
13117 @var{string}.
13119 @table @samp
13120 @item -n
13121 @opindex -n
13122 Do not output the trailing newline.
13124 @item -e
13125 @opindex -e
13126 @cindex backslash escapes
13127 Enable interpretation of the following backslash-escaped characters in
13128 each @var{string}:
13130 @table @samp
13131 @item \a
13132 alert (bell)
13133 @item \b
13134 backspace
13135 @item \c
13136 produce no further output
13137 @item \e
13138 escape
13139 @item \f
13140 form feed
13141 @item \n
13142 newline
13143 @item \r
13144 carriage return
13145 @item \t
13146 horizontal tab
13147 @item \v
13148 vertical tab
13149 @item \\
13150 backslash
13151 @item \0@var{nnn}
13152 the eight-bit value that is the octal number @var{nnn}
13153 (zero to three octal digits), if @var{nnn} is
13154 a nine-bit value, the ninth bit is ignored
13155 @item \@var{nnn}
13156 the eight-bit value that is the octal number @var{nnn}
13157 (one to three octal digits), if @var{nnn} is
13158 a nine-bit value, the ninth bit is ignored
13159 @item \x@var{hh}
13160 the eight-bit value that is the hexadecimal number @var{hh}
13161 (one or two hexadecimal digits)
13162 @end table
13164 @item -E
13165 @opindex -E
13166 @cindex backslash escapes
13167 Disable interpretation of backslash escapes in each @var{string}.
13168 This is the default.  If @option{-e} and @option{-E} are both
13169 specified, the last one given takes effect.
13171 @end table
13173 @vindex POSIXLY_CORRECT
13174 If the @env{POSIXLY_CORRECT} environment variable is set, then when
13175 @command{echo}'s first argument is not @option{-n} it outputs
13176 option-like arguments instead of treating them as options.  For
13177 example, @code{echo -ne hello} outputs @samp{-ne hello} instead of
13178 plain @samp{hello}.  Also backslash escapes are always enabled.
13179 Note to echo the string @samp{-n}, one of the characters
13180 can be escaped in either octal or hexadecimal representation.
13181 For example, @code{echo -e '\x2dn'}.
13183 POSIX does not require support for any options, and says
13184 that the behavior of @command{echo} is implementation-defined if any
13185 @var{string} contains a backslash or if the first argument is @option{-n}.
13186 Portable programs should use the @command{printf} command instead.
13187 @xref{printf invocation}.
13189 @exitstatus
13192 @node printf invocation
13193 @section @command{printf}: Format and print data
13195 @pindex printf
13196 @command{printf} does formatted printing of text.  Synopsis:
13198 @example
13199 printf @var{format} [@var{argument}]@dots{}
13200 @end example
13202 @command{printf} prints the @var{format} string, interpreting @samp{%}
13203 directives and @samp{\} escapes to format numeric and string arguments
13204 in a way that is mostly similar to the C @samp{printf} function.
13205 @xref{Output Conversion Syntax,, @command{printf} format directives,
13206 libc, The GNU C Library Reference Manual}, for details.
13207 The differences are listed below.
13209 @mayConflictWithShellBuiltIn{printf}
13211 @itemize @bullet
13213 @item
13214 The @var{format} argument is reused as necessary to convert all the
13215 given @var{argument}s.  For example, the command @samp{printf %s a b}
13216 outputs @samp{ab}.
13218 @item
13219 Missing @var{argument}s are treated as null strings or as zeros,
13220 depending on whether the context expects a string or a number.  For
13221 example, the command @samp{printf %sx%d} prints @samp{x0}.
13223 @item
13224 @kindex \c
13225 An additional escape, @samp{\c}, causes @command{printf} to produce no
13226 further output.  For example, the command @samp{printf 'A%sC\cD%sF' B
13227 E} prints @samp{ABC}.
13229 @item
13230 The hexadecimal escape sequence @samp{\x@var{hh}} has at most two
13231 digits, as opposed to C where it can have an unlimited number of
13232 digits.  For example, the command @samp{printf '\x07e'} prints two
13233 bytes, whereas the C statement @samp{printf ("\x07e")} prints just
13234 one.
13236 @item
13237 @kindex %b
13238 An additional directive @samp{%b}, prints its
13239 argument string with @samp{\} escapes interpreted in the same way as in
13240 the @var{format} string, except that octal escapes are of the form
13241 @samp{\0@var{ooo}} where @var{ooo} is 0 to 3 octal digits.  If
13242 @samp{\@var{ooo}} is nine-bit value, ignore the ninth bit.
13243 If a precision is also given, it limits the number of bytes printed
13244 from the converted string.
13246 @item
13247 @kindex %q
13248 An additional directive @samp{%q}, prints its argument string
13249 in a format that can be reused as input by most shells.
13250 Non-printable characters are escaped with the POSIX proposed @samp{$''} syntax,
13251 and shell metacharacters are quoted appropriately.
13252 This is an equivalent format to @command{ls --quoting=shell-escape} output.
13254 @item
13255 Numeric arguments must be single C constants, possibly with leading
13256 @samp{+} or @samp{-}.  For example, @samp{printf %.4d -3} outputs
13257 @samp{-0003}.
13259 @item
13260 @vindex POSIXLY_CORRECT
13261 If the leading character of a numeric argument is @samp{"} or @samp{'}
13262 then its value is the numeric value of the immediately following
13263 character.  Any remaining characters are silently ignored if the
13264 @env{POSIXLY_CORRECT} environment variable is set; otherwise, a
13265 warning is printed.  For example, @samp{printf "%d" "'a"} outputs
13266 @samp{97} on hosts that use the ASCII character set, since
13267 @samp{a} has the numeric value 97 in ASCII.
13269 @end itemize
13271 @vindex LC_NUMERIC
13272 A floating point argument is interpreted according to
13273 the @env{LC_NUMERIC} category of either the current or the C locale,
13274 and is printed according to the current locale.
13275 For example, in a locale whose decimal point character is a comma,
13276 the command @samp{printf '%g %g' 2,5 2.5} outputs @samp{2,5 2,5}.
13277 @xref{Floating point}.
13279 @kindex \@var{ooo}
13280 @kindex \x@var{hh}
13281 @command{printf} interprets @samp{\@var{ooo}} in @var{format} as an octal number
13282 (if @var{ooo} is 1 to 3 octal digits) specifying a byte to print,
13283 and @samp{\x@var{hh}} as a hexadecimal number (if @var{hh} is 1 to 2 hex
13284 digits) specifying a character to print.
13285 Note however that when @samp{\@var{ooo}} specifies a number larger than 255,
13286 @command{printf} ignores the ninth bit.
13287 For example, @samp{printf '\400'} is equivalent to @samp{printf '\0'}.
13289 @kindex \uhhhh
13290 @kindex \Uhhhhhhhh
13291 @cindex Unicode
13292 @cindex ISO/IEC 10646
13293 @vindex LC_CTYPE
13294 @command{printf} interprets two syntaxes for specifying Unicode
13295 (ISO/IEC 10646) characters.
13296 @samp{\u} for 16-bit Unicode characters, specified as
13297 four hexadecimal digits @var{hhhh}, and @samp{\U} for 32-bit Unicode
13298 characters, specified as eight hexadecimal digits @var{hhhhhhhh}.
13299 @command{printf} outputs the Unicode characters
13300 according to the @env{LC_CTYPE} locale.  Unicode characters in the range
13301 U+D800@dots{}U+DFFF cannot be specified by this syntax.
13302 This syntax fully supports the universal character subset
13303 introduced in ISO C 99.
13305 The processing of @samp{\u} and @samp{\U} requires a full-featured
13306 @code{iconv} facility.  It is activated on systems with glibc 2.2 (or newer),
13307 or when @code{libiconv} is installed prior to this package.  Otherwise
13308 @samp{\u} and @samp{\U} will print as-is.
13310 The Unicode character syntaxes are useful for writing strings in a locale
13311 independent way.  For example, a string containing the Euro currency symbol
13313 @example
13314 $ env printf '\u20AC 14.95'
13315 @end example
13317 @noindent
13318 will be output correctly in all locales supporting the Euro symbol
13319 (ISO-8859-15, UTF-8, and others).  Similarly, a Chinese string
13321 @example
13322 $ env printf '\u4e2d\u6587'
13323 @end example
13325 @noindent
13326 will be output correctly in all Chinese locales (GB2312, BIG5, UTF-8, etc).
13328 Note that in these examples, the @command{printf} command has been
13329 invoked via @command{env} to ensure that we run the program found via
13330 your shell's search path, and not a shell alias or a built-in function.
13332 For larger strings, you don't need to look up the hexadecimal code
13333 values of each character one by one.  ASCII characters mixed with \u
13334 escape sequences is also known as the JAVA source file encoding.  You can
13335 use GNU recode 3.5c (or newer) to convert strings to this encoding.  Here
13336 is how to convert a piece of text into a shell script which will output
13337 this text in a locale-independent way:
13339 @example
13340 $ LC_CTYPE=zh_TW.big5 env printf \
13341     '\u4e2d\u6587\n' > sample.txt
13342 $ recode BIG5..JAVA < sample.txt \
13343     | sed -e "s|^|env printf '|" -e "s|%|%%|g" -e "s|$|\\\\n'|" \
13344     > sample.sh
13345 @end example
13347 The only options are a lone @option{--help} or
13348 @option{--version}.  @xref{Common options}.
13349 Options must precede operands.
13351 @exitstatus
13354 @node yes invocation
13355 @section @command{yes}: Print a string until interrupted
13357 @pindex yes
13358 @cindex repeated output of a string
13360 @command{yes} prints the command line arguments, separated by spaces and
13361 followed by a newline, forever until it is killed.  If no arguments are
13362 given, it prints @samp{y} followed by a newline forever until killed.
13364 Upon a write error, @command{yes} exits with status @samp{1}.
13366 The only options are a lone @option{--help} or @option{--version}.
13367 To output an argument that begins with
13368 @samp{-}, precede it with @option{--}, e.g., @samp{yes -- --help}.
13369 @xref{Common options}.
13372 @node Conditions
13373 @chapter Conditions
13375 @cindex conditions
13376 @cindex commands for exit status
13377 @cindex exit status commands
13379 This section describes commands that are primarily useful for their exit
13380 status, rather than their output.  Thus, they are often used as the
13381 condition of shell @code{if} statements, or as the last command in a
13382 pipeline.
13384 @menu
13385 * false invocation::            Do nothing, unsuccessfully.
13386 * true invocation::             Do nothing, successfully.
13387 * test invocation::             Check file types and compare values.
13388 * expr invocation::             Evaluate expressions.
13389 @end menu
13392 @node false invocation
13393 @section @command{false}: Do nothing, unsuccessfully
13395 @pindex false
13396 @cindex do nothing, unsuccessfully
13397 @cindex failure exit status
13398 @cindex exit status of @command{false}
13400 @command{false} does nothing except return an exit status of 1, meaning
13401 @dfn{failure}.  It can be used as a place holder in shell scripts
13402 where an unsuccessful command is needed.
13403 In most modern shells, @command{false} is a built-in command, so when
13404 you use @samp{false} in a script, you're probably using the built-in
13405 command, not the one documented here.
13407 @command{false} honors the @option{--help} and @option{--version} options.
13409 This version of @command{false} is implemented as a C program, and is thus
13410 more secure and faster than a shell script implementation, and may safely
13411 be used as a dummy shell for the purpose of disabling accounts.
13413 Note that @command{false} (unlike all other programs documented herein)
13414 exits unsuccessfully, even when invoked with
13415 @option{--help} or @option{--version}.
13417 Portable programs should not assume that the exit status of
13418 @command{false} is 1, as it is greater than 1 on some
13419 non-GNU hosts.
13422 @node true invocation
13423 @section @command{true}: Do nothing, successfully
13425 @pindex true
13426 @cindex do nothing, successfully
13427 @cindex no-op
13428 @cindex successful exit
13429 @cindex exit status of @command{true}
13431 @command{true} does nothing except return an exit status of 0, meaning
13432 @dfn{success}.  It can be used as a place holder in shell scripts
13433 where a successful command is needed, although the shell built-in
13434 command @code{:} (colon) may do the same thing faster.
13435 In most modern shells, @command{true} is a built-in command, so when
13436 you use @samp{true} in a script, you're probably using the built-in
13437 command, not the one documented here.
13439 @command{true} honors the @option{--help} and @option{--version} options.
13441 Note, however, that it is possible to cause @command{true}
13442 to exit with nonzero status: with the @option{--help} or @option{--version}
13443 option, and with standard
13444 output already closed or redirected to a file that evokes an I/O error.
13445 For example, using a Bourne-compatible shell:
13447 @example
13448 $ ./true --version >&-
13449 ./true: write error: Bad file number
13450 $ ./true --version > /dev/full
13451 ./true: write error: No space left on device
13452 @end example
13454 This version of @command{true} is implemented as a C program, and is thus
13455 more secure and faster than a shell script implementation, and may safely
13456 be used as a dummy shell for the purpose of disabling accounts.
13458 @node test invocation
13459 @section @command{test}: Check file types and compare values
13461 @pindex test
13462 @cindex check file types
13463 @cindex compare values
13464 @cindex expression evaluation
13466 @command{test} returns a status of 0 (true) or 1 (false) depending on the
13467 evaluation of the conditional expression @var{expr}.  Each part of the
13468 expression must be a separate argument.
13470 @command{test} has file status checks, string operators, and numeric
13471 comparison operators.
13473 @command{test} has an alternate form that uses opening and closing
13474 square brackets instead a leading @samp{test}.  For example, instead
13475 of @samp{test -d /}, you can write @samp{[ -d / ]}.  The square
13476 brackets must be separate arguments; for example, @samp{[-d /]} does
13477 not have the desired effect.  Since @samp{test @var{expr}} and @samp{[
13478 @var{expr} ]} have the same meaning, only the former form is discussed
13479 below.
13481 Synopses:
13483 @example
13484 test @var{expression}
13485 test
13486 [ @var{expression} ]
13487 [ ]
13488 [ @var{option}
13489 @end example
13491 @mayConflictWithShellBuiltIn{test}
13493 If @var{expression} is omitted, @command{test} returns false.
13494 If @var{expression} is a single argument,
13495 @command{test} returns false if the argument is null and true
13496 otherwise.  The argument
13497 can be any string, including strings like @samp{-d}, @samp{-1},
13498 @samp{--}, @samp{--help}, and @samp{--version} that most other
13499 programs would treat as options.  To get help and version information,
13500 invoke the commands @samp{[ --help} and @samp{[ --version}, without
13501 the usual closing brackets.  @xref{Common options}.
13503 @cindex exit status of @command{test}
13504 Exit status:
13506 @display
13507 0 if the expression is true,
13508 1 if the expression is false,
13509 2 if an error occurred.
13510 @end display
13512 @menu
13513 * File type tests::             @code{-[bcdfhLpSt]}
13514 * Access permission tests::     @code{-[gkruwxOG]}
13515 * File characteristic tests::   @code{-e -s -nt -ot -ef}
13516 * String tests::                @code{-z -n = == !=}
13517 * Numeric tests::               @code{-eq -ne -lt -le -gt -ge}
13518 * Connectives for test::        @code{! -a -o}
13519 @end menu
13522 @node File type tests
13523 @subsection File type tests
13525 @cindex file type tests
13527 These options test for particular types of files.  (Everything's a file,
13528 but not all files are the same!)
13530 @table @samp
13532 @item -b @var{file}
13533 @opindex -b
13534 @cindex block special check
13535 True if @var{file} exists and is a block special device.
13537 @item -c @var{file}
13538 @opindex -c
13539 @cindex character special check
13540 True if @var{file} exists and is a character special device.
13542 @item -d @var{file}
13543 @opindex -d
13544 @cindex directory check
13545 True if @var{file} exists and is a directory.
13547 @item -f @var{file}
13548 @opindex -f
13549 @cindex regular file check
13550 True if @var{file} exists and is a regular file.
13552 @item -h @var{file}
13553 @itemx -L @var{file}
13554 @opindex -L
13555 @opindex -h
13556 @cindex symbolic link check
13557 True if @var{file} exists and is a symbolic link.
13558 Unlike all other file-related tests, this test does not dereference
13559 @var{file} if it is a symbolic link.
13561 @item -p @var{file}
13562 @opindex -p
13563 @cindex named pipe check
13564 True if @var{file} exists and is a named pipe.
13566 @item -S @var{file}
13567 @opindex -S
13568 @cindex socket check
13569 True if @var{file} exists and is a socket.
13571 @item -t @var{fd}
13572 @opindex -t
13573 @cindex terminal check
13574 True if @var{fd} is a file descriptor that is associated with a
13575 terminal.
13577 @end table
13580 @node Access permission tests
13581 @subsection Access permission tests
13583 @cindex access permission tests
13584 @cindex permission tests
13586 These options test for particular access permissions.
13588 @table @samp
13590 @item -g @var{file}
13591 @opindex -g
13592 @cindex set-group-ID check
13593 True if @var{file} exists and has its set-group-ID bit set.
13595 @item -k @var{file}
13596 @opindex -k
13597 @cindex sticky bit check
13598 True if @var{file} exists and has its @dfn{sticky} bit set.
13600 @item -r @var{file}
13601 @opindex -r
13602 @cindex readable file check
13603 True if @var{file} exists and the user has read access.
13605 @item -u @var{file}
13606 @opindex -u
13607 @cindex set-user-ID check
13608 True if @var{file} exists and has its set-user-ID bit set.
13610 @item -w @var{file}
13611 @opindex -w
13612 @cindex writable file check
13613 True if @var{file} exists and the user has write access.
13615 @item -x @var{file}
13616 @opindex -x
13617 @cindex executable file check
13618 True if @var{file} exists and the user has execute access
13619 (or search permission, if it is a directory).
13621 @item -O @var{file}
13622 @opindex -O
13623 @cindex owned by effective user ID check
13624 True if @var{file} exists and is owned by the current effective user ID.
13626 @item -G @var{file}
13627 @opindex -G
13628 @cindex owned by effective group ID check
13629 True if @var{file} exists and is owned by the current effective group ID.
13631 @end table
13633 @node File characteristic tests
13634 @subsection File characteristic tests
13636 @cindex file characteristic tests
13638 These options test other file characteristics.
13640 @table @samp
13642 @item -e @var{file}
13643 @opindex -e
13644 @cindex existence-of-file check
13645 True if @var{file} exists.
13647 @item -s @var{file}
13648 @opindex -s
13649 @cindex nonempty file check
13650 True if @var{file} exists and has a size greater than zero.
13652 @item @var{file1} -nt @var{file2}
13653 @opindex -nt
13654 @cindex newer-than file check
13655 True if @var{file1} is newer (according to modification date) than
13656 @var{file2}, or if @var{file1} exists and @var{file2} does not.
13658 @item @var{file1} -ot @var{file2}
13659 @opindex -ot
13660 @cindex older-than file check
13661 True if @var{file1} is older (according to modification date) than
13662 @var{file2}, or if @var{file2} exists and @var{file1} does not.
13664 @item @var{file1} -ef @var{file2}
13665 @opindex -ef
13666 @cindex same file check
13667 @cindex hard link check
13668 True if @var{file1} and @var{file2} have the same device and inode
13669 numbers, i.e., if they are hard links to each other.
13671 @item -N @var{file}
13672 @opindex -N
13673 @cindex mtime-greater-atime file check
13674 True if @var{file} exists and has been modified (mtime) since it was
13675 last read (atime).
13677 @end table
13680 @node String tests
13681 @subsection String tests
13683 @cindex string tests
13685 These options test string characteristics.  You may need to quote
13686 @var{string} arguments for the shell.  For example:
13688 @example
13689 test -n "$V"
13690 @end example
13692 The quotes here prevent the wrong arguments from being passed to
13693 @command{test} if @samp{$V} is empty or contains special characters.
13695 @table @samp
13697 @item -z @var{string}
13698 @opindex -z
13699 @cindex zero-length string check
13700 True if the length of @var{string} is zero.
13702 @item -n @var{string}
13703 @itemx @var{string}
13704 @opindex -n
13705 @cindex nonzero-length string check
13706 True if the length of @var{string} is nonzero.
13708 @item @var{string1} = @var{string2}
13709 @opindex =
13710 @cindex equal string check
13711 True if the strings are equal.
13713 @item @var{string1} == @var{string2}
13714 @opindex ==
13715 @cindex equal string check
13716 True if the strings are equal (synonym for =).
13717 Note this form is not as portable to other
13718 shells and systems.
13720 @item @var{string1} != @var{string2}
13721 @opindex !=
13722 @cindex not-equal string check
13723 True if the strings are not equal.
13725 @end table
13728 @node Numeric tests
13729 @subsection Numeric tests
13731 @cindex numeric tests
13732 @cindex arithmetic tests
13734 Numeric relational operators.  The arguments must be entirely numeric
13735 (possibly negative), or the special expression @w{@code{-l @var{string}}},
13736 which evaluates to the length of @var{string}.
13738 @table @samp
13740 @item @var{arg1} -eq @var{arg2}
13741 @itemx @var{arg1} -ne @var{arg2}
13742 @itemx @var{arg1} -lt @var{arg2}
13743 @itemx @var{arg1} -le @var{arg2}
13744 @itemx @var{arg1} -gt @var{arg2}
13745 @itemx @var{arg1} -ge @var{arg2}
13746 @opindex -eq
13747 @opindex -ne
13748 @opindex -lt
13749 @opindex -le
13750 @opindex -gt
13751 @opindex -ge
13752 These arithmetic binary operators return true if @var{arg1} is equal,
13753 not-equal, less-than, less-than-or-equal, greater-than, or
13754 greater-than-or-equal than @var{arg2}, respectively.
13756 @end table
13758 For example:
13760 @example
13761 test -1 -gt -2 && echo yes
13762 @result{} yes
13763 test -l abc -gt 1 && echo yes
13764 @result{} yes
13765 test 0x100 -eq 1
13766 @error{} test: integer expression expected before -eq
13767 @end example
13770 @node Connectives for test
13771 @subsection Connectives for @command{test}
13773 @cindex logical connectives
13774 @cindex connectives, logical
13776 Note it's preferred to use shell logical primitives
13777 rather than these logical connectives internal to @command{test},
13778 because an expression may become ambiguous
13779 depending on the expansion of its parameters.
13781 For example, this becomes ambiguous when @samp{$1}
13782 is set to @samp{'!'} and @samp{$2} to the empty string @samp{''}:
13784 @example
13785 test "$1" -a "$2"
13786 @end example
13788 and should be written as:
13790 @example
13791 test "$1" && test "$2"
13792 @end example
13794 Note the shell logical primitives also benefit from
13795 short circuit operation, which can be significant
13796 for file attribute tests.
13798 @table @samp
13800 @item ! @var{expr}
13801 @opindex !
13802 True if @var{expr} is false.
13803 @samp{!} has lower precedence than all parts of @var{expr}.
13804 Note @samp{!} needs to be specified to the left
13805 of a binary expression, I.e., @samp{'!' 1 -gt 2}
13806 rather than @samp{1 '!' -gt 2}.
13807 Also @samp{!} is often a shell special character
13808 and is best used quoted.
13811 @item @var{expr1} -a @var{expr2}
13812 @opindex -a
13813 @cindex logical and operator
13814 @cindex and operator
13815 True if both @var{expr1} and @var{expr2} are true.
13816 @samp{-a} is left associative,
13817 and has a higher precedence than @samp{-o}.
13819 @item @var{expr1} -o @var{expr2}
13820 @opindex -o
13821 @cindex logical or operator
13822 @cindex or operator
13823 True if either @var{expr1} or @var{expr2} is true.
13824 @samp{-o} is left associative.
13826 @end table
13829 @node expr invocation
13830 @section @command{expr}: Evaluate expressions
13832 @pindex expr
13833 @cindex expression evaluation
13834 @cindex evaluation of expressions
13836 @command{expr} evaluates an expression and writes the result on standard
13837 output.  Each token of the expression must be a separate argument.
13839 Operands are either integers or strings.  Integers consist of one or
13840 more decimal digits, with an optional leading @samp{-}.
13841 @command{expr} converts
13842 anything appearing in an operand position to an integer or a string
13843 depending on the operation being applied to it.
13845 Strings are not quoted for @command{expr} itself, though you may need to
13846 quote them to protect characters with special meaning to the shell,
13847 e.g., spaces.  However, regardless of whether it is quoted, a string
13848 operand should not be a parenthesis or any of @command{expr}'s
13849 operators like @code{+}, so you cannot safely pass an arbitrary string
13850 @code{$str} to expr merely by quoting it to the shell.  One way to
13851 work around this is to use the GNU extension @code{+},
13852 (e.g., @code{+ "$str" = foo}); a more portable way is to use
13853 @code{@w{" $str"}} and to adjust the rest of the expression to take
13854 the leading space into account (e.g., @code{@w{" $str" = " foo"}}).
13856 You should not pass a negative integer or a string with leading
13857 @samp{-} as @command{expr}'s first argument, as it might be
13858 misinterpreted as an option; this can be avoided by parenthesization.
13859 Also, portable scripts should not use a string operand that happens to
13860 take the form of an integer; this can be worked around by inserting
13861 leading spaces as mentioned above.
13863 @cindex parentheses for grouping
13864 Operators may be given as infix symbols or prefix keywords.  Parentheses
13865 may be used for grouping in the usual manner.  You must quote
13866 parentheses and many operators to avoid the shell evaluating them,
13867 however.
13869 Because @command{expr} uses multiple-precision arithmetic, it works
13870 with integers wider than those of machine registers.
13872 The only options are @option{--help} and @option{--version}.  @xref{Common
13873 options}.  Options must precede operands.
13875 @cindex exit status of @command{expr}
13876 Exit status:
13878 @display
13879 0 if the expression is neither null nor 0,
13880 1 if the expression is null or 0,
13881 2 if the expression is invalid,
13882 3 if an internal error occurred (e.g., arithmetic overflow).
13883 @end display
13885 @menu
13886 * String expressions::          @code{+ : match substr index length}
13887 * Numeric expressions::         @code{+ - * / %}
13888 * Relations for expr::          @code{| & < <= = == != >= >}
13889 * Examples of expr::            Examples.
13890 @end menu
13893 @node String expressions
13894 @subsection String expressions
13896 @cindex string expressions
13897 @cindex expressions, string
13899 @command{expr} supports pattern matching and other string operators.  These
13900 have higher precedence than both the numeric and relational operators (in
13901 the next sections).
13903 @table @samp
13905 @item @var{string} : @var{regex}
13906 @cindex pattern matching
13907 @cindex regular expression matching
13908 @cindex matching patterns
13909 Perform pattern matching.  The arguments are converted to strings and the
13910 second is considered to be a (basic, a la GNU @code{grep}) regular
13911 expression, with a @code{^} implicitly prepended.  The first argument is
13912 then matched against this regular expression.
13914 If @var{regex} does not use @samp{\(} and @samp{\)}, the @code{:}
13915 expression returns the number of characters matched, or 0 if the match
13916 fails.
13918 If @var{regex} uses @samp{\(} and @samp{\)}, the @code{:} expression
13919 returns the part of @var{string} that matched the subexpression, or
13920 the null string if the match failed or the subexpression did not
13921 contribute to the match.
13923 @kindex \( @r{regexp operator}
13924 Only the first @samp{\( @dots{} \)} pair is relevant to the return
13925 value; additional pairs are meaningful only for grouping the regular
13926 expression operators.
13928 @kindex \+ @r{regexp operator}
13929 @kindex \? @r{regexp operator}
13930 @kindex \| @r{regexp operator}
13931 In the regular expression, @code{\+}, @code{\?}, and @code{\|} are
13932 operators which respectively match one or more, zero or one, or separate
13933 alternatives.  These operators are GNU extensions.  @xref{Regular Expressions,,
13934 Regular Expressions, grep, The GNU Grep Manual}, for details of
13935 regular expression syntax.  Some examples are in @ref{Examples of expr}.
13937 @item match @var{string} @var{regex}
13938 @findex match
13939 An alternative way to do pattern matching.  This is the same as
13940 @w{@samp{@var{string} : @var{regex}}}.
13942 @item substr @var{string} @var{position} @var{length}
13943 @findex substr
13944 Returns the substring of @var{string} beginning at @var{position}
13945 with length at most @var{length}.  If either @var{position} or
13946 @var{length} is negative, zero, or non-numeric, returns the null string.
13948 @item index @var{string} @var{charset}
13949 @findex index
13950 Returns the first position in @var{string} where the first character in
13951 @var{charset} was found.  If no character in @var{charset} is found in
13952 @var{string}, return 0.
13954 @item length @var{string}
13955 @findex length
13956 Returns the length of @var{string}.
13958 @item + @var{token}
13959 @kindex +
13960 Interpret @var{token} as a string, even if it is a keyword like @var{match}
13961 or an operator like @code{/}.
13962 This makes it possible to test @code{expr length + "$x"} or
13963 @code{expr + "$x" : '.*/\(.\)'} and have it do the right thing even if
13964 the value of @var{$x} happens to be (for example) @code{/} or @code{index}.
13965 This operator is a GNU extension.  Portable shell scripts should use
13966 @code{@w{" $token"} : @w{' \(.*\)'}} instead of @code{+ "$token"}.
13968 @end table
13970 To make @command{expr} interpret keywords as strings, you must use the
13971 @code{quote} operator.
13974 @node Numeric expressions
13975 @subsection Numeric expressions
13977 @cindex numeric expressions
13978 @cindex expressions, numeric
13980 @command{expr} supports the usual numeric operators, in order of increasing
13981 precedence.  These numeric operators have lower precedence than the
13982 string operators described in the previous section, and higher precedence
13983 than the connectives (next section).
13985 @table @samp
13987 @item + -
13988 @kindex +
13989 @kindex -
13990 @cindex addition
13991 @cindex subtraction
13992 Addition and subtraction.  Both arguments are converted to integers;
13993 an error occurs if this cannot be done.
13995 @item * / %
13996 @kindex *
13997 @kindex /
13998 @kindex %
13999 @cindex multiplication
14000 @cindex division
14001 @cindex remainder
14002 Multiplication, division, remainder.  Both arguments are converted to
14003 integers; an error occurs if this cannot be done.
14005 @end table
14008 @node Relations for expr
14009 @subsection Relations for @command{expr}
14011 @cindex connectives, logical
14012 @cindex logical connectives
14013 @cindex relations, numeric or string
14015 @command{expr} supports the usual logical connectives and relations.  These
14016 have lower precedence than the string and numeric operators
14017 (previous sections).  Here is the list, lowest-precedence operator first.
14019 @table @samp
14021 @item |
14022 @kindex |
14023 @cindex logical or operator
14024 @cindex or operator
14025 Returns its first argument if that is neither null nor zero, otherwise
14026 its second argument if it is neither null nor zero, otherwise 0.  It
14027 does not evaluate its second argument if its first argument is neither
14028 null nor zero.
14030 @item &
14031 @kindex &
14032 @cindex logical and operator
14033 @cindex and operator
14034 Return its first argument if neither argument is null or zero, otherwise
14035 0.  It does not evaluate its second argument if its first argument is
14036 null or zero.
14038 @item < <= = == != >= >
14039 @kindex <
14040 @kindex <=
14041 @kindex =
14042 @kindex ==
14043 @kindex >
14044 @kindex >=
14045 @cindex comparison operators
14046 @vindex LC_COLLATE
14047 Compare the arguments and return 1 if the relation is true, 0 otherwise.
14048 @code{==} is a synonym for @code{=}.  @command{expr} first tries to convert
14049 both arguments to integers and do a numeric comparison; if either
14050 conversion fails, it does a lexicographic comparison using the character
14051 collating sequence specified by the @env{LC_COLLATE} locale.
14053 @end table
14056 @node Examples of expr
14057 @subsection Examples of using @command{expr}
14059 @cindex examples of @command{expr}
14060 Here are a few examples, including quoting for shell metacharacters.
14062 To add 1 to the shell variable @code{foo}, in Bourne-compatible shells:
14064 @example
14065 foo=$(expr $foo + 1)
14066 @end example
14068 To print the non-directory part of the file name stored in
14069 @code{$fname}, which need not contain a @code{/}:
14071 @example
14072 expr $fname : '.*/\(.*\)' '|' $fname
14073 @end example
14075 An example showing that @code{\+} is an operator:
14077 @example
14078 expr aaa : 'a\+'
14079 @result{} 3
14080 @end example
14082 @example
14083 expr abc : 'a\(.\)c'
14084 @result{} b
14085 expr index abcdef cz
14086 @result{} 3
14087 expr index index a
14088 @error{} expr: syntax error
14089 expr index + index a
14090 @result{} 0
14091 @end example
14094 @node Redirection
14095 @chapter Redirection
14097 @cindex redirection
14098 @cindex commands for redirection
14100 Unix shells commonly provide several forms of @dfn{redirection} -- ways
14101 to change the input source or output destination of a command.  But one
14102 useful redirection is performed by a separate command, not by the shell;
14103 it's described here.
14105 @menu
14106 * tee invocation::              Redirect output to multiple files or processes.
14107 @end menu
14110 @node tee invocation
14111 @section @command{tee}: Redirect output to multiple files or processes
14113 @pindex tee
14114 @cindex pipe fitting
14115 @cindex destinations, multiple output
14116 @cindex read from standard input and write to standard output and files
14118 The @command{tee} command copies standard input to standard output and also
14119 to any files given as arguments.  This is useful when you want not only
14120 to send some data down a pipe, but also to save a copy.  Synopsis:
14122 @example
14123 tee [@var{option}]@dots{} [@var{file}]@dots{}
14124 @end example
14126 If a file being written to does not already exist, it is created.  If a
14127 file being written to already exists, the data it previously contained
14128 is overwritten unless the @option{-a} option is used.
14130 In previous versions of GNU Coreutils (5.3.0--8.23),
14131 a @var{file} of @samp{-}
14132 caused @command{tee} to send another copy of input to standard output.
14133 However, as the interleaved output was not very useful, @command{tee} now
14134 conforms to POSIX and treats @samp{-} as a file name.
14136 The program accepts the following options.  Also see @ref{Common options}.
14138 @table @samp
14139 @item -a
14140 @itemx --append
14141 @opindex -a
14142 @opindex --append
14143 Append standard input to the given files rather than overwriting
14144 them.
14146 @item -i
14147 @itemx --ignore-interrupts
14148 @opindex -i
14149 @opindex --ignore-interrupts
14150 Ignore interrupt signals.
14152 @item -p
14153 @itemx --output-error[=@var{mode}]
14154 @opindex -p
14155 @opindex --output-error
14156 Adjust the behavior with errors on the outputs.
14157 In summary @option{-p} allows @command{tee} to operate in a more
14158 standard manner with pipes, and to continue to process data
14159 to any remaining outputs, if any pipe outputs exit early.
14160 The default operation when @option{--output-error} is @emph{not}
14161 specified is to exit immediately on error writing to a pipe,
14162 and diagnose errors writing to a non-pipe.
14163 The long form @option{--output-error} option supports selection
14164 between the following @var{mode}s:
14166 @table @samp
14167 @item warn
14168 Warn on error opening or writing any output, including pipes.
14169 Writing is continued to still open files/pipes.
14170 Exit status indicates failure if any output has an error.
14172 @item warn-nopipe
14173 This is the default @var{mode} when not specified,
14174 or when the short form @option{-p} is used.
14175 Warn on error opening or writing any output, except pipes.
14176 Writing is continued to still open files/pipes.
14177 Exit status indicates failure if any non pipe output had an error.
14179 @item exit
14180 Exit on error opening or writing any output, including pipes.
14182 @item exit-nopipe
14183 Exit on error opening or writing any output, except pipes.
14184 @end table
14186 @end table
14188 The @command{tee} command is useful when you happen to be transferring a large
14189 amount of data and also want to summarize that data without reading
14190 it a second time.  For example, when you are downloading a DVD image,
14191 you often want to verify its signature or checksum right away.
14192 The inefficient way to do it is simply:
14194 @example
14195 wget https://example.com/some.iso && sha1sum some.iso
14196 @end example
14198 One problem with the above is that it makes you wait for the
14199 download to complete before starting the time-consuming SHA1 computation.
14200 Perhaps even more importantly, the above requires reading
14201 the DVD image a second time (the first was from the network).
14203 The efficient way to do it is to interleave the download
14204 and SHA1 computation.  Then, you'll get the checksum for
14205 free, because the entire process parallelizes so well:
14207 @example
14208 # slightly contrived, to demonstrate process substitution
14209 wget -O - https://example.com/dvd.iso \
14210   | tee >(sha1sum > dvd.sha1) > dvd.iso
14211 @end example
14213 That makes @command{tee} write not just to the expected output file,
14214 but also to a pipe running @command{sha1sum} and saving the final
14215 checksum in a file named @file{dvd.sha1}.
14217 Note, however, that this example relies on a feature of modern shells
14218 called @dfn{process substitution}
14219 (the @samp{>(command)} syntax, above;
14220 @xref{Process Substitution,,Process Substitution, bash,
14221 The Bash Reference Manual}.),
14222 so it works with @command{zsh}, @command{bash}, and @command{ksh},
14223 but not with @command{/bin/sh}.  So if you write code like this
14224 in a shell script, be sure to start the script with @samp{#!/bin/bash}.
14226 Note also that if any of the process substitutions (or piped standard output)
14227 might exit early without consuming all the data, the @option{-p} option
14228 is needed to allow @command{tee} to continue to process the input
14229 to any remaining outputs.
14231 Since the above example writes to one file and one process,
14232 a more conventional and portable use of @command{tee} is even better:
14234 @example
14235 wget -O - https://example.com/dvd.iso \
14236   | tee dvd.iso | sha1sum > dvd.sha1
14237 @end example
14239 You can extend this example to make @command{tee} write to two processes,
14240 computing MD5 and SHA1 checksums in parallel.  In this case,
14241 process substitution is required:
14243 @example
14244 wget -O - https://example.com/dvd.iso \
14245   | tee >(sha1sum > dvd.sha1) \
14246         >(md5sum > dvd.md5) \
14247   > dvd.iso
14248 @end example
14250 This technique is also useful when you want to make a @emph{compressed}
14251 copy of the contents of a pipe.
14252 Consider a tool to graphically summarize file system usage data from
14253 @samp{du -ak}.
14254 For a large hierarchy, @samp{du -ak} can run for a long time,
14255 and can easily produce terabytes of data, so you won't want to
14256 rerun the command unnecessarily.  Nor will you want to save
14257 the uncompressed output.
14259 Doing it the inefficient way, you can't even start the GUI
14260 until after you've compressed all of the @command{du} output:
14262 @example
14263 du -ak | gzip -9 > /tmp/du.gz
14264 gzip -d /tmp/du.gz | checkspace -a
14265 @end example
14267 With @command{tee} and process substitution, you start the GUI
14268 right away and eliminate the decompression completely:
14270 @example
14271 du -ak | tee >(gzip -9 > /tmp/du.gz) | checkspace -a
14272 @end example
14274 Finally, if you regularly create more than one type of
14275 compressed tarball at once, for example when @code{make dist} creates
14276 both @command{gzip}-compressed and @command{bzip2}-compressed tarballs,
14277 there may be a better way.
14278 Typical @command{automake}-generated @file{Makefile} rules create
14279 the two compressed tar archives with commands in sequence, like this
14280 (slightly simplified):
14282 @example
14283 tardir=your-pkg-M.N
14284 tar chof - "$tardir" | gzip  -9 -c > your-pkg-M.N.tar.gz
14285 tar chof - "$tardir" | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14286 @end example
14288 However, if the hierarchy you are archiving and compressing is larger
14289 than a couple megabytes, and especially if you are using a multi-processor
14290 system with plenty of memory, then you can do much better by reading the
14291 directory contents only once and running the compression programs in parallel:
14293 @example
14294 tardir=your-pkg-M.N
14295 tar chof - "$tardir" \
14296   | tee >(gzip -9 -c > your-pkg-M.N.tar.gz) \
14297   | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14298 @end example
14300 If you want to further process the output from process substitutions,
14301 and those processes write atomically (i.e., write less than the system's
14302 PIPE_BUF size at a time), that's possible with a construct like:
14304 @example
14305 tardir=your-pkg-M.N
14306 tar chof - "$tardir" \
14307   | tee >(md5sum --tag) > >(sha256sum --tag) \
14308   | sort | gpg --clearsign > your-pkg-M.N.tar.sig
14309 @end example
14311 @exitstatus
14314 @node File name manipulation
14315 @chapter File name manipulation
14317 @cindex file name manipulation
14318 @cindex manipulation of file names
14319 @cindex commands for file name manipulation
14321 This section describes commands that manipulate file names.
14323 @menu
14324 * basename invocation::         Strip directory and suffix from a file name.
14325 * dirname invocation::          Strip last file name component.
14326 * pathchk invocation::          Check file name validity and portability.
14327 * mktemp invocation::           Create temporary file or directory.
14328 * realpath invocation::         Print resolved file names.
14329 @end menu
14332 @node basename invocation
14333 @section @command{basename}: Strip directory and suffix from a file name
14335 @pindex basename
14336 @cindex strip directory and suffix from file names
14337 @cindex directory, stripping from file names
14338 @cindex suffix, stripping from file names
14339 @cindex file names, stripping directory and suffix
14340 @cindex leading directory components, stripping
14342 @command{basename} removes any leading directory components from
14343 @var{name}.  Synopsis:
14345 @example
14346 basename @var{name} [@var{suffix}]
14347 basename @var{option}@dots{} @var{name}@dots{}
14348 @end example
14350 If @var{suffix} is specified and is identical to the end of @var{name},
14351 it is removed from @var{name} as well.  Note that since trailing slashes
14352 are removed prior to suffix matching, @var{suffix} will do nothing if it
14353 contains slashes.  @command{basename} prints the result on standard
14354 output.
14356 @c This test is used both here and in the section on dirname.
14357 @macro basenameAndDirname
14358 Together, @command{basename} and @command{dirname} are designed such
14359 that if @samp{ls "$name"} succeeds, then the command sequence @samp{cd
14360 "$(dirname "$name")"; ls "$(basename "$name")"} will, too.  This works
14361 for everything except file names containing a trailing newline.
14362 @end macro
14363 @basenameAndDirname
14365 POSIX allows the implementation to define the results if
14366 @var{name} is empty or @samp{//}.  In the former case, GNU
14367 @command{basename} returns the empty string.  In the latter case, the
14368 result is @samp{//} on platforms where @var{//} is distinct from
14369 @var{/}, and @samp{/} on platforms where there is no difference.
14371 The program accepts the following options.  Also see @ref{Common options}.
14372 Options must precede operands.
14374 @table @samp
14376 @item -a
14377 @itemx --multiple
14378 @opindex -a
14379 @opindex --multiple
14380 Support more than one argument.  Treat every argument as a @var{name}.
14381 With this, an optional @var{suffix} must be specified using the
14382 @option{-s} option.
14384 @item -s @var{suffix}
14385 @itemx --suffix=@var{suffix}
14386 @opindex -s
14387 @opindex --suffix
14388 Remove a trailing @var{suffix}.
14389 This option implies the @option{-a} option.
14391 @optZero
14393 @end table
14395 @exitstatus
14397 Examples:
14399 @example
14400 # Output "sort".
14401 basename /usr/bin/sort
14403 # Output "stdio".
14404 basename include/stdio.h .h
14406 # Output "stdio".
14407 basename -s .h include/stdio.h
14409 # Output "stdio" followed by "stdlib"
14410 basename -a -s .h include/stdio.h include/stdlib.h
14411 @end example
14414 @node dirname invocation
14415 @section @command{dirname}: Strip last file name component
14417 @pindex dirname
14418 @cindex directory components, printing
14419 @cindex stripping non-directory suffix
14420 @cindex non-directory suffix, stripping
14422 @command{dirname} prints all but the final slash-delimited component
14423 of each @var{name}.  Slashes on either side of the final component are
14424 also removed.  If the string contains no slash, @command{dirname}
14425 prints @samp{.} (meaning the current directory).  Synopsis:
14427 @example
14428 dirname [@var{option}] @var{name}@dots{}
14429 @end example
14431 @var{name} need not be a file name, but if it is, this operation
14432 effectively lists the directory that contains the final component,
14433 including the case when the final component is itself a directory.
14435 @basenameAndDirname
14437 POSIX allows the implementation to define the results if
14438 @var{name} is @samp{//}.  With GNU @command{dirname}, the
14439 result is @samp{//} on platforms where @var{//} is distinct from
14440 @var{/}, and @samp{/} on platforms where there is no difference.
14442 The program accepts the following option.  Also see @ref{Common options}.
14444 @table @samp
14446 @optZero
14448 @end table
14450 @exitstatus
14452 Examples:
14454 @example
14455 # Output "/usr/bin".
14456 dirname /usr/bin/sort
14457 dirname /usr/bin//.//
14459 # Output "dir1" followed by "dir2"
14460 dirname dir1/str dir2/str
14462 # Output ".".
14463 dirname stdio.h
14464 @end example
14467 @node pathchk invocation
14468 @section @command{pathchk}: Check file name validity and portability
14470 @pindex pathchk
14471 @cindex file names, checking validity and portability
14472 @cindex valid file names, checking for
14473 @cindex portable file names, checking for
14475 @command{pathchk} checks validity and portability of file names.  Synopsis:
14477 @example
14478 pathchk [@var{option}]@dots{} @var{name}@dots{}
14479 @end example
14481 For each @var{name}, @command{pathchk} prints an error message if any of
14482 these conditions is true:
14484 @enumerate
14485 @item
14486 One of the existing directories in @var{name} does not have search
14487 (execute) permission,
14488 @item
14489 The length of @var{name} is larger than the maximum supported by the
14490 operating system.
14491 @item
14492 The length of one component of @var{name} is longer than
14493 its file system's maximum.
14494 @end enumerate
14496 A nonexistent @var{name} is not an error, so long as a file with that
14497 name could be created under the above conditions.
14499 The program accepts the following options.  Also see @ref{Common options}.
14500 Options must precede operands.
14502 @table @samp
14504 @item -p
14505 @opindex -p
14506 Instead of performing checks based on the underlying file system,
14507 print an error message if any of these conditions is true:
14509 @enumerate
14510 @item
14511 A file name is empty.
14513 @item
14514 A file name contains a character outside the POSIX portable file
14515 name character set, namely, the ASCII letters and digits, @samp{.},
14516 @samp{_}, @samp{-}, and @samp{/}.
14518 @item
14519 The length of a file name or one of its components exceeds the
14520 POSIX minimum limits for portability.
14521 @end enumerate
14523 @item -P
14524 @opindex -P
14525 Print an error message if a file name is empty, or if it contains a component
14526 that begins with @samp{-}.
14528 @item --portability
14529 @opindex --portability
14530 Print an error message if a file name is not portable to all POSIX
14531 hosts.  This option is equivalent to @samp{-p -P}.
14533 @end table
14535 @cindex exit status of @command{pathchk}
14536 Exit status:
14538 @display
14539 0 if all specified file names passed all checks,
14540 1 otherwise.
14541 @end display
14543 @node mktemp invocation
14544 @section @command{mktemp}: Create temporary file or directory
14546 @pindex mktemp
14547 @cindex file names, creating temporary
14548 @cindex directory, creating temporary
14549 @cindex temporary files and directories
14551 @command{mktemp} manages the creation of temporary files and
14552 directories.  Synopsis:
14554 @example
14555 mktemp [@var{option}]@dots{} [@var{template}]
14556 @end example
14558 Safely create a temporary file or directory based on @var{template},
14559 and print its name.  If given, @var{template} must include at least
14560 three consecutive @samp{X}s in the last component.  If omitted, the template
14561 @samp{tmp.XXXXXXXXXX} is used, and option @option{--tmpdir} is
14562 implied.  The final run of @samp{X}s in the @var{template} will be replaced
14563 by alpha-numeric characters; thus, on a case-sensitive file system,
14564 and with a @var{template} including a run of @var{n} instances of @samp{X},
14565 there are @samp{62**@var{n}} potential file names.
14567 Older scripts used to create temporary files by simply joining the
14568 name of the program with the process id (@samp{$$}) as a suffix.
14569 However, that naming scheme is easily predictable, and suffers from a
14570 race condition where the attacker can create an appropriately named
14571 symbolic link, such that when the script then opens a handle to what
14572 it thought was an unused file, it is instead modifying an existing
14573 file.  Using the same scheme to create a directory is slightly safer,
14574 since the @command{mkdir} will fail if the target already exists, but
14575 it is still inferior because it allows for denial of service attacks.
14576 Therefore, modern scripts should use the @command{mktemp} command to
14577 guarantee that the generated name will be unpredictable, and that
14578 knowledge of the temporary file name implies that the file was created
14579 by the current script and cannot be modified by other users.
14581 When creating a file, the resulting file has read and write
14582 permissions for the current user, but no permissions for the group or
14583 others; these permissions are reduced if the current umask is more
14584 restrictive.
14586 Here are some examples (although note that if you repeat them, you
14587 will most likely get different file names):
14589 @itemize @bullet
14591 @item
14592 Create a temporary file in the current directory.
14593 @example
14594 $ mktemp file.XXXX
14595 file.H47c
14596 @end example
14598 @item
14599 Create a temporary file with a known suffix.
14600 @example
14601 $ mktemp --suffix=.txt file-XXXX
14602 file-H08W.txt
14603 $ mktemp file-XXXX-XXXX.txt
14604 file-XXXX-eI9L.txt
14605 @end example
14607 @item
14608 Create a secure fifo relative to the user's choice of @env{TMPDIR},
14609 but falling back to the current directory rather than @file{/tmp}.
14610 Note that @command{mktemp} does not create fifos, but can create a
14611 secure directory in which the fifo can live.  Exit the shell if the
14612 directory or fifo could not be created.
14613 @example
14614 $ dir=$(mktemp -p "$@{TMPDIR:-.@}" -d dir-XXXX) || exit 1
14615 $ fifo=$dir/fifo
14616 $ mkfifo "$fifo" || @{ rmdir "$dir"; exit 1; @}
14617 @end example
14619 @item
14620 Create and use a temporary file if possible, but ignore failure.  The
14621 file will reside in the directory named by @env{TMPDIR}, if specified,
14622 or else in @file{/tmp}.
14623 @example
14624 $ file=$(mktemp -q) && @{
14625 >   # Safe to use $file only within this block.  Use quotes,
14626 >   # since $TMPDIR, and thus $file, may contain whitespace.
14627 >   echo ... > "$file"
14628 >   rm "$file"
14629 > @}
14630 @end example
14632 @item
14633 Act as a semi-random character generator (it is not fully random,
14634 since it is impacted by the contents of the current directory).  To
14635 avoid security holes, do not use the resulting names to create a file.
14636 @example
14637 $ mktemp -u XXX
14639 $ mktemp -u XXX
14641 @end example
14643 @end itemize
14645 The program accepts the following options.  Also see @ref{Common options}.
14647 @table @samp
14649 @item -d
14650 @itemx --directory
14651 @opindex -d
14652 @opindex --directory
14653 Create a directory rather than a file.  The directory will have read,
14654 write, and search permissions for the current user, but no permissions
14655 for the group or others; these permissions are reduced if the current
14656 umask is more restrictive.
14658 @item -q
14659 @itemx --quiet
14660 @opindex -q
14661 @opindex --quiet
14662 Suppress diagnostics about failure to create a file or directory.  The
14663 exit status will still reflect whether a file was created.
14665 @item -u
14666 @itemx --dry-run
14667 @opindex -u
14668 @opindex --dry-run
14669 Generate a temporary name that does not name an existing file, without
14670 changing the file system contents.  Using the output of this command
14671 to create a new file is inherently unsafe, as there is a window of
14672 time between generating the name and using it where another process
14673 can create an object by the same name.
14675 @item -p @var{dir}
14676 @itemx --tmpdir[=@var{dir}]
14677 @opindex -p
14678 @opindex --tmpdir
14679 Treat @var{template} relative to the directory @var{dir}.  If
14680 @var{dir} is not specified (only possible with the long option
14681 @option{--tmpdir}) or is the empty string, use the value of
14682 @env{TMPDIR} if available, otherwise use @samp{/tmp}.  If this is
14683 specified, @var{template} must not be absolute.  However,
14684 @var{template} can still contain slashes, although intermediate
14685 directories must already exist.
14687 @item --suffix=@var{suffix}
14688 @opindex --suffix
14689 Append @var{suffix} to the @var{template}.  @var{suffix} must not
14690 contain slash.  If @option{--suffix} is specified, @var{template} must
14691 end in @samp{X}; if it is not specified, then an appropriate
14692 @option{--suffix} is inferred by finding the last @samp{X} in
14693 @var{template}.  This option exists for use with the default
14694 @var{template} and for the creation of a @var{suffix} that starts with
14695 @samp{X}.
14697 @item -t
14698 @opindex -t
14699 Treat @var{template} as a single file relative to the value of
14700 @env{TMPDIR} if available, or to the directory specified by
14701 @option{-p}, otherwise to @samp{/tmp}.  @var{template} must not
14702 contain slashes.  This option is deprecated; the use of @option{-p}
14703 without @option{-t} offers better defaults (by favoring the command
14704 line over @env{TMPDIR}) and more flexibility (by allowing intermediate
14705 directories).
14707 @end table
14709 @cindex exit status of @command{mktemp}
14710 Exit status:
14712 @display
14713 0 if the file was created,
14714 1 otherwise.
14715 @end display
14718 @node realpath invocation
14719 @section @command{realpath}: Print the resolved file name.
14721 @pindex realpath
14722 @cindex file names, canonicalization
14723 @cindex symlinks, resolution
14724 @cindex canonical file name
14725 @cindex canonicalize a file name
14726 @pindex realpath
14727 @findex realpath
14729 @command{realpath} expands all symbolic links and resolves references to
14730 @samp{/./}, @samp{/../} and extra @samp{/} characters.  By default,
14731 all but the last component of the specified files must exist.  Synopsis:
14733 @example
14734 realpath [@var{option}]@dots{} @var{file}@dots{}
14735 @end example
14737 The file name canonicalization functionality overlaps with that of the
14738 @command{readlink} command.  This is the preferred command for
14739 canonicalization as it's a more suitable and standard name.  In addition
14740 this command supports relative file name processing functionality.
14742 The program accepts the following options.  Also see @ref{Common options}.
14744 @table @samp
14746 @item -e
14747 @itemx --canonicalize-existing
14748 @opindex -e
14749 @opindex --canonicalize-existing
14750 Ensure that all components of the specified file names exist.
14751 If any component is missing or unavailable, @command{realpath} will output
14752 a diagnostic unless the @option{-q} option is specified, and exit with a
14753 nonzero exit code.  A trailing slash requires that the name resolve to a
14754 directory.
14756 @item -m
14757 @itemx --canonicalize-missing
14758 @opindex -m
14759 @opindex --canonicalize-missing
14760 If any component of a specified file name is missing or unavailable,
14761 treat it as a directory.
14763 @item -L
14764 @itemx --logical
14765 @opindex -L
14766 @opindex --logical
14767 Symbolic links are resolved in the specified file names,
14768 but they are resolved after any subsequent @samp{..} components are processed.
14770 @item -P
14771 @itemx --physical
14772 @opindex -P
14773 @opindex --physical
14774 Symbolic links are resolved in the specified file names,
14775 and they are resolved before any subsequent @samp{..} components are processed.
14776 This is the default mode of operation.
14778 @item -q
14779 @itemx --quiet
14780 @opindex -q
14781 @opindex --quiet
14782 Suppress diagnostic messages for specified file names.
14784 @item --relative-to=@var{dir}
14785 @opindex --relative-to
14786 @cindex relpath
14787 Print the resolved file names relative to the specified directory.
14788 Note this option honors the @option{-m} and @option{-e} options
14789 pertaining to file existence.
14791 @item --relative-base=@var{dir}
14792 @opindex --relative-base
14793 Print the resolved file names as relative @emph{if} the files
14794 are descendants of @var{dir}.
14795 Otherwise, print the resolved file names as absolute.
14796 Note this option honors the @option{-m} and @option{-e} options
14797 pertaining to file existence.
14798 For details about combining @option{--relative-to} and @option{--relative-base},
14799 @pxref{Realpath usage examples}.
14801 @item -s
14802 @itemx --strip
14803 @itemx --no-symlinks
14804 @opindex -s
14805 @opindex --strip
14806 @opindex --no-symlinks
14807 Do not resolve symbolic links.  Only resolve references to
14808 @samp{/./}, @samp{/../} and remove extra @samp{/} characters.
14809 When combined with the @option{-m} option, realpath operates
14810 only on the file name, and does not touch any actual file.
14812 @optZero
14814 @end table
14816 @cindex exit status of @command{realpath}
14817 Exit status:
14819 @display
14820 0 if all file names were printed without issue.
14821 1 otherwise.
14822 @end display
14824 @menu
14825 * Realpath usage examples::              Realpath usage examples.
14826 @end menu
14829 @node Realpath usage examples
14830 @subsection Realpath usage examples
14832 @opindex --relative-to
14833 @opindex --relative-base
14835 By default, @command{realpath} prints the absolute file name of given files
14836 (symlinks are resolved, @file{words} is resolved to @file{american-english}):
14838 @example
14839 @group
14840 cd /home/user
14841 realpath /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14842 @result{} /usr/bin/sort
14843 @result{} /tmp/foo
14844 @result{} /usr/share/dict/american-english
14845 @result{} /home/user/1.txt
14846 @end group
14847 @end example
14849 With @option{--relative-to}, file names are printed relative to
14850 the given directory:
14852 @example
14853 @group
14854 realpath --relative-to=/usr/bin \
14855          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14856 @result{} sort
14857 @result{} ../../tmp/foo
14858 @result{} ../share/dict/american-english
14859 @result{} ../../home/user/1.txt
14860 @end group
14861 @end example
14863 With @option{--relative-base}, relative file names are printed @emph{if}
14864 the resolved file name is below the given base directory. For files outside the
14865 base directory absolute file names are printed:
14867 @example
14868 @group
14869 realpath --relative-base=/usr \
14870          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14871 @result{} bin/sort
14872 @result{} /tmp/foo
14873 @result{} share/dict/american-english
14874 @result{} /home/user/1.txt
14875 @end group
14876 @end example
14878 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
14879 are used, file names are printed relative to @var{dir1} @emph{if} they are
14880 located below @var{dir2}. If the files are not below @var{dir2}, they are
14881 printed as absolute file names:
14883 @example
14884 @group
14885 realpath --relative-to=/usr/bin --relative-base=/usr \
14886          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14887 @result{} sort
14888 @result{} /tmp/foo
14889 @result{} ../share/dict/american-english
14890 @result{} /home/user/1.txt
14891 @end group
14892 @end example
14894 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
14895 are used, @var{dir1} @emph{must} be a subdirectory of @var{dir2}. Otherwise,
14896 @command{realpath} prints absolutes file names.
14899 @node Working context
14900 @chapter Working context
14902 @cindex working context
14903 @cindex commands for printing the working context
14905 This section describes commands that display or alter the context in
14906 which you are working: the current directory, the terminal settings, and
14907 so forth.  See also the user-related commands in the next section.
14909 @menu
14910 * pwd invocation::              Print working directory.
14911 * stty invocation::             Print or change terminal characteristics.
14912 * printenv invocation::         Print environment variables.
14913 * tty invocation::              Print file name of terminal on standard input.
14914 @end menu
14917 @node pwd invocation
14918 @section @command{pwd}: Print working directory
14920 @pindex pwd
14921 @cindex print name of current directory
14922 @cindex current working directory, printing
14923 @cindex working directory, printing
14926 @command{pwd} prints the name of the current directory.  Synopsis:
14928 @example
14929 pwd [@var{option}]@dots{}
14930 @end example
14932 The program accepts the following options.  Also see @ref{Common options}.
14934 @table @samp
14935 @item -L
14936 @itemx --logical
14937 @opindex -L
14938 @opindex --logical
14939 If the contents of the environment variable @env{PWD} provide an
14940 absolute name of the current directory with no @samp{.} or @samp{..}
14941 components, but possibly with symbolic links, then output those
14942 contents.  Otherwise, fall back to default @option{-P} handling.
14944 @item -P
14945 @itemx --physical
14946 @opindex -P
14947 @opindex --physical
14948 Print a fully resolved name for the current directory.  That is, all
14949 components of the printed name will be actual directory names -- none
14950 will be symbolic links.
14951 @end table
14953 @cindex symbolic links and @command{pwd}
14954 If @option{-L} and @option{-P} are both given, the last one takes
14955 precedence.  If neither option is given, then this implementation uses
14956 @option{-P} as the default unless the @env{POSIXLY_CORRECT}
14957 environment variable is set.
14959 @mayConflictWithShellBuiltIn{pwd}
14961 @exitstatus
14964 @node stty invocation
14965 @section @command{stty}: Print or change terminal characteristics
14967 @pindex stty
14968 @cindex change or print terminal settings
14969 @cindex terminal settings
14970 @cindex line settings of terminal
14972 @command{stty} prints or changes terminal characteristics, such as baud rate.
14973 Synopses:
14975 @example
14976 stty [@var{option}] [@var{setting}]@dots{}
14977 stty [@var{option}]
14978 @end example
14980 If given no line settings, @command{stty} prints the baud rate, line
14981 discipline number (on systems that support it), and line settings
14982 that have been changed from the values set by @samp{stty sane}.
14983 By default, mode reading and setting are performed on the tty line
14984 connected to standard input, although this can be modified by the
14985 @option{--file} option.
14987 @command{stty} accepts many non-option arguments that change aspects of
14988 the terminal line operation, as described below.
14990 The program accepts the following options.  Also see @ref{Common options}.
14992 @table @samp
14993 @item -a
14994 @itemx --all
14995 @opindex -a
14996 @opindex --all
14997 Print all current settings in human-readable form.  This option may not
14998 be used in combination with any line settings.
15000 @item -F @var{device}
15001 @itemx --file=@var{device}
15002 @opindex -F
15003 @opindex --file
15004 Set the line opened by the file name specified in @var{device} instead of
15005 the tty line connected to standard input.  This option is necessary
15006 because opening a POSIX tty requires use of the
15007 @code{O_NONDELAY} flag to prevent a POSIX tty from blocking
15008 until the carrier detect line is high if
15009 the @code{clocal} flag is not set.  Hence, it is not always possible
15010 to allow the shell to open the device in the traditional manner.
15012 @item -g
15013 @itemx --save
15014 @opindex -g
15015 @opindex --save
15016 @cindex machine-readable @command{stty} output
15017 Print all current settings in a form that can be used as an argument to
15018 another @command{stty} command to restore the current settings.  This option
15019 may not be used in combination with any line settings.
15021 @end table
15023 Many settings can be turned off by preceding them with a @samp{-}.
15024 Such arguments are marked below with ``May be negated'' in their
15025 description.  The descriptions themselves refer to the positive
15026 case, that is, when @emph{not} negated (unless stated otherwise,
15027 of course).
15029 Some settings are not available on all POSIX systems, since they use
15030 extensions.  Such arguments are marked below with
15031 ``Non-POSIX'' in their description.  On non-POSIX
15032 systems, those or other settings also may not
15033 be available, but it's not feasible to document all the variations: just
15034 try it and see.
15036 @command{stty} is installed only on platforms with the POSIX terminal
15037 interface, so portable scripts should not rely on its existence on
15038 non-POSIX platforms.
15040 @exitstatus
15042 @menu
15043 * Control::                     Control settings
15044 * Input::                       Input settings
15045 * Output::                      Output settings
15046 * Local::                       Local settings
15047 * Combination::                 Combination settings
15048 * Characters::                  Special characters
15049 * Special::                     Special settings
15050 @end menu
15053 @node Control
15054 @subsection Control settings
15056 @cindex control settings
15057 Control settings:
15059 @table @samp
15060 @item parenb
15061 @opindex parenb
15062 @cindex two-way parity
15063 Generate parity bit in output and expect parity bit in input.
15064 May be negated.
15066 @item parodd
15067 @opindex parodd
15068 @cindex odd parity
15069 @cindex even parity
15070 Set odd parity (even if negated).  May be negated.
15072 @item cmspar
15073 @opindex cmspar
15074 @cindex constant parity
15075 @cindex stick parity
15076 @cindex mark parity
15077 @cindex space parity
15078 Use "stick" (mark/space) parity.  If parodd is set, the parity bit is
15079 always 1; if parodd is not set, the parity bit is always zero.
15080 Non-POSIX@.  May be negated.
15082 @item cs5
15083 @itemx cs6
15084 @itemx cs7
15085 @itemx cs8
15086 @opindex cs@var{n}
15087 @cindex character size
15088 @cindex eight-bit characters
15089 Set character size to 5, 6, 7, or 8 bits.
15091 @item hup
15092 @itemx hupcl
15093 @opindex hup[cl]
15094 Send a hangup signal when the last process closes the tty.  May be
15095 negated.
15097 @item cstopb
15098 @opindex cstopb
15099 @cindex stop bits
15100 Use two stop bits per character (one if negated).  May be negated.
15102 @item cread
15103 @opindex cread
15104 Allow input to be received.  May be negated.
15106 @item clocal
15107 @opindex clocal
15108 @cindex modem control
15109 Disable modem control signals.  May be negated.
15111 @item crtscts
15112 @opindex crtscts
15113 @cindex hardware flow control
15114 @cindex flow control, hardware
15115 @cindex RTS/CTS flow control
15116 Enable RTS/CTS flow control.  Non-POSIX@.  May be negated.
15118 @item cdtrdsr
15119 @opindex cdtrdsr
15120 @cindex hardware flow control
15121 @cindex flow control, hardware
15122 @cindex DTR/DSR flow control
15123 Enable DTR/DSR flow control. Non-POSIX@.  May be negated.
15124 @end table
15127 @node Input
15128 @subsection Input settings
15130 @cindex input settings
15131 These settings control operations on data received from the terminal.
15133 @table @samp
15134 @item ignbrk
15135 @opindex ignbrk
15136 @cindex breaks, ignoring
15137 Ignore break characters.  May be negated.
15139 @item brkint
15140 @opindex brkint
15141 @cindex breaks, cause interrupts
15142 Make breaks cause an interrupt signal.  May be negated.
15144 @item ignpar
15145 @opindex ignpar
15146 @cindex parity, ignoring
15147 Ignore characters with parity errors.  May be negated.
15149 @item parmrk
15150 @opindex parmrk
15151 @cindex parity errors, marking
15152 Mark parity errors (with a 255-0-character sequence).  May be negated.
15154 @item inpck
15155 @opindex inpck
15156 Enable input parity checking.  May be negated.
15158 @item istrip
15159 @opindex istrip
15160 @cindex eight-bit input
15161 Clear high (8th) bit of input characters.  May be negated.
15163 @item inlcr
15164 @opindex inlcr
15165 @cindex newline, translating to return
15166 Translate newline to carriage return.  May be negated.
15168 @item igncr
15169 @opindex igncr
15170 @cindex return, ignoring
15171 Ignore carriage return.  May be negated.
15173 @item icrnl
15174 @opindex icrnl
15175 @cindex return, translating to newline
15176 Translate carriage return to newline.  May be negated.
15178 @item iutf8
15179 @opindex iutf8
15180 @cindex input encoding, UTF-8
15181 Assume input characters are UTF-8 encoded.  May be negated.
15183 @item ixon
15184 @opindex ixon
15185 @kindex C-s/C-q flow control
15186 @cindex XON/XOFF flow control
15187 Enable XON/XOFF flow control (that is, @kbd{Ctrl-S}/@kbd{Ctrl-Q}).  May
15188 be negated.
15190 @item ixoff
15191 @itemx tandem
15192 @opindex ixoff
15193 @opindex tandem
15194 @cindex software flow control
15195 @cindex flow control, software
15196 Enable sending of @code{stop} character when the system input buffer
15197 is almost full, and @code{start} character when it becomes almost
15198 empty again.  May be negated.
15200 @item iuclc
15201 @opindex iuclc
15202 @cindex uppercase, translating to lowercase
15203 Translate uppercase characters to lowercase.  Non-POSIX@.  May be
15204 negated.  Note ilcuc is not implemented, as one would not be able to issue
15205 almost any (lowercase) Unix command, after invoking it.
15207 @item ixany
15208 @opindex ixany
15209 Allow any character to restart output (only the start character
15210 if negated).  Non-POSIX@.  May be negated.
15212 @item imaxbel
15213 @opindex imaxbel
15214 @cindex beeping at input buffer full
15215 Enable beeping and not flushing input buffer if a character arrives
15216 when the input buffer is full.  Non-POSIX@.  May be negated.
15217 @end table
15220 @node Output
15221 @subsection Output settings
15223 @cindex output settings
15224 These settings control operations on data sent to the terminal.
15226 @table @samp
15227 @item opost
15228 @opindex opost
15229 Postprocess output.  May be negated.
15231 @item olcuc
15232 @opindex olcuc
15233 @cindex lowercase, translating to output
15234 Translate lowercase characters to uppercase.  Non-POSIX@.  May be
15235 negated.  (Note ouclc is not currently implemented.)
15237 @item ocrnl
15238 @opindex ocrnl
15239 @cindex return, translating to newline
15240 Translate carriage return to newline.  Non-POSIX@.  May be negated.
15242 @item onlcr
15243 @opindex onlcr
15244 @cindex newline, translating to crlf
15245 Translate newline to carriage return-newline.  Non-POSIX@.  May be
15246 negated.
15248 @item onocr
15249 @opindex onocr
15250 Do not print carriage returns in the first column.  Non-POSIX@.
15251 May be negated.
15253 @item onlret
15254 @opindex onlret
15255 Newline performs a carriage return.  Non-POSIX@.  May be negated.
15257 @item ofill
15258 @opindex ofill
15259 @cindex pad instead of timing for delaying
15260 Use fill (padding) characters instead of timing for delays.
15261 Non-POSIX@.
15262 May be negated.
15264 @item ofdel
15265 @opindex ofdel
15266 @cindex pad character
15267 Use ASCII DEL characters for fill instead of
15268 ASCII NUL characters.  Non-POSIX@.
15269 May be negated.
15271 @item nl1
15272 @itemx nl0
15273 @opindex nl@var{n}
15274 Newline delay style.  Non-POSIX.
15276 @item cr3
15277 @itemx cr2
15278 @itemx cr1
15279 @itemx cr0
15280 @opindex cr@var{n}
15281 Carriage return delay style.  Non-POSIX.
15283 @item tab3
15284 @itemx tab2
15285 @itemx tab1
15286 @itemx tab0
15287 @opindex tab@var{n}
15288 Horizontal tab delay style.  Non-POSIX.
15290 @item bs1
15291 @itemx bs0
15292 @opindex bs@var{n}
15293 Backspace delay style.  Non-POSIX.
15295 @item vt1
15296 @itemx vt0
15297 @opindex vt@var{n}
15298 Vertical tab delay style.  Non-POSIX.
15300 @item ff1
15301 @itemx ff0
15302 @opindex ff@var{n}
15303 Form feed delay style.  Non-POSIX.
15304 @end table
15307 @node Local
15308 @subsection Local settings
15310 @cindex local settings
15312 @table @samp
15313 @item isig
15314 @opindex isig
15315 Enable @code{interrupt}, @code{quit}, and @code{suspend} special
15316 characters.  May be negated.
15318 @item icanon
15319 @opindex icanon
15320 Enable @code{erase}, @code{kill}, @code{werase}, and @code{rprnt}
15321 special characters.  May be negated.
15323 @item iexten
15324 @opindex iexten
15325 Enable non-POSIX special characters.  May be negated.
15327 @item echo
15328 @opindex echo
15329 Echo input characters.  May be negated.
15331 @item echoe
15332 @itemx crterase
15333 @opindex echoe
15334 @opindex crterase
15335 Echo @code{erase} characters as backspace-space-backspace.  May be
15336 negated.
15338 @item echok
15339 @opindex echok
15340 @cindex newline echoing after @code{kill}
15341 Echo a newline after a @code{kill} character.  May be negated.
15343 @item echonl
15344 @opindex echonl
15345 @cindex newline, echoing
15346 Echo newline even if not echoing other characters.  May be negated.
15348 @item noflsh
15349 @opindex noflsh
15350 @cindex flushing, disabling
15351 Disable flushing after @code{interrupt} and @code{quit} special
15352 characters.  May be negated.
15354 @item xcase
15355 @opindex xcase
15356 @cindex case translation
15357 Enable input and output of uppercase characters by preceding their
15358 lowercase equivalents with @samp{\}, when @code{icanon} is set.
15359 Non-POSIX@.  May be negated.
15361 @item tostop
15362 @opindex tostop
15363 @cindex background jobs, stopping at terminal write
15364 Stop background jobs that try to write to the terminal.  Non-POSIX@.
15365 May be negated.
15367 @item echoprt
15368 @itemx prterase
15369 @opindex echoprt
15370 @opindex prterase
15371 Echo erased characters backward, between @samp{\} and @samp{/}.
15372 Non-POSIX@.  May be negated.
15374 @item echoctl
15375 @itemx ctlecho
15376 @opindex echoctl
15377 @opindex ctlecho
15378 @cindex control characters, using @samp{^@var{c}}
15379 @cindex hat notation for control characters
15380 Echo control characters in hat notation (@samp{^@var{c}}) instead
15381 of literally.  Non-POSIX@.  May be negated.
15383 @item echoke
15384 @itemx crtkill
15385 @opindex echoke
15386 @opindex crtkill
15387 Echo the @code{kill} special character by erasing each character on
15388 the line as indicated by the @code{echoprt} and @code{echoe} settings,
15389 instead of by the @code{echoctl} and @code{echok} settings.
15390 Non-POSIX@.
15391 May be negated.
15393 @item extproc
15394 @opindex extproc
15395 Enable @samp{LINEMODE}, which is used to avoid echoing
15396 each character over high latency links.  See also
15397 @uref{https://tools.ietf.org/search/rfc1116, Internet RFC 1116}.
15398 Non-POSIX@.
15399 May be negated.
15401 @item flusho
15402 @opindex flusho
15403 Discard output.
15404 Note this setting is currently ignored on GNU/Linux systems.
15405 Non-POSIX@.
15406 May be negated.
15407 @end table
15410 @node Combination
15411 @subsection Combination settings
15413 @cindex combination settings
15414 Combination settings:
15416 @table @samp
15417 @item evenp
15418 @opindex evenp
15419 @itemx parity
15420 @opindex parity
15421 Same as @code{parenb -parodd cs7}.  May be negated.  If negated, same
15422 as @code{-parenb cs8}.
15424 @item oddp
15425 @opindex oddp
15426 Same as @code{parenb parodd cs7}.  May be negated.  If negated, same
15427 as @code{-parenb cs8}.
15429 @item nl
15430 @opindex nl
15431 Same as @code{-icrnl -onlcr}.  May be negated.  If negated, same as
15432 @code{icrnl -inlcr -igncr onlcr -ocrnl -onlret}.
15434 @item ek
15435 @opindex ek
15436 Reset the @code{erase} and @code{kill} special characters to their default
15437 values.
15439 @item sane
15440 @opindex sane
15441 Same as:
15443 @c This is too long to write inline.
15444 @example
15445 cread -ignbrk brkint -inlcr -igncr icrnl
15446 icanon iexten echo echoe echok -echonl -noflsh
15447 -ixoff -iutf8 -iuclc -ixany imaxbel -xcase -olcuc -ocrnl
15448 opost -ofill onlcr -onocr -onlret nl0 cr0 tab0 bs0 vt0 ff0
15449 isig -tostop -ofdel -echoprt echoctl echoke -extproc
15450 @end example
15452 @noindent
15453 and also sets all special characters to their default values.
15455 @item cooked
15456 @opindex cooked
15457 Same as @code{brkint ignpar istrip icrnl ixon opost isig icanon}, plus
15458 sets the @code{eof} and @code{eol} characters to their default values
15459 if they are the same as the @code{min} and @code{time} characters.
15460 May be negated.  If negated, same as @code{raw}.
15462 @item raw
15463 @opindex raw
15464 Same as:
15466 @example
15467 -ignbrk -brkint -ignpar -parmrk -inpck -istrip
15468 -inlcr -igncr -icrnl -ixon -ixoff -icanon -opost
15469 -isig -iuclc -ixany -imaxbel -xcase min 1 time 0
15470 @end example
15472 @noindent
15473 May be negated.  If negated, same as @code{cooked}.
15475 @item cbreak
15476 @opindex cbreak
15477 Same as @option{-icanon}.  May be negated.  If negated, same as
15478 @code{icanon}.
15480 @item pass8
15481 @opindex pass8
15482 @cindex eight-bit characters
15483 Same as @code{-parenb -istrip cs8}.  May be negated.  If negated,
15484 same as @code{parenb istrip cs7}.
15486 @item litout
15487 @opindex litout
15488 Same as @option{-parenb -istrip -opost cs8}.  May be negated.
15489 If negated, same as @code{parenb istrip opost cs7}.
15491 @item decctlq
15492 @opindex decctlq
15493 Same as @option{-ixany}.  Non-POSIX@.  May be negated.
15495 @item tabs
15496 @opindex tabs
15497 Same as @code{tab0}.  Non-POSIX@.  May be negated.  If negated, same
15498 as @code{tab3}.
15500 @item lcase
15501 @itemx LCASE
15502 @opindex lcase
15503 @opindex LCASE
15504 Same as @code{xcase iuclc olcuc}.  Non-POSIX@.  May be negated.
15505 (Used for terminals with uppercase characters only.)
15507 @item crt
15508 @opindex crt
15509 Same as @code{echoe echoctl echoke}.
15511 @item dec
15512 @opindex dec
15513 Same as @code{echoe echoctl echoke -ixany intr ^C erase ^? kill C-u}.
15514 @end table
15517 @node Characters
15518 @subsection Special characters
15520 @cindex special characters
15521 @cindex characters, special
15523 The special characters' default values vary from system to system.
15524 They are set with the syntax @samp{name value}, where the names are
15525 listed below and the value can be given either literally, in hat
15526 notation (@samp{^@var{c}}), or as an integer which may start with
15527 @samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
15528 any other digit to indicate decimal.
15530 @cindex disabling special characters
15531 @kindex u@r{, and disabling special characters}
15532 For GNU stty, giving a value of @code{^-} or @code{undef} disables that
15533 special character.  (This is incompatible with Ultrix @command{stty},
15534 which uses  a value of @samp{u} to disable a special character.  GNU
15535 @command{stty} treats a value @samp{u} like any other, namely to set that
15536 special character to @key{U}.)
15538 @table @samp
15540 @item intr
15541 @opindex intr
15542 Send an interrupt signal.
15544 @item quit
15545 @opindex quit
15546 Send a quit signal.
15548 @item erase
15549 @opindex erase
15550 Erase the last character typed.
15552 @item kill
15553 @opindex kill
15554 Erase the current line.
15556 @item eof
15557 @opindex eof
15558 Send an end of file (terminate the input).
15560 @item eol
15561 @opindex eol
15562 End the line.
15564 @item eol2
15565 @opindex eol2
15566 Alternate character to end the line.  Non-POSIX.
15568 @item discard
15569 @opindex discard
15570 @opindex flush
15571 Alternate character to toggle discarding of output.  Non-POSIX.
15573 @item swtch
15574 @opindex swtch
15575 Switch to a different shell layer.  Non-POSIX.
15577 @item status
15578 @opindex status
15579 Send an info signal.  Not currently supported on GNU/Linux.  Non-POSIX.
15581 @item start
15582 @opindex start
15583 Restart the output after stopping it.
15585 @item stop
15586 @opindex stop
15587 Stop the output.
15589 @item susp
15590 @opindex susp
15591 Send a terminal stop signal.
15593 @item dsusp
15594 @opindex dsusp
15595 Send a terminal stop signal after flushing the input.  Non-POSIX.
15597 @item rprnt
15598 @opindex rprnt
15599 Redraw the current line.  Non-POSIX.
15601 @item werase
15602 @opindex werase
15603 Erase the last word typed.  Non-POSIX.
15605 @item lnext
15606 @opindex lnext
15607 Enter the next character typed literally, even if it is a special
15608 character.  Non-POSIX.
15609 @end table
15612 @node Special
15613 @subsection Special settings
15615 @cindex special settings
15617 @table @samp
15618 @item min @var{n}
15619 @opindex min
15620 Set the minimum number of characters that will satisfy a read until
15621 the time value has expired, when @option{-icanon} is set.
15623 @item time @var{n}
15624 @opindex time
15625 Set the number of tenths of a second before reads time out if the minimum
15626 number of characters have not been read, when @option{-icanon} is set.
15628 @item ispeed @var{n}
15629 @opindex ispeed
15630 Set the input speed to @var{n}.
15632 @item ospeed @var{n}
15633 @opindex ospeed
15634 Set the output speed to @var{n}.
15636 @item rows @var{n}
15637 @opindex rows
15638 Tell the tty kernel driver that the terminal has @var{n} rows.
15639 Non-POSIX.
15641 @item cols @var{n}
15642 @itemx columns @var{n}
15643 @opindex cols
15644 @opindex columns
15645 Tell the kernel that the terminal has @var{n} columns.  Non-POSIX.
15647 @item drain
15648 @opindex drain
15649 @cindex nonblocking @command{stty} setting
15650 Apply settings after first waiting for pending output to be transmitted.
15651 This is enabled by default for GNU @command{stty}.
15652 Note this is treated as an option rather than a line setting,
15653 and will follow the option processing rules described in the summary above.
15654 It is useful to disable this option
15655 in cases where the system may be in a state where serial transmission
15656 is not possible.
15657 For example, if the system has received the @samp{DC3} character
15658 with @code{ixon} (software flow control) enabled, then @command{stty} would
15659 block without @code{-drain} being specified.
15660 May be negated. Non-POSIX.
15662 @item size
15663 @opindex size
15664 @vindex LINES
15665 @vindex COLUMNS
15666 Print the number of rows and columns that the kernel thinks the
15667 terminal has.  (Systems that don't support rows and columns in the kernel
15668 typically use the environment variables @env{LINES} and @env{COLUMNS}
15669 instead; however, GNU @command{stty} does not know anything about them.)
15670 Non-POSIX.
15672 @item line @var{n}
15673 @opindex line
15674 Use line discipline @var{n}.  Non-POSIX.
15676 @item speed
15677 @opindex speed
15678 Print the terminal speed.
15680 @item @var{n}
15681 @cindex baud rate, setting
15682 Set the input and output speeds to @var{n}.  @var{n} can be one of: 0
15683 50 75 110 134 134.5 150 200 300 600 1200 1800 2400 4800 9600 19200
15684 38400 @code{exta} @code{extb}.  @code{exta} is the same as 19200;
15685 @code{extb} is the same as 38400.  Many systems, including GNU/Linux,
15686 support higher speeds.  The @command{stty} command includes support
15687 for speeds of
15688 57600,
15689 115200,
15690 230400,
15691 460800,
15692 500000,
15693 576000,
15694 921600,
15695 1000000,
15696 1152000,
15697 1500000,
15698 2000000,
15699 2500000,
15700 3000000,
15701 3500000,
15703 4000000 where the system supports these.
15704 0 hangs up the line if @option{-clocal} is set.
15705 @end table
15708 @node printenv invocation
15709 @section @command{printenv}: Print all or some environment variables
15711 @pindex printenv
15712 @cindex printing all or some environment variables
15713 @cindex environment variables, printing
15715 @command{printenv} prints environment variable values.  Synopsis:
15717 @example
15718 printenv [@var{option}] [@var{variable}]@dots{}
15719 @end example
15721 If no @var{variable}s are specified, @command{printenv} prints the value of
15722 every environment variable.  Otherwise, it prints the value of each
15723 @var{variable} that is set, and nothing for those that are not set.
15725 The program accepts the following option.  Also see @ref{Common options}.
15727 @table @samp
15729 @optNull
15731 @end table
15733 @cindex exit status of @command{printenv}
15734 Exit status:
15736 @display
15737 0 if all variables specified were found
15738 1 if at least one specified variable was not found
15739 2 if a write error occurred
15740 @end display
15743 @node tty invocation
15744 @section @command{tty}: Print file name of terminal on standard input
15746 @pindex tty
15747 @cindex print terminal file name
15748 @cindex terminal file name, printing
15750 @command{tty} prints the file name of the terminal connected to its standard
15751 input.  It prints @samp{not a tty} if standard input is not a terminal.
15752 Synopsis:
15754 @example
15755 tty [@var{option}]@dots{}
15756 @end example
15758 The program accepts the following option.  Also see @ref{Common options}.
15760 @table @samp
15762 @item -s
15763 @itemx --silent
15764 @itemx --quiet
15765 @opindex -s
15766 @opindex --silent
15767 @opindex --quiet
15768 Print nothing; only return an exit status.
15770 @end table
15772 @cindex exit status of @command{tty}
15773 Exit status:
15775 @display
15776 0 if standard input is a terminal
15777 1 if standard input is a non-terminal file
15778 2 if given incorrect arguments
15779 3 if a write error occurs
15780 @end display
15783 @node User information
15784 @chapter User information
15786 @cindex user information, commands for
15787 @cindex commands for printing user information
15789 This section describes commands that print user-related information:
15790 logins, groups, and so forth.
15792 @menu
15793 * id invocation::               Print user identity.
15794 * logname invocation::          Print current login name.
15795 * whoami invocation::           Print effective user ID.
15796 * groups invocation::           Print group names a user is in.
15797 * users invocation::            Print login names of users currently logged in.
15798 * who invocation::              Print who is currently logged in.
15799 @end menu
15802 @node id invocation
15803 @section @command{id}: Print user identity
15805 @pindex id
15806 @cindex real user and group IDs, printing
15807 @cindex effective user and group IDs, printing
15808 @cindex printing real and effective user and group IDs
15810 @command{id} prints information about the given user, or the process
15811 running it if no user is specified.  Synopsis:
15813 @example
15814 id [@var{option}]@dots{} [@var{user}]@dots{}
15815 @end example
15817 @var{user} can be either a user ID or a name, with name look-up
15818 taking precedence unless the ID is specified with a leading @samp{+}.
15819 @xref{Disambiguating names and IDs}.
15821 @vindex POSIXLY_CORRECT
15822 By default, it prints the real user ID, real group ID, effective user ID
15823 if different from the real user ID, effective group ID if different from
15824 the real group ID, and supplemental group IDs.
15825 In addition, if SELinux
15826 is enabled and the @env{POSIXLY_CORRECT} environment variable is not set,
15827 then print @samp{context=@var{c}}, where @var{c} is the security context.
15829 Each of these numeric values is preceded by an identifying string and
15830 followed by the corresponding user or group name in parentheses.
15832 The options cause @command{id} to print only part of the above information.
15833 Also see @ref{Common options}.
15835 @table @samp
15836 @item -g
15837 @itemx --group
15838 @opindex -g
15839 @opindex --group
15840 Print only the group ID.
15842 @item -G
15843 @itemx --groups
15844 @opindex -G
15845 @opindex --groups
15846 Print only the group ID and the supplementary groups.
15848 @item -n
15849 @itemx --name
15850 @opindex -n
15851 @opindex --name
15852 Print the user or group name instead of the ID number.  Requires
15853 @option{-u}, @option{-g}, or @option{-G}.
15855 @item -r
15856 @itemx --real
15857 @opindex -r
15858 @opindex --real
15859 Print the real, instead of effective, user or group ID@.  Requires
15860 @option{-u}, @option{-g}, or @option{-G}.
15862 @item -u
15863 @itemx --user
15864 @opindex -u
15865 @opindex --user
15866 Print only the user ID.
15868 @item -Z
15869 @itemx --context
15870 @opindex -Z
15871 @opindex --context
15872 @cindex SELinux
15873 @cindex security context
15874 Print only the security context of the process, which is generally
15875 the user's security context inherited from the parent process.
15876 If neither SELinux or SMACK is enabled then print a warning and
15877 set the exit status to 1.
15879 @item -z
15880 @itemx --zero
15881 @opindex -z
15882 @opindex --zero
15883 Delimit output items with ASCII NUL characters.
15884 This option is not permitted when using the default format.
15885 When multiple users are specified, and the @option{--groups} option
15886 is also in effect, groups are delimited with a single NUL character,
15887 while users are delimited with two NUL characters.
15889 Example:
15890 @example
15891 $ id -Gn --zero
15892 users <NUL> devs <NUL>
15893 @end example
15895 @end table
15897 @macro primaryAndSupplementaryGroups{cmd,arg}
15898 Primary and supplementary groups for a process are normally inherited
15899 from its parent and are usually unchanged since login.  This means
15900 that if you change the group database after logging in, @command{\cmd\}
15901 will not reflect your changes within your existing login session.
15902 Running @command{\cmd\} with a \arg\ causes the user and group
15903 database to be consulted afresh, and so will give a different result.
15904 @end macro
15905 @primaryAndSupplementaryGroups{id,user argument}
15907 @exitstatus
15909 @node logname invocation
15910 @section @command{logname}: Print current login name
15912 @pindex logname
15913 @cindex printing user's login name
15914 @cindex login name, printing
15915 @cindex user name, printing
15917 @flindex utmp
15918 @command{logname} prints the calling user's name, as found in a
15919 system-maintained file (often @file{/var/run/utmp} or
15920 @file{/etc/utmp}), and exits with a status of 0.  If there is no entry
15921 for the calling process, @command{logname} prints
15922 an error message and exits with a status of 1.
15924 The only options are @option{--help} and @option{--version}.  @xref{Common
15925 options}.
15927 @exitstatus
15930 @node whoami invocation
15931 @section @command{whoami}: Print effective user name
15933 @pindex whoami
15934 @cindex effective user name, printing
15935 @cindex printing the effective user ID
15937 @command{whoami} prints the user name associated with the current
15938 effective user ID@.  It is equivalent to the command @samp{id -un}.
15940 The only options are @option{--help} and @option{--version}.  @xref{Common
15941 options}.
15943 @exitstatus
15946 @node groups invocation
15947 @section @command{groups}: Print group names a user is in
15949 @pindex groups
15950 @cindex printing groups a user is in
15951 @cindex supplementary groups, printing
15953 @command{groups} prints the names of the primary and any supplementary
15954 groups for each given @var{username}, or the current process if no names
15955 are given.  If more than one name is given, the name of each user is
15956 printed before
15957 the list of that user's groups and the user name is separated from the
15958 group list by a colon.  Synopsis:
15960 @example
15961 groups [@var{username}]@dots{}
15962 @end example
15964 The group lists are equivalent to the output of the command @samp{id -Gn}.
15966 The only options are @option{--help} and @option{--version}.  @xref{Common
15967 options}.
15969 @primaryAndSupplementaryGroups{groups,list of users}
15971 @exitstatus
15973 @node users invocation
15974 @section @command{users}: Print login names of users currently logged in
15976 @pindex users
15977 @cindex printing current usernames
15978 @cindex usernames, printing current
15980 @cindex login sessions, printing users with
15981 @command{users} prints on a single line a blank-separated list of user
15982 names of users currently logged in to the current host.  Each user name
15983 corresponds to a login session, so if a user has more than one login
15984 session, that user's name will appear the same number of times in the
15985 output.  Synopsis:
15987 @example
15988 users [@var{file}]
15989 @end example
15991 @flindex utmp
15992 @flindex wtmp
15993 With no @var{file} argument, @command{users} extracts its information from
15994 a system-maintained file (often @file{/var/run/utmp} or
15995 @file{/etc/utmp}).  If a file argument is given, @command{users} uses
15996 that file instead.  A common choice is @file{/var/log/wtmp}.
15998 The only options are @option{--help} and @option{--version}.  @xref{Common
15999 options}.
16001 The @command{users} command is installed only on platforms with the
16002 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
16003 should not rely on its existence on non-POSIX platforms.
16005 @exitstatus
16008 @node who invocation
16009 @section @command{who}: Print who is currently logged in
16011 @pindex who
16012 @cindex printing current user information
16013 @cindex information, about current users
16015 @command{who} prints information about users who are currently logged on.
16016 Synopsis:
16018 @example
16019 @command{who} [@var{option}] [@var{file}] [am i]
16020 @end example
16022 @cindex terminal lines, currently used
16023 @cindex login time
16024 @cindex remote hostname
16025 If given no non-option arguments, @command{who} prints the following
16026 information for each user currently logged on: login name, terminal
16027 line, login time, and remote hostname or X display.
16029 @flindex utmp
16030 @flindex wtmp
16031 If given one non-option argument, @command{who} uses that instead of
16032 a default system-maintained file (often @file{/var/run/utmp} or
16033 @file{/etc/utmp}) as the name of the file containing the record of
16034 users logged on.  @file{/var/log/wtmp} is commonly given as an argument
16035 to @command{who} to look at who has previously logged on.
16037 @opindex am i
16038 @opindex who am i
16039 If given two non-option arguments, @command{who} prints only the entry
16040 for the user running it (determined from its standard input), preceded
16041 by the hostname.  Traditionally, the two arguments given are @samp{am
16042 i}, as in @samp{who am i}.
16044 @vindex TZ
16045 Timestamps are listed according to the time zone rules specified by
16046 the @env{TZ} environment variable, or by the system default rules if
16047 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
16048 with @env{TZ}, libc, The GNU C Library Reference Manual}.
16050 The program accepts the following options.  Also see @ref{Common options}.
16052 @table @samp
16054 @item -a
16055 @itemx --all
16056 @opindex -a
16057 @opindex --all
16058 Same as @samp{-b -d --login -p -r -t -T -u}.
16060 @item -b
16061 @itemx --boot
16062 @opindex -b
16063 @opindex --boot
16064 Print the date and time of last system boot.
16066 @item -d
16067 @itemx --dead
16068 @opindex -d
16069 @opindex --dead
16070 Print information corresponding to dead processes.
16072 @item -H
16073 @itemx --heading
16074 @opindex -H
16075 @opindex --heading
16076 Print a line of column headings.
16078 @item -l
16079 @itemx --login
16080 @opindex -l
16081 @opindex --login
16082 List only the entries that correspond to processes via which the
16083 system is waiting for a user to login.  The user name is always @samp{LOGIN}.
16085 @item --lookup
16086 @opindex --lookup
16087 Attempt to canonicalize hostnames found in utmp through a DNS lookup.  This
16088 is not the default because it can cause significant delays on systems with
16089 automatic dial-up internet access.
16091 @item -m
16092 @opindex -m
16093 Same as @samp{who am i}.
16095 @item -p
16096 @itemx --process
16097 @opindex -p
16098 @opindex --process
16099 List active processes spawned by init.
16101 @item -q
16102 @itemx --count
16103 @opindex -q
16104 @opindex --count
16105 Print only the login names and the number of users logged on.
16106 Overrides all other options.
16108 @item -r
16109 @itemx --runlevel
16110 @opindex -r
16111 @opindex --runlevel
16112 Print the current (and maybe previous) run-level of the init process.
16114 @item -s
16115 @opindex -s
16116 Ignored; for compatibility with other versions of @command{who}.
16118 @item -t
16119 @itemx --time
16120 @opindex -t
16121 @opindex --time
16122 Print last system clock change.
16124 @item -u
16125 @opindex -u
16126 @cindex idle time
16127 After the login time, print the number of hours and minutes that the
16128 user has been idle.  @samp{.} means the user was active in the last minute.
16129 @samp{old} means the user has been idle for more than 24 hours.
16131 @item -w
16132 @itemx -T
16133 @itemx --mesg
16134 @itemx --message
16135 @itemx --writable
16136 @opindex -w
16137 @opindex -T
16138 @opindex --mesg
16139 @opindex --message
16140 @opindex --writable
16141 @cindex message status
16142 @pindex write@r{, allowed}
16143 After each login name print a character indicating the user's message status:
16145 @display
16146 @samp{+} allowing @code{write} messages
16147 @samp{-} disallowing @code{write} messages
16148 @samp{?} cannot find terminal device
16149 @end display
16151 @end table
16153 The @command{who} command is installed only on platforms with the
16154 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
16155 should not rely on its existence on non-POSIX platforms.
16157 @exitstatus
16160 @node System context
16161 @chapter System context
16163 @cindex system context
16164 @cindex context, system
16165 @cindex commands for system context
16167 This section describes commands that print or change system-wide
16168 information.
16170 @menu
16171 * date invocation::             Print or set system date and time.
16172 * arch invocation::             Print machine hardware name.
16173 * nproc invocation::            Print the number of processors.
16174 * uname invocation::            Print system information.
16175 * hostname invocation::         Print or set system name.
16176 * hostid invocation::           Print numeric host identifier.
16177 * uptime invocation::           Print system uptime and load.
16178 @end menu
16180 @node date invocation
16181 @section @command{date}: Print or set system date and time
16183 @pindex date
16184 @cindex time, printing or setting
16185 @cindex printing the current time
16187 Synopses:
16189 @example
16190 date [@var{option}]@dots{} [+@var{format}]
16191 date [-u|--utc|--universal] @c this avoids a newline in the output
16192 [ MMDDhhmm[[CC]YY][.ss] ]
16193 @end example
16195 The @command{date} command displays the date and time.
16196 With the @option{--set} (@option{-s}) option, or with
16197 @samp{MMDDhhmm[[CC]YY][.ss]},
16198 it sets the date and time.
16200 @vindex LC_TIME
16201 Invoking @command{date} with no @var{format} argument is equivalent to invoking
16202 it with a default format that depends on the @env{LC_TIME} locale category.
16203 In the default C locale, this format is @samp{'+%a %b %e %H:%M:%S %Z %Y'},
16204 so the output looks like @samp{Thu Jul @ 9 17:00:00 EDT 2020}.
16206 @vindex TZ
16207 Normally, @command{date} uses the time zone rules indicated by the
16208 @env{TZ} environment variable, or the system default rules if @env{TZ}
16209 is not set.  @xref{TZ Variable,, Specifying the Time Zone with
16210 @env{TZ}, libc, The GNU C Library Reference Manual}.
16212 @findex strftime @r{and @command{date}}
16213 @cindex time formats
16214 @cindex formatting times
16215 If given an argument that starts with a @samp{+}, @command{date} prints the
16216 current date and time (or the date and time specified by the
16217 @option{--date} option, see below) in the format defined by that argument,
16218 which is similar to that of the @code{strftime} function.  Except for
16219 conversion specifiers, which start with @samp{%}, characters in the
16220 format string are printed unchanged.  The conversion specifiers are
16221 described below.
16223 @exitstatus
16225 @menu
16226 * Time conversion specifiers::     %[HIklMNpPrRsSTXzZ]
16227 * Date conversion specifiers::     %[aAbBcCdDeFgGhjmuUVwWxyY]
16228 * Literal conversion specifiers::  %[%nt]
16229 * Padding and other flags::        Pad with zeros, spaces, etc.
16230 * Setting the time::               Changing the system clock.
16231 * Options for date::               Instead of the current time.
16232 @detailmenu
16233 * Date input formats::             Specifying date strings.
16234 @end detailmenu
16235 * Examples of date::               Examples.
16236 @end menu
16238 @node Time conversion specifiers
16239 @subsection Time conversion specifiers
16241 @cindex time conversion specifiers
16242 @cindex conversion specifiers, time
16244 @command{date} conversion specifiers related to times.
16246 @table @samp
16247 @item %H
16248 hour (@samp{00}@dots{}@samp{23})
16249 @item %I
16250 hour (@samp{01}@dots{}@samp{12})
16251 @item %k
16252 hour, space padded (@samp{ 0}@dots{}@samp{23}); equivalent to @samp{%_H}@.
16253 This is a GNU extension.
16254 @item %l
16255 hour, space padded (@samp{ 1}@dots{}@samp{12}); equivalent to @samp{%_I}@.
16256 This is a GNU extension.
16257 @item %M
16258 minute (@samp{00}@dots{}@samp{59})
16259 @item %N
16260 nanoseconds (@samp{000000000}@dots{}@samp{999999999}).
16261 This is a GNU extension.
16262 @item %p
16263 locale's equivalent of either @samp{AM} or @samp{PM};
16264 blank in many locales.
16265 Noon is treated as @samp{PM} and midnight as @samp{AM}.
16266 @item %P
16267 like @samp{%p}, except lower case.
16268 This is a GNU extension.
16269 @item %r
16270 locale's 12-hour clock time (e.g., @samp{11:11:04 PM})
16271 @item %R
16272 24-hour hour and minute.  Same as @samp{%H:%M}.
16273 @item %s
16274 @cindex Epoch, seconds since
16275 @cindex seconds since the Epoch
16276 @cindex beginning of time
16277 @cindex leap seconds
16278 seconds since the Epoch, i.e., since 1970-01-01 00:00 UTC@.
16279 Leap seconds are not counted unless leap second support is available.
16280 @xref{%s-examples}, for examples.
16281 This is a GNU extension.
16282 @item %S
16283 @cindex leap seconds
16284 second (@samp{00}@dots{}@samp{60}).
16285 This may be @samp{60} if leap seconds are supported.
16286 @item %T
16287 24-hour hour, minute, and second.  Same as @samp{%H:%M:%S}.
16288 @item %X
16289 locale's time representation (e.g., @samp{23:13:48})
16290 @item %z
16291 Four-digit numeric time zone, e.g., @samp{-0600} or @samp{+0530}, or
16292 @samp{-0000} if no
16293 time zone is determinable.  This value reflects the numeric time zone
16294 appropriate for the current time, using the time zone rules specified
16295 by the @env{TZ} environment variable.  A time zone is not determinable if
16296 its numeric offset is zero and its abbreviation begins with @samp{-}.
16297 The time (and optionally, the time zone rules) can be overridden
16298 by the @option{--date} option.
16299 @item %:z
16300 Numeric time zone with @samp{:}, e.g., @samp{-06:00} or
16301 @samp{+05:30}), or @samp{-00:00} if no time zone is determinable.
16302 This is a GNU extension.
16303 @item %::z
16304 Numeric time zone to the nearest second with @samp{:} (e.g.,
16305 @samp{-06:00:00} or @samp{+05:30:00}), or @samp{-00:00:00} if no time zone is
16306 determinable.
16307 This is a GNU extension.
16308 @item %:::z
16309 Numeric time zone with @samp{:} using the minimum necessary precision
16310 (e.g., @samp{-06}, @samp{+05:30}, or @samp{-04:56:02}), or @samp{-00} if
16311 no time zone is determinable.
16312 This is a GNU extension.
16313 @item %Z
16314 alphabetic time zone abbreviation (e.g., @samp{EDT}), or nothing if no
16315 time zone is determinable.  See @samp{%z} for how it is determined.
16316 @end table
16319 @node Date conversion specifiers
16320 @subsection Date conversion specifiers
16322 @cindex date conversion specifiers
16323 @cindex conversion specifiers, date
16325 @command{date} conversion specifiers related to dates.
16327 @table @samp
16328 @item %a
16329 locale's abbreviated weekday name (e.g., @samp{Sun})
16330 @item %A
16331 locale's full weekday name, variable length (e.g., @samp{Sunday})
16332 @item %b
16333 locale's abbreviated month name (e.g., @samp{Jan})
16334 @item %B
16335 locale's full month name, variable length (e.g., @samp{January})
16336 @item %c
16337 locale's date and time (e.g., @samp{Thu Mar @ 3 23:05:25 2020})
16338 @item %C
16339 century.  This is like @samp{%Y}, except the last two digits are omitted.
16340 For example, it is @samp{20} if @samp{%Y} is @samp{2019},
16341 and is @samp{-0} if @samp{%Y} is @samp{-001}.
16342 It is normally at least two characters, but it may be more.
16343 @item %d
16344 day of month (e.g., @samp{01})
16345 @item %D
16346 date; same as @samp{%m/%d/%y}
16347 @item %e
16348 day of month, space padded; same as @samp{%_d}
16349 @item %F
16350 full date in ISO 8601 format; like @samp{%+4Y-%m-%d}
16351 except that any flags or field width override the @samp{+}
16352 and (after subtracting 6) the @samp{4}.
16353 This is a good choice for a date format, as it is standard and
16354 is easy to sort in the usual case where years are in the range
16355 0000@dots{}9999.
16356 @item %g
16357 year corresponding to the ISO week number, but without the century
16358 (range @samp{00} through @samp{99}).  This has the same format and value
16359 as @samp{%y}, except that if the ISO week number (see
16360 @samp{%V}) belongs
16361 to the previous or next year, that year is used instead.
16362 @item %G
16363 year corresponding to the ISO week number.  This has the
16364 same format and value as @samp{%Y}, except that if the ISO
16365 week number (see
16366 @samp{%V}) belongs to the previous or next year, that year is used
16367 instead.
16368 It is normally useful only if @samp{%V} is also used;
16369 for example, the format @samp{%G-%m-%d} is probably a mistake,
16370 since it combines the ISO week number year with the conventional month and day.
16371 @item %h
16372 same as @samp{%b}
16373 @item %j
16374 day of year (@samp{001}@dots{}@samp{366})
16375 @item %m
16376 month (@samp{01}@dots{}@samp{12})
16377 @item %q
16378 quarter of year (@samp{1}@dots{}@samp{4})
16379 @item %u
16380 day of week (@samp{1}@dots{}@samp{7}) with @samp{1} corresponding to Monday
16381 @item %U
16382 week number of year, with Sunday as the first day of the week
16383 (@samp{00}@dots{}@samp{53}).
16384 Days in a new year preceding the first Sunday are in week zero.
16385 @item %V
16386 ISO week number, that is, the
16387 week number of year, with Monday as the first day of the week
16388 (@samp{01}@dots{}@samp{53}).
16389 If the week containing January 1 has four or more days in
16390 the new year, then it is considered week 1; otherwise, it is week 53 of
16391 the previous year, and the next week is week 1.  (See the ISO 8601
16392 standard.)
16393 @item %w
16394 day of week (@samp{0}@dots{}@samp{6}) with 0 corresponding to Sunday
16395 @item %W
16396 week number of year, with Monday as first day of week
16397 (@samp{00}@dots{}@samp{53}).
16398 Days in a new year preceding the first Monday are in week zero.
16399 @item %x
16400 locale's date representation (e.g., @samp{12/31/99})
16401 @item %y
16402 last two digits of year (@samp{00}@dots{}@samp{99})
16403 @item %Y
16404 year.  This is normally at least four characters, but it may be more.
16405 Year @samp{0000} precedes year @samp{0001}, and year @samp{-001}
16406 precedes year @samp{0000}.
16407 @end table
16410 @node Literal conversion specifiers
16411 @subsection Literal conversion specifiers
16413 @cindex literal conversion specifiers
16414 @cindex conversion specifiers, literal
16416 @command{date} conversion specifiers that produce literal strings.
16418 @table @samp
16419 @item %%
16420 a literal %
16421 @item %n
16422 a newline
16423 @item %t
16424 a horizontal tab
16425 @end table
16428 @node Padding and other flags
16429 @subsection Padding and other flags
16431 @cindex numeric field padding
16432 @cindex padding of numeric fields
16433 @cindex fields, padding numeric
16435 Unless otherwise specified, @command{date} normally pads numeric fields
16436 with zeros, so that, for
16437 example, numeric months are always output as two digits.
16438 Most numeric fields are padded on the left.
16439 However, nanoseconds are padded on the right since they are commonly
16440 used after decimal points in formats like @samp{%s.%-N}.
16441 Also, seconds since the Epoch are not padded
16442 since there is no natural width for them.
16444 The following optional flags can appear after the @samp{%}:
16446 @table @samp
16447 @item -
16448 (hyphen) Do not pad the field; useful if the output is intended for
16449 human consumption.
16450 This is a GNU extension.
16451 As a special case, @samp{%-N} outputs only enough trailing digits to
16452 not lose information, assuming that the timestamp's resolution is the
16453 same as the current hardware clock.  For example, if the hardware
16454 clock resolution is 1 microsecond, @samp{%s.%-N} outputs something
16455 like @samp{1640890100.395710}.
16457 @item _
16458 (underscore) Pad with spaces; useful if you need a fixed
16459 number of characters in the output, but zeros are too distracting.
16460 This is a GNU extension.
16461 @item 0
16462 (zero) Pad with zeros even if the conversion specifier
16463 would normally pad with spaces.
16464 @item +
16465 Pad with zeros, like @samp{0}.  In addition, precede any year number
16466 with @samp{+} if it exceeds 9999 or if its field width exceeds 4;
16467 similarly, precede any century number with @samp{+} if it exceeds 99
16468 or if its field width exceeds 2.  This supports ISO 8601 formats
16469 for dates far in the future; for example, the command @code{date
16470 --date=12019-02-25 +%+13F} outputs the string @samp{+012019-02-25}.
16471 @item ^
16472 Use upper case characters if possible.
16473 This is a GNU extension.
16474 @item #
16475 Use opposite case characters if possible.
16476 A field that is normally upper case becomes lower case, and vice versa.
16477 This is a GNU extension.
16478 @end table
16480 @noindent
16481 Here are some examples of padding:
16483 @example
16484 date +%d/%m -d "Feb 1"
16485 @result{} 01/02
16486 date +%-d/%-m -d "Feb 1"
16487 @result{} 1/2
16488 date +%_d/%_m -d "Feb 1"
16489 @result{}  1/ 2
16490 @end example
16492 You can optionally specify the field width
16493 (after any flag, if present) as a decimal number.  If the natural size of the
16494 output of the field has less than the specified number of characters,
16495 the result is normally written right adjusted and padded to the given
16496 size.  For example, @samp{%9B} prints the right adjusted month name in
16497 a field of width 9.  Nanoseconds are left adjusted, and are truncated
16498 or padded to the field width.
16500 An optional modifier can follow the optional flag and width
16501 specification.  The modifiers are:
16503 @table @samp
16504 @item E
16505 Use the locale's alternate representation for date and time.  This
16506 modifier applies to the @samp{%c}, @samp{%C}, @samp{%x}, @samp{%X},
16507 @samp{%y} and @samp{%Y} conversion specifiers.  In a Japanese locale, for
16508 example, @samp{%Ex} might yield a date format based on the Japanese
16509 Emperors' reigns.
16511 @item O
16512 Use the locale's alternate numeric symbols for numbers.  This modifier
16513 applies only to numeric conversion specifiers.
16514 @end table
16516 If the format supports the modifier but no alternate representation
16517 is available, it is ignored.
16519 POSIX specifies the behavior of flags and field widths only for
16520 @samp{%C}, @samp{%F}, @samp{%G}, and @samp{%Y} (all without
16521 modifiers), and requires a flag to be present if and only if a field
16522 width is also present.  Other combinations of flags, field widths and
16523 modifiers are GNU extensions.
16526 @node Setting the time
16527 @subsection Setting the time
16529 @cindex setting the time
16530 @cindex time setting
16531 @cindex appropriate privileges
16533 You must have appropriate privileges to set the
16534 system clock.  For changes to persist across a reboot, the
16535 hardware clock may need to be updated from the system clock, which
16536 might not happen automatically on your system.
16538 To set the clock, you can use the @option{--set} (@option{-s}) option
16539 (@pxref{Options for date}).  To set the clock without using GNU
16540 extensions, you can give @command{date} an argument of the form
16541 @samp{MMDDhhmm[[CC]YY][.ss]} where each two-letter
16542 component stands for two digits with the following meanings:
16544 @table @var
16545 @item MM
16546 month
16547 @item DD
16548 day within month
16549 @item hh
16550 hour
16551 @item mm
16552 minute
16553 @item CC
16554 first two digits of year (optional)
16555 @item YY
16556 last two digits of year (optional)
16557 @item ss
16558 second (optional)
16559 @end table
16561 Note, the @option{--date} and @option{--set} options may not be used with an
16562 argument in the above format.  The @option{--universal} option may be used
16563 with such an argument to indicate that the specified date and time are
16564 relative to Universal Time rather than to the local time zone.
16567 @node Options for date
16568 @subsection Options for @command{date}
16570 @cindex @command{date} options
16571 @cindex options for @command{date}
16573 The program accepts the following options.  Also see @ref{Common options}.
16574 Except for @option{-u}, these options are all GNU extensions to POSIX.
16576 All options that specify the date to display are mutually exclusive.
16577 I.e.: @option{--date}, @option{--file}, @option{--reference},
16578 @option{--resolution}.
16580 @table @samp
16582 @item -d @var{datestr}
16583 @itemx --date=@var{datestr}
16584 @opindex -d
16585 @opindex --date
16586 @cindex parsing date strings
16587 @cindex date strings, parsing
16588 @cindex arbitrary date strings, parsing
16589 @opindex yesterday
16590 @opindex tomorrow
16591 @opindex next @var{day}
16592 @opindex last @var{day}
16593 Display the date and time specified in @var{datestr} instead of the
16594 current date and time.  @var{datestr} can be in almost any common
16595 format.  It can contain month names, time zones, @samp{am} and @samp{pm},
16596 @samp{yesterday}, etc.  For example, @option{--date="2020-07-21
16597 14:19:13.489392193 +0530"} specifies the instant of time that is
16598 489,392,193 nanoseconds after July 21, 2020 at 2:19:13 PM in a
16599 time zone that is 5 hours and 30 minutes east of UTC.@*
16600 Note: input currently must be in locale independent format.  E.g., the
16601 LC_TIME=C below is needed to print back the correct date in many locales:
16602 @example
16603 date -d "$(LC_TIME=C date)"
16604 @end example
16605 @xref{Date input formats}.
16607 @item --debug
16608 @opindex --debug
16609 @cindex debugging date strings
16610 @cindex date strings, debugging
16611 @cindex arbitrary date strings, debugging
16612 Annotate the parsed date, display the effective time zone, and warn about
16613 potential misuse.
16615 @item -f @var{datefile}
16616 @itemx --file=@var{datefile}
16617 @opindex -f
16618 @opindex --file
16619 Parse each line in @var{datefile} as with @option{-d} and display the
16620 resulting date and time.  If @var{datefile} is @samp{-}, use standard
16621 input.  This is useful when you have many dates to process, because the
16622 system overhead of starting up the @command{date} executable many times can
16623 be considerable.
16625 @item -I[@var{timespec}]
16626 @itemx --iso-8601[=@var{timespec}]
16627 @opindex -I[@var{timespec}]
16628 @opindex --iso-8601[=@var{timespec}]
16629 Display the date using an ISO 8601 format, @samp{%Y-%m-%d}.
16631 The argument @var{timespec} specifies the number of additional
16632 terms of the time to include.  It can be one of the following:
16633 @table @samp
16634 @item auto
16635 Print just the date.  This is the default if @var{timespec} is omitted.
16636 This is like the format @code{%Y-%m-%d}.
16638 @item hours
16639 Also print hours and time zone.
16640 This is like the format @code{%Y-%m-%dT%H%:z}.
16642 @item minutes
16643 Also print minutes.
16644 This is like the format @code{%Y-%m-%dT%H:%M%:z}.
16646 @item seconds
16647 Also print seconds.
16648 This is like the format @code{%Y-%m-%dT%H:%M:%S%:z}.
16650 @item ns
16651 Also print nanoseconds.
16652 This is like the format @code{%Y-%m-%dT%H:%M:%S,%N%:z}.
16653 @end table
16655 @macro dateParseNote
16656 This format is always suitable as input
16657 for the @option{--date} (@option{-d}) and @option{--file}
16658 (@option{-f}) options, regardless of the current locale.
16659 @end macro
16660 @dateParseNote
16662 @item -r @var{file}
16663 @itemx --reference=@var{file}
16664 @opindex -r
16665 @opindex --reference
16666 Display the date and time of the last modification of @var{file},
16667 instead of the current date and time.
16669 @item --resolution
16670 @opindex --resolution
16671 Display the timestamp resolution instead of the time.
16672 Current clock timestamps that are output by @command{date}
16673 are integer multiples of the timestamp resolution.
16674 With this option, the format defaults to @samp{%s.%N}.
16675 For example, if the clock resolution is 1 millsecond,
16676 the output is:
16678 @example
16679 0.001000000
16680 @end example
16682 @item -R
16683 @itemx --rfc-email
16684 @opindex -R
16685 @opindex --rfc-email
16686 Display the date and time using the format @samp{%a, %d %b %Y %H:%M:%S
16687 %z}, evaluated in the C locale so abbreviations are always in English.
16688 For example:
16690 @example
16691 Mon, 09 Jul 2020 17:00:00 -0400
16692 @end example
16694 @opindex --rfc-822
16695 @opindex --rfc-2822
16696 This format conforms to Internet RFCs
16697 @uref{https://tools.ietf.org/search/rfc5322, 5322},
16698 @uref{https://tools.ietf.org/search/rfc2822, 2822} and
16699 @uref{https://tools.ietf.org/search/rfc822, 822}, the
16700 current and previous standards for Internet email.
16701 For compatibility with older versions of @command{date},
16702 @option{--rfc-2822} and @option{--rfc-822} are aliases for
16703 @option{--rfc-email}.
16705 @item --rfc-3339=@var{timespec}
16706 @opindex --rfc-3339=@var{timespec}
16707 Display the date using a format specified by
16708 @uref{https://tools.ietf.org/search/rfc3339, Internet
16709 RFC 3339}.  This is like @option{--iso-8601}, except that a space rather
16710 than a @samp{T} separates dates from times, and a period rather than
16711 a comma separates seconds from subseconds.
16712 @dateParseNote
16714 The argument @var{timespec} specifies how much of the time to include.
16715 It can be one of the following:
16717 @table @samp
16718 @item date
16719 Print just the full-date, e.g., @samp{2020-07-21}.
16720 This is like the format @samp{%Y-%m-%d}.
16722 @item seconds
16723 Print the full-date and full-time separated by a space, e.g.,
16724 @samp{2020-07-21 04:30:37+05:30}.  The output ends with a numeric
16725 time-offset; here the @samp{+05:30} means that local time is five
16726 hours and thirty minutes east of UTC@.  This is like
16727 the format @samp{%Y-%m-%d %H:%M:%S%:z}.
16729 @item ns
16730 Like @samp{seconds}, but also print nanoseconds, e.g.,
16731 @samp{2020-07-21 04:30:37.998458565+05:30}.
16732 This is like the format @samp{%Y-%m-%d %H:%M:%S.%N%:z}.
16734 @end table
16736 @item -s @var{datestr}
16737 @itemx --set=@var{datestr}
16738 @opindex -s
16739 @opindex --set
16740 Set the date and time to @var{datestr}.  See @option{-d} above.
16741 See also @ref{Setting the time}.
16743 @item -u
16744 @itemx --utc
16745 @itemx --universal
16746 @opindex -u
16747 @opindex --utc
16748 @opindex --universal
16749 @cindex Coordinated Universal Time
16750 @cindex UTC
16751 @cindex Greenwich Mean Time
16752 @cindex GMT
16753 @cindex leap seconds
16754 @vindex TZ
16755 @cindex Universal Time
16756 Use Universal Time by operating as if the
16757 @env{TZ} environment variable were set to the string @samp{UTC0}.
16758 UTC stands for Coordinated Universal Time, established in 1960.
16759 Universal Time is often called ``Greenwich Mean Time'' (GMT) for
16760 historical reasons.
16761 Typically, systems ignore leap seconds and thus implement an
16762 approximation to UTC rather than true UTC.
16763 @end table
16766 @node Examples of date
16767 @subsection Examples of @command{date}
16769 @cindex examples of @command{date}
16771 Here are a few examples.  Also see the documentation for the @option{-d}
16772 option in the previous section.
16774 @itemize @bullet
16776 @item
16777 To print the date of the day before yesterday:
16779 @example
16780 date --date='2 days ago'
16781 @end example
16783 @item
16784 To print the date of the day three months and one day hence:
16786 @example
16787 date --date='3 months 1 day'
16788 @end example
16790 @item
16791 To print the day of year of Christmas in the current year:
16793 @example
16794 date --date='25 Dec' +%j
16795 @end example
16797 @item
16798 To print the current full month name and the day of the month:
16800 @example
16801 date '+%B %d'
16802 @end example
16804 But this may not be what you want because for the first nine days of
16805 the month, the @samp{%d} expands to a zero-padded two-digit field,
16806 for example @samp{date -d 1may '+%B %d'} will print @samp{May 01}.
16808 @item
16809 To print a date without the leading zero for one-digit days
16810 of the month, you can use the (GNU extension)
16811 @samp{-} flag to suppress
16812 the padding altogether:
16814 @example
16815 date -d 1may '+%B %-d'
16816 @end example
16818 @item
16819 To print the current date and time in the format required by many
16820 non-GNU versions of @command{date} when setting the system clock:
16822 @example
16823 date +%m%d%H%M%Y.%S
16824 @end example
16826 @item
16827 To set the system clock forward by two minutes:
16829 @example
16830 date --set='+2 minutes'
16831 @end example
16833 @item
16834 To print the date in Internet RFC 5322 format,
16835 use @samp{date --rfc-email}.  Here is some example output:
16837 @example
16838 Tue, 09 Jul 2020 19:00:37 -0400
16839 @end example
16841 @anchor{%s-examples}
16842 @item
16843 To convert a date string to the number of seconds since the Epoch
16844 (which is 1970-01-01 00:00 UTC), use the @option{--date} option with
16845 the @samp{%s} format.  That can be useful in sorting and/or graphing
16846 and/or comparing data by date.  The following command outputs the
16847 number of the seconds since the Epoch for the time two minutes after the
16848 Epoch:
16850 @example
16851 date --date='1970-01-01 00:02:00 +0000' +%s
16853 @end example
16855 If you do not specify time zone information in the date string,
16856 @command{date} uses your computer's idea of the time zone when
16857 interpreting the string.  For example, if your computer's time zone is
16858 that of Cambridge, Massachusetts, which was then 5 hours (i.e., 18,000
16859 seconds) behind UTC:
16861 @example
16862 # local time zone used
16863 date --date='1970-01-01 00:02:00' +%s
16864 18120
16865 @end example
16867 @item
16868 If you're sorting or graphing dated data, your raw date values may be
16869 represented as seconds since the Epoch.  But few people can look at
16870 the date @samp{1577836800} and casually note ``Oh, that's the first
16871 second of the year 2020 in Greenwich, England.''
16873 @example
16874 date --date='2020-01-01 UTC' +%s
16875 1577836800
16876 @end example
16878 An alternative is to use the @option{--utc} (@option{-u}) option.
16879 Then you may omit @samp{UTC} from the date string.  Although this
16880 produces the same result for @samp{%s} and many other format sequences,
16881 with a time zone offset different from zero, it would give a different
16882 result for zone-dependent formats like @samp{%z}.
16884 @example
16885 date -u --date=2020-07-21 +%s
16886 1595289600
16887 @end example
16889 To convert such an unwieldy number of seconds back to
16890 a more readable form, use a command like this:
16892 @example
16893 date -d @@1595289600 +"%F %T %z"
16894 2020-07-20 20:00:00 -0400
16895 @end example
16897 Often it is better to output UTC-relative date and time:
16899 @example
16900 date -u -d @@1595289600 +"%F %T %z"
16901 2020-07-21 00:00:00 +0000
16902 @end example
16904 @item
16905 @cindex leap seconds
16906 Typically the seconds count omits leap seconds, but some systems are
16907 exceptions.  Because leap seconds are not predictable, the mapping
16908 between the seconds count and a future timestamp is not reliable on
16909 the atypical systems that include leap seconds in their counts.
16911 Here is how the two kinds of systems handle the leap second at
16912 the end of the year 2016:
16914 @example
16915 # Typical systems ignore leap seconds:
16916 date --date='2016-12-31 23:59:59 +0000' +%s
16917 1483228799
16918 date --date='2016-12-31 23:59:60 +0000' +%s
16919 date: invalid date '2016-12-31 23:59:60 +0000'
16920 date --date='2017-01-01 00:00:00 +0000' +%s
16921 1483228800
16922 @end example
16924 @example
16925 # Atypical systems count leap seconds:
16926 date --date='2016-12-31 23:59:59 +0000' +%s
16927 1483228825
16928 date --date='2016-12-31 23:59:60 +0000' +%s
16929 1483228826
16930 date --date='2017-01-01 00:00:00 +0000' +%s
16931 1483228827
16932 @end example
16934 @end itemize
16937 @node arch invocation
16938 @section @command{arch}: Print machine hardware name
16940 @pindex arch
16941 @cindex print machine hardware name
16942 @cindex system information, printing
16944 @command{arch} prints the machine hardware name,
16945 and is equivalent to @samp{uname -m}.
16946 Synopsis:
16948 @example
16949 arch [@var{option}]
16950 @end example
16952 The program accepts the @ref{Common options} only.
16954 @command{arch} is not installed by default, so portable scripts should
16955 not rely on its existence.
16957 @exitstatus
16960 @node nproc invocation
16961 @section @command{nproc}: Print the number of available processors
16963 @pindex nproc
16964 @cindex Print the number of processors
16965 @cindex system information, printing
16967 Print the number of processing units available to the current process,
16968 which may be less than the number of online processors.
16969 If this information is not accessible, then print the number of
16970 processors installed.  If the @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT}
16971 environment variables are set, then they will determine the minimum
16972 and maximum returned value respectively.  The result is guaranteed to be
16973 greater than zero.  Synopsis:
16975 @example
16976 nproc [@var{option}]
16977 @end example
16979 The program accepts the following options.  Also see @ref{Common options}.
16981 @table @samp
16983 @item --all
16984 @opindex --all
16985 Print the number of installed processors on the system, which may
16986 be greater than the number online or available to the current process.
16987 The @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT} environment variables
16988 are not honored in this case.
16990 @item --ignore=@var{number}
16991 @opindex --ignore
16992 If possible, exclude this @var{number} of processing units.
16994 @end table
16996 @exitstatus
16999 @node uname invocation
17000 @section @command{uname}: Print system information
17002 @pindex uname
17003 @cindex print system information
17004 @cindex system information, printing
17006 @command{uname} prints information about the machine and operating system
17007 it is run on.  If no options are given, @command{uname} acts as if the
17008 @option{-s} option were given.  Synopsis:
17010 @example
17011 uname [@var{option}]@dots{}
17012 @end example
17014 If multiple options or @option{-a} are given, the selected information is
17015 printed in this order:
17017 @example
17018 @var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version}
17019 @var{machine} @var{processor} @var{hardware-platform} @var{operating-system}
17020 @end example
17022 The information may contain internal spaces, so such output cannot be
17023 parsed reliably.  In the following example, @var{kernel-version} is
17024 @samp{#1 SMP Fri Jul 17 17:18:38 UTC 2020}:
17026 @example
17027 uname -a
17028 @result{} Linux dumdum.example.org 5.9.16-200.fc33.x86_64@c
17029  #1 SMP Mon Dec 21 14:08:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
17030 @end example
17033 The program accepts the following options.  Also see @ref{Common options}.
17035 @table @samp
17037 @item -a
17038 @itemx --all
17039 @opindex -a
17040 @opindex --all
17041 Print all of the below information, except omit the processor type
17042 and the hardware platform name if they are unknown.
17044 @item -i
17045 @itemx --hardware-platform
17046 @opindex -i
17047 @opindex --hardware-platform
17048 @cindex implementation, hardware
17049 @cindex hardware platform
17050 @cindex platform, hardware
17051 Print the hardware platform name
17052 (sometimes called the hardware implementation).
17053 Print @samp{unknown} if this information is not available.
17054 Note this is non-portable (even across GNU/Linux distributions).
17056 @item -m
17057 @itemx --machine
17058 @opindex -m
17059 @opindex --machine
17060 @cindex machine type
17061 @cindex hardware class
17062 @cindex hardware type
17063 Print the machine hardware name (sometimes called the hardware class
17064 or hardware type).
17066 @item -n
17067 @itemx --nodename
17068 @opindex -n
17069 @opindex --nodename
17070 @cindex hostname
17071 @cindex node name
17072 @cindex network node name
17073 Print the network node hostname.
17075 @item -p
17076 @itemx --processor
17077 @opindex -p
17078 @opindex --processor
17079 @cindex host processor type
17080 Print the processor type (sometimes called the instruction set
17081 architecture or ISA).
17082 Print @samp{unknown} if this information is not available.
17083 Note this is non-portable (even across GNU/Linux distributions).
17085 @item -o
17086 @itemx --operating-system
17087 @opindex -o
17088 @opindex --operating-system
17089 @cindex operating system name
17090 Print the name of the operating system.
17092 @item -r
17093 @itemx --kernel-release
17094 @opindex -r
17095 @opindex --kernel-release
17096 @cindex kernel release
17097 @cindex release of kernel
17098 Print the kernel release.
17100 @item -s
17101 @itemx --kernel-name
17102 @opindex -s
17103 @opindex --kernel-name
17104 @cindex kernel name
17105 @cindex name of kernel
17106 Print the kernel name.
17107 POSIX 1003.1-2001 (@pxref{Standards conformance}) calls this
17108 ``the implementation of the operating system'', because the
17109 POSIX specification itself has no notion of ``kernel''.
17110 The kernel name might be the same as the operating system name printed
17111 by the @option{-o} or @option{--operating-system} option, but it might
17112 differ.  Some operating systems (e.g., FreeBSD, HP-UX) have the same
17113 name as their underlying kernels; others (e.g., GNU/Linux, Solaris)
17114 do not.
17116 @item -v
17117 @itemx --kernel-version
17118 @opindex -v
17119 @opindex --kernel-version
17120 @cindex kernel version
17121 @cindex version of kernel
17122 Print the kernel version.
17124 @end table
17126 @exitstatus
17129 @node hostname invocation
17130 @section @command{hostname}: Print or set system name
17132 @pindex hostname
17133 @cindex setting the hostname
17134 @cindex printing the hostname
17135 @cindex system name, printing
17136 @cindex appropriate privileges
17138 With no arguments, @command{hostname} prints the name of the current host
17139 system.  With one argument, it sets the current host name to the
17140 specified string.  You must have appropriate privileges to set the host
17141 name.  Synopsis:
17143 @example
17144 hostname [@var{name}]
17145 @end example
17147 The only options are @option{--help} and @option{--version}.  @xref{Common
17148 options}.
17150 @command{hostname} is not installed by default, and other packages
17151 also supply a @command{hostname} command, so portable scripts should
17152 not rely on its existence or on the exact behavior documented above.
17154 @exitstatus
17157 @node hostid invocation
17158 @section @command{hostid}: Print numeric host identifier
17160 @pindex hostid
17161 @cindex printing the host identifier
17163 @command{hostid} prints the numeric identifier of the current host
17164 in hexadecimal.  This command accepts no arguments.
17165 The only options are @option{--help} and @option{--version}.
17166 @xref{Common options}.
17168 For example, here's what it prints on one system I use:
17170 @example
17171 $ hostid
17172 1bac013d
17173 @end example
17175 On that system, the 32-bit quantity happens to be closely
17176 related to the system's Internet address, but that isn't always
17177 the case.
17179 @command{hostid} is installed only on systems that have the
17180 @code{gethostid} function, so portable scripts should not rely on its
17181 existence.
17183 @exitstatus
17185 @node uptime invocation
17186 @section @command{uptime}: Print system uptime and load
17188 @pindex uptime
17189 @cindex printing the system uptime and load
17191 @command{uptime} prints the current time, the system's uptime, the
17192 number of logged-in users and the current load average.
17194 If an argument is specified, it is used as the file to be read
17195 to discover how many users are logged in.  If no argument is
17196 specified, a system default is used (@command{uptime --help} indicates
17197 the default setting).
17199 The only options are @option{--help} and @option{--version}.
17200 @xref{Common options}.
17202 For example, here's what it prints right now on one system I use:
17204 @example
17205 $ uptime
17206  14:07  up   3:35,  3 users,  load average: 1.39, 1.15, 1.04
17207 @end example
17209 The precise method of calculation of load average varies somewhat
17210 between systems.  Some systems calculate it as the average number of
17211 runnable processes over the last 1, 5 and 15 minutes, but some systems
17212 also include processes in the uninterruptible sleep state (that is,
17213 those processes which are waiting for device I/O).  The Linux kernel
17214 includes uninterruptible processes.
17216 @command{uptime} is installed only on platforms with infrastructure
17217 for obtaining the boot time, and other packages also supply an
17218 @command{uptime} command, so portable scripts should not rely on its
17219 existence or on the exact behavior documented above.
17221 @exitstatus
17223 @node SELinux context
17224 @chapter SELinux context
17226 @cindex SELinux context
17227 @cindex SELinux, context
17228 @cindex commands for SELinux context
17230 This section describes commands for operations with SELinux
17231 contexts.
17233 @menu
17234 * chcon invocation::            Change SELinux context of file
17235 * runcon invocation::           Run a command in specified SELinux context
17236 @end menu
17238 @node chcon invocation
17239 @section @command{chcon}: Change SELinux context of file
17241 @pindex chcon
17242 @cindex changing security context
17243 @cindex change SELinux context
17245 @command{chcon} changes the SELinux security context of the selected files.
17246 Synopses:
17248 @example
17249 chcon [@var{option}]@dots{} @var{context} @var{file}@dots{}
17250 chcon [@var{option}]@dots{} [-u @var{user}] [-r @var{role}] [-l @var{range}]@c
17251  [-t @var{type}] @var{file}@dots{}
17252 chcon [@var{option}]@dots{} --reference=@var{rfile} @var{file}@dots{}
17253 @end example
17255 Change the SELinux security context of each @var{file} to @var{context}.
17256 With @option{--reference}, change the security context of each @var{file}
17257 to that of @var{rfile}.
17259 The program accepts the following options.  Also see @ref{Common options}.
17261 @table @samp
17263 @item --dereference
17264 @opindex --dereference
17265 Do not affect symbolic links but what they refer to; this is the default.
17267 @item -h
17268 @itemx --no-dereference
17269 @opindex -h
17270 @opindex --no-dereference
17271 @cindex no dereference
17272 Affect the symbolic links themselves instead of any referenced file.
17274 @item --reference=@var{rfile}
17275 @opindex --reference
17276 @cindex reference file
17277 Use @var{rfile}'s security context rather than specifying a @var{context} value.
17279 @item -R
17280 @itemx --recursive
17281 @opindex -R
17282 @opindex --recursive
17283 Operate on files and directories recursively.
17285 @item --preserve-root
17286 @opindex --preserve-root
17287 Refuse to operate recursively on the root directory, @file{/},
17288 when used together with the @option{--recursive} option.
17289 @xref{Treating / specially}.
17291 @item --no-preserve-root
17292 @opindex --no-preserve-root
17293 Do not treat the root directory, @file{/}, specially when operating
17294 recursively; this is the default.
17295 @xref{Treating / specially}.
17297 @choptH
17298 @xref{Traversing symlinks}.
17300 @choptL
17301 @xref{Traversing symlinks}.
17303 @choptP
17304 @xref{Traversing symlinks}.
17306 @item -v
17307 @itemx --verbose
17308 @opindex -v
17309 @opindex --verbose
17310 @cindex diagnostic
17311 Output a diagnostic for every file processed.
17313 @item -u @var{user}
17314 @itemx --user=@var{user}
17315 @opindex -u
17316 @opindex --user
17317 Set user @var{user} in the target security context.
17319 @item -r @var{role}
17320 @itemx --role=@var{role}
17321 @opindex -r
17322 @opindex --role
17323 Set role @var{role} in the target security context.
17325 @item -t @var{type}
17326 @itemx --type=@var{type}
17327 @opindex -t
17328 @opindex --type
17329 Set type @var{type} in the target security context.
17331 @item -l @var{range}
17332 @itemx --range=@var{range}
17333 @opindex -l
17334 @opindex --range
17335 Set range @var{range} in the target security context.
17337 @end table
17339 @exitstatus
17341 @node runcon invocation
17342 @section @command{runcon}: Run a command in specified SELinux context
17344 @pindex runcon
17345 @cindex run with security context
17348 @command{runcon} runs file in specified SELinux security context.
17350 Synopses:
17351 @example
17352 runcon @var{context} @var{command} [@var{args}]
17353 runcon [ -c ] [-u @var{user}] [-r @var{role}] [-t @var{type}]@c
17354  [-l @var{range}] @var{command} [@var{args}]
17355 @end example
17357 Run @var{command} with completely-specified @var{context}, or with
17358 current or transitioned security context modified by one or more of @var{level},
17359 @var{role}, @var{type} and @var{user}.
17361 If none of @option{-c}, @option{-t}, @option{-u}, @option{-r}, or @option{-l}
17362 is specified, the first argument is used as the complete context.
17363 Any additional arguments after @var{command}
17364 are interpreted as arguments to the command.
17366 With neither @var{context} nor @var{command}, print the current
17367 security context.
17369 @cindex restricted security context
17370 @cindex NO_NEW_PRIVS
17371 Note also the @command{setpriv} command which can be used to set the
17372 NO_NEW_PRIVS bit using @command{setpriv --no-new-privs runcon ...},
17373 thus disallowing usage of a security context with more privileges
17374 than the process would normally have.
17376 @command{runcon} accepts the following options.  Also see @ref{Common options}.
17378 @table @samp
17380 @item -c
17381 @itemx --compute
17382 @opindex -c
17383 @opindex --compute
17384 Compute process transition context before modifying.
17386 @item -u @var{user}
17387 @itemx --user=@var{user}
17388 @opindex -u
17389 @opindex --user
17390 Set user @var{user} in the target security context.
17392 @item -r @var{role}
17393 @itemx --role=@var{role}
17394 @opindex -r
17395 @opindex --role
17396 Set role @var{role} in the target security context.
17398 @item -t @var{type}
17399 @itemx --type=@var{type}
17400 @opindex -t
17401 @opindex --type
17402 Set type @var{type} in the target security context.
17404 @item -l @var{range}
17405 @itemx --range=@var{range}
17406 @opindex -l
17407 @opindex --range
17408 Set range @var{range} in the target security context.
17410 @end table
17412 @cindex exit status of @command{runcon}
17413 Exit status:
17415 @display
17416 125 if @command{runcon} itself fails
17417 126 if @var{command} is found but cannot be invoked
17418 127 if @var{command} cannot be found
17419 the exit status of @var{command} otherwise
17420 @end display
17422 @node Modified command invocation
17423 @chapter Modified command invocation
17425 @cindex modified command invocation
17426 @cindex invocation of commands, modified
17427 @cindex commands for invoking other commands
17429 This section describes commands that run other commands in some context
17430 different than the current one: a modified environment, as a different
17431 user, etc.
17433 @menu
17434 * chroot invocation::           Modify the root directory.
17435 * env invocation::              Modify environment variables.
17436 * nice invocation::             Modify niceness.
17437 * nohup invocation::            Immunize to hangups.
17438 * stdbuf invocation::           Modify buffering of standard streams.
17439 * timeout invocation::          Run with time limit.
17440 @end menu
17443 @node chroot invocation
17444 @section @command{chroot}: Run a command with a different root directory
17446 @pindex chroot
17447 @cindex running a program in a specified root directory
17448 @cindex root directory, running a program in a specified
17450 @command{chroot} runs a command with a specified root directory.
17451 On many systems, only the super-user can do this.@footnote{However,
17452 some systems (e.g., FreeBSD) can be configured to allow certain regular
17453 users to use the @code{chroot} system call, and hence to run this program.
17454 Also, on Cygwin, anyone can run the @command{chroot} command, because the
17455 underlying function is non-privileged due to lack of support in MS-Windows.
17456 Furthermore, the @command{chroot} command avoids the @code{chroot} system call
17457 when @var{newroot} is identical to the old @file{/} directory for consistency
17458 with systems where this is allowed for non-privileged users.}.
17459 Synopses:
17461 @example
17462 chroot @var{option} @var{newroot} [@var{command} [@var{args}]@dots{}]
17463 chroot @var{option}
17464 @end example
17466 Ordinarily, file names are looked up starting at the root of the
17467 directory structure, i.e., @file{/}.  @command{chroot} changes the root to
17468 the directory @var{newroot} (which must exist), then changes the working
17469 directory to @file{/}, and finally runs @var{command} with optional @var{args}.
17470 If @var{command} is not specified, the default is the value of the @env{SHELL}
17471 environment variable or @command{/bin/sh} if not set, invoked with the
17472 @option{-i} option.
17473 @var{command} must not be a special built-in utility
17474 (@pxref{Special built-in utilities}).
17476 The program accepts the following options.  Also see @ref{Common options}.
17477 Options must precede operands.
17479 @table @samp
17481 @item --groups=@var{groups}
17482 @opindex --groups
17483 Use this option to override the supplementary @var{groups} to be
17484 used by the new process.
17485 The items in the list (names or numeric IDs) must be separated by commas.
17486 Use @samp{--groups=''} to disable the supplementary group look-up
17487 implicit in the @option{--userspec} option.
17489 @item --userspec=@var{user}[:@var{group}]
17490 @opindex --userspec
17491 By default, @var{command} is run with the same credentials
17492 as the invoking process.
17493 Use this option to run it as a different @var{user} and/or with a
17494 different primary @var{group}.
17495 If a @var{user} is specified then the supplementary groups
17496 are set according to the system defined list for that user,
17497 unless overridden with the @option{--groups} option.
17499 @item --skip-chdir
17500 @opindex --skip-chdir
17501 Use this option to not change the working directory to @file{/} after changing
17502 the root directory to @var{newroot}, i.e., inside the chroot.
17503 This option is only permitted when @var{newroot} is the old @file{/} directory,
17504 and therefore is mostly useful together with the @option{--groups} and
17505 @option{--userspec} options to retain the previous working directory.
17507 @end table
17509 The user and group name look-up performed by the @option{--userspec}
17510 and @option{--groups} options, is done both outside and inside
17511 the chroot, with successful look-ups inside the chroot taking precedence.
17512 If the specified user or group items are intended to represent a numeric ID,
17513 then a name to ID resolving step is avoided by specifying a leading @samp{+}.
17514 @xref{Disambiguating names and IDs}.
17516 Here are a few tips to help avoid common problems in using chroot.
17517 To start with a simple example, make @var{command} refer to a statically
17518 linked binary.  If you were to use a dynamically linked executable, then
17519 you'd have to arrange to have the shared libraries in the right place under
17520 your new root directory.
17522 For example, if you create a statically linked @command{ls} executable,
17523 and put it in @file{/tmp/empty}, you can run this command as root:
17525 @example
17526 $ chroot /tmp/empty /ls -Rl /
17527 @end example
17529 Then you'll see output like this:
17531 @example
17533 total 1023
17534 -rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
17535 @end example
17537 If you want to use a dynamically linked executable, say @command{bash},
17538 then first run @samp{ldd bash} to see what shared objects it needs.
17539 Then, in addition to copying the actual binary, also copy the listed
17540 files to the required positions under your intended new root directory.
17541 Finally, if the executable requires any other files (e.g., data, state,
17542 device files), copy them into place, too.
17544 @command{chroot} is installed only on systems that have the
17545 @code{chroot} function, so portable scripts should not rely on its
17546 existence.
17548 @cindex exit status of @command{chroot}
17549 Exit status:
17551 @display
17552 125 if @command{chroot} itself fails
17553 126 if @var{command} is found but cannot be invoked
17554 127 if @var{command} cannot be found
17555 the exit status of @var{command} otherwise
17556 @end display
17559 @node env invocation
17560 @section @command{env}: Run a command in a modified environment
17562 @pindex env
17563 @cindex environment, running a program in a modified
17564 @cindex modified environment, running a program in a
17565 @cindex running a program in a modified environment
17567 @command{env} runs a command with a modified environment.  Synopses:
17569 @example
17570 env [@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17571 [@var{command} [@var{args}]@dots{}]
17572 env -[v]S'[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17573 [@var{command} [@var{args}]@dots{}]'
17575 @end example
17577 @command{env} is commonly used on first line of scripts (shebang line):
17578 @example
17579 #!/usr/bin/env @var{command}
17580 #!/usr/bin/env -[v]S[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17581 @var{command} [@var{args}]@dots{}
17582 @end example
17584 Operands of the form @samp{@var{variable}=@var{value}} set
17585 the environment variable @var{variable} to value @var{value}.
17586 @var{value} may be empty (@samp{@var{variable}=}).  Setting a variable
17587 to an empty value is different from unsetting it.
17588 These operands are evaluated left-to-right, so if two operands
17589 mention the same variable the earlier is ignored.
17591 Environment variable names can be empty, and can contain any
17592 characters other than @samp{=} and ASCII NUL.
17593 However, it is wise to limit yourself to names that
17594 consist solely of underscores, digits, and ASCII letters,
17595 and that begin with a non-digit, as applications like the shell do not
17596 work well with other names.
17598 @vindex PATH
17599 The first operand that does not contain the character @samp{=}
17600 specifies the program to invoke; it is
17601 searched for according to the @env{PATH} environment variable.  Any
17602 remaining arguments are passed as arguments to that program.
17603 The program should not be a special built-in utility
17604 (@pxref{Special built-in utilities}).
17606 Modifications to @env{PATH} take effect prior to searching for
17607 @var{command}.  Use caution when reducing @env{PATH}; behavior is
17608 not portable when @env{PATH} is undefined or omits key directories
17609 such as @file{/bin}.
17611 In the rare case that a utility contains a @samp{=} in the name, the
17612 only way to disambiguate it from a variable assignment is to use an
17613 intermediate command for @var{command}, and pass the problematic
17614 program name via @var{args}.  For example, if @file{./prog=} is an
17615 executable in the current @env{PATH}:
17617 @example
17618 env prog= true # runs 'true', with prog= in environment
17619 env ./prog= true # runs 'true', with ./prog= in environment
17620 env -- prog= true # runs 'true', with prog= in environment
17621 env sh -c '\prog= true' # runs 'prog=' with argument 'true'
17622 env sh -c 'exec "$@@"' sh prog= true # also runs 'prog='
17623 @end example
17625 @cindex environment, printing
17627 If no command name is specified following the environment
17628 specifications, the resulting environment is printed.  This is like
17629 specifying the @command{printenv} program.
17631 For some examples, suppose the environment passed to @command{env}
17632 contains @samp{LOGNAME=rms}, @samp{EDITOR=emacs}, and
17633 @samp{PATH=.:/gnubin:/hacks}:
17635 @itemize @bullet
17637 @item
17638 Output the current environment.
17639 @example
17640 $ env | LC_ALL=C sort
17641 EDITOR=emacs
17642 LOGNAME=rms
17643 PATH=.:/gnubin:/hacks
17644 @end example
17646 @item
17647 Run @command{foo} with a reduced environment, preserving only the
17648 original @env{PATH} to avoid problems in locating @command{foo}.
17649 @example
17650 env - PATH="$PATH" foo
17651 @end example
17653 @item
17654 Run @command{foo} with the environment containing @samp{LOGNAME=rms},
17655 @samp{EDITOR=emacs}, and @samp{PATH=.:/gnubin:/hacks}, and guarantees
17656 that @command{foo} was found in the file system rather than as a shell
17657 built-in.
17658 @example
17659 env foo
17660 @end example
17662 @item
17663 Run @command{nemacs} with the environment containing @samp{LOGNAME=foo},
17664 @samp{EDITOR=emacs}, @samp{PATH=.:/gnubin:/hacks}, and
17665 @samp{DISPLAY=gnu:0}.
17666 @example
17667 env DISPLAY=gnu:0 LOGNAME=foo nemacs
17668 @end example
17670 @item
17671 Attempt to run the program @command{/energy/--} (as that is the only
17672 possible path search result); if the command exists, the environment
17673 will contain @samp{LOGNAME=rms} and @samp{PATH=/energy}, and the
17674 arguments will be @samp{e=mc2}, @samp{bar}, and @samp{baz}.
17675 @example
17676 env -u EDITOR PATH=/energy -- e=mc2 bar baz
17677 @end example
17679 @end itemize
17682 @subsection General options
17684 The program accepts the following options.  Also see @ref{Common options}.
17685 Options must precede operands.
17687 @table @samp
17689 @optNull
17691 @item -u @var{name}
17692 @itemx --unset=@var{name}
17693 @opindex -u
17694 @opindex --unset
17695 Remove variable @var{name} from the environment, if it was in the
17696 environment.
17698 @item -
17699 @itemx -i
17700 @itemx --ignore-environment
17701 @opindex -
17702 @opindex -i
17703 @opindex --ignore-environment
17704 Start with an empty environment, ignoring the inherited environment.
17706 @item -C @var{dir}
17707 @itemx --chdir=@var{dir}
17708 @opindex -C
17709 @opindex --chdir
17710 Change the working directory to @var{dir} before invoking @var{command}.
17711 This differs from the shell built-in @command{cd} in that it starts
17712 @var{command} as a subprocess rather than altering the shell's own working
17713 directory; this allows it to be chained with other commands that run commands
17714 in a different context.  For example:
17716 @example
17717 # Run 'true' with /chroot as its root directory and /srv as its working
17718 # directory.
17719 chroot /chroot env --chdir=/srv true
17720 # Run 'true' with /build as its working directory, FOO=bar in its
17721 # environment, and a time limit of five seconds.
17722 env --chdir=/build FOO=bar timeout 5 true
17723 @end example
17725 @item --default-signal[=@var{sig}]
17726 Unblock and reset signal @var{sig} to its default signal handler.
17727 Without @var{sig} all known signals are unblocked and reset to their defaults.
17728 Multiple signals can be comma-separated. An empty @var{sig} argument is a no-op.
17729 The following command runs @command{seq} with SIGINT and SIGPIPE set to their
17730 default (which is to terminate the program):
17732 @example
17733 env --default-signal=PIPE,INT seq 1000 | head -n1
17734 @end example
17736 In the following example, we see how this is not
17737 possible to do with traditional shells.
17738 Here the first trap command sets SIGPIPE to ignore.
17739 The second trap command ostensibly sets it back to its default,
17740 but POSIX mandates that the shell must not change inherited
17741 state of the signal -- so it is a no-op.
17743 @example
17744 trap '' PIPE && sh -c 'trap - PIPE ; seq inf | head -n1'
17745 @end example
17747 Using @option{--default-signal=PIPE} we can
17748 ensure the signal handling is set to its default behavior:
17750 @example
17751 trap '' PIPE && sh -c 'env --default-signal=PIPE seq inf | head -n1'
17752 @end example
17755 @item --ignore-signal[=@var{sig}]
17756 Ignore signal @var{sig} when running a program.  Without @var{sig} all
17757 known signals are set to ignore.  Multiple signals can be comma-separated.
17758 An empty @var{sig} argument is a no-op. The following command runs @command{seq}
17759 with SIGINT set to be ignored -- pressing @kbd{Ctrl-C} will not terminate it:
17761 @example
17762 env --ignore-signal=INT seq inf > /dev/null
17763 @end example
17765 @samp{SIGCHLD} is special, in that @option{--ignore-signal=CHLD} might have
17766 no effect (POSIX says it's unspecified).
17768 Most operating systems do not allow ignoring @samp{SIGKILL}, @samp{SIGSTOP}
17769 (and possibly other signals).  Attempting to ignore these signals will fail.
17771 Multiple (and contradictory) @option{--default-signal=SIG} and
17772 @option{--ignore-signal=SIG} options are processed left-to-right,
17773 with the latter taking precedence.  In the following example, @samp{SIGPIPE} is
17774 set to default while @samp{SIGINT} is ignored:
17776 @example
17777 env --default-signal=INT,PIPE --ignore-signal=INT
17778 @end example
17780 @item --block-signal[=@var{sig}]
17781 Block signal(s) @var{sig} from being delivered.  Without @var{sig} all
17782 known signals are set to blocked.  Multiple signals can be comma-separated.
17783 An empty @var{sig} argument is a no-op.
17785 @item --list-signal-handling
17786 List blocked or ignored signals to standard error, before executing a command.
17788 @item -v
17789 @itemx --debug
17790 @opindex -v
17791 @opindex --debug
17792 Show verbose information for each processing step.
17794 @example
17795 $ env -v -uTERM A=B uname -s
17796 unset:    TERM
17797 setenv:   A=B
17798 executing: uname
17799    arg[0]= 'uname'
17800    arg[1]= '-s'
17801 Linux
17802 @end example
17804 When combined with @option{-S} it is recommended to list @option{-v}
17805 first, e.g. @command{env -vS'string'}.
17807 @item -S @var{string}
17808 @itemx --split-string=@var{string}
17809 @opindex -S
17810 @opindex --split-string
17811 @cindex shebang arguments
17812 @cindex scripts arguments
17813 @cindex env in scripts
17814 process and split @var{string} into separate arguments used to pass
17815 multiple arguments on shebang lines.  @command{env} supports FreeBSD's
17816 syntax of several escape sequences and environment variable
17817 expansions. See below for details and examples.
17819 @end table
17821 @cindex exit status of @command{env}
17822 Exit status:
17824 @display
17825 0   if no @var{command} is specified and the environment is output
17826 125 if @command{env} itself fails
17827 126 if @var{command} is found but cannot be invoked
17828 127 if @var{command} cannot be found
17829 the exit status of @var{command} otherwise
17830 @end display
17832 @subsection @option{-S}/@option{--split-string} usage in scripts
17834 The @option{-S}/@option{--split-string} option enables use of multiple
17835 arguments on the first line of scripts (the shebang line, @samp{#!}).
17837 When a script's interpreter is in a known location, scripts typically
17838 contain the absolute file name in their first line:
17840 @multitable {Python Script:} {#!/usr/bin/python3}
17841 @item Shell script:
17842 @tab
17843 @example
17844 #!/bin/sh
17845 echo hello
17846 @end example
17848 @item Perl script:
17849 @tab
17850 @example
17851 #!/usr/bin/perl
17852 print "hello\n";
17853 @end example
17855 @item Python script:
17856 @tab
17857 @example
17858 #!/usr/bin/python3
17859 print("hello")
17860 @end example
17862 @end multitable
17864 When a script's interpreter is in a non-standard location
17865 in the @env{PATH} environment variable, it is recommended
17866 to use @command{env} on the first line of the script to
17867 find the executable and run it:
17869 @multitable {Python Script:} {#!/usr/bin/env python3}
17870 @item Shell script:
17871 @tab
17872 @example
17873 #!/usr/bin/env bash
17874 echo hello
17875 @end example
17877 @item Perl script:
17878 @tab
17879 @example
17880 #!/usr/bin/env perl
17881 print "hello\n";
17882 @end example
17884 @item Python script:
17885 @tab
17886 @example
17887 #!/usr/bin/env python3
17888 print("hello")
17889 @end example
17891 @end multitable
17893 Most operating systems (e.g. GNU/Linux, BSDs) treat all text after the
17894 first space as a single argument. When using @command{env} in a script
17895 it is thus not possible to specify multiple arguments.
17897 In the following example:
17898 @example
17899 #!/usr/bin/env perl -T -w
17900 print "hello\n";
17901 @end example
17903 The operating system treats @samp{perl -T -w} as one argument (the
17904 program's name), and executing the script fails with:
17906 @example
17907 /usr/bin/env: 'perl -T -w': No such file or directory
17908 @end example
17910 The @option{-S} option instructs @command{env} to split the single string
17911 into multiple arguments. The following example works as expected:
17913 @example
17914 $ cat hello.pl
17915 #!/usr/bin/env -S perl -T -w
17916 print "hello\n";
17918 $ chmod a+x hello.pl
17919 $ ./hello.pl
17920 hello
17921 @end example
17923 And is equivalent to running @command{perl -T -w hello.pl} on the command line
17924 prompt.
17926 @unnumberedsubsubsec Testing and troubleshooting
17928 @cindex single quotes, and @command{env -S}
17929 @cindex @command{env -S}, and single quotes
17930 @cindex @option{-S}, env and single quotes
17931 To test @command{env -S} on the command line, use single quotes for the
17932 @option{-S} string to emulate a single paramter. Single quotes are not
17933 needed when using @command{env -S} in a shebang line on the first line of a
17934 script (the operating system already treats it as one argument).
17936 The following command is equivalent to the @file{hello.pl} script above:
17938 @example
17939 $ env -S'perl -T -w' hello.pl
17940 @end example
17942 @cindex @command{env -S}, debugging
17943 @cindex debugging, @command{env -S}
17945 To troubleshoot @option{-S} usage add the @option{-v} as the first
17946 argument (before @option{-S}).
17948 Using @option{-vS} on a shebang line in a script:
17950 @example
17951 $ cat hello-debug.pl
17952 #!/usr/bin/env -vS perl -T -w
17953 print "hello\n";
17955 $ chmod a+x hello-debug.pl
17956 $ ./hello-debug.pl
17957 split -S:  'perl -T -w'
17958  into:    'perl'
17959      &    '-T'
17960      &    '-w'
17961 executing: perl
17962    arg[0]= 'perl'
17963    arg[1]= '-T'
17964    arg[2]= '-w'
17965    arg[3]= './hello-debug.pl'
17966 hello
17967 @end example
17969 Using @option{-vS} on the command line prompt (adding single quotes):
17971 @example
17972 $ env -vS'perl -T -w' hello-debug.pl
17973 split -S:  'perl -T -w'
17974  into:    'perl'
17975      &    '-T'
17976      &    '-w'
17977 executing: perl
17978    arg[0]= 'perl'
17979    arg[1]= '-T'
17980    arg[2]= '-w'
17981    arg[3]= 'hello-debug.pl'
17982 hello
17983 @end example
17985 @subsection @option{-S}/@option{--split-string} syntax
17987 @unnumberedsubsubsec Splitting arguments by whitespace
17989 Running @command{env -Sstring} splits the @var{string} into
17990 arguments based on unquoted spaces or tab characters.
17991 (Newlines, carriage returns, vertical tabs and form feeds are treated
17992 like spaces and tabs.)
17994 In the following contrived example the @command{awk} variable
17995 @samp{OFS} will be @code{<space>xyz<space>} as these spaces are inside
17996 double quotes. The other space characters are used as argument separators:
17998 @example
17999 $ cat one.awk
18000 #!/usr/bin/env -S awk -v OFS=" xyz " -f
18001 BEGIN @{print 1,2,3@}
18003 $ chmod a+x one.awk
18004 $ ./one.awk
18005 1 xyz 2 xyz 3
18006 @end example
18008 When using @option{-S} on the command line prompt, remember to add
18009 single quotes around the entire string:
18011 @example
18012 $ env -S'awk -v OFS=" xyz " -f' one.awk
18013 1 xyz 2 xyz 3
18014 @end example
18016 @unnumberedsubsubsec Escape sequences
18018 @command{env} supports several escape sequences. These sequences
18019 are processed when unquoted or inside double quotes (unless otherwise noted).
18020 Single quotes disable escape sequences except @samp{\'} and @samp{\\}.
18022 @multitable @columnfractions .10 .90
18024 @item @code{\c}
18025 @tab Ignore the remaining characters in the string.
18026 Cannot be used inside double quotes.
18028 @item @code{\f}
18029 @tab form-feed character (ASCII 0x0C)
18031 @item @code{\n}
18032 @tab new-line character (ASCII 0x0A)
18034 @item @code{\r}
18035 @tab carriage-return character (ASCII 0x0D)
18037 @item @code{\t}
18038 @tab tab character (ASCII 0x09)
18040 @item @code{\v}
18041 @tab vertical tab character (ASCII 0x0B)
18043 @item @code{\#}
18044 @tab A hash @samp{#} character. Used when a @samp{#} character
18045 is needed as the first character of an argument (see 'comments' section
18046 below).
18048 @item @code{\$}
18049 @tab A dollar-sign character @samp{$}. Unescaped @samp{$} characters
18050 are used to expand environment variables (see 'variables' section below).
18052 @item @code{\_}
18053 @tab Inside double-quotes, replaced with a single space character.
18054 Outside quotes, treated as an argument separator. @samp{\_} can be used
18055 to avoid space characters in a shebang line (see examples below).
18057 @item @code{\"}
18058 @tab A double-quote character.
18060 @item @code{\'}
18061 @tab A single-quote character.
18062 This escape sequence works inside single-quoted strings.
18064 @item @code{\\}
18065 @tab A backslash character.
18066 This escape sequence works inside single-quoted strings.
18068 @end multitable
18070 The following @command{awk} script will use tab character as input and output
18071 field separator (instead of spaces and tabs):
18073 @example
18074 $ cat tabs.awk
18075 #!/usr/bin/env -S awk -v FS="\t" -v OFS="\t" -f
18077 @end example
18079 @unnumberedsubsubsec Comments
18081 The escape sequence @samp{\c} (used outside single/double quotes)
18082 causes @command{env} to ignore the rest of the string.
18084 The @samp{#} character causes @command{env} to ignore the rest of
18085 the string when it appears as the first character of an argument.
18086 Use @samp{\#} to reverse this behavior.
18088 @example
18089 $ env -S'printf %s\n A B C'
18094 $ env -S'printf %s\n A# B C'
18099 $ env -S'printf %s\n A #B C'
18102 $ env -S'printf %s\n A \#B C'
18107 $ env -S'printf %s\n A\cB C'
18109 @end example
18111 NOTE: The above examples use single quotes as they are executed
18112 on the command-line.
18116 @unnumberedsubsubsec Environment variable expansion
18118 The pattern @samp{$@{VARNAME@}} is used to substitute a value from
18119 the environment variable. The pattern must include the curly braces
18120 (@samp{@{},@samp{@}}). Without them @command{env} will reject the string.
18121 Special shell variables (such as @samp{$@@}, @samp{$*}, @samp{$$}) are
18122 not supported.
18124 If the environment variable is empty or not set, the pattern will be replaced
18125 by an empty string. The value of @samp{$@{VARNAME@}} will be that of
18126 the executed @command{env}, before any modifications using
18127 @option{-i}/@option{--ignore-environment}/@option{-u}/@option{--unset} or
18128 setting new values using @samp{VAR=VALUE}.
18130 The following python script prepends @file{/opt/custom/modules} to the python
18131 module search path environment variable (@samp{PYTHONPATH}):
18133 @example
18134 $ cat custom.py
18135 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$@{PYTHONPATH@} python
18136 print "hello"
18138 @end example
18140 The expansion of @samp{$@{PYTHONPATH@}} is performed by @command{env},
18141 not by a shell. If the curly braces are omitted, @command{env} will fail:
18143 @example
18144 $ cat custom.py
18145 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$PYTHONPATH python
18146 print "hello"
18149 $ chmod a+x custom.py
18150 $ custom.py
18151 /usr/bin/env: only $@{VARNAME@} expansion is supported, error at: $PYTHONPATH @c
18152 python
18153 @end example
18155 Environment variable expansion happens before clearing the environment
18156 (with @option{-i}) or unsetting specific variables (with @option{-u}):
18158 @example
18159 $ env -S'-i OLDUSER=$@{USER@} env'
18160 OLDUSER=gordon
18161 @end example
18163 Use @option{-v} to diagnose the operations step-by-step:
18165 @example
18166 $ env -vS'-i OLDUSER=$@{USER@} env'
18167 expanding $@{USER@} into 'gordon'
18168 split -S:  '-i OLDUSER=$@{USER@} env'
18169  into:    '-i'
18170      &    'OLDUSER=gordon'
18171      &    'env'
18172 cleaning environ
18173 setenv:   OLDUSER=gordon
18174 executing: env
18175    arg[0]= 'env'
18176 OLDUSER=gordon
18177 @end example
18181 @node nice invocation
18182 @section @command{nice}: Run a command with modified niceness
18184 @pindex nice
18185 @cindex niceness
18186 @cindex scheduling, affecting
18187 @cindex appropriate privileges
18189 @command{nice} prints a process's @dfn{niceness}, or runs
18190 a command with modified niceness.  @dfn{niceness} affects how
18191 favorably the process is scheduled in the system.
18192 Synopsis:
18194 @example
18195 nice [@var{option}]@dots{} [@var{command} [@var{arg}]@dots{}]
18196 @end example
18198 If no arguments are given, @command{nice} prints the current niceness.
18199 Otherwise, @command{nice} runs the given @var{command} with its
18200 niceness adjusted.  By default, its niceness is incremented by 10.
18202 Niceness values range at least from @minus{}20 (process has high priority
18203 and gets more resources, thus slowing down other processes) through 19
18204 (process has lower priority and runs slowly itself, but has less impact
18205 on the speed of other running processes).  Some systems
18206 may have a wider range of niceness values; conversely, other systems may
18207 enforce more restrictive limits.  An attempt to set the niceness
18208 outside the supported range is treated as an attempt to use the
18209 minimum or maximum supported value.
18211 A niceness should not be confused with a scheduling priority, which
18212 lets applications determine the order in which threads are scheduled
18213 to run.  Unlike a priority, a niceness is merely advice to the
18214 scheduler, which the scheduler is free to ignore.  Also, as a point of
18215 terminology, POSIX defines the behavior of @command{nice} in
18216 terms of a @dfn{nice value}, which is the non-negative difference
18217 between a niceness and the minimum niceness.  Though @command{nice}
18218 conforms to POSIX, its documentation and diagnostics use the
18219 term ``niceness'' for compatibility with historical practice.
18221 @var{command} must not be a special built-in utility (@pxref{Special
18222 built-in utilities}).
18224 @mayConflictWithShellBuiltIn{nice}
18226 Note to change the @dfn{niceness} of an existing process,
18227 one needs to use the @command{renice} command.
18229 The program accepts the following option.  Also see @ref{Common options}.
18230 Options must precede operands.
18232 @table @samp
18233 @item -n @var{adjustment}
18234 @itemx --adjustment=@var{adjustment}
18235 @opindex -n
18236 @opindex --adjustment
18237 Add @var{adjustment} instead of 10 to the command's niceness.  If
18238 @var{adjustment} is negative and you lack appropriate privileges,
18239 @command{nice} issues a warning but otherwise acts as if you specified
18240 a zero adjustment.
18242 For compatibility @command{nice} also supports an obsolete
18243 option syntax @option{-@var{adjustment}}.  New scripts should use
18244 @option{-n @var{adjustment}} instead.
18246 @end table
18248 @command{nice} is installed only on systems that have the POSIX
18249 @code{setpriority} function, so portable scripts should not rely on
18250 its existence on non-POSIX platforms.
18252 @cindex exit status of @command{nice}
18253 Exit status:
18255 @display
18256 0   if no @var{command} is specified and the niceness is output
18257 125 if @command{nice} itself fails
18258 126 if @var{command} is found but cannot be invoked
18259 127 if @var{command} cannot be found
18260 the exit status of @var{command} otherwise
18261 @end display
18263 It is sometimes useful to run a non-interactive program with reduced niceness.
18265 @example
18266 $ nice factor 4611686018427387903
18267 @end example
18269 Since @command{nice} prints the current niceness,
18270 you can invoke it through itself to demonstrate how it works.
18272 The default behavior is to increase the niceness by @samp{10}:
18274 @example
18275 $ nice
18277 $ nice nice
18279 $ nice -n 10 nice
18281 @end example
18283 The @var{adjustment} is relative to the current niceness.  In the
18284 next example, the first @command{nice} invocation runs the second one
18285 with niceness 10, and it in turn runs the final one with a niceness
18286 that is 3 more:
18288 @example
18289 $ nice nice -n 3 nice
18291 @end example
18293 Specifying a niceness larger than the supported range
18294 is the same as specifying the maximum supported value:
18296 @example
18297 $ nice -n 10000000000 nice
18299 @end example
18301 Only a privileged user may run a process with lower niceness:
18303 @example
18304 $ nice -n -1 nice
18305 nice: cannot set niceness: Permission denied
18307 $ sudo nice -n -1 nice
18309 @end example
18312 @node nohup invocation
18313 @section @command{nohup}: Run a command immune to hangups
18315 @pindex nohup
18316 @cindex hangups, immunity to
18317 @cindex immunity to hangups
18318 @cindex logging out and continuing to run
18320 @flindex nohup.out
18321 @command{nohup} runs the given @var{command} with hangup signals ignored,
18322 so that the command can continue running in the background after you log
18323 out.  Synopsis:
18325 @example
18326 nohup @var{command} [@var{arg}]@dots{}
18327 @end example
18329 If standard input is a terminal, redirect it so that terminal sessions
18330 do not mistakenly consider the terminal to be used by the command.
18331 Make the substitute file descriptor unreadable, so that commands that
18332 mistakenly attempt to read from standard input can report an error.
18333 This redirection is a GNU extension; programs intended to be portable
18334 to non-GNU hosts can use @samp{nohup @var{command} [@var{arg}]@dots{}
18335 0>/dev/null} instead.
18337 @flindex nohup.out
18338 If standard output is a terminal, the command's standard output is appended
18339 to the file @file{nohup.out}; if that cannot be written to, it is appended
18340 to the file @file{$HOME/nohup.out}; and if that cannot be written to, the
18341 command is not run.
18342 Any @file{nohup.out} or @file{$HOME/nohup.out} file created by
18343 @command{nohup} is made readable and writable only to the user,
18344 regardless of the current umask settings.
18346 If standard error is a terminal, it is normally redirected to the same file
18347 descriptor as the (possibly-redirected) standard output.
18348 However, if standard output is closed, standard error terminal output
18349 is instead appended to the file @file{nohup.out} or
18350 @file{$HOME/nohup.out} as above.
18352 To capture the command's output to a file other than @file{nohup.out}
18353 you can redirect it.  For example, to capture the output of
18354 @command{make}:
18356 @example
18357 nohup make > make.log
18358 @end example
18360 @command{nohup} does not automatically put the command it runs in the
18361 background; you must do that explicitly, by ending the command line
18362 with an @samp{&}.  Also, @command{nohup} does not alter the
18363 niceness of @var{command}; use @command{nice} for that,
18364 e.g., @samp{nohup nice @var{command}}.
18366 @var{command} must not be a special built-in utility (@pxref{Special
18367 built-in utilities}).
18369 The only options are @option{--help} and @option{--version}.  @xref{Common
18370 options}.  Options must precede operands.
18372 @cindex exit status of @command{nohup}
18373 Exit status:
18375 @display
18376 125 if @command{nohup} itself fails, and @env{POSIXLY_CORRECT} is not set
18377 126 if @var{command} is found but cannot be invoked
18378 127 if @var{command} cannot be found
18379 the exit status of @var{command} otherwise
18380 @end display
18382 If @env{POSIXLY_CORRECT} is set, internal failures give status 127
18383 instead of 125.
18386 @node stdbuf invocation
18387 @section @command{stdbuf}: Run a command with modified I/O stream buffering
18389 @pindex stdbuf
18390 @cindex standard streams, buffering
18391 @cindex line buffered
18393 @command{stdbuf} allows one to modify the buffering operations of the
18394 three standard I/O streams associated with a program.  Synopsis:
18396 @example
18397 stdbuf @var{option}@dots{} @var{command}
18398 @end example
18400 @var{command} must start with the name of a program that
18401 @enumerate
18402 @item
18403 uses the ISO C @code{FILE} streams for input/output (note the
18404 programs @command{dd} and @command{cat} don't do that),
18406 @item
18407 does not adjust the buffering of its standard streams (note the
18408 program @command{tee} is not in this category).
18409 @end enumerate
18411 Any additional @var{arg}s are passed as additional arguments to the
18412 @var{command}.
18414 The program accepts the following options.  Also see @ref{Common options}.
18416 @table @samp
18418 @item -i @var{mode}
18419 @itemx --input=@var{mode}
18420 @opindex -i
18421 @opindex --input
18422 Adjust the standard input stream buffering.
18424 @item -o @var{mode}
18425 @itemx --output=@var{mode}
18426 @opindex -o
18427 @opindex --output
18428 Adjust the standard output stream buffering.
18430 @item -e @var{mode}
18431 @itemx --error=@var{mode}
18432 @opindex -e
18433 @opindex --error
18434 Adjust the standard error stream buffering.
18436 @end table
18438 The @var{mode} can be specified as follows:
18440 @table @samp
18442 @item L
18443 Set the stream to line buffered mode.
18444 In this mode data is coalesced until a newline is output or
18445 input is read from any stream attached to a terminal device.
18446 This option is invalid with standard input.
18448 @item 0
18449 Disable buffering of the selected stream.
18450 In this mode, data is output immediately and only the
18451 amount of data requested is read from input.
18452 Note the difference in function for input and output.
18453 Disabling buffering for input will not influence the responsiveness
18454 or blocking behavior of the stream input functions.
18455 For example @code{fread} will still block until @code{EOF} or error,
18456 even if the underlying @code{read} returns less data than requested.
18458 @item @var{size}
18459 Specify the size of the buffer to use in fully buffered mode.
18460 @multiplierSuffixesNoBlocks{size}
18462 @end table
18464 @command{stdbuf} is installed only on platforms that use the
18465 Executable and Linkable Format (ELF) and support the
18466 @code{constructor} attribute, so portable scripts should not rely on
18467 its existence.
18469 @cindex exit status of @command{stdbuf}
18470 Exit status:
18472 @display
18473 125 if @command{stdbuf} itself fails
18474 126 if @var{command} is found but cannot be invoked
18475 127 if @var{command} cannot be found
18476 the exit status of @var{command} otherwise
18477 @end display
18480 @node timeout invocation
18481 @section @command{timeout}: Run a command with a time limit
18483 @pindex timeout
18484 @cindex time limit
18485 @cindex run commands with bounded time
18487 @command{timeout} runs the given @var{command} and kills it if it is
18488 still running after the specified time interval.  Synopsis:
18490 @example
18491 timeout [@var{option}] @var{duration} @var{command} [@var{arg}]@dots{}
18492 @end example
18494 @var{command} must not be a special built-in utility (@pxref{Special
18495 built-in utilities}).
18497 The program accepts the following options.  Also see @ref{Common options}.
18498 Options must precede operands.
18500 @table @samp
18501 @item --preserve-status
18502 @opindex --preserve-status
18503 Return the exit status of the managed @var{command} on timeout, rather than
18504 a specific exit status indicating a timeout.  This is useful if the
18505 managed @var{command} supports running for an indeterminate amount of time.
18507 @item --foreground
18508 @opindex --foreground
18509 Don't create a separate background program group, so that
18510 the managed @var{command} can use the foreground TTY normally.
18511 This is needed to support two situations when timing out commands,
18512 when not invoking @command{timeout} from an interactive shell.
18513 @enumerate
18514 @item
18515 @var{command} is interactive and needs to read from the terminal for example
18516 @item
18517 the user wants to support sending signals directly to @var{command}
18518 from the terminal (like Ctrl-C for example)
18519 @end enumerate
18521 Note in this mode of operation, any children of @var{command}
18522 will not be timed out.  Also SIGCONT will not be sent to @var{command},
18523 as it's generally not needed with foreground processes, and can
18524 cause intermittent signal delivery issues with programs that are monitors
18525 themselves (like GDB for example).
18527 @item -k @var{duration}
18528 @itemx --kill-after=@var{duration}
18529 @opindex -k
18530 @opindex --kill-after
18531 Ensure the monitored @var{command} is killed by also sending a @samp{KILL}
18532 signal.
18534 The specified @var{duration} starts from the point in time when
18535 @command{timeout} sends the initial signal to @var{command}, i.e.,
18536 not from the beginning when the @var{command} is started.
18538 This option has no effect if either the main @var{duration}
18539 of the @command{timeout} command, or the @var{duration} specified
18540 to this option, is 0.
18542 This option may be useful if the selected signal did not kill the @var{command},
18543 either because the signal was blocked or ignored, or if the @var{command} takes
18544 too long (e.g. for cleanup work) to terminate itself within a certain amount
18545 of time.
18547 @item -s @var{signal}
18548 @itemx --signal=@var{signal}
18549 @opindex -s
18550 @opindex --signal
18551 Send this @var{signal} to @var{command} on timeout, rather than the
18552 default @samp{TERM} signal.  @var{signal} may be a name like @samp{HUP}
18553 or a number.  @xref{Signal specifications}.
18555 @item -v
18556 @itemx --verbose
18557 @opindex -v
18558 @opindex --verbose
18559 Diagnose to standard error, any signal sent upon timeout.
18560 @end table
18562 @cindex time units
18563 @var{duration} is a floating point number in either the current or the
18564 C locale (@pxref{Floating point}) followed by an optional unit:
18565 @display
18566 @samp{s} for seconds (the default)
18567 @samp{m} for minutes
18568 @samp{h} for hours
18569 @samp{d} for days
18570 @end display
18571 A duration of 0 disables the associated timeout.
18572 Note that the actual timeout duration is dependent on system conditions,
18573 which should be especially considered when specifying sub-second timeouts.
18575 @cindex exit status of @command{timeout}
18576 Exit status:
18578 @display
18579 124 if @var{command} times out, and @option{--preserve-status} is not specified
18580 125 if @command{timeout} itself fails
18581 126 if @var{command} is found but cannot be invoked
18582 127 if @var{command} cannot be found
18583 137 if @var{command} or @command{timeout} is sent the KILL(9) signal (128+9)
18584 the exit status of @var{command} otherwise
18585 @end display
18587 In the case of the @samp{KILL(9)} signal, @command{timeout} returns with
18588 exit status 137, regardless of whether that signal is sent to @var{command}
18589 or to @command{timeout} itself, i.e., these cases cannot be distinguished.
18590 In the latter case, the @var{command} process may still be alive after
18591 @command{timeout} has forcefully been terminated.
18593 Examples:
18595 @example
18596 # Send the default TERM signal after 20s to a short-living 'sleep 1'.
18597 # As that terminates long before the given duration, 'timeout' returns
18598 # with the same exit status as the command, 0 in this case.
18599 timeout 20 sleep 1
18601 # Send the INT signal after 5s to the 'sleep' command.  Returns after
18602 # 5 seconds with exit status 124 to indicate the sending of the signal.
18603 timeout -s INT 5 sleep 20
18605 # Likewise, but the command ignoring the INT signal due to being started
18606 # via 'env --ignore-signal'.  Thus, 'sleep' terminates regularly after
18607 # the full 20 seconds, still 'timeout' returns with exit status 124.
18608 timeout -s INT 5s env --ignore-signal=INT sleep 20
18610 # Likewise, but sending the KILL signal 3 seconds after the initial
18611 # INT signal.  Hence, 'sleep' is forcefully terminated after about
18612 # 8 seconds (5+3), and 'timeout' returns with an exit status of 137.
18613 timeout -s INT -k 3s 5s env --ignore-signal=INT sleep 20
18614 @end example
18616 @node Process control
18617 @chapter Process control
18619 @cindex processes, commands for controlling
18620 @cindex commands for controlling processes
18622 @menu
18623 * kill invocation::             Sending a signal to processes.
18624 @end menu
18627 @node kill invocation
18628 @section @command{kill}: Send a signal to processes
18630 @pindex kill
18631 @cindex send a signal to processes
18633 The @command{kill} command sends a signal to processes, causing them
18634 to terminate or otherwise act upon receiving the signal in some way.
18635 Alternatively, it lists information about signals.  Synopses:
18637 @example
18638 kill [-s @var{signal} | --signal @var{signal} | -@var{signal}] @var{pid}@dots{}
18639 kill [-l | --list | -t | --table] [@var{signal}]@dots{}
18640 @end example
18642 @mayConflictWithShellBuiltIn{kill}
18644 The first form of the @command{kill} command sends a signal to all
18645 @var{pid} arguments.  The default signal to send if none is specified
18646 is @samp{TERM}@.  The special signal number @samp{0} does not denote a
18647 valid signal, but can be used to test whether the @var{pid} arguments
18648 specify processes to which a signal could be sent.
18650 If @var{pid} is positive, the signal is sent to the process with the
18651 process ID @var{pid}.  If @var{pid} is zero, the signal is sent to all
18652 processes in the process group of the current process.  If @var{pid}
18653 is @minus{}1, the signal is sent to all processes for which the user has
18654 permission to send a signal.  If @var{pid} is less than @minus{}1, the signal
18655 is sent to all processes in the process group that equals the absolute
18656 value of @var{pid}.
18658 If @var{pid} is not positive, a system-dependent set of system
18659 processes is excluded from the list of processes to which the signal
18660 is sent.
18662 If a negative @var{pid} argument is desired as the first one, it
18663 should be preceded by @option{--}.  However, as a common extension to
18664 POSIX, @option{--} is not required with @samp{kill
18665 -@var{signal} -@var{pid}}.  The following commands are equivalent:
18667 @example
18668 kill -15 -1
18669 kill -TERM -1
18670 kill -s TERM -- -1
18671 kill -- -1
18672 @end example
18674 The first form of the @command{kill} command succeeds if every @var{pid}
18675 argument specifies at least one process that the signal was sent to.
18677 The second form of the @command{kill} command lists signal information.
18678 Either the @option{-l} or @option{--list} option, or the @option{-t}
18679 or @option{--table} option must be specified.  Without any
18680 @var{signal} argument, all supported signals are listed.  The output
18681 of @option{-l} or @option{--list} is a list of the signal names, one
18682 per line; if @var{signal} is already a name, the signal number is
18683 printed instead.  The output of @option{-t} or @option{--table} is a
18684 table of signal numbers, names, and descriptions.  This form of the
18685 @command{kill} command succeeds if all @var{signal} arguments are valid
18686 and if there is no output error.
18688 The @command{kill} command also supports the @option{--help} and
18689 @option{--version} options.  @xref{Common options}.
18691 A @var{signal} may be a signal name like @samp{HUP}, or a signal
18692 number like @samp{1}, or an exit status of a process terminated by the
18693 signal.  A signal name can be given in canonical form or prefixed by
18694 @samp{SIG}@.  The case of the letters is ignored, except for the
18695 @option{-@var{signal}} option which must use upper case to avoid
18696 ambiguity with lower case option letters.
18697 @xref{Signal specifications}, for a list of supported
18698 signal names and numbers.
18700 @node Delaying
18701 @chapter Delaying
18703 @cindex delaying commands
18704 @cindex commands for delaying
18706 @c Perhaps @command{wait} or other commands should be described here also?
18708 @menu
18709 * sleep invocation::            Delay for a specified time.
18710 @end menu
18713 @node sleep invocation
18714 @section @command{sleep}: Delay for a specified time
18716 @pindex sleep
18717 @cindex delay for a specified time
18719 @command{sleep} pauses for an amount of time specified by the sum of
18720 the values of the command line arguments.
18721 Synopsis:
18723 @example
18724 sleep @var{number}[smhd]@dots{}
18725 @end example
18727 @cindex time units
18728 Each argument is a non-negative number followed by an optional unit; the default
18729 is seconds.  The units are:
18731 @table @samp
18732 @item s
18733 seconds
18734 @item m
18735 minutes
18736 @item h
18737 hours
18738 @item d
18739 days
18740 @end table
18742 Although portable POSIX scripts must give @command{sleep} a single
18743 non-negative integer argument without a suffix, GNU @command{sleep}
18744 also accepts two or more arguments, unit suffixes, and floating-point
18745 numbers in either the current or the C locale.  @xref{Floating point}.
18747 For instance, the following could be used to @command{sleep} for
18748 1 second, 234 milli-, 567 micro- and 890 nanoseconds:
18750 @example
18751 sleep 1234e-3 567.89e-6
18752 @end example
18754 Also one could sleep indefinitely like:
18756 @example
18757 sleep inf
18758 @end example
18760 The only options are @option{--help} and @option{--version}.  @xref{Common
18761 options}.
18763 @c sleep is a shell built-in at least with Solaris 11's /bin/sh
18764 @mayConflictWithShellBuiltIn{sleep}
18766 @exitstatus
18769 @node Numeric operations
18770 @chapter Numeric operations
18772 @cindex numeric operations
18773 These programs do numerically-related operations.
18775 @menu
18776 * factor invocation::              Show factors of numbers.
18777 * numfmt invocation::              Reformat numbers.
18778 * seq invocation::                 Print sequences of numbers.
18779 @end menu
18782 @node factor invocation
18783 @section @command{factor}: Print prime factors
18785 @pindex factor
18786 @cindex prime factors
18788 @command{factor} prints prime factors.  Synopsis:
18790 @example
18791 factor [@var{option}]@dots{} [@var{number}]@dots{}
18792 @end example
18794 If no @var{number} is specified on the command line, @command{factor} reads
18795 numbers from standard input, delimited by newlines, tabs, or spaces.
18797 The program accepts the following options.  Also see @ref{Common options}.
18799 @table @samp
18800 @item -h
18801 @itemx --exponents
18802 @opindex -h
18803 @opindex --exponents
18804 print factors in the form @math{p^e}, rather than repeating
18805 the prime @samp{p}, @samp{e} times. If the exponent @samp{e} is 1,
18806 then it is omitted.
18808 @example
18809 $ factor --exponents 3000
18810 3000: 2^3 3 5^3
18811 @end example
18812 @end table
18814 If the number to be factored is small (less than @math{2^{127}} on
18815 typical machines), @command{factor} uses a faster algorithm.
18816 For example, on a circa-2017 Intel Xeon Silver 4116, factoring the
18817 product of the eighth and ninth Mersenne primes (approximately
18818 @math{2^{92}}) takes about 4 ms of CPU time:
18820 @example
18821 $ M8=$(echo 2^31-1 | bc)
18822 $ M9=$(echo 2^61-1 | bc)
18823 $ n=$(echo "$M8 * $M9" | bc)
18824 $ bash -c "time factor $n"
18825 4951760154835678088235319297: 2147483647 2305843009213693951
18827 real    0m0.004s
18828 user    0m0.004s
18829 sys     0m0.000s
18830 @end example
18832 For larger numbers, @command{factor} uses a slower algorithm.  On the
18833 same platform, factoring the eighth Fermat number @math{2^{256} + 1}
18834 takes about 14 seconds, and the slower algorithm would have taken
18835 about 750 ms to factor @math{2^{127} - 3} instead of the 50 ms needed by
18836 the faster algorithm.
18838 Factoring large numbers is, in general, hard.  The Pollard-Brent rho
18839 algorithm used by @command{factor} is particularly effective for
18840 numbers with relatively small factors.  If you wish to factor large
18841 numbers which do not have small factors (for example, numbers which
18842 are the product of two large primes), other methods are far better.
18844 @exitstatus
18847 @node numfmt invocation
18848 @section @command{numfmt}: Reformat numbers
18850 @pindex numfmt
18852 @command{numfmt} reads numbers in various representations and reformats them
18853 as requested.  The most common usage is converting numbers to/from @emph{human}
18854 representation (e.g. @samp{4G} @expansion{} @samp{4,000,000,000}).
18856 @example
18857 numfmt [@var{option}]@dots{} [@var{number}]
18858 @end example
18860 @command{numfmt} converts each @var{number} on the command-line according to the
18861 specified options (see below).  If no @var{number}s are given, it reads numbers
18862 from standard input.  @command{numfmt} can optionally extract numbers from
18863 specific columns, maintaining proper line padding and alignment.
18865 @exitstatus
18867 See @option{--invalid} for additional information regarding exit status.
18869 @subsection General options
18871 The program accepts the following options.  Also see @ref{Common options}.
18873 @table @samp
18875 @item --debug
18876 @opindex --debug
18877 Print (to standard error) warning messages about possible erroneous usage.
18879 @item -d @var{d}
18880 @itemx --delimiter=@var{d}
18881 @opindex -d
18882 @opindex --delimiter
18883 Use the character @var{d} as input field separator (default: whitespace).
18884 @emph{Note}: Using non-default delimiter turns off automatic padding.
18886 @item --field=@var{fields}
18887 @opindex --field
18888 Convert the number in input field @var{fields} (default: 1).
18889 @var{fields} supports @command{cut} style field ranges:
18891 @example
18892 N    N'th field, counted from 1
18893 N-   from N'th field, to end of line
18894 N-M  from N'th to M'th field (inclusive)
18895 -M   from first to M'th field (inclusive)
18896 -    all fields
18897 @end example
18900 @item --format=@var{format}
18901 @opindex --format
18902 Use printf-style floating FORMAT string.  The @var{format} string must contain
18903 one @samp{%f} directive, optionally with @samp{'}, @samp{-}, @samp{0}, width
18904 or precision modifiers.  The @samp{'} modifier will enable @option{--grouping},
18905 the @samp{-} modifier will enable left-aligned @option{--padding} and the width
18906 modifier will enable right-aligned @option{--padding}.  The @samp{0} width
18907 modifier (without the @samp{-} modifier) will generate leading zeros on the
18908 number, up to the specified width.  A precision specification like @samp{%.1f}
18909 will override the precision determined from the input data or set due to
18910 @option{--to} option auto scaling.
18912 @item --from=@var{unit}
18913 @opindex --from
18914 Auto-scales input numbers according to @var{unit}.  See UNITS below.
18915 The default is no scaling, meaning suffixes (e.g. @samp{M}, @samp{G}) will
18916 trigger an error.
18918 @item --from-unit=@var{n}
18919 @opindex --from-unit
18920 Specify the input unit size (instead of the default 1).  Use this option when
18921 the input numbers represent other units (e.g. if the input number @samp{10}
18922 represents 10 units of 512 bytes, use @samp{--from-unit=512}).
18923 Suffixes are handled as with @samp{--from=auto}.
18925 @item --grouping
18926 @opindex --grouping
18927 Group digits in output numbers according to the current locale's grouping rules
18928 (e.g @emph{Thousands Separator} character, commonly @samp{.} (dot) or @samp{,}
18929 comma).  This option has no effect in @samp{POSIX/C} locale.
18931 @item --header[=@var{n}]
18932 @opindex --header
18933 @opindex --header=N
18934 Print the first @var{n} (default: 1) lines without any conversion.
18936 @item --invalid=@var{mode}
18937 @opindex --invalid
18938 The default action on input errors is to exit immediately with status code 2.
18939 @option{--invalid=@samp{abort}} explicitly specifies this default mode.
18940 With a @var{mode} of @samp{fail}, print a warning for @emph{each} conversion
18941 error, and exit with status 2.  With a @var{mode} of @samp{warn}, exit with
18942 status 0, even in the presence of conversion errors, and with a @var{mode} of
18943 @samp{ignore} do not even print diagnostics.
18945 @item --padding=@var{n}
18946 @opindex --padding
18947 Pad the output numbers to @var{n} characters, by adding spaces.  If @var{n} is
18948 a positive number, numbers will be right-aligned.  If @var{n} is a negative
18949 number, numbers will be left-aligned.  By default, numbers are automatically
18950 aligned based on the input line's width (only with the default delimiter).
18952 @item --round=@var{method}
18953 @opindex --round
18954 @opindex --round=up
18955 @opindex --round=down
18956 @opindex --round=from-zero
18957 @opindex --round=towards-zero
18958 @opindex --round=nearest
18959 When converting number representations, round the number according to
18960 @var{method}, which can be @samp{up}, @samp{down},
18961 @samp{from-zero} (the default), @samp{towards-zero}, @samp{nearest}.
18963 @item --suffix=@var{suffix}
18964 @opindex --suffix
18965 Add @samp{SUFFIX} to the output numbers, and accept optional @samp{SUFFIX} in
18966 input numbers.
18968 @item --to=@var{unit}
18969 @opindex --to
18970 Auto-scales output numbers according to @var{unit}.  See @emph{Units} below.
18971 The default is no scaling, meaning all the digits of the number are printed.
18973 @item --to-unit=@var{n}
18974 @opindex --to-unit
18975 Specify the output unit size (instead of the default 1).  Use this option when
18976 the output numbers represent other units (e.g. to represent @samp{4,000,000}
18977 bytes in blocks of 1KB, use @samp{--to=si --to-unit=1000}).
18978 Suffixes are handled as with @samp{--from=auto}.
18980 @optZeroTerminated
18981 @newlineFieldSeparator
18983 @end table
18985 @subsection Possible @var{unit}s:
18987 The following are the possible @var{unit} options with @option{--from=UNITS} and
18988 @option{--to=UNITS}:
18990 @table @var
18992 @item none
18993 No scaling is performed.  For input numbers, no suffixes are accepted, and any
18994 trailing characters following the number will trigger an error.  For output
18995 numbers, all digits of the numbers will be printed.
18997 @item si
18998 Auto-scale numbers according to the @emph{International System of Units (SI)}
18999 standard.
19000 For input numbers, accept one of the following suffixes.
19001 For output numbers, values larger than 1000 will be rounded, and printed with
19002 one of the following suffixes:
19004 @example
19005 @samp{K}  =>  @math{1000^1 = 10^3} (Kilo)
19006 @samp{M}  =>  @math{1000^2 = 10^6} (Mega)
19007 @samp{G}  =>  @math{1000^3 = 10^9} (Giga)
19008 @samp{T}  =>  @math{1000^4 = 10^{12}} (Tera)
19009 @samp{P}  =>  @math{1000^5 = 10^{15}} (Peta)
19010 @samp{E}  =>  @math{1000^6 = 10^{18}} (Exa)
19011 @samp{Z}  =>  @math{1000^7 = 10^{21}} (Zetta)
19012 @samp{Y}  =>  @math{1000^8 = 10^{24}} (Yotta)
19013 @samp{R}  =>  @math{1000^9 = 10^{27}} (Ronna)
19014 @samp{Q}  =>  @math{1000^{10} = 10^{30}} (Quetta)
19015 @end example
19017 @item iec
19018 Auto-scale numbers according to the @emph{International Electrotechnical
19019 Commission (IEC)} standard.
19020 For input numbers, accept one of the following suffixes.
19021 For output numbers, values larger than 1024 will be rounded, and printed with
19022 one of the following suffixes:
19024 @example
19025 @samp{K}  =>  @math{1024^1 = 2^{10}} (Kibi)
19026 @samp{M}  =>  @math{1024^2 = 2^{20}} (Mebi)
19027 @samp{G}  =>  @math{1024^3 = 2^{30}} (Gibi)
19028 @samp{T}  =>  @math{1024^4 = 2^{40}} (Tebi)
19029 @samp{P}  =>  @math{1024^5 = 2^{50}} (Pebi)
19030 @samp{E}  =>  @math{1024^6 = 2^{60}} (Exbi)
19031 @samp{Z}  =>  @math{1024^7 = 2^{70}} (Zebi)
19032 @samp{Y}  =>  @math{1024^8 = 2^{80}} (Yobi)
19033 @samp{R}  =>  @math{1024^9 = 2^{90}} (Robi)
19034 @samp{Q}  =>  @math{1024^{10} = 2^{100}} (Quebi)
19035 @end example
19037 The @option{iec} option uses a single letter suffix (e.g. @samp{G}), which is
19038 not fully standard, as the @emph{iec} standard recommends a two-letter symbol
19039 (e.g @samp{Gi}) -- but in practice, this method is common.  Compare with
19040 the @option{iec-i} option.
19042 @item iec-i
19043 Auto-scale numbers according to the @emph{International Electrotechnical
19044 Commission (IEC)} standard.
19045 For input numbers, accept one of the following suffixes.
19046 For output numbers, values larger than 1024 will be rounded, and printed with
19047 one of the following suffixes:
19049 @example
19050 @samp{Ki}  =>  @math{1024^1 = 2^{10}} (Kibi)
19051 @samp{Mi}  =>  @math{1024^2 = 2^{20}} (Mebi)
19052 @samp{Gi}  =>  @math{1024^3 = 2^{30}} (Gibi)
19053 @samp{Ti}  =>  @math{1024^4 = 2^{40}} (Tebi)
19054 @samp{Pi}  =>  @math{1024^5 = 2^{50}} (Pebi)
19055 @samp{Ei}  =>  @math{1024^6 = 2^{60}} (Exbi)
19056 @samp{Zi}  =>  @math{1024^7 = 2^{70}} (Zebi)
19057 @samp{Yi}  =>  @math{1024^8 = 2^{80}} (Yobi)
19058 @samp{Ri}  =>  @math{1024^9 = 2^{90}} (Robi)
19059 @samp{Qi}  =>  @math{1024^{10} = 2^{100}} (Quebi)
19060 @end example
19062 The @option{iec-i} option uses a two-letter suffix symbol (e.g. @samp{Gi}),
19063 as the @emph{iec} standard recommends, but this is not always common in
19064 practice.  Compare with the @option{iec} option.
19066 @item auto
19067 @samp{auto} can only be used with @option{--from}.  With this method, numbers
19068 with single-letter suffixes like @samp{K}
19069 suffixes are interpreted as @emph{SI} values, and numbers with
19070 two-letter suffixes like @samp{Ki}
19071 are interpreted as @emph{IEC} values.
19073 @end table
19075 @subsection Examples of using @command{numfmt}
19077 Converting a single number from/to @emph{human} representation:
19078 @example
19079 $ numfmt --to=si 500000
19080 500K
19082 $ numfmt --to=iec 500000
19083 489K
19085 $ numfmt --to=iec-i 500000
19086 489Ki
19088 $ numfmt --from=si 1M
19089 1000000
19091 $ numfmt --from=iec 1M
19092 1048576
19094 # with '--from=auto', M=Mega, Mi=Mebi
19095 $ numfmt --from=auto 1M
19096 1000000
19097 $ numfmt --from=auto 1Mi
19098 1048576
19099 @end example
19101 Converting from @samp{SI} to @samp{IEC} scales (e.g. when a drive's capacity is
19102 advertised as @samp{1TB}, while checking the drive's capacity gives lower
19103 values):
19105 @example
19106 $ numfmt --from=si --to=iec 1T
19107 932G
19108 @end example
19110 With both input and output scales specified,
19111 the largest defined prefixes are supported:
19113 @example
19114 $ numfmt --from=si --to=iec-i 2000R
19115 1.6Qi
19116 @end example
19118 Converting a single field from an input file / piped input (these contrived
19119 examples are for demonstration purposes only, as both @command{ls} and
19120 @command{df} support the @option{--human-readable} option to
19121 output sizes in human-readable format):
19123 @example
19124 # Third field (file size) will be shown in SI representation
19125 $ ls -log | numfmt --field 3 --header --to=si | head -n4
19126 -rw-r--r--  1     94K Aug 23  2011 ABOUT-NLS
19127 -rw-r--r--  1    3.7K Jan  7 16:15 AUTHORS
19128 -rw-r--r--  1     36K Jun  1  2011 COPYING
19129 -rw-r--r--  1       0 Jan  7 15:15 ChangeLog
19131 # Second field (size) will be shown in IEC representation
19132 $ df --block-size=1 | numfmt --field 2 --header --to=iec | head -n4
19133 File system   1B-blocks        Used  Available Use% Mounted on
19134 rootfs             132G   104741408   26554036  80% /
19135 tmpfs              794M        7580     804960   1% /run/shm
19136 /dev/sdb1          694G   651424756   46074696  94% /home
19137 @end example
19140 Output can be tweaked using @option{--padding} or @option{--format}:
19142 @example
19143 # Pad to 10 characters, right-aligned
19144 $ du -s * | numfmt --to=si --padding=10
19145       2.5K config.log
19146        108 config.status
19147       1.7K configure
19148         20 configure.ac
19150 # Pad to 10 characters, left-aligned
19151 $ du -s * | numfmt --to=si --padding=-10
19152 2.5K       config.log
19153 108        config.status
19154 1.7K       configure
19155 20         configure.ac
19157 # Pad to 10 characters, left-aligned, using 'format'
19158 $ du -s * | numfmt --to=si --format="%10f"
19159       2.5K config.log
19160        108 config.status
19161       1.7K configure
19162         20 configure.ac
19164 # Pad to 10 characters, left-aligned, using 'format'
19165 $ du -s * | numfmt --to=si --padding="%-10f"
19166 2.5K       config.log
19167 108        config.status
19168 1.7K       configure
19169 20         configure.ac
19170 @end example
19172 With locales that support grouping digits, using @option{--grouping} or
19173 @option{--format} enables grouping.  In @samp{POSIX} locale, grouping is
19174 silently ignored:
19176 @example
19177 $ LC_ALL=C numfmt --from=iec --grouping 2G
19178 2147483648
19180 $ LC_ALL=en_US.utf8 numfmt --from=iec --grouping 2G
19181 2,147,483,648
19183 $ LC_ALL=ta_IN numfmt --from=iec --grouping 2G
19184 2,14,74,83,648
19186 $ LC_ALL=C numfmt --from=iec --format="==%'15f==" 2G
19187 ==     2147483648==
19189 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'15f==" 2G
19190 ==  2,147,483,648==
19192 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'-15f==" 2G
19193 ==2,147,483,648  ==
19195 $ LC_ALL=ta_IN numfmt --from=iec --format="==%'15f==" 2G
19196 == 2,14,74,83,648==
19197 @end example
19200 @node seq invocation
19201 @section @command{seq}: Print numeric sequences
19203 @pindex seq
19204 @cindex numeric sequences
19205 @cindex sequence of numbers
19207 @command{seq} prints a sequence of numbers to standard output.  Synopses:
19209 @example
19210 seq [@var{option}]@dots{} @var{last}
19211 seq [@var{option}]@dots{} @var{first} @var{last}
19212 seq [@var{option}]@dots{} @var{first} @var{increment} @var{last}
19213 @end example
19215 @command{seq} prints the numbers from @var{first} to @var{last} by
19216 @var{increment}.  By default, each number is printed on a separate line.
19217 When @var{increment} is not specified, it defaults to @samp{1},
19218 even when @var{first} is larger than @var{last}.
19219 @var{first} also defaults to @samp{1}.  So @code{seq 1} prints
19220 @samp{1}, but @code{seq 0} and @code{seq 10 5} produce no output.
19221 The sequence of numbers ends when the sum of the current number and
19222 @var{increment} would become greater than @var{last},
19223 so @code{seq 1 10 10} only produces @samp{1}.
19224 @var{increment} must not be @samp{0}; use the tool @command{yes} to get
19225 repeated output of a constant number.
19226 @var{first}, @var{increment} and @var{last} must not be @code{NaN},
19227 but @code{inf} is supported.
19228 Floating-point numbers may be specified in either the current or
19229 the C locale.  @xref{Floating point}.
19231 The program accepts the following options.  Also see @ref{Common options}.
19232 Options must precede operands.
19234 @table @samp
19235 @item -f @var{format}
19236 @itemx --format=@var{format}
19237 @opindex -f
19238 @opindex --format
19239 @cindex formatting of numbers in @command{seq}
19240 Print all numbers using @var{format}.
19241 @var{format} must contain exactly one of the @samp{printf}-style
19242 floating point conversion specifications @samp{%a}, @samp{%e},
19243 @samp{%f}, @samp{%g}, @samp{%A}, @samp{%E}, @samp{%F}, @samp{%G}@.
19244 The @samp{%} may be followed by zero or more flags taken from the set
19245 @samp{-+#0 '}, then an optional width containing one or more digits,
19246 then an optional precision consisting of a @samp{.} followed by zero
19247 or more digits.  @var{format} may also contain any number of @samp{%%}
19248 conversion specifications.  All conversion specifications have the
19249 same meaning as with @samp{printf}.
19251 The default format is derived from @var{first}, @var{step}, and
19252 @var{last}.  If these all use a fixed point decimal representation,
19253 the default format is @samp{%.@var{p}f}, where @var{p} is the minimum
19254 precision that can represent the output numbers exactly.  Otherwise,
19255 the default format is @samp{%g}.
19257 @item -s @var{string}
19258 @itemx --separator=@var{string}
19259 @opindex -s
19260 @opindex --separator
19261 @cindex separator for numbers in @command{seq}
19262 Separate numbers with @var{string}; default is a newline.
19263 The output always terminates with a newline.
19265 @item -w
19266 @itemx --equal-width
19267 @opindex -w
19268 @opindex --equal-width
19269 Print all numbers with the same width, by padding with leading zeros.
19270 @var{first}, @var{step}, and @var{last} should all use a fixed point
19271 decimal representation.
19272 (To have other kinds of padding, use @option{--format}).
19274 @end table
19276 You can get finer-grained control over output with @option{-f}:
19278 @example
19279 $ seq -f '(%9.2E)' -9e5 1.1e6 1.3e6
19280 (-9.00E+05)
19281 ( 2.00E+05)
19282 ( 1.30E+06)
19283 @end example
19285 If you want hexadecimal integer output, you can use @command{printf}
19286 to perform the conversion:
19288 @example
19289 $ printf '%x\n' $(seq 1048575 1024 1050623)
19290 fffff
19291 1003ff
19292 1007ff
19293 @end example
19295 For very long lists of numbers, use xargs to avoid
19296 system limitations on the length of an argument list:
19298 @example
19299 $ seq 1000000 | xargs printf '%x\n' | tail -n 3
19300 f423e
19301 f423f
19302 f4240
19303 @end example
19305 To generate octal output, use the printf @code{%o} format instead
19306 of @code{%x}.
19308 On most systems, seq can produce whole-number output for values up to
19309 at least @math{2^{53}}.  Larger integers are approximated.  The details
19310 differ depending on your floating-point implementation.
19311 @xref{Floating point}.  A common
19312 case is that @command{seq} works with integers through @math{2^{64}},
19313 and larger integers may not be numerically correct:
19315 @example
19316 $ seq 50000000000000000000 2 50000000000000000004
19317 50000000000000000000
19318 50000000000000000000
19319 50000000000000000004
19320 @end example
19322 However, note that when limited to non-negative whole numbers,
19323 an increment of less than 200, and no format-specifying option,
19324 seq can print arbitrarily large numbers.
19325 Therefore @command{seq inf} can be used to
19326 generate an infinite sequence of numbers.
19328 Be careful when using @command{seq} with outlandish values: otherwise
19329 you may see surprising results, as @command{seq} uses floating point
19330 internally.  For example, on the x86 platform, where the internal
19331 representation uses a 64-bit fraction, the command:
19333 @example
19334 seq 1 0.0000000000000000001 1.0000000000000000009
19335 @end example
19337 outputs 1.0000000000000000007 twice and skips 1.0000000000000000008.
19339 @exitstatus
19342 @node File permissions
19343 @chapter File permissions
19344 @include perm.texi
19347 @node File timestamps
19348 @chapter File timestamps
19350 @cindex atime
19351 @cindex birthtime
19352 @cindex ctime
19353 @cindex mtime
19354 Standard POSIX files have three timestamps: the access timestamp
19355 (atime) of the last read, the modification timestamp (mtime) of the
19356 last write, and the status change timestamp (ctime) of the last change
19357 to the file's meta-information.  Some file systems support a
19358 fourth time: the birth timestamp (birthtime) of when the file was
19359 created; by definition, birthtime never changes.
19361 One common example of a ctime change is when the permissions of a file
19362 change.  Changing the permissions doesn't access the file, so atime
19363 doesn't change, nor does it modify the file, so the mtime doesn't
19364 change.  Yet, something about the file itself has changed, and this
19365 must be noted somewhere.  This is the job of the ctime field.  This is
19366 necessary, so that, for example, a backup program can make a fresh
19367 copy of the file, including the new permissions value.  Another
19368 operation that modifies a file's ctime without affecting the others is
19369 renaming.
19371 Naively, a file's atime, mtime, and ctime are set to the current time
19372 whenever you read, write, or change the attributes of the file
19373 respectively, and searching a directory counts as reading it.  A
19374 file's atime and mtime can also be set directly, via the
19375 @command{touch} command (@pxref{touch invocation}).  In practice,
19376 though, timestamps are not updated quite that way.
19378 For efficiency reasons, many systems are lazy about updating atimes:
19379 when a program accesses a file, they may delay updating the file's
19380 atime, or may not update the file's atime if the file has been
19381 accessed recently, or may not update the atime at all.  Similar
19382 laziness, though typically not quite so extreme, applies to mtimes and
19383 ctimes.
19385 Some systems emulate timestamps instead of supporting them directly,
19386 and these emulations may disagree with the naive interpretation.  For
19387 example, a system may fake an atime or ctime by using the mtime.
19389 @cindex clock skew
19390 The determination of what time is ``current'' depends on the
19391 platform.  Platforms with network file systems often use different
19392 clocks for the operating system and for file systems; because
19393 updates typically uses file systems' clocks by default, clock
19394 skew can cause the resulting file timestamps to appear to be in a
19395 program's ``future'' or ``past''.
19397 @cindex file timestamp resolution
19398 When the system updates a file timestamp to a desired time @var{t}
19399 (which is either the current time, or a time specified via the
19400 @command{touch} command), there are several reasons the file's
19401 timestamp may be set to a value that differs from @var{t}.  First,
19402 @var{t} may have a higher resolution than supported.  Second, a file
19403 system may use different resolutions for different types of times.
19404 Third, file timestamps may use a different resolution than operating
19405 system timestamps.  Fourth, the operating system primitives used to
19406 update timestamps may employ yet a different resolution.  For example,
19407 in theory a file system might use 10-microsecond resolution for access
19408 timestamp and 100-nanosecond resolution for modification timestamp, and the
19409 operating system might use nanosecond resolution for the current time
19410 and microsecond resolution for the primitive that @command{touch} uses
19411 to set a file's timestamp to an arbitrary value.
19414 @include parse-datetime.texi
19416 @include sort-version.texi
19418 @c              What's GNU?
19419 @c              Arnold Robbins
19420 @node Opening the software toolbox
19421 @chapter Opening the Software Toolbox
19423 An earlier version of this chapter appeared in
19424 @uref{https://www.linuxjournal.com/article.php?sid=2762, the
19425 @cite{What's GNU@?} column of the June 1994 @cite{Linux Journal}}.
19426 It was written by Arnold Robbins.
19428 @menu
19429 * Toolbox introduction::        Toolbox introduction
19430 * I/O redirection::             I/O redirection
19431 * The who command::             The @command{who} command
19432 * The cut command::             The @command{cut} command
19433 * The sort command::            The @command{sort} command
19434 * The uniq command::            The @command{uniq} command
19435 * Putting the tools together::  Putting the tools together
19436 @end menu
19439 @node Toolbox introduction
19440 @unnumberedsec Toolbox Introduction
19442 This month's column is only peripherally related to the GNU Project, in
19443 that it describes a number of the GNU tools on your GNU/Linux system
19444 and how they
19445 might be used.  What it's really about is the ``Software Tools'' philosophy
19446 of program development and usage.
19448 The software tools philosophy was an important and integral concept
19449 in the initial design and development of Unix (of which GNU/Linux and GNU are
19450 essentially clones).  Unfortunately, in the modern day press of
19451 Internetworking and flashy GUIs, it seems to have fallen by the
19452 wayside.  This is a shame, since it provides a powerful mental model
19453 for solving many kinds of problems.
19455 Many people carry a Swiss Army knife around in their pants pockets (or
19456 purse).  A Swiss Army knife is a handy tool to have: it has several knife
19457 blades, a screwdriver, tweezers, toothpick, nail file, corkscrew, and perhaps
19458 a number of other things on it.  For the everyday, small miscellaneous jobs
19459 where you need a simple, general purpose tool, it's just the thing.
19461 On the other hand, an experienced carpenter doesn't build a house using
19462 a Swiss Army knife.  Instead, he has a toolbox chock full of specialized
19463 tools -- a saw, a hammer, a screwdriver, a plane, and so on.  And he knows
19464 exactly when and where to use each tool; you won't catch him hammering nails
19465 with the handle of his screwdriver.
19467 The Unix developers at Bell Labs were all professional programmers and trained
19468 computer scientists.  They had found that while a one-size-fits-all program
19469 might appeal to a user because there's only one program to use, in practice
19470 such programs are
19472 @enumerate a
19473 @item
19474 difficult to write,
19476 @item
19477 difficult to maintain and
19478 debug, and
19480 @item
19481 difficult to extend to meet new situations.
19482 @end enumerate
19484 Instead, they felt that programs should be specialized tools.  In short, each
19485 program ``should do one thing well.''  No more and no less.  Such programs are
19486 simpler to design, write, and get right -- they only do one thing.
19488 Furthermore, they found that with the right machinery for hooking programs
19489 together, that the whole was greater than the sum of the parts.  By combining
19490 several special purpose programs, you could accomplish a specific task
19491 that none of the programs was designed for, and accomplish it much more
19492 quickly and easily than if you had to write a special purpose program.
19493 We will see some (classic) examples of this further on in the column.
19494 (An important additional point was that, if necessary, take a detour
19495 and build any software tools you may need first, if you don't already
19496 have something appropriate in the toolbox.)
19498 @node I/O redirection
19499 @unnumberedsec I/O Redirection
19501 Hopefully, you are familiar with the basics of I/O redirection in the
19502 shell, in particular the concepts of ``standard input,'' ``standard output,''
19503 and ``standard error''.  Briefly, ``standard input'' is a data source, where
19504 data comes from.  A program should not need to either know or care if the
19505 data source is a regular file, a keyboard, a magnetic tape, or even a punched
19506 card reader.  Similarly, ``standard output'' is a data sink, where data goes
19507 to.  The program should neither know nor care where this might be.
19508 Programs that only read their standard input, do something to the data,
19509 and then send it on, are called @dfn{filters}, by analogy to filters in a
19510 water pipeline.
19512 With the Unix shell, it's very easy to set up data pipelines:
19514 @example
19515 program_to_create_data | filter1 | ... | filterN > final.pretty.data
19516 @end example
19518 We start out by creating the raw data; each filter applies some successive
19519 transformation to the data, until by the time it comes out of the pipeline,
19520 it is in the desired form.
19522 This is fine and good for standard input and standard output.  Where does the
19523 standard error come in to play?  Well, think about @command{filter1} in
19524 the pipeline above.  What happens if it encounters an error in the data it
19525 sees?  If it writes an error message to standard output, it will just
19526 disappear down the pipeline into @command{filter2}'s input, and the
19527 user will probably never see it.  So programs need a place where they can send
19528 error messages so that the user will notice them.  This is standard error,
19529 and it is usually connected to your console or window, even if you have
19530 redirected standard output of your program away from your screen.
19532 For filter programs to work together, the format of the data has to be
19533 agreed upon.  The most straightforward and easiest format to use is simply
19534 lines of text.  Unix data files are generally just streams of bytes, with
19535 lines delimited by the ASCII LF (Line Feed) character,
19536 conventionally called a ``newline'' in the Unix literature.  (This is
19537 @code{'\n'} if you're a C programmer.)  This is the format used by all
19538 the traditional filtering programs.  (Many earlier operating systems
19539 had elaborate facilities and special purpose programs for managing
19540 binary data.  Unix has always shied away from such things, under the
19541 philosophy that it's easiest to simply be able to view and edit your
19542 data with a text editor.)
19544 OK, enough introduction.  Let's take a look at some of the tools, and then
19545 we'll see how to hook them together in interesting ways.   In the following
19546 discussion, we will only present those command line options that interest
19547 us.  As you should always do, double check your system documentation
19548 for the full story.
19550 @node The who command
19551 @unnumberedsec The @command{who} Command
19553 The first program is the @command{who} command.  By itself, it generates a
19554 list of the users who are currently logged in.  Although I'm writing
19555 this on a single-user system, we'll pretend that several people are
19556 logged in:
19558 @example
19559 $ who
19560 @print{} arnold   console Jan 22 19:57
19561 @print{} miriam   ttyp0   Jan 23 14:19(:0.0)
19562 @print{} bill     ttyp1   Jan 21 09:32(:0.0)
19563 @print{} arnold   ttyp2   Jan 23 20:48(:0.0)
19564 @end example
19566 Here, the @samp{$} is the usual shell prompt, at which I typed @samp{who}.
19567 There are three people logged in, and I am logged in twice.  On traditional
19568 Unix systems, user names are never more than eight characters long.  This
19569 little bit of trivia will be useful later.  The output of @command{who} is nice,
19570 but the data is not all that exciting.
19572 @node The cut command
19573 @unnumberedsec The @command{cut} Command
19575 The next program we'll look at is the @command{cut} command.  This program
19576 cuts out columns or fields of input data.  For example, we can tell it
19577 to print just the login name and full name from the @file{/etc/passwd}
19578 file.  The @file{/etc/passwd} file has seven fields, separated by
19579 colons:
19581 @example
19582 arnold:xyzzy:2076:10:Arnold D. Robbins:/home/arnold:/bin/bash
19583 @end example
19585 To get the first and fifth fields, we would use @command{cut} like this:
19587 @example
19588 $ cut -d: -f1,5 /etc/passwd
19589 @print{} root:Operator
19590 @dots{}
19591 @print{} arnold:Arnold D. Robbins
19592 @print{} miriam:Miriam A. Robbins
19593 @dots{}
19594 @end example
19596 With the @option{-c} option, @command{cut} will cut out specific characters
19597 (i.e., columns) in the input lines.  This is useful for input data
19598 that has fixed width fields, and does not have a field separator.  For
19599 example, list the Monday dates for the current month:
19601 @c Is using cal ok?  Looked at gcal, but I don't like it.
19602 @example
19603 $ cal | cut -c 3-5
19604 @print{}Mo
19605 @print{}
19606 @print{}  6
19607 @print{} 13
19608 @print{} 20
19609 @print{} 27
19610 @end example
19612 @node The sort command
19613 @unnumberedsec The @command{sort} Command
19615 Next we'll look at the @command{sort} command.  This is one of the most
19616 powerful commands on a Unix-style system; one that you will often find
19617 yourself using when setting up fancy data plumbing.
19619 The @command{sort}
19620 command reads and sorts each file named on the command line.  It then
19621 merges the sorted data and writes it to standard output.  It will read
19622 standard input if no files are given on the command line (thus
19623 making it into a filter).  The sort is based on the character collating
19624 sequence or based on user-supplied ordering criteria.
19627 @node The uniq command
19628 @unnumberedsec The @command{uniq} Command
19630 Finally (at least for now), we'll look at the @command{uniq} program.  When
19631 sorting data, you will often end up with duplicate lines, lines that
19632 are identical.  Usually, all you need is one instance of each line.
19633 This is where @command{uniq} comes in.  The @command{uniq} program reads its
19634 standard input.  It prints only one
19635 copy of each repeated line.  It does have several options.  Later on,
19636 we'll use the @option{-c} option, which prints each unique line, preceded
19637 by a count of the number of times that line occurred in the input.
19640 @node Putting the tools together
19641 @unnumberedsec Putting the Tools Together
19643 Now, let's suppose this is a large ISP server system with dozens of users
19644 logged in.  The management wants the system administrator to write a
19645 program that will
19646 generate a sorted list of logged in users.  Furthermore, even if a user
19647 is logged in multiple times, his or her name should only show up in the
19648 output once.
19650 The administrator could sit down with the system documentation and write a C
19651 program that did this.  It would take perhaps a couple of hundred lines
19652 of code and about two hours to write it, test it, and debug it.
19653 However, knowing the software toolbox, the administrator can instead start out
19654 by generating just a list of logged on users:
19656 @example
19657 $ who | cut -c1-8
19658 @print{} arnold
19659 @print{} miriam
19660 @print{} bill
19661 @print{} arnold
19662 @end example
19664 Next, sort the list:
19666 @example
19667 $ who | cut -c1-8 | sort
19668 @print{} arnold
19669 @print{} arnold
19670 @print{} bill
19671 @print{} miriam
19672 @end example
19674 Finally, run the sorted list through @command{uniq}, to weed out duplicates:
19676 @example
19677 $ who | cut -c1-8 | sort | uniq
19678 @print{} arnold
19679 @print{} bill
19680 @print{} miriam
19681 @end example
19683 The @command{sort} command actually has a @option{-u} option that does what
19684 @command{uniq} does.  However, @command{uniq} has other uses for which one
19685 cannot substitute @samp{sort -u}.
19687 The administrator puts this pipeline into a shell script, and makes it
19688 available for
19689 all the users on the system (@samp{#} is the system administrator,
19690 or @code{root}, prompt):
19692 @example
19693 # cat > /usr/local/bin/listusers
19694 who | cut -c1-8 | sort | uniq
19696 # chmod +x /usr/local/bin/listusers
19697 @end example
19699 There are four major points to note here.  First, with just four
19700 programs, on one command line, the administrator was able to save about two
19701 hours worth of work.  Furthermore, the shell pipeline is just about as
19702 efficient as the C program would be, and it is much more efficient in
19703 terms of programmer time.  People time is much more expensive than
19704 computer time, and in our modern ``there's never enough time to do
19705 everything'' society, saving two hours of programmer time is no mean
19706 feat.
19708 Second, it is also important to emphasize that with the
19709 @emph{combination} of the tools, it is possible to do a special
19710 purpose job never imagined by the authors of the individual programs.
19712 Third, it is also valuable to build up your pipeline in stages, as we did here.
19713 This allows you to view the data at each stage in the pipeline, which helps
19714 you acquire the confidence that you are indeed using these tools correctly.
19716 Finally, by bundling the pipeline in a shell script, other users can use
19717 your command, without having to remember the fancy plumbing you set up for
19718 them.  In terms of how you run them, shell scripts and compiled programs are
19719 indistinguishable.
19721 After the previous warm-up exercise, we'll look at two additional, more
19722 complicated pipelines.  For them, we need to introduce two more tools.
19724 The first is the @command{tr} command, which stands for ``transliterate.''
19725 The @command{tr} command works on a character-by-character basis, changing
19726 characters.  Normally it is used for things like mapping upper case to
19727 lower case:
19729 @example
19730 $ echo ThIs ExAmPlE HaS MIXED case! | tr '[:upper:]' '[:lower:]'
19731 @print{} this example has mixed case!
19732 @end example
19734 There are several options of interest:
19736 @table @code
19737 @item -c
19738 work on the complement of the listed characters, i.e.,
19739 operations apply to characters not in the given set
19741 @item -d
19742 delete characters in the first set from the output
19744 @item -s
19745 squeeze repeated characters in the output into just one character.
19746 @end table
19748 We will be using all three options in a moment.
19750 The other command we'll look at is @command{comm}.  The @command{comm}
19751 command takes two sorted input files as input data, and prints out the
19752 files' lines in three columns.  The output columns are the data lines
19753 unique to the first file, the data lines unique to the second file, and
19754 the data lines that are common to both.  The @option{-1}, @option{-2}, and
19755 @option{-3} command line options @emph{omit} the respective columns.  (This is
19756 non-intuitive and takes a little getting used to.)  For example:
19758 @example
19759 $ cat f1
19760 @print{} 11111
19761 @print{} 22222
19762 @print{} 33333
19763 @print{} 44444
19764 $ cat f2
19765 @print{} 00000
19766 @print{} 22222
19767 @print{} 33333
19768 @print{} 55555
19769 $ comm f1 f2
19770 @print{}         00000
19771 @print{} 11111
19772 @print{}                 22222
19773 @print{}                 33333
19774 @print{} 44444
19775 @print{}         55555
19776 @end example
19778 The file name @file{-} tells @command{comm} to read standard input
19779 instead of a regular file.
19781 Now we're ready to build a fancy pipeline.  The first application is a word
19782 frequency counter.  This helps an author determine if he or she is over-using
19783 certain words.
19785 The first step is to change the case of all the letters in our input file
19786 to one case.  ``The'' and ``the'' are the same word when doing counting.
19788 @example
19789 $ tr '[:upper:]' '[:lower:]' < whats.gnu | ...
19790 @end example
19792 The next step is to get rid of punctuation.  Quoted words and unquoted words
19793 should be treated identically; it's easiest to just get the punctuation out of
19794 the way.
19796 @example
19797 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' | ...
19798 @end example
19800 The second @command{tr} command operates on the complement of the listed
19801 characters, which are all the letters, the digits, the underscore, and
19802 the blank.  The @samp{\n} represents the newline character; it has to
19803 be left alone.  (The ASCII tab character should also be included for
19804 good measure in a production script.)
19806 At this point, we have data consisting of words separated by blank space.
19807 The words only contain alphanumeric characters (and the underscore).  The
19808 next step is break the data apart so that we have one word per line.  This
19809 makes the counting operation much easier, as we will see shortly.
19811 @example
19812 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19813 > tr -s ' ' '\n' | ...
19814 @end example
19816 This command turns blanks into newlines.  The @option{-s} option squeezes
19817 multiple newline characters in the output into just one, removing
19818 blank lines.  (The @samp{>} is the shell's ``secondary prompt.''
19819 This is what the shell prints when it notices you haven't finished
19820 typing in all of a command.)
19822 We now have data consisting of one word per line, no punctuation, all one
19823 case.  We're ready to count each word:
19825 @example
19826 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19827 > tr -s ' ' '\n' | sort | uniq -c | ...
19828 @end example
19830 At this point, the data might look something like this:
19832 @example
19833      60 a
19834       2 able
19835       6 about
19836       1 above
19837       2 accomplish
19838       1 acquire
19839       1 actually
19840       2 additional
19841 @end example
19843 The output is sorted by word, not by count!  What we want is the most
19844 frequently used words first.  Fortunately, this is easy to accomplish,
19845 with the help of two more @command{sort} options:
19847 @table @code
19848 @item -n
19849 do a numeric sort, not a textual one
19851 @item -r
19852 reverse the order of the sort
19853 @end table
19855 The final pipeline looks like this:
19857 @example
19858 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19859 > tr -s ' ' '\n' | sort | uniq -c | sort -n -r
19860 @print{}    156 the
19861 @print{}     60 a
19862 @print{}     58 to
19863 @print{}     51 of
19864 @print{}     51 and
19865 @dots{}
19866 @end example
19868 Whew!  That's a lot to digest.  Yet, the same principles apply.  With six
19869 commands, on two lines (really one long one split for convenience), we've
19870 created a program that does something interesting and useful, in much
19871 less time than we could have written a C program to do the same thing.
19873 A minor modification to the above pipeline can give us a simple spelling
19874 checker!  To determine if you've spelled a word correctly, all you have to
19875 do is look it up in a dictionary.  If it is not there, then chances are
19876 that your spelling is incorrect.  So, we need a dictionary.
19877 The conventional location for a dictionary is @file{/usr/share/dict/words}.
19879 Now, how to compare our file with the dictionary?  As before, we generate
19880 a sorted list of words, one per line:
19882 @example
19883 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19884 > tr -s ' ' '\n' | sort -u | ...
19885 @end example
19887 Now, all we need is a list of words that are @emph{not} in the
19888 dictionary.  Here is where the @command{comm} command comes in.
19889 Unfortunately @command{comm} operates on sorted input and
19890 @file{/usr/share/dict/words} is not sorted the way that @command{sort}
19891 and @command{comm} normally use, so we first create a properly-sorted
19892 copy of the dictionary and then run a pipeline that uses the copy.
19894 @example
19895 $ sort /usr/share/dict/words > sorted-words
19896 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
19897 > tr -s ' ' '\n' | sort -u |
19898 > comm -23 - sorted-words
19899 @end example
19901 The @option{-2} and @option{-3} options eliminate lines that are only in the
19902 dictionary (the second file), and lines that are in both files.  Lines
19903 only in the first file (standard input, our stream of words), are
19904 words that are not in the dictionary.  These are likely candidates for
19905 spelling errors.  This pipeline was the first cut at a production
19906 spelling checker on Unix.
19908 There are some other tools that deserve brief mention.
19910 @table @command
19911 @item grep
19912 search files for text that matches a regular expression
19914 @item wc
19915 count lines, words, characters
19917 @item tee
19918 a T-fitting for data pipes, copies data to files and to standard output
19920 @item sed
19921 the stream editor, an advanced tool
19923 @item awk
19924 a data manipulation language, another advanced tool
19925 @end table
19927 The software tools philosophy also espoused the following bit of
19928 advice: ``Let someone else do the hard part.''  This means, take
19929 something that gives you most of what you need, and then massage it the
19930 rest of the way until it's in the form that you want.
19932 To summarize:
19934 @enumerate 1
19935 @item
19936 Each program should do one thing well.  No more, no less.
19938 @item
19939 Combining programs with appropriate plumbing leads to results where
19940 the whole is greater than the sum of the parts.  It also leads to novel
19941 uses of programs that the authors might never have imagined.
19943 @item
19944 Programs should never print extraneous header or trailer data, since these
19945 could get sent on down a pipeline.  (A point we didn't mention earlier.)
19947 @item
19948 Let someone else do the hard part.
19950 @item
19951 Know your toolbox!  Use each program appropriately.  If you don't have an
19952 appropriate tool, build one.
19953 @end enumerate
19955 All the programs discussed are available as described in
19956 @uref{https://www.gnu.org/software/coreutils/coreutils.html,
19957 GNU core utilities}.
19959 None of what I have presented in this column is new.  The Software Tools
19960 philosophy was first introduced in the book @cite{Software Tools}, by
19961 Brian Kernighan and P.J. Plauger (Addison-Wesley, ISBN 0-201-03669-X).
19962 This book showed how to write and use software tools.  It was written in
19963 1976, using a preprocessor for FORTRAN named @command{ratfor} (RATional
19964 FORtran).  At the time, C was not as ubiquitous as it is now; FORTRAN
19965 was.  The last chapter presented a @command{ratfor} to FORTRAN
19966 processor, written in @command{ratfor}.  @command{ratfor} looks an awful
19967 lot like C; if you know C, you won't have any problem following the
19968 code.
19970 In 1981, the book was updated and made available as @cite{Software Tools
19971 in Pascal} (Addison-Wesley, ISBN 0-201-10342-7).  Both books are
19972 still in print and are well worth
19973 reading if you're a programmer.  They certainly made a major change in
19974 how I view programming.
19976 The programs in both books are available from
19977 @uref{https://www.cs.princeton.edu/~bwk/, Brian Kernighan's home page}.
19978 For a number of years, there was an active
19979 Software Tools Users Group, whose members had ported the original
19980 @command{ratfor} programs to essentially every computer system with a
19981 FORTRAN compiler.  The popularity of the group waned in the middle 1980s
19982 as Unix began to spread beyond universities.
19984 With the current proliferation of GNU code and other clones of Unix programs,
19985 these programs now receive little attention; modern C versions are
19986 much more efficient and do more than these programs do.  Nevertheless, as
19987 exposition of good programming style, and evangelism for a still-valuable
19988 philosophy, these books are unparalleled, and I recommend them highly.
19990 Acknowledgment: I would like to express my gratitude to Brian Kernighan
19991 of Bell Labs, the original Software Toolsmith, for reviewing this column.
19993 @node GNU Free Documentation License
19994 @appendix GNU Free Documentation License
19996 @include fdl.texi
19998 @node Concept index
19999 @unnumbered Index
20001 @printindex cp
20003 @bye
20005 @c Local variables:
20006 @c texinfo-column-for-description: 32
20007 @c End: