kill: with -l,-t list signal 0
[coreutils.git] / doc / coreutils.texi
blob11a51706b53364776dd9489fa481db17edb10f7e
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 * pinky: (coreutils)pinky invocation.           Print information about users.
100 * pr: (coreutils)pr invocation.                 Paginate or columnate files.
101 * printenv: (coreutils)printenv invocation.     Print environment variables.
102 * printf: (coreutils)printf invocation.         Format and print data.
103 * ptx: (coreutils)ptx invocation.               Produce permuted indexes.
104 * pwd: (coreutils)pwd invocation.               Print working directory.
105 * readlink: (coreutils)readlink invocation.     Print referent of a symlink.
106 * realpath: (coreutils)realpath invocation.     Print resolved file names.
107 * rm: (coreutils)rm invocation.                 Remove files.
108 * rmdir: (coreutils)rmdir invocation.           Remove empty directories.
109 * runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.
110 * seq: (coreutils)seq invocation.               Print numeric sequences
111 * sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.
112 * sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.
113 * shred: (coreutils)shred invocation.           Remove files more securely.
114 * shuf: (coreutils)shuf invocation.             Shuffling text files.
115 * sleep: (coreutils)sleep invocation.           Delay for a specified time.
116 * sort: (coreutils)sort invocation.             Sort text files.
117 * split: (coreutils)split invocation.           Split into pieces.
118 * stat: (coreutils)stat invocation.             Report file(system) status.
119 * stdbuf: (coreutils)stdbuf invocation.         Modify stdio buffering.
120 * stty: (coreutils)stty invocation.             Print/change terminal settings.
121 * sum: (coreutils)sum invocation.               Print traditional checksum.
122 * sync: (coreutils)sync invocation.             Sync files to stable storage.
123 * tac: (coreutils)tac invocation.               Reverse files.
124 * tail: (coreutils)tail invocation.             Output the last part of files.
125 * tee: (coreutils)tee invocation.               Redirect to multiple files.
126 * test: (coreutils)test invocation.             File/string tests.
127 * timeout: (coreutils)timeout invocation.       Run with time limit.
128 * touch: (coreutils)touch invocation.           Change file timestamps.
129 * tr: (coreutils)tr invocation.                 Translate characters.
130 * true: (coreutils)true invocation.             Do nothing, successfully.
131 * truncate: (coreutils)truncate invocation.     Shrink/extend size of a file.
132 * tsort: (coreutils)tsort invocation.           Topological sort.
133 * tty: (coreutils)tty invocation.               Print terminal name.
134 * uname: (coreutils)uname invocation.           Print system information.
135 * unexpand: (coreutils)unexpand invocation.     Convert spaces to tabs.
136 * uniq: (coreutils)uniq invocation.             Uniquify files.
137 * unlink: (coreutils)unlink invocation.         Removal via unlink(2).
138 * uptime: (coreutils)uptime invocation.         Print uptime and load.
139 * users: (coreutils)users invocation.           Print current user names.
140 * vdir: (coreutils)vdir invocation.             List directories verbosely.
141 * wc: (coreutils)wc invocation.                 Line, word, and byte counts.
142 * who: (coreutils)who invocation.               Print who is logged in.
143 * whoami: (coreutils)whoami invocation.         Print effective user ID.
144 * yes: (coreutils)yes invocation.               Print a string indefinitely.
145 @end direntry
147 @copying
148 This manual documents version @value{VERSION} of the GNU core
149 utilities, including the standard programs for text and file manipulation.
151 Copyright @copyright{} 1994--2024 Free Software Foundation, Inc.
153 @quotation
154 Permission is granted to copy, distribute and/or modify this document
155 under the terms of the GNU Free Documentation License, Version 1.3 or
156 any later version published by the Free Software Foundation; with no
157 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
158 Texts.  A copy of the license is included in the section entitled ``GNU
159 Free Documentation License''.
160 @end quotation
161 @end copying
163 @titlepage
164 @title GNU @code{Coreutils}
165 @subtitle Core GNU utilities
166 @subtitle for version @value{VERSION}, @value{UPDATED}
167 @author David MacKenzie et al.
169 @page
170 @vskip 0pt plus 1filll
171 @insertcopying
172 @end titlepage
173 @shortcontents
174 @contents
176 @ifnottex
177 @node Top
178 @top GNU Coreutils
180 @insertcopying
181 @end ifnottex
183 @cindex core utilities
184 @cindex text utilities
185 @cindex shell utilities
186 @cindex file utilities
188 @menu
189 * Introduction::                 Caveats, overview, and authors
190 * Common options::               Common options
191 * Output of entire files::       cat tac nl od base32 base64 basenc
192 * Formatting file contents::     fmt pr fold
193 * Output of parts of files::     head tail split csplit
194 * Summarizing files::            wc sum cksum b2sum md5sum sha1sum sha2
195 * Operating on sorted files::    sort shuf uniq comm ptx tsort
196 * Operating on fields::          cut paste join
197 * Operating on characters::      tr expand unexpand
198 * Directory listing::            ls dir vdir dircolors
199 * Basic operations::             cp dd install mv rm shred
200 * Special file types::         mkdir rmdir unlink mkfifo mknod ln link readlink
201 * Changing file attributes::     chgrp chmod chown touch
202 * File space usage::             df du stat sync truncate
203 * Printing text::                echo printf yes
204 * Conditions::                   false true test expr
205 * Redirection::                  tee
206 * File name manipulation::       dirname basename pathchk mktemp realpath
207 * Working context::              pwd stty printenv tty
208 * User information::             id logname whoami groups users who
209 * System context::               date arch nproc uname hostname hostid uptime
210 * SELinux context::              chcon runcon
211 * Modified command invocation::  chroot env nice nohup stdbuf timeout
212 * Process control::              kill
213 * Delaying::                     sleep
214 * Numeric operations::           factor numfmt seq
215 * File permissions::             Access modes
216 * File timestamps::              File timestamp issues
217 * Date input formats::           Specifying date strings
218 * Version sort ordering::        Details on version-sort algorithm
219 * Opening the software toolbox:: The software tools philosophy
220 * GNU Free Documentation License:: Copying and sharing this manual
221 * Concept index::                General index
223 @detailmenu
224  --- The Detailed Node Listing ---
226 Common Options
228 * Exit status::                  Indicating program success or failure
229 * Backup options::               Backup options
230 * Block size::                   Block size
231 * Floating point::               Floating point number representation
232 * Signal specifications::        Specifying signals
233 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
234 * Random sources::               Sources of random data
235 * Target directory::             Target directory
236 * Trailing slashes::             Trailing slashes
237 * Traversing symlinks::          Traversing symlinks to directories
238 * Treating / specially::         Treating / specially
239 * Standards conformance::        Standards conformance
240 * Multi-call invocation::        Multi-call program invocation
242 Output of entire files
244 * cat invocation::               Concatenate and write files
245 * tac invocation::               Concatenate and write files in reverse
246 * nl invocation::                Number lines and write files
247 * od invocation::                Write files in octal or other formats
248 * base32 invocation::            Transform data into printable data
249 * base64 invocation::            Transform data into printable data
250 * basenc invocation::            Transform data into printable data
252 Formatting file contents
254 * fmt invocation::               Reformat paragraph text
255 * pr invocation::                Paginate or columnate files for printing
256 * fold invocation::              Wrap input lines to fit in specified width
258 Output of parts of files
260 * head invocation::              Output the first part of files
261 * tail invocation::              Output the last part of files
262 * split invocation::             Split a file into fixed-size pieces
263 * csplit invocation::            Split a file into context-determined pieces
265 Summarizing files
267 * wc invocation::                Print newline, word, and byte counts
268 * sum invocation::               Print checksum and block counts
269 * cksum invocation::             Print CRC checksum and byte counts
270 * md5sum invocation::            Print or check MD5 digests
271 * b2sum invocation::             Print or check BLAKE2 digests
272 * sha1sum invocation::           Print or check SHA-1 digests
273 * sha2 utilities::               Print or check SHA-2 digests
275 Operating on sorted files
277 * sort invocation::              Sort text files
278 * shuf invocation::              Shuffle text files
279 * uniq invocation::              Uniquify files
280 * comm invocation::              Compare two sorted files line by line
281 * ptx invocation::               Produce a permuted index of file contents
282 * tsort invocation::             Topological sort
284 @command{ptx}: Produce permuted indexes
286 * General options in ptx::       Options which affect general program behavior
287 * Charset selection in ptx::     Underlying character set considerations
288 * Input processing in ptx::      Input fields, contexts, and keyword selection
289 * Output formatting in ptx::     Types of output format, and sizing the fields
290 * Compatibility in ptx::         The GNU extensions to @command{ptx}
292 Operating on fields
294 * cut invocation::               Print selected parts of lines
295 * paste invocation::             Merge lines of files
296 * join invocation::              Join lines on a common field
298 Operating on characters
300 * tr invocation::                Translate, squeeze, and/or delete characters
301 * expand invocation::            Convert tabs to spaces
302 * unexpand invocation::          Convert spaces to tabs
304 @command{tr}: Translate, squeeze, and/or delete characters
306 * Character arrays::             Specifying arrays of characters
307 * Translating::                  Changing one set of characters to another
308 * Squeezing and deleting::       Removing characters
310 Directory listing
312 * ls invocation::                List directory contents
313 * dir invocation::               Briefly list directory contents
314 * vdir invocation::              Verbosely list directory contents
315 * dircolors invocation::         Color setup for @command{ls}
317 @command{ls}:  List directory contents
319 * Which files are listed::       Which files are listed
320 * What information is listed::   What information is listed
321 * Sorting the output::           Sorting the output
322 * General output formatting::    General output formatting
323 * Formatting the file names::    Formatting the file names
325 Basic operations
327 * cp invocation::                Copy files and directories
328 * dd invocation::                Convert and copy a file
329 * install invocation::           Copy files and set attributes
330 * mv invocation::                Move (rename) files
331 * rm invocation::                Remove files or directories
332 * shred invocation::             Remove files more securely
334 Special file types
336 * link invocation::              Make a hard link via the link syscall
337 * ln invocation::                Make links between files
338 * mkdir invocation::             Make directories
339 * mkfifo invocation::            Make FIFOs (named pipes)
340 * mknod invocation::             Make block or character special files
341 * readlink invocation::          Print value of a symlink or canonical file name
342 * rmdir invocation::             Remove empty directories
343 * unlink invocation::            Remove files via unlink syscall
345 Changing file attributes
347 * chown invocation::             Change file owner and group
348 * chgrp invocation::             Change group ownership
349 * chmod invocation::             Change access permissions
350 * touch invocation::             Change file timestamps
352 File space usage
354 * df invocation::                Report file system space usage
355 * du invocation::                Estimate file space usage
356 * stat invocation::              Report file or file system status
357 * sync invocation::              Synchronize cached writes to persistent storage
358 * truncate invocation::          Shrink or extend the size of a file
360 Printing text
362 * echo invocation::              Print a line of text
363 * printf invocation::            Format and print data
364 * yes invocation::               Print a string until interrupted
366 Conditions
368 * false invocation::             Do nothing, unsuccessfully
369 * true invocation::              Do nothing, successfully
370 * test invocation::              Check file types and compare values
371 * expr invocation::              Evaluate expressions
373 @command{test}: Check file types and compare values
375 * File type tests::              File type tests
376 * Access permission tests::      Access permission tests
377 * File characteristic tests::    File characteristic tests
378 * String tests::                 String tests
379 * Numeric tests::                Numeric tests
381 @command{expr}: Evaluate expression
383 * String expressions::           @code{+ : match substr index length}
384 * Numeric expressions::          @code{+ - * / %}
385 * Relations for expr::           @code{| & < <= = == != >= >}
386 * Examples of expr::             Examples of using @command{expr}
388 Redirection
390 * tee invocation::               Redirect output to multiple files or processes
392 File name manipulation
394 * basename invocation::          Strip directory and suffix from a file name
395 * dirname invocation::           Strip last file name component
396 * pathchk invocation::           Check file name validity and portability
397 * mktemp invocation::            Create temporary file or directory
398 * realpath invocation::          Print resolved file names
400 Working context
402 * pwd invocation::               Print working directory
403 * stty invocation::              Print or change terminal characteristics
404 * printenv invocation::          Print all or some environment variables
405 * tty invocation::               Print file name of terminal on standard input
407 @command{stty}: Print or change terminal characteristics
409 * Control::                      Control settings
410 * Input::                        Input settings
411 * Output::                       Output settings
412 * Local::                        Local settings
413 * Combination::                  Combination settings
414 * Characters::                   Special characters
415 * Special::                      Special settings
417 User information
419 * id invocation::                Print user identity
420 * logname invocation::           Print current login name
421 * whoami invocation::            Print effective user ID
422 * groups invocation::            Print group names a user is in
423 * users invocation::             Print login names of users currently logged in
424 * who invocation::               Print who is currently logged in
425 * pinky invocation::             Print information about users
427 System context
429 * arch invocation::              Print machine hardware name
430 * date invocation::              Print or set system date and time
431 * nproc invocation::             Print the number of processors
432 * uname invocation::             Print system information
433 * hostname invocation::          Print or set system name
434 * hostid invocation::            Print numeric host identifier
435 * uptime invocation::            Print system uptime and load
437 @command{date}: Print or set system date and time
439 * Time conversion specifiers::   %[HIklMNpPrRsSTXzZ]
440 * Date conversion specifiers::   %[aAbBcCdDeFgGhjmuUVwWxyY]
441 * Literal conversion specifiers:: %[%nt]
442 * Padding and other flags::      Pad with zeros, spaces, etc.
443 * Setting the time::             Changing the system clock
444 * Options for date::             Instead of the current time
445 * Date input formats::           Specifying date strings
446 * Examples of date::             Examples
448 SELinux context
450 * chcon invocation::             Change SELinux context of file
451 * runcon invocation::            Run a command in specified SELinux context
453 Modified command invocation
455 * chroot invocation::            Run a command with a different root directory
456 * env invocation::               Run a command in a modified environment
457 * nice invocation::              Run a command with modified niceness
458 * nohup invocation::             Run a command immune to hangups
459 * stdbuf invocation::            Run a command with modified I/O buffering
460 * timeout invocation::           Run a command with a time limit
462 Process control
464 * kill invocation::              Sending a signal to processes.
466 Delaying
468 * sleep invocation::             Delay for a specified time
470 Numeric operations
472 * factor invocation::            Print prime factors
473 * numfmt invocation::            Reformat numbers
474 * seq invocation::               Print numeric sequences
477 File timestamps
479 * File timestamps::              File timestamp issues
481 File permissions
483 * Mode Structure::               Structure of file mode bits
484 * Symbolic Modes::               Mnemonic representation of file mode bits
485 * Numeric Modes::                File mode bits as octal numbers
486 * Directory Setuid and Setgid::  Set-user-ID and set-group-ID on directories
488 Date input formats
490 * General date syntax::          Common rules
491 * Calendar date items::          @samp{14 Nov 2022}
492 * Time of day items::            @samp{9:02pm}
493 * Time zone items::              @samp{UTC}, @samp{-0700}, @samp{+0900}, @dots{}
494 * Combined date and time of day items:: @samp{2022-11-14T21:02:42,000000-0500}
495 * Day of week items::            @samp{Monday} and others
496 * Relative items in date strings:: @samp{next tuesday, 2 years ago}
497 * Pure numbers in date strings:: @samp{20221114}, @samp{2102}
498 * Seconds since the Epoch::      @samp{@@1668477762}
499 * Specifying time zone rules::   @samp{TZ="America/New_York"}, @samp{TZ="UTC0"}
500 * Authors of parse_datetime::    Bellovin, Eggert, Salz, Berets, et al.
502 Version sorting order
504 * Version sort overview::
505 * Version sort implementation::
506 * Differences from Debian version sort::
507 * Advanced version sort topics::
509 Opening the software toolbox
511 * Toolbox introduction::         Toolbox introduction
512 * I/O redirection::              I/O redirection
513 * The who command::              The @command{who} command
514 * The cut command::              The @command{cut} command
515 * The sort command::             The @command{sort} command
516 * The uniq command::             The @command{uniq} command
517 * Putting the tools together::   Putting the tools together
519 Copying This Manual
521 * GNU Free Documentation License::     Copying and sharing this manual
523 @end detailmenu
524 @end menu
527 @node Introduction
528 @chapter Introduction
530 This manual is a work in progress: many sections make no attempt to explain
531 basic concepts in a way suitable for novices.  Thus, if you are interested,
532 please get involved in improving this manual.  The entire GNU community
533 will benefit.
535 @cindex POSIX
536 The GNU utilities documented here are mostly compatible with the
537 POSIX standard.
538 @cindex bugs, reporting
540 Please report bugs to @email{bug-coreutils@@gnu.org}.
541 Include the version number, machine architecture, input files, and
542 any other information needed to reproduce the bug: your input, what you
543 expected, what you got, and why it is wrong.
545 If you have a problem with @command{sort} or @command{date}, try using the
546 @option{--debug} option, as it can often help find and fix problems without
547 having to wait for an answer to a bug report.  If the debug output
548 does not suffice to fix the problem on your own, please compress and
549 attach it to the rest of your bug report.
551 Although diffs are welcome,
552 please include a description of the problem as well, since this is
553 sometimes difficult to infer.  @xref{Bugs, , , gcc, Using and Porting GNU CC}.
555 @cindex Berry, K.
556 @cindex Paterson, R.
557 @cindex Stallman, R.
558 @cindex Pinard, F.
559 @cindex MacKenzie, D.
560 @cindex Meyering, J.
561 @cindex Youmans, B.
562 This manual was originally derived from the Unix man pages in the
563 distributions, which were written by David MacKenzie and updated by Jim
564 Meyering.  What you are reading now is the authoritative documentation
565 for these utilities; the man pages are no longer being maintained.  The
566 original @command{fmt} man page was written by Ross Paterson.  Fran@,{c}ois
567 Pinard did the initial conversion to Texinfo format.  Karl Berry did the
568 indexing, some reorganization, and editing of the results.  Brian
569 Youmans of the Free Software Foundation office staff combined the
570 manuals for textutils, fileutils, and sh-utils to produce the present
571 omnibus manual.  Richard Stallman contributed his usual invaluable
572 insights to the overall process.
574 @node Common options
575 @chapter Common options
577 @macro optBackup
578 @item -b
579 @itemx --backup[=@var{method}]
580 @opindex -b
581 @opindex --backup
582 @vindex VERSION_CONTROL
583 @cindex backups, making
584 @xref{Backup options}.
585 Make a backup of each file that would otherwise be overwritten or removed.
586 @end macro
588 @macro optBackupSuffix
589 @item -S @var{suffix}
590 @itemx --suffix=@var{suffix}
591 @opindex -S
592 @opindex --suffix
593 Append @var{suffix} to each backup file made with @option{-b}.
594 @xref{Backup options}.
595 @end macro
597 @macro optTargetDirectory
598 @item -t @var{directory}
599 @itemx --target-directory=@var{directory}
600 @opindex -t
601 @opindex --target-directory
602 @cindex target directory
603 @cindex destination directory
604 Specify the destination @var{directory}.
605 @xref{Target directory}.
606 @end macro
608 @macro optNoTargetDirectory
609 @item -T
610 @itemx --no-target-directory
611 @opindex -T
612 @opindex --no-target-directory
613 @cindex target directory
614 @cindex destination directory
615 Do not treat the last operand specially when it is a directory or a
616 symbolic link to a directory.  @xref{Target directory}.
617 @end macro
619 @macro outputNUL
620 @cindex output NUL-byte-terminated lines
621 Output a zero byte (ASCII NUL) at the end of each line,
622 rather than a newline.  This option enables other programs to parse the
623 output even when that output would contain data with embedded newlines.
624 @end macro
626 @macro optNull
627 @item -0
628 @itemx --null
629 @opindex -0
630 @opindex --null
631 @outputNUL
632 @end macro
634 @macro optZero
635 @item -z
636 @itemx --zero
637 @opindex -z
638 @opindex --zero
639 @outputNUL
640 @end macro
642 @macro optZeroTerminated
643 @item -z
644 @itemx --zero-terminated
645 @opindex -z
646 @opindex --zero-terminated
647 @cindex process zero-terminated items
648 Delimit items with a zero byte rather than a newline (ASCII LF).
649 I.e., treat input as items separated by ASCII NUL
650 and terminate output items with ASCII NUL.
651 This option can be useful in conjunction with @samp{perl -0} or
652 @samp{find -print0} and @samp{xargs -0} which do the same in order to
653 reliably handle arbitrary file names (even those containing blanks
654 or other special characters).
655 @end macro
657 @macro optSi
658 @item --si
659 @opindex --si
660 @cindex SI output
661 Append an SI-style abbreviation to each size, such as @samp{M} for
662 megabytes.  Powers of 1000 are used, not 1024; @samp{M} stands for
663 1,000,000 bytes.  This option is equivalent to
664 @option{--block-size=si}.  Use the @option{-h} or
665 @option{--human-readable} option if
666 you prefer powers of 1024.
667 @end macro
669 @macro optHumanReadable
670 @item -h
671 @itemx --human-readable
672 @opindex -h
673 @opindex --human-readable
674 @cindex human-readable output
675 Append a size letter to each size, such as @samp{M} for mebibytes.
676 Powers of 1024 are used, not 1000; @samp{M} stands for 1,048,576 bytes.
677 This option is equivalent to @option{--block-size=human-readable}.
678 Use the @option{--si} option if you prefer powers of 1000.
679 @end macro
681 @macro optStripTrailingSlashes
682 @item --strip-trailing-slashes
683 @opindex --strip-trailing-slashes
684 @cindex stripping trailing slashes
685 Remove any trailing slashes from each @var{source} argument.
686 @xref{Trailing slashes}.
687 @end macro
689 @macro mayConflictWithShellBuiltIn{cmd}
690 @cindex conflicts with shell built-ins
691 @cindex built-in shell commands, conflicts with
692 Due to shell aliases and built-in @command{\cmd\} functions, using an
693 unadorned @command{\cmd\} interactively or in a script may get you
694 different functionality than that described here.  Invoke it via
695 @command{env} (i.e., @code{env \cmd\ @dots{}}) to avoid interference
696 from the shell.
698 @end macro
700 @macro multiplierSuffixes{varName}
701 @var{\varName\} may be, or may be an integer optionally followed by,
702 one of the following multiplicative suffixes:
703 @example
704 @samp{b}  =>            512 ("blocks")
705 @samp{KB} =>           1000 (KiloBytes)
706 @samp{K}  =>           1024 (KibiBytes)
707 @samp{MB} =>      1000*1000 (MegaBytes)
708 @samp{M}  =>      1024*1024 (MebiBytes)
709 @samp{GB} => 1000*1000*1000 (GigaBytes)
710 @samp{G}  => 1024*1024*1024 (GibiBytes)
711 @end example
712 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y},
713 @samp{R}, and @samp{Q}.
714 Binary prefixes can be used, too: @samp{KiB}=@samp{K}, @samp{MiB}=@samp{M},
715 and so on.
716 @end macro
718 @c FIXME: same as above, but no ``blocks'' line.
719 @macro multiplierSuffixesNoBlocks{varName}
720 @var{\varName\} may be, or may be an integer optionally followed by,
721 one of the following multiplicative suffixes:
722 @example
723 @samp{KB} =>           1000 (KiloBytes)
724 @samp{K}  =>           1024 (KibiBytes)
725 @samp{MB} =>      1000*1000 (MegaBytes)
726 @samp{M}  =>      1024*1024 (MebiBytes)
727 @samp{GB} => 1000*1000*1000 (GigaBytes)
728 @samp{G}  => 1024*1024*1024 (GibiBytes)
729 @end example
730 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y},
731 @samp{R}, and @samp{Q}.
732 Binary prefixes can be used, too: @samp{KiB}=@samp{K}, @samp{MiB}=@samp{M},
733 and so on.
734 @end macro
736 @cindex common options
738 Certain options are available in all of these programs.  Rather than
739 writing identical descriptions for each of the programs, they are
740 described here.  (In fact, every GNU program accepts (or should accept)
741 these options.)
743 @vindex POSIXLY_CORRECT
744 Normally options and operands can appear in any order, and programs act
745 as if all the options appear before any operands.  For example,
746 @samp{sort -r passwd -t :} acts like @samp{sort -r -t : passwd}, since
747 @samp{:} is an option-argument of @option{-t}.  However, if the
748 @env{POSIXLY_CORRECT} environment variable is set, options must appear
749 before operands, unless otherwise specified for a particular command.
751 A few programs can usefully have trailing operands with leading
752 @samp{-}.  With such a program, options must precede operands even if
753 @env{POSIXLY_CORRECT} is not set, and this fact is noted in the
754 program description.  For example, the @command{env} command's options
755 must appear before its operands, since in some cases the operands
756 specify a command that itself contains options.
758 Most programs that accept long options recognize unambiguous
759 abbreviations of those options.  For example, @samp{rmdir
760 --ignore-fail-on-non-empty} can be invoked as @samp{rmdir
761 --ignore-fail} or even @samp{rmdir --i}.  Ambiguous options, such as
762 @samp{ls --h}, are identified as such.
764 Some of these programs recognize the @option{--help} and @option{--version}
765 options only when one of them is the sole command line argument.  For
766 these programs, abbreviations of the long options are not always recognized.
768 @table @samp
770 @item --help
771 @opindex --help
772 @cindex help, online
773 Print a usage message listing all available options, then exit successfully.
775 @item --version
776 @opindex --version
777 @cindex version number, finding
778 Print the version number, then exit successfully.
780 @item --
781 @opindex --
782 @cindex option delimiter
783 Delimit the option list.  Later arguments, if any, are treated as
784 operands even if they begin with @samp{-}.  For example, @samp{sort --
785 -r} reads from the file named @file{-r}.
787 @end table
789 @cindex standard input
790 @cindex standard output
791 A single @samp{-} operand is not really an option, though it looks like one.  It
792 stands for a file operand, and some tools treat it as standard input, or as
793 standard output if that is clear from the context.  For example, @samp{sort -}
794 reads from standard input, and is equivalent to plain @samp{sort}.  Unless
795 otherwise specified, a @samp{-} can appear as any operand that requires a file
796 name.
798 @menu
799 Items shared between some programs:
801 * Backup options::               @option{-b} @option{-S}.
802 * Block size::                   BLOCK_SIZE and @option{--block-size}.
803 * Signal specifications::        Specifying signals with @option{--signal}.
804 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
805 * Random sources::               @option{--random-source}.
806 * Target directory::             Specifying a target directory.
807 * Trailing slashes::             @option{--strip-trailing-slashes}.
808 * Traversing symlinks::          @option{-H}, @option{-L}, or @option{-P}.
809 * Treating / specially::         @option{--preserve-root} and the converse.
810 * Special built-in utilities::   @command{break}, @command{:}, @dots{}
812 Items applicable to all programs:
814 * Exit status::                  Indicating program success or failure.
815 * Floating point::               Floating point number representation.
816 * Standards conformance::        Conformance to the POSIX standard.
817 * Multi-call invocation::        Multi-call program invocation.
818 @end menu
821 @node Backup options
822 @section Backup options
824 @cindex backup options
826 Some GNU programs (at least @command{cp}, @command{install},
827 @command{ln}, and @command{mv}) optionally make backups of files
828 before writing new versions.
829 These options control the details of these backups.  The options are also
830 briefly mentioned in the descriptions of the particular programs.
832 @table @samp
834 @item -b
835 @itemx --backup[=@var{method}]
836 @opindex -b
837 @opindex --backup
838 @vindex VERSION_CONTROL
839 @cindex backups, making
840 Make a backup of each file that would otherwise be overwritten or removed.
841 Without this option, the original versions are destroyed.
842 Use @var{method} to determine the type of backups to make.
843 When this option is used but @var{method} is not specified,
844 then the value of the @env{VERSION_CONTROL}
845 environment variable is used.  And if @env{VERSION_CONTROL} is not set,
846 the default backup type is @samp{existing}.
848 Using @option{-b} is equivalent to using @option{--backup=existing};
849 @option{-b} does not accept any argument.
851 @vindex version-control @r{Emacs variable}
852 This option corresponds to the Emacs variable @samp{version-control};
853 the values for @var{method} are the same as those used in Emacs.
854 This option also accepts more descriptive names.
855 The valid @var{method}s are (unique abbreviations are accepted):
857 @table @samp
858 @item none
859 @itemx off
860 @opindex none @r{backup method}
861 Never make backups.
863 @item numbered
864 @itemx t
865 @opindex numbered @r{backup method}
866 Always make numbered backups.
868 @item existing
869 @itemx nil
870 @opindex existing @r{backup method}
871 Make numbered backups of files that already have them, simple backups
872 of the others.
874 @item simple
875 @itemx never
876 @opindex simple @r{backup method}
877 Always make simple backups.  Do not confuse @samp{never} with @samp{none}.
879 @end table
881 @item -S @var{suffix}
882 @itemx --suffix=@var{suffix}
883 @opindex -S
884 @opindex --suffix
885 @cindex backup suffix
886 @vindex SIMPLE_BACKUP_SUFFIX
887 Append @var{suffix} to each backup file made with @option{-b}.  If this
888 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
889 environment variable is used.  And if @env{SIMPLE_BACKUP_SUFFIX} is not
890 set, the default is @samp{~}, just as in Emacs.
892 @end table
894 @node Block size
895 @section Block size
897 @cindex block size
899 Some GNU programs (at least @command{df}, @command{du}, and
900 @command{ls}) display sizes in ``blocks''.  You can adjust the block size
901 and method of display to make sizes easier to read.  The block size
902 used for display is independent of any file system block size.
903 Fractional block counts are rounded up to the nearest integer.
905 @opindex --block-size=@var{size}
906 @vindex BLOCKSIZE
907 @vindex BLOCK_SIZE
908 @vindex DF_BLOCK_SIZE
909 @vindex DU_BLOCK_SIZE
910 @vindex LS_BLOCK_SIZE
911 @vindex POSIXLY_CORRECT@r{, and block size}
913 The default block size is chosen by examining the following environment
914 variables in turn; the first one that is set determines the block size.
916 @table @code
918 @item DF_BLOCK_SIZE
919 This specifies the default block size for the @command{df} command.
920 Similarly, @env{DU_BLOCK_SIZE} specifies the default for @command{du} and
921 @env{LS_BLOCK_SIZE} for @command{ls}.
923 @item BLOCK_SIZE
924 This specifies the default block size for all three commands, if the
925 above command-specific environment variables are not set.
927 @item BLOCKSIZE
928 This specifies the default block size for all values that are normally
929 printed as blocks, if neither @env{BLOCK_SIZE} nor the above
930 command-specific environment variables are set.  Unlike the other
931 environment variables, @env{BLOCKSIZE} does not affect values that are
932 normally printed as byte counts, e.g., the file sizes contained in
933 @code{ls -l} output.
935 @item POSIXLY_CORRECT
936 If neither @env{@var{command}_BLOCK_SIZE}, nor @env{BLOCK_SIZE}, nor
937 @env{BLOCKSIZE} is set, but this variable is set, the block size
938 defaults to 512.
940 @end table
942 If none of the above environment variables are set, the block size
943 currently defaults to 1024 bytes in most contexts, but this number may
944 change in the future.  For @command{ls} file sizes, the block size
945 defaults to 1 byte.
947 @cindex human-readable output
948 @cindex SI output
950 A block size specification can be a positive integer specifying the number
951 of bytes per block, or it can be @code{human-readable} or @code{si} to
952 select a human-readable format.  Integers may be followed by suffixes
953 that are upward compatible with the
954 @uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html,
955 SI prefixes}
956 for decimal multiples and with the
957 @uref{https://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13
958 (formerly IEC 60027-2) prefixes} for binary multiples.
960 With human-readable formats, output sizes are followed by a size letter
961 such as @samp{M} for megabytes.  @code{BLOCK_SIZE=human-readable} uses
962 powers of 1024; @samp{M} stands for 1,048,576 bytes.
963 @code{BLOCK_SIZE=si} is similar, but uses powers of 1000 and appends
964 @samp{B}; @samp{MB} stands for 1,000,000 bytes.
966 @vindex LC_NUMERIC
967 A block size specification preceded by @samp{'} causes output sizes to
968 be displayed with thousands separators.  The @env{LC_NUMERIC} locale
969 specifies the thousands separator and grouping.  For example, in an
970 American English locale, @samp{--block-size="'1kB"} would cause a size
971 of 1234000 bytes to be displayed as @samp{1,234}.  In the default C
972 locale, there is no thousands separator so a leading @samp{'} has no
973 effect.
975 An integer block size can be followed by a suffix to specify a
976 multiple of that size.  A bare size letter,
977 or one followed by @samp{iB}, specifies
978 a multiple using powers of 1024.  A size letter followed by @samp{B}
979 specifies powers of 1000 instead.  For example, @samp{1M} and
980 @samp{1MiB} are equivalent to @samp{1048576}, whereas @samp{1MB} is
981 equivalent to @samp{1000000}.
983 A plain suffix without a preceding integer acts as if @samp{1} were
984 prepended, except that it causes a size indication to be appended to
985 the output.  For example, @samp{--block-size="kB"} displays 3000 as
986 @samp{3kB}.
988 The following suffixes are defined.  Large sizes like @code{1Q}
989 may be rejected by your computer due to limitations of its arithmetic.
991 @table @samp
992 @item kB
993 @cindex kilobyte, definition of
994 kilobyte: @math{10^3 = 1000}.
995 @item k
996 @itemx K
997 @itemx KiB
998 @cindex kibibyte, definition of
999 kibibyte: @math{2^{10} = 1024}.  @samp{K} is special: the SI prefix is
1000 @samp{k} and the ISO/IEC 80000-13 prefix is @samp{Ki}, but tradition and
1001 POSIX use @samp{k} to mean @samp{KiB}.
1002 @item MB
1003 @cindex megabyte, definition of
1004 megabyte: @math{10^6 = 1,000,000}.
1005 @item M
1006 @itemx MiB
1007 @cindex mebibyte, definition of
1008 mebibyte: @math{2^{20} = 1,048,576}.
1009 @item GB
1010 @cindex gigabyte, definition of
1011 gigabyte: @math{10^9 = 1,000,000,000}.
1012 @item G
1013 @itemx GiB
1014 @cindex gibibyte, definition of
1015 gibibyte: @math{2^{30} = 1,073,741,824}.
1016 @item TB
1017 @cindex terabyte, definition of
1018 terabyte:  @math{10^{12} = 1,000,000,000,000}.
1019 @item T
1020 @itemx TiB
1021 @cindex tebibyte, definition of
1022 tebibyte: @math{2^{40} = 1,099,511,627,776}.
1023 @item PB
1024 @cindex petabyte, definition of
1025 petabyte: @math{10^{15} = 1,000,000,000,000,000}.
1026 @item P
1027 @itemx PiB
1028 @cindex pebibyte, definition of
1029 pebibyte: @math{2^{50} = 1,125,899,906,842,624}.
1030 @item EB
1031 @cindex exabyte, definition of
1032 exabyte: @math{10^{18} = 1,000,000,000,000,000,000}.
1033 @item E
1034 @itemx EiB
1035 @cindex exbibyte, definition of
1036 exbibyte: @math{2^{60} = 1,152,921,504,606,846,976}.
1037 @item ZB
1038 @cindex zettabyte, definition of
1039 zettabyte: @math{10^{21} = 1,000,000,000,000,000,000,000}
1040 @item Z
1041 @itemx ZiB
1042 zebibyte: @math{2^{70} = 1,180,591,620,717,411,303,424}.
1043 @item YB
1044 @cindex yottabyte, definition of
1045 yottabyte: @math{10^{24} = 1,000,000,000,000,000,000,000,000}.
1046 @item Y
1047 @itemx YiB
1048 yobibyte: @math{2^{80} = 1,208,925,819,614,629,174,706,176}.
1049 @item RB
1050 @cindex ronnabyte, definition of
1051 ronnabyte: @math{10^{27} = 1,000,000,000,000,000,000,000,000,000}.
1052 @item R
1053 @itemx RiB
1054 robibyte: @math{2^{90} = 1,237,940,039,285,380,274,899,124,224}.
1055 @item QB
1056 @cindex quettabyte, definition of
1057 quettabyte: @math{10^{30} = 1,000,000,000,000,000,000,000,000,000,000}.
1058 @item Q
1059 @itemx QiB
1060 quebibyte: @math{2^{100} = 1,267,650,600,228,229,401,496,703,205,376}.
1061 @end table
1063 @opindex -k
1064 @opindex -h
1065 @opindex --block-size
1066 @opindex --human-readable
1067 @opindex --si
1069 Block size defaults can be overridden by an explicit
1070 @option{--block-size=@var{size}} option.  The @option{-k}
1071 option is equivalent to @option{--block-size=1K}, which
1072 is the default unless the @env{POSIXLY_CORRECT} environment variable is
1073 set.  The @option{-h} or @option{--human-readable} option is equivalent to
1074 @option{--block-size=human-readable}.  The @option{--si} option is
1075 equivalent to @option{--block-size=si}.  Note for @command{ls}
1076 the @option{-k} option does not control the display of the
1077 apparent file sizes, whereas the @option{--block-size} option does.
1079 @node Signal specifications
1080 @section Signal specifications
1081 @cindex signals, specifying
1083 A @var{signal} may be a signal name like @samp{HUP}, or a signal
1084 number like @samp{1}, or an exit status of a process terminated by the
1085 signal.  A signal name can be given in canonical form or prefixed by
1086 @samp{SIG}@.  The case of the letters is ignored.
1088 @noindent
1089 The signal @samp{0} pseudo signal is synonymous with the name @samp{EXIT}
1090 with the GNU @command{kill} command, and @command{bash} at least,
1091 as @code{trap foo 0} and @code{trap foo EXIT} are equivalent.
1093 @noindent
1094 The following signal names and numbers are supported
1095 on all POSIX compliant systems:
1097 @table @samp
1098 @item HUP
1099 1.  Hangup.
1100 @item INT
1101 2.  Terminal interrupt.
1102 @item QUIT
1103 3.  Terminal quit.
1104 @item ABRT
1105 6.  Process abort.
1106 @item KILL
1107 9.  Kill (cannot be caught or ignored).
1108 @item ALRM
1109 14.  Alarm Clock.
1110 @item TERM
1111 15.  Termination.
1112 @end table
1114 @noindent
1115 Other supported signal names have system-dependent corresponding
1116 numbers.  All systems conforming to POSIX 1003.1-2001 also
1117 support the following signals:
1119 @table @samp
1120 @item BUS
1121 Access to an undefined portion of a memory object.
1122 @item CHLD
1123 Child process terminated, stopped, or continued.
1124 @item CONT
1125 Continue executing, if stopped.
1126 @item FPE
1127 Erroneous arithmetic operation.
1128 @item ILL
1129 Illegal Instruction.
1130 @item PIPE
1131 Write on a pipe with no one to read it.
1132 @item SEGV
1133 Invalid memory reference.
1134 @item STOP
1135 Stop executing (cannot be caught or ignored).
1136 @item TSTP
1137 Terminal stop.
1138 @item TTIN
1139 Background process attempting read.
1140 @item TTOU
1141 Background process attempting write.
1142 @item URG
1143 High bandwidth data is available at a socket.
1144 @item USR1
1145 User-defined signal 1.
1146 @item USR2
1147 User-defined signal 2.
1148 @end table
1150 @noindent
1151 POSIX 1003.1-2001 systems that support the XSI extension
1152 also support the following signals:
1154 @table @samp
1155 @item POLL
1156 Pollable event.
1157 @item PROF
1158 Profiling timer expired.
1159 @item SYS
1160 Bad system call.
1161 @item TRAP
1162 Trace/breakpoint trap.
1163 @item VTALRM
1164 Virtual timer expired.
1165 @item XCPU
1166 CPU time limit exceeded.
1167 @item XFSZ
1168 File size limit exceeded.
1169 @end table
1171 @noindent
1172 POSIX 1003.1-2001 systems that support the XRT extension
1173 also support at least eight real-time signals called @samp{RTMIN},
1174 @samp{RTMIN+1}, @dots{}, @samp{RTMAX-1}, @samp{RTMAX}.
1176 @node Disambiguating names and IDs
1177 @section chown, chgrp, chroot, id: Disambiguating user names and IDs
1178 @cindex user names, disambiguating
1179 @cindex user IDs, disambiguating
1180 @cindex group names, disambiguating
1181 @cindex group IDs, disambiguating
1182 @cindex disambiguating group names and IDs
1184 Since the @var{user} and @var{group} arguments to these commands
1185 may be specified as names or numeric IDs, there is an
1186 apparent ambiguity.
1187 What if a user or group @emph{name} is a string of digits?
1188 Should the command interpret it as a user name or as an ID@?
1189 (Using a number as a user name is common in some environments.)
1190 POSIX requires that these commands
1191 first attempt to resolve the specified string as a name, and
1192 only once that fails, then try to interpret it as an ID@.
1193 This is troublesome when you want to specify a numeric ID, say 42,
1194 and it must work even in a pathological situation where
1195 @samp{42} is a user name that maps to some other user ID, say 1000.
1196 Simply invoking @code{chown 42 F}, will set @file{F}s owner ID to
1197 1000 -- not what you intended.
1199 GNU @command{chown}, @command{chgrp}, @command{chroot}, and @command{id}
1200 provide a way to work around this, that at the same time may result in a
1201 significant performance improvement by eliminating a database look-up.
1202 Simply precede each numeric user ID and/or group ID with a @samp{+},
1203 in order to force its interpretation as an integer:
1205 @example
1206 chown +42 F
1207 chgrp +$numeric_group_id another-file
1208 chown +0:+0 /
1209 @end example
1211 The name look-up process is skipped for each @samp{+}-prefixed string,
1212 because a string containing @samp{+} is never a valid user or group name.
1213 This syntax is accepted on most common Unix systems, but not on Solaris 10.
1215 @node Random sources
1216 @section Sources of random data
1218 @cindex random sources
1220 The @command{shuf}, @command{shred}, and @command{sort} commands
1221 sometimes need random data to do their work.  For example, @samp{sort
1222 -R} must choose a hash function at random, and it needs random data to
1223 make this selection.
1225 By default these commands use an internal pseudo-random generator
1226 initialized by a small amount of entropy, but can be directed to use
1227 an external source with the @option{--random-source=@var{file}} option.
1228 An error is reported if @var{file} does not contain enough bytes.
1230 For example, the device file @file{/dev/urandom} could be used as the
1231 source of random data.  Typically, this device gathers environmental
1232 noise from device drivers and other sources into an entropy pool, and
1233 uses the pool to generate random bits.  If the pool is short of data,
1234 the device reuses the internal pool to produce more bits, using a
1235 cryptographically secure pseudo-random number generator.  But be aware
1236 that this device is not designed for bulk random data generation
1237 and is relatively slow.
1239 @file{/dev/urandom} suffices for most practical uses, but applications
1240 requiring high-value or long-term protection of private data may
1241 require an alternate data source like @file{/dev/random} or
1242 @file{/dev/arandom}.  The set of available sources depends on your
1243 operating system.
1245 To reproduce the results of an earlier invocation of a command, you
1246 can save some random data into a file and then use that file as the
1247 random source in earlier and later invocations of the command.
1248 @cindex random seed
1249 Rather than depending on a file, one can generate a reproducible
1250 arbitrary amount of pseudo-random data given a seed value, using
1251 for example:
1253 @example
1254 get_seeded_random()
1256   seed="$1"
1257   openssl enc -aes-256-ctr -pass pass:"$seed" -nosalt \
1258     </dev/zero 2>/dev/null
1261 shuf -i1-100 --random-source=<(get_seeded_random 42)
1262 @end example
1264 @node Target directory
1265 @section Target directory
1267 @cindex target directory
1269 The @command{cp}, @command{install}, @command{ln}, and @command{mv}
1270 commands normally treat the last operand specially when it is a
1271 directory or a symbolic link to a directory.  For example, @samp{cp
1272 source dest} is equivalent to @samp{cp source dest/source} if
1273 @file{dest} is a directory.  Sometimes this behavior is not exactly
1274 what is wanted, so these commands support the following options to
1275 allow more fine-grained control:
1277 @table @samp
1279 @item -T
1280 @itemx --no-target-directory
1281 @opindex --no-target-directory
1282 @cindex target directory
1283 @cindex destination directory
1284 Do not treat the last operand specially when it is a directory or a
1285 symbolic link to a directory.  This can help avoid race conditions in
1286 programs that operate in a shared area.  For example, when the command
1287 @samp{mv /tmp/source /tmp/dest} succeeds, there is no guarantee that
1288 @file{/tmp/source} was renamed to @file{/tmp/dest}: it could have been
1289 renamed to @file{/tmp/dest/source} instead, if some other process
1290 created @file{/tmp/dest} as a directory.  However, if @file{mv
1291 -T /tmp/source /tmp/dest} succeeds, there is no
1292 question that @file{/tmp/source} was renamed to @file{/tmp/dest}.
1294 In the opposite situation, where you want the last operand to be
1295 treated as a directory and want a diagnostic otherwise, you can use
1296 the @option{--target-directory} (@option{-t}) option.
1298 @item -t @var{directory}
1299 @itemx --target-directory=@var{directory}
1300 @opindex --target-directory
1301 @cindex target directory
1302 @cindex destination directory
1303 Use @var{directory} as the directory component of each destination
1304 file name.
1306 The interface for most programs is that after processing options and a
1307 finite (possibly zero) number of fixed-position arguments, the remaining
1308 argument list is either expected to be empty, or is a list of items
1309 (usually files) that will all be handled identically.  The @command{xargs}
1310 program is designed to work well with this convention.
1312 The commands in the @command{mv}-family are unusual in that they take
1313 a variable number of arguments with a special case at the @emph{end}
1314 (namely, the target directory).  This makes it nontrivial to perform some
1315 operations, e.g., ``move all files from here to ../d/'', because
1316 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...}
1317 doesn't have a clean way to specify an extra final argument for each
1318 invocation of the subject command.  (It can be done by going through a
1319 shell command, but that requires more human labor and brain power than
1320 it should.)
1322 The @option{--target-directory} (@option{-t}) option allows the @command{cp},
1323 @command{install}, @command{ln}, and @command{mv} programs to be used
1324 conveniently with @command{xargs}.  For example, you can move the files
1325 from the current directory to a sibling directory, @code{d} like this:
1327 @example
1328 ls | xargs mv -t ../d --
1329 @end example
1331 However, this doesn't move files whose names begin with @samp{.}.
1332 If you use the GNU @command{find} program, you can move those
1333 files too, with this command:
1335 @example
1336 find . -mindepth 1 -maxdepth 1 \
1337   | xargs mv -t ../d
1338 @end example
1340 But both of the above approaches fail if there are no files in the
1341 current directory, or if any file has a name containing a blank or
1342 some other special characters.
1343 The following example removes those limitations and requires both
1344 GNU @command{find} and GNU @command{xargs}:
1346 @example
1347 find . -mindepth 1 -maxdepth 1 -print0 \
1348   | xargs --null --no-run-if-empty \
1349       mv -t ../d
1350 @end example
1352 @end table
1354 @noindent
1355 The @option{--target-directory} (@option{-t}) and
1356 @option{--no-target-directory} (@option{-T})
1357 options cannot be combined.
1359 @node Trailing slashes
1360 @section Trailing slashes
1362 @cindex trailing slashes
1364 Some GNU programs (at least @command{cp} and @command{mv}) allow you to
1365 remove any trailing slashes from each @var{source} argument before
1366 operating on it.  The @option{--strip-trailing-slashes} option enables
1367 this behavior.
1369 This is useful when a @var{source} argument may have a trailing slash and
1370 @c FIXME: mv's behavior in this case is system-dependent
1371 specify a symbolic link to a directory.  This scenario is in fact rather
1372 common because some shells can automatically append a trailing slash when
1373 performing file name completion on such symbolic links.  Without this
1374 option, @command{mv}, for example, (via the system's rename function) must
1375 interpret a trailing slash as a request to dereference the symbolic link
1376 and so must rename the indirectly referenced @emph{directory} and not
1377 the symbolic link.  Although it may seem surprising that such behavior
1378 be the default, it is required by POSIX and is consistent with
1379 other parts of that standard.
1381 @node Traversing symlinks
1382 @section Traversing symlinks
1384 @cindex symbolic link to directory, controlling traversal of
1386 @c FIXME: note that 'du' has these options, too, but they have slightly
1387 @c different meaning.
1388 The following options modify how @command {chmod}, @command{chown},
1389 and @command{chgrp} traverse a hierarchy when
1390 the @option{--recursive} (@option{-R}) option is also specified.
1391 If more than one of the following options is specified, only the final
1392 one takes effect.
1393 These options specify whether processing a symbolic link to a directory
1394 entails operating on just the symbolic link or on all files in the
1395 hierarchy rooted at that directory.
1397 These options are independent of @option{--dereference} and
1398 @option{--no-dereference} (@option{-h}), which control whether to modify
1399 a symlink or its referent.
1401 @table @samp
1403 @macro choptH
1404 @item -H
1405 @opindex -H
1406 @cindex symbolic link to directory, traverse if on the command line
1407 If @option{--recursive} (@option{-R}) is specified and
1408 a command line argument is a symbolic link to a directory, traverse it.
1409 @end macro
1410 @choptH
1412 @macro choptL
1413 @item -L
1414 @opindex -L
1415 @cindex symbolic link to directory, traverse each that is encountered
1416 In a recursive traversal, traverse every symbolic link to a directory
1417 that is encountered.
1418 @end macro
1420 @c Append the following warning to -L where appropriate (e.g. chown).
1421 @macro warnOptDerefWithRec
1423 Combining this dereferencing option with the @option{--recursive} option
1424 may create a security risk:
1425 During the traversal of the directory tree, an attacker may be able to
1426 introduce a symlink to an arbitrary target; when the tool reaches that,
1427 the operation will be performed on the target of that symlink,
1428 possibly allowing the attacker to escalate privileges.
1430 @end macro
1432 @choptL
1434 @macro choptP
1435 @item -P
1436 @opindex -P
1437 @cindex symbolic link to directory, never traverse
1438 Do not traverse any symbolic links.
1439 @end macro
1440 @choptP
1442 @macro choptDefault
1443 This is the default if none of @option{-H}, @option{-L},
1444 or @option{-P} is specified.
1445 @end macro
1446 @choptDefault
1448 @end table
1451 @node Treating / specially
1452 @section Treating @file{/} specially
1454 Certain commands can operate destructively on entire hierarchies.
1455 For example, if a user with appropriate privileges mistakenly runs
1456 @samp{rm -rf / tmp/junk}, that may remove
1457 all files on the entire system.  Since there are so few
1458 legitimate uses for such a command,
1459 GNU @command{rm} normally declines to operate on any directory
1460 that resolves to @file{/}.  If you really want to try to remove all
1461 the files on your system, you can use the @option{--no-preserve-root}
1462 option, but the default behavior, specified by the
1463 @option{--preserve-root} option, is safer for most purposes.
1465 The commands @command{chgrp}, @command{chmod} and @command{chown}
1466 can also operate destructively on entire hierarchies, so they too
1467 support these options.  Although, unlike @command{rm}, they don't
1468 actually unlink files, these commands are arguably more dangerous
1469 when operating recursively on @file{/}, since they often work much
1470 more quickly, and hence damage more files before an alert user can
1471 interrupt them.  Tradition and POSIX require these commands
1472 to operate recursively on @file{/}, so they default to
1473 @option{--no-preserve-root}, but using the @option{--preserve-root}
1474 option makes them safer for most purposes.  For convenience you can
1475 specify @option{--preserve-root} in an alias or in a shell function.
1477 The @option{--preserve-root} option also ensures
1478 that @command{chgrp} and @command{chown} do not modify @file{/}
1479 even when dereferencing a symlink pointing to @file{/}.
1481 @node Special built-in utilities
1482 @section Special built-in utilities
1484 Some programs like @command{nice} can invoke other programs; for
1485 example, the command @samp{nice cat file} invokes the program
1486 @command{cat} by executing the command @samp{cat file}.  However,
1487 @dfn{special built-in utilities} like @command{exit} cannot be invoked
1488 this way.  For example, the command @samp{nice exit} does not have a
1489 well-defined behavior: it may generate an error message instead of
1490 exiting.
1492 Here is a list of the special built-in utilities that are standardized
1493 by POSIX 1003.1-2004.
1495 @quotation
1496 @t{.@: : break continue eval exec exit export readonly
1497 return set shift times trap unset}
1498 @end quotation
1500 For example, because @samp{.}, @samp{:}, and @samp{exec} are special,
1501 the commands @samp{nice . foo.sh}, @samp{nice :}, and @samp{nice exec
1502 pwd} do not work as you might expect.
1504 Many shells extend this list.  For example, Bash has several extra
1505 special built-in utilities like @command{history}, and
1506 @command{suspend}, and with Bash the command @samp{nice suspend}
1507 generates an error message instead of suspending.
1510 @node Exit status
1511 @section Exit status
1513 @macro exitstatus
1514 An exit status of zero indicates success,
1515 and a nonzero value indicates failure.
1516 @end macro
1518 Nearly every command invocation yields an integral @dfn{exit status}
1519 that can be used to change how other commands work.
1520 For the vast majority of commands, an exit status of zero indicates
1521 success.  Failure is indicated by a nonzero value -- typically
1522 @samp{1}, though it may differ on unusual platforms as POSIX
1523 requires only that it be nonzero.
1525 However, some of the programs documented here do produce
1526 other exit status values and a few associate different
1527 meanings with the values @samp{0} and @samp{1}.
1528 Here are the exceptions:
1529 @c You can generate the following list with:
1530 @c grep initialize_exit_failure src/*.c | cut -f1 -d: |
1531 @c sed -n 's|src/\(.*\)\.c|@command{\1},|p' | sort | fmt
1532 @command{chroot}, @command{env}, @command{expr}, @command{ls},
1533 @command{nice}, @command{nohup}, @command{numfmt}, @command{printenv},
1534 @command{runcon}, @command{sort}, @command{stdbuf}, @command{test},
1535 @command{timeout}, @command{tty}.
1537 @node Floating point
1538 @section Floating point numbers
1539 @cindex floating point
1540 @cindex IEEE floating point
1542 Commands that accept or produce floating point numbers employ the
1543 floating point representation of the underlying system, and suffer
1544 from rounding error, overflow, and similar floating-point issues.
1545 Almost all modern systems use IEEE-754 floating point, and it is
1546 typically portable to assume IEEE-754 behavior these days.  IEEE-754
1547 has positive and negative infinity, distinguishes positive from
1548 negative zero, and uses special values called NaNs to represent
1549 invalid computations such as dividing zero by itself.  For more
1550 information, please see David Goldberg's paper
1551 @uref{https://@/docs.oracle.com/@/cd/@/E19957-01/@/806-3568/@/ncg_goldberg.html,
1552 What Every Computer Scientist Should Know About Floating-Point Arithmetic}.
1554 Commands that accept floating point numbers as options, operands or
1555 input use the standard C functions @code{strtod} and @code{strtold} to
1556 convert from text to floating point numbers.  These floating point
1557 numbers therefore can use scientific notation like @code{1.0e-34} and
1558 @code{-10e100}.  Commands that parse floating point also understand
1559 case-insensitive @code{inf}, @code{infinity}, and @code{NaN}, although
1560 whether such values are useful depends on the command in question.
1561 Modern C implementations also accept hexadecimal floating point
1562 numbers such as @code{-0x.ep-3}, which stands for @minus{}14/16 times
1563 @math{2^-3}, which equals @minus{}0.109375.  @xref{Parsing of
1564 Floats,,, libc, The GNU C Library Reference Manual}.
1566 @vindex LC_NUMERIC
1567 Normally the @env{LC_NUMERIC} locale determines the decimal-point
1568 character.  However, some commands' descriptions specify that they
1569 accept numbers in either the current or the C locale; for example,
1570 they treat @samp{3.14} like @samp{3,14} if the current locale uses
1571 comma as a decimal point.
1574 @node Standards conformance
1575 @section Standards conformance
1577 @vindex POSIXLY_CORRECT
1578 In a few cases, the GNU utilities' default behavior is
1579 incompatible with the POSIX standard.  To suppress these
1580 incompatibilities, define the @env{POSIXLY_CORRECT} environment
1581 variable.  Unless you are checking for POSIX conformance, you
1582 probably do not need to define @env{POSIXLY_CORRECT}.
1584 Newer versions of POSIX are occasionally incompatible with older
1585 versions.  For example, older versions of POSIX required the
1586 command @samp{sort +1} to sort based on the second and succeeding
1587 fields in each input line, but in POSIX 1003.1-2001
1588 the same command is required to sort the file named @file{+1}, and you
1589 must instead use the command @samp{sort -k 2} to get the field-based
1590 sort.  To complicate things further, POSIX 1003.1-2008 allows an
1591 implementation to have either the old or the new behavior.
1593 @vindex _POSIX2_VERSION
1594 The GNU utilities normally conform to the version of POSIX
1595 that is standard for your system.  To cause them to conform to a
1596 different version of POSIX, define the @env{_POSIX2_VERSION}
1597 environment variable to a value of the form @var{yyyymm} specifying
1598 the year and month the standard was adopted.  Three values are currently
1599 supported for @env{_POSIX2_VERSION}: @samp{199209} stands for
1600 POSIX 1003.2-1992, @samp{200112} stands for POSIX
1601 1003.1-2001, and @samp{200809} stands for POSIX 1003.1-2008.
1602 For example, if you have a POSIX 1003.1-2001 system but are running software
1603 containing traditional usage like @samp{sort +1} or @samp{tail +10},
1604 you can work around the compatibility problems by setting
1605 @samp{_POSIX2_VERSION=200809} in your environment.
1607 @c This node is named "Multi-call invocation", not the usual
1608 @c "coreutils invocation", so that shell commands like
1609 @c 'info coreutils "touch invocation"' work as expected.
1610 @node Multi-call invocation
1611 @section @command{coreutils}: Multi-call program
1613 @pindex multicall
1614 @cindex combined
1615 @cindex calling combined multi-call program
1617 The @command{coreutils} command invokes an individual utility, either
1618 implicitly selected by the last component of the name used to invoke
1619 @command{coreutils}, or explicitly with the
1620 @option{--coreutils-prog} option.  Synopsis:
1622 @example
1623 coreutils @option{--coreutils-prog=PROGRAM} @dots{}
1624 @end example
1626 The @command{coreutils} command is not installed by default, so
1627 portable scripts should not rely on its existence.
1629 @node Output of entire files
1630 @chapter Output of entire files
1632 @cindex output of entire files
1633 @cindex entire files, output of
1635 These commands read and write entire files, possibly transforming them
1636 in some way.
1638 @menu
1639 * cat invocation::              Concatenate and write files.
1640 * tac invocation::              Concatenate and write files in reverse.
1641 * nl invocation::               Number lines and write files.
1642 * od invocation::               Write files in octal or other formats.
1643 * base32 invocation::           Transform data into printable data.
1644 * base64 invocation::           Transform data into printable data.
1645 * basenc invocation::           Transform data into printable data.
1646 @end menu
1648 @node cat invocation
1649 @section @command{cat}: Concatenate and write files
1651 @pindex cat
1652 @cindex concatenate and write files
1653 @cindex copying files
1655 @command{cat} copies each @var{file} (@samp{-} means standard input), or
1656 standard input if none are given, to standard output.  Synopsis:
1658 @example
1659 cat [@var{option}] [@var{file}]@dots{}
1660 @end example
1662 The program accepts the following options.  Also see @ref{Common options}.
1664 @table @samp
1666 @item -A
1667 @itemx --show-all
1668 @opindex -A
1669 @opindex --show-all
1670 Equivalent to @option{-vET}.
1672 @item -b
1673 @itemx --number-nonblank
1674 @opindex -b
1675 @opindex --number-nonblank
1676 Number all nonempty output lines, starting with 1.
1678 @item -e
1679 @opindex -e
1680 Equivalent to @option{-vE}.
1682 @item -E
1683 @itemx --show-ends
1684 @opindex -E
1685 @opindex --show-ends
1686 Display a @samp{$} after the end of each line.
1687 The @code{\r\n} combination is shown as @samp{^M$}.
1689 @item -n
1690 @itemx --number
1691 @opindex -n
1692 @opindex --number
1693 Number all output lines, starting with 1.  This option is ignored
1694 if @option{-b} is in effect.
1696 @item -s
1697 @itemx --squeeze-blank
1698 @opindex -s
1699 @opindex --squeeze-blank
1700 @cindex squeezing empty lines
1701 @cindex squeezing blank lines
1702 Suppress repeated adjacent blank lines; output just one empty line
1703 instead of several.
1705 @item -t
1706 @opindex -t
1707 Equivalent to @option{-vT}.
1709 @item -T
1710 @itemx --show-tabs
1711 @opindex -T
1712 @opindex --show-tabs
1713 Display TAB characters as @samp{^I}.
1715 @item -u
1716 @opindex -u
1717 Ignored; for POSIX compatibility.
1719 @item -v
1720 @itemx --show-nonprinting
1721 @opindex -v
1722 @opindex --show-nonprinting
1723 Display control characters except for LFD and TAB using
1724 @samp{^} notation and precede characters that have the high bit set with
1725 @samp{M-}.
1727 @end table
1729 On systems like MS-DOS that distinguish between text and binary files,
1730 @command{cat} normally reads and writes in binary mode.  However,
1731 @command{cat} reads in text mode if one of the options
1732 @option{-bensAE} is used or if @command{cat} is reading from standard
1733 input and standard input is a terminal.  Similarly, @command{cat}
1734 writes in text mode if one of the options @option{-bensAE} is used or
1735 if standard output is a terminal.
1737 @exitstatus
1739 Examples:
1741 @example
1742 # Output f's contents, then standard input, then g's contents.
1743 cat f - g
1745 # Copy standard input to standard output.
1747 @end example
1750 @node tac invocation
1751 @section @command{tac}: Concatenate and write files in reverse
1753 @pindex tac
1754 @cindex reversing files
1756 @command{tac} copies each @var{file} (@samp{-} means standard input), or
1757 standard input if none are given, to standard output, reversing the
1758 records (lines by default) in each separately.  Synopsis:
1760 @example
1761 tac [@var{option}]@dots{} [@var{file}]@dots{}
1762 @end example
1764 @dfn{Records} are separated by instances of a string (newline by
1765 default).  By default, this separator string is attached to the end of
1766 the record that it follows in the file.
1768 The program accepts the following options.  Also see @ref{Common options}.
1770 @table @samp
1772 @item -b
1773 @itemx --before
1774 @opindex -b
1775 @opindex --before
1776 The separator is attached to the beginning of the record that it
1777 precedes in the file.
1779 @item -r
1780 @itemx --regex
1781 @opindex -r
1782 @opindex --regex
1783 Treat the separator string as a regular expression.
1785 @item -s @var{separator}
1786 @itemx --separator=@var{separator}
1787 @opindex -s
1788 @opindex --separator
1789 Use @var{separator} as the record separator, instead of newline.
1790 Note an empty @var{separator} is treated as a zero byte.
1791 I.e., input and output items are delimited with ASCII NUL.
1793 @end table
1795 On systems like MS-DOS that distinguish between text and binary files,
1796 @command{tac} reads and writes in binary mode.
1798 @exitstatus
1800 Example:
1802 @example
1803 # Reverse a file character by character.
1804 tac -r -s 'x\|[^x]'
1805 @end example
1808 @node nl invocation
1809 @section @command{nl}: Number lines and write files
1811 @pindex nl
1812 @cindex numbering lines
1813 @cindex line numbering
1815 @command{nl} writes each @var{file} (@samp{-} means standard input), or
1816 standard input if none are given, to standard output, with line numbers
1817 added to some or all of the lines.  Synopsis:
1819 @example
1820 nl [@var{option}]@dots{} [@var{file}]@dots{}
1821 @end example
1823 @cindex logical pages, numbering on
1824 @command{nl} decomposes its input into (logical) page sections;
1825 by default, the line number is reset to 1 at each logical page section.
1826 @command{nl} treats all of the input files as a single document;
1827 it does not reset line numbers or logical pages between files.
1829 @cindex headers, numbering
1830 @cindex body, numbering
1831 @cindex footers, numbering
1832 A logical page consists of three sections: header, body, and footer.
1833 Any of the sections can be empty.  Each can be numbered in a different
1834 style from the others.
1836 The beginnings of the sections of logical pages are indicated in the
1837 input file by a line containing exactly one of these delimiter strings:
1839 @table @samp
1840 @item \:\:\:
1841 start of header;
1842 @item \:\:
1843 start of body;
1844 @item \:
1845 start of footer.
1846 @end table
1848 The characters from which these strings are made can be changed from
1849 @samp{\} and @samp{:} via options (see below), but the pattern
1850 of each string cannot be changed.
1852 A section delimiter is replaced by an empty line on output.  Any text
1853 that comes before the first section delimiter string in the input file
1854 is considered to be part of a body section, so @command{nl} treats a
1855 file that contains no section delimiters as a single body section.
1857 The program accepts the following options.  Also see @ref{Common options}.
1859 @table @samp
1861 @item -b @var{style}
1862 @itemx --body-numbering=@var{style}
1863 @opindex -b
1864 @opindex --body-numbering
1865 Select the numbering style for lines in the body section of each
1866 logical page.  When a line is not numbered, the current line number
1867 is not incremented, but the line number separator character is still
1868 prepended to the line.  The styles are:
1870 @table @samp
1871 @item a
1872 number all lines,
1873 @item t
1874 number only nonempty lines (default for body),
1875 @item n
1876 do not number lines (default for header and footer),
1877 @item p@var{bre}
1878 number only lines that contain a match for the basic regular
1879 expression @var{bre}.
1880 @xref{Regular Expressions, , Regular Expressions, grep, The GNU Grep Manual}.
1881 @end table
1883 @item -d @var{cd}
1884 @itemx --section-delimiter=@var{cd}
1885 @opindex -d
1886 @opindex --section-delimiter
1887 @cindex section delimiters of pages
1888 Set the section delimiter characters to @var{cd}; default is
1889 @samp{\:}.  If only @var{c} is given, the second remains @samp{:}.
1890 As a GNU extension more than two characters can be specified,
1891 and also if @var{cd} is empty (@option{-d ''}), then section
1892 matching is disabled.
1893 (Remember to protect @samp{\} or other metacharacters from shell
1894 expansion with quotes or extra backslashes.)
1896 @item -f @var{style}
1897 @itemx --footer-numbering=@var{style}
1898 @opindex -f
1899 @opindex --footer-numbering
1900 Analogous to @option{--body-numbering}.
1902 @item -h @var{style}
1903 @itemx --header-numbering=@var{style}
1904 @opindex -h
1905 @opindex --header-numbering
1906 Analogous to @option{--body-numbering}.
1908 @item -i @var{number}
1909 @itemx --line-increment=@var{number}
1910 @opindex -i
1911 @opindex --line-increment
1912 Increment line numbers by @var{number} (default 1).
1913 @var{number} can be negative to decrement.
1915 @item -l @var{number}
1916 @itemx --join-blank-lines=@var{number}
1917 @opindex -l
1918 @opindex --join-blank-lines
1919 @cindex empty lines, numbering
1920 @cindex blank lines, numbering
1921 Consider @var{number} (default 1) consecutive empty lines to be one
1922 logical line for numbering, and only number the last one.  Where fewer
1923 than @var{number} consecutive empty lines occur, do not number them.
1924 An empty line is one that contains no characters, not even spaces
1925 or tabs.
1927 @item -n @var{format}
1928 @itemx --number-format=@var{format}
1929 @opindex -n
1930 @opindex --number-format
1931 Select the line numbering format (default is @code{rn}):
1933 @table @samp
1934 @item ln
1935 @opindex ln @r{format for @command{nl}}
1936 left justified, no leading zeros;
1937 @item rn
1938 @opindex rn @r{format for @command{nl}}
1939 right justified, no leading zeros;
1940 @item rz
1941 @opindex rz @r{format for @command{nl}}
1942 right justified, leading zeros.
1943 @end table
1945 @item -p
1946 @itemx --no-renumber
1947 @opindex -p
1948 @opindex --no-renumber
1949 Do not reset the line number at the start of a logical page.
1951 @item -s @var{string}
1952 @itemx --number-separator=@var{string}
1953 @opindex -s
1954 @opindex --number-separator
1955 Separate the line number from the text line in the output with
1956 @var{string} (default is the TAB character).
1958 @item -v @var{number}
1959 @itemx --starting-line-number=@var{number}
1960 @opindex -v
1961 @opindex --starting-line-number
1962 Set the initial line number on each logical page to @var{number} (default 1).
1963 The starting @var{number} can be negative.
1965 @item -w @var{number}
1966 @itemx --number-width=@var{number}
1967 @opindex -w
1968 @opindex --number-width
1969 Use @var{number} characters for line numbers (default 6).
1971 @end table
1973 @exitstatus
1976 @node od invocation
1977 @section @command{od}: Write files in octal or other formats
1979 @pindex od
1980 @cindex octal dump of files
1981 @cindex hex dump of files
1982 @cindex ASCII dump of files
1983 @cindex file contents, dumping unambiguously
1985 @command{od} writes an unambiguous representation of each @var{file}
1986 (@samp{-} means standard input), or standard input if none are given.
1987 Synopses:
1989 @example
1990 od [@var{option}]@dots{} [@var{file}]@dots{}
1991 od [-abcdfilosx]@dots{} [@var{file}] [[+]@var{offset}[.][b]]
1992 od [@var{option}]@dots{} --traditional [@var{file}]@c
1993  [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
1994 @end example
1996 Each line of output consists of the offset in the input, followed by
1997 groups of data from the file.  By default, @command{od} prints the offset in
1998 octal, and each group of file data is a C @code{short int}'s worth of input
1999 printed as a single octal number.
2001 If @var{offset} is given, it specifies how many input bytes to skip
2002 before formatting and writing.  By default, it is interpreted as an
2003 octal number, but the optional trailing decimal point causes it to be
2004 interpreted as decimal.  If no decimal is specified and the offset
2005 begins with @samp{0x} or @samp{0X} it is interpreted as a hexadecimal
2006 number.  If there is a trailing @samp{b}, the number of bytes skipped
2007 will be @var{offset} multiplied by 512.
2009 If a command is of both the first and second forms, the second form is
2010 assumed if the last operand begins with @samp{+} or (if there are two
2011 operands) a digit.  For example, in @samp{od foo 10} and @samp{od +10}
2012 the @samp{10} is an offset, whereas in @samp{od 10} the @samp{10} is a
2013 file name.
2015 The program accepts the following options.  Also see @ref{Common options}.
2017 @table @samp
2019 @item -A @var{radix}
2020 @itemx --address-radix=@var{radix}
2021 @opindex -A
2022 @opindex --address-radix
2023 @cindex radix for file offsets
2024 @cindex file offset radix
2025 Select the base in which file offsets are printed.  @var{radix} can
2026 be one of the following:
2028 @table @samp
2029 @item d
2030 decimal;
2031 @item o
2032 octal;
2033 @item x
2034 hexadecimal;
2035 @item n
2036 none (do not print offsets).
2037 @end table
2039 The default is octal.
2041 @item --endian=@var{order}
2042 @opindex --endian
2043 @cindex byte-swapping
2044 @cindex endianness
2045 Reorder input bytes, to handle inputs with differing byte orders,
2046 or to provide consistent output independent of the endian convention
2047 of the current system.  Swapping is performed according to the
2048 specified @option{--type} size and endian @var{order}, which can be
2049 @samp{little} or @samp{big}.
2051 @item -j @var{bytes}
2052 @itemx --skip-bytes=@var{bytes}
2053 @opindex -j
2054 @opindex --skip-bytes
2055 Skip @var{bytes} input bytes before formatting and writing.  If
2056 @var{bytes} begins with @samp{0x} or @samp{0X}, it is interpreted in
2057 hexadecimal; otherwise, if it begins with @samp{0}, in octal; otherwise,
2058 in decimal.
2059 @multiplierSuffixes{bytes}
2061 @item -N @var{bytes}
2062 @itemx --read-bytes=@var{bytes}
2063 @opindex -N
2064 @opindex --read-bytes
2065 Output at most @var{bytes} bytes of the input.  Prefixes and suffixes on
2066 @code{bytes} are interpreted as for the @option{-j} option.
2068 @item -S @var{bytes}
2069 @itemx --strings[=@var{bytes}]
2070 @opindex -S
2071 @opindex --strings
2072 @cindex string constants, outputting
2073 Instead of the normal output, output only @dfn{string constants}: at
2074 least @var{bytes} consecutive printable characters,
2075 followed by a zero byte (ASCII NUL).
2076 Prefixes and suffixes on @var{bytes} are interpreted as for the
2077 @option{-j} option.
2079 If @var{bytes} is omitted with @option{--strings}, the default is 3.
2081 @item -t @var{type}
2082 @itemx --format=@var{type}
2083 @opindex -t
2084 @opindex --format
2085 Select the format in which to output the file data.  @var{type} is a
2086 string of one or more of the below type indicator characters.  If you
2087 include more than one type indicator character in a single @var{type}
2088 string, or use this option more than once, @command{od} writes one copy
2089 of each output line using each of the data types that you specified,
2090 in the order that you specified.
2092 Adding a trailing ``z'' to any type specification appends a display
2093 of the single byte character representation of the printable characters
2094 to the output line generated by the type specification.
2096 @table @samp
2097 @item a
2098 named character, ignoring high-order bit
2099 @item c
2100 printable single byte character, C backslash escape
2101 or a 3 digit octal sequence
2102 @item d
2103 signed decimal
2104 @item f
2105 floating point (@pxref{Floating point})
2106 @item o
2107 octal
2108 @item u
2109 unsigned decimal
2110 @item x
2111 hexadecimal
2112 @end table
2114 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
2115 newline, and @samp{nul} for a zero byte.  Only the least significant
2116 seven bits of each byte is used; the high-order bit is ignored.
2117 Type @code{c} outputs
2118 @samp{ }, @samp{\n}, and @code{\0}, respectively.
2120 @cindex type size
2121 Except for types @samp{a} and @samp{c}, you can specify the number
2122 of bytes to use in interpreting each number in the given data type
2123 by following the type indicator character with a decimal integer.
2124 Alternately, you can specify the size of one of the C compiler's
2125 built-in data types by following the type indicator character with
2126 one of the following characters.  For integers (@samp{d}, @samp{o},
2127 @samp{u}, @samp{x}):
2129 @table @samp
2130 @item C
2131 char
2132 @item S
2133 short
2134 @item I
2136 @item L
2137 long
2138 @end table
2140 For floating point (@code{f}):
2142 @table @asis
2143 @item B
2144 @uref{https://en.wikipedia.org/wiki/Bfloat16_floating-point_format,
2145 brain 16 bit float}
2146 @item H
2147 @uref{https://en.wikipedia.org/wiki/Half-precision_floating-point_format,
2148 half precision float}
2149 @item F
2150 float
2151 @item D
2152 double
2153 @item L
2154 long double
2155 @end table
2157 @item -v
2158 @itemx --output-duplicates
2159 @opindex -v
2160 @opindex --output-duplicates
2161 Output consecutive lines that are identical.  By default, when two or
2162 more consecutive output lines would be identical, @command{od} outputs only
2163 the first line, and puts just an asterisk on the following line to
2164 indicate the elision.
2166 @item -w[@var{n}]
2167 @itemx --width[=@var{n}]
2168 @opindex -w
2169 @opindex --width
2170 Dump @code{n} input bytes per output line.  This must be a multiple of
2171 the least common multiple of the sizes associated with the specified
2172 output types.
2174 If this option is not given at all, the default is 16.  If @var{n} is
2175 omitted, the default is 32.
2177 @end table
2179 The next several options are shorthands for format specifications.
2180 GNU @command{od} accepts any combination of shorthands and format
2181 specification options.  These options accumulate.
2183 @table @samp
2185 @item -a
2186 @opindex -a
2187 Output as named characters.  Equivalent to @samp{-t a}.
2189 @item -b
2190 @opindex -b
2191 Output as octal bytes.  Equivalent to @samp{-t o1}.
2193 @item -c
2194 @opindex -c
2195 Output as printable single byte characters, C backslash escapes
2196 or 3 digit octal sequences.  Equivalent to @samp{-t c}.
2198 @item -d
2199 @opindex -d
2200 Output as unsigned decimal two-byte units.  Equivalent to @samp{-t u2}.
2202 @item -f
2203 @opindex -f
2204 Output as floats.  Equivalent to @samp{-t fF}.
2206 @item -i
2207 @opindex -i
2208 Output as decimal ints.  Equivalent to @samp{-t dI}.
2210 @item -l
2211 @opindex -l
2212 Output as decimal long ints.  Equivalent to @samp{-t dL}.
2214 @item -o
2215 @opindex -o
2216 Output as octal two-byte units.  Equivalent to @option{-t o2}.
2218 @item -s
2219 @opindex -s
2220 Output as decimal two-byte units.  Equivalent to @option{-t d2}.
2222 @item -x
2223 @opindex -x
2224 Output as hexadecimal two-byte units.  Equivalent to @samp{-t x2}.
2226 @item --traditional
2227 @opindex --traditional
2228 Recognize the non-option label argument that traditional @command{od}
2229 accepted.  The following syntax:
2231 @example
2232 od --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
2233 @end example
2235 @noindent
2236 can be used to specify at most one file and optional arguments
2237 specifying an offset and a pseudo-start address, @var{label}.
2238 The @var{label} argument is interpreted
2239 just like @var{offset}, but it specifies an initial pseudo-address.  The
2240 pseudo-addresses are displayed in parentheses following any normal
2241 address.
2243 @end table
2245 @exitstatus
2248 @node base32 invocation
2249 @section @command{base32}: Transform data into printable data
2251 @pindex base32
2252 @cindex base32 encoding
2254 @command{base32} transforms data read from a file, or standard input,
2255 into (or from) base32 encoded form.  The base32 encoded form uses
2256 printable ASCII characters to represent binary data.
2257 The usage and options of this command are precisely the
2258 same as for @command{base64}.  @xref{base64 invocation}.
2259 For more general encoding functionality see @ref{basenc invocation}.
2262 @node base64 invocation
2263 @section @command{base64}: Transform data into printable data
2265 @pindex base64
2266 @cindex base64 encoding
2268 @command{base64} transforms data read from a file, or standard input,
2269 into (or from) base64 encoded form.  The base64 encoded form uses
2270 printable ASCII characters to represent binary data.
2271 Synopses:
2273 @example
2274 base64 [@var{option}]@dots{} [@var{file}]
2275 base64 --decode [@var{option}]@dots{} [@var{file}]
2276 @end example
2278 The base64 encoding expands data to roughly 133% of the original.
2279 The base32 encoding expands data to roughly 160% of the original.
2280 The format conforms to
2281 @uref{https://datatracker.ietf.org/doc/rfc4648/, RFC 4648}.
2283 For more general encoding functionality see @ref{basenc invocation}.
2285 The program accepts the following options.  Also see @ref{Common options}.
2287 @table @samp
2289 @item -w @var{cols}
2290 @itemx --wrap=@var{cols}
2291 @opindex -w
2292 @opindex --wrap
2293 @cindex wrap data
2294 @cindex column to wrap data after
2295 During encoding, wrap lines after @var{cols} characters.  This must be
2296 a positive number.
2298 The default is to wrap after 76 characters.  Use the value 0 to
2299 disable line wrapping altogether.
2301 @item -d
2302 @itemx --decode
2303 @opindex -d
2304 @opindex --decode
2305 @cindex Decode base64 data
2306 @cindex Base64 decoding
2307 Change the mode of operation, from the default of encoding data, to
2308 decoding data.  Input is expected to be base64 encoded data, and the
2309 output will be the original data.
2311 @item -i
2312 @itemx --ignore-garbage
2313 @opindex -i
2314 @opindex --ignore-garbage
2315 @cindex Ignore garbage in base64 stream
2316 When decoding, newlines are always accepted.
2317 During decoding, ignore unrecognized bytes,
2318 to permit distorted data to be decoded.
2320 @end table
2322 @exitstatus
2324 @node basenc invocation
2325 @section @command{basenc}: Transform data into printable data
2327 @pindex basenc
2328 @cindex base32 encoding
2330 @command{basenc} transforms data read from a file, or standard input,
2331 into (or from) various common encoding forms.  The encoded form uses
2332 printable ASCII characters to represent binary data.
2334 Synopses:
2336 @example
2337 basenc @var{encoding} [@var{option}]@dots{} [@var{file}]
2338 basenc @var{encoding} --decode [@var{option}]@dots{} [@var{file}]
2339 @end example
2341 The @var{encoding} argument is required. If @var{file} is omitted,
2342 @command{basenc} reads from standard input.
2343 The @option{-w/--wrap},@option{-i/--ignore-garbage},
2344 @option{-d/--decode} options of this command are precisely the same as
2345 for @command{base64}. @xref{base64 invocation}.
2348 Supported @var{encoding}s are:
2350 @table @samp
2352 @item --base64
2353 @opindex --base64
2354 Encode into (or decode from with @option{-d/--decode}) base64 form.
2355 The format conforms to
2356 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-4, RFC 4648#4}.
2357 Equivalent to the @command{base64} command.
2359 @item --base64url
2360 @opindex --base64url
2361 Encode into (or decode from with @option{-d/--decode}) file-and-url-safe
2362 base64 form (using @samp{_} and @samp{-} instead of @samp{+} and @samp{/}).
2363 The format conforms to
2364 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-5, RFC 4648#5}.
2366 @item --base32
2367 @opindex --base32
2368 Encode into (or decode from with @option{-d/--decode}) base32 form.
2369 The encoded data uses the @samp{ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=} characters.
2370 The format conforms to
2371 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-6, RFC 4648#6}.
2372 Equivalent to the @command{base32} command.
2374 @item --base32hex
2375 @opindex --base32hex
2376 Encode into (or decode from with @option{-d/--decode}) Extended Hex Alphabet
2377 base32 form. The encoded data uses the
2378 @samp{0123456789ABCDEFGHIJKLMNOPQRSTUV=} characters. The format conforms to
2379 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-7, RFC 4648#7}.
2381 @item --base16
2382 @opindex --base16
2383 Encode into (or decode from with @option{-d/--decode}) base16 (hexadecimal)
2384 form. The encoded data uses the @samp{0123456789ABCDEF} characters. The format
2385 conforms to
2386 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-8, RFC 4648#8}.
2388 @item --base2lsbf
2389 @opindex --base2lsbf
2390 Encode into (or decode from with @option{-d/--decode}) binary string form
2391 (@samp{0} and @samp{1}) with the @emph{least} significant bit of every byte
2392 first.
2394 @item --base2msbf
2395 @opindex --base2msbf
2396 Encode into (or decode from with @option{-d/--decode}) binary string form
2397 (@samp{0} and @samp{1}) with the @emph{most} significant bit of every byte
2398 first.
2400 @item --z85
2401 @opindex --z85
2402 Encode into (or decode from with @option{-d/--decode}) Z85 form
2403 (a modified Ascii85 form). The encoded data uses the
2404 @samp{0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU@
2405 VWXYZ.-:+=^!/*?&<>()[]@{@}@@%$#}.
2406 characters. The format conforms to
2407 @uref{https://rfc.zeromq.org/spec:32/Z85/, ZeroMQ spec:32/Z85}.
2409 When encoding with @option{--z85}, input length must be a multiple of 4;
2410 when decoding with @option{--z85}, input length must be a multiple of 5.
2412 @end table
2416 Encoding/decoding examples:
2418 @example
2419 $ printf '\376\117\202' | basenc --base64
2420 /k+C
2422 $ printf '\376\117\202' | basenc --base64url
2423 _k-C
2425 $ printf '\376\117\202' | basenc --base32
2426 7ZHYE===
2428 $ printf '\376\117\202' | basenc --base32hex
2429 VP7O4===
2431 $ printf '\376\117\202' | basenc --base16
2432 FE4F82
2434 $ printf '\376\117\202' | basenc --base2lsbf
2435 011111111111001001000001
2437 $ printf '\376\117\202' | basenc --base2msbf
2438 111111100100111110000010
2440 $ printf '\376\117\202\000' | basenc --z85
2441 @@.FaC
2443 $ printf 01010100 | basenc --base2msbf --decode
2446 $ printf 01010100 | basenc --base2lsbf --decode
2448 @end example
2452 @node Formatting file contents
2453 @chapter Formatting file contents
2455 @cindex formatting file contents
2457 These commands reformat the contents of files.
2459 @menu
2460 * fmt invocation::              Reformat paragraph text.
2461 * pr invocation::               Paginate or columnate files for printing.
2462 * fold invocation::             Wrap input lines to fit in specified width.
2463 @end menu
2466 @node fmt invocation
2467 @section @command{fmt}: Reformat paragraph text
2469 @pindex fmt
2470 @cindex reformatting paragraph text
2471 @cindex paragraphs, reformatting
2472 @cindex text, reformatting
2474 @command{fmt} fills and joins lines to produce output lines of (at most)
2475 a given number of characters (75 by default).  Synopsis:
2477 @example
2478 fmt [@var{option}]@dots{} [@var{file}]@dots{}
2479 @end example
2481 @command{fmt} reads from the specified @var{file} arguments (or standard
2482 input if none are given), and writes to standard output.
2484 By default, blank lines, spaces between words, and indentation are
2485 preserved in the output; successive input lines with different
2486 indentation are not joined; tabs are expanded on input and introduced on
2487 output.
2489 @cindex line-breaking
2490 @cindex sentences and line-breaking
2491 @cindex Knuth, Donald E.
2492 @cindex Plass, Michael F.
2493 @command{fmt} prefers breaking lines at the end of a sentence, and tries to
2494 avoid line breaks after the first word of a sentence or before the last
2495 word of a sentence.  A @dfn{sentence break} is defined as either the end
2496 of a paragraph or a word ending in any of @samp{.?!}, followed by two
2497 spaces or end of line, ignoring any intervening parentheses or quotes.
2498 Like @TeX{}, @command{fmt} reads entire ``paragraphs'' before choosing line
2499 breaks; the algorithm is a variant of that given by Donald E. Knuth
2500 and Michael F. Plass in ``Breaking Paragraphs Into Lines'',
2501 @cite{Software: Practice & Experience} @b{11}, 11 (November 1981),
2502 1119--1184.
2504 The program accepts the following options.  Also see @ref{Common options}.
2506 @table @samp
2508 @item -c
2509 @itemx --crown-margin
2510 @opindex -c
2511 @opindex --crown-margin
2512 @cindex crown margin
2513 @dfn{Crown margin} mode: preserve the indentation of the first two
2514 lines within a paragraph, and align the left margin of each subsequent
2515 line with that of the second line.
2517 @item -t
2518 @itemx --tagged-paragraph
2519 @opindex -t
2520 @opindex --tagged-paragraph
2521 @cindex tagged paragraphs
2522 @dfn{Tagged paragraph} mode: like crown margin mode, except that if
2523 indentation of the first line of a paragraph is the same as the
2524 indentation of the second, the first line is treated as a one-line
2525 paragraph.
2527 @item -s
2528 @itemx --split-only
2529 @opindex -s
2530 @opindex --split-only
2531 Split lines only.  Do not join short lines to form longer ones.  This
2532 prevents sample lines of code, and other such ``formatted'' text from
2533 being unduly combined.
2535 @item -u
2536 @itemx --uniform-spacing
2537 @opindex -u
2538 @opindex --uniform-spacing
2539 Uniform spacing.  Reduce spacing between words to one space, and spacing
2540 between sentences to two spaces.
2542 @item -@var{width}
2543 @itemx -w @var{width}
2544 @itemx --width=@var{width}
2545 @opindex -@var{width}
2546 @opindex -w
2547 @opindex --width
2548 Fill output lines up to @var{width} characters (default 75 or @var{goal}
2549 plus 10, if @var{goal} is provided).
2551 @item -g @var{goal}
2552 @itemx --goal=@var{goal}
2553 @opindex -g
2554 @opindex --goal
2555 @command{fmt} initially tries to make lines @var{goal} characters wide.
2556 By default, this is 7% shorter than @var{width}.
2558 @item -p @var{prefix}
2559 @itemx --prefix=@var{prefix}
2560 Only lines beginning with @var{prefix} (possibly preceded by whitespace)
2561 are subject to formatting.  The prefix and any preceding whitespace are
2562 stripped for the formatting and then re-attached to each formatted output
2563 line.  One use is to format certain kinds of program comments, while
2564 leaving the code unchanged.
2566 @end table
2568 @exitstatus
2570 @node pr invocation
2571 @section @command{pr}: Paginate or columnate files for printing
2573 @pindex pr
2574 @cindex printing, preparing files for
2575 @cindex multicolumn output, generating
2576 @cindex merging files in parallel
2578 @command{pr} writes each @var{file} (@samp{-} means standard input), or
2579 standard input if none are given, to standard output, paginating and
2580 optionally outputting in multicolumn format; optionally merges all
2581 @var{file}s, printing all in parallel, one per column.  Synopsis:
2583 @example
2584 pr [@var{option}]@dots{} [@var{file}]@dots{}
2585 @end example
2587 @vindex LC_MESSAGES
2588 By default, a 5-line header is printed at each page: two blank lines;
2589 a line with the date, the file name, and the page count; and two more
2590 blank lines.  A footer of five blank lines is also printed.
2591 The default @var{page_length} is 66
2592 lines.  The default number of text lines is therefore 56.
2593 The text line of the header takes the form
2594 @samp{@var{date} @var{string} @var{page}}, with spaces inserted around
2595 @var{string} so that the line takes up the full @var{page_width}.  Here,
2596 @var{date} is the date (see the @option{-D} or @option{--date-format}
2597 option for details), @var{string} is the centered header string, and
2598 @var{page} identifies the page number.  The @env{LC_MESSAGES} locale
2599 category affects the spelling of @var{page}; in the default C locale, it
2600 is @samp{Page @var{number}} where @var{number} is the decimal page
2601 number.
2603 Form feeds in the input cause page breaks in the output.  Multiple form
2604 feeds produce empty pages.
2606 Columns are of equal width, separated by an optional string (default
2607 is @samp{space}).  For multicolumn output, lines will always be truncated to
2608 @var{page_width} (default 72), unless you use the @option{-J} option.
2609 For single
2610 column output no line truncation occurs by default.  Use @option{-W} option to
2611 truncate lines in that case.
2613 The program accepts the following options.  Also see @ref{Common options}.
2615 @table @samp
2617 @item +@var{first_page}[:@var{last_page}]
2618 @itemx --pages=@var{first_page}[:@var{last_page}]
2619 @c The two following @opindex lines evoke warnings because they contain ':'
2620 @c The 'info' spec does not permit that.  If we use those lines, we end
2621 @c up with truncated index entries that don't work.
2622 @c @opindex +@var{first_page}[:@var{last_page}]
2623 @c @opindex --pages=@var{first_page}[:@var{last_page}]
2624 @opindex +@var{page_range}
2625 @opindex --pages=@var{page_range}
2626 Begin printing with page @var{first_page} and stop with @var{last_page}.
2627 Missing @samp{:@var{last_page}} implies end of file.  While estimating
2628 the number of skipped pages each form feed in the input file results
2629 in a new page.  Page counting with and without @samp{+@var{first_page}}
2630 is identical.  By default, counting starts with the first page of input
2631 file (not first page printed).  Line numbering may be altered by @option{-N}
2632 option.
2634 @item -@var{column}
2635 @itemx --columns=@var{column}
2636 @opindex -@var{column}
2637 @opindex --columns
2638 @cindex down columns
2639 With each single @var{file}, produce @var{column} columns of output
2640 (default is 1) and print columns down, unless @option{-a} is used.  The
2641 column width is automatically decreased as @var{column} increases; unless
2642 you use the @option{-W/-w} option to increase @var{page_width} as well.
2643 This option might well cause some lines to be truncated.  The number of
2644 lines in the columns on each page are balanced.  The options @option{-e}
2645 and @option{-i} are on for multiple text-column output.  Together with
2646 @option{-J} option column alignment and line truncation is turned off.
2647 Since spaces are converted to TABs in multicolumn output, they can be converted
2648 back by further processing through @command{pr -t -e} or @command{expand}.
2649 Lines of full length are joined in a free field format and @option{-S}
2650 option may set field separators.  @option{-@var{column}} may not be used
2651 with the @option{-m} option.
2653 @item -a
2654 @itemx --across
2655 @opindex -a
2656 @opindex --across
2657 @cindex across columns
2658 With each single @var{file}, print columns across rather than down.  The
2659 @option{-@var{column}} option must be given with @var{column} greater than one.
2660 If a line is too long to fit in a column, it is truncated.
2662 @item -c
2663 @itemx --show-control-chars
2664 @opindex -c
2665 @opindex --show-control-chars
2666 Print control characters using hat notation (e.g., @samp{^G}); print
2667 other nonprinting characters in octal backslash notation.  By default,
2668 nonprinting characters are not changed.
2670 @item -d
2671 @itemx --double-space
2672 @opindex -d
2673 @opindex --double-space
2674 @cindex double spacing
2675 Double space the output.
2677 @item -D @var{format}
2678 @itemx --date-format=@var{format}
2679 @cindex time formats
2680 @cindex formatting times
2681 Format header dates using @var{format}, using the same conventions as
2682 for the command @samp{date +@var{format}}.  @xref{date invocation}.
2683 Except for directives, which start with
2684 @samp{%}, characters in @var{format} are printed unchanged.  You can use
2685 this option to specify an arbitrary string in place of the header date,
2686 e.g., @option{--date-format="Monday morning"}.
2688 @vindex POSIXLY_CORRECT
2689 @vindex LC_TIME
2690 The default date format is @samp{%Y-%m-%d %H:%M} (for example,
2691 @samp{2020-07-09 23:59});
2692 but if the @env{POSIXLY_CORRECT} environment variable is set
2693 and the @env{LC_TIME} locale category specifies the POSIX
2694 locale, the default is @samp{%b %e %H:%M %Y} (for example,
2695 @samp{Jul@ @ 9 23:59 2020}.
2697 @vindex TZ
2698 Timestamps are listed according to the time zone rules specified by
2699 the @env{TZ} environment variable, or by the system default rules if
2700 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
2701 with @env{TZ}, libc, The GNU C Library Reference Manual}.
2703 @item -e[@var{in-tabchar}[@var{in-tabwidth}]]
2704 @itemx --expand-tabs[=@var{in-tabchar}[@var{in-tabwidth}]]
2705 @opindex -e
2706 @opindex --expand-tabs
2707 @cindex input tabs
2708 Expand @var{tab}s to spaces on input.  Optional argument @var{in-tabchar} is
2709 the input tab character (default is the TAB character).  Second optional
2710 argument @var{in-tabwidth} is the input tab character's width (default
2711 is 8).
2713 @item -f
2714 @itemx -F
2715 @itemx --form-feed
2716 @opindex -F
2717 @opindex -f
2718 @opindex --form-feed
2719 Use a form feed instead of newlines to separate output pages.  This does
2720 not alter the default page length of 66 lines.
2722 @item -h @var{header}
2723 @itemx --header=@var{header}
2724 @opindex -h
2725 @opindex --header
2726 Replace the file name in the header with the centered string @var{header}.
2727 When using the shell, @var{header} should be quoted and should be
2728 separated from @option{-h} by a space.
2730 @item -i[@var{out-tabchar}[@var{out-tabwidth}]]
2731 @itemx --output-tabs[=@var{out-tabchar}[@var{out-tabwidth}]]
2732 @opindex -i
2733 @opindex --output-tabs
2734 @cindex output tabs
2735 Replace spaces with @var{tab}s on output.  Optional argument @var{out-tabchar}
2736 is the output tab character (default is the TAB character).  Second optional
2737 argument @var{out-tabwidth} is the output tab character's width (default
2738 is 8).
2740 @item -J
2741 @itemx --join-lines
2742 @opindex -J
2743 @opindex --join-lines
2744 Merge lines of full length.  Used together with the column options
2745 @option{-@var{column}}, @option{-a -@var{column}} or @option{-m}.  Turns off
2746 @option{-W/-w} line truncation;
2747 no column alignment used; may be used with
2748 @option{--sep-string[=@var{string}]}.  @option{-J} has been introduced
2749 (together with @option{-W} and @option{--sep-string})
2750 to disentangle the old (POSIX-compliant) options @option{-w} and
2751 @option{-s} along with the three column options.
2754 @item -l @var{page_length}
2755 @itemx --length=@var{page_length}
2756 @opindex -l
2757 @opindex --length
2758 Set the page length to @var{page_length} (default 66) lines, including
2759 the lines of the header [and the footer].  If @var{page_length} is less
2760 than or equal to 10, the header and footer are omitted, as if the
2761 @option{-t} option had been given.
2763 @item -m
2764 @itemx --merge
2765 @opindex -m
2766 @opindex --merge
2767 Merge and print all @var{file}s in parallel, one in each column.  If a
2768 line is too long to fit in a column, it is truncated, unless the @option{-J}
2769 option is used.  @option{--sep-string[=@var{string}]} may be used.
2770 Empty pages in
2771 some @var{file}s (form feeds set) produce empty columns, still marked
2772 by @var{string}.  The result is a continuous line numbering and column
2773 marking throughout the whole merged file.  Completely empty merged pages
2774 show no separators or line numbers.  The default header becomes
2775 @samp{@var{date} @var{page}} with spaces inserted in the middle; this
2776 may be used with the @option{-h} or @option{--header} option to fill up
2777 the middle blank part.
2779 @item -n[@var{number-separator}[@var{digits}]]
2780 @itemx --number-lines[=@var{number-separator}[@var{digits}]]
2781 @opindex -n
2782 @opindex --number-lines
2783 Provide @var{digits} digit line numbering (default for @var{digits} is
2784 5).  With multicolumn output the number occupies the first @var{digits}
2785 column positions of each text column or only each line of @option{-m}
2786 output.  With single column output the number precedes each line just as
2787 @option{-m} does.  Default counting of the line numbers starts with the
2788 first line of the input file (not the first line printed, compare the
2789 @option{--page} option and @option{-N} option).
2790 Optional argument @var{number-separator} is the character appended to
2791 the line number to separate it from the text followed.  The default
2792 separator is the TAB character.  In a strict sense a TAB is always
2793 printed with single column output only.  The TAB width varies
2794 with the TAB position, e.g., with the left @var{margin} specified
2795 by @option{-o} option.  With multicolumn output priority is given to
2796 @samp{equal width of output columns} (a POSIX specification).
2797 The TAB width is fixed to the value of the first column and does
2798 not change with different values of left @var{margin}.  That means a
2799 fixed number of spaces is always printed in the place of the
2800 @var{number-separator} TAB@.  The tabification depends upon the output
2801 position.
2803 @item -N @var{line_number}
2804 @itemx --first-line-number=@var{line_number}
2805 @opindex -N
2806 @opindex --first-line-number
2807 Start line counting with the number @var{line_number} at first line of
2808 first page printed (in most cases not the first line of the input file).
2810 @item -o @var{margin}
2811 @itemx --indent=@var{margin}
2812 @opindex -o
2813 @opindex --indent
2814 @cindex indenting lines
2815 @cindex left margin
2816 Indent each line with a margin @var{margin} spaces wide (default is zero).
2817 The total page width is the size of the margin plus the @var{page_width}
2818 set with the @option{-W/-w} option.  A limited overflow may occur with
2819 numbered single column output (compare @option{-n} option).
2821 @item -r
2822 @itemx --no-file-warnings
2823 @opindex -r
2824 @opindex --no-file-warnings
2825 Do not print a warning message when an argument @var{file} cannot be
2826 opened.  (The exit status will still be nonzero, however.)
2828 @item -s[@var{char}]
2829 @itemx --separator[=@var{char}]
2830 @opindex -s
2831 @opindex --separator
2832 Separate columns by a single character @var{char}.  The default for
2833 @var{char} is the TAB character without @option{-w} and @samp{no
2834 character} with @option{-w}.  Without @option{-s} the default separator
2835 @samp{space} is set.  @option{-s[char]} turns off line truncation of all
2836 three column options (@option{-COLUMN}|@option{-a -COLUMN}|@option{-m}) unless
2837 @option{-w} is set.  This is a POSIX-compliant formulation.
2840 @item -S[@var{string}]
2841 @itemx --sep-string[=@var{string}]
2842 @opindex -S
2843 @opindex --sep-string
2844 Use @var{string} to separate output columns.  The @option{-S} option doesn't
2845 affect the @option{-W/-w} option, unlike the @option{-s} option which does.  It
2846 does not affect line truncation or column alignment.
2847 Without @option{-S}, and with @option{-J}, @command{pr} uses the default output
2848 separator, TAB@.
2849 Without @option{-S} or @option{-J}, @command{pr} uses a @samp{space}
2850 (same as @option{-S"@w{ }"}).
2851 If no @samp{@var{string}} argument is specified, @samp{""} is assumed.
2853 @item -t
2854 @itemx --omit-header
2855 @opindex -t
2856 @opindex --omit-header
2857 Do not print the usual header [and footer] on each page, and do not fill
2858 out the bottom of pages (with blank lines or a form feed).  No page
2859 structure is produced, but form feeds set in the input files are retained.
2860 The predefined pagination is not changed.  @option{-t} or @option{-T} may be
2861 useful together with other options; e.g.: @option{-t -e4}, expand TAB characters
2862 in the input file to 4 spaces but don't make any other changes.  Use of
2863 @option{-t} overrides @option{-h}.
2865 @item -T
2866 @itemx --omit-pagination
2867 @opindex -T
2868 @opindex --omit-pagination
2869 Do not print header [and footer].  In addition eliminate all form feeds
2870 set in the input files.
2872 @item -v
2873 @itemx --show-nonprinting
2874 @opindex -v
2875 @opindex --show-nonprinting
2876 Print nonprinting characters in octal backslash notation.
2878 @item -w @var{page_width}
2879 @itemx --width=@var{page_width}
2880 @opindex -w
2881 @opindex --width
2882 Set page width to @var{page_width} characters for multiple text-column
2883 output only (default for @var{page_width} is 72).  The specified
2884 @var{page_width} is rounded down so that columns have equal width.
2885 @option{-s[CHAR]} turns off the default page width and any line truncation
2886 and column alignment.
2887 Lines of full length are merged, regardless of the column options
2888 set.  No @var{page_width} setting is possible with single column output.
2889 A POSIX-compliant formulation.
2891 @item -W @var{page_width}
2892 @itemx --page_width=@var{page_width}
2893 @opindex -W
2894 @opindex --page_width
2895 Set the page width to @var{page_width} characters, honored with and
2896 without a column option.  With a column option, the specified @var{page_width}
2897 is rounded down so that columns have equal width.  Text lines are truncated,
2898 unless @option{-J} is used. Together with one of the three column options
2899 (@option{-@var{column}}, @option{-a -@var{column}} or @option{-m}) column
2900 alignment is always used.  The separator options @option{-S} or @option{-s}
2901 don't disable the @option{-W} option.  Default is 72 characters.  Without
2902 @option{-W @var{page_width}} and without any of the column options NO line
2903 truncation is used (defined to keep downward compatibility and to meet
2904 most frequent tasks).  That's equivalent to @option{-W 72 -J}@.  The header
2905 line is never truncated.
2907 @end table
2909 @exitstatus
2912 @node fold invocation
2913 @section @command{fold}: Wrap input lines to fit in specified width
2915 @pindex fold
2916 @cindex wrapping long input lines
2917 @cindex folding long input lines
2919 @command{fold} writes each @var{file} (@option{-} means standard input), or
2920 standard input if none are given, to standard output, breaking long
2921 lines.  Synopsis:
2923 @example
2924 fold [@var{option}]@dots{} [@var{file}]@dots{}
2925 @end example
2927 By default, @command{fold} breaks lines wider than 80 columns.  The output
2928 is split into as many lines as necessary.
2930 @cindex screen columns
2931 @command{fold} counts screen columns by default; thus, a tab may count more
2932 than one column, backspace decreases the column count, and carriage
2933 return sets the column to zero.
2935 The program accepts the following options.  Also see @ref{Common options}.
2937 @table @samp
2939 @item -b
2940 @itemx --bytes
2941 @opindex -b
2942 @opindex --bytes
2943 Count bytes rather than columns, so that tabs, backspaces, and carriage
2944 returns are each counted as taking up one column, just like other
2945 characters.
2947 @item -s
2948 @itemx --spaces
2949 @opindex -s
2950 @opindex --spaces
2951 Break at word boundaries: the line is broken after the last blank before
2952 the maximum line length.  If the line contains no such blanks, the line
2953 is broken at the maximum line length as usual.
2955 @item -w @var{width}
2956 @itemx --width=@var{width}
2957 @opindex -w
2958 @opindex --width
2959 Use a maximum line length of @var{width} columns instead of 80.
2961 For compatibility @command{fold} supports an obsolete option syntax
2962 @option{-@var{width}}.  New scripts should use @option{-w @var{width}}
2963 instead.
2965 @end table
2967 @exitstatus
2970 @node Output of parts of files
2971 @chapter Output of parts of files
2973 @cindex output of parts of files
2974 @cindex parts of files, output of
2976 These commands output pieces of the input.
2978 @menu
2979 * head invocation::             Output the first part of files.
2980 * tail invocation::             Output the last part of files.
2981 * split invocation::            Split a file into pieces.
2982 * csplit invocation::           Split a file into context-determined pieces.
2983 @end menu
2985 @node head invocation
2986 @section @command{head}: Output the first part of files
2988 @pindex head
2989 @cindex initial part of files, outputting
2990 @cindex first part of files, outputting
2992 @command{head} prints the first part (10 lines by default) of each
2993 @var{file}; it reads from standard input if no files are given or
2994 when given a @var{file} of @option{-}.  Synopsis:
2996 @example
2997 head [@var{option}]@dots{} [@var{file}]@dots{}
2998 @end example
3000 If more than one @var{file} is specified, @command{head} prints a
3001 one-line header consisting of:
3003 @example
3004 ==> @var{file name} <==
3005 @end example
3007 @noindent
3008 before the output for each @var{file}.
3010 The program accepts the following options.  Also see @ref{Common options}.
3012 @table @samp
3014 @item -c [-]@var{num}
3015 @itemx --bytes=[-]@var{num}
3016 @opindex -c
3017 @opindex --bytes
3018 Print the first @var{num} bytes, instead of initial lines.
3019 However, if @var{num} is prefixed with a @samp{-},
3020 print all but the last @var{num} bytes of each file.
3021 @multiplierSuffixes{num}
3023 @item -n [-]@var{num}
3024 @itemx --lines=[-]@var{num}
3025 @opindex -n
3026 @opindex --lines
3027 Output the first @var{num} lines.
3028 However, if @var{num} is prefixed with a @samp{-},
3029 print all but the last @var{num} lines of each file.
3030 Size multiplier suffixes are the same as with the @option{-c} option.
3032 @item -q
3033 @itemx --quiet
3034 @itemx --silent
3035 @opindex -q
3036 @opindex --quiet
3037 @opindex --silent
3038 Never print file name headers.
3040 @item -v
3041 @itemx --verbose
3042 @opindex -v
3043 @opindex --verbose
3044 Always print file name headers.
3046 @optZeroTerminated
3048 @end table
3050 For compatibility @command{head} also supports an obsolete option syntax
3051 @option{-[@var{num}][bkm][cqv]}, which is recognized only if it is
3052 specified first.  @var{num} is a decimal number optionally followed
3053 by a size letter (@samp{b}, @samp{k}, @samp{m}) as in @option{-c}, or
3054 @samp{l} to mean count by lines, or other option letters (@samp{cqv}).
3055 Scripts intended for standard hosts should use @option{-c @var{num}}
3056 or @option{-n @var{num}} instead.  If your script must also run on
3057 hosts that support only the obsolete syntax, it is usually simpler to
3058 avoid @command{head}, e.g., by using @samp{sed 5q} instead of
3059 @samp{head -5}.
3061 @exitstatus
3064 @node tail invocation
3065 @section @command{tail}: Output the last part of files
3067 @pindex tail
3068 @cindex last part of files, outputting
3070 @command{tail} prints the last part (10 lines by default) of each
3071 @var{file}; it reads from standard input if no files are given or
3072 when given a @var{file} of @samp{-}.  Synopsis:
3074 @example
3075 tail [@var{option}]@dots{} [@var{file}]@dots{}
3076 @end example
3078 If more than one @var{file} is specified, @command{tail} prints a
3079 one-line header before the output for each @var{file}, consisting of:
3081 @example
3082 ==> @var{file name} <==
3083 @end example
3085 For further processing of tail output, it can be useful to convert the
3086 file headers to line prefixes, which can be done like:
3088 @example
3089 tail @dots{} |
3090 awk '
3091   /^==> .* <==$/ @{prefix=substr($0,5,length-8)":"; next@}
3092   @{print prefix$0@}
3093 ' | @dots{}
3094 @end example
3096 @cindex BSD @command{tail}
3097 GNU @command{tail} can output any amount of data (some other versions of
3098 @command{tail} cannot).  It also has no @option{-r} option (print in
3099 reverse), since reversing a file is really a different job from printing
3100 the end of a file; BSD @command{tail} (which is the one with @option{-r}) can
3101 only reverse files that are at most as large as its buffer, which is
3102 typically 32 KiB@.  A more reliable and versatile way to reverse files is
3103 the GNU @command{tac} command.
3105 The program accepts the following options.  Also see @ref{Common options}.
3107 @table @samp
3109 @item -c [+]@var{num}
3110 @itemx --bytes=[+]@var{num}
3111 @opindex -c
3112 @opindex --bytes
3113 Output the last @var{num} bytes, instead of final lines.
3114 If @var{num} is prefixed with a @samp{+}, start printing with
3115 byte @var{num} from the start of each file. For example to skip the first byte
3116 use @code{tail -c +2}, while to skip all but the last byte use @code{tail -c 1}.
3117 @multiplierSuffixes{num}
3119 @item -f
3120 @itemx --follow[=@var{how}]
3121 @opindex -f
3122 @opindex --follow
3123 @cindex growing files
3124 @vindex name @r{follow option}
3125 @vindex descriptor @r{follow option}
3126 Loop forever trying to read more characters at the end of the file,
3127 presumably because the file is growing.
3128 If more than one file is given, @command{tail} prints a header whenever it
3129 gets output from a different file, to indicate which file that output is
3130 from.
3132 There are two ways to specify how you'd like to track files with this option,
3133 but that difference is noticeable only when a followed file is removed or
3134 renamed.
3135 If you'd like to continue to track the end of a growing file even after
3136 it has been unlinked, use @option{--follow=descriptor}.  This is the default
3137 behavior, but it is not useful if you're tracking a log file that may be
3138 rotated (removed or renamed, then reopened).  In that case, use
3139 @option{--follow=name} to track the named file, perhaps by reopening it
3140 periodically to see if it has been removed and recreated by some other program.
3141 The inotify-based implementation handles this case without
3142 the need for any periodic reopening.
3144 No matter which method you use, if the tracked file is determined to have
3145 shrunk, @command{tail} prints a message saying the file has been truncated
3146 and resumes tracking from the start of the file, assuming it has been
3147 truncated to 0, which is the usual truncation operation for log files.
3149 When a file is removed, @command{tail}'s behavior depends on whether it is
3150 following the name or the descriptor.  When following by name, tail can
3151 detect that a file has been removed and gives a message to that effect,
3152 and if @option{--retry} has been specified it will continue checking
3153 periodically to see if the file reappears.
3154 When following a descriptor, tail does not detect that the file has
3155 been unlinked or renamed and issues no message;  even though the file
3156 may no longer be accessible via its original name, it may still be
3157 growing.
3159 The option values @samp{descriptor} and @samp{name} may be specified only
3160 with the long form of the option, not with @option{-f}.
3162 The @option{-f} option is ignored if
3163 no @var{file} operand is specified and standard input is a FIFO or a pipe.
3164 Likewise, the @option{-f} option has no effect for any
3165 operand specified as @samp{-}, when standard input is a FIFO or a pipe.
3167 With kernel inotify support, output is triggered by file changes
3168 and is generally very prompt.
3169 Otherwise, @command{tail} sleeps for one second between checks --
3170 use @option{--sleep-interval=@var{n}} to change that default -- which can
3171 make the output appear slightly less responsive or bursty.
3172 When using tail without inotify support, you can make it more responsive
3173 by using a sub-second sleep interval, e.g., via an alias like this:
3175 @example
3176 alias tail='tail -s.1'
3177 @end example
3179 @item -F
3180 @opindex -F
3181 This option is the same as @option{--follow=name --retry}.  That is, tail
3182 will attempt to reopen a file when it is removed.  Should this fail, tail
3183 will keep trying until it becomes accessible again.
3185 @item --max-unchanged-stats=@var{n}
3186 @opindex --max-unchanged-stats
3187 When tailing a file by name, if there have been @var{n} (default
3188 n=@value{DEFAULT_MAX_N_UNCHANGED_STATS_BETWEEN_OPENS}) consecutive
3189 iterations for which the file has not changed, then
3190 @code{open}/@code{fstat} the file to determine if that file name is
3191 still associated with the same device/inode-number pair as before.
3192 When following a log file that is rotated, this is approximately the
3193 number of seconds between when tail prints the last pre-rotation lines
3194 and when it prints the lines that have accumulated in the new log file.
3195 This option is meaningful only when polling (i.e., without inotify)
3196 and when following by name.
3198 @item -n [+]@var{num}
3199 @itemx --lines=[+]@var{}
3200 @opindex -n
3201 @opindex --lines
3202 Output the last @var{num} lines.
3203 If @var{num} is prefixed with a @samp{+}, start printing with
3204 line @var{num} from the start of each file. For example to skip the first line
3205 use @code{tail -n +2}, while to skip all but the last line use @code{tail -n 1}.
3206 Size multiplier suffixes are the same as with the @option{-c} option.
3208 @item --pid=@var{pid}
3209 @opindex --pid
3210 When following by name or by descriptor, you may specify the process ID,
3211 @var{pid}, of one or more (by repeating @option{--pid}) writers of the
3212 @var{file} arguments.  Then, shortly after all the identified
3213 processes terminate, tail will also terminate.  This will
3214 work properly only if the writers and the tailing process are running on
3215 the same machine.  For example, to save the output of a build in a file
3216 and to watch the file grow, if you invoke @command{make} and @command{tail}
3217 like this then the tail process will stop when your build completes.
3218 Without this option, you would have had to kill the @code{tail -f}
3219 process yourself.
3221 @example
3222 $ make >& makerr & tail --pid=$! -f makerr
3223 @end example
3225 If you specify a @var{pid} that is not in use or that does not correspond
3226 to the process that is writing to the tailed files, then @command{tail}
3227 may terminate long before any @var{file}s stop growing or it may not
3228 terminate until long after the real writer has terminated.
3229 On some systems, @option{--pid} is not supported and @command{tail}
3230 outputs a warning.
3232 @item -q
3233 @itemx --quiet
3234 @itemx --silent
3235 @opindex -q
3236 @opindex --quiet
3237 @opindex --silent
3238 Never print file name headers.
3240 @item --retry
3241 @opindex --retry
3242 Indefinitely try to open the specified file.
3243 This option is useful mainly when following (and otherwise issues a warning).
3245 When following by file descriptor (i.e., with @option{--follow=descriptor}),
3246 this option only affects the initial open of the file, as after a successful
3247 open, @command{tail} will start following the file descriptor.
3249 When following by name (i.e., with @option{--follow=name}), @command{tail}
3250 infinitely retries to re-open the given files until killed.
3252 Without this option, when @command{tail} encounters a file that doesn't
3253 exist or is otherwise inaccessible, it reports that fact and
3254 never checks it again.
3256 @item -s @var{number}
3257 @itemx --sleep-interval=@var{number}
3258 @opindex -s
3259 @opindex --sleep-interval
3260 Change the number of seconds to wait between iterations (the default is 1.0).
3261 During one iteration, every specified file is checked to see if it has
3262 changed size.
3263 When @command{tail} uses inotify, this polling-related option
3264 is usually ignored.  However, if you also specify @option{--pid=@var{p}},
3265 @command{tail} checks whether process @var{p} is alive at least
3266 every @var{number} seconds.
3267 The @var{number} must be non-negative and can be a floating-point number
3268 in either the current or the C locale.  @xref{Floating point}.
3270 @item -v
3271 @itemx --verbose
3272 @opindex -v
3273 @opindex --verbose
3274 Always print file name headers.
3276 @optZeroTerminated
3278 @end table
3280 For compatibility @command{tail} also supports an obsolete usage
3281 @samp{tail -[@var{num}][bcl][f] [@var{file}]}, which is recognized
3282 only if it does not conflict with the usage described
3283 above.  This obsolete form uses exactly one option and at most one
3284 file.  In the option, @var{num} is an optional decimal number optionally
3285 followed by a size letter (@samp{b}, @samp{c}, @samp{l}) to mean count
3286 by 512-byte blocks, bytes, or lines, optionally followed by @samp{f}
3287 which has the same meaning as @option{-f}.
3289 @vindex _POSIX2_VERSION
3290 On systems not conforming to POSIX 1003.1-2001, the leading @samp{-}
3291 can be replaced by @samp{+} in the traditional option syntax with the
3292 same meaning as in counts, and on obsolete systems predating POSIX
3293 1003.1-2001 traditional usage overrides normal usage when the two
3294 conflict.  This behavior can be controlled with the
3295 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
3296 conformance}).
3298 Scripts intended for use on standard hosts should avoid traditional
3299 syntax and should use @option{-c @var{num}[b]}, @option{-n
3300 @var{num}}, and/or @option{-f} instead.  If your script must also
3301 run on hosts that support only the traditional syntax, you can often
3302 rewrite it to avoid problematic usages, e.g., by using @samp{sed -n
3303 '$p'} rather than @samp{tail -1}.  If that's not possible, the script
3304 can use a test like @samp{if tail -c +1 </dev/null >/dev/null 2>&1;
3305 then @dots{}} to decide which syntax to use.
3307 Even if your script assumes the standard behavior, you should still
3308 beware usages whose behaviors differ depending on the POSIX
3309 version.  For example, avoid @samp{tail - main.c}, since it might be
3310 interpreted as either @samp{tail main.c} or as @samp{tail -- -
3311 main.c}; avoid @samp{tail -c 4}, since it might mean either @samp{tail
3312 -c4} or @samp{tail -c 10 4}; and avoid @samp{tail +4}, since it might
3313 mean either @samp{tail ./+4} or @samp{tail -n +4}.
3315 @exitstatus
3318 @node split invocation
3319 @section @command{split}: Split a file into pieces.
3321 @pindex split
3322 @cindex splitting a file into pieces
3323 @cindex pieces, splitting a file into
3325 @command{split} creates output files containing consecutive or interleaved
3326 sections of @var{input}  (standard input if none is given or @var{input}
3327 is @samp{-}).  Synopsis:
3329 @example
3330 split [@var{option}] [@var{input} [@var{prefix}]]
3331 @end example
3333 By default, @command{split} puts 1000 lines of @var{input} (or whatever is
3334 left over for the last section), into each output file.
3336 @cindex output file name prefix
3337 The output files' names consist of @var{prefix} (@samp{x} by default)
3338 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
3339 default), such that concatenating the output files in traditional
3340 sorted order by file name produces the original input file (except
3341 @option{-nr/@var{n}}).  By default split will initially create files
3342 with two generated suffix characters, and will increase this width by two
3343 when the next most significant position reaches the last character.
3344 (@samp{yz}, @samp{zaaa}, @samp{zaab}, @dots{}).  In this way an arbitrary
3345 number of output files are supported, which sort as described above,
3346 even in the presence of an @option{--additional-suffix} option.
3347 If the @option{-a} option is specified and the output file names are
3348 exhausted, @command{split} reports an error without deleting the
3349 output files that it did create.
3351 The program accepts the following options.  Also see @ref{Common options}.
3353 @table @samp
3355 @item -l @var{lines}
3356 @itemx --lines=@var{lines}
3357 @opindex -l
3358 @opindex --lines
3359 Put @var{lines} lines of @var{input} into each output file.
3360 If @option{--separator} is specified, then @var{lines} determines
3361 the number of records.
3363 For compatibility @command{split} also supports an obsolete
3364 option syntax @option{-@var{lines}}.  New scripts should use
3365 @option{-l @var{lines}} instead.
3367 @item -b @var{size}
3368 @itemx --bytes=@var{size}
3369 @opindex -b
3370 @opindex --bytes
3371 Put @var{size} bytes of @var{input} into each output file.
3372 @multiplierSuffixes{size}
3374 @item -C @var{size}
3375 @itemx --line-bytes=@var{size}
3376 @opindex -C
3377 @opindex --line-bytes
3378 Put into each output file as many complete lines of @var{input} as
3379 possible without exceeding @var{size} bytes.  Individual lines or records
3380 longer than @var{size} bytes are broken into multiple files.
3381 @var{size} has the same format as for the @option{--bytes} option.
3382 If @option{--separator} is specified, then @var{lines} determines
3383 the number of records.
3385 @item --filter=@var{command}
3386 @opindex --filter
3387 With this option, rather than simply writing to each output file,
3388 write through a pipe to the specified shell @var{command} for each output file.
3389 @var{command} should use the $FILE environment variable, which is set
3390 to a different output file name for each invocation of the command.
3391 For example, imagine that you have a 1TiB compressed file
3392 that, if uncompressed, would be too large to reside on secondary storage,
3393 yet you must split it into individually-compressed pieces
3394 of a more manageable size.
3395 To do that, you might run this command:
3397 @example
3398 xz -dc BIG.xz | split -b200G --filter='xz > $FILE.xz' - big-
3399 @end example
3401 Assuming a 10:1 compression ratio, that would create about fifty 20GiB files
3402 with names @file{big-aa.xz}, @file{big-ab.xz}, @file{big-ac.xz}, etc.
3404 @item -n @var{chunks}
3405 @itemx --number=@var{chunks}
3406 @opindex -n
3407 @opindex --number
3409 Split @var{input} to @var{chunks} output files where @var{chunks} may be:
3411 @example
3412 @var{n}      generate @var{n} files based on current size of @var{input}
3413 @var{k}/@var{n}    output only @var{k}th of @var{n} to standard output
3414 l/@var{n}    generate @var{n} files without splitting lines or records
3415 l/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3416 r/@var{n}    like @samp{l} but use round robin distribution
3417 r/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3418 @end example
3420 If the input size is not a multiple of @var{n}, early output files are
3421 one byte longer than later output files, to make up the difference.
3422 Any excess bytes appearing after the initial calculation are discarded
3423 (except when using @samp{r} mode).
3425 All @var{n} files are created even if there are fewer than @var{n} lines,
3426 or the @var{input} is truncated.
3428 For @samp{l} mode, chunks are approximately @var{input} size / @var{n}.
3429 Although the @var{input} is still partitioned as before into @var{n} regions
3430 of approximately equal size, if a line @emph{starts} within a partition
3431 it is written completely to the corresponding file.  Since lines or records
3432 are not split even if they overlap a partition, the files written
3433 can be larger or smaller than the partition size, and even empty
3434 if a line/record is so long as to completely overlap the partition.
3436 When the input is a pipe or some other special file where the size
3437 cannot easily be determined, there is no trouble for @samp{r} mode
3438 because the size of the input is irrelevant.  For other modes, such an
3439 input is first copied to a temporary to determine its size.
3441 @item -a @var{length}
3442 @itemx --suffix-length=@var{length}
3443 @opindex -a
3444 @opindex --suffix-length
3445 Use suffixes of length @var{length}.  If a @var{length} of 0 is specified,
3446 this is the same as if (any previous) @option{-a} was not specified, and
3447 thus enables the default behavior, which starts the suffix length at 2,
3448 and unless @option{-n} or @option{--numeric-suffixes=@var{from}} is
3449 specified, will auto increase the length by 2 as required.
3451 @item -d
3452 @itemx --numeric-suffixes[=@var{from}]
3453 @opindex -d
3454 @opindex --numeric-suffixes
3455 Use digits in suffixes rather than lower-case letters.  The numerical
3456 suffix counts from @var{from} if specified, 0 otherwise.
3458 @var{from} is supported with the long form option, and is used to either set the
3459 initial suffix for a single run, or to set the suffix offset for independently
3460 split inputs, and consequently the auto suffix length expansion described above
3461 is disabled.  Therefore you may also want to use option @option{-a} to allow
3462 suffixes beyond @samp{99}.  If option @option{--number} is specified and
3463 the number of files is less than @var{from}, a single run is assumed and the
3464 minimum suffix length required is automatically determined.
3466 @item -x
3467 @itemx --hex-suffixes[=@var{from}]
3468 @opindex -x
3469 @opindex --hex-suffixes
3470 Like @option{--numeric-suffixes}, but use hexadecimal numbers (in lower case).
3472 @item --additional-suffix=@var{suffix}
3473 @opindex --additional-suffix
3474 Append an additional @var{suffix} to output file names.  @var{suffix}
3475 must not contain slash.
3477 @item -e
3478 @itemx --elide-empty-files
3479 @opindex -e
3480 @opindex --elide-empty-files
3481 Suppress the generation of zero-length output files.  This can happen
3482 with the @option{--number} option if a file is (truncated to be) shorter
3483 than the number requested, or if a line is so long as to completely
3484 span a chunk.  The output file sequence numbers, always run consecutively
3485 even when this option is specified.
3487 @item -t @var{separator}
3488 @itemx --separator=@var{separator}
3489 @opindex -t
3490 @opindex --separator
3491 @cindex line separator character
3492 @cindex record separator character
3493 Use character @var{separator} as the record separator instead of the default
3494 newline character (ASCII LF).
3495 To specify ASCII NUL as the separator, use the two-character string @samp{\0},
3496 e.g., @samp{split -t '\0'}.
3498 @item -u
3499 @itemx --unbuffered
3500 @opindex -u
3501 @opindex --unbuffered
3502 Immediately copy input to output in @option{--number r/@dots{}} mode,
3503 which is a much slower mode of operation.
3505 @item --verbose
3506 @opindex --verbose
3507 Write a diagnostic just before each output file is opened.
3509 @end table
3511 @exitstatus
3513 Here are a few examples to illustrate how the
3514 @option{--number} (@option{-n}) option works:
3516 Notice how, by default, one line may be split onto two or more:
3518 @example
3519 $ seq -w 6 10 > k; split -n3 k; head xa?
3520 ==> xaa <==
3523 ==> xab <==
3527 ==> xac <==
3530 @end example
3532 Use the "l/" modifier to suppress that:
3534 @example
3535 $ seq -w 6 10 > k; split -nl/3 k; head xa?
3536 ==> xaa <==
3540 ==> xab <==
3544 ==> xac <==
3546 @end example
3548 Use the "r/" modifier to distribute lines in a round-robin fashion:
3550 @example
3551 $ seq -w 6 10 > k; split -nr/3 k; head xa?
3552 ==> xaa <==
3556 ==> xab <==
3560 ==> xac <==
3562 @end example
3564 You can also extract just the Kth chunk.
3565 This extracts and prints just the 7th "chunk" of 33:
3567 @example
3568 $ seq 100 > k; split -nl/7/33 k
3572 @end example
3575 @node csplit invocation
3576 @section @command{csplit}: Split a file into context-determined pieces
3578 @pindex csplit
3579 @cindex context splitting
3580 @cindex splitting a file into pieces by context
3582 @command{csplit} creates zero or more output files containing sections of
3583 @var{input} (standard input if @var{input} is @samp{-}).  Synopsis:
3585 @example
3586 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{}
3587 @end example
3589 The contents of the output files are determined by the @var{pattern}
3590 arguments, as detailed below.  An error occurs if a @var{pattern}
3591 argument refers to a nonexistent line of the input file (e.g., if no
3592 remaining line matches a given regular expression).  After every
3593 @var{pattern} has been matched, any remaining input is copied into one
3594 last output file.
3596 By default, @command{csplit} prints the number of bytes written to each
3597 output file after it has been created.
3599 The types of pattern arguments are:
3601 @table @samp
3603 @item @var{n}
3604 Create an output file containing the input up to but not including line
3605 @var{n} (a positive integer).  If followed by a repeat count, also
3606 create an output file containing the next @var{n} lines of the input
3607 file once for each repeat.
3609 @item /@var{regexp}/[@var{offset}]
3610 Create an output file containing the current line up to (but not
3611 including) the next line of the input file that contains a match for
3612 @var{regexp}.  The optional @var{offset} is an integer, that can
3613 be preceded by @samp{+} or @samp{-}.
3614 If it is given, the input up to (but not including) the
3615 matching line plus or minus @var{offset} is put into the output file,
3616 and the line after that begins the next section of input.
3617 Lines within a negative offset of a regexp pattern
3618 are not matched in subsequent regexp patterns.
3620 @item %@var{regexp}%[@var{offset}]
3621 Like the previous type, except that it does not create an output
3622 file, so that section of the input file is effectively ignored.
3624 @item @{@var{repeat-count}@}
3625 Repeat the previous pattern @var{repeat-count} additional
3626 times.  The @var{repeat-count} can either be a positive integer or an
3627 asterisk, meaning repeat as many times as necessary until the input is
3628 exhausted.
3630 @end table
3632 The output files' names consist of a prefix (@samp{xx} by default)
3633 followed by a suffix.  By default, the suffix is an ascending sequence
3634 of two-digit decimal numbers from @samp{00} to @samp{99}.  In any case,
3635 concatenating the output files in sorted order by file name produces the
3636 original input file, excluding portions skipped with a %@var{regexp}%
3637 pattern or the @option{--suppress-matched} option.
3639 By default, if @command{csplit} encounters an error or receives a hangup,
3640 interrupt, quit, or terminate signal, it removes any output files
3641 that it has created so far before it exits.
3643 The program accepts the following options.  Also see @ref{Common options}.
3645 @table @samp
3647 @item -f @var{prefix}
3648 @itemx --prefix=@var{prefix}
3649 @opindex -f
3650 @opindex --prefix
3651 @cindex output file name prefix
3652 Use @var{prefix} as the output file name prefix.
3654 @item -b @var{format}
3655 @itemx --suffix-format=@var{format}
3656 @opindex -b
3657 @opindex --suffix-format
3658 @cindex output file name suffix
3659 Use @var{format} as the output file name suffix.  When this option is
3660 specified, the suffix string must include exactly one
3661 @code{printf(3)}-style conversion specification, possibly including
3662 format specification flags, a field width, a precision specification,
3663 or all of these kinds of modifiers.  The format letter must convert a
3664 binary unsigned integer argument to readable form.  The format letters
3665 @samp{d} and @samp{i} are aliases for @samp{u}, and the
3666 @samp{u}, @samp{o}, @samp{x}, and @samp{X} conversions are allowed.  The
3667 entire @var{format} is given (with the current output file number) to
3668 @code{sprintf(3)} to form the file name suffixes for each of the
3669 individual output files in turn.  If this option is used, the
3670 @option{--digits} option is ignored.
3672 @item -n @var{digits}
3673 @itemx --digits=@var{digits}
3674 @opindex -n
3675 @opindex --digits
3676 Use output file names containing numbers that are @var{digits} digits
3677 long instead of the default 2.
3679 @item -k
3680 @itemx --keep-files
3681 @opindex -k
3682 @opindex --keep-files
3683 Do not remove output files when errors are encountered.
3685 @item --suppress-matched
3686 @opindex --suppress-matched
3687 Do not output lines matching the specified @var{pattern}.
3688 I.e., suppress the boundary line from the start of the second
3689 and subsequent splits.
3691 @item -z
3692 @itemx --elide-empty-files
3693 @opindex -z
3694 @opindex --elide-empty-files
3695 Suppress the generation of zero-length output files.  (In cases where
3696 the section delimiters of the input file are supposed to mark the first
3697 lines of each of the sections, the first output file will generally be a
3698 zero-length file unless you use this option.)  The output file sequence
3699 numbers always run consecutively starting from 0, even when this option
3700 is specified.
3702 @item -s
3703 @itemx -q
3704 @itemx --silent
3705 @itemx --quiet
3706 @opindex -s
3707 @opindex -q
3708 @opindex --silent
3709 @opindex --quiet
3710 Do not print counts of output file sizes.
3712 @end table
3714 @exitstatus
3716 Here is an example of its usage.
3717 First, create an empty directory for the exercise,
3718 and cd into it:
3720 @example
3721 $ mkdir d && cd d
3722 @end example
3724 Now, split the sequence of 1..14 on lines that end with 0 or 5:
3726 @example
3727 $ seq 14 | csplit - '/[05]$/' '@{*@}'
3731 @end example
3733 Each number printed above is the size of an output
3734 file that csplit has just created.
3735 List the names of those output files:
3737 @example
3738 $ ls
3739 xx00  xx01  xx02
3740 @end example
3742 Use @command{head} to show their contents:
3744 @example
3745 $ head xx*
3746 ==> xx00 <==
3752 ==> xx01 <==
3759 ==> xx02 <==
3765 @end example
3767 Example of splitting input by empty lines:
3769 @example
3770 $ csplit --suppress-matched @var{input.txt} '/^$/' '@{*@}'
3771 @end example
3774 @c TODO: "uniq" already supports "--group".
3775 @c        when it gets the "--key" option, uncomment this example.
3777 @c Example of splitting input file, based on the value of column 2:
3779 @c @example
3780 @c $ cat @var{input.txt} |
3781 @c       sort -k2,2 |
3782 @c       uniq --group -k2,2 |
3783 @c       csplit -m '/^$/' '@{*@}'
3784 @c @end example
3786 @node Summarizing files
3787 @chapter Summarizing files
3789 @cindex summarizing files
3791 These commands generate just a few numbers representing entire
3792 contents of files.
3794 @menu
3795 * wc invocation::               Print newline, word, and byte counts.
3796 * sum invocation::              Print checksum and block counts.
3797 * cksum invocation::            Print CRC checksum and byte counts.
3798 * md5sum invocation::           Print or check MD5 digests.
3799 * b2sum invocation::            Print or check BLAKE2 digests.
3800 * sha1sum invocation::          Print or check SHA-1 digests.
3801 * sha2 utilities::              Print or check SHA-2 digests.
3802 @end menu
3805 @node wc invocation
3806 @section @command{wc}: Print newline, word, and byte counts
3808 @pindex wc
3809 @cindex byte count
3810 @cindex character count
3811 @cindex word count
3812 @cindex line count
3814 @command{wc} counts the number of bytes, characters, words, and newlines
3815 in each given @var{file}, or standard input if none are given
3816 or for a @var{file} of @samp{-}.  A word is a nonempty sequence of non white
3817 space delimited by white space characters or by start or end of input.
3818 Synopsis:
3820 @example
3821 wc [@var{option}]@dots{} [@var{file}]@dots{}
3822 @end example
3824 @cindex total counts
3825 @command{wc} prints one line of counts for each file, and if the file was
3826 given as an argument, it prints the file name following the counts. By default
3827 if more than one @var{file} is given, @command{wc} prints a final line
3828 containing the cumulative counts, with the file name @file{total}.
3829 This @samp{total} line can be controlled with the @option{--total} option,
3830 which is a GNU extension.
3831 The counts are printed in this order: newlines, words, characters, bytes,
3832 maximum line length.
3833 Each count is printed right-justified in a field with at least one
3834 space between fields so that the numbers and file names normally line
3835 up nicely in columns.  The width of the count fields varies depending
3836 on the inputs, so you should not depend on a particular field width.
3837 However, as a GNU extension, if only one count is printed,
3838 it is guaranteed to be printed without leading spaces.
3840 By default, @command{wc} prints three counts: the newline, words, and byte
3841 counts.  Options can specify that only certain counts be printed.
3842 Options do not undo others previously given, so
3844 @example
3845 wc --bytes --words
3846 @end example
3848 @noindent
3849 prints both the byte counts and the word counts.
3851 With the @option{--max-line-length} option, @command{wc} prints the length
3852 of the longest line per file, and if there is more than one file it
3853 prints the maximum (not the sum) of those lengths.  The line lengths here
3854 are measured in screen columns, according to the current locale and
3855 assuming tab positions in every 8th column.
3857 The program accepts the following options.  Also see @ref{Common options}.
3859 @table @samp
3861 @item -c
3862 @itemx --bytes
3863 @opindex -c
3864 @opindex --bytes
3865 Print only the byte counts.
3867 @item -m
3868 @itemx --chars
3869 @opindex -m
3870 @opindex --chars
3871 Print only the character counts, as per the current locale.
3872 Encoding errors are not counted.
3874 @item -w
3875 @itemx --words
3876 @opindex -w
3877 @opindex --words
3878 Print only the word counts.  A word is a nonempty sequence of non white
3879 space delimited by white space characters or by start or end of input.
3880 The current locale determines which characters are white space.
3881 GNU @command{wc} treats encoding errors as non white space.
3883 @vindex POSIXLY_CORRECT
3884 Unless the environment variable @env{POSIXLY_CORRECT} is set,
3885 GNU @command{wc} treats the following Unicode characters as white
3886 space even if the current locale does not: U+00A0 NO-BREAK SPACE,
3887 U+2007 FIGURE SPACE, U+202F NARROW NO-BREAK SPACE, and U+2060 WORD
3888 JOINER.
3890 @item -l
3891 @itemx --lines
3892 @opindex -l
3893 @opindex --lines
3894 Print only the newline character counts.
3895 If a file ends in a non-newline character,
3896 its trailing partial line is not counted.
3898 @item -L
3899 @itemx --max-line-length
3900 @opindex -L
3901 @opindex --max-line-length
3902 Print only the maximum display widths.
3903 Tabs are set at every 8th column.
3904 Display widths of wide characters are considered.
3905 Non-printable characters are given 0 width.
3907 @item --total=@var{when}
3908 @opindex --total=@var{when}
3909 Control when and how the final line with cumulative counts is printed.
3910 @var{when} is one of:
3911 @itemize @bullet
3912 @item auto
3913 @vindex auto @r{total option}
3914 - This is the default mode of @command{wc} when no @option{--total}
3915 option is specified.  Output a total line if more than one @var{file}
3916 is specified.
3917 @item always
3918 @vindex always @r{total option}
3919 - Always output a total line, irrespective of the number of files processed.
3920 @item only
3921 @vindex only @r{total option}
3922 - Only output total counts.  I.e., don't print individual file counts,
3923 suppress any leading spaces, and don't print the @samp{total} word itself,
3924 to simplify subsequent processing.
3925 @item never
3926 @vindex none @r{total option}
3927 - Never output a total line.
3928 @end itemize
3930 @macro filesZeroFromOption{cmd,withTotalOption,subListOutput}
3931 @item --files0-from=@var{file}
3932 @opindex --files0-from=@var{file}
3933 @c This is commented out to avoid a texi2dvi failure.
3934 @c texi2dvi (GNU Texinfo 4.11) 1.104
3935 @c @cindex including files from @command{\cmd\}
3936 Disallow processing files named on the command line, and instead process
3937 those named in file @var{file}; each name being terminated by a zero byte
3938 (ASCII NUL).
3939 This is useful \withTotalOption\
3940 when the list of file names is so long that it may exceed a command line
3941 length limitation.
3942 In such cases, running @command{\cmd\} via @command{xargs} is undesirable
3943 because it splits the list into pieces and makes @command{\cmd\} print
3944 \subListOutput\ for each sublist rather than for the entire list.
3945 One way to produce a list of ASCII NUL terminated file
3946 names is with GNU
3947 @command{find}, using its @option{-print0} predicate.
3948 If @var{file} is @samp{-} then the ASCII NUL terminated
3949 file names are read from standard input.
3950 @end macro
3951 @filesZeroFromOption{wc,,a total}
3953 For example, to find the length of the longest line in any @file{.c} or
3954 @file{.h} file in the current hierarchy, do this:
3956 @example
3957 find . -name '*.[ch]' -print0 |
3958   wc -L --files0-from=- | tail -n1
3959 @end example
3961 @end table
3963 @exitstatus
3966 @node sum invocation
3967 @section @command{sum}: Print checksum and block counts
3969 @pindex sum
3970 @cindex 16-bit checksum
3971 @cindex checksum, 16-bit
3973 @command{sum} computes a 16-bit checksum for each given @var{file}, or
3974 standard input if none are given or for a @var{file} of @samp{-}.  Synopsis:
3976 @example
3977 sum [@var{option}]@dots{} [@var{file}]@dots{}
3978 @end example
3980 @command{sum} prints the checksum for each @var{file} followed by the
3981 number of blocks in the file (rounded up).  If at least one @var{file}
3982 is given, file names are also printed.
3984 By default, GNU @command{sum} computes checksums using an algorithm
3985 compatible with BSD @command{sum} and prints file sizes in units of
3986 1024-byte blocks.
3988 The program accepts the following options.  Also see @ref{Common options}.
3990 @table @samp
3992 @item -r
3993 @opindex -r
3994 @cindex BSD @command{sum}
3995 Use the default (BSD compatible) algorithm.  This option is included for
3996 compatibility with the System V @command{sum}.  Unless @option{-s} was also
3997 given, it has no effect.
3999 @item -s
4000 @itemx --sysv
4001 @opindex -s
4002 @opindex --sysv
4003 @cindex System V @command{sum}
4004 Compute checksums using an algorithm compatible with System V
4005 @command{sum}'s default, and print file sizes in units of 512-byte blocks.
4007 @end table
4009 @command{sum} is provided for compatibility; the @command{cksum} program (see
4010 next section) is preferable in new applications.
4012 @exitstatus
4015 @node cksum invocation
4016 @section @command{cksum}: Print and verify file checksums
4018 @pindex cksum
4019 @cindex cyclic redundancy check
4020 @cindex CRC checksum
4021 @cindex 32-bit checksum
4022 @cindex checksum, 32-bit
4023 @cindex digest
4025 @command{cksum} by default computes a 32-bit cyclic redundancy check (CRC)
4026 checksum for each given @var{file}, or standard input if none are given or for
4027 a @var{file} of @samp{-}.
4029 cksum also supports the @option{-a/--algorithm} option to select the
4030 digest algorithm to use. @command{cksum} is the preferred interface
4031 to these digests, subsuming the other standalone checksumming utilities,
4032 which can be emulated using @code{cksum -a md5 --untagged "$@@"} etc.
4033 Synopsis:
4035 @example
4036 cksum [@var{option}]@dots{} [@var{file}]@dots{}
4037 @end example
4039 @command{cksum} is typically used to ensure that files have not been corrupted,
4040 by comparing the @command{cksum} output for the received files with the
4041 @command{cksum} output for the original files (typically given in the
4042 distribution).
4044 @menu
4045 * cksum output modes::          Legacy and non Legacy output formats
4046 * cksum general options::       Options supported only by cksum
4047 * cksum common options::        Options supported also by standalone utilities
4048 @end menu
4050 @node cksum output modes
4051 @subsection cksum output modes
4053 @table @asis
4055 @item Legacy output format
4056 @command{cksum} by default prints the POSIX standard CRC checksum
4057 for each file along with the number of bytes in the file,
4058 and the file name unless no arguments were given.
4059 The 32-bit CRC used is based on the polynomial used
4060 for CRC error checking in the ISO/IEC 8802-3:1996 standard (Ethernet).
4061 Similar output formats are used for the other legacy checksums
4062 selectable with @option{--algorithm=crc32b}, and
4063 @option{--algorithm=sysv} or @option{--algorithm=bsd}
4064 detailed at @ref{sum invocation}.
4066 @item Tagged output format
4067 With the @option{--algorithm} option selecting non legacy checksums,
4068 the @command{cksum} command defaults to output of the form:
4069 @example
4070 @var{digest_name} (@var{file name}) = @var{digest}
4071 @end example
4072 The standalone checksum utilities can select this output
4073 mode by using the @option{--tag} option.
4075 @item Untagged output format
4076 With the @option{--untagged} option and the @option{--algorithm} option
4077 selecting non legacy checksums, the following output format is used.
4078 This is the default output format of the standalone checksum utilities.
4079 For each @var{file}, we print the checksum, a space, a flag indicating
4080 binary or text input mode, and the file name.
4081 Binary mode is indicated with @samp{*}, text mode with @samp{ } (space).
4082 Binary mode is the default on systems where it's significant,
4083 otherwise text mode is the default.
4085 @end table
4087 Without @option{--zero}, and with non legacy output formats,
4088 if @var{file} contains a backslash, newline, or carriage return,
4089 the line is started with a backslash, and each problematic character
4090 in the file name is escaped with a backslash, making the output unambiguous
4091 even in the presence of arbitrary file names.
4092 Since the backslash character itself is escaped, any other backslash
4093 escape sequences are reserved for future use.
4095 @node cksum general options
4096 @subsection cksum general options
4098 @table @samp
4100 @item -a
4101 @itemx --algorithm
4102 @opindex -a
4103 @opindex --algorithm
4104 @cindex digest algorithm
4105 Compute checksums using the specified digest algorithm.
4107 Supported legacy checksums (which are not supported by @option{--check}):
4108 @example
4109 @samp{sysv}      equivalent to @command{sum -s}
4110 @samp{bsd}       equivalent to @command{sum -r}
4111 @samp{crc}       equivalent to @command{cksum} (the default)
4112 @samp{crc32b}    only available through @command{cksum}
4113 @end example
4115 Supported more modern digest algorithms are:
4116 @example
4117 @samp{md5}       equivalent to @command{md5sum}
4118 @samp{sha1}      equivalent to @command{sha1sum}
4119 @samp{sha224}    equivalent to @command{sha224sum}
4120 @samp{sha256}    equivalent to @command{sha256sum}
4121 @samp{sha384}    equivalent to @command{sha384sum}
4122 @samp{sha512}    equivalent to @command{sha512sum}
4123 @samp{blake2b}   equivalent to @command{b2sum}
4124 @samp{sm3}       only available through @command{cksum}
4125 @end example
4127 @item --base64
4128 @opindex --base64
4129 @cindex base64 checksum encoding
4130 Print base64-encoded digests not hexadecimal.
4131 This option is ignored with @option{--check}.
4132 The format conforms to
4133 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-4, RFC 4648#4}.
4135 Each base64-encoded digest has zero, one or two trailing padding
4136 (@samp{=}) bytes.  The length of that padding is the checksum-bit-length
4137 modulo 3, and the @option{--check} parser requires precisely the same
4138 input digest string as what is output.  I.e., removing or adding any
4139 @samp{=} padding renders a digest non-matching.
4141 @item --debug
4142 @opindex --debug
4143 Output extra information to stderr, like the checksum implementation being used.
4145 @macro cksumLengthOption
4146 @item -l
4147 @itemx --length
4148 @opindex -l
4149 @opindex --length
4150 @cindex BLAKE2 hash length
4151 Change (shorten) the default digest length.
4152 This is specified in bits and thus must be a multiple of 8.
4153 This option is ignored when @option{--check} is specified,
4154 as the length is automatically determined when checking.
4155 @end macro
4156 @cksumLengthOption
4158 @item --raw
4159 @opindex --raw
4160 @cindex raw binary checksum
4161 Print only the unencoded raw binary digest for a single input.
4162 Do not output the file name or anything else.
4163 Use network byte order (big endian) where applicable:
4164 for @samp{bsd}, @samp{crc}, @samp{crc32b}, and @samp{sysv}.
4165 This option works only with a single input.
4166 Unlike other output formats, @command{cksum} provides no way to
4167 @option{--check} a @option{--raw} checksum.
4169 @item --untagged
4170 @opindex --untagged
4171 Output using the original Coreutils format used by the other
4172 standalone checksum utilities like @command{md5sum} for example.
4173 This format has the checksum at the start of the line, and may be
4174 more amenable to further processing by other utilities,
4175 especially in combination with the @option{--zero} option.
4176 This does not identify the digest algorithm used for the checksum.
4177 @xref{cksum output modes} for details of this format.
4178 @end table
4180 @node cksum common options
4181 @subsection cksum common options
4183 @table @samp
4185 @item -b
4186 @itemx --binary
4187 @opindex -b
4188 @opindex --binary
4189 @cindex binary input files
4190 This option is not supported by the @command{cksum} command,
4191 as it operates in binary mode exclusively.
4192 Treat each input file as binary, by reading it in binary mode and
4193 outputting a @samp{*} flag.  This is the inverse of @option{--text}.
4194 On systems like GNU that do not distinguish between binary
4195 and text files, this option merely flags each input mode as binary:
4196 the checksum is unaffected.  This option is the default on systems
4197 like MS-DOS that distinguish between binary and text files, except
4198 for reading standard input when standard input is a terminal.
4200 @item -c
4201 @itemx --check
4202 Read file names and checksum information (not data) from each
4203 @var{file} (or from standard input if no @var{file} was specified) and report
4204 whether the checksums match the contents of the named files.
4205 The input to this mode is usually the output of
4206 a prior, checksum-generating run of the command.
4208 Three input formats are supported.  Either the default output
4209 format described above, the @option{--tag} output format,
4210 or the BSD reversed mode format which is similar to the default mode,
4211 but doesn't use a character to distinguish binary and text modes.
4213 For the @command{cksum} command, the @option{--check} option
4214 supports auto-detecting the digest algorithm to use,
4215 when presented with checksum information in the @option{--tag} output format.
4217 Also for the @command{cksum} command, the @option{--check} option
4218 auto-detects the digest encoding, accepting both standard hexadecimal
4219 checksums and those generated via @command{cksum} with its
4220 @option{--base64} option.
4222 Output with @option{--zero} enabled is not supported by @option{--check}.
4223 @sp 1
4224 For each such line, @command{cksum} reads the named file and computes its
4225 checksum.  Then, if the computed message digest does not match the
4226 one on the line with the file name, the file is noted as having
4227 failed the test.  Otherwise, the file passes the test.
4228 By default, for each valid line, one line is written to standard
4229 output indicating whether the named file passed the test.
4230 After all checks have been performed, if there were any failures,
4231 a warning is issued to standard error.
4232 Use the @option{--status} option to inhibit that output.
4233 If any listed file cannot be opened or read, if any valid line has
4234 a checksum inconsistent with the associated file, or if no valid
4235 line is found, @command{cksum} exits with nonzero status.  Otherwise,
4236 it exits successfully.
4237 The @command{cksum} command does not support @option{--check}
4238 with the older @samp{sysv}, @samp{bsd}, @samp{crc} or @samp{crc32b} algorithms.
4240 @item --ignore-missing
4241 @opindex --ignore-missing
4242 @cindex verifying checksums
4243 This option is useful only when verifying checksums.
4244 When verifying checksums, don't fail or report any status
4245 for missing files.  This is useful when verifying a subset
4246 of downloaded files given a larger list of checksums.
4248 @item --quiet
4249 @opindex --quiet
4250 @cindex verifying checksums
4251 This option is useful only when verifying checksums.
4252 When verifying checksums, don't generate an 'OK' message per successfully
4253 checked file.  Files that fail the verification are reported in the
4254 default one-line-per-file format.  If there is any checksum mismatch,
4255 print a warning summarizing the failures to standard error.
4257 @item --status
4258 @opindex --status
4259 @cindex verifying checksums
4260 This option is useful only when verifying checksums.
4261 When verifying checksums, don't generate the default one-line-per-file
4262 diagnostic and don't output the warning summarizing any failures.
4263 Failures to open or read a file still evoke individual diagnostics to
4264 standard error.
4265 If all listed files are readable and are consistent with the associated
4266 checksums, exit successfully.  Otherwise exit with a status code
4267 indicating there was a failure.
4269 @item --tag
4270 @opindex --tag
4271 @cindex BSD output
4272 Output BSD style checksums, which indicate the checksum algorithm used.
4273 As a GNU extension, if @option{--zero} is not used, file names with problematic
4274 characters are escaped as described above, using the same escaping indicator of
4275 @samp{\} at the start of the line, as used with the other output format.
4276 The @option{--tag} option implies binary mode, and is disallowed with
4277 @option{--text} mode as supporting that would unnecessarily complicate
4278 the output format, while providing little benefit.
4279 @xref{cksum output modes} for details of this format.
4280 The @command{cksum} command, uses @option{--tag} as its default output format.
4282 @item -t
4283 @itemx --text
4284 @opindex -t
4285 @opindex --text
4286 @cindex text input files
4287 This option is not supported by the @command{cksum} command.
4288 Treat each input file as text, by reading it in text mode and
4289 outputting a @samp{ } flag.  This is the inverse of @option{--binary}.
4290 This option is the default on systems like GNU that do not
4291 distinguish between binary and text files.  On other systems, it is
4292 the default for reading standard input when standard input is a
4293 terminal.  This mode is never defaulted to if @option{--tag} is used.
4295 @item -w
4296 @itemx --warn
4297 @opindex -w
4298 @opindex --warn
4299 @cindex verifying checksums
4300 When verifying checksums, warn about improperly formatted checksum lines.
4301 This option is useful only if all but a few lines in the checked input
4302 are valid.
4304 @item --strict
4305 @opindex --strict
4306 @cindex verifying checksums
4307 When verifying checksums,
4308 if one or more input line is invalid,
4309 exit nonzero after all warnings have been issued.
4311 @optZero
4312 Also file name escaping is not used.
4313 @end table
4315 @node md5sum invocation
4316 @section @command{md5sum}: Print or check MD5 digests
4318 @pindex md5sum
4319 @cindex MD5
4320 @cindex 128-bit checksum
4321 @cindex checksum, 128-bit
4322 @cindex fingerprint, 128-bit
4323 @cindex message-digest, 128-bit
4325 @command{md5sum} computes a 128-bit checksum (or @dfn{fingerprint} or
4326 @dfn{message-digest}) for each specified @var{file}.
4328 @macro weakHash{hash}
4329 The \hash\ digest is more reliable than a simple CRC (provided by
4330 the @command{cksum} command) for detecting accidental file corruption,
4331 as the chances of accidentally having two files with identical \hash\
4332 are vanishingly small.  However, it should not be considered secure
4333 against malicious tampering: although finding a file with a given \hash\
4334 fingerprint is considered infeasible at the moment, it is known how
4335 to modify certain files, including digital certificates, so that they
4336 appear valid when signed with an \hash\ digest.  For more secure hashes,
4337 consider using SHA-2 or @command{b2sum}.
4338 @xref{sha2 utilities}. @xref{b2sum invocation}.
4339 @end macro
4340 @weakHash{MD5}
4342 @macro checksumUsage{command}
4343 If a @var{file} is specified as @samp{-} or if no files are given
4344 @command{\command\} computes the checksum for the standard input.
4345 @command{\command\} can also determine whether a file and checksum are
4346 consistent.  Synopsis:
4348 @example
4349 \command\ [@var{option}]@dots{} [@var{file}]@dots{}
4350 @end example
4352 @command{\command\} uses the @samp{Untagged output format}
4353 for each specified file, as described at @ref{cksum output modes}.
4355 The program accepts @ref{cksum common options}.  Also see @ref{Common options}.
4356 @end macro
4357 @checksumUsage{md5sum}
4359 @exitstatus
4362 @node b2sum invocation
4363 @section @command{b2sum}: Print or check BLAKE2 digests
4365 @pindex b2sum
4366 @cindex BLAKE2
4367 @cindex 512-bit checksum
4368 @cindex checksum, 512-bit
4369 @cindex fingerprint, 512-bit
4370 @cindex message-digest, 512-bit
4372 @command{b2sum} computes a 512-bit checksum for each specified
4373 @var{file}.
4375 @checksumUsage{b2sum}
4377 In addition @command{b2sum} supports the following options.
4379 @table @samp
4380 @cksumLengthOption
4381 @end table
4384 @node sha1sum invocation
4385 @section @command{sha1sum}: Print or check SHA-1 digests
4387 @pindex sha1sum
4388 @cindex SHA-1
4389 @cindex 160-bit checksum
4390 @cindex checksum, 160-bit
4391 @cindex fingerprint, 160-bit
4392 @cindex message-digest, 160-bit
4394 @command{sha1sum} computes a 160-bit checksum for each specified @var{file}.
4396 @weakHash{SHA-1}
4398 @checksumUsage{sha1sum}
4400 @node sha2 utilities
4401 @section sha2 utilities: Print or check SHA-2 digests
4403 @pindex sha224sum
4404 @pindex sha256sum
4405 @pindex sha384sum
4406 @pindex sha512sum
4407 @cindex SHA-2
4408 @cindex 224-bit checksum
4409 @cindex 256-bit checksum
4410 @cindex 384-bit checksum
4411 @cindex 512-bit checksum
4412 @cindex checksum, 224-bit
4413 @cindex checksum, 256-bit
4414 @cindex checksum, 384-bit
4415 @cindex checksum, 512-bit
4416 @cindex fingerprint, 224-bit
4417 @cindex fingerprint, 256-bit
4418 @cindex fingerprint, 384-bit
4419 @cindex fingerprint, 512-bit
4420 @cindex message-digest, 224-bit
4421 @cindex message-digest, 256-bit
4422 @cindex message-digest, 384-bit
4423 @cindex message-digest, 512-bit
4425 The commands @command{sha224sum}, @command{sha256sum},
4426 @command{sha384sum} and @command{sha512sum} compute checksums of
4427 various lengths (respectively 224, 256, 384 and 512 bits),
4428 collectively known as the SHA-2 hashes.
4430 @checksumUsage{sha???sum}
4433 @node Operating on sorted files
4434 @chapter Operating on sorted files
4436 @cindex operating on sorted files
4437 @cindex sorted files, operations on
4439 These commands work with (or produce) sorted files.
4441 @menu
4442 * sort invocation::             Sort text files.
4443 * shuf invocation::             Shuffle text files.
4444 * uniq invocation::             Uniquify files.
4445 * comm invocation::             Compare two sorted files line by line.
4446 * ptx invocation::              Produce a permuted index of file contents.
4447 * tsort invocation::            Topological sort.
4448 @end menu
4451 @node sort invocation
4452 @section @command{sort}: Sort text files
4454 @pindex sort
4455 @cindex sorting files
4457 @command{sort} sorts, merges, or compares all the lines from the given
4458 files, or standard input if none are given or for a @var{file} of
4459 @samp{-}.  By default, @command{sort} writes the results to standard
4460 output.  Synopsis:
4462 @example
4463 sort [@var{option}]@dots{} [@var{file}]@dots{}
4464 @end example
4466 @cindex sort stability
4467 @cindex sort's last-resort comparison
4468 Many options affect how @command{sort} compares lines; if the results
4469 are unexpected, try the @option{--debug} option to see what happened.
4470 A pair of lines is compared as follows:
4471 @command{sort} compares each pair of fields (see @option{--key}), in the
4472 order specified on the command line, according to the associated
4473 ordering options, until a difference is found or no fields are left.
4474 If no key fields are specified, @command{sort} uses a default key of
4475 the entire line.  Finally, as a last resort when all keys compare
4476 equal, @command{sort} compares entire lines as if no ordering options
4477 other than @option{--reverse} (@option{-r}) were specified.  The
4478 @option{--stable} (@option{-s}) option disables this @dfn{last-resort
4479 comparison} so that lines in which all fields compare equal are left
4480 in their original relative order.  The @option{--unique}
4481 (@option{-u}) option also disables the last-resort comparison.
4482 @vindex LC_ALL
4483 @vindex LC_COLLATE
4485 Unless otherwise specified, all comparisons use the character collating
4486 sequence specified by the @env{LC_COLLATE} locale.@footnote{If you
4487 use a non-POSIX locale (e.g., by setting @env{LC_ALL}
4488 to @samp{en_US}), then @command{sort} may produce output that is sorted
4489 differently than you're accustomed to.  In that case, set the @env{LC_ALL}
4490 environment variable to @samp{C}@.  Setting only @env{LC_COLLATE}
4491 has two problems.  First, it is ineffective if @env{LC_ALL} is also set.
4492 Second, it has undefined behavior if @env{LC_CTYPE} (or @env{LANG}, if
4493 @env{LC_CTYPE} is unset) is set to an incompatible value.  For example,
4494 you get undefined behavior if @env{LC_CTYPE} is @code{ja_JP.PCK} but
4495 @env{LC_COLLATE} is @code{en_US.UTF-8}.}
4496 A line's trailing newline is not part of the line for comparison
4497 purposes.  If the final byte of an input file is not a newline, GNU
4498 @command{sort} silently supplies one.  GNU @command{sort} (as
4499 specified for all GNU utilities) has no limit on input line length or
4500 restrictions on bytes allowed within lines.
4502 @command{sort} has three modes of operation: sort (the default), merge,
4503 and check for order.  The following options change the operation
4504 mode:
4506 @table @samp
4508 @item -c
4509 @itemx --check
4510 @itemx --check=diagnose-first
4511 @opindex -c
4512 @opindex --check
4513 @cindex checking whether a file is sorted
4514 Check whether the given file is already sorted: if it is not all
4515 sorted, print a diagnostic containing the first out-of-order line and
4516 exit with a status of 1.
4517 Otherwise, exit successfully.
4518 At most one input file can be given.
4520 @item -C
4521 @itemx --check=quiet
4522 @itemx --check=silent
4523 @opindex -c
4524 @opindex --check
4525 @cindex checking whether a file is sorted
4526 Exit successfully if the given file is already sorted, and
4527 exit with status 1 otherwise.
4528 At most one input file can be given.
4529 This is like @option{-c}, except it does not print a diagnostic.
4531 @item -m
4532 @itemx --merge
4533 @opindex -m
4534 @opindex --merge
4535 @cindex merging sorted files
4536 Merge the given files by sorting them as a group.  Each input file must
4537 always be individually sorted.  It always works to sort instead of
4538 merge; merging is provided because it is faster, in the case where it
4539 works.
4541 @end table
4543 @cindex exit status of @command{sort}
4544 Exit status:
4546 @display
4547 0 if no error occurred
4548 1 if invoked with @option{-c} or @option{-C} and the input is not sorted
4549 2 if an error occurred
4550 @end display
4552 @vindex TMPDIR
4553 If the environment variable @env{TMPDIR} is set, @command{sort} uses its
4554 value as the directory for temporary files instead of @file{/tmp}.  The
4555 @option{--temporary-directory} (@option{-T}) option in turn overrides
4556 the environment variable.
4558 The following options affect the ordering of output lines.  They may be
4559 specified globally or as part of a specific key field.  If no key
4560 fields are specified, global options apply to comparison of entire
4561 lines; otherwise the global options are inherited by key fields that do
4562 not specify any special options of their own.  In pre-POSIX
4563 versions of @command{sort}, global options affect only later key fields,
4564 so portable shell scripts should specify global options first.
4566 @table @samp
4568 @item -b
4569 @itemx --ignore-leading-blanks
4570 @opindex -b
4571 @opindex --ignore-leading-blanks
4572 @cindex blanks, ignoring leading
4573 @vindex LC_CTYPE
4574 Ignore leading blanks when finding sort keys in each line.
4575 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4576 can change this.  Blanks may be ignored by your locale's collating
4577 rules, but without this option they will be significant for character
4578 positions specified in keys with the @option{-k} option.
4580 @item -d
4581 @itemx --dictionary-order
4582 @opindex -d
4583 @opindex --dictionary-order
4584 @cindex dictionary order
4585 @cindex phone directory order
4586 @cindex telephone directory order
4587 @vindex LC_CTYPE
4588 Sort in @dfn{phone directory} order: ignore all characters except
4589 letters, digits and blanks when sorting.
4590 By default letters and digits are those of ASCII and a blank
4591 is a space or a tab, but the @env{LC_CTYPE} locale can change this.
4593 @item -f
4594 @itemx --ignore-case
4595 @opindex -f
4596 @opindex --ignore-case
4597 @cindex ignoring case
4598 @cindex case folding
4599 @vindex LC_CTYPE
4600 Fold lowercase characters into the equivalent uppercase characters when
4601 comparing so that, for example, @samp{b} and @samp{B} sort as equal.
4602 The @env{LC_CTYPE} locale determines character types.
4603 When used with @option{--unique} those lower case equivalent lines are
4604 thrown away.  (There is currently no way to throw away the upper case
4605 equivalent instead.  (Any @option{--reverse} given would only affect
4606 the final result, after the throwing away.))
4608 @item -g
4609 @itemx --general-numeric-sort
4610 @itemx --sort=general-numeric
4611 @opindex -g
4612 @opindex --general-numeric-sort
4613 @opindex --sort
4614 @cindex general numeric sort
4615 @vindex LC_NUMERIC
4616 Sort numerically, converting a prefix of each line to a long
4617 double-precision floating point number.  @xref{Floating point}.
4618 Do not report overflow, underflow, or conversion errors.
4619 Use the following collating sequence:
4621 @itemize @bullet
4622 @item
4623 Lines that do not start with numbers (all considered to be equal).
4624 @item
4625 NaNs (``Not a Number'' values, in IEEE floating point arithmetic)
4626 in a consistent but machine-dependent order.
4627 @item
4628 Minus infinity.
4629 @item
4630 Finite numbers in ascending numeric order (with @math{-0} and @math{+0} equal).
4631 @item
4632 Plus infinity.
4633 @end itemize
4635 Use this option only if there is no alternative; it is much slower than
4636 @option{--numeric-sort} (@option{-n}) and it can lose information when
4637 converting to floating point.
4639 You can use this option to sort hexadecimal numbers prefixed with
4640 @samp{0x} or @samp{0X}, where those numbers are not fixed width,
4641 or of varying case.  However for hex numbers of consistent case,
4642 and left padded with @samp{0} to a consistent width, a standard
4643 lexicographic sort will be faster.
4645 @item -h
4646 @itemx --human-numeric-sort
4647 @itemx --sort=human-numeric
4648 @opindex -h
4649 @opindex --human-numeric-sort
4650 @opindex --sort
4651 @cindex human numeric sort
4652 @vindex LC_NUMERIC
4653 Sort numerically, first by numeric sign (negative, zero, or positive);
4654 then by SI suffix (either empty, or @samp{k} or @samp{K}, or
4655 one of @samp{MGTPEZYRQ}, in that order; @pxref{Block size}); and finally
4656 by numeric value.  For example, @samp{1023M} sorts before @samp{1G}
4657 because @samp{M} (mega) precedes @samp{G} (giga) as an SI
4658 suffix.  This option sorts values that are consistently scaled to the
4659 nearest suffix, regardless of whether suffixes denote powers of 1000
4660 or 1024, and it therefore sorts the output of any single invocation of
4661 the @command{df}, @command{du}, or @command{ls} commands that are
4662 invoked with their @option{--human-readable} or @option{--si} options.
4663 The syntax for numbers is the same as for the @option{--numeric-sort}
4664 option; the SI suffix must immediately follow the number.
4665 To sort more accurately, you can use the @command{numfmt} command
4666 to reformat numbers to human format @emph{after} the sort.
4668 @item -i
4669 @itemx --ignore-nonprinting
4670 @opindex -i
4671 @opindex --ignore-nonprinting
4672 @cindex nonprinting characters, ignoring
4673 @cindex unprintable characters, ignoring
4674 @vindex LC_CTYPE
4675 Ignore nonprinting characters.
4676 The @env{LC_CTYPE} locale determines character types.
4677 This option has no effect if the stronger @option{--dictionary-order}
4678 (@option{-d}) option is also given.
4680 @item -M
4681 @itemx --month-sort
4682 @itemx --sort=month
4683 @opindex -M
4684 @opindex --month-sort
4685 @opindex --sort
4686 @cindex months, sorting by
4687 @vindex LC_TIME
4688 An initial string, consisting of any amount of blanks, followed
4689 by a month name abbreviation, is folded to UPPER case and
4690 compared in the order @samp{JAN} < @samp{FEB} < @dots{} < @samp{DEC}@.
4691 Invalid names compare low to valid names.  The @env{LC_TIME} locale
4692 category determines the month spellings.
4693 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4694 can change this.
4696 @item -n
4697 @itemx --numeric-sort
4698 @itemx --sort=numeric
4699 @opindex -n
4700 @opindex --numeric-sort
4701 @opindex --sort
4702 @cindex numeric sort
4703 @vindex LC_CTYPE
4704 @vindex LC_NUMERIC
4705 Sort numerically.  The number begins each line and consists
4706 of optional blanks, an optional @samp{-} sign, and zero or more
4707 digits possibly separated by thousands separators, optionally followed
4708 by a decimal-point character and zero or more digits.  An empty
4709 number is treated as @samp{0}.  Signs on zeros and leading zeros do
4710 not affect ordering.
4712 Comparison is exact; there is no rounding error.
4714 The @env{LC_CTYPE} locale specifies which characters are blanks and
4715 the @env{LC_NUMERIC} locale specifies the thousands separator and
4716 decimal-point character.  In the C locale, spaces and tabs are blanks,
4717 there is no thousands separator, and @samp{.} is the decimal point.
4719 Neither a leading @samp{+} nor exponential notation is recognized.
4720 To compare such strings numerically, use the
4721 @option{--general-numeric-sort} (@option{-g}) option.
4723 @item -V
4724 @itemx --version-sort
4725 @opindex -V
4726 @opindex --version-sort
4727 @cindex version number sort
4728 Sort by version name and number.  It behaves like a standard sort,
4729 except that each sequence of decimal digits is treated numerically
4730 as an index/version number.  (@xref{Version sort ordering}.)
4732 @item -r
4733 @itemx --reverse
4734 @opindex -r
4735 @opindex --reverse
4736 @cindex reverse sorting
4737 Reverse the result of comparison, so that lines with greater key values
4738 appear earlier in the output instead of later.
4740 @item -R
4741 @itemx --random-sort
4742 @itemx --sort=random
4743 @opindex -R
4744 @opindex --random-sort
4745 @opindex --sort
4746 @cindex random sort
4747 Sort by hashing the input keys and then sorting the hash values.
4748 Choose the hash function at random, ensuring that it is free of
4749 collisions so that differing keys have differing hash values.  This is
4750 like a random permutation of the inputs (@pxref{shuf invocation}),
4751 except that keys with the same value sort together.
4753 If multiple random sort fields are specified, the same random hash
4754 function is used for all fields.  To use different random hash
4755 functions for different fields, you can invoke @command{sort} more
4756 than once.
4758 The choice of hash function is affected by the
4759 @option{--random-source} option.
4761 @end table
4763 Other options are:
4765 @table @samp
4767 @item --compress-program=@var{prog}
4768 Compress any temporary files with the program @var{prog}.
4770 With no arguments, @var{prog} must compress standard input to standard
4771 output, and when given the @option{-d} option it must decompress
4772 standard input to standard output.
4774 Terminate with an error if @var{prog} exits with nonzero status.
4776 White space and the backslash character should not appear in
4777 @var{prog}; they are reserved for future use.
4779 @filesZeroFromOption{sort,,sorted output}
4781 @item -k @var{pos1}[,@var{pos2}]
4782 @itemx --key=@var{pos1}[,@var{pos2}]
4783 @opindex -k
4784 @opindex --key
4785 @cindex sort field
4786 Specify a sort field that consists of the part of the line between
4787 @var{pos1} and @var{pos2} (or the end of the line, if @var{pos2} is
4788 omitted), @emph{inclusive}.
4790 In its simplest form @var{pos} specifies a field number (starting with 1),
4791 with fields being separated by runs of blank characters, and by default
4792 those blanks being included in the comparison at the start of each field.
4793 To adjust the handling of blank characters see the @option{-b} and
4794 @option{-t} options.
4796 More generally,
4797 each @var{pos} has the form @samp{@var{f}[.@var{c}][@var{opts}]},
4798 where @var{f} is the number of the field to use, and @var{c} is the number
4799 of the first character from the beginning of the field.  Fields and character
4800 positions are numbered starting with 1; a character position of zero in
4801 @var{pos2} indicates the field's last character.  If @samp{.@var{c}} is
4802 omitted from @var{pos1}, it defaults to 1 (the beginning of the field);
4803 if omitted from @var{pos2}, it defaults to 0 (the end of the field).
4804 @var{opts} are ordering options, allowing individual keys to be sorted
4805 according to different rules; see below for details.  Keys can span
4806 multiple fields.
4808 Example:  To sort on the second field, use @option{--key=2,2}
4809 (@option{-k 2,2}).  See below for more notes on keys and more examples.
4810 See also the @option{--debug} option to help determine the part
4811 of the line being used in the sort.
4813 @item --debug
4814 Highlight the portion of each line used for sorting.
4815 Also issue warnings about questionable usage to standard error.
4817 @item --batch-size=@var{nmerge}
4818 @opindex --batch-size
4819 @cindex number of inputs to merge, nmerge
4820 Merge at most @var{nmerge} inputs at once.
4822 When @command{sort} has to merge more than @var{nmerge} inputs,
4823 it merges them in groups of @var{nmerge}, saving the result in
4824 a temporary file, which is then used as an input in a subsequent merge.
4826 A large value of @var{nmerge} may improve merge performance and decrease
4827 temporary storage utilization at the expense of increased memory usage
4828 and I/O@.  Conversely a small value of @var{nmerge} may reduce memory
4829 requirements and I/O at the expense of temporary storage consumption and
4830 merge performance.
4832 The value of @var{nmerge} must be at least 2.  The default value is
4833 currently 16, but this is implementation-dependent and may change in
4834 the future.
4836 The value of @var{nmerge} may be bounded by a resource limit for open
4837 file descriptors.  The commands @samp{ulimit -n} or @samp{getconf
4838 OPEN_MAX} may display limits for your systems; these limits may be
4839 modified further if your program already has some files open, or if
4840 the operating system has other limits on the number of open files.  If
4841 the value of @var{nmerge} exceeds the resource limit, @command{sort}
4842 silently uses a smaller value.
4844 @item -o @var{output-file}
4845 @itemx --output=@var{output-file}
4846 @opindex -o
4847 @opindex --output
4848 @cindex overwriting of input, allowed
4849 Write output to @var{output-file} instead of standard output.
4850 Normally, @command{sort} reads all input before opening
4851 @var{output-file}, so you can sort a file in place by using
4852 commands like @code{sort -o F F} and @code{cat F | sort -o F}@.
4853 However, it is often safer to output to an otherwise-unused file, as
4854 data may be lost if the system crashes or @command{sort} encounters
4855 an I/O or other serious error while a file is being sorted in place.
4856 Also, @command{sort} with @option{--merge} (@option{-m}) can open
4857 the output file before reading all input, so a command like @code{cat
4858 F | sort -m -o F - G} is not safe as @command{sort} might start
4859 writing @file{F} before @command{cat} is done reading it.
4861 @vindex POSIXLY_CORRECT
4862 On newer systems, @option{-o} cannot appear after an input file if
4863 @env{POSIXLY_CORRECT} is set, e.g., @samp{sort F -o F}@.  Portable
4864 scripts should specify @option{-o @var{output-file}} before any input
4865 files.
4867 @item --random-source=@var{file}
4868 @opindex --random-source
4869 @cindex random source for sorting
4870 Use @var{file} as a source of random data used to determine which
4871 random hash function to use with the @option{-R} option.  @xref{Random
4872 sources}.
4874 @item -s
4875 @itemx --stable
4876 @opindex -s
4877 @opindex --stable
4878 @cindex sort stability
4879 @cindex sort's last-resort comparison
4881 Make @command{sort} stable by disabling its last-resort comparison.
4882 This option has no effect if no fields or global ordering options
4883 other than @option{--reverse} (@option{-r}) are specified.
4885 @item -S @var{size}
4886 @itemx --buffer-size=@var{size}
4887 @opindex -S
4888 @opindex --buffer-size
4889 @cindex size for main memory sorting
4890 Use a main-memory sort buffer of the given @var{size}.  By default,
4891 @var{size} is in units of 1024 bytes.  Appending @samp{%} causes
4892 @var{size} to be interpreted as a percentage of physical memory.
4893 Appending @samp{K} multiplies @var{size} by 1024 (the default),
4894 @samp{M} by 1,048,576, @samp{G} by 1,073,741,824, and so on for
4895 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y}, @samp{R}, and @samp{Q}@.
4896 Appending
4897 @samp{b} causes @var{size} to be interpreted as a byte count, with no
4898 multiplication.
4900 This option can improve the performance of @command{sort} by causing it
4901 to start with a larger or smaller sort buffer than the default.
4902 However, this option affects only the initial buffer size.  The buffer
4903 grows beyond @var{size} if @command{sort} encounters input lines larger
4904 than @var{size}.
4906 @item -t @var{separator}
4907 @itemx --field-separator=@var{separator}
4908 @opindex -t
4909 @opindex --field-separator
4910 @cindex field separator character
4911 Use character @var{separator} as the field separator when finding the
4912 sort keys in each line.  By default, fields are separated by the empty
4913 string between a non-blank character and a blank character.
4914 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4915 can change this.
4917 That is, given the input line @w{@samp{ foo bar}}, @command{sort} breaks it
4918 into fields @w{@samp{ foo}} and @w{@samp{ bar}}.  The field separator is
4919 not considered to be part of either the field preceding or the field
4920 following, so with @samp{sort @w{-t " "}} the same input line has
4921 three fields: an empty field, @samp{foo}, and @samp{bar}.
4922 However, fields that extend to the end of the line,
4923 as @option{-k 2}, or fields consisting of a range, as @option{-k 2,3},
4924 retain the field separators present between the endpoints of the range.
4926 To specify ASCII NUL as the field separator,
4927 use the two-character string @samp{\0}, e.g., @samp{sort -t '\0'}.
4929 @item -T @var{tempdir}
4930 @itemx --temporary-directory=@var{tempdir}
4931 @opindex -T
4932 @opindex --temporary-directory
4933 @cindex temporary directory
4934 @vindex TMPDIR
4935 Use directory @var{tempdir} to store temporary files, overriding the
4936 @env{TMPDIR} environment variable.  If this option is given more than
4937 once, temporary files are stored in all the directories given.  If you
4938 have a large sort or merge that is I/O-bound, you can often improve
4939 performance by using this option to specify directories on different
4940 file systems.
4942 @item --parallel=@var{n}
4943 @opindex --parallel
4944 @cindex multithreaded sort
4945 Set the number of sorts run in parallel to @var{n}. By default,
4946 @var{n} is set to the number of available processors, but limited
4947 to 8, as performance gains diminish after that.
4948 Using @var{n} threads increases the memory usage by
4949 a factor of log @var{n}.  Also see @ref{nproc invocation}.
4951 @item -u
4952 @itemx --unique
4953 @opindex -u
4954 @opindex --unique
4955 @cindex uniquifying output
4957 Normally, output only the first of a sequence of lines that compare
4958 equal.  For the @option{--check} (@option{-c} or @option{-C}) option,
4959 check that no pair of consecutive lines compares equal.
4961 This option also disables the default last-resort comparison.
4963 The commands @code{sort -u} and @code{sort | uniq} are equivalent, but
4964 this equivalence does not extend to arbitrary @command{sort} options.
4965 For example, @code{sort -n -u} inspects only the value of the initial
4966 numeric string when checking for uniqueness, whereas @code{sort -n |
4967 uniq} inspects the entire line.  @xref{uniq invocation}.
4969 @optZeroTerminated
4970 @macro newlineFieldSeparator
4971 With @option{-z} the newline character is treated as a field separator.
4972 @end macro
4974 @end table
4976 Historical (BSD and System V) implementations of @command{sort} have
4977 differed in their interpretation of some options, particularly
4978 @option{-b}, @option{-f}, and @option{-n}.
4979 GNU sort follows the POSIX
4980 behavior, which is usually (but not always!) like the System V behavior.
4981 According to POSIX, @option{-n} no longer implies @option{-b}.  For
4982 consistency, @option{-M} has been changed in the same way.  This may
4983 affect the meaning of character positions in field specifications in
4984 obscure cases.  The only fix is to add an explicit @option{-b}.
4986 A position in a sort field specified with @option{-k} may have any
4987 of the option letters @samp{MbdfghinRrV} appended to it, in which case no
4988 global ordering options are inherited by that particular field.  The
4989 @option{-b} option may be independently attached to either or both of
4990 the start and end positions of a field specification, and if it is
4991 inherited from the global options it will be attached to both.
4992 If input lines can contain leading or adjacent blanks and @option{-t}
4993 is not used, then @option{-k} is typically combined with @option{-b} or
4994 an option that implicitly ignores leading blanks (@samp{Mghn}) as otherwise
4995 the varying numbers of leading blanks in fields can cause confusing results.
4997 If the start position in a sort field specifier falls after the end of
4998 the line or after the end field, the field is empty.  If the @option{-b}
4999 option was specified, the @samp{.@var{c}} part of a field specification
5000 is counted from the first nonblank character of the field.
5002 @vindex _POSIX2_VERSION
5003 @vindex POSIXLY_CORRECT
5004 On systems not conforming to POSIX 1003.1-2001,
5005 @command{sort} supports a traditional origin-zero
5006 syntax @samp{+@var{pos1} [-@var{pos2}]} for specifying sort keys.
5007 The traditional command @samp{sort +@var{a}.@var{x} -@var{b}.@var{y}}
5008 is equivalent to @samp{sort -k @var{a+1}.@var{x+1},@var{b}} if @var{y}
5009 is @samp{0} or absent, otherwise it is equivalent to @samp{sort -k
5010 @var{a+1}.@var{x+1},@var{b+1}.@var{y}}.
5012 This traditional behavior can be controlled with the
5013 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
5014 conformance}); it can also be enabled when @env{POSIXLY_CORRECT} is
5015 not set by using the traditional syntax with @samp{-@var{pos2}} present.
5017 Scripts intended for use on standard hosts should avoid traditional
5018 syntax and should use @option{-k} instead.  For example, avoid
5019 @samp{sort +2}, since it might be interpreted as either @samp{sort
5020 ./+2} or @samp{sort -k 3}.  If your script must also run on hosts that
5021 support only the traditional syntax, it can use a test like @samp{if sort
5022 -k 1 </dev/null >/dev/null 2>&1; then @dots{}} to decide which syntax
5023 to use.
5025 Here are some examples to illustrate various combinations of options.
5027 @itemize @bullet
5029 @item
5030 Sort in descending (reverse) numeric order.
5032 @example
5033 sort -n -r
5034 @end example
5036 @item
5037 Run no more than 4 sorts concurrently, using a buffer size of 10M.
5039 @example
5040 sort --parallel=4 -S 10M
5041 @end example
5043 @item
5044 Sort alphabetically, omitting the first and second fields
5045 and the blanks at the start of the third field.
5046 This uses a single key composed of the characters beginning
5047 at the start of the first nonblank character in field three
5048 and extending to the end of each line.
5050 @example
5051 sort -k 3b
5052 @end example
5054 @item
5055 Sort numerically on the second field and resolve ties by sorting
5056 alphabetically on the third and fourth characters of field five.
5057 Use @samp{:} as the field delimiter.
5059 @example
5060 sort -t : -k 2,2n -k 5.3,5.4
5061 @end example
5063 If you had written @option{-k 2n} instead of @option{-k 2,2n}
5064 @command{sort} would have used all characters beginning in the second field
5065 and extending to the end of the line as the primary @emph{numeric}
5066 key.  For the large majority of applications, treating keys spanning
5067 more than one field as numeric will not do what you expect.
5069 Also, the @samp{n} modifier was applied to the field-end
5070 specifier for the first key.  It would have been equivalent to
5071 specify @option{-k 2n,2} or @option{-k 2n,2n}.  All modifiers except
5072 @samp{b} apply to the associated @emph{field}, regardless of whether
5073 the modifier character is attached to the field-start and/or the
5074 field-end part of the key specifier.
5076 @item
5077 Sort the password file on the fifth field and ignore any
5078 leading blanks.  Sort lines with equal values in field five
5079 on the numeric user ID in field three.  Fields are separated
5080 by @samp{:}.
5082 @example
5083 sort -t : -k 5b,5 -k 3,3n /etc/passwd
5084 sort -t : -n -k 5b,5 -k 3,3 /etc/passwd
5085 sort -t : -b -k 5,5 -k 3,3n /etc/passwd
5086 @end example
5088 These three commands have equivalent effect.  The first specifies that
5089 the first key's start position ignores leading blanks and the second
5090 key is sorted numerically.  The other two commands rely on global
5091 options being inherited by sort keys that lack modifiers.  The inheritance
5092 works in this case because @option{-k 5b,5b} and @option{-k 5b,5} are
5093 equivalent, as the location of a field-end lacking a @samp{.@var{c}}
5094 character position is not affected by whether initial blanks are
5095 skipped.
5097 @item
5098 Sort a set of log files, primarily by IPv4 address and secondarily by
5099 timestamp.  If two lines' primary and secondary keys are identical,
5100 output the lines in the same order that they were input.  The log
5101 files contain lines that look like this:
5103 @example
5104 4.150.156.3 - - [01/Apr/2020:06:31:51 +0000] message 1
5105 211.24.3.231 - - [24/Apr/2020:20:17:39 +0000] message 2
5106 @end example
5108 Fields are separated by exactly one space.  Sort IPv4 addresses
5109 lexicographically, e.g., 212.61.52.2 sorts before 212.129.233.201
5110 because 61 is less than 129.
5112 @example
5113 sort -s -t ' ' -k 4.9n -k 4.5M -k 4.2n -k 4.14,4.21 file*.log |
5114 sort -s -t '.' -k 1,1n -k 2,2n -k 3,3n -k 4,4n
5115 @end example
5117 This example cannot be done with a single POSIX @command{sort} invocation,
5118 since IPv4 address components are separated by @samp{.} while dates
5119 come just after a space.  So it is broken down into two invocations of
5120 @command{sort}: the first sorts by timestamp and the second by IPv4
5121 address.  The timestamp is sorted by year, then month, then day, and
5122 finally by hour-minute-second field, using @option{-k} to isolate each
5123 field.  Except for hour-minute-second there's no need to specify the
5124 end of each key field, since the @samp{n} and @samp{M} modifiers sort
5125 based on leading prefixes that cannot cross field boundaries.  The
5126 IPv4 addresses are sorted lexicographically.  The second sort uses
5127 @samp{-s} so that ties in the primary key are broken by the secondary
5128 key; the first sort uses @samp{-s} so that the combination of the two
5129 sorts is stable.  As a GNU extension, the above example could
5130 be achieved in a single @command{sort} invocation by sorting the
5131 IPv4 address field using a @samp{V} version type, like @samp{-k1,1V}.
5133 @item
5134 Generate a tags file in case-insensitive sorted order.
5136 @example
5137 find src -type f -print0 | sort -z -f | xargs -0 etags --append
5138 @end example
5140 The use of @option{-print0}, @option{-z}, and @option{-0} in this case means
5141 that file names that contain blanks or other special characters are
5142 not broken up
5143 by the sort operation.
5145 @c This example is a bit contrived and needs more explanation.
5146 @c @item
5147 @c Sort records separated by an arbitrary string by using a pipe to convert
5148 @c each record delimiter string to @samp{\0},
5149 @c then using sort's @option{-z} option,
5150 @c and converting each @samp{\0} back to the original record delimiter.
5152 @c @example
5153 @c printf 'c\n\nb\n\na\n' |
5154 @c perl -0pe 's/\n\n/\n\0/g' |
5155 @c sort -z |
5156 @c perl -0pe 's/\0/\n/g'
5157 @c @end example
5159 @item
5160 Use the common DSU, Decorate Sort Undecorate idiom to
5161 sort lines according to their length.
5163 @example
5164 getent passwd |@/
5165 awk '@{print length, $0@}' | sort -n | cut -f2- -d' '
5166 @end example
5168 In general this technique can be used to sort data that the @command{sort}
5169 command does not support, or is inefficient at, sorting directly.
5171 @item
5172 Use the same DSU idiom as above to sort lines by their last field,
5173 and in this specific example the presented lines are users' full names.
5175 @example
5176 getent passwd | grep -v nologin | cut -d: -f5 | grep ' ' |@/
5177 awk '@{print $NF, $0@}' | sort -k1,1 | cut -f2- -d' '
5178 @end example
5180 @item
5181 Shuffle a list of directories, but preserve the order of files within
5182 each directory.  For instance, one could use this to generate a music
5183 playlist in which albums are shuffled but the songs of each album are
5184 played in order.
5186 @example
5187 ls */* | sort -t / -k 1,1R -k 2,2
5188 @end example
5190 @end itemize
5193 @node shuf invocation
5194 @section @command{shuf}: Shuffling text
5196 @pindex shuf
5197 @cindex shuffling files
5199 @command{shuf} shuffles its input by outputting a random permutation
5200 of its input lines.  Each output permutation is equally likely.
5201 Synopses:
5203 @example
5204 shuf [@var{option}]@dots{} [@var{file}]
5205 shuf -e [@var{option}]@dots{} [@var{arg}]@dots{}
5206 shuf -i @var{lo}-@var{hi} [@var{option}]@dots{}
5207 @end example
5209 @command{shuf} has three modes of operation that affect where it
5210 obtains its input lines.  By default, it reads lines from standard
5211 input.  The following options change the operation mode:
5213 @table @samp
5215 @item -e
5216 @itemx --echo
5217 @opindex -c
5218 @opindex --echo
5219 @cindex command-line operands to shuffle
5220 Treat each command-line operand as an input line.
5222 @item -i @var{lo}-@var{hi}
5223 @itemx --input-range=@var{lo}-@var{hi}
5224 @opindex -i
5225 @opindex --input-range
5226 @cindex input range to shuffle
5227 Act as if input came from a file containing the range of unsigned
5228 decimal integers @var{lo}@dots{}@var{hi}, one per line.
5230 @end table
5232 @command{shuf}'s other options can affect its behavior in all
5233 operation modes:
5235 @table @samp
5237 @item -n @var{count}
5238 @itemx --head-count=@var{count}
5239 @opindex -n
5240 @opindex --head-count
5241 @cindex head of output
5242 Output at most @var{count} lines.  By default, all input lines are
5243 output.
5245 @item -o @var{output-file}
5246 @itemx --output=@var{output-file}
5247 @opindex -o
5248 @opindex --output
5249 @cindex overwriting of input, allowed
5250 Write output to @var{output-file} instead of standard output.
5251 @command{shuf} reads all input before opening
5252 @var{output-file}, so you can safely shuffle a file in place by using
5253 commands like @code{shuf -o F <F} and @code{cat F | shuf -o F}.
5255 @item --random-source=@var{file}
5256 @opindex --random-source
5257 @cindex random source for shuffling
5258 Use @var{file} as a source of random data used to determine which
5259 permutation to generate.  @xref{Random sources}.
5261 @item -r
5262 @itemx --repeat
5263 @opindex -r
5264 @opindex --repeat
5265 @cindex repeat output values
5266 Repeat output values, that is, select with replacement.  With this
5267 option the output is not a permutation of the input; instead, each
5268 output line is randomly chosen from all the inputs.  This option is
5269 typically combined with @option{--head-count}; if
5270 @option{--head-count} is not given, @command{shuf} repeats
5271 indefinitely.
5273 @optZeroTerminated
5275 @end table
5277 For example:
5279 @example
5280 shuf <<EOF
5281 A man,
5282 a plan,
5283 a canal:
5284 Panama!
5286 @end example
5288 @noindent
5289 might produce the output
5291 @example
5292 Panama!
5293 A man,
5294 a canal:
5295 a plan,
5296 @end example
5298 @noindent
5299 Similarly, the command:
5301 @example
5302 shuf -e clubs hearts diamonds spades
5303 @end example
5305 @noindent
5306 might output:
5308 @example
5309 clubs
5310 diamonds
5311 spades
5312 hearts
5313 @end example
5315 @noindent
5316 and the command @samp{shuf -i 1-4} might output:
5318 @example
5323 @end example
5325 @noindent
5326 The above examples all have four input lines, so @command{shuf} might
5327 produce any of the twenty-four possible permutations of the input.  In
5328 general, if there are @var{n} input lines, there are @var{n}! (i.e.,
5329 @var{n} factorial, or @var{n} * (@var{n} - 1) * @dots{} * 1) possible
5330 output permutations.
5332 @noindent
5333 To output 50 random numbers each in the range 0 through 9, use:
5335 @example
5336 shuf -r -n 50 -i 0-9
5337 @end example
5339 @noindent
5340 To simulate 100 coin flips, use:
5342 @example
5343 shuf -r -n 100 -e Head Tail
5344 @end example
5346 @exitstatus
5349 @node uniq invocation
5350 @section @command{uniq}: Uniquify files
5352 @pindex uniq
5353 @cindex uniquify files
5355 @command{uniq} writes the unique lines in the given @file{input}, or
5356 standard input if nothing is given or for an @var{input} name of
5357 @samp{-}.  Synopsis:
5359 @example
5360 uniq [@var{option}]@dots{} [@var{input} [@var{output}]]
5361 @end example
5363 By default, @command{uniq} prints its input lines, except that
5364 it discards all but the first of adjacent repeated lines, so that
5365 no output lines are repeated.  Optionally, it can instead discard
5366 lines that are not repeated, or all repeated lines.
5368 The input need not be sorted, but repeated input lines are detected
5369 only if they are adjacent.  If you want to discard non-adjacent
5370 duplicate lines, perhaps you want to use @code{sort -u}.
5371 @xref{sort invocation}.
5373 @vindex LC_COLLATE
5374 Comparisons honor the rules specified by the @env{LC_COLLATE}
5375 locale category.
5377 If no @var{output} file is specified, @command{uniq} writes to standard
5378 output.
5380 The program accepts the following options.  Also see @ref{Common options}.
5382 @table @samp
5384 @item -f @var{n}
5385 @itemx --skip-fields=@var{n}
5386 @opindex -f
5387 @opindex --skip-fields
5388 Skip @var{n} fields on each line before checking for uniqueness.  Use
5389 a null string for comparison if a line has fewer than @var{n} fields.
5390 Fields are a sequence of blank characters followed by non-blank characters.
5391 Field numbers are one based, i.e., @option{-f 1} will skip the first
5392 field (which may optionally have leading blanks).
5394 For compatibility @command{uniq} supports a traditional option syntax
5395 @option{-@var{n}}.  New scripts should use @option{-f @var{n}} instead.
5397 @item -s @var{n}
5398 @itemx --skip-chars=@var{n}
5399 @opindex -s
5400 @opindex --skip-chars
5401 Skip @var{n} characters before checking for uniqueness.  Use a null string
5402 for comparison if a line has fewer than @var{n} characters.  If you use both
5403 the field and character skipping options, fields are skipped over first.
5405 @vindex _POSIX2_VERSION
5406 On systems not conforming to POSIX 1003.1-2001,
5407 @command{uniq} supports a traditional option syntax
5408 @option{+@var{n}}.
5409 Although this traditional behavior can be controlled with the
5410 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
5411 conformance}), portable scripts should avoid commands whose
5412 behavior depends on this variable.
5413 For example, use @samp{uniq ./+10} or @samp{uniq -s 10} rather than
5414 the ambiguous @samp{uniq +10}.
5416 @item -c
5417 @itemx --count
5418 @opindex -c
5419 @opindex --count
5420 Print the number of times each line occurred along with the line.
5422 @item -i
5423 @itemx --ignore-case
5424 @opindex -i
5425 @opindex --ignore-case
5426 Ignore differences in case when comparing lines.
5428 @item -d
5429 @itemx --repeated
5430 @opindex -d
5431 @opindex --repeated
5432 @cindex repeated lines, outputting
5433 Discard lines that are not repeated.  When used by itself, this option
5434 causes @command{uniq} to print the first copy of each repeated line,
5435 and nothing else.
5437 @item -D
5438 @itemx --all-repeated[=@var{delimit-method}]
5439 @opindex -D
5440 @opindex --all-repeated
5441 @cindex all repeated lines, outputting
5442 Do not discard the second and subsequent repeated input lines,
5443 but discard lines that are not repeated.
5444 This option is useful mainly in conjunction with other options e.g.,
5445 to ignore case or to compare only selected fields.
5446 The optional @var{delimit-method}, supported with the long form option,
5447 specifies how to delimit groups of repeated lines, and must be one of the
5448 following:
5450 @table @samp
5452 @item none
5453 Do not delimit groups of repeated lines.
5454 This is equivalent to @option{--all-repeated} (@option{-D}).
5456 @item prepend
5457 Output a newline before each group of repeated lines.
5458 @macro nulOutputNote
5459 With @option{--zero-terminated} (@option{-z}), use a zero
5460 byte (ASCII NUL) instead of a newline as the delimiter.
5461 @end macro
5462 @nulOutputNote
5464 @item separate
5465 Separate groups of repeated lines with a single newline.
5466 This is the same as using @samp{prepend}, except that
5467 no delimiter is inserted before the first group, and hence
5468 may be better suited for output direct to users.
5469 @nulOutputNote
5470 @end table
5472 @macro ambiguousGroupNote
5473 Output is ambiguous when groups are delimited and the input stream
5474 contains empty lines.
5475 To avoid that, filter the input through @samp{tr -s '\\n'} to
5476 remove blank lines.
5477 @end macro
5478 @ambiguousGroupNote
5480 This is a GNU extension.
5481 @c FIXME: give an example showing *how* it's useful
5483 @item --group[=@var{delimit-method}]
5484 @opindex --group
5485 @cindex all lines, grouping
5486 Output all lines, and delimit each unique group.
5487 @nulOutputNote
5488 The optional @var{delimit-method} specifies how to delimit
5489 groups, and must be one of the following:
5491 @table @samp
5493 @item separate
5494 Separate unique groups with a single delimiter.
5495 This is the default delimiting method if none is specified,
5496 and better suited for output direct to users.
5498 @item prepend
5499 Output a delimiter before each group of unique items.
5501 @item append
5502 Output a delimiter after each group of unique items.
5504 @item both
5505 Output a delimiter around each group of unique items.
5506 @end table
5508 @ambiguousGroupNote
5510 This is a GNU extension.
5512 @item -u
5513 @itemx --unique
5514 @opindex -u
5515 @opindex --unique
5516 @cindex unique lines, outputting
5517 Discard the last line that would be output for a repeated input group.
5518 When used by itself, this option causes @command{uniq} to print unique
5519 lines, and nothing else.
5521 @item -w @var{n}
5522 @itemx --check-chars=@var{n}
5523 @opindex -w
5524 @opindex --check-chars
5525 Compare at most @var{n} characters on each line (after skipping any specified
5526 fields and characters).  By default the entire rest of the lines are
5527 compared.
5529 @optZeroTerminated
5530 @newlineFieldSeparator
5532 @end table
5534 @exitstatus
5537 @node comm invocation
5538 @section @command{comm}: Compare two sorted files line by line
5540 @pindex comm
5541 @cindex line-by-line comparison
5542 @cindex comparing sorted files
5544 @command{comm} writes to standard output lines that are common, and lines
5545 that are unique, to two input files; a file name of @samp{-} means
5546 standard input.  Synopsis:
5548 @example
5549 comm [@var{option}]@dots{} @var{file1} @var{file2}
5550 @end example
5552 @vindex LC_COLLATE
5553 Before @command{comm} can be used, the input files must be sorted using the
5554 collating sequence specified by the @env{LC_COLLATE} locale.
5555 If an input file ends in a non-newline
5556 character, a newline is silently appended.  The @command{sort} command with
5557 no options always outputs a file that is suitable input to @command{comm}.
5559 @cindex differing lines
5560 @cindex common lines
5561 With no options, @command{comm} produces three-column output.  Column one
5562 contains lines unique to @var{file1}, column two contains lines unique
5563 to @var{file2}, and column three contains lines common to both files.
5564 Columns are separated by a single TAB character.
5565 @c FIXME: when there's an option to supply an alternative separator
5566 @c string, append "by default" to the above sentence.
5568 @opindex -1
5569 @opindex -2
5570 @opindex -3
5571 The options @option{-1}, @option{-2}, and @option{-3} suppress printing of
5572 the corresponding columns (and separators).  Also see @ref{Common options}.
5574 Unlike some other comparison utilities, @command{comm} has an exit
5575 status that does not depend on the result of the comparison.
5576 Upon normal completion @command{comm} produces an exit code of zero.
5577 If there is an error it exits with nonzero status.
5579 @macro checkOrderOption{cmd}
5580 If the @option{--check-order} option is given, unsorted inputs will
5581 cause a fatal error message.  If the option @option{--nocheck-order}
5582 is given, unsorted inputs will never cause an error message.  If neither
5583 of these options is given, wrongly sorted inputs are diagnosed
5584 only if an input file is found to contain unpairable
5585 @ifset JOIN_COMMAND
5586 lines, and when both input files are non empty.
5587 @end ifset
5588 @ifclear JOIN_COMMAND
5589 lines.
5590 @end ifclear
5591 If an input file is diagnosed as being unsorted, the @command{\cmd\}
5592 command will exit with a nonzero status (and the output should not be used).
5594 Forcing @command{\cmd\} to process wrongly sorted input files
5595 containing unpairable lines by specifying @option{--nocheck-order} is
5596 not guaranteed to produce any particular output.  The output will
5597 probably not correspond with whatever you hoped it would be.
5598 @end macro
5599 @checkOrderOption{comm}
5601 @table @samp
5603 @item --check-order
5604 Fail with an error message if either input file is wrongly ordered.
5606 @item --nocheck-order
5607 Do not check that both input files are in sorted order.
5609 Other options are:
5611 @item --output-delimiter=@var{str}
5612 Print @var{str} between adjacent output columns,
5613 rather than the default of a single TAB character.
5615 The delimiter @var{str} may be empty, in which case
5616 the ASCII NUL character is used to delimit output columns.
5618 @item --total
5619 Output a summary at the end.
5621 Similar to the regular output,
5622 column one contains the total number of lines unique to @var{file1},
5623 column two contains the total number of lines unique to @var{file2}, and
5624 column three contains the total number of lines common to both files,
5625 followed by the word @samp{total} in the additional column four.
5627 In the following example, @command{comm} omits the regular output
5628 (@option{-123}), thus just printing the summary:
5630 @example
5631 $ printf '%s\n' a b c d e     > file1
5632 $ printf '%s\n'   b c d e f g > file2
5633 $ comm --total -123 file1 file2
5634 1       2       4       total
5635 @end example
5637 This option is a GNU extension.  Portable scripts should use @command{wc} to
5638 get the totals, e.g. for the above example files:
5640 @example
5641 $ comm -23 file1 file2 | wc -l    # number of lines only in file1
5643 $ comm -13 file1 file2 | wc -l    # number of lines only in file2
5645 $ comm -12 file1 file2 | wc -l    # number of lines common to both files
5647 @end example
5649 @optZeroTerminated
5651 @end table
5653 @node ptx invocation
5654 @section @command{ptx}: Produce permuted indexes
5656 @pindex ptx
5658 @command{ptx} reads a text file and essentially produces a permuted index, with
5659 each keyword in its context.  The calling sketch is either one of:
5661 @example
5662 ptx [@var{option} @dots{}] [@var{file} @dots{}]
5663 ptx -G [@var{option} @dots{}] [@var{input} [@var{output}]]
5664 @end example
5666 The @option{-G} (or its equivalent: @option{--traditional}) option disables
5667 all GNU extensions and reverts to traditional mode, thus introducing some
5668 limitations and changing several of the program's default option values.
5669 When @option{-G} is not specified, GNU extensions are always enabled.
5670 GNU extensions to @command{ptx} are documented wherever appropriate in this
5671 document.  @xref{Compatibility in ptx}, for the full list.
5673 Individual options are explained in the following sections.
5675 When GNU extensions are enabled, there may be zero, one or several
5676 @var{file}s after the options.  If there is no @var{file}, the program
5677 reads the standard input.  If there is one or several @var{file}s, they
5678 give the name of input files which are all read in turn, as if all the
5679 input files were concatenated.  However, there is a full contextual
5680 break between each file and, when automatic referencing is requested,
5681 file names and line numbers refer to individual text input files.  In
5682 all cases, the program outputs the permuted index to the standard
5683 output.
5685 When GNU extensions are @emph{not} enabled, that is, when the program
5686 operates in traditional mode, there may be zero, one or two parameters
5687 besides the options.  If there are no parameters, the program reads the
5688 standard input and outputs the permuted index to the standard output.
5689 If there is only one parameter, it names the text @var{input} to be read
5690 instead of the standard input.  If two parameters are given, they give
5691 respectively the name of the @var{input} file to read and the name of
5692 the @var{output} file to produce.  @emph{Be very careful:}
5693 in this case, the contents of file given by the second parameter is
5694 destroyed.  This behavior is dictated by System V @command{ptx}
5695 compatibility; GNU Standards normally discourage output parameters not
5696 introduced by an option.
5698 For @emph{any} file named as the value of an option or as an
5699 input text file, a single dash @samp{-} may be used, in which case
5700 standard input is assumed.  However, it would not make sense to use this
5701 convention more than once per program invocation.
5703 @menu
5704 * General options in ptx::      Options which affect general program behavior.
5705 * Charset selection in ptx::    Underlying character set considerations.
5706 * Input processing in ptx::     Input fields, contexts, and keyword selection.
5707 * Output formatting in ptx::    Types of output format, and sizing the fields.
5708 * Compatibility in ptx::
5709 @end menu
5712 @node General options in ptx
5713 @subsection General options
5715 @table @samp
5717 @item -G
5718 @itemx --traditional
5719 As already explained, this option disables all GNU extensions to
5720 @command{ptx} and switches to traditional mode.
5722 @item --help
5723 Print a short help on standard output, then exit without further
5724 processing.
5726 @item --version
5727 Print the program version on standard output, then exit without further
5728 processing.
5730 @end table
5732 @exitstatus
5735 @node Charset selection in ptx
5736 @subsection Charset selection
5738 As it is set up now, @command{ptx} assumes that the input file is coded
5739 using 8-bit characters, and it may not work well in multibyte locales.
5740 In a single-byte locale, the default regular expression
5741 for a keyword allows foreign or diacriticized letters.  Keyword sorting,
5742 however, is still crude; it obeys the underlying character set ordering
5743 quite blindly.
5745 The output of @command{ptx} assumes the locale's character encoding.
5746 For example, with @command{ptx}'s @option{-T} option, if the locale
5747 uses the Latin-1 encoding you may need a LaTeX directive like
5748 @samp{\usepackage[latin1]@{inputenc@}} to render non-ASCII characters
5749 correctly.
5751 @table @samp
5753 @item -f
5754 @itemx --ignore-case
5755 @opindex -f
5756 @opindex --ignore-case
5757 Fold lower case letters to upper case for sorting.
5759 @end table
5762 @node Input processing in ptx
5763 @subsection Word selection and input processing
5765 @table @samp
5767 @item -b @var{file}
5768 @itemx --break-file=@var{file}
5769 @opindex -b
5770 @opindex --break-file
5772 This option provides an alternative (to @option{-W}) method of describing
5773 which characters make up words.  It introduces the name of a
5774 file which contains a list of characters which can@emph{not} be part of
5775 one word; this file is called the @dfn{Break file}.  Any character which
5776 is not part of the Break file is a word constituent.  If both options
5777 @option{-b} and @option{-W} are specified, then @option{-W} has precedence and
5778 @option{-b} is ignored.
5780 When GNU extensions are enabled, the only way to avoid newline as a
5781 break character is to write all the break characters in the file with no
5782 newline at all, not even at the end of the file.  When GNU extensions
5783 are disabled, spaces, tabs and newlines are always considered as break
5784 characters even if not included in the Break file.
5786 @item -i @var{file}
5787 @itemx --ignore-file=@var{file}
5788 @opindex -i
5789 @opindex --ignore-file
5791 The file associated with this option contains a list of words which will
5792 never be taken as keywords in concordance output.  It is called the
5793 @dfn{Ignore file}.  The file contains exactly one word in each line; the
5794 end of line separation of words is not subject to the value of the
5795 @option{-S} option.
5797 @item -o @var{file}
5798 @itemx --only-file=@var{file}
5799 @opindex -o
5800 @opindex --only-file
5802 The file associated with this option contains a list of words which will
5803 be retained in concordance output; any word not mentioned in this file
5804 is ignored.  The file is called the @dfn{Only file}.  The file contains
5805 exactly one word in each line; the end of line separation of words is
5806 not subject to the value of the @option{-S} option.
5808 There is no default for the Only file.  When both an Only file and an
5809 Ignore file are specified, a word is considered a keyword only
5810 if it is listed in the Only file and not in the Ignore file.
5812 @item -r
5813 @itemx --references
5814 @opindex -r
5815 @opindex --references
5817 On each input line, the leading sequence of non-white space characters will be
5818 taken to be a reference that has the purpose of identifying this input
5819 line in the resulting permuted index.
5820 @xref{Output formatting in ptx},
5821 for more information about reference production.
5822 Using this option changes the default value for option @option{-S}.
5824 Using this option, the program does not try very hard to remove
5825 references from contexts in output, but it succeeds in doing so
5826 @emph{when} the context ends exactly at the newline.  If option
5827 @option{-r} is used with @option{-S} default value, or when GNU extensions
5828 are disabled, this condition is always met and references are completely
5829 excluded from the output contexts.
5831 @item -S @var{regexp}
5832 @itemx --sentence-regexp=@var{regexp}
5833 @opindex -S
5834 @opindex --sentence-regexp
5836 This option selects which regular expression will describe the end of a
5837 line or the end of a sentence.  In fact, this regular expression is not
5838 the only distinction between end of lines or end of sentences, and input
5839 line boundaries have no special significance outside this option.  By
5840 default, when GNU extensions are enabled and if @option{-r} option is not
5841 used, end of sentences are used.  In this case, this @var{regex} is
5842 imported from GNU Emacs:
5844 @example
5845 [.?!][]\"')@}]*\\($\\|\t\\|  \\)[ \t\n]*
5846 @end example
5848 Whenever GNU extensions are disabled or if @option{-r} option is used, end
5849 of lines are used; in this case, the default @var{regexp} is just:
5851 @example
5853 @end example
5855 Using an empty @var{regexp} is equivalent to completely disabling end of
5856 line or end of sentence recognition.  In this case, the whole file is
5857 considered to be a single big line or sentence.  The user might want to
5858 disallow all truncation flag generation as well, through option @option{-F
5859 ""}.  @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5860 Manual}.
5862 When the keywords happen to be near the beginning of the input line or
5863 sentence, this often creates an unused area at the beginning of the
5864 output context line; when the keywords happen to be near the end of the
5865 input line or sentence, this often creates an unused area at the end of
5866 the output context line.  The program tries to fill those unused areas
5867 by wrapping around context in them; the tail of the input line or
5868 sentence is used to fill the unused area on the left of the output line;
5869 the head of the input line or sentence is used to fill the unused area
5870 on the right of the output line.
5872 As a matter of convenience to the user, many usual backslashed escape
5873 sequences from the C language are recognized and converted to the
5874 corresponding characters by @command{ptx} itself.
5876 @item -W @var{regexp}
5877 @itemx --word-regexp=@var{regexp}
5878 @opindex -W
5879 @opindex --word-regexp
5881 This option selects which regular expression will describe each keyword.
5882 By default, if GNU extensions are enabled, a word is a sequence of
5883 letters; the @var{regexp} used is @samp{\w+}.  When GNU extensions are
5884 disabled, a word is by default anything which ends with a space, a tab
5885 or a newline; the @var{regexp} used is @samp{[^ \t\n]+}.
5887 An empty @var{regexp} is equivalent to not using this option.
5888 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5889 Manual}.
5891 As a matter of convenience to the user, many usual backslashed escape
5892 sequences, as found in the C language, are recognized and converted to
5893 the corresponding characters by @command{ptx} itself.
5895 @end table
5898 @node Output formatting in ptx
5899 @subsection Output formatting
5901 Output format is mainly controlled by the @option{-O} and @option{-T} options
5902 described in the table below.  When neither @option{-O} nor @option{-T} are
5903 selected, and if GNU extensions are enabled, the program chooses an
5904 output format suitable for a dumb terminal.  Each keyword occurrence is
5905 output to the center of one line, surrounded by its left and right
5906 contexts.  Each field is properly justified, so the concordance output
5907 can be readily observed.  As a special feature, if automatic
5908 references are selected by option @option{-A} and are output before the
5909 left context, that is, if option @option{-R} is @emph{not} selected, then
5910 a colon is added after the reference; this nicely interfaces with GNU
5911 Emacs @code{next-error} processing.  In this default output format, each
5912 white space character, like newline and tab, is merely changed to
5913 exactly one space, with no special attempt to compress consecutive
5914 spaces.  This might change in the future.  Except for those white space
5915 characters, every other character of the underlying set of 256
5916 characters is transmitted verbatim.
5918 Output format is further controlled by the following options.
5920 @table @samp
5922 @item -g @var{number}
5923 @itemx --gap-size=@var{number}
5924 @opindex -g
5925 @opindex --gap-size
5927 Select the size of the minimum white space gap between the fields on the
5928 output line.
5930 @item -w @var{number}
5931 @itemx --width=@var{number}
5932 @opindex -w
5933 @opindex --width
5935 Select the maximum output width of each final line.  If references are
5936 used, they are included or excluded from the maximum output width
5937 depending on the value of option @option{-R}@.  If this option is not
5938 selected, that is, when references are output before the left context,
5939 the maximum output width takes into account the maximum length of all
5940 references.  If this option is selected, that is, when references are
5941 output after the right context, the maximum output width does not take
5942 into account the space taken by references, nor the gap that precedes
5943 them.
5945 @item -A
5946 @itemx --auto-reference
5947 @opindex -A
5948 @opindex --auto-reference
5950 Select automatic references.  Each input line will have an automatic
5951 reference made up of the file name and the line ordinal, with a single
5952 colon between them.  However, the file name will be empty when standard
5953 input is being read.  If both @option{-A} and @option{-r} are selected, then
5954 the input reference is still read and skipped, but the automatic
5955 reference is used at output time, overriding the input reference.
5957 @item -R
5958 @itemx --right-side-refs
5959 @opindex -R
5960 @opindex --right-side-refs
5962 In the default output format, when option @option{-R} is not used, any
5963 references produced by the effect of options @option{-r} or @option{-A} are
5964 placed to the far right of output lines, after the right context.  With
5965 default output format, when the @option{-R} option is specified, references
5966 are rather placed at the beginning of each output line, before the left
5967 context.  For any other output format, option @option{-R} is
5968 ignored, with one exception:  with @option{-R} the width of references
5969 is @emph{not} taken into account in total output width given by @option{-w}.
5971 This option is automatically selected whenever GNU extensions are
5972 disabled.
5974 @item -F @var{string}
5975 @itemx --flag-truncation=@var{string}
5976 @opindex -F
5977 @opindex --flag-truncation
5979 This option will request that any truncation in the output be reported
5980 using the string @var{string}.  Most output fields theoretically extend
5981 towards the beginning or the end of the current line, or current
5982 sentence, as selected with option @option{-S}@.  But there is a maximum
5983 allowed output line width, changeable through option @option{-w}, which is
5984 further divided into space for various output fields.  When a field has
5985 to be truncated because it cannot extend beyond the beginning or the end of
5986 the current line to fit in, then a truncation occurs.  By default,
5987 the string used is a single slash, as in @option{-F /}.
5989 @var{string} may have more than one character, as in @option{-F @dots{}}.
5990 Also, in the particular case when @var{string} is empty (@option{-F ""}),
5991 truncation flagging is disabled, and no truncation marks are appended in
5992 this case.
5994 As a matter of convenience to the user, many usual backslashed escape
5995 sequences, as found in the C language, are recognized and converted to
5996 the corresponding characters by @command{ptx} itself.
5998 @item -M @var{string}
5999 @itemx --macro-name=@var{string}
6000 @opindex -M
6001 @opindex --macro-name
6003 Select another @var{string} to be used instead of @samp{xx}, while
6004 generating output suitable for @command{nroff}, @command{troff} or @TeX{}.
6006 @item -O
6007 @itemx --format=roff
6008 @opindex -O
6009 @opindex --format=roff
6011 Choose an output format suitable for @command{nroff} or @command{troff}
6012 processing.  Each output line will look like:
6014 @example
6015 .xx "@var{tail}" "@var{before}" "@var{keyword_and_after}"@c
6016  "@var{head}" "@var{ref}"
6017 @end example
6019 so it will be possible to write a @samp{.xx} roff macro to take care of
6020 the output typesetting.  This is the default output format when GNU
6021 extensions are disabled.  Option @option{-M} can be used to change
6022 @samp{xx} to another macro name.
6024 In this output format, each non-graphical character, like newline and
6025 tab, is merely changed to exactly one space, with no special attempt to
6026 compress consecutive spaces.  Each quote character @samp{"} is doubled
6027 so it will be correctly processed by @command{nroff} or @command{troff}.
6029 @item -T
6030 @itemx --format=tex
6031 @opindex -T
6032 @opindex --format=tex
6034 Choose an output format suitable for @TeX{} processing.  Each output
6035 line will look like:
6037 @example
6038 \xx @{@var{tail}@}@{@var{before}@}@{@var{keyword}@}@c
6039 @{@var{after}@}@{@var{head}@}@{@var{ref}@}
6040 @end example
6042 @noindent
6043 so it will be possible to write a @code{\xx} definition to take care of
6044 the output typesetting.  When references are not being
6045 produced, that is, neither option @option{-A} nor option @option{-r} is
6046 selected, the last parameter of each @code{\xx} call is inhibited.
6047 Option @option{-M} can be used to change @samp{xx} to another macro
6048 name.
6050 In this output format, some special characters, like @samp{$}, @samp{%},
6051 @samp{&}, @samp{#} and @samp{_} are automatically protected with a
6052 backslash.  Curly brackets @samp{@{}, @samp{@}} are protected with a
6053 backslash and a pair of dollar signs (to force mathematical mode).  The
6054 backslash itself produces the sequence @code{\backslash@{@}}.
6055 Circumflex and tilde diacritical marks produce the sequence @code{^\@{ @}} and
6056 @code{~\@{ @}} respectively.  Other diacriticized characters of the
6057 underlying character set produce an appropriate @TeX{} sequence as far
6058 as possible.  The other non-graphical characters, like newline and tab,
6059 and all other characters which are not part of ASCII, are merely
6060 changed to exactly one space, with no special attempt to compress
6061 consecutive spaces.  Let me know how to improve this special character
6062 processing for @TeX{}.
6064 @end table
6067 @node Compatibility in ptx
6068 @subsection The GNU extensions to @command{ptx}
6070 This version of @command{ptx} contains a few features which do not exist in
6071 System V @command{ptx}.  These extra features are suppressed by using the
6072 @option{-G} command line option, unless overridden by other command line
6073 options.  Some GNU extensions cannot be recovered by overriding, so the
6074 simple rule is to avoid @option{-G} if you care about GNU extensions.
6075 Here are the differences between this program and System V @command{ptx}.
6077 @itemize @bullet
6079 @item
6080 This program can read many input files at once, it always writes the
6081 resulting concordance on standard output.  On the other hand, System V
6082 @command{ptx} reads only one file and sends the result to standard output
6083 or, if a second @var{file} parameter is given on the command, to that
6084 @var{file}.
6086 Having output parameters not introduced by options is a dangerous
6087 practice which GNU avoids as far as possible.  So, for using @command{ptx}
6088 portably between GNU and System V, you should always use it with a
6089 single input file, and always expect the result on standard output.  You
6090 might also want to automatically configure in a @option{-G} option to
6091 @command{ptx} calls in products using @command{ptx}, if the configurator finds
6092 that the installed @command{ptx} accepts @option{-G}.
6094 @item
6095 The only options available in System V @command{ptx} are options @option{-b},
6096 @option{-f}, @option{-g}, @option{-i}, @option{-o}, @option{-r}, @option{-t} and
6097 @option{-w}.  All other options are GNU extensions and are not repeated in
6098 this enumeration.  Moreover, some options have a slightly different
6099 meaning when GNU extensions are enabled, as explained below.
6101 @item
6102 By default, concordance output is not formatted for @command{troff} or
6103 @command{nroff}.  It is rather formatted for a dumb terminal.  @command{troff}
6104 or @command{nroff} output may still be selected through option @option{-O}.
6106 @item
6107 Unless @option{-R} option is used, the maximum reference width is
6108 subtracted from the total output line width.  With GNU extensions
6109 disabled, width of references is not taken into account in the output
6110 line width computations.
6112 @item
6113 All 256 bytes, even ASCII NUL bytes, are always read and
6114 processed from input file with no adverse effect, even if GNU extensions
6115 are disabled.  However, System V @command{ptx} does not accept 8-bit
6116 characters, a few control characters are rejected, and the tilde
6117 @samp{~} is also rejected.
6119 @item
6120 Input line length is only limited by available memory, even if GNU
6121 extensions are disabled.  However, System V @command{ptx} processes only
6122 the first 200 characters in each line.
6124 @item
6125 The break (non-word) characters default to be every character except all
6126 letters of the underlying character set, diacriticized or not.  When GNU
6127 extensions are disabled, the break characters default to space, tab and
6128 newline only.
6130 @item
6131 The program makes better use of output line width.  If GNU extensions
6132 are disabled, the program rather tries to imitate System V @command{ptx},
6133 but still, there are some slight disposition glitches this program does
6134 not completely reproduce.
6136 @item
6137 The user can specify both an Ignore file and an Only file.  This is not
6138 allowed with System V @command{ptx}.
6140 @end itemize
6143 @node tsort invocation
6144 @section @command{tsort}: Topological sort
6146 @pindex tsort
6147 @cindex topological sort
6149 @command{tsort} performs a topological sort on the given @var{file}, or
6150 standard input if no input file is given or for a @var{file} of
6151 @samp{-}.  For more details and some history, see @ref{tsort background}.
6152 Synopsis:
6154 @example
6155 tsort [@var{option}] [@var{file}]
6156 @end example
6158 @command{tsort} reads its input as pairs of strings, separated by blanks,
6159 indicating a partial ordering.  The output is a total ordering that
6160 corresponds to the given partial ordering.
6162 For example
6164 @example
6165 tsort <<EOF
6166 a b c
6168 e f
6169 b c d e
6171 @end example
6173 @noindent
6174 will produce the output
6176 @example
6183 @end example
6185 Consider a more realistic example.
6186 You have a large set of functions all in one file, and they may all be
6187 declared static except one.  Currently that one (say @code{main}) is the
6188 first function defined in the file, and the ones it calls directly follow
6189 it, followed by those they call, etc.  Let's say that you are determined
6190 to take advantage of prototypes, so you have to choose between declaring
6191 all of those functions (which means duplicating a lot of information from
6192 the definitions) and rearranging the functions so that as many as possible
6193 are defined before they are used.  One way to automate the latter process
6194 is to get a list for each function of the functions it calls directly.
6195 Many programs can generate such lists.  They describe a call graph.
6196 Consider the following list, in which a given line indicates that the
6197 function on the left calls the one on the right directly.
6199 @example
6200 main parse_options
6201 main tail_file
6202 main tail_forever
6203 tail_file pretty_name
6204 tail_file write_header
6205 tail_file tail
6206 tail_forever recheck
6207 tail_forever pretty_name
6208 tail_forever write_header
6209 tail_forever dump_remainder
6210 tail tail_lines
6211 tail tail_bytes
6212 tail_lines start_lines
6213 tail_lines dump_remainder
6214 tail_lines file_lines
6215 tail_lines pipe_lines
6216 tail_bytes xlseek
6217 tail_bytes start_bytes
6218 tail_bytes dump_remainder
6219 tail_bytes pipe_bytes
6220 file_lines dump_remainder
6221 recheck pretty_name
6222 @end example
6224 then you can use @command{tsort} to produce an ordering of those
6225 functions that satisfies your requirement.
6227 @example
6228 example$ tsort call-graph | tac
6229 dump_remainder
6230 start_lines
6231 file_lines
6232 pipe_lines
6233 xlseek
6234 start_bytes
6235 pipe_bytes
6236 tail_lines
6237 tail_bytes
6238 pretty_name
6239 write_header
6240 tail
6241 recheck
6242 parse_options
6243 tail_file
6244 tail_forever
6245 main
6246 @end example
6248 @command{tsort} detects any cycles in the input and writes the first cycle
6249 encountered to standard error.
6251 For a given partial ordering, generally there is no unique
6252 total ordering.  In the context of the call graph above, the function
6253 @code{parse_options} may be placed anywhere in the list as long as it
6254 precedes @code{main}.
6256 The only options are @option{--help} and @option{--version}.  @xref{Common
6257 options}.
6259 @exitstatus
6261 @menu
6262 * tsort background::            Where tsort came from.
6263 @end menu
6265 @node tsort background
6266 @subsection @command{tsort}: Background
6268 @command{tsort} exists because very early versions of the Unix linker processed
6269 an archive file exactly once, and in order.  As @command{ld} read each object
6270 in the archive, it decided whether it was needed in the program based on
6271 whether it defined any symbols which were undefined at that point in
6272 the link.
6274 This meant that dependencies within the archive had to be handled
6275 specially.  For example, @code{scanf} probably calls @code{read}.  That means
6276 that in a single pass through an archive, it was important for @code{scanf.o}
6277 to appear before read.o, because otherwise a program which calls
6278 @code{scanf} but not @code{read} might end up with an unexpected unresolved
6279 reference to @code{read}.
6281 The way to address this problem was to first generate a set of
6282 dependencies of one object file on another.  This was done by a shell
6283 script called @command{lorder}.  The GNU tools don't provide a version of
6284 lorder, as far as I know, but you can still find it in BSD
6285 distributions.
6287 Then you ran @command{tsort} over the @command{lorder} output, and you used the
6288 resulting sort to define the order in which you added objects to the archive.
6290 This whole procedure has been obsolete since about 1980, because
6291 Unix archives now contain a symbol table (traditionally built by
6292 @command{ranlib}, now generally built by @command{ar} itself), and the Unix
6293 linker uses the symbol table to effectively make multiple passes over
6294 an archive file.
6296 Anyhow, that's where tsort came from.  To solve an old problem with
6297 the way the linker handled archive files, which has since been solved
6298 in different ways.
6301 @node Operating on fields
6302 @chapter Operating on fields
6304 @menu
6305 * cut invocation::              Print selected parts of lines.
6306 * paste invocation::            Merge lines of files.
6307 * join invocation::             Join lines on a common field.
6308 @end menu
6311 @node cut invocation
6312 @section @command{cut}: Print selected parts of lines
6314 @pindex cut
6315 @command{cut} writes to standard output selected parts of each line of each
6316 input file, or standard input if no files are given or for a file name of
6317 @samp{-}.  Synopsis:
6319 @example
6320 cut @var{option}@dots{} [@var{file}]@dots{}
6321 @end example
6323 In the table which follows, the @var{byte-list}, @var{character-list},
6324 and @var{field-list} are one or more numbers or ranges (two numbers
6325 separated by a dash) separated by commas.  Bytes, characters, and
6326 fields are numbered starting at 1.  Incomplete ranges may be
6327 given: @option{-@var{m}} means @samp{1-@var{m}}; @samp{@var{n}-} means
6328 @samp{@var{n}} through end of line or last field.  The list elements
6329 can be repeated, can overlap, and can be specified in any order; but
6330 the selected input is written in the same order that it is read, and
6331 is written exactly once.
6333 The program accepts the following options.  Also see @ref{Common
6334 options}.
6336 @table @samp
6338 @item -b @var{byte-list}
6339 @itemx --bytes=@var{byte-list}
6340 @opindex -b
6341 @opindex --bytes
6342 Select for printing only the bytes in positions listed in
6343 @var{byte-list}.  Tabs and backspaces are treated like any other
6344 character; they take up 1 byte.  If an output delimiter is specified,
6345 (see the description of @option{--output-delimiter}), then output that
6346 string between ranges of selected bytes.
6348 @item -c @var{character-list}
6349 @itemx --characters=@var{character-list}
6350 @opindex -c
6351 @opindex --characters
6352 Select for printing only the characters in positions listed in
6353 @var{character-list}.  The same as @option{-b} for now, but
6354 internationalization will change that.  Tabs and backspaces are
6355 treated like any other character; they take up 1 character.  If an
6356 output delimiter is specified, (see the description of
6357 @option{--output-delimiter}), then output that string between ranges
6358 of selected bytes.
6360 @item -f @var{field-list}
6361 @itemx --fields=@var{field-list}
6362 @opindex -f
6363 @opindex --fields
6364 Select for printing only the fields listed in @var{field-list}.
6365 Fields are separated by a TAB character by default.  Also print any
6366 line that contains no delimiter character, unless the
6367 @option{--only-delimited} (@option{-s}) option is specified.
6369 The @command{awk} command supports more sophisticated field processing,
6370 like reordering fields, and handling fields aligned with blank characters.
6371 By default @command{awk} uses (and discards) runs of blank characters
6372 to separate fields, and ignores leading and trailing blanks.
6373 @example
6374 @verbatim
6375 awk '{print $2}'      # print the second field
6376 awk '{print $(NF-1)}' # print the penultimate field
6377 awk '{print $2,$1}'   # reorder the first two fields
6378 @end verbatim
6379 @end example
6380 While @command{cut} accepts field specifications in
6381 arbitrary order, output is always in the order encountered in the file.
6383 In the unlikely event that @command{awk} is unavailable,
6384 one can use the @command{join} command, to process blank
6385 characters as @command{awk} does above.
6386 @example
6387 @verbatim
6388 join -a1 -o 1.2     - /dev/null # print the second field
6389 join -a1 -o 1.2,1.1 - /dev/null # reorder the first two fields
6390 @end verbatim
6391 @end example
6393 @item -d @var{input_delim_byte}
6394 @itemx --delimiter=@var{input_delim_byte}
6395 @opindex -d
6396 @opindex --delimiter
6397 With @option{-f}, use the first byte of @var{input_delim_byte} as
6398 the input fields separator (default is TAB).
6400 @item -n
6401 @opindex -n
6402 Do not split multi-byte characters (no-op for now).
6404 @item -s
6405 @itemx --only-delimited
6406 @opindex -s
6407 @opindex --only-delimited
6408 For @option{-f}, do not print lines that do not contain the field separator
6409 character.  Normally, any line without a field separator is printed verbatim.
6411 @item --output-delimiter=@var{output_delim_string}
6412 @opindex --output-delimiter
6413 With @option{-f}, output fields are separated by @var{output_delim_string}.
6414 The default with @option{-f} is to use the input delimiter.
6415 When using @option{-b} or @option{-c} to select ranges of byte or
6416 character offsets (as opposed to ranges of fields),
6417 output @var{output_delim_string} between non-overlapping
6418 ranges of selected bytes.
6420 @item --complement
6421 @opindex --complement
6422 This option is a GNU extension.
6423 Select for printing the complement of the bytes, characters or fields
6424 selected with the @option{-b}, @option{-c} or @option{-f} options.
6425 In other words, do @emph{not} print the bytes, characters or fields
6426 specified via those options.  This option is useful when you have
6427 many fields and want to print all but a few of them.
6429 @optZeroTerminated
6431 @end table
6433 @exitstatus
6436 @node paste invocation
6437 @section @command{paste}: Merge lines of files
6439 @pindex paste
6440 @cindex merging files
6442 @command{paste} writes to standard output lines consisting of sequentially
6443 corresponding lines of each given file, separated by a TAB character.
6444 Standard input is used for a file name of @samp{-} or if no input files
6445 are given.
6447 Synopsis:
6449 @example
6450 paste [@var{option}]@dots{} [@var{file}]@dots{}
6451 @end example
6453 For example, with:
6454 @example
6455 $ cat num2
6458 $ cat let3
6462 @end example
6464 Take lines sequentially from each file:
6465 @example
6466 $ paste num2 let3
6467 1       a
6468 2       b
6469        @ c
6470 @end example
6472 Duplicate lines from a file:
6473 @example
6474 $ paste num2 let3 num2
6475 1       a      1
6476 2       b      2
6477        @ c
6478 @end example
6480 Intermix lines from standard input:
6481 @example
6482 $ paste - let3 - < num2
6483 1       a      2
6484        @ b
6485        @ c
6486 @end example
6488 Join consecutive lines with a space:
6489 @example
6490 $ seq 4 | paste -d ' ' - -
6491 1 2
6492 3 4
6493 @end example
6495 The program accepts the following options.  Also see @ref{Common options}.
6497 @table @samp
6499 @item -s
6500 @itemx --serial
6501 @opindex -s
6502 @opindex --serial
6503 Paste the lines of one file at a time rather than one line from each
6504 file.  Using the above example data:
6506 @example
6507 $ paste -s num2 let3
6508 1       2
6509 a       b       c
6510 @end example
6512 @item -d @var{delim-list}
6513 @itemx --delimiters=@var{delim-list}
6514 @opindex -d
6515 @opindex --delimiters
6516 Consecutively use the characters in @var{delim-list} instead of
6517 TAB to separate merged lines.  When @var{delim-list} is
6518 exhausted, start again at its beginning.  Using the above example data:
6520 @example
6521 $ paste -d '%_' num2 let3 num2
6522 1%a_1
6523 2%b_2
6525 @end example
6527 @optZeroTerminated
6529 @end table
6531 @exitstatus
6534 @node join invocation
6535 @section @command{join}: Join lines on a common field
6537 @pindex join
6538 @cindex common field, joining on
6540 @command{join} writes to standard output a line for each pair of input
6541 lines that have identical join fields.  Synopsis:
6543 @example
6544 join [@var{option}]@dots{} @var{file1} @var{file2}
6545 @end example
6547 Either @var{file1} or @var{file2} (but not both) can be @samp{-},
6548 meaning standard input.  @var{file1} and @var{file2} should be
6549 sorted on the join fields.
6551 @example
6552 @group
6553 $ cat file1
6554 a 1
6555 b 2
6556 e 5
6558 $ cat file2
6559 a X
6560 e Y
6561 f Z
6563 $ join file1 file2
6564 a 1 X
6565 e 5 Y
6566 @end group
6567 @end example
6570 @noindent
6571 @command{join}'s default behavior (when no options are given):
6572 @itemize
6573 @item the join field is the first field in each line;
6574 @item fields in the input are separated by one or more blanks, with leading
6575 blanks on the line ignored;
6576 @item fields in the output are separated by a space;
6577 @item each output line consists of the join field, the remaining
6578 fields from @var{file1}, then the remaining fields from @var{file2}.
6579 @end itemize
6582 @menu
6583 * General options in join::      Options which affect general program behavior.
6584 * Sorting files for join::       Using @command{sort} before @command{join}.
6585 * Working with fields::          Joining on different fields.
6586 * Paired and unpaired lines::    Controlling @command{join}'s field matching.
6587 * Header lines::                 Working with header lines in files.
6588 * Set operations::               Union, Intersection and Difference of files.
6589 @end menu
6591 @node General options in join
6592 @subsection General options
6593 The program accepts the following options.  Also see @ref{Common options}.
6595 @table @samp
6597 @item -a @var{file-number}
6598 @opindex -a
6599 Print a line for each unpairable line in file @var{file-number} (either
6600 @samp{1} or @samp{2}), in addition to the normal output.
6602 @item --check-order
6603 Fail with an error message if either input file is wrongly ordered.
6605 @item --nocheck-order
6606 Do not check that both input files are in sorted order.  This is the default.
6608 @item -e @var{string}
6609 @opindex -e
6610 Replace those output fields that are missing in the input with @var{string}.
6611 I.e., missing fields specified with the @option{-12jo} options.
6613 @item --header
6614 @opindex --header
6615 Treat the first line of each input file as a header line.  The header lines
6616 will be joined and printed as the first output line.  If @option{-o} is used to
6617 specify output format, the header line will be printed according to the
6618 specified format.  The header lines will not be checked for ordering even if
6619 @option{--check-order} is specified.  Also if the header lines from each file
6620 do not match, the heading fields from the first file will be used.
6622 @item -i
6623 @itemx --ignore-case
6624 @opindex -i
6625 @opindex --ignore-case
6626 Ignore differences in case when comparing keys.
6627 With this option, the lines of the input files must be ordered in the same way.
6628 Use @samp{sort -f} to produce this ordering.
6630 @item -1 @var{field}
6631 @opindex -1
6632 Join on field @var{field} (a positive integer) of file 1.
6634 @item -2 @var{field}
6635 @opindex -2
6636 Join on field @var{field} (a positive integer) of file 2.
6638 @item -j @var{field}
6639 Equivalent to @option{-1 @var{field} -2 @var{field}}.
6641 @item -o @var{field-list}
6642 @itemx -o auto
6643 If the keyword @samp{auto} is specified, infer the output format from
6644 the first line in each file.  This is the same as the default output format
6645 but also ensures the same number of fields are output for each line.
6646 Missing fields are replaced with the @option{-e} option and extra fields
6647 are discarded.
6649 Otherwise, construct each output line according to the format in
6650 @var{field-list}.  Each element in @var{field-list} is either the single
6651 character @samp{0} or has the form @var{m.n} where the file number, @var{m},
6652 is @samp{1} or @samp{2} and @var{n} is a positive field number.
6654 A field specification of @samp{0} denotes the join field.
6655 In most cases, the functionality of the @samp{0} field spec
6656 may be reproduced using the explicit @var{m.n} that corresponds
6657 to the join field.  However, when printing unpairable lines
6658 (using either of the @option{-a} or @option{-v} options), there is no way
6659 to specify the join field using @var{m.n} in @var{field-list}
6660 if there are unpairable lines in both files.
6661 To give @command{join} that functionality, POSIX invented the @samp{0}
6662 field specification notation.
6664 The elements in @var{field-list}
6665 are separated by commas or blanks.
6666 Blank separators typically need to be quoted for the shell.  For
6667 example, the commands @samp{join -o 1.2,2.2} and @samp{join -o '1.2
6668 2.2'} are equivalent.
6670 All output lines -- including those printed because of any @option{-a}
6671 or @option{-v} option -- are subject to the specified @var{field-list}.
6673 @item -t @var{char}
6674 Use character @var{char} as the input and output field separator.
6675 Treat as significant each occurrence of @var{char} in the input file.
6676 Use @samp{sort -t @var{char}}, without the @option{-b} option of
6677 @samp{sort}, to produce this ordering.  If @samp{join -t ''} is specified,
6678 the whole line is considered, matching the default operation of sort.
6679 If @samp{-t '\0'} is specified then the ASCII NUL
6680 character is used to delimit the fields.
6682 @item -v @var{file-number}
6683 Print a line for each unpairable line in file @var{file-number}
6684 (either @samp{1} or @samp{2}), instead of the normal output.
6686 @optZeroTerminated
6687 @newlineFieldSeparator
6689 @end table
6691 @exitstatus
6693 @set JOIN_COMMAND
6694 @checkOrderOption{join}
6695 @clear JOIN_COMMAND
6699 @node Sorting files for join
6700 @subsection Pre-sorting
6702 @command{join} requires sorted input files. Each input file should be
6703 sorted according to the key (=field/column number) used in
6704 @command{join}. The recommended sorting option is @samp{sort -k 1b,1}
6705 (assuming the desired key is in the first column).
6707 @noindent Typical usage:
6708 @example
6709 @group
6710 $ sort -k 1b,1 file1 > file1.sorted
6711 $ sort -k 1b,1 file2 > file2.sorted
6712 $ join file1.sorted file2.sorted > file3
6713 @end group
6714 @end example
6716 @vindex LC_COLLATE
6717 Normally, the sort order is that of the
6718 collating sequence specified by the @env{LC_COLLATE} locale.  Unless
6719 the @option{-t} option is given, the sort comparison ignores blanks at
6720 the start of the join field, as in @code{sort -b}.  If the
6721 @option{--ignore-case} option is given, the sort comparison ignores
6722 the case of characters in the join field, as in @code{sort -f}:
6724 @example
6725 @group
6726 $ sort -k 1bf,1 file1 > file1.sorted
6727 $ sort -k 1bf,1 file2 > file2.sorted
6728 $ join --ignore-case file1.sorted file2.sorted > file3
6729 @end group
6730 @end example
6732 The @command{sort} and @command{join} commands should use consistent
6733 locales and options if the output of @command{sort} is fed to
6734 @command{join}.  You can use a command like @samp{sort -k 1b,1} to
6735 sort a file on its default join field, but if you select a non-default
6736 locale, join field, separator, or comparison options, then you should
6737 do so consistently between @command{join} and @command{sort}.
6739 @noindent To avoid any locale-related issues, it is recommended to use the
6740 @samp{C} locale for both commands:
6742 @example
6743 @group
6744 $ LC_ALL=C sort -k 1b,1 file1 > file1.sorted
6745 $ LC_ALL=C sort -k 1b,1 file2 > file2.sorted
6746 $ LC_ALL=C join file1.sorted file2.sorted > file3
6747 @end group
6748 @end example
6751 @node Working with fields
6752 @subsection Working with fields
6754 Use @option{-1},@option{-2} to set the key fields for each of the input files.
6755 Ensure the preceding @command{sort} commands operated on the same fields.
6757 @noindent
6758 The following example joins two files, using the values from seventh field
6759 of the first file and the third field of the second file:
6761 @example
6762 @group
6763 $ sort -k 7b,7 file1 > file1.sorted
6764 $ sort -k 3b,3 file2 > file2.sorted
6765 $ join -1 7 -2 3 file1.sorted file2.sorted > file3
6766 @end group
6767 @end example
6769 @noindent
6770 If the field number is the same for both files, use @option{-j}:
6772 @example
6773 @group
6774 $ sort -k4b,4 file1 > file1.sorted
6775 $ sort -k4b,4 file2 > file2.sorted
6776 $ join -j4    file1.sorted file2.sorted > file3
6777 @end group
6778 @end example
6780 @noindent
6781 Both @command{sort} and @command{join} operate of whitespace-delimited
6782 fields. To specify a different delimiter, use @option{-t} in @emph{both}:
6784 @example
6785 @group
6786 $ sort -t, -k3b,3 file1 > file1.sorted
6787 $ sort -t, -k3b,3 file2 > file2.sorted
6788 $ join -t, -j3    file1.sorted file2.sorted > file3
6789 @end group
6790 @end example
6792 @noindent
6793 To specify a tab (@sc{ascii} 0x09) character instead of whitespace,
6794 use:@footnote{the @code{$'\t'} is supported in most modern shells.
6795 For older shells, use a literal tab.}
6797 @example
6798 @group
6799 $ sort -t$'\t' -k3b,3 file1 > file1.sorted
6800 $ sort -t$'\t' -k3b,3 file2 > file2.sorted
6801 $ join -t$'\t' -j3    file1.sorted file2.sorted > file3
6802 @end group
6803 @end example
6806 @noindent
6807 If @samp{join -t ''} is specified then the whole line is considered which
6808 matches the default operation of sort:
6810 @example
6811 @group
6812 $ sort file1 > file1.sorted
6813 $ sort file2 > file2.sorted
6814 $ join -t '' file1.sorted file2.sorted > file3
6815 @end group
6816 @end example
6819 @node Paired and unpaired lines
6820 @subsection Controlling @command{join}'s field matching
6822 In this section the @command{sort} commands are omitted for brevity.
6823 Sorting the files before joining is still required.
6825 @command{join}'s default behavior is to print only lines common to
6826 both input files. Use @option{-a} and @option{-v} to print unpairable lines
6827 from one or both files.
6829 @noindent
6830 All examples below use the following two (pre-sorted) input files:
6832 @multitable @columnfractions .5 .5
6833 @item
6834 @example
6835 $ cat file1
6836 a 1
6837 b 2
6838 @end example
6840 @tab
6841 @example
6842 $ cat file2
6843 a A
6844 c C
6845 @end example
6846 @end multitable
6849 @c TODO: Find better column widths that work for both HTML and PDF
6850 @c       and disable indentation of @example.
6851 @multitable @columnfractions 0.5 0.5
6853 @headitem Command @tab Outcome
6856 @item
6857 @example
6858 $ join file1 file2
6859 a 1 A
6860 @end example
6861 @tab
6862 common lines
6863 (@emph{intersection})
6867 @item
6868 @example
6869 $ join -a 1 file1 file2
6870 a 1 A
6871 b 2
6872 @end example
6873 @tab
6874 common lines @emph{and} unpaired
6875 lines from the first file
6878 @item
6879 @example
6880 $ join -a 2 file1 file2
6881 a 1 A
6882 c C
6883 @end example
6884 @tab
6885 common lines @emph{and} unpaired lines from the second file
6888 @item
6889 @example
6890 $ join -a 1 -a 2 file1 file2
6891 a 1 A
6892 b 2
6893 c C
6894 @end example
6895 @tab
6896 all lines (paired and unpaired) from both files
6897 (@emph{union}).
6899 see note below regarding @code{-o auto}.
6902 @item
6903 @example
6904 $ join -v 1 file1 file2
6905 b 2
6906 @end example
6907 @tab
6908 unpaired lines from the first file
6909 (@emph{difference})
6912 @item
6913 @example
6914 $ join -v 2 file1 file2
6915 c C
6916 @end example
6917 @tab
6918 unpaired lines from the second file
6919 (@emph{difference})
6922 @item
6923 @example
6924 $ join -v 1 -v 2 file1 file2
6925 b 2
6926 c C
6927 @end example
6928 @tab
6929 unpaired lines from both files, omitting common lines
6930 (@emph{symmetric difference}).
6933 @end multitable
6935 @noindent
6936 The @option{-o auto -e X} options are useful when dealing with unpaired lines.
6937 The following example prints all lines (common and unpaired) from both files.
6938 Without @option{-o auto} it is not easy to discern which fields originate from
6939 which file:
6941 @example
6942 $ join -a 1 -a 2 file1 file2
6943 a 1 A
6944 b 2
6945 c C
6947 $ join -o auto -e X -a 1 -a 2 file1 file2
6948 a 1 A
6949 b 2 X
6950 c X C
6951 @end example
6954 If the input has no unpairable lines, a GNU extension is
6955 available; the sort order can be any order that considers two fields
6956 to be equal if and only if the sort comparison described above
6957 considers them to be equal.  For example:
6959 @example
6960 @group
6961 $ cat file1
6962 a a1
6963 c c1
6964 b b1
6966 $ cat file2
6967 a a2
6968 c c2
6969 b b2
6971 $ join file1 file2
6972 a a1 a2
6973 c c1 c2
6974 b b1 b2
6975 @end group
6976 @end example
6979 @node Header lines
6980 @subsection Header lines
6982 The @option{--header} option can be used when the files to join
6983 have a header line which is not sorted:
6985 @example
6986 @group
6987 $ cat file1
6988 Name     Age
6989 Alice    25
6990 Charlie  34
6992 $ cat file2
6993 Name   Country
6994 Alice  France
6995 Bob    Spain
6997 $ join --header -o auto -e NA -a1 -a2 file1 file2
6998 Name     Age   Country
6999 Alice    25    France
7000 Bob      NA    Spain
7001 Charlie  34    NA
7002 @end group
7003 @end example
7006 To sort a file with a header line, use GNU @command{sed -u}.
7007 The following example sort the files but keeps the first line of each
7008 file in place:
7010 @example
7011 @group
7012 $ ( sed -u 1q ; sort -k2b,2 ) < file1 > file1.sorted
7013 $ ( sed -u 1q ; sort -k2b,2 ) < file2 > file2.sorted
7014 $ join --header -o auto -e NA -a1 -a2 file1.sorted file2.sorted > file3
7015 @end group
7016 @end example
7018 @node Set operations
7019 @subsection Union, Intersection and Difference of files
7021 Combine @command{sort}, @command{uniq} and @command{join} to
7022 perform the equivalent of set operations on files:
7024 @c From https://www.pixelbeat.org/cmdline.html#sets
7025 @multitable @columnfractions 0.5 0.5
7026 @headitem Command @tab outcome
7027 @item @code{sort -u file1 file2}
7028 @tab Union of unsorted files
7030 @item @code{sort file1 file2 | uniq -d}
7031 @tab Intersection of unsorted files
7033 @item @code{sort file1 file1 file2 | uniq -u}
7034 @tab Difference of unsorted files
7036 @item @code{sort file1 file2 | uniq -u}
7037 @tab Symmetric Difference of unsorted files
7039 @item @code{join -t '' -a1 -a2 file1 file2}
7040 @tab Union of sorted files
7042 @item @code{join -t '' file1 file2}
7043 @tab Intersection of sorted files
7045 @item @code{join -t '' -v2 file1 file2}
7046 @tab Difference of sorted files
7048 @item @code{join -t '' -v1 -v2 file1 file2}
7049 @tab Symmetric Difference of sorted files
7051 @end multitable
7053 All examples above operate on entire lines and not on specific fields:
7054 @command{sort} without @option{-k} and @command{join -t ''} both consider
7055 entire lines as the key.
7058 @node Operating on characters
7059 @chapter Operating on characters
7061 @cindex operating on characters
7063 These commands operate on individual characters.
7065 @menu
7066 * tr invocation::               Translate, squeeze, and/or delete characters.
7067 * expand invocation::           Convert tabs to spaces.
7068 * unexpand invocation::         Convert spaces to tabs.
7069 @end menu
7072 @node tr invocation
7073 @section @command{tr}: Translate, squeeze, and/or delete characters
7075 @pindex tr
7077 Synopsis:
7079 @example
7080 tr [@var{option}]@dots{} @var{string1} [@var{string2}]
7081 @end example
7083 @command{tr} copies standard input to standard output, performing
7084 one of the following operations:
7086 @itemize @bullet
7087 @item
7088 translate, and optionally squeeze repeated characters in the result,
7089 @item
7090 squeeze repeated characters,
7091 @item
7092 delete characters,
7093 @item
7094 delete characters, then squeeze repeated characters from the result.
7095 @end itemize
7097 The @var{string1} and @var{string2} operands define arrays of
7098 characters @var{array1} and @var{array2}.  By default @var{array1}
7099 lists input characters that @command{tr} operates on, and @var{array2}
7100 lists corresponding translations.  In some cases the second operand is
7101 omitted.
7103 The program accepts the following options.  Also see @ref{Common options}.
7104 Options must precede operands.
7106 @table @samp
7108 @item -c
7109 @itemx -C
7110 @itemx --complement
7111 @opindex -c
7112 @opindex -C
7113 @opindex --complement
7114 Instead of @var{array1}, use its complement (all characters not
7115 specified by @var{string1}), in ascending order.  Use this option with
7116 caution in multibyte locales where its meaning is not always clear
7117 or portable; see @ref{Character arrays}.
7119 @item -d
7120 @itemx --delete
7121 @opindex -d
7122 @opindex --delete
7123 Delete characters in @var{array1}; do not translate.
7125 @item -s
7126 @itemx --squeeze-repeats
7127 @opindex -s
7128 @opindex --squeeze-repeats
7129 Replace each sequence of a repeated character that is listed in
7130 the last specified @var{array}, with a single occurrence of that character.
7132 @item -t
7133 @itemx --truncate-set1
7134 @opindex -t
7135 @opindex --truncate-set1
7136 Truncate @var{array1} to the length of @var{array2}.
7138 @end table
7141 @exitstatus
7143 @menu
7144 * Character arrays::            Specifying arrays of characters.
7145 * Translating::                 Changing characters to other characters.
7146 * Squeezing and deleting::      Removing characters.
7147 @end menu
7150 @node Character arrays
7151 @subsection Specifying arrays of characters
7153 @cindex arrays of characters in @command{tr}
7155 The @var{string1} and @var{string2} operands are not regular
7156 expressions, even though they may look similar.  Instead, they
7157 merely represent arrays of characters.  As a GNU extension to POSIX,
7158 an empty string operand represents an empty array of characters.
7160 The interpretation of @var{string1} and @var{string2} depends on locale.
7161 GNU @command{tr} fully supports only safe single-byte locales,
7162 where each possible input byte represents a single character.
7163 Unfortunately, this means GNU @command{tr} will not handle commands
7164 like @samp{tr @"o @L{}} the way you might expect,
7165 since (assuming a UTF-8 encoding) this is equivalent to
7166 @samp{tr '\303\266' '\305\201'} and GNU @command{tr} will
7167 simply transliterate all @samp{\303} bytes to @samp{\305} bytes, etc.
7168 POSIX does not clearly specify the behavior of @command{tr} in locales
7169 where characters are represented by byte sequences instead of by
7170 individual bytes, or where data might contain invalid bytes that are
7171 encoding errors.  To avoid problems in this area, you can run
7172 @command{tr} in a safe single-byte locale by using a shell command
7173 like @samp{LC_ALL=C tr} instead of plain @command{tr}.
7175 Although most characters simply represent themselves in @var{string1}
7176 and @var{string2}, the strings can contain shorthands listed below,
7177 for convenience.  Some shorthands can be used only in @var{string1} or
7178 @var{string2}, as noted below.
7180 @table @asis
7182 @item Backslash escapes
7183 @cindex backslash escapes
7185 The following backslash escape sequences are recognized:
7187 @table @samp
7188 @item \a
7189 Bell (BEL, Control-G).
7190 @item \b
7191 Backspace (BS, Control-H).
7192 @item \f
7193 Form feed (FF, Control-L).
7194 @item \n
7195 Newline (LF, Control-J).
7196 @item \r
7197 Carriage return (CR, Control-M).
7198 @item \t
7199 Tab (HT, Control-I).
7200 @item \v
7201 Vertical tab (VT, Control-K).
7202 @item \@var{ooo}
7203 The eight-bit byte with the value given by @var{ooo}, which is the longest
7204 sequence of one to three octal digits following the backslash.
7205 For portability, @var{ooo} should represent a value that fits in eight bits.
7206 As a GNU extension to POSIX, if the value would not fit, then only the
7207 first two digits of @var{ooo} are used, e.g., @samp{\400}
7208 is equivalent to @samp{\0400} and represents a two-byte sequence.
7209 @item \\
7210 A backslash.
7211 @end table
7213 It is an error if no character follows an unescaped backslash.
7214 As a GNU extension, a backslash followed by a character not listed
7215 above is interpreted as that character, removing any special
7216 significance; this can be used to escape the characters
7217 @samp{[} and @samp{-} when they would otherwise be special.
7219 @item Ranges
7220 @cindex ranges
7222 The notation @samp{@var{m}-@var{n}} expands to the characters
7223 from @var{m} through @var{n}, in ascending order.  @var{m} should
7224 not collate after @var{n}; if it does, an error results.  As an example,
7225 @samp{0-9} is the same as @samp{0123456789}.
7227 GNU @command{tr} does not support the System V syntax that uses square
7228 brackets to enclose ranges.  Translations specified in that format
7229 sometimes work as expected, since the brackets are often transliterated
7230 to themselves.  However, they should be avoided because they sometimes
7231 behave unexpectedly.  For example, @samp{tr -d '[0-9]'} deletes brackets
7232 as well as digits.
7234 Many historically common and even accepted uses of ranges are not fully
7235 portable.  For example, on EBCDIC hosts using the @samp{A-Z}
7236 range will not do what most would expect because @samp{A} through @samp{Z}
7237 are not contiguous as they are in ASCII@.
7238 One way to work around this is to use character classes (see below).
7239 Otherwise, it is most portable (and most ugly) to enumerate the members
7240 of the ranges.
7242 @item Repeated characters
7243 @cindex repeated characters
7245 The notation @samp{[@var{c}*@var{n}]} in @var{string2} expands to @var{n}
7246 copies of character @var{c}.  Thus, @samp{[y*6]} is the same as
7247 @samp{yyyyyy}.  The notation @samp{[@var{c}*]} in @var{string2} expands
7248 to as many copies of @var{c} as are needed to make @var{array2} as long as
7249 @var{array1}.  If @var{n} begins with @samp{0}, it is interpreted in
7250 octal, otherwise in decimal.  A zero-valued @var{n} is treated as if
7251 it were absent.
7253 @item Character classes
7254 @cindex character classes
7256 The notation @samp{[:@var{class}:]} expands to all characters in
7257 the (predefined) class @var{class}.  When the @option{--delete} (@option{-d})
7258 and @option{--squeeze-repeats} (@option{-s}) options are both given, any
7259 character class can be used in @var{string2}.  Otherwise, only the
7260 character classes @code{lower} and @code{upper} are accepted in
7261 @var{string2}, and then only if the corresponding character class
7262 (@code{upper} and @code{lower}, respectively) is specified in the same
7263 relative position in @var{string1}.  Doing this specifies case conversion.
7264 Except for case conversion, a class's characters appear in no particular order.
7265 The class names are given below; an error results when an invalid class
7266 name is given.
7268 @table @code
7269 @item alnum
7270 @opindex alnum
7271 Letters and digits.
7272 @item alpha
7273 @opindex alpha
7274 Letters.
7275 @item blank
7276 @opindex blank
7277 Horizontal whitespace.
7278 @item cntrl
7279 @opindex cntrl
7280 Control characters.
7281 @item digit
7282 @opindex digit
7283 Digits.
7284 @item graph
7285 @opindex graph
7286 Printable characters, not including space.
7287 @item lower
7288 @opindex lower
7289 Lowercase letters.
7290 @item print
7291 @opindex print
7292 Printable characters, including space.
7293 @item punct
7294 @opindex punct
7295 Punctuation characters.
7296 @item space
7297 @opindex space
7298 Horizontal or vertical whitespace.
7299 @item upper
7300 @opindex upper
7301 Uppercase letters.
7302 @item xdigit
7303 @opindex xdigit
7304 Hexadecimal digits.
7305 @end table
7307 @item Equivalence classes
7308 @cindex equivalence classes
7310 The syntax @samp{[=@var{c}=]} expands to all characters equivalent to
7311 @var{c}, in no particular order.  These equivalence classes are
7312 allowed in @var{string2} only when @option{--delete} (@option{-d}) and
7313 @option{--squeeze-repeats} @option{-s} are both given.
7315 Although equivalence classes are intended to support non-English alphabets,
7316 there seems to be no standard way to define them or determine their
7317 contents.  Therefore, they are not fully implemented in GNU @command{tr};
7318 each character's equivalence class consists only of that character,
7319 which is of no particular use.
7321 @end table
7324 @node Translating
7325 @subsection Translating
7327 @cindex translating characters
7329 @command{tr} performs translation when @var{string1} and @var{string2} are
7330 both given and the @option{--delete} (@option{-d}) option is not given.
7331 @command{tr} translates each character of its input that is in @var{array1}
7332 to the corresponding character in @var{array2}.  Characters not in
7333 @var{array1} are passed through unchanged.
7335 As a GNU extension to POSIX, when a character appears more than once
7336 in @var{array1}, only the final instance is used.  For example, these
7337 two commands are equivalent:
7339 @example
7340 tr aaa xyz
7341 tr a z
7342 @end example
7344 A common use of @command{tr} is to convert lowercase characters to
7345 uppercase.  This can be done in many ways.  Here are three of them:
7347 @example
7348 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
7349 tr a-z A-Z
7350 tr '[:lower:]' '[:upper:]'
7351 @end example
7353 @noindent
7354 However, ranges like @code{a-z} are not portable outside the C locale.
7356 When @command{tr} is performing translation, @var{array1} and @var{array2}
7357 typically have the same length.  If @var{array1} is shorter than
7358 @var{array2}, the extra characters at the end of @var{array2} are ignored.
7360 On the other hand, making @var{array1} longer than @var{array2} is not
7361 portable; POSIX says that the result is undefined.  In this situation,
7362 BSD @command{tr} pads @var{array2} to the length of @var{array1} by repeating
7363 the last character of @var{array2} as many times as necessary.  System V
7364 @command{tr} truncates @var{array1} to the length of @var{array2}.
7366 By default, GNU @command{tr} handles this case like BSD @command{tr}.
7367 When the @option{--truncate-set1} (@option{-t}) option is given,
7368 GNU @command{tr} handles this case like the System V @command{tr}
7369 instead.  This option is ignored for operations other than translation.
7371 Acting like System V @command{tr} in this case breaks the relatively common
7372 BSD idiom:
7374 @example
7375 tr -cs A-Za-z0-9 '\012'
7376 @end example
7378 @noindent
7379 because it converts only zero bytes (the first element in the
7380 complement of @var{array1}), rather than all non-alphanumerics, to
7381 newlines.
7383 @noindent
7384 By the way, the above idiom is not portable because it uses ranges, and
7385 it assumes that the octal code for newline is 012.  Here is a better
7386 way to write it:
7388 @example
7389 tr -cs '[:alnum:]' '[\n*]'
7390 @end example
7393 @node Squeezing and deleting
7394 @subsection Squeezing repeats and deleting
7396 @cindex squeezing repeat characters
7397 @cindex deleting characters
7398 @cindex removing characters
7400 When given just the @option{--delete} (@option{-d}) option, @command{tr}
7401 removes any input characters that are in @var{array1}.
7403 When given just the @option{--squeeze-repeats} (@option{-s}) option
7404 and not translating, @command{tr} replaces each input sequence of a
7405 repeated character that is in @var{array1} with a single occurrence of
7406 that character.
7408 When given both @option{--delete} and @option{--squeeze-repeats}, @command{tr}
7409 first performs any deletions using @var{array1}, then squeezes repeats
7410 from any remaining characters using @var{array2}.
7412 The @option{--squeeze-repeats} option may also be used when translating,
7413 in which case @command{tr} first performs translation, then squeezes
7414 repeats from any remaining characters using @var{array2}.
7416 Here are some examples to illustrate various combinations of options:
7418 @itemize @bullet
7420 @item
7421 Remove all zero bytes:
7423 @example
7424 tr -d '\0'
7425 @end example
7427 @item
7428 Put all words on lines by themselves.  This converts all
7429 non-alphanumeric characters to newlines, then squeezes each string
7430 of repeated newlines into a single newline:
7432 @example
7433 tr -cs '[:alnum:]' '[\n*]'
7434 @end example
7436 @item
7437 Convert each sequence of repeated newlines to a single newline.
7438 I.e., delete empty lines:
7440 @example
7441 tr -s '\n'
7442 @end example
7444 @item
7445 Find doubled occurrences of words in a document.
7446 @c Separate the following two "the"s, so typo checkers don't complain.
7447 For example, people often write ``the @w{}the'' with the repeated words
7448 separated by a newline.  The Bourne shell script below works first
7449 by converting each sequence of punctuation and blank characters to a
7450 single newline.  That puts each ``word'' on a line by itself.
7451 Next it maps all uppercase characters to lower case, and finally it
7452 runs @command{uniq} with the @option{-d} option to print out only the words
7453 that were repeated.
7455 @example
7456 #!/bin/sh
7457 cat -- "$@@" \
7458   | tr -s '[:punct:][:blank:]' '[\n*]' \
7459   | tr '[:upper:]' '[:lower:]' \
7460   | uniq -d
7461 @end example
7463 @item
7464 Deleting a small set of characters is usually straightforward.  For example,
7465 to remove all @samp{a}s, @samp{x}s, and @samp{M}s you would do this:
7467 @example
7468 tr -d axM
7469 @end example
7471 However, when @samp{-} is one of those characters, it can be tricky because
7472 @samp{-} has special meanings.  Performing the same task as above but also
7473 removing all @samp{-} characters, we might try @code{tr -d -axM}, but
7474 that would fail because @command{tr} would try to interpret @option{-a} as
7475 a command-line option.  Alternatively, we could try putting the hyphen
7476 inside the string, @code{tr -d a-xM}, but that wouldn't work either because
7477 it would make @command{tr} interpret @code{a-x} as the range of characters
7478 @samp{a}@dots{}@samp{x} rather than the three.
7479 One way to solve the problem is to put the hyphen at the end of the list
7480 of characters:
7482 @example
7483 tr -d axM-
7484 @end example
7486 Or you can use @samp{--} to terminate option processing:
7488 @example
7489 tr -d -- -axM
7490 @end example
7492 @end itemize
7495 @node expand invocation
7496 @section @command{expand}: Convert tabs to spaces
7498 @pindex expand
7499 @cindex tabs to spaces, converting
7500 @cindex converting tabs to spaces
7502 @command{expand} writes the contents of each given @var{file}, or standard
7503 input if none are given or for a @var{file} of @samp{-}, to standard
7504 output, with tab characters converted to the appropriate number of
7505 spaces.  Synopsis:
7507 @example
7508 expand [@var{option}]@dots{} [@var{file}]@dots{}
7509 @end example
7511 By default, @command{expand} converts all tabs to spaces.  It preserves
7512 backspace characters in the output; they decrement the column count for
7513 tab calculations.  The default action is equivalent to @option{-t 8} (set
7514 tabs every 8 columns).
7516 The program accepts the following options.  Also see @ref{Common options}.
7518 @table @samp
7520 @item -t @var{tab1}[,@var{tab2}]@dots{}
7521 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7522 @opindex -t
7523 @opindex --tabs
7524 @cindex tab stops, setting
7525 If only one tab stop is given, set the tabs @var{tab1} spaces apart
7526 (default is 8).  Otherwise, set the tabs at columns @var{tab1},
7527 @var{tab2}, @dots{} (numbered from 0), and replace any tabs beyond the
7528 last tab stop given with single spaces.
7529 @macro gnuExpandTabs
7530 Tab stops can be separated by blanks as well as by commas.
7532 As a GNU extension the last @var{tab} specified can be prefixed
7533 with a @samp{/} to indicate a tab size to use for remaining positions.
7534 For example, @option{--tabs=2,4,/8} will set tab stops at position 2 and 4,
7535 and every multiple of 8 after that.
7537 Also the last @var{tab} specified can be prefixed with a @samp{+} to indicate
7538 a tab size to use for remaining positions, offset from the final explicitly
7539 specified tab stop.
7540 For example, to ignore the 1 character gutter present in diff output,
7541 one can specify a 1 character offset using @option{--tabs=1,+8},
7542 which will set tab stops at positions 1,9,17,@dots{}
7543 @end macro
7544 @gnuExpandTabs
7547 For compatibility, GNU @command{expand} also accepts the obsolete
7548 option syntax, @option{-@var{t1}[,@var{t2}]@dots{}}.  New scripts
7549 should use @option{-t @var{t1}[,@var{t2}]@dots{}} instead.
7551 @item -i
7552 @itemx --initial
7553 @opindex -i
7554 @opindex --initial
7555 @cindex initial tabs, converting
7556 Only convert initial tabs (those that precede all non-space or non-tab
7557 characters) on each line to spaces.
7559 @end table
7561 @exitstatus
7564 @node unexpand invocation
7565 @section @command{unexpand}: Convert spaces to tabs
7567 @pindex unexpand
7569 @command{unexpand} writes the contents of each given @var{file}, or
7570 standard input if none are given or for a @var{file} of @samp{-}, to
7571 standard output, converting blanks at the beginning of each line into
7572 as many tab characters as needed.  In the default POSIX
7573 locale, a @dfn{blank} is a space or a tab; other locales may specify
7574 additional blank characters.  Synopsis:
7576 @example
7577 unexpand [@var{option}]@dots{} [@var{file}]@dots{}
7578 @end example
7580 By default, @command{unexpand} converts only initial blanks (those
7581 that precede all non-blank characters) on each line.  It
7582 preserves backspace characters in the output; they decrement the column
7583 count for tab calculations.  By default, tabs are set at every 8th
7584 column.
7586 The program accepts the following options.  Also see @ref{Common options}.
7588 @table @samp
7590 @item -t @var{tab1}[,@var{tab2}]@dots{}
7591 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7592 @opindex -t
7593 @opindex --tabs
7594 If only one tab stop is given, set the tabs @var{tab1} columns apart
7595 instead of the default 8.  Otherwise, set the tabs at columns
7596 @var{tab1}, @var{tab2}, @dots{} (numbered from 0), and leave blanks
7597 beyond the tab stops given unchanged.
7598 @gnuExpandTabs
7600 This option implies the @option{-a} option.
7602 For compatibility, GNU @command{unexpand} supports the obsolete option syntax,
7603 @option{-@var{tab1}[,@var{tab2}]@dots{}}, where tab stops must be
7604 separated by commas.  (Unlike @option{-t}, this obsolete option does
7605 not imply @option{-a}.)  New scripts should use @option{--first-only -t
7606 @var{tab1}[,@var{tab2}]@dots{}} instead.
7608 @item -a
7609 @itemx --all
7610 @opindex -a
7611 @opindex --all
7612 Also convert all sequences of two or more blanks just before a tab stop,
7613 even if they occur after non-blank characters in a line.
7615 @end table
7617 @exitstatus
7620 @node Directory listing
7621 @chapter Directory listing
7623 This chapter describes the @command{ls} command and its variants @command{dir}
7624 and @command{vdir}, which list information about files.
7626 @menu
7627 * ls invocation::               List directory contents.
7628 * dir invocation::              Briefly ls.
7629 * vdir invocation::             Verbosely ls.
7630 * dircolors invocation::        Color setup for ls, etc.
7631 @end menu
7634 @node ls invocation
7635 @section @command{ls}: List directory contents
7637 @pindex ls
7638 @cindex directory listing
7640 The @command{ls} program lists information about files (of any type,
7641 including directories).  Options and file arguments can be intermixed
7642 arbitrarily, as usual.  Later options override earlier options that
7643 are incompatible.
7645 For non-option command-line arguments that are directories, by default
7646 @command{ls} lists the contents of directories, not recursively, and
7647 omitting files with names beginning with @samp{.}.  For other non-option
7648 arguments, by default @command{ls} lists just the file name.  If no
7649 non-option argument is specified, @command{ls} operates on the current
7650 directory, acting as if it had been invoked with a single argument of @samp{.}.
7652 @vindex LC_ALL
7653 By default, @command{ls} lists each directory's contents alphabetically,
7654 according to the locale
7655 settings in effect.@footnote{If you use a non-POSIX
7656 locale (e.g., by setting @env{LC_ALL} to @samp{en_US}), then @command{ls} may
7657 produce output that is sorted differently than you're accustomed to.
7658 In that case, set the @env{LC_ALL} environment variable to @samp{C}.}
7659 If standard output is
7660 a terminal, the output is in columns (sorted vertically) and control
7661 characters are output as question marks; otherwise, the output is listed
7662 one per line and control characters are output as-is.
7664 Because @command{ls} is such a fundamental program, it has accumulated many
7665 options over the years.  They are described in the subsections below;
7666 within each section, options are listed alphabetically (ignoring case).
7667 The division of options into the subsections is not absolute, since some
7668 options affect more than one aspect of @command{ls}'s operation.
7670 @cindex exit status of @command{ls}
7671 Exit status:
7673 @display
7674 0 success
7675 1 minor problems  (e.g., failure to access a file or directory not
7676   specified as a command line argument.  This happens when listing a
7677   directory in which entries are actively being removed or renamed.)
7678 2 serious trouble (e.g., memory exhausted, invalid option, failure
7679   to access a file or directory specified as a command line argument
7680   or a directory loop)
7681 @end display
7683 Also see @ref{Common options}.
7685 @menu
7686 * Which files are listed::
7687 * What information is listed::
7688 * Sorting the output::
7689 * General output formatting::
7690 * Formatting file timestamps::
7691 * Formatting the file names::
7692 @end menu
7695 @node Which files are listed
7696 @subsection Which files are listed
7698 These options determine which files @command{ls} lists information for.
7699 By default, @command{ls} lists files and the contents of any
7700 directories on the command line, except that in directories it ignores
7701 files whose names start with @samp{.}.
7703 @table @samp
7705 @item -a
7706 @itemx --all
7707 @opindex -a
7708 @opindex --all
7709 In directories, do not ignore file names that start with @samp{.}.
7711 @item -A
7712 @itemx --almost-all
7713 @opindex -A
7714 @opindex --almost-all
7715 In directories, do not ignore all file names that start with @samp{.};
7716 ignore only @file{.} and @file{..}.  The @option{--all} (@option{-a})
7717 option overrides this option.
7719 @item -B
7720 @itemx --ignore-backups
7721 @opindex -B
7722 @opindex --ignore-backups
7723 @cindex backup files, ignoring
7724 In directories, ignore files that end with @samp{~}.  This option is
7725 equivalent to @samp{--ignore='*~' --ignore='.*~'}.
7727 @item -d
7728 @itemx --directory
7729 @opindex -d
7730 @opindex --directory
7731 List just the names of directories, as with other types of files, rather
7732 than listing their contents.
7733 @c The following sentence is the same as the one for -F.
7734 Do not follow symbolic links listed on the
7735 command line unless the @option{--dereference-command-line} (@option{-H}),
7736 @option{--dereference} (@option{-L}), or
7737 @option{--dereference-command-line-symlink-to-dir} options are specified.
7739 @item -H
7740 @itemx --dereference-command-line
7741 @opindex -H
7742 @opindex --dereference-command-line
7743 @cindex symbolic links, dereferencing
7744 If a command line argument specifies a symbolic link, show information
7745 for the file the link references rather than for the link itself.
7747 @item --dereference-command-line-symlink-to-dir
7748 @opindex --dereference-command-line-symlink-to-dir
7749 @cindex symbolic links, dereferencing
7750 Do not dereference symbolic links, with one exception:
7751 if a command line argument specifies a symbolic link that refers to
7752 a directory, show information for that directory rather than for the
7753 link itself.
7754 This is the default behavior unless long format is being used
7755 or any of the following options is in effect:
7756 @option{--classify} (@option{-F}),
7757 @option{--directory} (@option{-d}),
7758 @option{--dereference} (@option{-L}), or
7759 @option{--dereference-command-line} (@option{-H})).
7761 @item --hide=PATTERN
7762 @opindex --hide=@var{pattern}
7763 In directories, ignore files whose names match the shell pattern
7764 @var{pattern}, unless the @option{--all} (@option{-a}) or
7765 @option{--almost-all} (@option{-A}) is also given.  This
7766 option acts like @option{--ignore=@var{pattern}} except that it has no
7767 effect if @option{--all} (@option{-a}) or @option{--almost-all}
7768 (@option{-A}) is also given.
7770 This option can be useful in shell aliases.  For example, if
7771 @command{lx} is an alias for @samp{ls --hide='*~'} and @command{ly} is
7772 an alias for @samp{ls --ignore='*~'}, then the command @samp{lx -A}
7773 lists the file @file{README~} even though @samp{ly -A} would not.
7775 @item -I @var{pattern}
7776 @itemx --ignore=@var{pattern}
7777 @opindex -I
7778 @opindex --ignore=@var{pattern}
7779 In directories, ignore files whose names match the shell pattern
7780 (not regular expression) @var{pattern}.  As
7781 in the shell, an initial @samp{.} in a file name does not match a
7782 wildcard at the start of @var{pattern}.  Sometimes it is useful
7783 to give this option several times.  For example,
7785 @example
7786 $ ls --ignore='.??*' --ignore='.[^.]' --ignore='#*'
7787 @end example
7789 The first option ignores names of length 3 or more that start with @samp{.},
7790 the second ignores all two-character names that start with @samp{.}
7791 except @samp{..}, and the third ignores names that start with @samp{#}.
7793 @item -L
7794 @itemx --dereference
7795 @opindex -L
7796 @opindex --dereference
7797 @cindex symbolic links, dereferencing
7798 When showing file information for a symbolic link, show information
7799 for the file the link references rather than the link itself.
7800 However, even with this option, @command{ls} still prints the name
7801 of the link itself, not the name of the file that the link points to.
7803 @item -R
7804 @itemx --recursive
7805 @opindex -R
7806 @opindex --recursive
7807 @cindex recursive directory listing
7808 @cindex directory listing, recursive
7809 List the contents of all directories recursively.
7811 @end table
7814 @node What information is listed
7815 @subsection What information is listed
7817 These options affect the information that @command{ls} displays.  By
7818 default, only file names are shown.
7820 @table @samp
7822 @item --author
7823 @opindex --author
7824 @cindex hurd, author, printing
7825 In long format, list each file's author.
7826 In GNU/Hurd, file authors can differ from their owners, but in other
7827 operating systems the two are the same.
7829 @item -D
7830 @itemx --dired
7831 @opindex -D
7832 @opindex --dired
7833 @cindex dired Emacs mode support
7834 Print an additional line after the main output:
7836 @example
7837 //DIRED// @var{beg1} @var{end1} @var{beg2} @var{end2} @dots{}
7838 @end example
7840 @noindent
7841 The @var{begn} and @var{endn} are unsigned integers that record the
7842 byte position of the beginning and end of each file name in the output.
7843 This makes it easy for Emacs to find the names, even when they contain
7844 unusual characters such as space or newline, without fancy searching.
7846 If directories are being listed recursively via
7847 @option{--recursive} (@option{-R}), output a similar
7848 line with offsets for each subdirectory name:
7850 @example
7851 //SUBDIRED// @var{beg1} @var{end1} @dots{}
7852 @end example
7854 Finally, output a line of the form:
7856 @example
7857 //DIRED-OPTIONS// --quoting-style=@var{word}
7858 @end example
7860 @noindent
7861 where @var{word} is the quoting style (@pxref{Formatting the file names}).
7863 Here is an actual example:
7865 @example
7866 $ mkdir -p a/sub/deeper a/sub2
7867 $ touch a/f1 a/f2
7868 $ touch a/sub/deeper/file
7869 $ ls -gloRF --dired a
7870   a:
7871   total 8
7872   -rw-r--r-- 1    0 Jun 10 12:27 f1
7873   -rw-r--r-- 1    0 Jun 10 12:27 f2
7874   drwxr-xr-x 3 4096 Jun 10 12:27 sub/
7875   drwxr-xr-x 2 4096 Jun 10 12:27 sub2/
7877   a/sub:
7878   total 4
7879   drwxr-xr-x 2 4096 Jun 10 12:27 deeper/
7881   a/sub/deeper:
7882   total 0
7883   -rw-r--r-- 1 0 Jun 10 12:27 file
7885   a/sub2:
7886   total 0
7887 //DIRED// 48 50 84 86 120 123 158 162 217 223 282 286
7888 //SUBDIRED// 2 3 167 172 228 240 290 296
7889 //DIRED-OPTIONS// --quoting-style=literal
7890 @end example
7892 The pairs of offsets on the @samp{//DIRED//} line above delimit
7893 these names: @file{f1}, @file{f2}, @file{sub}, @file{sub2}, @file{deeper},
7894 @file{file}.
7895 The offsets on the @samp{//SUBDIRED//} line delimit the following
7896 directory names: @file{a}, @file{a/sub}, @file{a/sub/deeper}, @file{a/sub2}.
7898 Here is an example of how to extract the fifth entry name, @samp{deeper},
7899 corresponding to the pair of offsets, 222 and 228:
7901 @example
7902 $ ls -gloRF --dired a > out
7903 $ dd bs=1 skip=222 count=6 < out 2>/dev/null; echo
7904 deeper
7905 @end example
7907 Although the listing above includes a trailing slash
7908 for the @samp{deeper} entry, the offsets select the name without
7909 the trailing slash.  However, if you invoke @command{ls} with @option{--dired}
7910 (@option{-D}) along with an option like
7911 @option{--escape} (@option{-b}) and operate
7912 on a file whose name contains special characters, the backslash
7913 @emph{is} included:
7915 @example
7916 $ touch 'a b'
7917 $ ls -blog --dired 'a b'
7918   -rw-r--r-- 1 0 Jun 10 12:28 a\ b
7919 //DIRED// 30 34
7920 //DIRED-OPTIONS// --quoting-style=escape
7921 @end example
7923 If you use a quoting style like @option{--quoting-style=c} (@option{-Q})
7924 that adds quote marks, then the offsets include the quote marks.
7925 So beware that the user may select the quoting style via the environment
7926 variable @env{QUOTING_STYLE}@.  Hence, applications using @option{--dired}
7927 should either specify an explicit @option{--quoting-style=literal}
7928 (@option{-N}) option on the command line, or else be
7929 prepared to parse the escaped names.
7931 The @option{--dired} (@option{-D}) option implies long format output
7932 with hyperlinks disabled, and takes precedence over previously specified
7933 output formats or hyperlink mode.
7935 @item --full-time
7936 @opindex --full-time
7937 Produce long format, and list times in full.  It is
7938 equivalent to using @option{--format=long} (@option{-l}) with
7939 @option{--time-style=full-iso} (@pxref{Formatting file timestamps}).
7941 @item -g
7942 @opindex -g
7943 Produce long format, but omit owner information.
7945 @item -G
7946 @itemx --no-group
7947 @opindex -G
7948 @opindex --no-group
7949 Inhibit display of group information in long format.
7950 (This is the default in some non-GNU versions of @command{ls}, so we
7951 provide this option for compatibility.)
7953 @optHumanReadable
7955 @item -i
7956 @itemx --inode
7957 @opindex -i
7958 @opindex --inode
7959 @cindex inode number, printing
7960 Print the inode number (also called the file serial number and index
7961 number) of each file to the left of the file name.  (This number
7962 uniquely identifies each file within a particular file system.)
7964 @item -l
7965 @itemx --format=long
7966 @itemx --format=verbose
7967 @opindex -l
7968 @opindex --format
7969 @opindex long ls @r{format}
7970 @opindex verbose ls @r{format}
7971 Produce long format.
7972 In addition to the name of each file, print the file type, file mode bits,
7973 number of hard links, owner name, group name, size, and
7974 timestamp (@pxref{Formatting file timestamps}), normally
7975 the modification timestamp (the mtime, @pxref{File timestamps}).
7976 If the owner or group name cannot be determined, print
7977 the owner or group ID instead, right-justified as a cue
7978 that it is a number rather than a textual name.
7979 Print question marks for other information that
7980 cannot be determined.
7982 For block special files and character special files, the size field is
7983 replaced by the corresponding device major and minor numbers as two decimal
7984 numbers separated by a comma and at least one space.
7986 Normally the size is printed as a byte count without punctuation, but
7987 this can be overridden (@pxref{Block size}).
7988 For example, @option{--human-readable} (@option{-h})
7989 prints an abbreviated, human-readable count, and
7990 @samp{--block-size="'1"} prints a byte count with the thousands
7991 separator of the current locale.
7993 For each directory that is listed, preface the files with a line
7994 @samp{total @var{blocks}}, where @var{blocks} is the file system allocation
7995 for all files in that directory.  The block size currently defaults to 1024
7996 bytes, but this can be overridden (@pxref{Block size}).
7997 The @var{blocks} computed counts each hard link separately;
7998 this is arguably a deficiency.
8000 The file type is one of the following characters:
8002 @c The commented-out entries are ones we're not sure about.
8004 @table @samp
8005 @item -
8006 regular file
8007 @item b
8008 block special file
8009 @item c
8010 character special file
8011 @item C
8012 high performance (``contiguous data'') file
8013 @item d
8014 directory
8015 @item D
8016 door (Solaris)
8017 @c @item F
8018 @c semaphore, if this is a distinct file type
8019 @item l
8020 symbolic link
8021 @c @item m
8022 @c multiplexed file (7th edition Unix; obsolete)
8023 @item M
8024 off-line (``migrated'') file (Cray DMF)
8025 @item n
8026 network special file (HP-UX)
8027 @item p
8028 FIFO (named pipe)
8029 @item P
8030 port (Solaris)
8031 @c @item Q
8032 @c message queue, if this is a distinct file type
8033 @item s
8034 socket
8035 @c @item S
8036 @c shared memory object, if this is a distinct file type
8037 @c @item T
8038 @c typed memory object, if this is a distinct file type
8039 @c @item w
8040 @c whiteout (4.4BSD; not implemented)
8041 @item ?
8042 some other file type
8043 @end table
8045 @cindex permissions, output by @command{ls}
8046 The file mode bits listed are similar to symbolic mode specifications
8047 (@pxref{Symbolic Modes}).  But @command{ls} combines multiple bits into the
8048 third character of each set of permissions as follows:
8050 @table @samp
8051 @item s
8052 If the set-user-ID or set-group-ID bit and the corresponding executable bit
8053 are both set.
8055 @item S
8056 If the set-user-ID or set-group-ID bit is set but the corresponding
8057 executable bit is not set.
8059 @item t
8060 If the restricted deletion flag or sticky bit, and the
8061 other-executable bit, are both set.  The restricted deletion flag is
8062 another name for the sticky bit.  @xref{Mode Structure}.
8064 @item T
8065 If the restricted deletion flag or sticky bit is set but the
8066 other-executable bit is not set.
8068 @item x
8069 If the executable bit is set and none of the above apply.
8071 @item -
8072 Otherwise.
8073 @end table
8075 Following the file mode bits is a single character that specifies
8076 whether an alternate access method such as an access control list
8077 applies to the file.  When the character following the file mode bits is a
8078 space, there is no alternate access method.  When it is a printing
8079 character, then there is such a method.
8081 GNU @command{ls} uses a @samp{.} character to indicate a file
8082 with a security context, but no other alternate access method.
8084 A file with any other combination of alternate access methods
8085 is marked with a @samp{+} character.
8087 @item -n
8088 @itemx --numeric-uid-gid
8089 @opindex -n
8090 @opindex --numeric-uid-gid
8091 @cindex numeric uid and gid
8092 @cindex numeric user and group IDs
8093 Produce long format, but
8094 display right-justified numeric user and group IDs
8095 instead of left-justified owner and group names.
8097 @item -o
8098 @opindex -o
8099 Produce long format, but omit group information.
8100 It is equivalent to using @option{--format=long} (@option{-l})
8101 with @option{--no-group} (@option{-G}).
8103 @item -s
8104 @itemx --size
8105 @opindex -s
8106 @opindex --size
8107 @cindex file system allocation
8108 @cindex size of files, reporting
8109 Print the file system allocation of each file to the left of the file name.
8110 This is the amount of file system space used by the file, which is usually a
8111 bit more than the file's size, but it can be less if the file has holes.
8113 Normally the allocation is printed in units of
8114 1024 bytes, but this can be overridden (@pxref{Block size}).
8116 @cindex NFS mounts from BSD to HP-UX
8117 For files that are NFS-mounted from an HP-UX system to a BSD system,
8118 this option reports sizes that are half the correct values.  On HP-UX
8119 systems, it reports sizes that are twice the correct values for files
8120 that are NFS-mounted from BSD systems.  This is due to a flaw in HP-UX;
8121 it also affects the HP-UX @command{ls} program.
8123 @optSi
8125 @item -Z
8126 @itemx --context
8127 @opindex -Z
8128 @opindex --context
8129 @cindex SELinux
8130 @cindex security context
8131 Display the SELinux security context or @samp{?} if none is found.
8132 In long format, print the security context to the left of the size column.
8134 @end table
8137 @node Sorting the output
8138 @subsection Sorting the output
8140 @cindex sorting @command{ls} output
8141 @vindex LC_COLLATE
8142 These options change the order in which @command{ls} outputs
8143 information for the files in a directory.
8144 (Command-line operands are always processed left to right.)
8145 By default, files are sorted alphabetically by name, using the
8146 character collating sequence specified by the @env{LC_COLLATE} locale.
8148 @table @samp
8150 @item -c
8151 @itemx --time=ctime
8152 @itemx --time=status
8153 @opindex -c
8154 @opindex --time
8155 @opindex ctime@r{, printing or sorting by}
8156 @opindex status time@r{, printing or sorting by}
8157 @opindex use time@r{, printing or sorting files by}
8158 In long format,
8159 print the status change timestamp (the ctime) instead of the mtime.
8160 When sorting by time or when not using long format,
8161 sort according to the ctime.  @xref{File timestamps}.
8163 @item -f
8164 @opindex -f
8165 @cindex unsorted directory listing
8166 @cindex directory order, listing by
8167 Do not sort, and list all files.
8168 This is like @option{--sort=none} (@option{-U}) combined
8169 with @option{--all} (@option{-a}).
8171 @item --group-directories-first
8172 @opindex --group-directories-first
8173 When listing a directory's files,
8174 group all subdirectories before non-directories
8175 and then sort the subdirectories and the non-directories separately.
8176 That is, this option specifies a primary sort key,
8177 and the other sorting options specify a secondary key.
8178 However, any use of @option{--sort=none}
8179 (@option{-U}) disables this option altogether.
8181 @item -r
8182 @itemx --reverse
8183 @opindex -r
8184 @opindex --reverse
8185 @cindex reverse sorting
8186 Reverse whatever the sorting method is -- e.g., list files in reverse
8187 alphabetical order, youngest first, smallest first, or whatever.
8188 This option has no effect when @option{--sort=none} (@option{-U})
8189 is in effect.
8191 @item -S
8192 @itemx --sort=size
8193 @opindex -S
8194 @opindex --sort
8195 @opindex size of files@r{, sorting files by}
8196 Sort by file size, largest first.
8198 @item -t
8199 @itemx --sort=time
8200 @opindex -t
8201 @opindex --sort
8202 @opindex modification timestamp@r{, sorting files by}
8203 Sort by modification timestamp (mtime) by default, newest first.
8204 The timestamp to order by can be changed with the @option{--time} option.
8205 @xref{File timestamps}.
8207 @item -u
8208 @itemx --time=atime
8209 @itemx --time=access
8210 @itemx --time=use
8211 @opindex -u
8212 @opindex --time
8213 @opindex use time@r{, printing or sorting files by}
8214 @opindex atime@r{, printing or sorting files by}
8215 @opindex access timestamp@r{, printing or sorting files by}
8216 In long format, print the last access timestamp (the atime).
8217 When sorting by time or when not using long format,
8218 sort according to the atime.
8219 @xref{File timestamps}.
8221 @item --time=mtime
8222 @itemx --time=modification
8223 @opindex --time
8224 @opindex data modification time@r{, printing or sorting files by}
8225 @opindex mtime@r{, printing or sorting files by}
8226 This is the default timestamp display and sorting mode.
8227 In long format, print the last data modification timestamp (the mtime).
8228 When sorting by time or when not using long format,
8229 sort according to the mtime.
8230 @xref{File timestamps}.
8232 @item --time=birth
8233 @itemx --time=creation
8234 @opindex --time
8235 @opindex birth time@r{, printing or sorting files by}
8236 @opindex creation timestamp@r{, printing or sorting files by}
8237 In long format, print the file creation timestamp if available,
8238 falling back to the file modification timestamp (mtime) if not.
8239 When sorting by time or when not using long format,
8240 sort according to the birth time.
8241 @xref{File timestamps}.
8243 @item -U
8244 @itemx --sort=none
8245 @opindex -U
8246 @opindex --sort
8247 @opindex none@r{, sorting option for @command{ls}}
8248 Do not sort; list the files in whatever order they are
8249 stored in the directory.  This can be useful when listing large
8250 directories, where sorting can take some time.
8252 Unlike @option{-f}, this option does not imply @option{--all}
8253 (@option{-a}).
8255 @item -v
8256 @itemx --sort=version
8257 @opindex -v
8258 @opindex --sort
8259 @opindex version@r{, sorting option for @command{ls}}
8260 Sort by version name and number, lowest first.  It behaves like a default
8261 sort, except that each sequence of decimal digits is treated numerically
8262 as an index/version number.  @xref{Version sort ordering}.
8264 @item --sort=name
8265 @opindex --sort
8266 @opindex name@r{, sorting option for @command{ls}}
8267 Sort by file name.  This is the default operation of @command{ls},
8268 and can be explicitly specified to override any
8269 previously specified sorting option.
8271 @item --sort=width
8272 @opindex --sort
8273 @opindex width@r{, sorting option for @command{ls}}
8274 Sort by printed width of file names.
8275 This can be useful with the @option{--format=vertical} (@option{-C})
8276 output format, to most densely display the listed files.
8278 @item -X
8279 @itemx --sort=extension
8280 @opindex -X
8281 @opindex --sort
8282 @opindex extension@r{, sorting files by}
8283 Sort directory contents alphabetically by file extension (characters
8284 after the last @samp{.}); files with no extension are sorted first.
8286 @end table
8289 @node General output formatting
8290 @subsection General output formatting
8292 These options affect the appearance of the overall output.
8294 @table @samp
8296 @item --format=single-column
8297 @opindex --format
8298 @opindex single-column @r{output of files}
8299 List one file name per line, with no other information.
8300 This is the default for @command{ls} when standard
8301 output is not a terminal.  See also the @option{--escape} (@option{-b}),
8302 @option{--hide-control-chars} (@option{-q}), and @option{--zero} options
8303 to disambiguate output of file names containing newline characters.
8305 @item -1
8306 @opindex -1
8307 List one file per line.  This is like @option{--format=single-column}
8308 except that it has no effect if long format is also in effect.
8310 @item -C
8311 @itemx --format=vertical
8312 @opindex -C
8313 @opindex --format
8314 @opindex vertical @r{sorted files in columns}
8315 List files in columns, sorted vertically, with no other information.
8316 This is the default for @command{ls} if standard output is a terminal.
8317 It is always the default for the @command{dir} program.
8318 GNU @command{ls} uses variable width columns to display as many files as
8319 possible in the fewest lines.
8321 @item --color [=@var{when}]
8322 @opindex --color
8323 @cindex color, distinguishing file types with
8324 Specify whether to use color for distinguishing file types; @var{when}
8325 may be omitted, or one of:
8326 @itemize @bullet
8327 @item none
8328 @vindex none @r{color option}
8329 - Do not use color at all.  This is the default.
8330 @item auto
8331 @vindex auto @r{color option}
8332 @cindex terminal, using color iff
8333 - Only use color if standard output is a terminal.
8334 @item always
8335 @vindex always @r{color option}
8336 - Always use color.
8337 @end itemize
8338 Specifying @option{--color} and no @var{when} is equivalent to
8339 @option{--color=always}.
8340 If piping a colored listing through a pager like @command{less},
8341 use the pager's @option{-R} option to pass the color codes to the terminal.
8342 @xref{dircolors invocation} to configure the colors used.
8344 @vindex LS_COLORS
8345 @vindex SHELL @r{environment variable, and color}
8346 Using the @option{--color} option may incur a noticeable
8347 performance penalty when run in a large directory,
8348 because the default settings require that @command{ls} @code{stat} every
8349 single file it lists.
8350 However, if you would like most of the file-type coloring
8351 but can live without the other coloring options (e.g.,
8352 executable, orphan, sticky, other-writable, capability), use
8353 @command{dircolors} to set the @env{LS_COLORS} environment variable like this,
8354 @example
8355 eval $(dircolors -p | perl -pe \
8356   's/^((CAP|S[ET]|O[TR]|M|E)\w+).*/$1 00/' | dircolors -)
8357 @end example
8358 and on a @code{dirent.d_type}-capable file system, @command{ls}
8359 will perform only one @code{stat} call per command line argument.
8361 @item -F
8362 @itemx --classify [=@var{when}]
8363 @itemx --indicator-style=classify
8364 @opindex -F
8365 @opindex --classify
8366 @opindex --indicator-style
8367 @cindex file type and executables, marking
8368 @cindex executables and file type, marking
8369 Append a character to each file name indicating the file type.  Also,
8370 for regular files that are executable, append @samp{*}.  The file type
8371 indicators are @samp{/} for directories, @samp{@@} for symbolic links,
8372 @samp{|} for FIFOs, @samp{=} for sockets, @samp{>} for doors,
8373 and nothing for regular files.
8374 @var{when} may be omitted, or one of:
8375 @itemize @bullet
8376 @item none
8377 @vindex none @r{classify option}
8378 - Do not classify.  This is the default.
8379 @item auto
8380 @vindex auto @r{classify option}
8381 @cindex terminal, using classify iff
8382 - Only classify if standard output is a terminal.
8383 @item always
8384 @vindex always @r{classify option}
8385 - Always classify.
8386 @end itemize
8387 Specifying @option{--classify} and no @var{when} is equivalent to
8388 @option{--classify=always}.
8389 @c The following sentence is the same as the one for -d.
8390 Do not follow symbolic links listed on the
8391 command line unless the @option{--dereference-command-line} (@option{-H}),
8392 @option{--dereference} (@option{-L}), or
8393 @option{--dereference-command-line-symlink-to-dir} options are specified.
8395 @item --file-type
8396 @itemx --indicator-style=file-type
8397 @opindex --file-type
8398 @opindex --indicator-style
8399 @cindex file type, marking
8400 Append a character to each file name indicating the file type.  This is
8401 like @option{--classify} (@option{-F}, except that executables are not marked.
8403 @item --hyperlink [=@var{when}]
8404 @opindex --hyperlink
8405 @cindex hyperlink, linking to files
8406 Output codes recognized by some terminals to link
8407 to files using the @samp{file://} URI format.
8408 @var{when} may be omitted, or one of:
8409 @itemize @bullet
8410 @item none
8411 @vindex none @r{hyperlink option}
8412 - Do not use hyperlinks at all.  This is the default.
8413 @item auto
8414 @vindex auto @r{hyperlink option}
8415 @cindex terminal, using hyperlink iff
8416 - Only use hyperlinks if standard output is a terminal.
8417 @item always
8418 @vindex always @r{hyperlink option}
8419 - Always use hyperlinks.
8420 @end itemize
8421 Specifying @option{--hyperlink} and no @var{when} is equivalent to
8422 @option{--hyperlink=always}.
8424 @item --indicator-style=@var{word}
8425 @opindex --indicator-style
8426 Append a character indicator with style @var{word} to file names,
8427 as follows:
8429 @table @samp
8430 @item none
8431 Do not append any character indicator; this is the default.
8432 @item slash
8433 Append @samp{/} for directories.  This is the same as the @option{-p}
8434 option.
8435 @item file-type
8436 Append @samp{/} for directories, @samp{@@} for symbolic links, @samp{|}
8437 for FIFOs, @samp{=} for sockets, and nothing for regular files.  This is
8438 the same as the @option{--file-type} option.
8439 @item classify
8440 Append @samp{*} for executable regular files, otherwise behave as for
8441 @samp{file-type}.  This is the same as the @option{--classify}
8442 (@option{-F}) option.
8443 @end table
8445 @item -k
8446 @itemx --kibibytes
8447 @opindex -k
8448 @opindex --kibibytes
8449 Set the default block size to its normal value of 1024 bytes,
8450 overriding any contrary specification in environment variables
8451 (@pxref{Block size}).  If @option{--block-size},
8452 @option{--human-readable} (@option{-h}), or @option{--si} options are used,
8453 they take precedence even if @option{--kibibytes} (@option{-k}) is placed after
8454 the other options.
8456 The @option{--kibibytes} (@option{-k}) option affects the
8457 per-directory block count written in long format,
8458 and the file system allocation written by the @option{--size} (@option{-s})
8459 option.  It does not affect the file size in bytes that is written in
8460 long format.
8462 @item -m
8463 @itemx --format=commas
8464 @opindex -m
8465 @opindex --format
8466 @opindex commas@r{, outputting between files}
8467 List files horizontally, with as many as will fit on each line,
8468 separated by @samp{, } (a comma and a space),
8469 and with no other information.
8471 @item -p
8472 @itemx --indicator-style=slash
8473 @opindex -p
8474 @opindex --indicator-style
8475 @cindex file type, marking
8476 Append a @samp{/} to directory names.
8478 @item -x
8479 @itemx --format=across
8480 @itemx --format=horizontal
8481 @opindex -x
8482 @opindex --format
8483 @opindex across@r{, listing files}
8484 @opindex horizontal@r{, listing files}
8485 List the files in columns, sorted horizontally.
8487 @item -T @var{cols}
8488 @itemx --tabsize=@var{cols}
8489 @opindex -T
8490 @opindex --tabsize
8491 Assume that each tab stop is @var{cols} columns wide.  The default is 8.
8492 @command{ls} uses tabs where possible in the output, for efficiency.  If
8493 @var{cols} is zero, do not use tabs at all.
8495 Some terminal emulators might not properly align columns to the right of a
8496 TAB following a non-ASCII byte.  You can avoid that issue by using the
8497 @option{-T0} option or put @code{TABSIZE=0} in your environment, to tell
8498 @command{ls} to align using spaces, not tabs.
8500 If you set a terminal's hardware tabs to anything other than the default,
8501 you should also use a @command{--tabsize} option or @env{TABSIZE}
8502 environment variable either to match the hardware tabs, or to disable
8503 the use of hardware tabs.  Otherwise, the output of @command{ls} may
8504 not line up.  For example, if you run the shell command @samp{tabs -4}
8505 to set hardware tabs to every four columns, you should also run
8506 @samp{export TABSIZE=4} or @samp{export TABSIZE=0}, or use the
8507 corresponding @option{--tabsize} options.
8509 @item -w @var{cols}
8510 @itemx --width=@var{cols}
8511 @opindex -w
8512 @opindex --width
8513 @vindex COLUMNS
8514 Assume the screen is @var{cols} columns wide.  The default is taken
8515 from the terminal settings if possible; otherwise the environment
8516 variable @env{COLUMNS} is used if it is set; otherwise the default
8517 is 80.  With a @var{cols} value of @samp{0}, there is no limit on
8518 the length of the output line, and that single output line will
8519 be delimited with spaces, not tabs.
8521 @item --zero
8522 @opindex --zero
8523 @outputNUL
8524 This option is incompatible with the @option{--dired} (@option{-D}) option.
8525 This option also implies the options @option{--show-control-chars},
8526 @option{-1}, @option{--color=none}, and
8527 @option{--quoting-style=literal} (@option{-N}).
8529 @end table
8532 @node Formatting file timestamps
8533 @subsection Formatting file timestamps
8535 By default, file timestamps are listed in abbreviated form, using
8536 a date like @samp{Mar 30@ @ 2020} for non-recent timestamps, and a
8537 date-without-year and time like @samp{Mar 30 23:45} for recent timestamps.
8538 This format can change depending on the current locale as detailed below.
8540 @cindex clock skew
8541 A timestamp is considered to be @dfn{recent} if it is less than six
8542 months old, and is not dated in the future.  If a timestamp dated
8543 today is not listed in recent form, the timestamp is in the future,
8544 which means you probably have clock skew problems which may break
8545 programs like @command{make} that rely on file timestamps.
8546 @xref{File timestamps}.
8548 @vindex TZ
8549 Timestamps are listed according to the time zone rules specified by
8550 the @env{TZ} environment variable, or by the system default rules if
8551 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
8552 with @env{TZ}, libc, The GNU C Library Reference Manual}.
8554 The following option changes how file timestamps are printed.
8556 @table @samp
8557 @item --time-style=@var{style}
8558 @opindex --time-style
8559 @cindex time style
8560 List timestamps in style @var{style}.  The @var{style} should
8561 be one of the following:
8563 @table @samp
8564 @item +@var{format}
8565 @vindex LC_TIME
8566 List timestamps using @var{format}, where @var{format} is interpreted
8567 like the format argument of @command{date} (@pxref{date invocation}).
8568 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
8569 @command{ls} to list timestamps like @samp{2020-03-30 23:45:56}.  As
8570 with @command{date}, @var{format}'s interpretation is affected by the
8571 @env{LC_TIME} locale category.
8573 If @var{format} contains two format strings separated by a newline,
8574 the former is used for non-recent files and the latter for recent
8575 files; if you want output columns to line up, you may need to insert
8576 spaces in one of the two formats.
8578 @item full-iso
8579 List timestamps in full using ISO 8601-like date, time, and time zone
8580 components with nanosecond precision, e.g., @samp{2020-07-21
8581 23:45:56.477817180 -0400}.  This style is equivalent to
8582 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
8584 This is useful because the time output includes all the information that
8585 is available from the operating system.  For example, this can help
8586 explain @command{make}'s behavior, since GNU @command{make}
8587 uses the full timestamp to determine whether a file is out of date.
8589 @item long-iso
8590 List ISO 8601 date and time components with minute precision, e.g.,
8591 @samp{2020-03-30 23:45}.  These timestamps are shorter than
8592 @samp{full-iso} timestamps, and are usually good enough for everyday
8593 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
8595 @item iso
8596 List ISO 8601 dates for non-recent timestamps (e.g.,
8597 @samp{2020-03-30@ }), and ISO 8601-like month, day, hour, and
8598 minute for recent timestamps (e.g., @samp{03-30 23:45}).  These
8599 timestamps are uglier than @samp{long-iso} timestamps, but they carry
8600 nearly the same information in a smaller space and their brevity helps
8601 @command{ls} output fit within traditional 80-column output lines.
8602 The following two @command{ls} invocations are equivalent:
8604 @example
8605 newline='
8607 ls -l --time-style="+%Y-%m-%d $newline%m-%d %H:%M"
8608 ls -l --time-style="iso"
8609 @end example
8611 @item locale
8612 @vindex LC_TIME
8613 List timestamps in a locale-dependent form.  For example, a French
8614 locale might list non-recent timestamps like @samp{30 mars@ @ @ 2020}
8615 and recent timestamps like @samp{30 mars@ @ 23:45}.  Locale-dependent
8616 timestamps typically consume more space than @samp{iso} timestamps and
8617 are harder for programs to parse because locale conventions vary so
8618 widely, but they are easier for many people to read.
8620 The @env{LC_TIME} locale category specifies the timestamp format.  The
8621 default POSIX locale uses timestamps like @samp{Mar 30@
8622 @ 2020} and @samp{Mar 30 23:45}; in this locale, the following two
8623 @command{ls} invocations are equivalent:
8625 @example
8626 newline='
8628 ls -l --time-style="+%b %e  %Y$newline%b %e %H:%M"
8629 ls -l --time-style="locale"
8630 @end example
8632 Other locales behave differently.  For example, in a German locale,
8633 @option{--time-style="locale"} might be equivalent to
8634 @option{--time-style="+%e. %b %Y $newline%e. %b %H:%M"}
8635 and might generate timestamps like @samp{30. M@"ar 2020@ } and
8636 @samp{30. M@"ar 23:45}.
8638 @item posix-@var{style}
8639 @vindex LC_TIME
8640 List POSIX-locale timestamps if the @env{LC_TIME} locale
8641 category is POSIX, @var{style} timestamps otherwise.  For
8642 example, the @samp{posix-long-iso} style lists
8643 timestamps like @samp{Mar 30@ @ 2020} and @samp{Mar 30 23:45} when in
8644 the POSIX locale, and like @samp{2020-03-30 23:45} otherwise.
8645 @end table
8646 @end table
8648 @vindex TIME_STYLE
8649 You can specify the default value of the @option{--time-style} option
8650 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
8651 the default style is @samp{locale}.  GNU Emacs 21.3 and
8652 later use the @option{--dired} option and therefore can parse any date
8653 format, but if you are using Emacs 21.1 or 21.2 and specify a
8654 non-POSIX locale you may need to set
8655 @samp{TIME_STYLE="posix-long-iso"}.
8657 To avoid certain denial-of-service attacks, timestamps that would be
8658 longer than 1000 bytes may be treated as errors.
8661 @node Formatting the file names
8662 @subsection Formatting the file names
8664 These options change how file names themselves are printed.
8666 @table @samp
8668 @item -b
8669 @itemx --escape
8670 @itemx --quoting-style=escape
8671 @opindex -b
8672 @opindex --escape
8673 @opindex --quoting-style
8674 @cindex backslash sequences for file names
8675 Quote nongraphic characters in file names using alphabetic and octal
8676 backslash sequences like those used in C.
8678 @item -N
8679 @itemx --literal
8680 @itemx --quoting-style=literal
8681 @opindex -N
8682 @opindex --literal
8683 @opindex --quoting-style
8684 Do not quote file names.  However, with @command{ls} nongraphic
8685 characters are still printed as question marks if the output is a
8686 terminal and you do not specify the @option{--show-control-chars}
8687 option.
8689 @item -q
8690 @itemx --hide-control-chars
8691 @opindex -q
8692 @opindex --hide-control-chars
8693 Print question marks instead of nongraphic characters in file names.
8694 This is the default if the output is a terminal and the program is
8695 @command{ls}.
8697 @item -Q
8698 @itemx --quote-name
8699 @itemx --quoting-style=c
8700 @opindex -Q
8701 @opindex --quote-name
8702 @opindex --quoting-style
8703 Enclose file names in double quotes and quote nongraphic characters as
8704 in C.
8706 @item --quoting-style=@var{word}
8707 @opindex --quoting-style
8708 @cindex quoting style
8709 Use style @var{word} to quote file names and other strings that may
8710 contain arbitrary characters.  The @var{word} should
8711 be one of the following:
8713 @macro quotingStyles
8714 @table @samp
8715 @item literal
8716 Output strings as-is; this is the same as the @option{--literal} (@option{-N})
8717 option.
8718 @item shell
8719 Quote strings for the shell if they contain shell metacharacters or would
8720 cause ambiguous output.
8721 The quoting is suitable for POSIX-compatible shells like
8722 @command{bash}, but it does not always work for incompatible shells
8723 like @command{csh}.
8724 @item shell-always
8725 Quote strings for the shell, even if they would normally not require quoting.
8726 @item shell-escape
8727 Like @samp{shell}, but also quoting non-printable characters using the POSIX
8728 @samp{$''} syntax suitable for most shells.
8729 @item shell-escape-always
8730 Like @samp{shell-escape}, but quote strings even if they would
8731 normally not require quoting.
8732 @item c
8733 Quote strings as for C character string literals, including the
8734 surrounding double-quote characters; this is the same as the
8735 @option{--quote-name} (@option{-Q}) option.
8736 @item c-maybe
8737 Quote strings as for C character string literals, except omit the
8738 surrounding double-quote if no escaping is required.
8739 @item escape
8740 Quote strings as for C character string literals, except omit the
8741 surrounding double-quote
8742 characters; this is the same as the @option{--escape} (@option{-b}) option.
8743 @item clocale
8744 Quote strings as for C character string literals, except use
8745 surrounding quotation marks appropriate for the
8746 locale.
8747 @item locale
8748 @c Use @t instead of @samp to avoid duplicate quoting in some output styles.
8749 Quote strings as for C character string literals, except use
8750 surrounding quotation marks appropriate for the locale, and quote
8751 @t{'like this'} instead of @t{"like
8752 this"} in the default C locale.  This looks nicer on many displays.
8753 @end table
8754 @end macro
8755 @quotingStyles
8757 You can specify the default value of the @option{--quoting-style} option
8758 with the environment variable @env{QUOTING_STYLE}@.  If that environment
8759 variable is not set, the default value is @samp{shell-escape} when the
8760 output is a terminal, and @samp{literal} otherwise.
8762 @item --show-control-chars
8763 @opindex --show-control-chars
8764 Print nongraphic characters as-is in file names.
8765 This is the default unless the output is a terminal and the program is
8766 @command{ls}.
8768 @end table
8771 @node dir invocation
8772 @section @command{dir}: Briefly list directory contents
8774 @pindex dir
8775 @cindex directory listing, brief
8777 @command{dir} is equivalent to @code{ls -C
8778 -b}; that is, by default files are listed in columns, sorted vertically,
8779 and special characters are represented by backslash escape sequences.
8781 @xref{ls invocation, @command{ls}}.
8784 @node vdir invocation
8785 @section @command{vdir}: Verbosely list directory contents
8787 @pindex vdir
8788 @cindex directory listing, verbose
8790 @command{vdir} is equivalent to @code{ls -l
8791 -b}; that is, by default files are listed in long format and special
8792 characters are represented by backslash escape sequences.
8794 @xref{ls invocation, @command{ls}}.
8796 @node dircolors invocation
8797 @section @command{dircolors}: Color setup for @command{ls}
8799 @pindex dircolors
8800 @cindex color setup
8801 @cindex setup for color
8803 @command{dircolors} outputs a sequence of shell commands to set up the
8804 terminal for color output from @command{ls} (and @command{dir}, etc.).
8805 Typical usage:
8807 @example
8808 eval "$(dircolors [@var{option}]@dots{} [@var{file}])"
8809 @end example
8811 If @var{file} is specified, @command{dircolors} reads it to determine which
8812 colors to use for which file types and extensions.  Otherwise, a
8813 precompiled database is used.  For details on the format of these files,
8814 run @samp{dircolors --print-database}.
8816 To make @command{dircolors} read a @file{~/.dircolors} file if it
8817 exists, you can put the following lines in your @file{~/.bashrc} (or
8818 adapt them to your favorite shell):
8820 @example
8821 d=.dircolors
8822 test -r $d && eval "$(dircolors $d)"
8823 @end example
8825 @vindex LS_COLORS
8826 @vindex SHELL @r{environment variable, and color}
8827 The output is a shell command to set the @env{LS_COLORS} environment
8828 variable.  You can specify the shell syntax to use on the command line,
8829 or @command{dircolors} will guess it from the value of the @env{SHELL}
8830 environment variable.
8832 The program accepts the following options.  Also see @ref{Common options}.
8834 @table @samp
8835 @item -b
8836 @itemx --sh
8837 @itemx --bourne-shell
8838 @opindex -b
8839 @opindex --sh
8840 @opindex --bourne-shell
8841 @cindex Bourne shell syntax for color setup
8842 @cindex @command{sh} syntax for color setup
8843 Output Bourne shell commands.  This is the default if the @env{SHELL}
8844 environment variable is set and does not end with @samp{csh} or
8845 @samp{tcsh}.
8847 @item -c
8848 @itemx --csh
8849 @itemx --c-shell
8850 @opindex -c
8851 @opindex --csh
8852 @opindex --c-shell
8853 @cindex C shell syntax for color setup
8854 @cindex @command{csh} syntax for color setup
8855 Output C shell commands.  This is the default if @code{SHELL} ends with
8856 @command{csh} or @command{tcsh}.
8858 @item -p
8859 @itemx --print-database
8860 @opindex -p
8861 @opindex --print-database
8862 @cindex color database, printing
8863 @cindex database for color setup, printing
8864 @cindex printing color database
8865 Print the (compiled-in) default color configuration database.  This
8866 output is itself a valid configuration file, and is fairly descriptive
8867 of the possibilities.
8869 @item --print-ls-colors
8870 @opindex --print-ls-colors
8871 @cindex printing ls colors
8872 Print the LS_COLORS entries on separate lines,
8873 each colored as per the color they represent.
8875 @end table
8877 @exitstatus
8880 @node Basic operations
8881 @chapter Basic operations
8883 @cindex manipulating files
8885 This chapter describes the commands for basic file manipulation:
8886 copying, moving (renaming), and deleting (removing).
8888 @menu
8889 * cp invocation::               Copy files.
8890 * dd invocation::               Convert and copy a file.
8891 * install invocation::          Copy files and set attributes.
8892 * mv invocation::               Move (rename) files.
8893 * rm invocation::               Remove files or directories.
8894 * shred invocation::            Remove files more securely.
8895 @end menu
8898 @node cp invocation
8899 @section @command{cp}: Copy files and directories
8901 @pindex cp
8902 @cindex copying files and directories
8903 @cindex files, copying
8904 @cindex directories, copying
8906 @command{cp} copies files (or, optionally, directories).  The copy is
8907 completely independent of the original.  You can either copy one file to
8908 another, or copy arbitrarily many files to a destination directory.
8909 Synopses:
8911 @example
8912 cp [@var{option}]@dots{} [-T] @var{source} @var{dest}
8913 cp [@var{option}]@dots{} @var{source}@dots{} @var{directory}
8914 cp [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
8915 @end example
8917 @itemize @bullet
8918 @item
8919 If two file names are given, @command{cp} copies the first file to the
8920 second.
8922 @item
8923 If the @option{--target-directory} (@option{-t}) option is given, or
8924 failing that if the last file is a directory and the
8925 @option{--no-target-directory} (@option{-T}) option is not given,
8926 @command{cp} copies each @var{source} file to the specified directory,
8927 using the @var{source}s' names.
8928 @end itemize
8930 Generally, files are written just as they are read.  For exceptions,
8931 see the @option{--sparse} option below.
8933 By default, @command{cp} does not copy directories.  However, the
8934 @option{-R}, @option{-a}, and @option{-r} options cause @command{cp} to
8935 copy recursively by descending into source directories and copying files
8936 to corresponding destination directories.
8938 When copying from a symbolic link, @command{cp} normally follows the
8939 link only when not copying recursively or when @option{--link}
8940 (@option{-l}) is used.  This default can be overridden with the
8941 @option{--archive} (@option{-a}), @option{-d}, @option{--dereference}
8942 (@option{-L}), @option{--no-dereference} (@option{-P}), and
8943 @option{-H} options.  If more than one of these options is specified,
8944 the last one silently overrides the others.
8946 When copying to a symbolic link, @command{cp} follows the
8947 link only when it refers to an existing regular file.
8948 However, when copying to a dangling symbolic link, @command{cp}
8949 refuses by default, and fails with a diagnostic, since the operation
8950 is inherently dangerous.  This behavior is contrary to historical
8951 practice and to POSIX@.
8952 Set @env{POSIXLY_CORRECT} to make @command{cp} attempt to create
8953 the target of a dangling destination symlink, in spite of the possible risk.
8954 Also, when an option like
8955 @option{--backup} or @option{--link} acts to rename or remove the
8956 destination before copying, @command{cp} renames or removes the
8957 symbolic link rather than the file it points to.
8959 By default, @command{cp} copies the contents of special files only
8960 when not copying recursively.  This default can be overridden with the
8961 @option{--copy-contents} option.
8963 @cindex self-backups
8964 @cindex backups, making only
8965 @command{cp} generally refuses to copy a file onto itself, with the
8966 following exception: if @option{--force --backup} is specified with
8967 @var{source} and @var{dest} identical, and referring to a regular file,
8968 @command{cp} will make a backup file, either regular or numbered, as
8969 specified in the usual ways (@pxref{Backup options}).  This is useful when
8970 you simply want to make a backup of an existing file before changing it.
8972 The program accepts the following options.  Also see @ref{Common options}.
8974 @table @samp
8975 @item -a
8976 @itemx --archive
8977 @opindex -a
8978 @opindex --archive
8979 Preserve as much as possible of the structure and attributes of the
8980 original files in the copy (but do not attempt to preserve internal
8981 directory structure; i.e., @samp{ls -U} may list the entries in a copied
8982 directory in a different order).
8983 Try to preserve SELinux security context and extended attributes (xattr),
8984 but ignore any failure to do that and print no corresponding diagnostic.
8985 Equivalent to @option{-dR --preserve=all} with the reduced diagnostics.
8987 @item --attributes-only
8988 @opindex --attributes-only
8989 Copy only the specified attributes of the source file to the destination.
8990 If the destination already exists, do not alter its contents.
8991 See the @option{--preserve} option for controlling which attributes to copy.
8993 @item -b
8994 @itemx --backup[=@var{method}]
8995 @opindex -b
8996 @opindex --backup
8997 @vindex VERSION_CONTROL
8998 @cindex backups, making
8999 @xref{Backup options}.
9000 Make a backup of each file that would otherwise be overwritten or removed.
9001 As a special case, @command{cp} makes a backup of @var{source} when the force
9002 and backup options are given and @var{source} and @var{dest} are the same
9003 name for an existing, regular file.  One useful application of this
9004 combination of options is this tiny Bourne shell script:
9006 @example
9007 #!/bin/sh
9008 # Usage: backup FILE...
9009 # Create a GNU-style backup of each listed FILE.
9010 fail=0
9011 for i; do
9012   cp --backup --force --preserve=all -- "$i" "$i" || fail=1
9013 done
9014 exit $fail
9015 @end example
9017 @item --copy-contents
9018 @cindex directories, copying recursively
9019 @cindex copying directories recursively
9020 @cindex recursively copying directories
9021 @cindex non-directories, copying as special files
9022 If copying recursively, copy the contents of any special files (e.g.,
9023 FIFOs and device files) as if they were regular files.  This means
9024 trying to read the data in each source file and writing it to the
9025 destination.  It is usually a mistake to use this option, as it
9026 normally has undesirable effects on special files like FIFOs and the
9027 ones typically found in the @file{/dev} directory.  In most cases,
9028 @code{cp -R --copy-contents} will hang indefinitely trying to read
9029 from FIFOs and special files like @file{/dev/console}, and it will
9030 fill up your destination file system if you use it to copy @file{/dev/zero}.
9031 This option has no effect unless copying recursively, and it does not
9032 affect the copying of symbolic links.
9034 @item -d
9035 @opindex -d
9036 @cindex symbolic links, copying
9037 @cindex hard links, preserving
9038 Copy symbolic links as symbolic links rather than copying the files that
9039 they point to, and preserve hard links between source files in the copies.
9040 Equivalent to @option{--no-dereference --preserve=links}.
9042 @macro optDebugCopy
9043 @item --debug
9044 @opindex --debug
9045 @cindex debugging, copying
9046 Print extra information to stdout, explaining how files are copied.
9047 This option implies the @option{--verbose} option.
9048 @end macro
9049 @optDebugCopy
9051 @item -f
9052 @itemx --force
9053 @opindex -f
9054 @opindex --force
9055 When copying without this option and an existing destination file cannot
9056 be opened for writing, the copy fails.  However, with @option{--force},
9057 when a destination file cannot be opened, @command{cp} then
9058 tries to recreate the file by first removing it.  The @option{--force} option
9059 alone will not remove dangling symlinks.
9060 When this option is combined with
9061 @option{--link} (@option{-l}) or @option{--symbolic-link}
9062 (@option{-s}), the destination link is replaced, and unless
9063 @option{--backup} (@option{-b}) is also given there is no brief
9064 moment when the destination does not exist.  Also see the
9065 description of @option{--remove-destination}.
9067 This option is independent of the @option{--interactive} or
9068 @option{-i} option: neither cancels the effect of the other.
9070 This option is ignored when the @option{--no-clobber} or @option{-n} option
9071 is also used.
9073 @item -H
9074 @opindex -H
9075 If a command line argument specifies a symbolic link, then copy the
9076 file it points to rather than the symbolic link itself.  However,
9077 copy (preserving its nature) any symbolic link that is encountered
9078 via recursive traversal.
9080 @item -i
9081 @itemx --interactive
9082 @opindex -i
9083 @opindex --interactive
9084 When copying a file other than a directory, prompt whether to
9085 overwrite an existing destination file, and fail if the response
9086 is not affirmative.  The @option{-i} option overrides
9087 a previous @option{-n} option.
9089 @item -l
9090 @itemx --link
9091 @opindex -l
9092 @opindex --link
9093 Make hard links instead of copies of non-directories.
9095 @item -L
9096 @itemx --dereference
9097 @opindex -L
9098 @opindex --dereference
9099 Follow symbolic links when copying from them.
9100 With this option, @command{cp} cannot create a symbolic link.
9101 For example, a symlink (to regular file) in the source tree will be copied to
9102 a regular file in the destination tree.
9104 @item -n
9105 @itemx --no-clobber
9106 @opindex -n
9107 @opindex --no-clobber
9108 Do not overwrite an existing file; silently skip instead.
9109 This option overrides a previous @option{-i} option.
9110 This option is mutually exclusive with @option{-b} or @option{--backup} option.
9111 This option is deprecated due to having a different exit status from
9112 other platforms.  See also the @option{--update} option which will
9113 give more control over how to deal with existing files in the destination,
9114 and over the exit status in particular.
9116 @item -P
9117 @itemx --no-dereference
9118 @opindex -P
9119 @opindex --no-dereference
9120 @cindex symbolic links, copying
9121 Copy symbolic links as symbolic links rather than copying the files that
9122 they point to.  This option affects only symbolic links in the source;
9123 symbolic links in the destination are always followed if possible.
9125 @item -p
9126 @itemx --preserve[=@var{attribute_list}]
9127 @opindex -p
9128 @opindex --preserve
9129 @cindex file information, preserving, extended attributes, xattr
9130 Preserve the specified attributes of the original files.
9131 If specified, the @var{attribute_list} must be a comma-separated list
9132 of one or more of the following strings:
9134 @table @samp
9135 @item mode
9136 @cindex access control lists (ACLs)
9137 Preserve attributes relevant to access permissions,
9138 including file mode bits and (if possible) access control lists (ACLs).
9139 ACL preservation is system-dependent, and ACLs are not necessarily
9140 translated when the source and destination are on file systems with
9141 different ACL formats (e.g., NFSv4 versus POSIX formats).
9143 @item ownership
9144 Preserve the owner and group.  On most modern systems,
9145 only users with appropriate privileges may change the owner of a file,
9146 and ordinary users
9147 may preserve the group ownership of a file only if they happen to be
9148 a member of the desired group.
9149 @item timestamps
9150 Preserve the times of last access and last modification, when possible.
9151 On older systems, it is not possible to preserve these attributes
9152 when the affected file is a symbolic link.
9153 However, many systems now provide the @code{utimensat} function,
9154 which makes it possible even for symbolic links.
9155 @item links
9156 Preserve in the destination files
9157 any links between corresponding source files.
9158 With @option{-L} or @option{-H}, this option can convert
9159 symbolic links to hard links.  For example,
9160 @example
9161 $ mkdir c; : > a; ln -s a b; cp -aH a b c; ls -i1 c
9162 74161745 a
9163 74161745 b
9164 @end example
9165 @noindent
9166 Although @file{b} is a symlink to regular file @file{a},
9167 the files in the destination directory @file{c/} are hard-linked.
9168 Since @option{-a} implies @option{--no-dereference} it would copy the symlink,
9169 but the later @option{-H} tells @command{cp} to dereference the command line
9170 arguments where it then sees two files with the same inode number.
9171 Then the @option{--preserve=links} option also implied by @option{-a}
9172 will preserve the perceived hard link.
9174 Here is a similar example that exercises @command{cp}'s @option{-L} option:
9175 @example
9176 $ mkdir b c; (cd b; : > a; ln -s a b); cp -aL b c; ls -i1 c/b
9177 74163295 a
9178 74163295 b
9179 @end example
9181 @item context
9182 Preserve SELinux security context of the file, or fail with full diagnostics.
9183 @item xattr
9184 @cindex access control lists (ACLs)
9185 Preserve extended attributes of the file, or fail with full diagnostics.
9186 If @command{cp} is built without xattr support, ignore this option.
9187 If SELinux context, ACLs or Capabilities are implemented using xattrs,
9188 they are preserved implicitly by this option as well, i.e., even without
9189 specifying @option{--preserve=mode} or @option{--preserve=context}.
9190 @item all
9191 Preserve all file attributes.
9192 Equivalent to specifying all of the above, but with the difference
9193 that failure to preserve SELinux security context or extended attributes
9194 does not change @command{cp}'s exit status.  In contrast to @option{-a},
9195 all but @samp{Operation not supported} warnings are output.
9196 @end table
9198 Using @option{--preserve} with no @var{attribute_list} is equivalent
9199 to @option{--preserve=mode,ownership,timestamps}.
9201 In the absence of this option, the permissions of existing destination
9202 files are unchanged.  Each new file is created with the mode of the
9203 corresponding source file minus the set-user-ID, set-group-ID, and
9204 sticky bits as the create mode; the operating system then applies either
9205 the umask or a default ACL, possibly resulting in a more restrictive
9206 file mode.
9207 @xref{File permissions}.
9209 @item --no-preserve=@var{attribute_list}
9210 @cindex file information, preserving
9211 Do not preserve the specified attributes.  The @var{attribute_list}
9212 has the same form as for @option{--preserve}.
9214 @item --parents
9215 @opindex --parents
9216 @cindex parent directories and @command{cp}
9217 Form the name of each destination file by appending to the target
9218 directory a slash and the specified name of the source file.  The last
9219 argument given to @command{cp} must be the name of an existing directory.
9220 For example, the command:
9222 @example
9223 cp --parents a/b/c existing_dir
9224 @end example
9226 @noindent
9227 copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
9228 any missing intermediate directories.
9230 @item -R
9231 @itemx -r
9232 @itemx --recursive
9233 @opindex -R
9234 @opindex -r
9235 @opindex --recursive
9236 @cindex directories, copying recursively
9237 @cindex copying directories recursively
9238 @cindex recursively copying directories
9239 @cindex non-directories, copying as special files
9240 Copy directories recursively.  By default, do not follow symbolic
9241 links in the source unless used together with the @option{--link}
9242 (@option{-l}) option; see the @option{--archive} (@option{-a}), @option{-d},
9243 @option{--dereference} (@option{-L}), @option{--no-dereference}
9244 (@option{-P}), and @option{-H} options.  Special files are copied by
9245 creating a destination file of the same type as the source; see the
9246 @option{--copy-contents} option.  It is not portable to use
9247 @option{-r} to copy symbolic links or special files.  On some
9248 non-GNU systems, @option{-r} implies the equivalent of
9249 @option{-L} and @option{--copy-contents} for historical reasons.
9250 Also, it is not portable to use @option{-R} to copy symbolic links
9251 unless you also specify @option{-P}, as POSIX allows
9252 implementations that dereference symbolic links by default.
9254 @item --reflink[=@var{when}]
9255 @opindex --reflink[=@var{when}]
9256 @cindex COW
9257 @cindex clone
9258 @cindex copy on write
9259 Perform a lightweight, copy-on-write (COW) copy, if supported by the
9260 file system.  Once it has succeeded, beware that the source and destination
9261 files share the same data blocks as long as they remain unmodified.
9262 Thus, if an I/O error affects data blocks of one of the files,
9263 the other suffers the same fate.
9265 The @var{when} value can be one of the following:
9267 @table @samp
9268 @item always
9269 If the copy-on-write operation is not supported
9270 then report the failure for each file and exit with a failure status.
9271 Plain @option{--reflink} is equivalent to @option{--reflink=always}.
9273 @item auto
9274 If the copy-on-write operation is not supported then fall back
9275 to the standard copy behavior.
9276 This is the default if no @option{--reflink} option is given.
9278 @item never
9279 Disable copy-on-write operation and use the standard copy behavior.
9280 @end table
9282 This option is overridden by the @option{--link}, @option{--symbolic-link}
9283 and @option{--attributes-only} options, thus allowing it to be used
9284 to configure the default data copying behavior for @command{cp}.
9286 @item --remove-destination
9287 @opindex --remove-destination
9288 Remove each existing destination file before attempting to open it
9289 (contrast with @option{-f} above).
9291 @item --sparse=@var{when}
9292 @opindex --sparse=@var{when}
9293 @cindex sparse files, copying
9294 @cindex holes, copying files with
9295 @findex read @r{system call, and holes}
9296 A @dfn{sparse file} contains @dfn{holes} -- a sequence of zero bytes that
9297 does not occupy any file system blocks; the @samp{read} system call
9298 reads these as zeros.  This can both save considerable space and
9299 increase speed, since many binary files contain lots of consecutive zero
9300 bytes.  By default, @command{cp} detects holes in input source files via a crude
9301 heuristic and makes the corresponding output file sparse as well.
9302 Only regular files may be sparse.
9304 The @var{when} value can be one of the following:
9306 @table @samp
9307 @item auto
9308 The default behavior: if the input file is sparse, attempt to make
9309 the output file sparse, too.  However, if an output file exists but
9310 refers to a non-regular file, then do not attempt to make it sparse.
9312 @item always
9313 For each sufficiently long sequence of zero bytes in the input file,
9314 attempt to create a corresponding hole in the output file, even if the
9315 input file does not appear to be sparse.
9316 This is useful when the input file resides on a file system
9317 that does not support sparse files
9318 (for example,  @samp{efs} file systems in SGI IRIX 5.3 and earlier),
9319 but the output file is on a type of file system that does support them.
9320 Holes may be created only in regular files, so if the destination file
9321 is of some other type, @command{cp} does not even try to make it sparse.
9323 @item never
9324 Never make the output file sparse.
9325 This is useful in creating a file for use with the @command{mkswap} command,
9326 since such a file must not have any holes.
9327 @end table
9329 For example, with the following alias, @command{cp} will use the
9330 minimum amount of space supported by the file system.
9331 (Older versions of @command{cp} can also benefit from
9332 @option{--reflink=auto} here.)
9334 @example
9335 alias cp='cp --sparse=always'
9336 @end example
9338 @optStripTrailingSlashes
9340 @item -s
9341 @itemx --symbolic-link
9342 @opindex -s
9343 @opindex --symbolic-link
9344 @cindex symbolic links, copying with
9345 Make symbolic links instead of copies of non-directories.  All source
9346 file names must be absolute (starting with @samp{/}) unless the
9347 destination files are in the current directory.  This option merely
9348 results in an error message on systems that do not support symbolic links.
9350 @optBackupSuffix
9352 @optTargetDirectory
9354 @optNoTargetDirectory
9356 @item -u
9357 @itemx --update[=@var{which}]
9358 @opindex -u
9359 @opindex --update[=@var{which}]
9360 @cindex newer files, copying only
9361 Do not copy a non-directory that has an existing destination with the
9362 same or newer modification timestamp; instead, silently skip the file
9363 without failing.  If timestamps are being preserved,
9364 the comparison is to the source timestamp truncated to the
9365 resolutions of the destination file system and of the system calls
9366 used to update timestamps; this avoids duplicate work if several
9367 @samp{cp -pu} commands are executed with the same source and destination.
9368 This option is ignored if the @option{-n} or @option{--no-clobber}
9369 option is also specified.
9370 Also, if @option{--preserve=links} is also specified (like with @samp{cp -au}
9371 for example), that will take precedence; consequently, depending on the
9372 order that files are processed from the source, newer files in the destination
9373 may be replaced, to mirror hard links in the source.
9375 @macro whichUpdate
9376 @var{which} gives more control over which existing files in the
9377 destination are replaced, and its value can be one of the following:
9379 @table @samp
9380 @item all
9381 This is the default operation when an @option{--update} option is not specified,
9382 and results in all existing files in the destination being replaced.
9384 @item none
9385 This is like the deprecated @option{--no-clobber} option, where no files in the
9386 destination are replaced, and also skipping a file does not induce a failure.
9388 @item none-fail
9389 This is similar to @samp{none}, in that no files in the destination
9390 are replaced, but any skipped files are diagnosed and induce a failure.
9392 @item older
9393 This is the default operation when @option{--update} is specified, and results
9394 in files being replaced if they're older than the corresponding source file.
9395 @end table
9396 @end macro
9397 @whichUpdate
9399 @item -v
9400 @itemx --verbose
9401 @opindex -v
9402 @opindex --verbose
9403 Print the name of each file before copying it.
9405 @item -x
9406 @itemx --one-file-system
9407 @opindex -x
9408 @opindex --one-file-system
9409 @cindex file systems, omitting copying to different
9410 Skip subdirectories that are on different file systems from the one that
9411 the copy started on.
9412 However, mount point directories @emph{are} copied.
9414 @macro optContext
9415 @item -Z
9416 @itemx --context[=@var{context}]
9417 @opindex -Z
9418 @opindex --context
9419 @cindex SELinux, setting/restoring security context
9420 @cindex security context
9421 Without a specified @var{context}, adjust the SELinux security context according
9422 to the system default type for destination files, similarly to the
9423 @command{restorecon} command.
9424 The long form of this option with a specific context specified,
9425 will set the context for newly created files only.
9426 With a specified context, if both SELinux and SMACK are disabled, a warning is
9427 issued.
9428 @end macro
9429 @optContext
9430 This option is mutually exclusive with the @option{--preserve=context}
9431 option, and overrides the @option{--preserve=all} and @option{-a} options.
9433 @end table
9435 @exitstatus
9438 @node dd invocation
9439 @section @command{dd}: Convert and copy a file
9441 @pindex dd
9442 @cindex converting while copying a file
9444 @command{dd} copies input to output with a changeable I/O block size,
9445 while optionally performing conversions on the data.  Synopses:
9447 @example
9448 dd [@var{operand}]@dots{}
9449 dd @var{option}
9450 @end example
9452 The only options are @option{--help} and @option{--version}.
9453 @xref{Common options}.
9455 By default, @command{dd} copies standard input to standard output.
9456 To copy, @command{dd} repeatedly does the following steps in order:
9458 @enumerate
9459 @item
9460 Read an input block.
9462 @item
9463 If converting via @samp{sync}, pad as needed to meet the input block size.
9464 Pad with spaces if converting via @samp{block} or @samp{unblock}, NUL
9465 bytes otherwise.
9467 @item
9468 If @samp{bs=} is given and no conversion mentioned in steps (4) or (5)
9469 is given, output the data as a single block and skip all remaining steps.
9471 @item
9472 If the @samp{swab} conversion is given, swap each pair of input bytes.
9473 If the input data length is odd, preserve the last input byte
9474 (since there is nothing to swap it with).
9476 @item
9477 If any of the conversions @samp{swab}, @samp{block}, @samp{unblock},
9478 @samp{lcase}, @samp{ucase}, @samp{ascii}, @samp{ebcdic} and @samp{ibm}
9479 are given, do these conversions.  These conversions operate
9480 independently of input blocking, and might deal with records that span
9481 block boundaries.
9483 @item
9484 Aggregate the resulting data into output blocks of the specified size,
9485 and output each output block in turn.  Do not pad the last output block;
9486 it can be shorter than usual.
9487 @end enumerate
9489 @command{dd} accepts the following operands,
9490 whose syntax was inspired by the DD (data definition) statement of
9491 OS/360 JCL.
9493 @table @samp
9495 @item if=@var{file}
9496 @opindex if
9497 Read from @var{file} instead of standard input.
9499 @item of=@var{file}
9500 @opindex of
9501 Write to @var{file} instead of standard output.  Unless
9502 @samp{conv=notrunc} is given, truncate @var{file} before writing it.
9504 @item ibs=@var{bytes}
9505 @opindex ibs
9506 @cindex block size of input
9507 @cindex input block size
9508 Set the input block size to @var{bytes}.
9509 This makes @command{dd} read @var{bytes} per block.
9510 The default is 512 bytes.
9512 @item obs=@var{bytes}
9513 @opindex obs
9514 @cindex block size of output
9515 @cindex output block size
9516 Set the output block size to @var{bytes}.
9517 This makes @command{dd} write @var{bytes} per block.
9518 The default is 512 bytes.
9520 @item bs=@var{bytes}
9521 @opindex bs
9522 @cindex block size
9523 Set both input and output block sizes to @var{bytes}.
9524 This makes @command{dd} read and write @var{bytes} per block,
9525 overriding any @samp{ibs} and @samp{obs} settings.
9526 In addition, if no data-transforming @option{conv} operand is specified,
9527 input is copied to the output as soon as it's read,
9528 even if it is smaller than the block size.
9530 @item cbs=@var{bytes}
9531 @opindex cbs
9532 @cindex block size of conversion
9533 @cindex conversion block size
9534 @cindex fixed-length records, converting to variable-length
9535 @cindex variable-length records, converting to fixed-length
9536 Set the conversion block size to @var{bytes}.
9537 When converting variable-length records to fixed-length ones
9538 (@option{conv=block}) or the reverse (@option{conv=unblock}),
9539 use @var{bytes} as the fixed record length.
9541 @item skip=@var{n}
9542 @itemx iseek=@var{n}
9543 @opindex skip
9544 @opindex iseek
9545 Skip @var{n} @samp{ibs}-byte blocks in the input file before copying.
9546 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9547 as a byte count rather than a block count.
9548 (@samp{B} and the @samp{iseek=} spelling are GNU extensions to POSIX.)
9550 @item seek=@var{n}
9551 @itemx oseek=@var{n}
9552 @opindex seek
9553 @opindex oseek
9554 Skip @var{n} @samp{obs}-byte blocks in the output file before
9555 truncating or copying.
9556 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9557 as a byte count rather than a block count.
9558 (@samp{B} and the @samp{oseek=} spelling are GNU extensions to POSIX.)
9560 @item count=@var{n}
9561 @opindex count
9562 Copy @var{n} @samp{ibs}-byte blocks from the input file, instead
9563 of everything until the end of the file.
9564 If @var{n} ends in the letter @samp{B},
9565 interpret @var{n} as a byte count rather than a block count;
9566 this is a GNU extension to POSIX.
9567 If short reads occur, as could be the case
9568 when reading from a pipe for example, @samp{iflag=fullblock}
9569 ensures that @samp{count=} counts complete input blocks
9570 rather than input read operations.
9571 As an extension to POSIX, @samp{count=0} copies zero blocks
9572 instead of copying all blocks.
9574 @item status=@var{level}
9575 @opindex status
9576 Specify the amount of information printed.
9577 If this operand is given multiple times, the last one takes precedence.
9578 The @var{level} value can be one of the following:
9580 @table @samp
9582 @item none
9583 @opindex none @r{dd status=}
9584 Do not print any informational or warning messages to standard error.
9585 Error messages are output as normal.
9587 @item noxfer
9588 @opindex noxfer @r{dd status=}
9589 Do not print the final transfer rate and volume statistics
9590 that normally make up the last status line.
9592 @item progress
9593 @opindex progress @r{dd status=}
9594 Print the transfer rate and volume statistics on standard error,
9595 when processing each input block.  Statistics are output
9596 on a single line at most once every second, but updates
9597 can be delayed when waiting on I/O.
9599 @end table
9601 Transfer information is normally output to standard error upon
9602 receipt of the @samp{INFO} signal or when @command{dd} exits,
9603 and defaults to the following form in the C locale:
9605 @example
9606 7287+1 records in
9607 116608+0 records out
9608 59703296 bytes (60 MB, 57 MiB) copied, 0.0427974 s, 1.4 GB/s
9609 @end example
9611 The notation @samp{@var{w}+@var{p}} stands for @var{w} whole blocks
9612 and @var{p} partial blocks.  A partial block occurs when a read or
9613 write operation succeeds but transfers less data than the block size.
9614 An additional line like @samp{1 truncated record} or @samp{10
9615 truncated records} is output after the @samp{records out} line if
9616 @samp{conv=block} processing truncated one or more input records.
9618 The @samp{status=} operand is a GNU extension to POSIX.
9620 @item conv=@var{conversion}[,@var{conversion}]@dots{}
9621 @opindex conv
9622 Convert the file as specified by the @var{conversion} argument(s).
9623 (No spaces around any comma(s).)
9625 Conversions:
9627 @table @samp
9629 @item ascii
9630 @opindex ascii@r{, converting to}
9631 Convert EBCDIC to ASCII,
9632 using the conversion table specified by POSIX@.
9633 This provides a 1:1 translation for all 256 bytes.
9634 This implies @samp{conv=unblock}; input is converted to
9635 ASCII before trailing spaces are deleted.
9637 @item ebcdic
9638 @opindex ebcdic@r{, converting to}
9639 Convert ASCII to EBCDIC@.
9640 This is the inverse of the @samp{ascii} conversion.
9641 This implies @samp{conv=block}; trailing spaces are added
9642 before being converted to EBCDIC@.
9644 @item ibm
9645 @opindex alternate ebcdic@r{, converting to}
9646 This acts like @samp{conv=ebcdic}, except it
9647 uses the alternate conversion table specified by POSIX@.
9648 This is not a 1:1 translation, but reflects common historical practice
9649 for @samp{~}, @samp{[}, and @samp{]}.
9651 The @samp{ascii}, @samp{ebcdic}, and @samp{ibm} conversions are
9652 mutually exclusive.  If you use any of these conversions, you should also
9653 use the @samp{cbs=} operand.
9655 @item block
9656 @opindex block @r{(space-padding)}
9657 For each line in the input, output @samp{cbs} bytes, replacing the
9658 input newline with a space and truncating or padding input lines with
9659 spaces as necessary.
9661 @item unblock
9662 @opindex unblock
9663 Remove any trailing spaces in each @samp{cbs}-sized input block,
9664 and append a newline.
9666 The @samp{block} and @samp{unblock} conversions are mutually exclusive.
9667 If you use either of these conversions, you should also use the
9668 @samp{cbs=} operand.
9670 @item lcase
9671 @opindex lcase@r{, converting to}
9672 Change uppercase letters to lowercase.
9674 @item ucase
9675 @opindex ucase@r{, converting to}
9676 Change lowercase letters to uppercase.
9678 The @samp{lcase} and @samp{ucase} conversions are mutually exclusive.
9680 @item sparse
9681 @opindex sparse
9682 Try to seek rather than write NUL output blocks.
9683 On a file system that supports sparse files, this will create
9684 sparse output when extending the output file.
9685 Be careful when using this conversion in conjunction with
9686 @samp{conv=notrunc} or @samp{oflag=append}.
9687 With @samp{conv=notrunc}, existing data in the output file
9688 corresponding to NUL blocks from the input, will be untouched.
9689 With @samp{oflag=append} the seeks performed will be ineffective.
9690 Similarly, when the output is a device rather than a file,
9691 NUL input blocks are not copied, and therefore this conversion
9692 is most useful with virtual or pre zeroed devices.
9694 The @samp{sparse} conversion is a GNU extension to POSIX.
9696 @item swab
9697 @opindex swab @r{(byte-swapping)}
9698 @cindex byte-swapping
9699 Swap every pair of input bytes.
9701 @item sync
9702 @opindex sync @r{(padding with ASCII NULs)}
9703 Pad every input block to size of @samp{ibs} with trailing zero bytes.
9704 When used with @samp{block} or @samp{unblock}, pad with spaces instead of
9705 zero bytes.
9707 @end table
9709 The following ``conversions'' are really file flags
9710 and don't affect internal processing:
9712 @table @samp
9713 @item excl
9714 @opindex excl
9715 @cindex creating output file, requiring
9716 Fail if the output file already exists; @command{dd} must create the
9717 output file itself.
9719 @item nocreat
9720 @opindex nocreat
9721 @cindex creating output file, avoiding
9722 Do not create the output file; the output file must already exist.
9724 The @samp{excl} and @samp{nocreat} conversions are mutually exclusive,
9725 and are GNU extensions to POSIX.
9727 @item notrunc
9728 @opindex notrunc
9729 @cindex truncating output file, avoiding
9730 Do not truncate the output file.
9732 @item noerror
9733 @opindex noerror
9734 @cindex read errors, ignoring
9735 Continue after read errors.
9737 @item fdatasync
9738 @opindex fdatasync
9739 @cindex synchronized data writes, before finishing
9740 Synchronize output data just before finishing,
9741 even if there were write errors.
9742 This forces a physical write of output data,
9743 so that even if power is lost the output data will be preserved.
9744 If neither this nor @samp{fsync} are specified, output is treated as
9745 usual with file systems, i.e., output data and metadata may be cached
9746 in primary memory for some time before the operating system physically
9747 writes it, and thus output data and metadata may be lost if power is lost.
9748 @xref{sync invocation}.
9749 This conversion is a GNU extension to POSIX.
9751 @item fsync
9752 @opindex fsync
9753 @cindex synchronized data and metadata writes, before finishing
9754 Synchronize output data and metadata just before finishing,
9755 even if there were write errors.
9756 This acts like @samp{fdatasync} except it also preserves output metadata,
9757 such as the last-modified time of the output file; for this reason it
9758 may be a bit slower than @samp{fdatasync} although the performance
9759 difference is typically insignificant for @command{dd}.
9760 This conversion is a GNU extension to POSIX.
9762 @end table
9764 @item iflag=@var{flag}[,@var{flag}]@dots{}
9765 @opindex iflag
9766 Access the input file using the flags specified by the @var{flag}
9767 argument(s).  (No spaces around any comma(s).)
9769 @item oflag=@var{flag}[,@var{flag}]@dots{}
9770 @opindex oflag
9771 Access the output file using the flags specified by the @var{flag}
9772 argument(s).  (No spaces around any comma(s).)
9774 Here are the flags.
9776 @table @samp
9778 @item append
9779 @opindex append
9780 @cindex appending to the output file
9781 Write in append mode, so that even if some other process is writing to
9782 this file, every @command{dd} write will append to the current
9783 contents of the file.  This flag makes sense only for output.
9784 If you combine this flag with the @samp{of=@var{file}} operand,
9785 you should also specify @samp{conv=notrunc} unless you want the
9786 output file to be truncated before being appended to.
9788 @item cio
9789 @opindex cio
9790 @cindex concurrent I/O
9791 Use concurrent I/O mode for data.  This mode performs direct I/O
9792 and drops the POSIX requirement to serialize all I/O to the same file.
9793 A file cannot be opened in CIO mode and with a standard open at the
9794 same time.
9796 @item direct
9797 @opindex direct
9798 @cindex direct I/O
9799 Use direct I/O for data, avoiding the buffer cache.
9800 The kernel may impose restrictions on read or write buffer sizes.
9801 For example, with an ext4 destination file system and a Linux-based kernel,
9802 using @samp{oflag=direct} will cause writes to fail with @code{EINVAL} if the
9803 output buffer size is not a multiple of 512.
9805 @item directory
9806 @opindex directory
9807 @cindex directory I/O
9809 Fail unless the file is a directory.  Most operating systems do not
9810 allow I/O to a directory, so this flag has limited utility.
9812 @item dsync
9813 @opindex dsync
9814 @cindex synchronized data reads
9815 Use synchronized I/O for data.  For the output file, this forces a
9816 physical write of output data on each write.  For the input file,
9817 this flag can matter when reading from a remote file that has been
9818 written to synchronously by some other process.  Metadata (e.g.,
9819 last-access and last-modified time) is not necessarily synchronized.
9821 @item sync
9822 @opindex sync
9823 @cindex synchronized data and metadata I/O
9824 Use synchronized I/O for both data and metadata.
9826 @item nocache
9827 @opindex nocache
9828 @cindex discarding file cache
9829 Request to discard the system data cache for a file.
9830 When count=0 all cached data for the file is specified,
9831 otherwise the cache is dropped for the processed
9832 portion of the file.  Also when count=0,
9833 failure to discard the cache is diagnosed
9834 and reflected in the exit status.
9836 Because data not already persisted to storage is not discarded from the cache,
9837 the @samp{sync} conversions in the following examples maximize the
9838 effectiveness of the @samp{nocache} flag.
9840 Here are some usage examples:
9842 @example
9843 # Advise to drop cache for whole file
9844 dd if=ifile iflag=nocache count=0
9846 # Ensure drop cache for the whole file
9847 dd of=ofile oflag=nocache conv=notrunc,fdatasync count=0
9849 # Advise to drop cache for part of file
9850 # The kernel will consider only complete and
9851 # already persisted pages.
9852 dd if=ifile iflag=nocache skip=10 count=10 of=/dev/null
9854 # Stream data using just the read-ahead cache.
9855 # See also the @samp{direct} flag.
9856 dd if=ifile of=ofile iflag=nocache oflag=nocache,sync
9857 @end example
9859 @item nonblock
9860 @opindex nonblock
9861 @cindex nonblocking I/O
9862 Use non-blocking I/O.
9864 @item noatime
9865 @opindex noatime
9866 @cindex access timestamp
9867 Do not update the file's access timestamp.
9868 @xref{File timestamps}.
9869 Some older file systems silently ignore this flag, so it is a good
9870 idea to test it on your files before relying on it.
9872 @item noctty
9873 @opindex noctty
9874 @cindex controlling terminal
9875 Do not assign the file to be a controlling terminal for @command{dd}.
9876 This has no effect when the file is not a terminal.
9877 On many hosts (e.g., GNU/Linux hosts), this flag has no effect
9878 at all.
9880 @item nofollow
9881 @opindex nofollow
9882 @cindex symbolic links, following
9883 Do not follow symbolic links.
9885 @item nolinks
9886 @opindex nolinks
9887 @cindex hard links
9888 Fail if the file has multiple hard links.
9890 @item binary
9891 @opindex binary
9892 @cindex binary I/O
9893 Use binary I/O@.  This flag has an effect only on nonstandard
9894 platforms that distinguish binary from text I/O.
9896 @item text
9897 @opindex text
9898 @cindex text I/O
9899 Use text I/O@.  Like @samp{binary}, this flag has no effect on
9900 standard platforms.
9902 @item fullblock
9903 @opindex fullblock
9904 Accumulate full blocks from input.  The @code{read} system call
9905 may return early if a full block is not available.
9906 When that happens, continue calling @code{read} to fill the remainder
9907 of the block.
9908 This flag can be used only with @code{iflag}.
9909 This flag is useful with pipes for example
9910 as they may return short reads. In that case,
9911 this flag is needed to ensure that a @samp{count=} argument is
9912 interpreted as a block count rather than a count of read operations.
9914 @end table
9916 These flags are all GNU extensions to POSIX.
9917 They are not supported on all systems, and @samp{dd} rejects
9918 attempts to use them when they are not supported.  When reading from
9919 standard input or writing to standard output, the @samp{nofollow} and
9920 @samp{noctty} flags should not be specified, and the other flags
9921 (e.g., @samp{nonblock}) can affect how other processes behave with the
9922 affected file descriptors, even after @command{dd} exits.
9924 @end table
9926 The behavior of @command{dd} is unspecified if operands other than
9927 @samp{conv=}, @samp{iflag=}, @samp{oflag=}, and @samp{status=} are
9928 specified more than once.
9930 @cindex multipliers after numbers
9931 The numeric-valued strings above (@var{n} and @var{bytes})
9932 are unsigned decimal integers that
9933 can be followed by a multiplier: @samp{b}=512, @samp{c}=1,
9934 @samp{w}=2, @samp{x@var{m}}=@var{m}, or any of the
9935 standard block size suffixes like @samp{k}=1024 (@pxref{Block size}).
9936 These multipliers are GNU extensions to POSIX, except that
9937 POSIX allows @var{bytes} to be followed by @samp{k}, @samp{b}, and
9938 @samp{x@var{m}}. An @samp{x@var{m}} can be used more than once in a number.
9939 Block sizes (i.e., specified by @var{bytes} strings) must be nonzero.
9941 Any block size you specify via @samp{bs=}, @samp{ibs=}, @samp{obs=}, @samp{cbs=}
9942 should not be too large -- values larger than a few megabytes
9943 are generally wasteful or (as in the gigabyte..exabyte case) downright
9944 counterproductive or error-inducing.
9946 To process data with offset or size that is not a multiple of the I/O
9947 block size, you can use a numeric string @var{n} that ends in the
9948 letter @samp{B}.
9949 For example, the following shell commands copy data
9950 in 1 MiB blocks between a flash drive and a tape, but do not save
9951 or restore a 512-byte area at the start of the flash drive:
9953 @example
9954 flash=/dev/sda
9955 tape=/dev/st0
9957 # Copy all but the initial 512 bytes from flash to tape.
9958 dd if=$flash iseek=512B bs=1MiB of=$tape
9960 # Copy from tape back to flash, leaving initial 512 bytes alone.
9961 dd if=$tape bs=1MiB of=$flash oseek=512B
9962 @end example
9964 @cindex ddrescue
9965 @cindex storage devices, failing
9966 For failing storage devices, other tools come with a great variety of extra
9967 functionality to ease the saving of as much data as possible before the
9968 device finally dies, e.g.
9969 @uref{https://www.gnu.org/software/ddrescue/, GNU @command{ddrescue}}.
9970 However, in some cases such a tool is not available or the administrator
9971 feels more comfortable with the handling of @command{dd}.
9972 As a simple rescue method, call @command{dd} as shown in the following
9973 example: the operand @samp{conv=noerror,sync} is used to continue
9974 after read errors and to pad out bad reads with NULs, while
9975 @samp{iflag=fullblock} caters for short reads (which traditionally never
9976 occur on flash or similar devices):
9978 @example
9979 # Rescue data from an (unmounted!) partition of a failing device.
9980 dd conv=noerror,sync iflag=fullblock </dev/sda1 > /mnt/rescue.img
9981 @end example
9983 Sending an @samp{INFO} signal (or @samp{USR1} signal where that is unavailable)
9984 to a running @command{dd} process makes it print I/O statistics to
9985 standard error and then resume copying.   In the example below,
9986 @command{dd} is run in the background to copy 5GB of data.
9987 The @command{kill} command makes it output intermediate I/O statistics,
9988 and when @command{dd} completes normally or is killed by the
9989 @code{SIGINT} signal, it outputs the final statistics.
9991 @example
9992 # Ignore the signal so we never inadvertently terminate the dd child.
9993 # (This is not needed when SIGINFO is available.)
9994 trap '' USR1
9996 # Run dd with the fullblock iflag to avoid short reads
9997 # which can be triggered by reception of signals.
9998 dd iflag=fullblock if=/dev/zero of=/dev/null count=5000000 bs=1000 & pid=$!
10000 # Output stats every second.
10001 while kill -s USR1 $pid 2>/dev/null; do sleep 1; done
10002 @end example
10004 The above script will output in the following format:
10006 @example
10007 3441325+0 records in
10008 3441325+0 records out
10009 3441325000 bytes (3.4 GB, 3.2 GiB) copied, 1.00036 s, 3.4 GB/s
10010 5000000+0 records in
10011 5000000+0 records out
10012 5000000000 bytes (5.0 GB, 4.7 GiB) copied, 1.44433 s, 3.5 GB/s
10013 @end example
10015 The @samp{status=progress} operand periodically updates the last line
10016 of the transfer statistics above.
10018 @vindex POSIXLY_CORRECT
10019 On systems lacking the @samp{INFO} signal @command{dd} responds to the
10020 @samp{USR1} signal instead, unless the @env{POSIXLY_CORRECT}
10021 environment variable is set.
10023 @exitstatus
10026 @node install invocation
10027 @section @command{install}: Copy files and set attributes
10029 @pindex install
10030 @cindex copying files and setting attributes
10032 @command{install} copies files while setting their file mode bits and, if
10033 possible, their owner and group.  Synopses:
10035 @example
10036 install [@var{option}]@dots{} [-T] @var{source} @var{dest}
10037 install [@var{option}]@dots{} @var{source}@dots{} @var{directory}
10038 install [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
10039 install [@var{option}]@dots{} -d @var{directory}@dots{}
10040 @end example
10042 @itemize @bullet
10043 @item
10044 If two file names are given, @command{install} copies the first file to the
10045 second.
10047 @item
10048 If the @option{--target-directory} (@option{-t}) option is given, or
10049 failing that if the last file is a directory and the
10050 @option{--no-target-directory} (@option{-T}) option is not given,
10051 @command{install} copies each @var{source} file to the specified
10052 directory, using the @var{source}s' names.
10054 @item
10055 If the @option{--directory} (@option{-d}) option is given,
10056 @command{install} creates each @var{directory} and any missing parent
10057 directories.  Parent directories are created with mode
10058 @samp{u=rwx,go=rx} (755), regardless of the @option{-m} option or the
10059 current umask.  @xref{Directory Setuid and Setgid}, for how the
10060 set-user-ID and set-group-ID bits of parent directories are inherited.
10061 @end itemize
10063 @cindex Makefiles, installing programs in
10064 @command{install} is similar to @command{cp}, but allows you to control the
10065 attributes of destination files.  It is typically used in Makefiles to
10066 copy programs into their destination directories.  It refuses to copy
10067 files onto themselves.
10069 @cindex extended attributes, xattr
10070 @command{install} never preserves extended attributes (xattr).
10072 The program accepts the following options.  Also see @ref{Common options}.
10074 @table @samp
10076 @optBackup
10078 @item -C
10079 @itemx --compare
10080 @opindex -C
10081 @opindex --compare
10082 Compare content of source and destination files, and if there would be no
10083 change to the destination content, owner, group, permissions, and possibly
10084 SELinux context, then do not modify the destination at all.
10085 This option is best used in conjunction with @option{--user},
10086 @option{--group} and @option{--mode} options, lest @command{install}
10087 incorrectly determines the default attributes that installed files would have
10088 (as it doesn't consider setgid directories and POSIX default ACLs for example).
10089 This could result in redundant copies or attributes that are not reset to the
10090 correct defaults.
10092 @item -c
10093 @opindex -c
10094 Ignored; for compatibility with old Unix versions of @command{install}.
10096 @item -D
10097 @opindex -D
10098 Create any missing parent directories of @var{dest},
10099 then copy @var{source} to @var{dest}.
10100 Explicitly specifying the @option{--target-directory=@var{dir}} will similarly
10101 ensure the presence of that hierarchy before copying @var{source} arguments.
10103 @item -d
10104 @itemx --directory
10105 @opindex -d
10106 @opindex --directory
10107 @cindex directories, creating with given attributes
10108 @cindex parent directories, creating missing
10109 @cindex leading directories, creating missing
10110 Create any missing parent directories, giving them the default
10111 attributes.  Then create each given directory, setting their owner,
10112 group and mode as given on the command line or to the defaults.
10114 @optDebugCopy
10116 @item -g @var{group}
10117 @itemx --group=@var{group}
10118 @opindex -g
10119 @opindex --group
10120 @cindex group ownership of installed files, setting
10121 Set the group ownership of installed files or directories to
10122 @var{group}.  The default is the process's current group.  @var{group}
10123 may be either a group name or a numeric group ID.
10125 @item -m @var{mode}
10126 @itemx --mode=@var{mode}
10127 @opindex -m
10128 @opindex --mode
10129 @cindex permissions of installed files, setting
10130 Set the file mode bits for the installed file or directory to @var{mode},
10131 which can be either an octal number, or a symbolic mode as in
10132 @command{chmod}, with @samp{a=} (no access allowed to anyone) as the
10133 point of departure (@pxref{File permissions}).
10134 The default mode is @samp{u=rwx,go=rx,a-s} -- read, write, and
10135 execute for the owner, read and execute for group and other, and with
10136 set-user-ID and set-group-ID disabled.
10137 This default is not quite the same as @samp{755}, since it disables
10138 instead of preserving set-user-ID and set-group-ID on directories.
10139 @xref{Directory Setuid and Setgid}.
10141 @item -o @var{owner}
10142 @itemx --owner=@var{owner}
10143 @opindex -o
10144 @opindex --owner
10145 @cindex ownership of installed files, setting
10146 @cindex appropriate privileges
10147 @vindex root @r{as default owner}
10148 If @command{install} has appropriate privileges (is run as root), set the
10149 ownership of installed files or directories to @var{owner}.  The default
10150 is @code{root}.  @var{owner} may be either a user name or a numeric user
10153 @item --preserve-context
10154 @opindex --preserve-context
10155 @cindex SELinux
10156 @cindex security context
10157 Preserve the SELinux security context of files and directories.
10158 Failure to preserve the context in all of the files or directories
10159 will result in an exit status of 1.  If SELinux is disabled then
10160 print a warning and ignore the option.
10162 @item -p
10163 @itemx --preserve-timestamps
10164 @opindex -p
10165 @opindex --preserve-timestamps
10166 @cindex timestamps of installed files, preserving
10167 Set the time of last access and the time of last modification of each
10168 installed file to match those of each corresponding original file.
10169 When a file is installed without this option, its last access and
10170 last modification timestamps are both set to the time of installation.
10171 This option is useful if you want to use the last modification timestamps
10172 of installed files to keep track of when they were last built as opposed
10173 to when they were last installed.
10175 @item -s
10176 @itemx --strip
10177 @opindex -s
10178 @opindex --strip
10179 @cindex symbol table information, stripping
10180 @cindex stripping symbol table information
10181 Strip the symbol tables from installed binary executables.
10183 @item --strip-program=@var{program}
10184 @opindex --strip-program
10185 @cindex symbol table information, stripping, program
10186 Program used to strip binaries.
10188 @optBackupSuffix
10190 @optTargetDirectory
10191 Also specifying the @option{-D} option will ensure the directory is present.
10193 @optNoTargetDirectory
10195 @item -v
10196 @itemx --verbose
10197 @opindex -v
10198 @opindex --verbose
10199 Print the name of each file before copying it.
10201 @optContext
10202 This option is mutually exclusive with the @option{--preserve-context} option.
10205 @end table
10207 @exitstatus
10210 @node mv invocation
10211 @section @command{mv}: Move (rename) files
10213 @pindex mv
10215 @command{mv} moves or renames files (or directories).  Synopses:
10217 @example
10218 mv [@var{option}]@dots{} [-T] @var{source} @var{dest}
10219 mv [@var{option}]@dots{} @var{source}@dots{} @var{directory}
10220 mv [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
10221 @end example
10223 @itemize @bullet
10224 @item
10225 If two file names are given, @command{mv} moves the first file to the
10226 second.
10228 @item
10229 If the @option{--target-directory} (@option{-t}) option is given, or
10230 failing that if the last file is a directory and the
10231 @option{--no-target-directory} (@option{-T}) option is not given,
10232 @command{mv} moves each @var{source} file to the specified
10233 directory, using the @var{source}s' names.
10234 @end itemize
10236 To move a file, @command{mv} ordinarily simply renames it.
10237 However, if renaming does not work because the destination's file
10238 system differs, @command{mv} falls back on copying as if by @code{cp -a},
10239 then (assuming the copy succeeded) it removes the original.
10240 If the copy fails, then @command{mv} removes any partially created
10241 copy in the destination.  If you were to copy three directories from
10242 one file system to another and the copy of the first
10243 directory succeeded, but the second didn't, the first would be left on
10244 the destination file system and the second and third would be left on the
10245 original file system.
10247 @cindex extended attributes, xattr
10248 @command{mv} always tries to copy extended attributes (xattr), which may
10249 include SELinux context, ACLs or Capabilities.
10250 Upon failure all but @samp{Operation not supported} warnings are output.
10252 @cindex prompting, and @command{mv}
10253 If a destination file exists but is normally unwritable, standard input
10254 is a terminal, and the @option{-f} or @option{--force} option is not given,
10255 @command{mv} prompts the user for whether to replace the file.  (You might
10256 own the file, or have write permission on its directory.)  If the
10257 response is not affirmative, the file is skipped.
10259 Avoid specifying a source name with a trailing slash,
10260 when it might be a symlink to a directory.
10261 Otherwise, @command{mv} may do something very surprising, since
10262 its behavior depends on the underlying rename system call.
10263 On a system with a modern Linux-based kernel, it fails with
10264 @code{errno=ENOTDIR}@.
10265 However, on other systems (at least FreeBSD 6.1 and Solaris 10) it silently
10266 renames not the symlink but rather the directory referenced by the symlink.
10267 @xref{Trailing slashes}.
10269 The @command{mv} command replaces destination directories only if they
10270 are empty.  Conflicting populated directories are skipped with a diagnostic.
10272 The program accepts the following options.  Also see @ref{Common options}.
10274 @table @samp
10276 @optBackup
10278 @optDebugCopy
10280 @item -f
10281 @itemx --force
10282 @opindex -f
10283 @opindex --force
10284 @cindex prompts, omitting
10285 Do not prompt the user before removing a destination file.
10286 @macro mvOptsIfn
10287 If you specify more than one of the @option{-i}, @option{-f}, @option{-n}
10288 options, only the final one takes effect.
10289 @end macro
10290 @mvOptsIfn
10292 @item -i
10293 @itemx --interactive
10294 @opindex -i
10295 @opindex --interactive
10296 @cindex prompts, forcing
10297 Prompt whether to overwrite each existing destination file, regardless
10298 of its permissions, and fail if the response is not affirmative.
10299 @mvOptsIfn
10301 @item -n
10302 @itemx --no-clobber
10303 @opindex -n
10304 @opindex --no-clobber
10305 @cindex prompts, omitting
10306 Do not overwrite an existing file; silently fail instead.
10307 @mvOptsIfn
10308 This option is mutually exclusive with @option{-b} or @option{--backup} option.
10309 See also the @option{--update=none} option which will
10310 skip existing files but not fail.
10312 @item --no-copy
10313 @opindex --no-copy
10314 @cindex renaming files without copying them
10315 If a file cannot be renamed because the destination file system differs,
10316 fail with a diagnostic instead of copying and then removing the file.
10318 @item --exchange
10319 @opindex --exchange
10320 Exchange source and destination instead of renaming source to destination.
10321 Both files must exist; they need not be the same type.
10322 This exchanges all data and metadata.
10324 This option can be used to replace one directory with another.
10325 When used this way, it should be combined with
10326 @code{--no-target-directory} (@option{-T})
10327 to avoid confusion about the destination location.
10328 For example, you might use @samp{mv -T --exchange @var{d1} @var{d2}}
10329 to exchange two directories @var{d1} and @var{d2}.
10331 Exchanges are atomic if the source and destination are both in a
10332 single file system that supports atomic exchange.
10333 Non-atomic exchanges are not yet supported.
10335 If the source and destination might not be on the same file system,
10336 using @code{--no-copy} will prevent future versions of @command{mv}
10337 from implementing the exchange by copying.
10339 @item -u
10340 @itemx --update
10341 @opindex -u
10342 @opindex --update
10343 @cindex newer files, moving only
10344 Do not move a non-directory that has an existing destination with the
10345 same or newer modification timestamp;
10346 instead, silently skip the file without failing.
10347 If the move is across file system boundaries, the comparison is to the
10348 source timestamp truncated to the resolutions of the destination file
10349 system and of the system calls used to update timestamps; this avoids
10350 duplicate work if several @samp{mv -u} commands are executed with the
10351 same source and destination.
10352 This option is ignored if the @option{-n} or @option{--no-clobber}
10353 option is also specified.
10355 @whichUpdate
10357 @item -v
10358 @itemx --verbose
10359 @opindex -v
10360 @opindex --verbose
10361 Print the name of each file before moving it.
10363 @item --keep-directory-symlink
10364 @opindex --keep-directory-symlink
10365 Follow existing symlinks to directories when copying.
10366 Use this option only when the destination directory's contents are trusted,
10367 as an attacker can place symlinks in the destination
10368 to cause @command{cp} write to arbitrary target directories.
10370 @optStripTrailingSlashes
10372 @optBackupSuffix
10374 @optTargetDirectory
10376 @optNoTargetDirectory
10378 @item -Z
10379 @itemx --context
10380 @opindex -Z
10381 @opindex --context
10382 @cindex SELinux, restoring security context
10383 @cindex security context
10384 This option functions similarly to the @command{restorecon} command,
10385 by adjusting the SELinux security context according
10386 to the system default type for destination files and each created directory.
10388 @end table
10390 @exitstatus
10393 @node rm invocation
10394 @section @command{rm}: Remove files or directories
10396 @pindex rm
10397 @cindex removing files or directories
10399 @command{rm} removes each given @var{file}.  By default, it does not remove
10400 directories.  Synopsis:
10402 @example
10403 rm [@var{option}]@dots{} [@var{file}]@dots{}
10404 @end example
10406 @cindex prompting, and @command{rm}
10407 If the @option{-I} or @option{--interactive=once} option is given,
10408 and there are more than three files or the @option{-r}, @option{-R},
10409 or @option{--recursive} are given, then @command{rm} prompts the user
10410 for whether to proceed with the entire operation.  If the response is
10411 not affirmative, the entire command is aborted.
10413 Otherwise, if a file is unwritable, standard input is a terminal, and
10414 the @option{-f} or @option{--force} option is not given, or the
10415 @option{-i} or @option{--interactive=always} option @emph{is} given,
10416 @command{rm} prompts the user for whether to remove the file.
10417 If the response is not affirmative, the file is skipped.
10419 Any attempt to remove a file whose last file name component is
10420 @file{.} or @file{..} is rejected without any prompting, as mandated
10421 by POSIX.
10423 @emph{Warning}: If you use @command{rm} to remove a file, it is usually
10424 possible to recover the contents of that file.  If you want more assurance
10425 that the contents are unrecoverable, consider using @command{shred}.
10427 The program accepts the following options.  Also see @ref{Common options}.
10429 @table @samp
10431 @item -d
10432 @itemx --dir
10433 @opindex -d
10434 @opindex --dir
10435 @cindex directories, removing
10436 Remove the listed directories if they are empty.
10438 @item -f
10439 @itemx --force
10440 @opindex -f
10441 @opindex --force
10442 Ignore nonexistent files and missing operands, and never prompt the user.
10443 Ignore any previous @option{--interactive} (@option{-i}) option.
10445 @item -i
10446 @opindex -i
10447 Prompt whether to remove each file.
10448 If the response is not affirmative, silently skip the file without failing.
10449 Ignore any previous @option{--force} (@option{-f}) option.
10450 Equivalent to @option{--interactive=always}.
10452 @item -I
10453 @opindex -I
10454 Prompt once whether to proceed with the command, if more than three
10455 files are named or if a recursive removal is requested.  Ignore any
10456 previous @option{--force} (@option{-f}) option.  Equivalent to
10457 @option{--interactive=once}.
10459 @item --interactive [=@var{when}]
10460 @opindex --interactive
10461 Specify when to issue an interactive prompt.  @var{when} may be
10462 omitted, or one of:
10463 @itemize @bullet
10464 @item never
10465 @vindex never @r{interactive option}
10466 - Do not prompt at all.
10467 @item once
10468 @vindex once @r{interactive option}
10469 - Prompt once if more than three files are named or if a recursive
10470 removal is requested.  Equivalent to @option{-I}.
10471 @item always
10472 @vindex always @r{interactive option}
10473 - Prompt for every file being removed.  Equivalent to @option{-i}.
10474 @end itemize
10475 @option{--interactive} with no @var{when} is equivalent to
10476 @option{--interactive=always}.
10478 @item --one-file-system
10479 @opindex --one-file-system
10480 @cindex one file system, restricting @command{rm} to
10481 When removing a hierarchy recursively, do not remove any directory that is on a
10482 file system different from that of the corresponding command line argument.
10483 @cindex bind mount
10484 This option is useful when removing a build ``chroot'' hierarchy,
10485 which normally contains no valuable data.  However, it is not uncommon
10486 to bind-mount @file{/home} into such a hierarchy, to make it easier to
10487 use one's start-up file.  The catch is that it's easy to forget to
10488 unmount @file{/home}.  Then, when you use @command{rm -rf} to remove
10489 your normally throw-away chroot, that command will remove everything
10490 under @file{/home}, too.
10491 Use the @option{--one-file-system} option, and it will
10492 diagnose and skip directories on other file systems.
10493 Of course, this will not save your @file{/home} if it and your
10494 chroot happen to be on the same file system.
10495 See also @option{--preserve-root=all} to protect command line arguments
10496 themselves.
10498 @item --preserve-root [=all]
10499 @opindex --preserve-root
10500 @cindex root directory, disallow recursive destruction
10501 Fail upon any attempt to remove the root directory, @file{/},
10502 when used with the @option{--recursive} option.
10503 This is the default behavior.
10504 @xref{Treating / specially}.
10505 When @samp{all} is specified, reject any command line argument
10506 that is not on the same file system as its parent.
10508 @item --no-preserve-root
10509 @opindex --no-preserve-root
10510 @cindex root directory, allow recursive destruction
10511 Do not treat @file{/} specially when removing recursively.
10512 This option is not recommended unless you really want to
10513 remove all the files on your computer.
10514 @xref{Treating / specially}.
10516 @item -r
10517 @itemx -R
10518 @itemx --recursive
10519 @opindex -r
10520 @opindex -R
10521 @opindex --recursive
10522 @cindex directories, removing (recursively)
10523 Remove the listed directories and their contents recursively.
10525 @item -v
10526 @itemx --verbose
10527 @opindex -v
10528 @opindex --verbose
10529 Print the name of each file before removing it.
10531 @end table
10533 @cindex files beginning with @samp{-}, removing
10534 @cindex @samp{-}, removing files beginning with
10535 One common question is how to remove files whose names begin with a
10536 @samp{-}.  GNU @command{rm}, like every program that uses the @code{getopt}
10537 function to parse its arguments, lets you use the @samp{--} option to
10538 indicate that all following arguments are non-options.  To remove a file
10539 called @file{-f} in the current directory, you could type either:
10541 @example
10542 rm -- -f
10543 @end example
10545 @noindent
10548 @example
10549 rm ./-f
10550 @end example
10552 @opindex - @r{and Unix @command{rm}}
10553 The Unix @command{rm} program's use of a single @samp{-} for this purpose
10554 predates the development of the @code{getopt} standard syntax.
10556 @exitstatus
10559 @node shred invocation
10560 @section @command{shred}: Remove files more securely
10562 @pindex shred
10563 @cindex data, erasing
10564 @cindex erasing data
10566 @command{shred} overwrites devices or files, to help prevent even
10567 extensive forensics from recovering the data.
10569 Ordinarily when you remove a file (@pxref{rm invocation}), its data
10570 and metadata are not actually destroyed.  Only the file's directory
10571 entry is removed, and the file's storage is reclaimed only when no
10572 process has the file open and no other directory entry links to the
10573 file.  And even if file's data and metadata's storage space is freed
10574 for further reuse, there are undelete utilities that will attempt to
10575 reconstruct the file from the data in freed storage, and that can
10576 bring the file back if the storage was not rewritten.
10578 On a busy system with a nearly-full device, space can get reused in a few
10579 seconds.  But there is no way to know for sure.  And although the
10580 undelete utilities and already-existing processes require insider or
10581 superuser access, you may be wary of the superuser,
10582 of processes running on your behalf, or of attackers
10583 that can physically access the storage device.  So if you have sensitive
10584 data, you may want to be sure that recovery is not possible
10585 by plausible attacks like these.
10587 The best way to remove something irretrievably is to destroy the media
10588 it's on with acid, melt it down, or the like.  For cheap removable media
10589 this is often the preferred method.  However, some storage devices
10590 are expensive or are harder to destroy, so the @command{shred} utility tries
10591 to achieve a similar effect non-destructively, by overwriting the file
10592 with non-sensitive data.
10594 The @command{shred} command relies on a @strong{crucial assumption}:
10595 that the file system and hardware overwrite data in place.
10596 Although this is common and is the traditional
10597 way to do things, many modern file system designs do not satisfy this
10598 assumption.  Exceptions include:
10600 @itemize @bullet
10602 @item
10603 Log-structured or journaled file systems, such as ext3/ext4 (in
10604 @code{data=journal} mode), Btrfs, NTFS, ReiserFS, XFS, ZFS, file
10605 systems supplied with AIX and Solaris, etc., when they are configured to
10606 journal data.
10608 @item
10609 File systems that write redundant data and carry on even if some writes
10610 fail, such as RAID-based file systems.
10612 @item
10613 File systems that make snapshots, such as Network Appliance's NFS server.
10615 @item
10616 File systems that cache in temporary locations, such as NFS version 3
10617 clients.
10619 @item
10620 Compressed file systems.
10621 @end itemize
10623 For ext3 and ext4 file systems, @command{shred} is less effective
10624 when the file system is in @code{data=journal}
10625 mode, which journals file data in addition to just metadata.  In both
10626 the @code{data=ordered} (default) and @code{data=writeback} modes,
10627 @command{shred} works as usual.  The ext3/ext4 journaling modes can be changed
10628 by adding the @code{data=something} option to the mount options for a
10629 particular file system in the @file{/etc/fstab} file, as documented in
10630 the @command{mount} man page (@samp{man mount}).  Alternatively, if
10631 you know how large the journal is, you can shred the journal by
10632 shredding enough file data so that the journal cycles around and fills
10633 up with shredded data.
10635 If you are not sure how your file system operates, then you should assume
10636 that it does not overwrite data in place, which means @command{shred} cannot
10637 reliably operate on regular files in your file system.
10639 Generally speaking, it is more reliable to shred a device than a file,
10640 since this bypasses file system design issues mentioned above.
10641 However, devices are also problematic for shredding, for reasons
10642 such as the following:
10644 @itemize @bullet
10646 @item
10647 Solid-state storage devices (SSDs) typically do wear leveling to
10648 prolong service life, and this means writes are distributed to other
10649 blocks by the hardware, so ``overwritten'' data blocks are still
10650 present in the underlying device.
10652 @item
10653 Most storage devices map out bad blocks invisibly to
10654 the application; if the bad blocks contain sensitive data,
10655 @command{shred} won't be able to destroy it.
10657 @item
10658 With some obsolete storage technologies,
10659 it may be possible to take (say) a floppy disk back
10660 to a laboratory and use a lot of sensitive (and expensive) equipment
10661 to look for the faint ``echoes'' of the original data underneath the
10662 overwritten data.  With these older technologies, if the file has been
10663 overwritten only once, it's reputedly not even that hard.  Luckily,
10664 this kind of data recovery has become difficult, and there is no
10665 public evidence that today's higher-density storage devices can be
10666 analyzed in this way.
10668 The @command{shred} command can use many overwrite passes,
10669 with data patterns chosen to
10670 maximize the damage they do to the old data.
10671 By default the patterns are designed for best effect on hard drives using
10672 now-obsolete technology; for newer devices, a single pass should suffice.
10673 For more details, see the source code and Peter Gutmann's paper
10674 @uref{https://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html,
10675 @cite{Secure Deletion of Data from Magnetic and Solid-State Memory}},
10676 from the proceedings of the Sixth USENIX Security Symposium (San Jose,
10677 California, July 22--25, 1996).
10678 @end itemize
10680 @command{shred} makes no attempt to detect or report these problems, just as
10681 it makes no attempt to do anything about backups.  However, since it is
10682 more reliable to shred devices than files, @command{shred} by default does
10683 not deallocate or remove the output file.  This default is more suitable
10684 for devices, which typically cannot be deallocated and should not be
10685 removed.
10687 Finally, consider the risk of backups and mirrors.
10688 File system backups and remote mirrors may contain copies of the
10689 file that cannot be removed, and that will allow a shredded file
10690 to be recovered later.  So if you keep any data you may later want
10691 to destroy using @command{shred}, be sure that it is not backed up or mirrored.
10693 @example
10694 shred [@var{option}]@dots{} @var{file}[@dots{}]
10695 @end example
10697 The program accepts the following options.  Also see @ref{Common options}.
10699 @table @samp
10701 @item -f
10702 @itemx --force
10703 @opindex -f
10704 @opindex --force
10705 @cindex force deletion
10706 Override file permissions if necessary to allow overwriting.
10708 @item -n @var{number}
10709 @itemx --iterations=@var{number}
10710 @opindex -n @var{number}
10711 @opindex --iterations=@var{number}
10712 @cindex iterations, selecting the number of
10713 By default, @command{shred} uses @value{SHRED_DEFAULT_PASSES} passes of
10714 overwrite.  You can reduce this to save time, or increase it if you think it's
10715 appropriate.  After 25 passes all of the internal overwrite patterns will have
10716 been used at least once.
10718 @item --random-source=@var{file}
10719 @opindex --random-source
10720 @cindex random source for shredding
10721 Use @var{file} as a source of random data used to overwrite and to
10722 choose pass ordering.  @xref{Random sources}.
10724 @item -s @var{bytes}
10725 @itemx --size=@var{bytes}
10726 @opindex -s @var{bytes}
10727 @opindex --size=@var{bytes}
10728 @cindex size of file to shred
10729 Shred the first @var{bytes} bytes of the file.  The default is to shred
10730 the whole file.  @var{bytes} can be followed by a size specification like
10731 @samp{K}, @samp{M}, or @samp{G} to specify a multiple.  @xref{Block size}.
10733 @item -u
10734 @itemx --remove[=@var{how}]
10735 @opindex -u
10736 @opindex --remove
10737 @opindex --remove=unlink
10738 @opindex --remove=wipe
10739 @opindex --remove=wipesync
10740 @cindex removing files after shredding
10741 After shredding a file, deallocate it (if possible) and then remove it.
10742 If a file has multiple links, only the named links will be removed.
10743 Often the file name is less sensitive than the file data, in which case
10744 the optional @var{how} parameter, supported with the long form option,
10745 gives control of how to more efficiently remove each directory entry.
10746 The @samp{unlink} parameter will just use a standard unlink call,
10747 @samp{wipe} will also first obfuscate bytes in the name, and
10748 @samp{wipesync} will also sync each obfuscated byte in the name to
10749 the file system.
10750 Although @samp{wipesync} is the default method, it can be expensive,
10751 requiring a sync for every character in every file.  This can become
10752 significant with many files, or is redundant if your file system provides
10753 synchronous metadata updates.
10755 @item -v
10756 @itemx --verbose
10757 @opindex -v
10758 @opindex --verbose
10759 Display to standard error all status updates as sterilization proceeds.
10761 @item -x
10762 @itemx --exact
10763 @opindex -x
10764 @opindex --exact
10765 By default, @command{shred} rounds the size of a regular file up to the next
10766 multiple of the file system block size to fully erase the slack space in
10767 the last block of the file.  This space may contain portions of the current
10768 system memory on some systems for example.
10769 Use @option{--exact} to suppress that behavior.
10770 Thus, by default if you shred a 10-byte regular file on a system with 512-byte
10771 blocks, the resulting file will be 512 bytes long.  With this option,
10772 shred does not increase the apparent size of the file.
10774 @item -z
10775 @itemx --zero
10776 @opindex -z
10777 @opindex --zero
10778 Normally, the last pass that @command{shred} writes is made up of
10779 random data.  If this would be conspicuous on your storage device (for
10780 example, because it looks like encrypted data), or you just think
10781 it's tidier, the @option{--zero} option adds an additional overwrite pass with
10782 all zero bits.  This is in addition to the number of passes specified
10783 by the @option{--iterations} option.
10785 @end table
10787 You might use the following command to erase the file system you
10788 created on a USB flash drive.  This command typically takes several
10789 minutes, depending on the drive's size and write speed.  On modern
10790 storage devices a single pass should be adequate, and will take one
10791 third the time of the default three-pass approach.
10793 @example
10794 shred -v -n 1 /dev/sdd1
10795 @end example
10797 Similarly, to erase all data on a selected partition of
10798 your device, you could give a command like the following.
10800 @example
10801 # 1 pass, write pseudo-random data; 3x faster than the default
10802 shred -v -n1 /dev/sda5
10803 @end example
10805 To be on the safe side, use at least one pass that overwrites using
10806 pseudo-random data.  I.e., don't be tempted to use @samp{-n0 --zero},
10807 in case some device controller optimizes the process of writing blocks
10808 of all zeros, and thereby does not clear all bytes in a block.
10809 Some SSDs may do just that.
10811 A @var{file} of @samp{-} denotes standard output.
10812 The intended use of this is to shred a removed temporary file.
10813 For example:
10815 @example
10816 i=$(mktemp)
10817 exec 3<>"$i"
10818 rm -- "$i"
10819 echo "Hello, world" >&3
10820 shred - >&3
10821 exec 3>&-
10822 @end example
10824 However, the command @samp{shred - >file} does not shred the contents
10825 of @var{file}, since the shell truncates @var{file} before invoking
10826 @command{shred}.  Use the command @samp{shred file} or (if using a
10827 Bourne-compatible shell) the command @samp{shred - 1<>file} instead.
10829 @exitstatus
10832 @node Special file types
10833 @chapter Special file types
10835 @cindex special file types
10836 @cindex file types, special
10838 This chapter describes commands which create special types of files (and
10839 @command{rmdir}, which removes directories, one special file type).
10841 @cindex special file types
10842 @cindex file types
10843 Although Unix-like operating systems have markedly fewer special file
10844 types than others, not @emph{everything} can be treated only as the
10845 undifferentiated byte stream of @dfn{normal files}.  For example, when a
10846 file is created or removed, the system must record this information,
10847 which it does in a @dfn{directory} -- a special type of file.  Although
10848 you can read directories as normal files, if you're curious, in order
10849 for the system to do its job it must impose a structure, a certain
10850 order, on the bytes of the file.  Thus it is a ``special'' type of file.
10852 Besides directories, other special file types include named pipes
10853 (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
10855 @menu
10856 * link invocation::             Make a hard link via the link syscall
10857 * ln invocation::               Make links between files.
10858 * mkdir invocation::            Make directories.
10859 * mkfifo invocation::           Make FIFOs (named pipes).
10860 * mknod invocation::            Make block or character special files.
10861 * readlink invocation::         Print value of a symlink or canonical file name.
10862 * rmdir invocation::            Remove empty directories.
10863 * unlink invocation::           Remove files via the unlink syscall
10864 @end menu
10867 @node link invocation
10868 @section @command{link}: Make a hard link via the link syscall
10870 @pindex link
10871 @cindex links, creating
10872 @cindex hard links, creating
10873 @cindex creating links (hard only)
10875 @command{link} creates a single hard link at a time.
10876 It is a minimalist interface to the system-provided
10877 @code{link} function.  @xref{Hard Links, , , libc,
10878 The GNU C Library Reference Manual}.
10879 It avoids the bells and whistles of the more commonly-used
10880 @command{ln} command (@pxref{ln invocation}).
10881 Synopsis:
10883 @example
10884 link @var{filename} @var{linkname}
10885 @end example
10887 @var{filename} must specify an existing file, and @var{linkname}
10888 must specify a nonexistent entry in an existing directory.
10889 @command{link} simply calls @code{link (@var{filename}, @var{linkname})}
10890 to create the link.
10892 On a GNU system, this command acts like @samp{ln --directory
10893 --no-target-directory @var{filename} @var{linkname}}.  However, the
10894 @option{--directory} and @option{--no-target-directory} options are
10895 not specified by POSIX, and the @command{link} command is
10896 more portable in practice.
10898 If @var{filename} is a symbolic link, it is unspecified whether
10899 @var{linkname} will be a hard link to the symbolic link or to the
10900 target of the symbolic link.  Use @command{ln -P} or @command{ln -L}
10901 to specify which behavior is desired.
10903 @exitstatus
10906 @node ln invocation
10907 @section @command{ln}: Make links between files
10909 @pindex ln
10910 @cindex links, creating
10911 @cindex hard links, creating
10912 @cindex symbolic (soft) links, creating
10913 @cindex creating links (hard or soft)
10915 @cindex file systems and hard links
10916 @command{ln} makes links between files.  By default, it makes hard links;
10917 with the @option{-s} option, it makes symbolic (or @dfn{soft}) links.
10918 Synopses:
10920 @example
10921 ln [@var{option}]@dots{} [-T] @var{target} @var{linkname}
10922 ln [@var{option}]@dots{} @var{target}
10923 ln [@var{option}]@dots{} @var{target}@dots{} @var{directory}
10924 ln [@var{option}]@dots{} -t @var{directory} @var{target}@dots{}
10925 @end example
10927 @itemize @bullet
10929 @item
10930 If two file names are given, @command{ln} creates a link to the first
10931 file from the second.
10933 @item
10934 If one @var{target} is given, @command{ln} creates a link to that file
10935 in the current directory.
10937 @item
10938 If the @option{--target-directory} (@option{-t}) option is given, or
10939 failing that if the last file is a directory and the
10940 @option{--no-target-directory} (@option{-T}) option is not given,
10941 @command{ln} creates a link to each @var{target} file in the specified
10942 directory, using the @var{target}s' names.
10944 @end itemize
10946 Normally @command{ln} does not replace existing files.  Use the
10947 @option{--force} (@option{-f}) option to replace them unconditionally,
10948 the @option{--interactive} (@option{-i}) option to replace them
10949 conditionally, and the @option{--backup} (@option{-b}) option to
10950 rename them.  Unless the @option{--backup} (@option{-b}) option is
10951 used there is no brief moment when the destination does not exist;
10952 this is an extension to POSIX.
10954 @cindex hard link, defined
10955 @cindex inode, and hard links
10956 A @dfn{hard link} is another name for an existing file; the link and the
10957 original are indistinguishable.  Technically speaking, they share the
10958 same inode, and the inode contains all the information about a
10959 file -- indeed, it is not incorrect to say that the inode @emph{is} the
10960 file.  Most systems prohibit making a hard link to
10961 a directory; on those where it is allowed, only the super-user can do
10962 so (and with caution, since creating a cycle will cause problems to many
10963 other utilities).  Hard links cannot cross file system boundaries.  (These
10964 restrictions are not mandated by POSIX, however.)
10966 @cindex dereferencing symbolic links
10967 @cindex symbolic link, defined
10968 @dfn{Symbolic links} (@dfn{symlinks} for short), on the other hand, are
10969 a special file type (which not all kernels support: System V release 3
10970 (and older) systems lack symlinks) in which the link file actually
10971 refers to a different file, by name.  When most operations (opening,
10972 reading, writing, and so on) are passed the symbolic link file, the
10973 kernel automatically @dfn{dereferences} the link and operates on the
10974 target of the link.  But some operations (e.g., removing) work on the
10975 link file itself, rather than on its target.  The owner and group of a
10976 symlink are not significant to file access performed through
10977 the link, but do have implications on deleting a symbolic link from a
10978 directory with the restricted deletion bit set.  On the GNU system,
10979 the mode of a symlink has no significance and cannot be changed, but
10980 on some BSD systems, the mode can be changed and will affect whether
10981 the symlink will be traversed in file name resolution.  @xref{Symbolic Links,,,
10982 libc, The GNU C Library Reference Manual}.
10984 Symbolic links can contain arbitrary strings; a @dfn{dangling symlink}
10985 occurs when the string in the symlink does not resolve to a file.
10986 There are no restrictions against creating dangling symbolic links.
10987 There are trade-offs to using absolute or relative symlinks.  An
10988 absolute symlink always points to the same file, even if the directory
10989 containing the link is moved.  However, if the symlink is visible from
10990 more than one machine (such as on a networked file system), the file
10991 pointed to might not always be the same.  A relative symbolic link is
10992 resolved in relation to the directory that contains the link, and is
10993 often useful in referring to files on the same device without regards
10994 to what name that device is mounted on when accessed via networked
10995 machines.
10997 When creating a relative symlink in a different location than the
10998 current directory, the resolution of the symlink will be different
10999 than the resolution of the same string from the current directory.
11000 Therefore, many users prefer to first change directories to the
11001 location where the relative symlink will be created, so that
11002 tab-completion or other file resolution will find the same target as
11003 what will be placed in the symlink.
11005 The program accepts the following options.  Also see @ref{Common options}.
11007 @table @samp
11009 @optBackup
11011 @item -d
11012 @itemx -F
11013 @itemx --directory
11014 @opindex -d
11015 @opindex -F
11016 @opindex --directory
11017 @cindex hard links to directories
11018 Allow users with appropriate privileges to attempt to make hard links
11019 to directories.
11020 However, this will probably fail due to
11021 system restrictions, even for the super-user.
11023 @item -f
11024 @itemx --force
11025 @opindex -f
11026 @opindex --force
11027 Remove existing destination files.
11029 @item -i
11030 @itemx --interactive
11031 @opindex -i
11032 @opindex --interactive
11033 @cindex prompting, and @command{ln}
11034 Prompt whether to remove existing destination files,
11035 and fail if the response is not affirmative.
11037 @item -L
11038 @itemx --logical
11039 @opindex -L
11040 @opindex --logical
11041 If @option{-s} is not in effect, and the source file is a symbolic
11042 link, create the hard link to the file referred to by the symbolic
11043 link, rather than the symbolic link itself.
11045 @item -n
11046 @itemx --no-dereference
11047 @opindex -n
11048 @opindex --no-dereference
11049 Do not treat the last operand specially when it is a symbolic link to
11050 a directory.  Instead, treat it as if it were a normal file.
11052 When the destination is an actual directory (not a symlink to one),
11053 there is no ambiguity.  The link is created in that directory.
11054 But when the specified destination is a symlink to a directory,
11055 there are two ways to treat the user's request.  @command{ln} can
11056 treat the destination just as it would a normal directory and create
11057 the link in it.  On the other hand, the destination can be viewed as a
11058 non-directory -- as the symlink itself.  In that case, @command{ln}
11059 must delete or backup that symlink before creating the new link.
11060 The default is to treat a destination that is a symlink to a directory
11061 just like a directory.
11063 This option is weaker than the @option{--no-target-directory}
11064 (@option{-T}) option, so it has no effect if both options are given.
11066 @item -P
11067 @itemx --physical
11068 @opindex -P
11069 @opindex --physical
11070 If @option{-s} is not in effect, and the source file is a symbolic
11071 link, create the hard link to the symbolic link itself.  On platforms
11072 where this is not supported by the kernel, this option creates a
11073 symbolic link with identical contents; since symbolic link contents
11074 cannot be edited, any file name resolution performed through either
11075 link will be the same as if a hard link had been created.
11077 @item -r
11078 @itemx --relative
11079 @opindex -r
11080 @opindex --relative
11081 Make symbolic links relative to the link location.
11082 This option is only valid with the @option{--symbolic} option.
11084 Example:
11086 @example
11087 ln -srv /a/file /tmp
11088 '/tmp/file' -> '../a/file'
11089 @end example
11091 Relative symbolic links are generated based on their canonicalized
11092 containing directory, and canonicalized targets.  I.e., all symbolic
11093 links in these file names will be resolved.
11094 @xref{realpath invocation}, which gives greater control
11095 over relative file name generation, as demonstrated in the following example:
11097 @example
11098 @verbatim
11099 ln--relative() {
11100   test "$1" = --no-symlinks && { nosym=$1; shift; }
11101   target="$1";
11102   test -d "$2" && link="$2/." || link="$2"
11103   rtarget="$(realpath $nosym -m "$target" \
11104               --relative-to "$(dirname "$link")")"
11105   ln -s -v "$rtarget" "$link"
11107 @end verbatim
11108 @end example
11110 @item -s
11111 @itemx --symbolic
11112 @opindex -s
11113 @opindex --symbolic
11114 Make symbolic links instead of hard links.  This option merely produces
11115 an error message on systems that do not support symbolic links.
11117 @optBackupSuffix
11119 @optTargetDirectory
11121 @optNoTargetDirectory
11123 @item -v
11124 @itemx --verbose
11125 @opindex -v
11126 @opindex --verbose
11127 Print the name of each file after linking it successfully.
11129 @end table
11131 @cindex hard links to symbolic links
11132 @cindex symbolic links and @command{ln}
11133 If @option{-L} and @option{-P} are both given, the last one takes
11134 precedence.  If @option{-s} is also given, @option{-L} and @option{-P}
11135 are silently ignored.  If neither option is given, then this
11136 implementation defaults to @option{-P} if the system @code{link} supports
11137 hard links to symbolic links (such as the GNU system), and @option{-L}
11138 if @code{link} follows symbolic links (such as on BSD).
11140 @exitstatus
11142 Examples:
11144 @example
11145 Bad Example:
11147 # Create link ../a pointing to a in that directory.
11148 # Not really useful because it points to itself.
11149 ln -s a ..
11151 Better Example:
11153 # Change to the target before creating symlinks to avoid being confused.
11154 cd ..
11155 ln -s adir/a .
11157 Bad Example:
11159 # Hard coded file names don't move well.
11160 ln -s $(pwd)/a /some/dir/
11162 Better Example:
11164 # Relative file names survive directory moves and also
11165 # work across networked file systems.
11166 ln -s afile anotherfile
11167 ln -s ../adir/afile yetanotherfile
11168 @end example
11171 @node mkdir invocation
11172 @section @command{mkdir}: Make directories
11174 @pindex mkdir
11175 @cindex directories, creating
11176 @cindex creating directories
11178 @command{mkdir} creates directories with the specified names.  Synopsis:
11180 @example
11181 mkdir [@var{option}]@dots{} @var{name}@dots{}
11182 @end example
11184 @command{mkdir} creates each directory @var{name} in the order given.
11185 It reports an error if @var{name} already exists, unless the
11186 @option{-p} option is given and @var{name} is a directory.
11188 The program accepts the following options.  Also see @ref{Common options}.
11190 @table @samp
11192 @item -m @var{mode}
11193 @itemx --mode=@var{mode}
11194 @opindex -m
11195 @opindex --mode
11196 @cindex modes of created directories, setting
11197 Set the file permission bits of created directories to @var{mode},
11198 which uses the same syntax as
11199 in @command{chmod} and uses @samp{a=rwx} (read, write and execute allowed for
11200 everyone) for the point of the departure.  @xref{File permissions}.
11201 This option affects only directories given on the command line;
11202 it does not affect any parents that may be created via the @option{-p} option.
11204 Normally the directory has the desired file mode bits at the moment it
11205 is created.  As a GNU extension, @var{mode} may also mention
11206 special mode bits, but in this case there may be a temporary window
11207 during which the directory exists but its special mode bits are
11208 incorrect.  @xref{Directory Setuid and Setgid}, for how the
11209 set-user-ID and set-group-ID bits of directories are inherited unless
11210 overridden in this way.
11212 @item -p
11213 @itemx --parents
11214 @opindex -p
11215 @opindex --parents
11216 @cindex parent directories, creating
11217 Make any missing parent directories for each argument, setting their
11218 file permission bits to @samp{=rwx,u+wx},
11219 that is, with the umask modified by @samp{u+wx}.  Ignore
11220 existing parent directories, and do not change their file permission
11221 bits.
11223 If the @option{-m} option is also given, it does not affect
11224 file permission bits of any newly-created parent directories.
11225 To control these bits, set the
11226 umask before invoking @command{mkdir}.  For example, if the shell
11227 command @samp{(umask u=rwx,go=rx; mkdir -p P/Q)} creates the parent
11228 @file{P} it sets the parent's file permission bits to @samp{u=rwx,go=rx}.
11229 (The umask must include @samp{u=wx} for this method to work.)
11230 To set a parent's special mode bits as well, you can invoke
11231 @command{chmod} after @command{mkdir}.  @xref{Directory Setuid and
11232 Setgid}, for how the set-user-ID and set-group-ID bits of
11233 newly-created parent directories are inherited.
11235 @item -v
11236 @itemx --verbose
11237 @opindex -v
11238 @opindex --verbose
11239 Print a message for each created directory.  This is most useful with
11240 @option{--parents}.
11242 @optContext
11244 @end table
11246 @exitstatus
11249 @node mkfifo invocation
11250 @section @command{mkfifo}: Make FIFOs (named pipes)
11252 @pindex mkfifo
11253 @cindex FIFOs, creating
11254 @cindex named pipes, creating
11255 @cindex creating FIFOs (named pipes)
11257 @command{mkfifo} creates FIFOs (also called @dfn{named pipes}) with the
11258 specified names.  Synopsis:
11260 @example
11261 mkfifo [@var{option}] @var{name}@dots{}
11262 @end example
11264 A @dfn{FIFO} is a special file type that permits independent processes
11265 to communicate.  One process opens the FIFO file for writing, and
11266 another for reading, after which data can flow as with the usual
11267 anonymous pipe in shells or elsewhere.
11269 The program accepts the following options.  Also see @ref{Common options}.
11271 @table @samp
11273 @item -m @var{mode}
11274 @itemx --mode=@var{mode}
11275 @opindex -m
11276 @opindex --mode
11277 @cindex modes of created FIFOs, setting
11278 Set the mode of created FIFOs to @var{mode}, which is symbolic as in
11279 @command{chmod} and uses @samp{a=rw} (read and write allowed for everyone)
11280 for the point of departure.  @var{mode} should specify only file
11281 permission bits.  @xref{File permissions}.
11283 @optContext
11285 @end table
11287 @exitstatus
11290 @node mknod invocation
11291 @section @command{mknod}: Make block or character special files
11293 @pindex mknod
11294 @cindex block special files, creating
11295 @cindex character special files, creating
11297 @command{mknod} creates a FIFO, character special file, or block special
11298 file with the specified name.  Synopsis:
11300 @example
11301 mknod [@var{option}]@dots{} @var{name} @var{type} [@var{major} @var{minor}]
11302 @end example
11304 @cindex special files
11305 @cindex block special files
11306 @cindex character special files
11307 Unlike the phrase ``special file type'' above, the term @dfn{special
11308 file} has a technical meaning on Unix: something that can generate or
11309 receive data.  Usually this corresponds to a physical piece of hardware,
11310 e.g., a printer or a flash drive.  (These files are typically created at
11311 system-configuration time.)  The @command{mknod} command is what creates
11312 files of this type.  Such devices can be read either a character at a
11313 time or a ``block'' (many characters) at a time, hence we say there are
11314 @dfn{block special} files and @dfn{character special} files.
11316 @c mknod is a shell built-in at least with OpenBSD's /bin/sh
11317 @mayConflictWithShellBuiltIn{mknod}
11319 The arguments after @var{name} specify the type of file to make:
11321 @table @samp
11323 @item p
11324 @opindex p @r{for FIFO file}
11325 for a FIFO
11327 @item b
11328 @opindex b @r{for block special file}
11329 for a block special file
11331 @item c
11332 @c Don't document the 'u' option -- it's just a synonym for 'c'.
11333 @c Do *any* versions of mknod still use it?
11334 @c @itemx u
11335 @opindex c @r{for character special file}
11336 @c @opindex u @r{for character special file}
11337 for a character special file
11339 @end table
11341 When making a block or character special file, the major and minor
11342 device numbers must be given after the file type.
11343 If a major or minor device number begins with @samp{0x} or @samp{0X},
11344 it is interpreted as hexadecimal; otherwise, if it begins with @samp{0},
11345 as octal; otherwise, as decimal.
11347 The program accepts the following options.  Also see @ref{Common options}.
11349 @table @samp
11351 @item -m @var{mode}
11352 @itemx --mode=@var{mode}
11353 @opindex -m
11354 @opindex --mode
11355 Set the mode of created files to @var{mode}, which is symbolic as in
11356 @command{chmod} and uses @samp{a=rw} as the point of departure.
11357 @var{mode} should specify only file permission bits.
11358 @xref{File permissions}.
11360 @optContext
11362 @end table
11364 @exitstatus
11367 @node readlink invocation
11368 @section @command{readlink}: Print value of a symlink or canonical file name
11370 @pindex readlink
11371 @cindex displaying value of a symbolic link
11372 @cindex canonical file name
11373 @cindex canonicalize a file name
11374 @cindex realpath
11376 @command{readlink} may work in one of two supported modes:
11378 @table @samp
11380 @item Readlink mode
11382 @command{readlink} outputs the value of the given symbolic links.
11383 If @command{readlink} is invoked with an argument other than the name
11384 of a symbolic link, it produces no output and exits with a nonzero exit code.
11386 @item Canonicalize mode
11388 @command{readlink} outputs the absolute name of the given files which contain
11389 no @file{.}, @file{..} components nor any repeated separators
11390 (@file{/}) or symbolic links.  The @command{realpath} command is the
11391 preferred command to use for canonicalization.  @xref{realpath invocation}.
11393 @end table
11395 @example
11396 readlink [@var{option}]@dots{} @var{file}@dots{}
11397 @end example
11399 By default, @command{readlink} operates in readlink mode.
11401 The program accepts the following options.  Also see @ref{Common options}.
11403 @table @samp
11405 @item -f
11406 @itemx --canonicalize
11407 @opindex -f
11408 @opindex --canonicalize
11409 Activate canonicalize mode.
11410 If any component of the file name except the last one is missing or unavailable,
11411 @command{readlink} produces no output and exits with a nonzero exit
11412 code.  A trailing slash is ignored.
11414 @item -e
11415 @itemx --canonicalize-existing
11416 @opindex -e
11417 @opindex --canonicalize-existing
11418 Activate canonicalize mode.
11419 If any component is missing or unavailable, @command{readlink} produces
11420 no output and exits with a nonzero exit code.  A trailing slash
11421 requires that the name resolve to a directory.
11423 @item -m
11424 @itemx --canonicalize-missing
11425 @opindex -m
11426 @opindex --canonicalize-missing
11427 Activate canonicalize mode.
11428 If any component is missing or unavailable, @command{readlink} treats it
11429 as a directory.
11431 @item -n
11432 @itemx --no-newline
11433 @opindex -n
11434 @opindex --no-newline
11435 Do not print the output delimiter, when a single @var{file} is specified.
11436 Print a warning if specified along with multiple @var{file}s.
11438 @item -s
11439 @itemx -q
11440 @itemx --silent
11441 @itemx --quiet
11442 @opindex -s
11443 @opindex -q
11444 @opindex --silent
11445 @opindex --quiet
11446 Suppress most error messages.  On by default.
11448 @item -v
11449 @itemx --verbose
11450 @opindex -v
11451 @opindex --verbose
11452 Report error messages.
11454 @optZero
11456 @end table
11458 The @command{readlink} utility first appeared in OpenBSD 2.1.
11460 The @command{realpath} command without options, operates like
11461 @command{readlink} in canonicalize mode.
11463 @exitstatus
11466 @node rmdir invocation
11467 @section @command{rmdir}: Remove empty directories
11469 @pindex rmdir
11470 @cindex removing empty directories
11471 @cindex directories, removing empty
11473 @command{rmdir} removes empty directories.  Synopsis:
11475 @example
11476 rmdir [@var{option}]@dots{} @var{directory}@dots{}
11477 @end example
11479 If any @var{directory} argument does not refer to an existing empty
11480 directory, it is an error.
11482 The program accepts the following options.  Also see @ref{Common options}.
11484 @table @samp
11486 @item --ignore-fail-on-non-empty
11487 @opindex --ignore-fail-on-non-empty
11488 @cindex directory deletion, ignoring failures
11489 Ignore each failure to remove a directory that is non-empty.
11491 @item -p
11492 @itemx --parents
11493 @opindex -p
11494 @opindex --parents
11495 @cindex parent directories, removing
11496 Remove @var{directory}, then try to remove each component of @var{directory}.
11497 So, for example, @samp{rmdir -p a/b/c} is similar to @samp{rmdir a/b/c a/b a}.
11498 As such, it fails if any of those directories turns out not to be empty.
11499 Use the @option{--ignore-fail-on-non-empty} option to make it so such
11500 a failure does not evoke a diagnostic and does not cause @command{rmdir} to
11501 exit unsuccessfully.
11503 @item -v
11504 @itemx --verbose
11505 @opindex -v
11506 @opindex --verbose
11507 @cindex directory deletion, reporting
11508 Give a diagnostic for each successful removal.
11509 @var{directory} is removed.
11511 @end table
11513 @xref{rm invocation}, for how to remove non-empty directories recursively.
11515 To remove all empty directories under @var{dirname}, including
11516 directories that become empty because other directories are removed,
11517 you can use either of the following commands:
11519 @example
11520 # This uses GNU extensions.
11521 find @var{dirname} -type d -empty -delete
11523 # This runs on any POSIX platform.
11524 find @var{dirname} -depth -type d -exec rmdir @{@} +
11525 @end example
11527 @exitstatus
11530 @node unlink invocation
11531 @section @command{unlink}: Remove files via the unlink syscall
11533 @pindex unlink
11534 @cindex removing files or directories (via the unlink syscall)
11536 @command{unlink} deletes a single specified file name.
11537 It is a minimalist interface to the system-provided
11538 @code{unlink} function.  @xref{Deleting Files, , , libc,
11539 The GNU C Library Reference Manual}.  Synopsis:
11540 It avoids the bells and whistles of the more commonly-used
11541 @command{rm} command (@pxref{rm invocation}).
11543 @example
11544 unlink @var{filename}
11545 @end example
11547 On some systems @code{unlink} can be used to delete the name of a
11548 directory.  On others, it can be used that way only by a privileged user.
11549 In the GNU system @code{unlink} can never delete the name of a directory.
11551 The @command{unlink} command honors the @option{--help} and
11552 @option{--version} options.  To remove a file whose name begins with
11553 @samp{-}, prefix the name with @samp{./}, e.g., @samp{unlink ./--help}.
11555 @exitstatus
11558 @node Changing file attributes
11559 @chapter Changing file attributes
11561 @cindex changing file attributes
11562 @cindex file attributes, changing
11563 @cindex attributes, file
11565 A file is not merely its contents, a name, and a file type
11566 (@pxref{Special file types}).  A file also has an owner (a user ID), a
11567 group (a group ID), permissions (what the owner can do with the file,
11568 what people in the group can do, and what everyone else can do), various
11569 timestamps, and other information.  Collectively, we call these a file's
11570 @dfn{attributes}.
11572 These commands change file attributes.
11574 @menu
11575 * chown invocation::            Change file owners and groups.
11576 * chgrp invocation::            Change file groups.
11577 * chmod invocation::            Change access permissions.
11578 * touch invocation::            Change file timestamps.
11579 @end menu
11582 @node chown invocation
11583 @section @command{chown}: Change file owner and group
11585 @pindex chown
11586 @cindex file ownership, changing
11587 @cindex group ownership, changing
11588 @cindex changing file ownership
11589 @cindex changing group ownership
11591 @command{chown} changes the user and/or group ownership of each given @var{file}
11592 to @var{new-owner} or to the user and group of an existing reference file.
11593 Synopsis:
11595 @example
11596 chown [@var{option}]@dots{} @{@var{new-owner} | --reference=@var{ref_file}@}@c
11597  @var{file}@dots{}
11598 @end example
11600 If used, @var{new-owner} specifies the new owner and/or group as follows
11601 (with no embedded white space):
11603 @example
11604 [@var{owner}] [ : [@var{group}] ]
11605 @end example
11607 Specifically:
11609 @table @var
11610 @item owner
11611 If only an @var{owner} (a user name or numeric user ID) is given, that
11612 user is made the owner of each given file, and the files' group is not
11613 changed.
11615 @item owner@samp{:}group
11616 If the @var{owner} is followed by a colon and a @var{group} (a
11617 group name or numeric group ID), with no spaces between them, the group
11618 ownership of the files is changed as well (to @var{group}).
11620 @item owner@samp{:}
11621 If a colon but no group name follows @var{owner}, that user is
11622 made the owner of the files and the group of the files is changed to
11623 @var{owner}'s login group.
11625 @item @samp{:}group
11626 If the colon and following @var{group} are given, but the owner
11627 is omitted, only the group of the files is changed; in this case,
11628 @command{chown} performs the same function as @command{chgrp}.
11630 @item @samp{:}
11631 If only a colon is given, or if @var{new-owner} is empty, neither the
11632 owner nor the group is changed.
11634 @end table
11636 If @var{owner} or @var{group} is intended to represent a numeric user
11637 or group ID, then you may specify it with a leading @samp{+}.
11638 @xref{Disambiguating names and IDs}.
11640 Some older scripts may still use @samp{.} in place of the @samp{:} separator.
11641 POSIX 1003.1-2001 (@pxref{Standards conformance}) does not
11642 require support for that, but for backward compatibility GNU
11643 @command{chown} supports @samp{.} so long as no ambiguity results,
11644 although it issues a warning and support may be removed in future versions.
11645 New scripts should avoid the use of @samp{.} because it is not
11646 portable, and because it has undesirable results if the entire
11647 @var{owner@samp{.}group} happens to identify a user whose name
11648 contains @samp{.}.
11650 @macro chownGroupRestrictions
11651 It is system dependent whether a user can change the group to an arbitrary one,
11652 or the more portable behavior of being restricted to setting a group of
11653 which the user is a member.
11654 @end macro
11655 @chownGroupRestrictions
11657 The @command{chown} command sometimes clears the set-user-ID or
11658 set-group-ID permission bits.  This behavior depends on the policy and
11659 functionality of the underlying @code{chown} system call, which may
11660 make system-dependent file mode modifications outside the control of
11661 the @command{chown} command.  For example, the @command{chown} command
11662 might not affect those bits when invoked by a user with appropriate
11663 privileges, or when the
11664 bits signify some function other than executable permission (e.g.,
11665 mandatory locking).
11666 When in doubt, check the underlying system behavior.
11668 The program accepts the following options.  Also see @ref{Common options}.
11670 @table @samp
11672 @item -c
11673 @itemx --changes
11674 @opindex -c
11675 @opindex --changes
11676 @cindex changed owners, verbosely describing
11677 Verbosely describe the action for each @var{file} whose ownership
11678 actually changes.
11680 @item -f
11681 @itemx --silent
11682 @itemx --quiet
11683 @opindex -f
11684 @opindex --silent
11685 @opindex --quiet
11686 @cindex error messages, omitting
11687 Do not print error messages about files whose ownership cannot be
11688 changed.
11690 @macro chownFromOption{cmd}
11691 @item --from=@var{old-owner}
11692 @opindex --from
11693 @cindex symbolic links, changing owner
11694 Change a @var{file}'s ownership only if it has current attributes specified
11695 by @var{old-owner}.  @var{old-owner} has the same form as @var{new-owner}
11696 described above.
11697 This option is useful primarily from a security standpoint in that
11698 it narrows considerably the window of potential abuse.
11699 For example, to reflect a user ID numbering change for one user's files
11700 without an option like this, @code{root} might run
11702 @example
11703 find / -owner OLDUSER -print0 | xargs -0 \cmd\ -h NEWUSER
11704 @end example
11706 But that is dangerous because the interval between when the @command{find}
11707 tests the existing file's owner and when the @command{\cmd\} is actually run
11708 may be quite large.
11709 One way to narrow the gap would be to invoke \cmd\ for each file
11710 as it is found:
11712 @example
11713 find / -owner OLDUSER -exec \cmd\ -h NEWUSER @{@} \\;
11714 @end example
11716 But that is very slow if there are many affected files.
11717 With this option, it is safer (the gap is narrower still)
11718 though still not perfect:
11720 @example
11721 \cmd\ -h -R --from=OLDUSER NEWUSER /
11722 @end example
11723 @end macro
11724 @chownFromOption{chown}
11726 @macro symlinkRefOpts
11727 @item --dereference
11728 @opindex --dereference
11729 @cindex symbolic links, changing owner, group
11730 @findex lchown
11731 Do not act on symbolic links themselves but rather on what they point to.
11732 This is the default when not operating recursively.
11733 @warnOptDerefWithRec
11735 @item -h
11736 @itemx --no-dereference
11737 @opindex -h
11738 @opindex --no-dereference
11739 @cindex symbolic links, changing owner
11740 @findex lchown
11741 Act on symbolic links themselves instead of what they point to.
11742 This mode relies on the @code{lchown} system call.
11743 On systems that do not provide the @code{lchown} system call,
11744 no diagnostic is issued, but see @option{--verbose}.
11745 @end macro
11746 @symlinkRefOpts
11748 @item --preserve-root
11749 @opindex --preserve-root
11750 @cindex root directory, disallow recursive modification
11751 Fail upon any attempt to recursively change the root directory, @file{/}.
11752 Without @option{--recursive}, this option has no effect.
11753 @xref{Treating / specially}.
11755 @item --no-preserve-root
11756 @opindex --no-preserve-root
11757 @cindex root directory, allow recursive modification
11758 Cancel the effect of any preceding @option{--preserve-root} option.
11759 @xref{Treating / specially}.
11761 @item --reference=@var{ref_file}
11762 @opindex --reference
11763 Change the user and group of each @var{file} to be the same as those of
11764 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11765 user and group of the symbolic link, but rather those of the file it
11766 refers to.
11768 @item -v
11769 @itemx --verbose
11770 @opindex -v
11771 @opindex --verbose
11772 Output a diagnostic for every file processed.
11773 If a symbolic link is encountered during a recursive traversal
11774 on a system without the @code{lchown} system call, and @option{--no-dereference}
11775 is in effect, then issue a diagnostic saying neither the symbolic link nor
11776 its referent is being changed.
11778 @item -R
11779 @itemx --recursive
11780 @opindex -R
11781 @opindex --recursive
11782 @cindex recursively changing file ownership
11783 Recursively change ownership of directories and their contents.
11785 @choptH
11786 @xref{Traversing symlinks}.
11788 @choptL
11789 @warnOptDerefWithRec
11790 @xref{Traversing symlinks}.
11792 @choptP
11793 @choptDefault
11794 @xref{Traversing symlinks}.
11796 @end table
11798 @exitstatus
11800 Examples:
11802 @example
11803 # Change the owner of /u to "root".
11804 chown root /u
11806 # Likewise, but also change its group to "staff".
11807 chown root:staff /u
11809 # Change the owner of /u and subfiles to "root".
11810 chown -hR root /u
11811 @end example
11814 @node chgrp invocation
11815 @section @command{chgrp}: Change group ownership
11817 @pindex chgrp
11818 @cindex group ownership, changing
11819 @cindex changing group ownership
11821 @command{chgrp} changes the group ownership of each given @var{file}
11822 to @var{group} (which can be either a group name or a numeric group ID)
11823 or to the group of an existing reference file.  @xref{chown invocation}.
11824 Synopsis:
11826 @example
11827 chgrp [@var{option}]@dots{} @{@var{group} | --reference=@var{ref_file}@}@c
11828  @var{file}@dots{}
11829 @end example
11831 If @var{group} is intended to represent a
11832 numeric group ID, then you may specify it with a leading @samp{+}.
11833 @xref{Disambiguating names and IDs}.
11835 @chownGroupRestrictions
11837 The program accepts the following options.  Also see @ref{Common options}.
11839 @table @samp
11841 @item -c
11842 @itemx --changes
11843 @opindex -c
11844 @opindex --changes
11845 @cindex changed files, verbosely describing
11846 Verbosely describe the action for each @var{file} whose group actually
11847 changes.
11849 @item -f
11850 @itemx --silent
11851 @itemx --quiet
11852 @opindex -f
11853 @opindex --silent
11854 @opindex --quiet
11855 @cindex error messages, omitting
11856 Do not print error messages about files whose group cannot be
11857 changed.
11859 @chownFromOption{chgrp}
11861 @symlinkRefOpts
11863 @item --preserve-root
11864 @opindex --preserve-root
11865 @cindex root directory, disallow recursive modification
11866 Fail upon any attempt to recursively change the root directory, @file{/}.
11867 Without @option{--recursive}, this option has no effect.
11868 @xref{Treating / specially}.
11870 @item --no-preserve-root
11871 @opindex --no-preserve-root
11872 @cindex root directory, allow recursive modification
11873 Cancel the effect of any preceding @option{--preserve-root} option.
11874 @xref{Treating / specially}.
11876 @item --reference=@var{ref_file}
11877 @opindex --reference
11878 Change the group of each @var{file} to be the same as that of
11879 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11880 group of the symbolic link, but rather that of the file it refers to.
11882 @item -v
11883 @itemx --verbose
11884 @opindex -v
11885 @opindex --verbose
11886 Output a diagnostic for every file processed.
11887 If a symbolic link is encountered during a recursive traversal
11888 on a system without the @code{lchown} system call, and @option{--no-dereference}
11889 is in effect, then issue a diagnostic saying neither the symbolic link nor
11890 its referent is being changed.
11892 @item -R
11893 @itemx --recursive
11894 @opindex -R
11895 @opindex --recursive
11896 @cindex recursively changing group ownership
11897 Recursively change the group ownership of directories and their contents.
11899 @choptH
11900 @xref{Traversing symlinks}.
11902 @choptL
11903 @warnOptDerefWithRec
11904 @xref{Traversing symlinks}.
11906 @choptP
11907 @choptDefault
11908 @xref{Traversing symlinks}.
11910 @end table
11912 @exitstatus
11914 Examples:
11916 @example
11917 # Change the group of /u to "staff".
11918 chgrp staff /u
11920 # Change the group of /u and subfiles to "staff".
11921 chgrp -hR staff /u
11922 @end example
11925 @node chmod invocation
11926 @section @command{chmod}: Change access permissions
11928 @pindex chmod
11929 @cindex changing access permissions
11930 @cindex access permissions, changing
11931 @cindex permissions, changing access
11933 @command{chmod} changes the access permissions of the named files.  Synopsis:
11935 @example
11936 chmod [@var{option}]@dots{} @{@var{mode} | --reference=@var{ref_file}@}@c
11937  @var{file}@dots{}
11938 @end example
11940 @cindex symbolic links, permissions of
11941 @command{chmod} doesn't change the permissions of symbolic links, since
11942 the @command{chmod} system call cannot change their permissions on most systems,
11943 and most systems ignore permissions of symbolic links.
11944 However, for each symbolic link listed on the command
11945 line, @command{chmod} changes the permissions of the pointed-to file.
11946 In contrast, @command{chmod} ignores symbolic links encountered during
11947 recursive directory traversals. Options that modify this behavior
11948 are described below.
11950 Only a process whose effective user ID matches the user ID of the file,
11951 or a process with appropriate privileges, is permitted to change the
11952 file mode bits of a file.
11954 A successful use of @command{chmod} clears the set-group-ID bit of a
11955 regular file if the file's group ID does not match the user's
11956 effective group ID or one of the user's supplementary group IDs,
11957 unless the user has appropriate privileges.  Additional restrictions
11958 may cause the set-user-ID and set-group-ID bits of @var{mode} or
11959 @var{ref_file} to be ignored.  This behavior depends on the policy and
11960 functionality of the underlying @code{chmod} system call.  When in
11961 doubt, check the underlying system behavior.
11963 If used, @var{mode} specifies the new file mode bits.
11964 For details, see the section on @ref{File permissions}.
11965 If you really want @var{mode} to have a leading @samp{-}, you should
11966 use @option{--} first, e.g., @samp{chmod -- -w file}.  Typically,
11967 though, @samp{chmod a-w file} is preferable, and @command{chmod -w
11968 file} (without the @option{--}) complains if it behaves differently
11969 from what @samp{chmod a-w file} would do.
11971 The program accepts the following options.  Also see @ref{Common options}.
11973 @table @samp
11975 @item -c
11976 @itemx --changes
11977 @opindex -c
11978 @opindex --changes
11979 Verbosely describe the action for each @var{file} whose permissions
11980 actually change.
11982 @item --dereference
11983 @opindex --dereference
11984 @cindex symbolic links, changing mode
11985 Do not act on symbolic links themselves but rather on what they point to.
11986 This is the default for command line arguments, but not for
11987 symbolic links encountered when recursing.
11988 @warnOptDerefWithRec
11990 @item -h
11991 @itemx --no-dereference
11992 @opindex -h
11993 @opindex --no-dereference
11994 @cindex symbolic links, changing mode
11995 Act on symbolic links themselves instead of what they point to.
11996 On systems that do not support this, no diagnostic is issued,
11997 but see @option{--verbose}.
11999 @item -f
12000 @itemx --silent
12001 @itemx --quiet
12002 @opindex -f
12003 @opindex --silent
12004 @opindex --quiet
12005 @cindex error messages, omitting
12006 Do not print error messages about files whose permissions cannot be
12007 changed.
12009 @item --preserve-root
12010 @opindex --preserve-root
12011 @cindex root directory, disallow recursive modification
12012 Fail upon any attempt to recursively change the root directory, @file{/}.
12013 Without @option{--recursive}, this option has no effect.
12014 @xref{Treating / specially}.
12016 @item --no-preserve-root
12017 @opindex --no-preserve-root
12018 @cindex root directory, allow recursive modification
12019 Cancel the effect of any preceding @option{--preserve-root} option.
12020 @xref{Treating / specially}.
12022 @item -v
12023 @itemx --verbose
12024 @opindex -v
12025 @opindex --verbose
12026 Verbosely describe the action or non-action taken for every @var{file}.
12028 @item --reference=@var{ref_file}
12029 @opindex --reference
12030 Change the mode of each @var{file} to be the same as that of @var{ref_file}.
12031 @xref{File permissions}.
12032 If @var{ref_file} is a symbolic link, do not use the mode
12033 of the symbolic link, but rather that of the file it refers to.
12035 @item -R
12036 @itemx --recursive
12037 @opindex -R
12038 @opindex --recursive
12039 @cindex recursively changing access permissions
12040 Recursively change permissions of directories and their contents.
12042 @choptH
12043 @choptDefault
12044 @xref{Traversing symlinks}.
12046 @choptL
12047 @warnOptDerefWithRec
12048 @xref{Traversing symlinks}.
12050 @choptP
12051 @xref{Traversing symlinks}.
12053 @end table
12055 @exitstatus
12057 Examples:
12059 @smallexample
12060 # Change file permissions of FOO to be world readable
12061 # and user writable, with no other permissions.
12062 chmod 644 foo
12063 chmod a=r,u+w foo
12065 # Add user and group execute permissions to FOO.
12066 chmod +110 file
12067 chmod ug+x file
12069 # Set file permissions of DIR and subsidiary files to
12070 # be the umask default, assuming execute permissions for
12071 # directories and for files already executable.
12072 chmod -R a=,+rwX dir
12073 @end smallexample
12076 @node touch invocation
12077 @section @command{touch}: Change file timestamps
12079 @pindex touch
12080 @cindex changing file timestamps
12081 @cindex file timestamps, changing
12082 @cindex timestamps, changing file
12084 @command{touch} changes the access and/or modification timestamps of the
12085 specified files.  Synopsis:
12087 @example
12088 touch [@var{option}]@dots{} @var{file}@dots{}
12089 @end example
12091 @cindex empty files, creating
12092 Any @var{file} argument that does not exist is created empty, unless
12093 option @option{--no-create} (@option{-c}) or @option{--no-dereference}
12094 (@option{-h}) was in effect.
12096 A @var{file} argument string of @samp{-} is handled specially and
12097 causes @command{touch} to change the times of the file associated with
12098 standard output.
12100 By default, @command{touch} sets file timestamps to the current time.
12101 Because @command{touch} acts on its operands left to right, the
12102 resulting timestamps of earlier and later operands may disagree.
12104 @cindex permissions, for changing file timestamps
12105 When setting file timestamps to the current time, @command{touch} can
12106 change the timestamps for files that the user does not own but has
12107 write permission for.  Otherwise, the user must own the files.  Some
12108 older systems have a further restriction: the user must own the files
12109 unless both the access and modification timestamps are being set to the
12110 current time.
12112 The @command{touch} command cannot set a file's status change timestamp to
12113 a user-specified value, and cannot change the file's birth time (if
12114 supported) at all.  Also, @command{touch} has issues similar to those
12115 affecting all programs that update file timestamps.  For example,
12116 @command{touch} may set a file's timestamp to a value that differs
12117 slightly from the requested time.  @xref{File timestamps}.
12119 @vindex TZ
12120 Timestamps assume the time zone rules specified by the @env{TZ}
12121 environment variable, or by the system default rules if @env{TZ} is
12122 not set.  @xref{TZ Variable,, Specifying the Time Zone with @env{TZ},
12123 libc, The GNU C Library Reference Manual}.
12124 You can avoid ambiguities during
12125 daylight saving transitions by using UTC timestamps.
12127 The program accepts the following options.  Also see @ref{Common options}.
12129 @table @samp
12131 @item -a
12132 @itemx --time=atime
12133 @itemx --time=access
12134 @itemx --time=use
12135 @opindex -a
12136 @opindex --time
12137 @opindex atime@r{, changing}
12138 @opindex access @r{time, changing}
12139 @opindex use @r{time, changing}
12140 Change the access timestamp only.  @xref{File timestamps}.
12142 @item -c
12143 @itemx --no-create
12144 @opindex -c
12145 @opindex --no-create
12146 Do not warn about or create files that do not exist.
12148 @item -d @var{time}
12149 @itemx --date=@var{time}
12150 @opindex -d
12151 @opindex --date
12152 @opindex time
12153 Use @var{time} instead of the current time.  It can contain month names,
12154 time zones, @samp{am} and @samp{pm}, @samp{yesterday}, etc.  For
12155 example, @option{--date="2020-07-21 14:19:13.489392193 +0530"}
12156 specifies the instant of time that is 489,392,193 nanoseconds after
12157 July 21, 2020 at 2:19:13 PM in a time zone that is 5 hours and 30
12158 minutes east of UTC@.  @xref{Date input formats}.
12159 File systems that do not support high-resolution timestamps
12160 silently ignore any excess precision here.
12162 @item -f
12163 @opindex -f
12164 @cindex BSD @command{touch} compatibility
12165 Ignored; for compatibility with BSD versions of @command{touch}.
12167 @item -h
12168 @itemx --no-dereference
12169 @opindex -h
12170 @opindex --no-dereference
12171 @cindex symbolic links, changing time
12172 @findex lutimes
12173 Attempt to change the timestamps of a symbolic link, rather than what
12174 the link refers to.  When using this option, empty files are not
12175 created, but option @option{-c} must also be used to avoid warning
12176 about files that do not exist.  Not all systems support changing the
12177 timestamps of symlinks, since underlying system support for this
12178 action was not required until POSIX 2008.  Also, on some
12179 systems, the mere act of examining a symbolic link changes the access
12180 timestamp, such that only changes to the modification timestamp will persist
12181 long enough to be observable.  When coupled with option @option{-r}, a
12182 reference timestamp is taken from a symbolic link rather than the file
12183 it refers to.
12185 @item -m
12186 @itemx --time=mtime
12187 @itemx --time=modify
12188 @opindex -m
12189 @opindex --time
12190 @opindex mtime@r{, changing}
12191 @opindex modify @r{time, changing}
12192 Change the modification timestamp only.
12194 @item -r @var{file}
12195 @itemx --reference=@var{file}
12196 @opindex -r
12197 @opindex --reference
12198 Use the times of the reference @var{file} instead of the current time.
12199 If this option is combined with the @option{--date=@var{time}}
12200 (@option{-d @var{time}}) option, the reference @var{file}'s time is
12201 the origin for any relative @var{time}s given, but is otherwise ignored.
12202 For example, @samp{-r foo -d '-5 seconds'} specifies a timestamp
12203 equal to five seconds before the corresponding timestamp for @file{foo}.
12204 If @var{file} is a symbolic link, the reference timestamp is taken
12205 from the target of the symlink, unless @option{-h} was also in effect.
12207 @item -t [[@var{cc}]@var{yy}]@var{mmddhhmm}[.@var{ss}]
12208 @cindex leap seconds
12209 Use the argument (optional four-digit or two-digit years, months,
12210 days, hours, minutes, optional seconds) instead of the current time.
12211 If the year is specified with only two digits, then @var{cc}
12212 is 20 for years in the range 0 @dots{} 68, and 19 for years in
12213 69 @dots{} 99.  If no digits of the year are specified,
12214 the argument is interpreted as a date in the current year.
12215 On the atypical systems that support leap seconds, @var{ss} may be
12216 @samp{60}.
12218 @end table
12220 @vindex _POSIX2_VERSION
12221 On systems predating POSIX 1003.1-2001,
12222 @command{touch} supports an obsolete syntax, as follows.
12223 If no timestamp is given with any of the @option{-d}, @option{-r}, or
12224 @option{-t} options, and if there are two or more @var{file}s and the
12225 first @var{file} is of the form @samp{@var{mmddhhmm}[@var{yy}]} and this
12226 would be a valid argument to the @option{-t} option (if the @var{yy}, if
12227 any, were moved to the front), and if the represented year
12228 is in the range 1969--1999, that argument is interpreted as the time
12229 for the other files instead of as a file name.
12230 Although this obsolete behavior can be controlled with the
12231 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
12232 conformance}), portable scripts should avoid commands whose
12233 behavior depends on this variable.
12234 For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
12235 12312359 main.c} rather than the ambiguous @samp{touch 12312359 main.c}.
12237 @exitstatus
12240 @node File space usage
12241 @chapter File space usage
12243 @cindex File space usage
12244 @cindex disk usage
12246 No file system can hold an infinite amount of data.  These commands report
12247 how much storage is in use or available, report other file and
12248 file status information, and write buffers to file systems.
12250 @menu
12251 * df invocation::               Report file system space usage.
12252 * du invocation::               Estimate file space usage.
12253 * stat invocation::             Report file or file system status.
12254 * sync invocation::             Synchronize cached writes to persistent storage.
12255 * truncate invocation::         Shrink or extend the size of a file.
12256 @end menu
12259 @node df invocation
12260 @section @command{df}: Report file system space usage
12262 @pindex df
12263 @cindex file system usage
12264 @cindex disk usage by file system
12266 @command{df} reports the amount of space used and available on
12267 file systems.  Synopsis:
12269 @example
12270 df [@var{option}]@dots{} [@var{file}]@dots{}
12271 @end example
12273 With no arguments, @command{df} reports the space used and available on all
12274 currently mounted file systems (of all types).  Otherwise, @command{df}
12275 reports on the file system containing each argument @var{file}.
12277 Normally the space is printed in units of
12278 1024 bytes, but this can be overridden (@pxref{Block size}).
12279 Non-integer quantities are rounded up to the next higher unit.
12281 For bind mounts and without arguments, @command{df} only outputs the statistics
12282 for that device with the shortest mount point name in the list of file systems
12283 (@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option is
12284 specified.
12286 With the same logic, @command{df} elides a mount entry of a dummy pseudo device
12287 if there is another mount entry of a real block device for that mount point with
12288 the same device number, e.g. the early-boot pseudo file system @samp{rootfs} is
12289 not shown per default when already the real root device has been mounted.
12291 @cindex disk device file
12292 @cindex device file
12293 If an argument @var{file} resolves to a special file containing
12294 a mounted file system, @command{df} shows the space available on that
12295 file system rather than on the file system containing the device node.
12296 GNU @command{df} does not attempt to determine the usage
12297 on unmounted file systems, because on most kinds of systems doing so
12298 requires extremely non-portable intimate knowledge of file system structures.
12300 The program accepts the following options.  Also see @ref{Common options}.
12302 @table @samp
12304 @item -a
12305 @itemx --all
12306 @opindex -a
12307 @opindex --all
12308 @cindex ignore file systems
12309 Include in the listing dummy, duplicate, or inaccessible file systems, which
12310 are omitted by default.  Dummy file systems are typically special purpose
12311 pseudo file systems such as @samp{/proc}, with no associated storage.
12312 Duplicate file systems are local or remote file systems that are mounted
12313 at separate locations in the local file hierarchy, or bind mounted locations.
12314 Inaccessible file systems are those which are mounted but subsequently
12315 over-mounted by another file system at that point, or otherwise inaccessible
12316 due to permissions of the mount point etc.
12318 @item -B @var{size}
12319 @itemx --block-size=@var{size}
12320 @opindex -B
12321 @opindex --block-size
12322 @cindex file system sizes
12323 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12324 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12326 @optHumanReadable
12328 @item -H
12329 @opindex -H
12330 Equivalent to @option{--si}.
12332 @item -i
12333 @itemx --inodes
12334 @opindex -i
12335 @opindex --inodes
12336 @cindex inode usage
12337 List inode usage information instead of block usage.  An inode (short
12338 for index node) contains information about a file such as its owner,
12339 permissions, timestamps, and location on the file system.
12341 @item -k
12342 @opindex -k
12343 @cindex kibibytes for file system sizes
12344 Print sizes in 1024-byte blocks, overriding the default block size
12345 (@pxref{Block size}).
12346 This option is equivalent to @option{--block-size=1K}.
12348 @item -l
12349 @itemx --local
12350 @opindex -l
12351 @opindex --local
12352 @cindex file system types, limiting output to certain
12353 Limit the listing to local file systems.  By default, remote file systems
12354 are also listed.
12356 @item --no-sync
12357 @opindex --no-sync
12358 @cindex file system space, retrieving old data more quickly
12359 Do not invoke the @code{sync} system call before getting any usage data.
12360 This may make @command{df} run significantly faster on systems with many
12361 file systems, but on some systems (notably Solaris) the results may be slightly
12362 out of date.  This is the default.
12364 @item --output
12365 @itemx --output[=@var{field_list}]
12366 @opindex --output
12367 Use the output format defined by @var{field_list}, or print all fields if
12368 @var{field_list} is omitted.  In the latter case, the order of the columns
12369 conforms to the order of the field descriptions below.
12371 The use of the @option{--output} together with each of the options @option{-i},
12372 @option{-P}, and @option{-T} is mutually exclusive.
12374 FIELD_LIST is a comma-separated list of columns to be included in @command{df}'s
12375 output and therefore effectively controls the order of output columns.
12376 Each field can thus be used at the place of choice, but yet must only be
12377 used once.
12379 Valid field names in the @var{field_list} are:
12380 @table @samp
12381 @item source
12382 The source of the mount point, usually a device.
12383 @item fstype
12384 File system type.
12386 @item itotal
12387 Total number of inodes.
12388 @item iused
12389 Number of used inodes.
12390 @item iavail
12391 Number of available inodes.
12392 @item ipcent
12393 Percentage of @var{iused} divided by @var{itotal}.
12395 @item size
12396 Total number of blocks.
12397 @item used
12398 Number of used blocks.
12399 @item avail
12400 Number of available blocks.
12401 @item pcent
12402 Percentage of @var{used} divided by @var{size}.
12404 @item file
12405 The file name if specified on the command line.
12406 @item target
12407 The mount point.
12408 @end table
12410 The fields for block and inodes statistics are affected by the scaling
12411 options like @option{-h} as usual.
12413 The definition of the @var{field_list} can even be split among several
12414 @option{--output} uses.
12416 @example
12417 #!/bin/sh
12418 # Print the TARGET (i.e., the mount point) along with their percentage
12419 # statistic regarding the blocks and the inodes.
12420 df --out=target --output=pcent,ipcent
12422 # Print all available fields.
12423 df --o
12424 @end example
12427 @item -P
12428 @itemx --portability
12429 @opindex -P
12430 @opindex --portability
12431 @cindex one-line output format
12432 @cindex POSIX output format
12433 @cindex portable output format
12434 @cindex output format, portable
12435 Use the POSIX output format.  This is like the default format except
12436 for the following:
12438 @enumerate
12439 @item
12440 The information about each file system is always printed on exactly
12441 one line; a mount device is never put on a line by itself.  This means
12442 that if the mount device name is more than 20 characters long (e.g., for
12443 some network mounts), the columns are misaligned.
12445 @item
12446 The labels in the header output line are changed to conform to POSIX.
12448 @item
12449 The default block size and output format are unaffected by the
12450 @env{DF_BLOCK_SIZE}, @env{BLOCK_SIZE} and @env{BLOCKSIZE} environment
12451 variables.  However, the default block size is still affected by
12452 @env{POSIXLY_CORRECT}: it is 512 if @env{POSIXLY_CORRECT} is set, 1024
12453 otherwise.  @xref{Block size}.
12454 @end enumerate
12456 @optSi
12458 @item --sync
12459 @opindex --sync
12460 @cindex file system space, retrieving current data more slowly
12461 Invoke the @code{sync} system call before getting any usage data.  On
12462 some systems (notably Solaris), doing this yields more up to date results,
12463 but in general this option makes @command{df} much slower, especially when
12464 there are many or very busy file systems.
12466 @item --total
12467 @opindex --total
12468 @cindex grand total of file system size, usage and available space
12469 Print a grand total of all arguments after all arguments have
12470 been processed.  This can be used to find out the total size, usage
12471 and available space of all listed devices.  If no arguments are specified
12472 df will try harder to elide file systems insignificant to the total
12473 available space, by suppressing duplicate remote file systems.
12475 For the grand total line, @command{df} prints @samp{"total"} into the
12476 @var{source} column, and @samp{"-"} into the @var{target} column.
12477 If there is no @var{source} column (see @option{--output}), then
12478 @command{df} prints @samp{"total"} into the @var{target} column,
12479 if present.
12481 @item -t @var{fstype}
12482 @itemx --type=@var{fstype}
12483 @opindex -t
12484 @opindex --type
12485 @cindex file system types, limiting output to certain
12486 Limit the listing to file systems of type @var{fstype}.  Multiple
12487 file system types can be specified by giving multiple @option{-t} options.
12488 By default, nothing is omitted.
12490 @item -T
12491 @itemx --print-type
12492 @opindex -T
12493 @opindex --print-type
12494 @cindex file system types, printing
12495 Print each file system's type.  The types printed here are the same ones
12496 you can include or exclude with @option{-t} and @option{-x}.  The particular
12497 types printed are whatever is supported by the system.  Here are some of
12498 the common names (this list is certainly not exhaustive):
12500 @table @samp
12502 @item nfs
12503 @cindex NFS file system type
12504 An NFS file system, i.e., one mounted over a network from another
12505 machine.  This is the one type name which seems to be used uniformly by
12506 all systems.
12508 @item ext2@r{, }ext3@r{, }ext4@r{, }xfs@r{, }btrfs@dots{}
12509 @cindex Linux file system types
12510 @cindex local file system types
12511 @opindex ext2 @r{file system type}
12512 @opindex ext3 @r{file system type}
12513 @opindex ext4 @r{file system type}
12514 @opindex xfs @r{file system type}
12515 @opindex btrfs @r{file system type}
12516 A file system on a locally-mounted device.  (The system might even
12517 support more than one type here; GNU/Linux does.)
12519 @item iso9660@r{, }cdfs
12520 @cindex CD-ROM file system type
12521 @cindex DVD file system type
12522 @cindex ISO9660 file system type
12523 @opindex iso9660 @r{file system type}
12524 @opindex cdfs @r{file system type}
12525 A file system on a CD or DVD drive.  HP-UX uses @samp{cdfs}, most other
12526 systems use @samp{iso9660}.
12528 @item ntfs@r{,}fat
12529 @cindex NTFS file system
12530 @cindex DOS file system
12531 @cindex MS-DOS file system
12532 @cindex MS-Windows file system
12533 @opindex ntfs @r{file system file}
12534 @opindex fat @r{file system file}
12535 File systems used by MS-Windows / MS-DOS.
12537 @end table
12539 @item -x @var{fstype}
12540 @itemx --exclude-type=@var{fstype}
12541 @opindex -x
12542 @opindex --exclude-type
12543 Limit the listing to file systems not of type @var{fstype}.
12544 Multiple file system types can be eliminated by giving multiple
12545 @option{-x} options.  By default, no file system types are omitted.
12547 @item -v
12548 Ignored; for compatibility with System V versions of @command{df}.
12550 @end table
12552 @command{df} is installed only on systems that have usable mount tables,
12553 so portable scripts should not rely on its existence.
12555 @exitstatus
12556 Failure includes the case where no output is generated, so you can
12557 inspect the exit status of a command like @samp{df -t ext3 -t reiserfs
12558 @var{dir}} to test whether @var{dir} is on a file system of type
12559 @samp{ext3} or @samp{reiserfs}.
12561 Since the list of file systems (@var{mtab}) is needed to determine the
12562 file system type, failure includes the cases when that list cannot
12563 be read and one or more of the options @option{-a}, @option{-l}, @option{-t}
12564 or @option{-x} is used together with a file name argument.
12567 @node du invocation
12568 @section @command{du}: Estimate file space usage
12570 @pindex du
12571 @cindex file space usage
12572 @cindex disk usage for files
12574 @command{du} reports the space needed to represent a set of files.
12575 Synopsis:
12577 @example
12578 du [@var{option}]@dots{} [@var{file}]@dots{}
12579 @end example
12581 With no arguments, @command{du} reports the space needed to represent
12582 the files at or under the current directory.
12583 Normally the space is printed in units of
12584 1024 bytes, but this can be overridden (@pxref{Block size}).
12585 Non-integer quantities are rounded up to the next higher unit.
12587 If two or more hard links point to the same file, only one of the hard
12588 links is counted.  The @var{file} argument order affects which links
12589 are counted, and changing the argument order may change the numbers
12590 and entries that @command{du} outputs.
12592 The program accepts the following options.  Also see @ref{Common options}.
12594 @table @samp
12596 @optNull
12598 @item -a
12599 @itemx --all
12600 @opindex -a
12601 @opindex --all
12602 Show counts for all files, not just directories.
12604 @item --apparent-size
12605 @opindex --apparent-size
12606 Print apparent sizes, rather than file system usage.  The apparent size of a
12607 file is the number of bytes reported by @code{wc -c} on regular files,
12608 or more generally, @code{ls -l --block-size=1} or @code{stat --format=%s}.
12609 For example, a file containing the word @samp{zoo} with no newline would,
12610 of course, have an apparent size of 3.  Such a small file may require
12611 anywhere from 0 to 16 KiB or more of file system space, depending on
12612 the type and configuration of the file system on which the file resides.
12613 However, a sparse file created with this command:
12615 @example
12616 dd bs=1 seek=2GiB if=/dev/null of=big
12617 @end example
12619 @noindent
12620 has an apparent size of 2 GiB, yet on most modern
12621 file systems, it actually uses almost no space.
12623 Apparent sizes are meaningful only for regular files and symbolic links.
12624 Other file types do not contribute to apparent size.
12626 @item -B @var{size}
12627 @itemx --block-size=@var{size}
12628 @opindex -B
12629 @opindex --block-size
12630 @cindex file sizes
12631 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12632 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12634 @item -b
12635 @itemx --bytes
12636 @opindex -b
12637 @opindex --bytes
12638 Equivalent to @code{--apparent-size --block-size=1}.
12640 @item -c
12641 @itemx --total
12642 @opindex -c
12643 @opindex --total
12644 @cindex grand total of file system space
12645 Print a grand total of all arguments after all arguments have
12646 been processed.  This can be used to find out the total file system usage of
12647 a given set of files or directories.
12649 @item -D
12650 @itemx --dereference-args
12651 @opindex -D
12652 @opindex --dereference-args
12653 Dereference symbolic links that are command line arguments.
12654 Does not affect other symbolic links.  This is helpful for finding
12655 out the file system usage of directories, such as @file{/usr/tmp}, which
12656 are often symbolic links.
12658 @item -d @var{depth}
12659 @itemx --max-depth=@var{depth}
12660 @opindex -d @var{depth}
12661 @opindex --max-depth=@var{depth}
12662 @cindex limiting output of @command{du}
12663 Show the total for each directory (and file if @option{--all}) that is at
12664 most MAX_DEPTH levels down from the root of the hierarchy.  The root
12665 is at level 0, so @code{du --max-depth=0} is equivalent to @code{du -s}.
12667 @c --files0-from=FILE
12668 @filesZeroFromOption{du,, with the @option{--total} (@option{-c}) option}
12670 @item -H
12671 @opindex -H
12672 Equivalent to @option{--dereference-args} (@option{-D}).
12674 @optHumanReadable
12676 @item --inodes
12677 @opindex --inodes
12678 @cindex inode usage, dereferencing in @command{du}
12679 List inode usage information instead of block usage.
12680 This option is useful for finding directories which contain many files, and
12681 therefore eat up most of the inodes space of a file system (see @command{df},
12682 option @option{--inodes}).
12683 It can well be combined with the options @option{-a}, @option{-c},
12684 @option{-h}, @option{-l}, @option{-s}, @option{-S}, @option{-t} and
12685 @option{-x}; however, passing other options regarding the block size, for
12686 example @option{-b}, @option{-m} and @option{--apparent-size}, is ignored.
12688 @item -k
12689 @opindex -k
12690 @cindex kibibytes for file sizes
12691 Print sizes in 1024-byte blocks, overriding the default block size
12692 (@pxref{Block size}).
12693 This option is equivalent to @option{--block-size=1K}.
12695 @item -L
12696 @itemx --dereference
12697 @opindex -L
12698 @opindex --dereference
12699 @cindex symbolic links, dereferencing in @command{du}
12700 Dereference symbolic links (show the file system space used by the file
12701 or directory that the link points to instead of the space used by
12702 the link).
12704 @item -l
12705 @itemx --count-links
12706 @opindex -l
12707 @opindex --count-links
12708 @cindex hard links, counting in @command{du}
12709 Count the size of all files, even if they have appeared already (as a
12710 hard link).
12712 @item -m
12713 @opindex -m
12714 @cindex mebibytes for file sizes
12715 Print sizes in 1,048,576-byte blocks, overriding the default block size
12716 (@pxref{Block size}).
12717 This option is equivalent to @option{--block-size=1M}.
12719 @item -P
12720 @itemx --no-dereference
12721 @opindex -P
12722 @opindex --no-dereference
12723 @cindex symbolic links, dereferencing in @command{du}
12724 For each symbolic link encountered by @command{du},
12725 consider the file system space used by the symbolic link itself.
12727 @item -S
12728 @itemx --separate-dirs
12729 @opindex -S
12730 @opindex --separate-dirs
12731 Normally, in the output of @command{du} (when not using @option{--summarize}),
12732 the size listed next to a directory name, @var{d}, represents the sum
12733 of sizes of all entries beneath @var{d} as well as the size of @var{d} itself.
12734 With @option{--separate-dirs}, the size reported for a directory name,
12735 @var{d}, will exclude the size of any subdirectories.
12737 @optSi
12739 @item -s
12740 @itemx --summarize
12741 @opindex -s
12742 @opindex --summarize
12743 Display only a total for each argument.
12745 @item -t @var{size}
12746 @itemx --threshold=@var{size}
12747 @opindex -t
12748 @opindex --threshold
12749 Exclude entries based on a given @var{size}.  The @var{size} refers to used
12750 blocks in normal mode (@pxref{Block size}), or inodes count in conjunction
12751 with the @option{--inodes} option.
12753 If @var{size} is positive, then @command{du} will only print entries with a size
12754 greater than or equal to that.
12756 If @var{size} is negative, then @command{du} will only print entries with a size
12757 smaller than or equal to that.
12759 Although GNU @command{find} can be used to find files of a certain size,
12760 @command{du}'s @option{--threshold} option can be used to also filter
12761 directories based on a given size.
12763 When combined with the @option{--apparent-size} option, the
12764 @option{--threshold} option elides entries based on apparent size.
12765 When combined with the @option{--inodes} option, it elides entries
12766 based on inode counts.
12768 Here's how you would use @option{--threshold} to find directories with a size
12769 greater than or equal to 200 megabytes:
12771 @example
12772 du --threshold=200MB
12773 @end example
12775 Here's how you would use @option{--threshold} to find directories and
12776 files -- the @option{-a} -- with an apparent size smaller than or
12777 equal to 500 bytes:
12779 @example
12780 du -a -t -500 --apparent-size
12781 @end example
12783 Here's how you would use @option{--threshold} to find directories on the root
12784 file system with more than 20000 inodes used in the directory tree below:
12786 @example
12787 du --inodes -x --threshold=20000 /
12788 @end example
12791 @item --time
12792 @opindex --time
12793 @cindex last modified dates, displaying in @command{du}
12794 Show the most recent modification timestamp (mtime) of any file in the
12795 directory, or any of its subdirectories.  @xref{File timestamps}.
12797 @item --time=ctime
12798 @itemx --time=status
12799 @itemx --time=use
12800 @opindex --time
12801 @opindex ctime@r{, show the most recent}
12802 @opindex status time@r{, show the most recent}
12803 @opindex use time@r{, show the most recent}
12804 Show the most recent status change timestamp (ctime) of any file in
12805 the directory, or any of its subdirectories.  @xref{File timestamps}.
12807 @item --time=atime
12808 @itemx --time=access
12809 @opindex --time
12810 @opindex atime@r{, show the most recent}
12811 @opindex access timestamp@r{, show the most recent}
12812 Show the most recent access timestamp (atime) of any file in the
12813 directory, or any of its subdirectories.  @xref{File timestamps}.
12815 @item --time-style=@var{style}
12816 @opindex --time-style
12817 @cindex time style
12818 List timestamps in style @var{style}.  This option has an effect only if
12819 the @option{--time} option is also specified.  The @var{style} should
12820 be one of the following:
12822 @table @samp
12823 @item +@var{format}
12824 @vindex LC_TIME
12825 List timestamps using @var{format}, where @var{format} is interpreted
12826 like the format argument of @command{date} (@pxref{date invocation}).
12827 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
12828 @command{du} to list timestamps like @samp{2020-07-21 23:45:56}.  As
12829 with @command{date}, @var{format}'s interpretation is affected by the
12830 @env{LC_TIME} locale category.
12832 @item full-iso
12833 List timestamps in full using ISO 8601-like date, time, and time zone
12834 components with nanosecond precision, e.g., @samp{2020-07-21
12835 23:45:56.477817180 -0400}.  This style is equivalent to
12836 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
12838 @item long-iso
12839 List ISO 8601 date and time components with minute precision, e.g.,
12840 @samp{2020-07-21 23:45}.  These timestamps are shorter than
12841 @samp{full-iso} timestamps, and are usually good enough for everyday
12842 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
12844 @item iso
12845 List ISO 8601 dates for timestamps, e.g., @samp{2020-07-21}.
12846 This style is equivalent to @samp{+%Y-%m-%d}.
12847 @end table
12849 @vindex TIME_STYLE
12850 You can specify the default value of the @option{--time-style} option
12851 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
12852 the default style is @samp{long-iso}.  For compatibility with @command{ls},
12853 if @env{TIME_STYLE} begins with @samp{+} and contains a newline,
12854 the newline and any later characters are ignored; if @env{TIME_STYLE}
12855 begins with @samp{posix-} the @samp{posix-} is ignored; and if
12856 @env{TIME_STYLE} is @samp{locale} it is ignored.
12858 @item -X @var{file}
12859 @itemx --exclude-from=@var{file}
12860 @opindex -X @var{file}
12861 @opindex --exclude-from=@var{file}
12862 @cindex excluding files from @command{du}
12863 Like @option{--exclude}, except take the patterns to exclude from @var{file},
12864 one per line.  If @var{file} is @samp{-}, take the patterns from standard
12865 input.
12867 @item --exclude=@var{pattern}
12868 @opindex --exclude=@var{pattern}
12869 @cindex excluding files from @command{du}
12870 When recursing, skip subdirectories or files matching @var{pattern}.
12871 For example, @code{du --exclude='*.o'} excludes files whose names
12872 end in @samp{.o}.
12874 @item -x
12875 @itemx --one-file-system
12876 @opindex -x
12877 @opindex --one-file-system
12878 @cindex one file system, restricting @command{du} to
12879 Skip directories that are on different file systems from the one that
12880 the argument being processed is on.
12882 @end table
12884 Since @command{du} relies on information reported by the operating
12885 system, its output might not reflect the space consumed in the
12886 underlying devices.  For example;
12888 @itemize @bullet
12889 @item
12890 Operating systems normally do not report device space consumed by
12891 duplicate or backup blocks, error correction bits, and so forth.
12892 This causes @command{du} to underestimate the device space actually used.
12894 @item
12895 @cindex copy-on-write and @command{du}
12896 In file systems that use copy-on-write, if two distinct files share
12897 space the output of @command{du} typically counts the space that would
12898 be consumed if all files' non-holes were rewritten, not the space
12899 currently consumed.
12901 @item
12902 @cindex compression and @command{du}
12903 In file systems that use compression, the operating system might
12904 report the uncompressed space.  (If it does report the compressed space,
12905 that report might change after one merely overwrites existing file data.)
12907 @item
12908 @cindex networked file systems and @command{du}
12909 Networked file systems historically have had difficulty communicating
12910 accurate file system information from server to client.
12911 @end itemize
12913 @noindent
12914 For these reasons @command{du} might better be thought of as an
12915 estimate of the size of a @command{tar} or other conventional backup
12916 for a set of files, rather than as a measure of space consumed in the
12917 underlying devices.
12919 @exitstatus
12922 @node stat invocation
12923 @section @command{stat}: Report file or file system status
12925 @pindex stat
12926 @cindex file status
12927 @cindex file system status
12929 @command{stat} displays information about the specified file(s).  Synopsis:
12931 @example
12932 stat [@var{option}]@dots{} [@var{file}]@dots{}
12933 @end example
12935 With no option, @command{stat} reports all information about the given files.
12936 But it also can be used to report the information of the file systems the
12937 given files are located on.  If the files are links, @command{stat} can
12938 also give information about the files the links point to.
12940 @mayConflictWithShellBuiltIn{stat}
12942 @table @samp
12944 @item -L
12945 @itemx --dereference
12946 @opindex -L
12947 @opindex --dereference
12948 @cindex symbolic links, dereferencing in @command{stat}
12949 Change how @command{stat} treats symbolic links.
12950 With this option, @command{stat} acts on the file referenced
12951 by each symbolic link argument.
12952 Without it, @command{stat} acts on any symbolic link argument directly.
12954 @item -f
12955 @itemx --file-system
12956 @opindex -f
12957 @opindex --file-system
12958 @cindex file systems
12959 Report information about the file systems where the given files are located
12960 instead of information about the files themselves.
12961 This option implies the @option{-L} option.
12963 @item --cached=@var{mode}
12964 @opindex --cached=@var{mode}
12965 @cindex attribute caching
12966 Control how attributes are read from the file system;
12967 if supported by the system.  This allows one to
12968 control the trade-off between freshness and efficiency
12969 of attribute access, especially useful with remote file systems.
12970 @var{mode} can be:
12972 @table @samp
12973 @item always
12974 Always read the already cached attributes if available.
12976 @item never
12977 Always synchronize with the latest file system attributes.
12978 This also mounts automounted files.
12980 @item default
12981 Leave the caching behavior to the underlying file system.
12983 @end table
12985 @item -c
12986 @itemx --format=@var{format}
12987 @opindex -c
12988 @opindex --format=@var{format}
12989 @cindex output format
12990 Use @var{format} rather than the default format.
12991 @var{format} is automatically newline-terminated, so
12992 running a command like the following with two or more @var{file}
12993 operands produces a line of output for each operand:
12994 @example
12995 $ stat --format=%d:%i / /usr
12996 2050:2
12997 2057:2
12998 @end example
13000 @item --printf=@var{format}
13001 @opindex --printf=@var{format}
13002 @cindex output format
13003 Use @var{format} rather than the default format.
13004 Like @option{--format}, but interpret backslash escapes,
13005 and do not output a mandatory trailing newline.
13006 If you want a newline, include @samp{\n} in the @var{format}.
13007 Here's how you would use @option{--printf} to print the device
13008 and inode numbers of @file{/} and @file{/usr}:
13009 @example
13010 $ stat --printf='%d:%i\n' / /usr
13011 2050:2
13012 2057:2
13013 @end example
13015 @item -t
13016 @itemx --terse
13017 @opindex -t
13018 @opindex --terse
13019 @cindex terse output
13020 Print the information in terse form, suitable for parsing by other programs.
13022 The output of the following commands are identical and the @option{--format}
13023 also identifies the items printed (in fuller form) in the default format.
13024 The format string would include another @samp{%C} at the end with an
13025 active SELinux security context.
13026 @example
13027 $ stat --format="%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %W %o" ...
13028 $ stat --terse ...
13029 @end example
13031 The same illustrating terse output in @option{--file-system} mode:
13032 @example
13033 $ stat -f --format="%n %i %l %t %s %S %b %f %a %c %d" ...
13034 $ stat -f --terse ...
13035 @end example
13036 @end table
13038 The valid @var{format} directives for files with @option{--format} and
13039 @option{--printf} are:
13041 @itemize @bullet
13042 @item %a -- Permission bits in octal (see @samp{#} and @samp{0} printf flags)
13043 @item %A -- Permission bits in symbolic form (similar to @command{ls -ld})
13044 @item %b -- Number of blocks allocated (see @samp{%B})
13045 @item %B -- The size in bytes of each block reported by @samp{%b}
13046 @item %C -- The SELinux security context of a file, if available
13047 @item %d -- Device number in decimal (st_dev)
13048 @item %D -- Device number in hex (st_dev)
13049 @item %Hd -- Major device number in decimal
13050 @item %Ld -- Minor device number in decimal
13051 @item %f -- Raw mode in hex
13052 @item %F -- File type
13053 @item %g -- Group ID of owner
13054 @item %G -- Group name of owner
13055 @item %h -- Number of hard links
13056 @item %i -- Inode number
13057 @item %m -- Mount point (see selow)
13058 @item %n -- File name
13059 @item %N -- Quoted file name with dereference if symbolic link (see below)
13060 @item %o -- Optimal I/O transfer size hint
13061 @item %s -- Total size, in bytes
13062 @item %r -- Device type in decimal (st_rdev)
13063 @item %R -- Device type in hex (st_rdev)
13064 @item %Hr -- Major device type in decimal (see below)
13065 @item %Lr -- Minor device type in decimal (see below)
13066 @item %t -- Major device type in hex (see below)
13067 @item %T -- Minor device type in hex (see below)
13068 @item %u -- User ID of owner
13069 @item %U -- User name of owner
13070 @item %w -- Time of file birth, or @samp{-} if unknown
13071 @item %W -- Time of file birth as seconds since Epoch, or @samp{0}
13072 @item %x -- Time of last access
13073 @item %X -- Time of last access as seconds since Epoch
13074 @item %y -- Time of last data modification
13075 @item %Y -- Time of last data modification as seconds since Epoch
13076 @item %z -- Time of last status change
13077 @item %Z -- Time of last status change as seconds since Epoch
13078 @end itemize
13080 The @samp{%a} format prints the octal mode, and so it is useful
13081 to control the zero padding of the output with the @samp{#} and @samp{0}
13082 printf flags. For example to pad to at least 3 wide while making larger
13083 numbers unambiguously octal, you can use @samp{%#03a}.
13085 The @samp{%N} format can be set with the environment variable
13086 @env{QUOTING_STYLE}@.  If that environment variable is not set,
13087 the default value is @samp{shell-escape-always}.  Valid quoting styles are:
13088 @quotingStyles
13090 The @samp{r}, @samp{R}, @samp{%t}, and @samp{%T} formats operate on the st_rdev
13091 member of the stat(2) structure, i.e., the represented device rather than
13092 the containing device, and so are only defined for character and block
13093 special files.  On some systems or file types, st_rdev may be used to
13094 represent other quantities.
13096 The @samp{%W}, @samp{%X}, @samp{%Y}, and @samp{%Z} formats accept a
13097 precision preceded by a period to specify the number of digits to
13098 print after the decimal point.  For example, @samp{%.3X} outputs the
13099 access timestamp to millisecond precision.  If a period is given but no
13100 precision, @command{stat} uses 9 digits, so @samp{%.X} is equivalent to
13101 @samp{%.9X}@.  When discarding excess precision, timestamps are truncated
13102 toward minus infinity.
13104 @example
13105 zero pad:
13106   $ stat -c '[%015Y]' /usr
13107   [000001288929712]
13108 space align:
13109   $ stat -c '[%15Y]' /usr
13110   [     1288929712]
13111   $ stat -c '[%-15Y]' /usr
13112   [1288929712     ]
13113 precision:
13114   $ stat -c '[%.3Y]' /usr
13115   [1288929712.114]
13116   $ stat -c '[%.Y]' /usr
13117   [1288929712.114951834]
13118 @end example
13120 The mount point printed by @samp{%m} is similar to that output
13121 by @command{df}, except that:
13122 @itemize @bullet
13123 @item
13124 stat does not dereference symlinks by default
13125 (unless @option{-L} is specified)
13126 @item
13127 stat does not search for specified device nodes in the
13128 file system list, instead operating on them directly
13129 @item
13130 @cindex bind mount
13131 stat outputs the alias for a bind mounted file, rather than
13132 the initial mount point of its backing device.
13133 One can recursively call stat until there is no change in output,
13134 to get the current base mount point
13135 @end itemize
13137 When listing file system information (@option{--file-system} (@option{-f})),
13138 you must use a different set of @var{format} directives:
13140 @itemize @bullet
13141 @item %a -- Free blocks available to non-super-user
13142 @item %b -- Total data blocks in file system
13143 @item %c -- Total file nodes in file system
13144 @item %d -- Free file nodes in file system
13145 @item %f -- Free blocks in file system
13146 @item %i -- File System ID in hex
13147 @item %l -- Maximum length of file names
13148 @item %n -- File name
13149 @item %s -- Block size (for faster transfers)
13150 @item %S -- Fundamental block size (for block counts)
13151 @item %t -- Type in hex
13152 @item %T -- Type in human readable form
13153 @end itemize
13155 @vindex TZ
13156 Timestamps are listed according to the time zone rules specified by
13157 the @env{TZ} environment variable, or by the system default rules if
13158 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
13159 with @env{TZ}, libc, The GNU C Library Reference Manual}.
13161 @exitstatus
13164 @node sync invocation
13165 @section @command{sync}: Synchronize cached writes to persistent storage
13167 @pindex sync
13168 @cindex synchronize file system and memory
13169 @cindex Synchronize cached writes to persistent storage
13171 @command{sync} synchronizes in memory files or file systems to persistent
13172 storage.  Synopsis:
13174 @example
13175 sync [@var{option}] [@var{file}]@dots{}
13176 @end example
13178 @cindex superblock, writing
13179 @cindex inodes, written buffered
13180 @command{sync} writes any data buffered in memory out to the storage device.
13181 This can
13182 include (but is not limited to) modified superblocks, modified inodes,
13183 and delayed reads and writes.  This must be implemented by the kernel;
13184 The @command{sync} program does nothing but exercise the @code{sync},
13185 @code{syncfs}, @code{fsync}, and @code{fdatasync} system calls.
13187 @cindex crashes and corruption
13188 The kernel keeps data in memory to avoid doing (relatively slow) device
13189 reads and writes.  This improves performance, but if the computer
13190 crashes, data may be lost or the file system corrupted as a
13191 result.  The @command{sync} command instructs the kernel to write
13192 data in memory to persistent storage.
13194 If any argument is specified then only those files will be
13195 synchronized using the fsync(2) syscall by default.
13197 If at least one file is specified, it is possible to change the
13198 synchronization method with the following options.  Also see
13199 @ref{Common options}.
13201 @table @samp
13202 @item -d
13203 @itemx --data
13204 @opindex --data
13205 Use fdatasync(2) to sync only the data for the file,
13206 and any metadata required to maintain file system consistency.
13208 @item -f
13209 @itemx --file-system
13210 @opindex --file-system
13211 Synchronize all the I/O waiting for the file systems that contain the file,
13212 using the syscall syncfs(2).  You would usually @emph{not} specify
13213 this option if passing a device node like @samp{/dev/sda} for example,
13214 as that would sync the containing file system rather than the referenced one.
13215 Depending on the system, passing individual device nodes or files
13216 may have different sync characteristics than using no arguments.
13217 I.e., arguments passed to fsync(2) may provide greater guarantees through
13218 write barriers, than a global sync(2) used when no arguments are provided.
13219 @end table
13221 @exitstatus
13224 @node truncate invocation
13225 @section @command{truncate}: Shrink or extend the size of a file
13227 @pindex truncate
13228 @cindex truncating, file sizes
13230 @command{truncate} shrinks or extends the size of each @var{file} to the
13231 specified size.  Synopsis:
13233 @example
13234 truncate @var{option}@dots{} @var{file}@dots{}
13235 @end example
13237 @cindex files, creating
13238 Any @var{file} that does not exist is created.
13240 @cindex sparse files, creating
13241 @cindex holes, creating files with
13242 If a @var{file} is larger than the specified size, the extra data is lost.
13243 If a @var{file} is shorter, it is extended and the sparse extended part
13244 (or hole) reads as zero bytes.
13246 The program accepts the following options.  Also see @ref{Common options}.
13248 @table @samp
13250 @item -c
13251 @itemx --no-create
13252 @opindex -c
13253 @opindex --no-create
13254 Do not create files that do not exist.
13256 @item -o
13257 @itemx --io-blocks
13258 @opindex -o
13259 @opindex --io-blocks
13260 Treat @var{size} as number of I/O blocks of the @var{file} rather than bytes.
13262 @item -r @var{rfile}
13263 @itemx --reference=@var{rfile}
13264 @opindex -r
13265 @opindex --reference
13266 Base the size of each @var{file} on the size of @var{rfile}.
13268 @item -s @var{size}
13269 @itemx --size=@var{size}
13270 @opindex -s
13271 @opindex --size
13272 Set or adjust the size of each @var{file} according to @var{size}.
13273 @var{size} is in bytes unless @option{--io-blocks} is specified.
13274 @multiplierSuffixesNoBlocks{size}
13276 @var{size} may also be prefixed by one of the following to adjust
13277 the size of each @var{file} based on its current size:
13278 @example
13279 @samp{+}  => extend by
13280 @samp{-}  => reduce by
13281 @samp{<}  => at most
13282 @samp{>}  => at least
13283 @samp{/}  => round down to multiple of
13284 @samp{%}  => round up to multiple of
13285 @end example
13287 @end table
13289 @exitstatus
13292 @node Printing text
13293 @chapter Printing text
13295 @cindex printing text, commands for
13296 @cindex commands for printing text
13298 This section describes commands that display text strings.
13300 @menu
13301 * echo invocation::             Print a line of text.
13302 * printf invocation::           Format and print data.
13303 * yes invocation::              Print a string until interrupted.
13304 @end menu
13307 @node echo invocation
13308 @section @command{echo}: Print a line of text
13310 @pindex echo
13311 @cindex displaying text
13312 @cindex printing text
13313 @cindex text, displaying
13314 @cindex arbitrary text, displaying
13316 @command{echo} writes each given @var{string} to standard output, with a
13317 space between each and a newline after the last one.  Synopsis:
13319 @example
13320 echo [@var{option}]@dots{} [@var{string}]@dots{}
13321 @end example
13323 @mayConflictWithShellBuiltIn{echo}
13325 Due to historical and backwards compatibility reasons, certain bare option-like
13326 strings cannot be passed to @command{echo} as non-option arguments.
13327 It is therefore not advisable to use @command{echo} for printing unknown or
13328 variable arguments.  The @command{printf} command is recommended as a more
13329 portable and flexible replacement for tasks historically performed by
13330 @command{echo}.  @xref{printf invocation}.
13332 The program accepts the following options.  Also see @ref{Common options}.
13333 Options must precede operands, and the normally-special argument
13334 @samp{--} has no special meaning and is treated like any other
13335 @var{string}.
13337 @table @samp
13338 @item -n
13339 @opindex -n
13340 Do not output the trailing newline.
13342 @item -e
13343 @opindex -e
13344 @cindex backslash escapes
13345 Enable interpretation of the following backslash-escaped characters in
13346 each @var{string}:
13348 @table @samp
13349 @item \a
13350 alert (bell)
13351 @item \b
13352 backspace
13353 @item \c
13354 produce no further output
13355 @item \e
13356 escape
13357 @item \f
13358 form feed
13359 @item \n
13360 newline
13361 @item \r
13362 carriage return
13363 @item \t
13364 horizontal tab
13365 @item \v
13366 vertical tab
13367 @item \\
13368 backslash
13369 @item \0@var{nnn}
13370 the eight-bit value that is the octal number @var{nnn}
13371 (zero to three octal digits), if @var{nnn} is
13372 a nine-bit value, the ninth bit is ignored
13373 @item \@var{nnn}
13374 the eight-bit value that is the octal number @var{nnn}
13375 (one to three octal digits), if @var{nnn} is
13376 a nine-bit value, the ninth bit is ignored
13377 @item \x@var{hh}
13378 the eight-bit value that is the hexadecimal number @var{hh}
13379 (one or two hexadecimal digits)
13380 @end table
13382 @item -E
13383 @opindex -E
13384 @cindex backslash escapes
13385 Disable interpretation of backslash escapes in each @var{string}.
13386 This is the default.  If @option{-e} and @option{-E} are both
13387 specified, the last one given takes effect.
13389 @end table
13391 @vindex POSIXLY_CORRECT
13392 If the @env{POSIXLY_CORRECT} environment variable is set, then when
13393 @command{echo}'s first argument is not @option{-n} it outputs
13394 option-like arguments instead of treating them as options.  For
13395 example, @code{echo -ne hello} outputs @samp{-ne hello} instead of
13396 plain @samp{hello}.  Also backslash escapes are always enabled.
13397 To echo the string @samp{-n}, one of the characters
13398 can be escaped in either octal or hexadecimal representation.
13399 For example, @code{echo -e '\x2dn'}.
13401 POSIX does not require support for any options, and says
13402 that the behavior of @command{echo} is implementation-defined if any
13403 @var{string} contains a backslash or if the first argument is @option{-n}.
13404 Portable programs should use the @command{printf} command instead.
13405 @xref{printf invocation}.
13407 @exitstatus
13410 @node printf invocation
13411 @section @command{printf}: Format and print data
13413 @pindex printf
13414 @command{printf} does formatted printing of text.  Synopsis:
13416 @example
13417 printf @var{format} [@var{argument}]@dots{}
13418 @end example
13420 @command{printf} prints the @var{format} string, interpreting @samp{%}
13421 directives and @samp{\} escapes to format numeric and string arguments
13422 in a way that is mostly similar to the C @samp{printf} function,
13423 and C language escape sequence processing.
13424 @xref{Output Conversion Syntax,, @command{printf} format directives,
13425 libc, The GNU C Library Reference Manual}, for details.
13426 See also @uref{https://en.cppreference.com/w/c/language/escape,
13427 C99 string escapes:}.  The differences are listed below.
13429 @mayConflictWithShellBuiltIn{printf}
13431 @itemize @bullet
13433 @item
13434 The @var{format} argument is reused as necessary to convert all the
13435 given @var{argument}s.  For example, the command @samp{printf %s a b}
13436 outputs @samp{ab}.
13438 @item
13439 Missing @var{argument}s are treated as null strings or as zeros,
13440 depending on whether the context expects a string or a number.  For
13441 example, the command @samp{printf %sx%d} prints @samp{x0}.
13443 @item
13444 Indexed arguments referenced with @samp{%...$} formats, can be
13445 mixed with standard sequential argument references,
13446 in which case both index types are independent.
13447 For example, the command @samp{printf '%1$s%s' A} prints @samp{AA}.
13448 Also the highest referenced argument, either indexed or sequential,
13449 is considered to be the last one referenced, when determining
13450 unused arguments for reprocessing with the @var{format} argument.
13452 @item
13453 @kindex \c
13454 An additional escape, @samp{\c}, causes @command{printf} to produce no
13455 further output.  For example, the command @samp{printf 'A%sC\cD%sF' B
13456 E} prints @samp{ABC}.
13458 @item
13459 The hexadecimal escape sequence @samp{\x@var{hh}} has at most two
13460 digits, as opposed to C where it can have an unlimited number of
13461 digits.  For example, the command @samp{printf '\x07e'} prints two
13462 bytes, whereas the C statement @samp{printf ("\x07e")} prints just
13463 one.
13465 @item
13466 @kindex %b
13467 An additional directive @samp{%b}, prints its
13468 argument string with @samp{\} escapes interpreted in the same way as in
13469 the @var{format} string, except that octal escapes should have a leading
13470 @samp{0} like @samp{\0@var{nnn}}.
13471 If @samp{@var{nnn}} is a nine-bit value, ignore the ninth bit.
13472 If a precision is also given, it limits the number of bytes printed
13473 from the converted string.
13475 @item
13476 @kindex %q
13477 An additional directive @samp{%q}, prints its argument string
13478 in a format that can be reused as input by most shells.
13479 Non-printable characters are escaped with the POSIX @samp{$''} syntax,
13480 and shell metacharacters are quoted appropriately.
13481 This is an equivalent format to @command{ls --quoting=shell-escape} output.
13483 @item
13484 Numeric arguments must be single C constants, possibly with leading
13485 @samp{+} or @samp{-}.  For example, @samp{printf %.4d -3} outputs
13486 @samp{-0003}.
13488 @item
13489 @vindex POSIXLY_CORRECT
13490 If the leading character of a numeric argument is @samp{"} or @samp{'}
13491 then its value is the numeric value of the immediately following
13492 character.  Any remaining characters are silently ignored if the
13493 @env{POSIXLY_CORRECT} environment variable is set; otherwise, a
13494 warning is printed.  For example, @samp{printf "%d" "'a"} outputs
13495 @samp{97} on hosts that use the ASCII character set, since
13496 @samp{a} has the numeric value 97 in ASCII.
13498 @end itemize
13500 @vindex LC_NUMERIC
13501 A floating point argument is interpreted according to
13502 the @env{LC_NUMERIC} category of either the current or the C locale,
13503 and is printed according to the current locale.
13504 For example, in a locale whose decimal point character is a comma,
13505 the command @samp{printf '%g %g' 2,5 2.5} outputs @samp{2,5 2,5}.
13506 @xref{Floating point}.
13508 @kindex \@var{ooo}
13509 @kindex \x@var{hh}
13510 @command{printf} interprets @samp{\@var{ooo}} in @var{format} as an octal number
13511 (if @var{ooo} is 1 to 3 octal digits) specifying a byte to print,
13512 and @samp{\x@var{hh}} as a hexadecimal number (if @var{hh} is 1 to 2 hex
13513 digits) specifying a character to print.
13514 However, when @samp{\@var{ooo}} specifies a number larger than 255,
13515 @command{printf} ignores the ninth bit.
13516 For example, @samp{printf '\400'} is equivalent to @samp{printf '\0'}.
13518 @kindex \uhhhh
13519 @kindex \Uhhhhhhhh
13520 @cindex Unicode
13521 @cindex ISO/IEC 10646
13522 @vindex LC_CTYPE
13523 @command{printf} interprets two syntax forms for specifying Unicode
13524 (ISO/IEC 10646) characters.
13525 @samp{\u} for 16-bit Unicode characters, specified as
13526 four hexadecimal digits @var{hhhh}, and @samp{\U} for 32-bit Unicode
13527 characters, specified as eight hexadecimal digits @var{hhhhhhhh}.
13528 @command{printf} outputs the Unicode characters
13529 according to the @env{LC_CTYPE} locale.  Unicode characters in the range
13530 U+D800@dots{}U+DFFF cannot be specified by this syntax.
13531 This syntax fully supports the universal character subset
13532 introduced in ISO C 99.
13534 The processing of @samp{\u} and @samp{\U} requires a full-featured
13535 @code{iconv} facility.  It is activated on systems with glibc 2.2 (or newer),
13536 or when @code{libiconv} is installed prior to this package.  Otherwise
13537 @samp{\u} and @samp{\U} will print as-is.
13539 Unicode character syntax is useful for writing strings in a locale
13540 independent way.  For example, a string containing the Euro currency symbol
13542 @example
13543 $ env printf '\u20AC 14.95'
13544 @end example
13546 @noindent
13547 will be output correctly in all locales supporting the Euro symbol
13548 (ISO-8859-15, UTF-8, and others).  Similarly, a Chinese string
13550 @example
13551 $ env printf '\u4e2d\u6587'
13552 @end example
13554 @noindent
13555 will be output correctly in all Chinese locales (GB2312, BIG5, UTF-8, etc).
13557 In these examples, the @command{printf} command was
13558 invoked via @command{env} to ensure that we run the program found via
13559 your shell's search path, and not a shell alias or a built-in function.
13561 For larger strings, you don't need to look up the hexadecimal code
13562 values of each character one by one.  ASCII characters mixed with \u
13563 escape sequences is also known as the JAVA source file encoding.  You can
13564 use GNU recode 3.5c (or newer) to convert strings to this encoding.  Here
13565 is how to convert a piece of text into a shell script which will output
13566 this text in a locale-independent way:
13568 @example
13569 $ LC_CTYPE=zh_TW.big5 env printf \
13570     '\u4e2d\u6587\n' > sample.txt
13571 $ recode BIG5..JAVA < sample.txt \
13572     | sed -e "s|^|env printf '|" -e "s|%|%%|g" -e "s|$|\\\\n'|" \
13573     > sample.sh
13574 @end example
13576 The only options are a lone @option{--help} or
13577 @option{--version}.  @xref{Common options}.
13578 Options must precede operands.
13580 @exitstatus
13583 @node yes invocation
13584 @section @command{yes}: Print a string until interrupted
13586 @pindex yes
13587 @cindex repeated output of a string
13589 @command{yes} prints the command line arguments, separated by spaces and
13590 followed by a newline, forever until it is killed.  If no arguments are
13591 given, it prints @samp{y} followed by a newline forever until killed.
13593 Upon a write error, @command{yes} exits with status @samp{1}.
13595 The only options are a lone @option{--help} or @option{--version}.
13596 To output an argument that begins with
13597 @samp{-}, precede it with @option{--}, e.g., @samp{yes -- --help}.
13598 @xref{Common options}.
13601 @node Conditions
13602 @chapter Conditions
13604 @cindex conditions
13605 @cindex commands for exit status
13606 @cindex exit status commands
13608 This section describes commands that are primarily useful for their exit
13609 status, rather than their output.  Thus, they are often used as the
13610 condition of shell @code{if} statements, or as the last command in a
13611 pipeline.
13613 @menu
13614 * false invocation::            Do nothing, unsuccessfully.
13615 * true invocation::             Do nothing, successfully.
13616 * test invocation::             Check file types and compare values.
13617 * expr invocation::             Evaluate expressions.
13618 @end menu
13621 @node false invocation
13622 @section @command{false}: Do nothing, unsuccessfully
13624 @pindex false
13625 @cindex do nothing, unsuccessfully
13626 @cindex failure exit status
13627 @cindex exit status of @command{false}
13629 @command{false} does nothing except return an exit status of 1, meaning
13630 @dfn{failure}.  It can be used as a place holder in shell scripts
13631 where an unsuccessful command is needed.
13632 In most modern shells, @command{false} is a built-in command, so when
13633 you use @samp{false} in a script, you're probably using the built-in
13634 command, not the one documented here.
13636 @command{false} honors the @option{--help} and @option{--version} options.
13638 This version of @command{false} is implemented as a C program, and is thus
13639 more secure and faster than a shell script implementation, and may safely
13640 be used as a dummy shell for the purpose of disabling accounts.
13642 Unlike all other programs mentioned in this manual, @command{false}
13643 always exits unsuccessfully, even when invoked with
13644 @option{--help} or @option{--version}.
13646 Portable programs should not assume that the exit status of
13647 @command{false} is 1, as it is greater than 1 on some
13648 non-GNU hosts.
13651 @node true invocation
13652 @section @command{true}: Do nothing, successfully
13654 @pindex true
13655 @cindex do nothing, successfully
13656 @cindex no-op
13657 @cindex successful exit
13658 @cindex exit status of @command{true}
13660 @command{true} does nothing except return an exit status of 0, meaning
13661 @dfn{success}.  It can be used as a place holder in shell scripts
13662 where a successful command is needed, although the shell built-in
13663 command @code{:} (colon) may do the same thing faster.
13664 In most modern shells, @command{true} is a built-in command, so when
13665 you use @samp{true} in a script, you're probably using the built-in
13666 command, not the one documented here.
13668 @command{true} honors the @option{--help} and @option{--version} options.
13670 However, it is possible to cause @command{true}
13671 to exit with nonzero status: with the @option{--help} or @option{--version}
13672 option, and with standard
13673 output already closed or redirected to a file that evokes an I/O error.
13674 For example, using a Bourne-compatible shell:
13676 @example
13677 $ ./true --version >&-
13678 ./true: write error: Bad file number
13679 $ ./true --version > /dev/full
13680 ./true: write error: No space left on device
13681 @end example
13683 This version of @command{true} is implemented as a C program, and is thus
13684 more secure and faster than a shell script implementation, and may safely
13685 be used as a dummy shell for the purpose of disabling accounts.
13687 @node test invocation
13688 @section @command{test}: Check file types and compare values
13690 @pindex test
13691 @pindex [
13692 @cindex check file types
13693 @cindex compare values
13694 @cindex expression evaluation
13696 @command{test} returns a status of 0 (true) or 1 (false) depending on the
13697 evaluation of the conditional expression @var{expr}.  Each part of the
13698 expression must be a separate argument.
13700 @command{test} has file status checks, string operators, and numeric
13701 comparison operators.
13703 @command{test} has an alternate form that uses opening and closing
13704 square brackets instead a leading @samp{test}.  For example, instead
13705 of @samp{test -d /}, you can write @samp{[ -d / ]}.  The square
13706 brackets must be separate arguments; for example, @samp{[-d /]} does
13707 not have the desired effect.  Since @samp{test @var{expr}} and @samp{[
13708 @var{expr} ]} have the same meaning, only the former form is discussed
13709 below.
13711 Synopses:
13713 @example
13714 test @var{expression}
13715 test
13716 [ @var{expression} ]
13717 [ ]
13718 [ @var{option}
13719 @end example
13721 @mayConflictWithShellBuiltIn{test}
13723 If @var{expression} is omitted, @command{test} returns false.
13724 If @var{expression} is a single argument,
13725 @command{test} returns false if the argument is null and true
13726 otherwise.  The argument
13727 can be any string, including strings like @samp{-d}, @samp{-1},
13728 @samp{--}, @samp{--help}, and @samp{--version} that most other
13729 programs would treat as options.  To get help and version information,
13730 invoke the commands @samp{[ --help} and @samp{[ --version}, without
13731 the usual closing brackets.  @xref{Common options}.
13733 @cindex exit status of @command{test}
13734 Exit status:
13736 @display
13737 0 if the expression is true,
13738 1 if the expression is false,
13739 2 if an error occurred.
13740 @end display
13742 @menu
13743 * File type tests::             @code{-[bcdfhLpSt]}
13744 * Access permission tests::     @code{-[gkruwxOG]}
13745 * File characteristic tests::   @code{-e -s -nt -ot -ef}
13746 * String tests::                @code{-z -n = == != > <}
13747 * Numeric tests::               @code{-eq -ne -lt -le -gt -ge}
13748 * Connectives for test::        @code{! -a -o}
13749 @end menu
13752 @node File type tests
13753 @subsection File type tests
13755 @cindex file type tests
13757 These options test for particular types of files.  (Everything's a file,
13758 but not all files are the same!)
13760 @table @samp
13762 @item -b @var{file}
13763 @opindex -b
13764 @cindex block special check
13765 True if @var{file} exists and is a block special device.
13767 @item -c @var{file}
13768 @opindex -c
13769 @cindex character special check
13770 True if @var{file} exists and is a character special device.
13772 @item -d @var{file}
13773 @opindex -d
13774 @cindex directory check
13775 True if @var{file} exists and is a directory.
13777 @item -f @var{file}
13778 @opindex -f
13779 @cindex regular file check
13780 True if @var{file} exists and is a regular file.
13782 @item -h @var{file}
13783 @itemx -L @var{file}
13784 @opindex -L
13785 @opindex -h
13786 @cindex symbolic link check
13787 True if @var{file} exists and is a symbolic link.
13788 Unlike all other file-related tests, this test does not dereference
13789 @var{file} if it is a symbolic link.
13791 @item -p @var{file}
13792 @opindex -p
13793 @cindex named pipe check
13794 True if @var{file} exists and is a named pipe.
13796 @item -S @var{file}
13797 @opindex -S
13798 @cindex socket check
13799 True if @var{file} exists and is a socket.
13801 @item -t @var{fd}
13802 @opindex -t
13803 @cindex terminal check
13804 True if @var{fd} is a file descriptor that is associated with a
13805 terminal.
13807 @end table
13810 @node Access permission tests
13811 @subsection Access permission tests
13813 @cindex access permission tests
13814 @cindex permission tests
13816 These options test for particular access permissions.
13818 @table @samp
13820 @item -g @var{file}
13821 @opindex -g
13822 @cindex set-group-ID check
13823 True if @var{file} exists and has its set-group-ID bit set.
13825 @item -k @var{file}
13826 @opindex -k
13827 @cindex sticky bit check
13828 True if @var{file} exists and has its @dfn{sticky} bit set.
13830 @item -r @var{file}
13831 @opindex -r
13832 @cindex readable file check
13833 True if @var{file} exists and the user has read access.
13835 @item -u @var{file}
13836 @opindex -u
13837 @cindex set-user-ID check
13838 True if @var{file} exists and has its set-user-ID bit set.
13840 @item -w @var{file}
13841 @opindex -w
13842 @cindex writable file check
13843 True if @var{file} exists and the user has write access.
13845 @item -x @var{file}
13846 @opindex -x
13847 @cindex executable file check
13848 True if @var{file} exists and the user has execute access
13849 (or search permission, if it is a directory).
13851 @item -O @var{file}
13852 @opindex -O
13853 @cindex owned by effective user ID check
13854 True if @var{file} exists and is owned by the current effective user ID.
13856 @item -G @var{file}
13857 @opindex -G
13858 @cindex owned by effective group ID check
13859 True if @var{file} exists and is owned by the current effective group ID.
13861 @end table
13863 @node File characteristic tests
13864 @subsection File characteristic tests
13866 @cindex file characteristic tests
13868 These options test other file characteristics.
13870 @table @samp
13872 @item -e @var{file}
13873 @opindex -e
13874 @cindex existence-of-file check
13875 True if @var{file} exists.
13877 @item -s @var{file}
13878 @opindex -s
13879 @cindex nonempty file check
13880 True if @var{file} exists and has a size greater than zero.
13882 @item @var{file1} -nt @var{file2}
13883 @opindex -nt
13884 @cindex newer-than file check
13885 True if @var{file1} is newer (according to modification date) than
13886 @var{file2}, or if @var{file1} exists and @var{file2} does not.
13888 @item @var{file1} -ot @var{file2}
13889 @opindex -ot
13890 @cindex older-than file check
13891 True if @var{file1} is older (according to modification date) than
13892 @var{file2}, or if @var{file2} exists and @var{file1} does not.
13894 @item @var{file1} -ef @var{file2}
13895 @opindex -ef
13896 @cindex same file check
13897 @cindex hard link check
13898 True if @var{file1} and @var{file2} have the same device and inode
13899 numbers, i.e., if they are hard links to each other.
13901 @item -N @var{file}
13902 @opindex -N
13903 @cindex mtime-greater-atime file check
13904 True if @var{file} exists and has been modified (mtime) since it was
13905 last read (atime).
13907 @end table
13910 @node String tests
13911 @subsection String tests
13913 @cindex string tests
13915 These options test string characteristics.  You may need to quote
13916 @var{string} arguments for the shell.  For example:
13918 @example
13919 test -n "$V"
13920 @end example
13922 The quotes here prevent the wrong arguments from being passed to
13923 @command{test} if @samp{$V} is empty or contains special characters.
13925 @table @samp
13927 @item -z @var{string}
13928 @opindex -z
13929 @cindex zero-length string check
13930 True if the length of @var{string} is zero.
13932 @item -n @var{string}
13933 @itemx @var{string}
13934 @opindex -n
13935 @cindex nonzero-length string check
13936 True if the length of @var{string} is nonzero.
13938 @item @var{string1} = @var{string2}
13939 @opindex =
13940 @cindex equal string check
13941 True if the strings are equal.
13943 @item @var{string1} == @var{string2}
13944 @opindex ==
13945 @cindex equal string check
13946 True if the strings are equal (synonym for @samp{=}).
13947 This form is not as portable to other
13948 shells and systems.
13950 @item @var{string1} != @var{string2}
13951 @opindex !=
13952 @cindex not-equal string check
13953 True if the strings are not equal.
13955 @item @var{string1} > @var{string2}
13956 @opindex >
13957 @cindex greater-than string check
13958 True if @var{string1} is greater than @var{string2} in the current locale.
13960 @item @var{string1} < @var{string2}
13961 @opindex <
13962 @cindex less-than string check
13963 True if @var{string1} is less than @var{string2} in the current locale.
13965 @end table
13968 @node Numeric tests
13969 @subsection Numeric tests
13971 @cindex numeric tests
13972 @cindex arithmetic tests
13974 Numeric relational operators.  The arguments must be entirely numeric
13975 (possibly negative), or the special expression @w{@code{-l @var{string}}},
13976 which evaluates to the length of @var{string}.
13978 @table @samp
13980 @item @var{arg1} -eq @var{arg2}
13981 @itemx @var{arg1} -ne @var{arg2}
13982 @itemx @var{arg1} -lt @var{arg2}
13983 @itemx @var{arg1} -le @var{arg2}
13984 @itemx @var{arg1} -gt @var{arg2}
13985 @itemx @var{arg1} -ge @var{arg2}
13986 @opindex -eq
13987 @opindex -ne
13988 @opindex -lt
13989 @opindex -le
13990 @opindex -gt
13991 @opindex -ge
13992 These arithmetic binary operators return true if @var{arg1} is equal,
13993 not-equal, less-than, less-than-or-equal, greater-than, or
13994 greater-than-or-equal than @var{arg2}, respectively.
13996 @end table
13998 For example:
14000 @example
14001 test -1 -gt -2 && echo yes
14002 @result{} yes
14003 test -l abc -gt 1 && echo yes
14004 @result{} yes
14005 test 0x100 -eq 1
14006 @error{} test: integer expression expected before -eq
14007 @end example
14010 @node Connectives for test
14011 @subsection Connectives for @command{test}
14013 @cindex logical connectives
14014 @cindex connectives, logical
14016 It is better to use shell logical primitives
14017 rather than these logical connectives internal to @command{test},
14018 because an expression may become ambiguous
14019 depending on the expansion of its parameters.
14021 For example, this becomes ambiguous when @samp{$1}
14022 is set to @samp{'!'} and @samp{$2} to the empty string @samp{''}:
14024 @example
14025 test "$1" -a "$2"
14026 @end example
14028 and should be written as:
14030 @example
14031 test "$1" && test "$2"
14032 @end example
14034 The shell logical primitives also benefit from
14035 short circuit operation, which can be significant
14036 for file attribute tests.
14038 @table @samp
14040 @item ! @var{expr}
14041 @opindex !
14042 True if @var{expr} is false.
14043 @samp{!} has lower precedence than all parts of @var{expr}.
14044 The @samp{!} should be specified to the left
14045 of a binary expression, I.e., @samp{! 1 -gt 2}
14046 rather than @samp{1 ! -gt 2}.
14048 @item @var{expr1} -a @var{expr2}
14049 @opindex -a
14050 @cindex logical and operator
14051 @cindex and operator
14052 True if both @var{expr1} and @var{expr2} are true.
14053 @samp{-a} is left associative,
14054 and has a higher precedence than @samp{-o}.
14056 @item @var{expr1} -o @var{expr2}
14057 @opindex -o
14058 @cindex logical or operator
14059 @cindex or operator
14060 True if either @var{expr1} or @var{expr2} is true.
14061 @samp{-o} is left associative.
14063 @end table
14066 @node expr invocation
14067 @section @command{expr}: Evaluate expressions
14069 @pindex expr
14070 @cindex expression evaluation
14071 @cindex evaluation of expressions
14073 @command{expr} evaluates an expression and writes the result on standard
14074 output.  Each token of the expression must be a separate argument.
14076 Operands are either integers or strings.  Integers consist of one or
14077 more decimal digits, with an optional leading @samp{-}.
14078 @command{expr} converts
14079 anything appearing in an operand position to an integer or a string
14080 depending on the operation being applied to it.
14082 Strings are not quoted for @command{expr} itself, though you may need to
14083 quote them to protect characters with special meaning to the shell,
14084 e.g., spaces.  However, regardless of whether it is quoted, a string
14085 operand should not be a parenthesis or any of @command{expr}'s
14086 operators like @code{+}, so you cannot safely pass an arbitrary string
14087 @code{$str} to expr merely by quoting it to the shell.  One way to
14088 work around this is to use the GNU extension @code{+},
14089 (e.g., @code{+ "$str" = foo}); a more portable way is to use
14090 @code{@w{" $str"}} and to adjust the rest of the expression to take
14091 the leading space into account (e.g., @code{@w{" $str" = " foo"}}).
14093 You should not pass a negative integer or a string with leading
14094 @samp{-} as @command{expr}'s first argument, as it might be
14095 misinterpreted as an option; this can be avoided by parenthesization.
14096 Also, portable scripts should not use a string operand that happens to
14097 take the form of an integer; this can be worked around by inserting
14098 leading spaces as mentioned above.
14100 @cindex parentheses for grouping
14101 Operators may be given as infix symbols or prefix keywords.  Parentheses
14102 may be used for grouping in the usual manner.  You must quote
14103 parentheses and many operators to avoid the shell evaluating them,
14104 however.
14106 Because @command{expr} uses multiple-precision arithmetic, it works
14107 with integers wider than those of machine registers.
14109 The only options are @option{--help} and @option{--version}.  @xref{Common
14110 options}.  Options must precede operands.
14112 @cindex exit status of @command{expr}
14113 Exit status:
14115 @display
14116 0 if the expression is neither null nor 0,
14117 1 if the expression is null or 0,
14118 2 if the expression is invalid,
14119 3 if an internal error occurred (e.g., arithmetic overflow).
14120 @end display
14122 @menu
14123 * String expressions::          @code{+ : match substr index length}
14124 * Numeric expressions::         @code{+ - * / %}
14125 * Relations for expr::          @code{| & < <= = == != >= >}
14126 * Examples of expr::            Examples.
14127 @end menu
14130 @node String expressions
14131 @subsection String expressions
14133 @cindex string expressions
14134 @cindex expressions, string
14136 @command{expr} supports pattern matching and other string operators.  These
14137 have higher precedence than both the numeric and relational operators (in
14138 the next sections).
14140 @table @samp
14142 @item @var{string} : @var{regex}
14143 @cindex pattern matching
14144 @cindex regular expression matching
14145 @cindex matching patterns
14146 Perform pattern matching.  The arguments are converted to strings and the
14147 second is considered to be a (basic, a la GNU @code{grep}) regular
14148 expression, with a @code{^} implicitly prepended.  The first argument is
14149 then matched against this regular expression.
14151 If @var{regex} does not use @samp{\(} and @samp{\)}, the @code{:}
14152 expression returns the number of characters matched, or 0 if the match
14153 fails.
14155 If @var{regex} uses @samp{\(} and @samp{\)}, the @code{:} expression
14156 returns the part of @var{string} that matched the subexpression, or
14157 the null string if the match failed or the subexpression did not
14158 contribute to the match.
14160 @kindex \( @r{regexp operator}
14161 Only the first @samp{\( @dots{} \)} pair is relevant to the return
14162 value; additional pairs are meaningful only for grouping the regular
14163 expression operators.
14165 @kindex \+ @r{regexp operator}
14166 @kindex \? @r{regexp operator}
14167 @kindex \| @r{regexp operator}
14168 In the regular expression, @code{\+}, @code{\?}, and @code{\|} are
14169 operators which respectively match one or more, zero or one, or separate
14170 alternatives.  These operators are GNU extensions.  @xref{Regular Expressions,,
14171 Regular Expressions, grep, The GNU Grep Manual}, for details of
14172 regular expression syntax.  Some examples are in @ref{Examples of expr}.
14174 @item match @var{string} @var{regex}
14175 @findex match
14176 An alternative way to do pattern matching.  This is the same as
14177 @w{@samp{@var{string} : @var{regex}}}.
14179 @item substr @var{string} @var{position} @var{length}
14180 @findex substr
14181 Returns the substring of @var{string} beginning at @var{position}
14182 with length at most @var{length}.  If either @var{position} or
14183 @var{length} is negative, zero, or non-numeric, returns the null string.
14185 @item index @var{string} @var{charset}
14186 @findex index
14187 Returns the first position in @var{string} where the first character in
14188 @var{charset} was found.  If no character in @var{charset} is found in
14189 @var{string}, return 0.
14191 @item length @var{string}
14192 @findex length
14193 Returns the length of @var{string}.
14195 @item + @var{token}
14196 @kindex +
14197 Interpret @var{token} as a string, even if it is a keyword like @var{match}
14198 or an operator like @code{/}.
14199 This makes it possible to test @code{expr length + "$x"} or
14200 @code{expr + "$x" : '.*/\(.\)'} and have it do the right thing even if
14201 the value of @var{$x} happens to be (for example) @code{/} or @code{index}.
14202 This operator is a GNU extension.  Portable shell scripts should use
14203 @code{@w{" $token"} : @w{' \(.*\)'}} instead of @code{+ "$token"}.
14205 @end table
14207 To make @command{expr} interpret keywords as strings, you must use the
14208 @code{quote} operator.
14211 @node Numeric expressions
14212 @subsection Numeric expressions
14214 @cindex numeric expressions
14215 @cindex expressions, numeric
14217 @command{expr} supports the usual numeric operators, in order of increasing
14218 precedence.  These numeric operators have lower precedence than the
14219 string operators described in the previous section, and higher precedence
14220 than the connectives (next section).
14222 @table @samp
14224 @item + -
14225 @kindex +
14226 @kindex -
14227 @cindex addition
14228 @cindex subtraction
14229 Addition and subtraction.  Both arguments are converted to integers;
14230 an error occurs if this cannot be done.
14232 @item * / %
14233 @kindex *
14234 @kindex /
14235 @kindex %
14236 @cindex multiplication
14237 @cindex division
14238 @cindex remainder
14239 Multiplication, division, remainder.  Both arguments are converted to
14240 integers; an error occurs if this cannot be done.
14242 @end table
14245 @node Relations for expr
14246 @subsection Relations for @command{expr}
14248 @cindex connectives, logical
14249 @cindex logical connectives
14250 @cindex relations, numeric or string
14252 @command{expr} supports the usual logical connectives and relations.  These
14253 have lower precedence than the string and numeric operators
14254 (previous sections).  Here is the list, lowest-precedence operator first.
14256 @table @samp
14258 @item |
14259 @kindex |
14260 @cindex logical or operator
14261 @cindex or operator
14262 Returns its first argument if that is neither null nor zero, otherwise
14263 its second argument if it is neither null nor zero, otherwise 0.  It
14264 does not evaluate its second argument if its first argument is neither
14265 null nor zero.
14267 @item &
14268 @kindex &
14269 @cindex logical and operator
14270 @cindex and operator
14271 Return its first argument if neither argument is null or zero, otherwise
14272 0.  It does not evaluate its second argument if its first argument is
14273 null or zero.
14275 @item < <= = == != >= >
14276 @kindex <
14277 @kindex <=
14278 @kindex =
14279 @kindex ==
14280 @kindex >
14281 @kindex >=
14282 @cindex comparison operators
14283 @vindex LC_COLLATE
14284 Compare the arguments and return 1 if the relation is true, 0 otherwise.
14285 @code{==} is a synonym for @code{=}.  @command{expr} first tries to convert
14286 both arguments to integers and do a numeric comparison; if either
14287 conversion fails, it does a lexicographic comparison using the character
14288 collating sequence specified by the @env{LC_COLLATE} locale.
14290 @end table
14293 @node Examples of expr
14294 @subsection Examples of using @command{expr}
14296 @cindex examples of @command{expr}
14297 Here are a few examples, including quoting for shell metacharacters.
14299 To add 1 to the shell variable @code{foo}, in Bourne-compatible shells:
14301 @example
14302 foo=$(expr $foo + 1)
14303 @end example
14305 To print the non-directory part of the file name stored in
14306 @code{$fname}, which need not contain a @code{/}:
14308 @example
14309 expr $fname : '.*/\(.*\)' '|' $fname
14310 @end example
14312 An example showing that @code{\+} is an operator:
14314 @example
14315 expr aaa : 'a\+'
14316 @result{} 3
14317 @end example
14319 @example
14320 expr abc : 'a\(.\)c'
14321 @result{} b
14322 expr index abcdef cz
14323 @result{} 3
14324 expr index index a
14325 @error{} expr: syntax error
14326 expr index + index a
14327 @result{} 0
14328 @end example
14331 @node Redirection
14332 @chapter Redirection
14334 @cindex redirection
14335 @cindex commands for redirection
14337 Unix shells commonly provide several forms of @dfn{redirection} -- ways
14338 to change the input source or output destination of a command.  But one
14339 useful redirection is performed by a separate command, not by the shell;
14340 it's described here.
14342 @menu
14343 * tee invocation::              Redirect output to multiple files or processes.
14344 @end menu
14347 @node tee invocation
14348 @section @command{tee}: Redirect output to multiple files or processes
14350 @pindex tee
14351 @cindex pipe fitting
14352 @cindex destinations, multiple output
14353 @cindex read from standard input and write to standard output and files
14355 The @command{tee} command copies standard input to standard output and also
14356 to any files given as arguments.  This is useful when you want not only
14357 to send some data down a pipe, but also to save a copy.  Synopsis:
14359 @example
14360 tee [@var{option}]@dots{} [@var{file}]@dots{}
14361 @end example
14363 If a file being written to does not already exist, it is created.  If a
14364 file being written to already exists, the data it previously contained
14365 is overwritten unless the @option{-a} option is used.
14367 In previous versions of GNU Coreutils (5.3.0--8.23),
14368 a @var{file} of @samp{-}
14369 caused @command{tee} to send another copy of input to standard output.
14370 However, as the interleaved output was not very useful, @command{tee} now
14371 conforms to POSIX and treats @samp{-} as a file name.
14373 The program accepts the following options.  Also see @ref{Common options}.
14375 @table @samp
14376 @item -a
14377 @itemx --append
14378 @opindex -a
14379 @opindex --append
14380 Append standard input to the given files rather than overwriting
14381 them.
14383 @item -i
14384 @itemx --ignore-interrupts
14385 @opindex -i
14386 @opindex --ignore-interrupts
14387 Ignore interrupt signals.
14389 @item -p
14390 @itemx --output-error[=@var{mode}]
14391 @opindex -p
14392 @opindex --output-error
14393 Adjust the behavior with errors on the outputs.
14394 In summary @option{-p} allows @command{tee} to operate in a more
14395 appropriate manner with pipes, and to continue to process data
14396 to any remaining outputs, if any pipe outputs exit early.
14397 The default operation when @option{--output-error} is @emph{not}
14398 specified is to exit immediately on error writing to a pipe,
14399 and diagnose errors writing to a non-pipe.
14400 The long form @option{--output-error} option supports selection
14401 between the following @var{mode}s:
14403 @table @samp
14404 @item warn
14405 Warn on error opening or writing any output, including pipes.
14406 Writing is continued to still open files/pipes.
14407 Exit status indicates failure if any output has an error.
14409 @item warn-nopipe
14410 This is the default @var{mode} when not specified,
14411 or when the short form @option{-p} is used.
14412 Warn on error opening or writing any output, except pipes.
14413 Writing is continued to still open files/pipes.
14414 Exit immediately if all remaining outputs become broken pipes.
14415 Exit status indicates failure if any non pipe output had an error.
14417 @item exit
14418 Exit on error opening or writing any output, including pipes.
14420 @item exit-nopipe
14421 Exit on error opening or writing any output, except pipes.
14422 Exit immediately if all remaining outputs become broken pipes.
14423 @end table
14425 @end table
14427 The @command{tee} command is useful when you happen to be transferring a large
14428 amount of data and also want to summarize that data without reading
14429 it a second time.  For example, when you are downloading a DVD image,
14430 you often want to verify its signature or checksum right away.
14431 The inefficient way to do it is simply:
14433 @example
14434 wget https://example.com/some.iso && sha1sum some.iso
14435 @end example
14437 One problem with the above is that it makes you wait for the
14438 download to complete before starting the time-consuming SHA1 computation.
14439 Perhaps even more importantly, the above requires reading
14440 the DVD image a second time (the first was from the network).
14442 The efficient way to do it is to interleave the download
14443 and SHA1 computation.  Then, you'll get the checksum for
14444 free, because the entire process parallelizes so well:
14446 @example
14447 # slightly contrived, to demonstrate process substitution
14448 wget -O - https://example.com/dvd.iso \
14449   | tee >(sha1sum > dvd.sha1) > dvd.iso
14450 @end example
14452 That makes @command{tee} write not just to the expected output file,
14453 but also to a pipe running @command{sha1sum} and saving the final
14454 checksum in a file named @file{dvd.sha1}.
14456 However, this example relies on a feature of modern shells
14457 called @dfn{process substitution}
14458 (the @samp{>(command)} syntax, above;
14459 @xref{Process Substitution,,Process Substitution, bash,
14460 The Bash Reference Manual}.),
14461 so it works with @command{zsh}, @command{bash}, and @command{ksh},
14462 but not with @command{/bin/sh}.  So if you write code like this
14463 in a shell script, start the script with @samp{#!/bin/bash}.
14465 If any of the process substitutions (or piped standard output)
14466 might exit early without consuming all the data, the @option{-p} option
14467 is needed to allow @command{tee} to continue to process the input
14468 to any remaining outputs.
14470 Since the above example writes to one file and one process,
14471 a more conventional and portable use of @command{tee} is even better:
14473 @example
14474 wget -O - https://example.com/dvd.iso \
14475   | tee dvd.iso | sha1sum > dvd.sha1
14476 @end example
14478 You can extend this example to make @command{tee} write to two processes,
14479 computing MD5 and SHA1 checksums in parallel.  In this case,
14480 process substitution is required:
14482 @example
14483 wget -O - https://example.com/dvd.iso \
14484   | tee >(sha1sum > dvd.sha1) \
14485         >(md5sum > dvd.md5) \
14486   > dvd.iso
14487 @end example
14489 This technique is also useful when you want to make a @emph{compressed}
14490 copy of the contents of a pipe.
14491 Consider a tool to graphically summarize file system usage data from
14492 @samp{du -ak}.
14493 For a large hierarchy, @samp{du -ak} can run for a long time,
14494 and can easily produce terabytes of data, so you won't want to
14495 rerun the command unnecessarily.  Nor will you want to save
14496 the uncompressed output.
14498 Doing it the inefficient way, you can't even start the GUI
14499 until after you've compressed all of the @command{du} output:
14501 @example
14502 du -ak | gzip -9 > /tmp/du.gz
14503 gzip -d /tmp/du.gz | checkspace -a
14504 @end example
14506 With @command{tee} and process substitution, you start the GUI
14507 right away and eliminate the decompression completely:
14509 @example
14510 du -ak | tee >(gzip -9 > /tmp/du.gz) | checkspace -a
14511 @end example
14513 Finally, if you regularly create more than one type of
14514 compressed tarball at once, for example when @code{make dist} creates
14515 both @command{gzip}-compressed and @command{bzip2}-compressed tarballs,
14516 there may be a better way.
14517 Typical @command{automake}-generated @file{Makefile} rules create
14518 the two compressed tar archives with commands in sequence, like this
14519 (slightly simplified):
14521 @example
14522 tardir=your-pkg-M.N
14523 tar chof - "$tardir" | gzip  -9 -c > your-pkg-M.N.tar.gz
14524 tar chof - "$tardir" | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14525 @end example
14527 However, if the hierarchy you are archiving and compressing is larger
14528 than a couple megabytes, and especially if you are using a multi-processor
14529 system with plenty of memory, then you can do much better by reading the
14530 directory contents only once and running the compression programs in parallel:
14532 @example
14533 tardir=your-pkg-M.N
14534 tar chof - "$tardir" \
14535   | tee >(gzip -9 -c > your-pkg-M.N.tar.gz) \
14536   | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14537 @end example
14539 If you want to further process the output from process substitutions,
14540 and those processes write atomically (i.e., write less than the system's
14541 PIPE_BUF size at a time), that's possible with a construct like:
14543 @example
14544 tardir=your-pkg-M.N
14545 tar chof - "$tardir" \
14546   | tee >(md5sum --tag) > >(sha256sum --tag) \
14547   | sort | gpg --clearsign > your-pkg-M.N.tar.sig
14548 @end example
14550 @exitstatus
14553 @node File name manipulation
14554 @chapter File name manipulation
14556 @cindex file name manipulation
14557 @cindex manipulation of file names
14558 @cindex commands for file name manipulation
14560 This section describes commands that manipulate file names.
14562 @menu
14563 * basename invocation::         Strip directory and suffix from a file name.
14564 * dirname invocation::          Strip last file name component.
14565 * pathchk invocation::          Check file name validity and portability.
14566 * mktemp invocation::           Create temporary file or directory.
14567 * realpath invocation::         Print resolved file names.
14568 @end menu
14571 @node basename invocation
14572 @section @command{basename}: Strip directory and suffix from a file name
14574 @pindex basename
14575 @cindex strip directory and suffix from file names
14576 @cindex directory, stripping from file names
14577 @cindex suffix, stripping from file names
14578 @cindex file names, stripping directory and suffix
14579 @cindex leading directory components, stripping
14581 @command{basename} removes any leading directory components from
14582 @var{name}.  Synopsis:
14584 @example
14585 basename @var{name} [@var{suffix}]
14586 basename @var{option}@dots{} @var{name}@dots{}
14587 @end example
14589 If @var{suffix} is specified and is identical to the end of @var{name},
14590 it is removed from @var{name} as well.  Since trailing slashes
14591 are removed prior to suffix matching, @var{suffix} will do nothing if it
14592 contains slashes.  @command{basename} prints the result on standard
14593 output.
14595 @c This test is used both here and in the section on dirname.
14596 @macro basenameAndDirname
14597 Together, @command{basename} and @command{dirname} are designed such
14598 that if @samp{ls "$name"} succeeds, then the command sequence @samp{cd
14599 "$(dirname "$name")"; ls "$(basename "$name")"} will, too.  This works
14600 for everything except file names containing a trailing newline.
14601 @end macro
14602 @basenameAndDirname
14604 POSIX allows the implementation to define the results if
14605 @var{name} is empty or @samp{//}.  In the former case, GNU
14606 @command{basename} returns the empty string.  In the latter case, the
14607 result is @samp{//} on platforms where @var{//} is distinct from
14608 @var{/}, and @samp{/} on platforms where there is no difference.
14610 The program accepts the following options.  Also see @ref{Common options}.
14611 Options must precede operands.
14613 @table @samp
14615 @item -a
14616 @itemx --multiple
14617 @opindex -a
14618 @opindex --multiple
14619 Support more than one argument.  Treat every argument as a @var{name}.
14620 With this, an optional @var{suffix} must be specified using the
14621 @option{-s} option.
14623 @item -s @var{suffix}
14624 @itemx --suffix=@var{suffix}
14625 @opindex -s
14626 @opindex --suffix
14627 Remove a trailing @var{suffix}.
14628 This option implies the @option{-a} option.
14630 @optZero
14632 @end table
14634 @exitstatus
14636 Examples:
14638 @example
14639 # Output "sort".
14640 basename /usr/bin/sort
14642 # Output "stdio".
14643 basename include/stdio.h .h
14645 # Output "stdio".
14646 basename -s .h include/stdio.h
14648 # Output "stdio" followed by "stdlib"
14649 basename -a -s .h include/stdio.h include/stdlib.h
14650 @end example
14653 @node dirname invocation
14654 @section @command{dirname}: Strip last file name component
14656 @pindex dirname
14657 @cindex directory components, printing
14658 @cindex stripping non-directory suffix
14659 @cindex non-directory suffix, stripping
14661 @command{dirname} prints all but the final slash-delimited component
14662 of each @var{name}.  Slashes on either side of the final component are
14663 also removed.  If the string contains no slash, @command{dirname}
14664 prints @samp{.} (meaning the current directory).  Synopsis:
14666 @example
14667 dirname [@var{option}] @var{name}@dots{}
14668 @end example
14670 @var{name} need not be a file name, but if it is, this operation
14671 effectively lists the directory that contains the final component,
14672 including the case when the final component is itself a directory.
14674 @basenameAndDirname
14676 POSIX allows the implementation to define the results if
14677 @var{name} is @samp{//}.  With GNU @command{dirname}, the
14678 result is @samp{//} on platforms where @var{//} is distinct from
14679 @var{/}, and @samp{/} on platforms where there is no difference.
14681 The program accepts the following option.  Also see @ref{Common options}.
14683 @table @samp
14685 @optZero
14687 @end table
14689 @exitstatus
14691 Examples:
14693 @example
14694 # Output "/usr/bin".
14695 dirname /usr/bin/sort
14696 dirname /usr/bin//.//
14698 # Output "dir1" followed by "dir2"
14699 dirname dir1/str dir2/str
14701 # Output ".".
14702 dirname stdio.h
14703 @end example
14706 @node pathchk invocation
14707 @section @command{pathchk}: Check file name validity and portability
14709 @pindex pathchk
14710 @cindex file names, checking validity and portability
14711 @cindex valid file names, checking for
14712 @cindex portable file names, checking for
14714 @command{pathchk} checks validity and portability of file names.  Synopsis:
14716 @example
14717 pathchk [@var{option}]@dots{} @var{name}@dots{}
14718 @end example
14720 For each @var{name}, @command{pathchk} prints an error message if any of
14721 these conditions is true:
14723 @enumerate
14724 @item
14725 One of the existing directories in @var{name} does not have search
14726 (execute) permission,
14727 @item
14728 The length of @var{name} is larger than the maximum supported by the
14729 operating system.
14730 @item
14731 The length of one component of @var{name} is longer than
14732 its file system's maximum.
14733 @end enumerate
14735 A nonexistent @var{name} is not an error, so long as a file with that
14736 name could be created under the above conditions.
14738 The program accepts the following options.  Also see @ref{Common options}.
14739 Options must precede operands.
14741 @table @samp
14743 @item -p
14744 @opindex -p
14745 Instead of performing checks based on the underlying file system,
14746 print an error message if any of these conditions is true:
14748 @enumerate
14749 @item
14750 A file name is empty.
14752 @item
14753 A file name contains a character outside the POSIX portable file
14754 name character set, namely, the ASCII letters and digits, @samp{.},
14755 @samp{_}, @samp{-}, and @samp{/}.
14757 @item
14758 The length of a file name or one of its components exceeds the
14759 POSIX minimum limits for portability.
14760 @end enumerate
14762 @item -P
14763 @opindex -P
14764 Print an error message if a file name is empty, or if it contains a component
14765 that begins with @samp{-}.
14767 @item --portability
14768 @opindex --portability
14769 Print an error message if a file name is not portable to all POSIX
14770 hosts.  This option is equivalent to @samp{-p -P}.
14772 @end table
14774 @cindex exit status of @command{pathchk}
14775 Exit status:
14777 @display
14778 0 if all specified file names passed all checks,
14779 1 otherwise.
14780 @end display
14782 @node mktemp invocation
14783 @section @command{mktemp}: Create temporary file or directory
14785 @pindex mktemp
14786 @cindex file names, creating temporary
14787 @cindex directory, creating temporary
14788 @cindex temporary files and directories
14790 @command{mktemp} manages the creation of temporary files and
14791 directories.  Synopsis:
14793 @example
14794 mktemp [@var{option}]@dots{} [@var{template}]
14795 @end example
14797 Safely create a temporary file or directory based on @var{template},
14798 and print its name.  If given, @var{template} must include at least
14799 three consecutive @samp{X}s in the last component.  If omitted, the template
14800 @samp{tmp.XXXXXXXXXX} is used, and option @option{--tmpdir} is
14801 implied.  The final run of @samp{X}s in the @var{template} will be replaced
14802 by alpha-numeric characters; thus, on a case-sensitive file system,
14803 and with a @var{template} including a run of @var{n} instances of @samp{X},
14804 there are @samp{62**@var{n}} potential file names.
14806 Older scripts used to create temporary files by simply joining the
14807 name of the program with the process id (@samp{$$}) as a suffix.
14808 However, that naming scheme is easily predictable, and suffers from a
14809 race condition where the attacker can create an appropriately named
14810 symbolic link, such that when the script then opens a handle to what
14811 it thought was an unused file, it is instead modifying an existing
14812 file.  Using the same scheme to create a directory is slightly safer,
14813 since the @command{mkdir} will fail if the target already exists, but
14814 it is still inferior because it allows for denial of service attacks.
14815 Therefore, modern scripts should use the @command{mktemp} command to
14816 guarantee that the generated name will be unpredictable, and that
14817 knowledge of the temporary file name implies that the file was created
14818 by the current script and cannot be modified by other users.
14820 When creating a file, the resulting file has read and write
14821 permissions for the current user, but no permissions for the group or
14822 others; these permissions are reduced if the current umask is more
14823 restrictive.
14825 Here are some examples (although if you try them, you
14826 will most likely get different file names):
14828 @itemize @bullet
14830 @item
14831 Create a temporary file in the current directory.
14832 @example
14833 $ mktemp file.XXXX
14834 file.H47c
14835 @end example
14837 @item
14838 Create a temporary file with a known suffix.
14839 @example
14840 $ mktemp --suffix=.txt file-XXXX
14841 file-H08W.txt
14842 $ mktemp file-XXXX-XXXX.txt
14843 file-XXXX-eI9L.txt
14844 @end example
14846 @item
14847 Create a secure fifo relative to the user's choice of @env{TMPDIR},
14848 but falling back to the current directory rather than @file{/tmp}.
14849 Although @command{mktemp} does not create fifos, it can create a
14850 secure directory in which fifos can live.  Exit the shell if the
14851 directory or fifo could not be created.
14852 @example
14853 $ dir=$(mktemp -p "$@{TMPDIR:-.@}" -d dir-XXXX) || exit 1
14854 $ fifo=$dir/fifo
14855 $ mkfifo "$fifo" || @{ rmdir "$dir"; exit 1; @}
14856 @end example
14858 @item
14859 Create and use a temporary file if possible, but ignore failure.  The
14860 file will reside in the directory named by @env{TMPDIR}, if specified,
14861 or else in @file{/tmp}.
14862 @example
14863 $ file=$(mktemp -q) && @{
14864 >   # Safe to use $file only within this block.  Use quotes,
14865 >   # since $TMPDIR, and thus $file, may contain whitespace.
14866 >   echo ... > "$file"
14867 >   rm "$file"
14868 > @}
14869 @end example
14871 @item
14872 Act as a semi-random character generator (it is not fully random,
14873 since it is impacted by the contents of the current directory).  To
14874 avoid security holes, do not use the resulting names to create a file.
14875 @example
14876 $ mktemp -u XXX
14878 $ mktemp -u XXX
14880 @end example
14882 @end itemize
14884 The program accepts the following options.  Also see @ref{Common options}.
14886 @table @samp
14888 @item -d
14889 @itemx --directory
14890 @opindex -d
14891 @opindex --directory
14892 Create a directory rather than a file.  The directory will have read,
14893 write, and search permissions for the current user, but no permissions
14894 for the group or others; these permissions are reduced if the current
14895 umask is more restrictive.
14897 @item -q
14898 @itemx --quiet
14899 @opindex -q
14900 @opindex --quiet
14901 Suppress diagnostics about failure to create a file or directory.  The
14902 exit status will still reflect whether a file was created.
14904 @item -u
14905 @itemx --dry-run
14906 @opindex -u
14907 @opindex --dry-run
14908 Generate a temporary name that does not name an existing file, without
14909 changing the file system contents.  Using the output of this command
14910 to create a new file is inherently unsafe, as there is a window of
14911 time between generating the name and using it where another process
14912 can create an object by the same name.
14914 @item -p @var{dir}
14915 @itemx --tmpdir[=@var{dir}]
14916 @opindex -p
14917 @opindex --tmpdir
14918 Treat @var{template} relative to the directory @var{dir}.  If
14919 @var{dir} is not specified (only possible with the long option
14920 @option{--tmpdir}) or is the empty string, use the value of
14921 @env{TMPDIR} if available, otherwise use @samp{/tmp}.  If this is
14922 specified, @var{template} must not be absolute.  However,
14923 @var{template} can still contain slashes, although intermediate
14924 directories must already exist.
14926 @item --suffix=@var{suffix}
14927 @opindex --suffix
14928 Append @var{suffix} to the @var{template}.  @var{suffix} must not
14929 contain slash.  If @option{--suffix} is specified, @var{template} must
14930 end in @samp{X}; if it is not specified, then an appropriate
14931 @option{--suffix} is inferred by finding the last @samp{X} in
14932 @var{template}.  This option exists for use with the default
14933 @var{template} and for the creation of a @var{suffix} that starts with
14934 @samp{X}.
14936 @item -t
14937 @opindex -t
14938 Treat @var{template} as a single file relative to the value of
14939 @env{TMPDIR} if available, or to the directory specified by
14940 @option{-p}, otherwise to @samp{/tmp}.  @var{template} must not
14941 contain slashes.  This option is deprecated; the use of @option{-p}
14942 without @option{-t} offers better defaults (by favoring the command
14943 line over @env{TMPDIR}) and more flexibility (by allowing intermediate
14944 directories).
14946 @end table
14948 @cindex exit status of @command{mktemp}
14949 Exit status:
14951 @display
14952 0 if the file was created,
14953 1 otherwise.
14954 @end display
14957 @node realpath invocation
14958 @section @command{realpath}: Print the resolved file name.
14960 @pindex realpath
14961 @cindex file names, canonicalization
14962 @cindex symlinks, resolution
14963 @cindex canonical file name
14964 @cindex canonicalize a file name
14965 @pindex realpath
14966 @findex realpath
14968 @command{realpath} expands all symbolic links and resolves references to
14969 @samp{/./}, @samp{/../} and extra @samp{/} characters.  By default,
14970 all but the last component of the specified files must exist.  Synopsis:
14972 @example
14973 realpath [@var{option}]@dots{} @var{file}@dots{}
14974 @end example
14976 The file name canonicalization functionality overlaps with that of the
14977 @command{readlink} command.  This is the preferred command for
14978 canonicalization as it's a more suitable and standard name.  In addition
14979 this command supports relative file name processing functionality.
14981 The program accepts the following options.  Also see @ref{Common options}.
14983 @table @samp
14985 @item -e
14986 @itemx --canonicalize-existing
14987 @opindex -e
14988 @opindex --canonicalize-existing
14989 Ensure that all components of the specified file names exist.
14990 If any component is missing or unavailable, @command{realpath} will output
14991 a diagnostic unless the @option{-q} option is specified, and exit with a
14992 nonzero exit code.  A trailing slash requires that the name resolve to a
14993 directory.
14995 @item -m
14996 @itemx --canonicalize-missing
14997 @opindex -m
14998 @opindex --canonicalize-missing
14999 If any component of a specified file name is missing or unavailable,
15000 treat it as a directory.
15002 @item -L
15003 @itemx --logical
15004 @opindex -L
15005 @opindex --logical
15006 Symbolic links are resolved in the specified file names,
15007 but they are resolved after any subsequent @samp{..} components are processed.
15009 @item -P
15010 @itemx --physical
15011 @opindex -P
15012 @opindex --physical
15013 Symbolic links are resolved in the specified file names,
15014 and they are resolved before any subsequent @samp{..} components are processed.
15015 This is the default mode of operation.
15017 @item -q
15018 @itemx --quiet
15019 @opindex -q
15020 @opindex --quiet
15021 Suppress diagnostic messages for specified file names.
15023 @item --relative-to=@var{dir}
15024 @opindex --relative-to
15025 @cindex relpath
15026 Print the resolved file names relative to the specified directory.
15027 This option honors the @option{-m} and @option{-e} options
15028 pertaining to file existence.
15030 @item --relative-base=@var{dir}
15031 @opindex --relative-base
15032 Print the resolved file names as relative @emph{if} the files
15033 are descendants of @var{dir}.
15034 Otherwise, print the resolved file names as absolute.
15035 This option honors the @option{-m} and @option{-e} options
15036 pertaining to file existence.
15037 For details about combining @option{--relative-to} and @option{--relative-base},
15038 @pxref{Realpath usage examples}.
15040 @item -s
15041 @itemx --strip
15042 @itemx --no-symlinks
15043 @opindex -s
15044 @opindex --strip
15045 @opindex --no-symlinks
15046 Do not resolve symbolic links.  Only resolve references to
15047 @samp{/./}, @samp{/../} and remove extra @samp{/} characters.
15048 When combined with the @option{-m} option, realpath operates
15049 only on the file name, and does not touch any actual file.
15051 @optZero
15053 @end table
15055 @cindex exit status of @command{realpath}
15056 Exit status:
15058 @display
15059 0 if all file names were printed without issue.
15060 1 otherwise.
15061 @end display
15063 @menu
15064 * Realpath usage examples::              Realpath usage examples.
15065 @end menu
15068 @node Realpath usage examples
15069 @subsection Realpath usage examples
15071 @opindex --relative-to
15072 @opindex --relative-base
15074 By default, @command{realpath} prints the absolute file name of given files
15075 (symlinks are resolved, @file{words} is resolved to @file{american-english}):
15077 @example
15078 @group
15079 cd /home/user
15080 realpath /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15081 @result{} /usr/bin/sort
15082 @result{} /tmp/foo
15083 @result{} /usr/share/dict/american-english
15084 @result{} /home/user/1.txt
15085 @end group
15086 @end example
15088 With @option{--relative-to}, file names are printed relative to
15089 the given directory:
15091 @example
15092 @group
15093 realpath --relative-to=/usr/bin \
15094          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15095 @result{} sort
15096 @result{} ../../tmp/foo
15097 @result{} ../share/dict/american-english
15098 @result{} ../../home/user/1.txt
15099 @end group
15100 @end example
15102 With @option{--relative-base}, relative file names are printed @emph{if}
15103 the resolved file name is below the given base directory. For files outside the
15104 base directory absolute file names are printed:
15106 @example
15107 @group
15108 realpath --relative-base=/usr \
15109          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15110 @result{} bin/sort
15111 @result{} /tmp/foo
15112 @result{} share/dict/american-english
15113 @result{} /home/user/1.txt
15114 @end group
15115 @end example
15117 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
15118 are used, file names are printed relative to @var{dir1} @emph{if} they are
15119 located below @var{dir2}. If the files are not below @var{dir2}, they are
15120 printed as absolute file names:
15122 @example
15123 @group
15124 realpath --relative-to=/usr/bin --relative-base=/usr \
15125          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15126 @result{} sort
15127 @result{} /tmp/foo
15128 @result{} ../share/dict/american-english
15129 @result{} /home/user/1.txt
15130 @end group
15131 @end example
15133 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
15134 are used, @var{dir1} @emph{must} be a subdirectory of @var{dir2}. Otherwise,
15135 @command{realpath} prints absolutes file names.
15138 @node Working context
15139 @chapter Working context
15141 @cindex working context
15142 @cindex commands for printing the working context
15144 This section describes commands that display or alter the context in
15145 which you are working: the current directory, the terminal settings, and
15146 so forth.  See also the user-related commands in the next section.
15148 @menu
15149 * pwd invocation::              Print working directory.
15150 * stty invocation::             Print or change terminal characteristics.
15151 * printenv invocation::         Print environment variables.
15152 * tty invocation::              Print file name of terminal on standard input.
15153 @end menu
15156 @node pwd invocation
15157 @section @command{pwd}: Print working directory
15159 @pindex pwd
15160 @cindex print name of current directory
15161 @cindex current working directory, printing
15162 @cindex working directory, printing
15165 @command{pwd} prints the name of the current directory.  Synopsis:
15167 @example
15168 pwd [@var{option}]@dots{}
15169 @end example
15171 The program accepts the following options.  Also see @ref{Common options}.
15173 @table @samp
15174 @item -L
15175 @itemx --logical
15176 @opindex -L
15177 @opindex --logical
15178 If the contents of the environment variable @env{PWD} provide an
15179 absolute name of the current directory with no @samp{.} or @samp{..}
15180 components, but possibly with symbolic links, then output those
15181 contents.  Otherwise, fall back to default @option{-P} handling.
15183 @item -P
15184 @itemx --physical
15185 @opindex -P
15186 @opindex --physical
15187 Print a fully resolved name for the current directory.  That is, all
15188 components of the printed name will be actual directory names -- none
15189 will be symbolic links.
15190 @end table
15192 @cindex symbolic links and @command{pwd}
15193 If @option{-L} and @option{-P} are both given, the last one takes
15194 precedence.  If neither option is given, then this implementation uses
15195 @option{-P} as the default unless the @env{POSIXLY_CORRECT}
15196 environment variable is set.
15198 @mayConflictWithShellBuiltIn{pwd}
15200 @exitstatus
15203 @node stty invocation
15204 @section @command{stty}: Print or change terminal characteristics
15206 @pindex stty
15207 @cindex change or print terminal settings
15208 @cindex terminal settings
15209 @cindex line settings of terminal
15211 @command{stty} prints or changes terminal characteristics, such as baud rate.
15212 Synopses:
15214 @example
15215 stty [@var{option}] [@var{setting}]@dots{}
15216 stty [@var{option}]
15217 @end example
15219 If given no line settings, @command{stty} prints the baud rate, line
15220 discipline number (on systems that support it), and line settings
15221 that have been changed from the values set by @samp{stty sane}.
15222 By default, mode reading and setting are performed on the tty line
15223 connected to standard input, although this can be modified by the
15224 @option{--file} option.
15226 @command{stty} accepts many non-option arguments that change aspects of
15227 the terminal line operation, as described below.
15229 The program accepts the following options.  Also see @ref{Common options}.
15231 @table @samp
15232 @item -a
15233 @itemx --all
15234 @opindex -a
15235 @opindex --all
15236 Print all current settings in human-readable form.  This option may not
15237 be used in combination with any line settings.
15239 @item -F @var{device}
15240 @itemx --file=@var{device}
15241 @opindex -F
15242 @opindex --file
15243 Set the line opened by the file name specified in @var{device} instead of
15244 the tty line connected to standard input.  This option is necessary
15245 because opening a POSIX tty requires use of the
15246 @code{O_NONDELAY} flag to prevent a POSIX tty from blocking
15247 until the carrier detect line is high if
15248 the @code{clocal} flag is not set.  Hence, it is not always possible
15249 to allow the shell to open the device in the traditional manner.
15251 @item -g
15252 @itemx --save
15253 @opindex -g
15254 @opindex --save
15255 @cindex machine-readable @command{stty} output
15256 Print all current settings in a form that can be used as an argument to
15257 another @command{stty} command to restore the current settings.  This option
15258 may not be used in combination with any line settings.
15260 @end table
15262 Many settings can be turned off by preceding them with a @samp{-}.
15263 Such arguments are marked below with ``May be negated'' in their
15264 description.  The descriptions themselves refer to the positive
15265 case, that is, when @emph{not} negated (unless stated otherwise,
15266 of course).
15268 Some settings are not available on all POSIX systems, since they use
15269 extensions.  Such arguments are marked below with
15270 ``Non-POSIX'' in their description.  On non-POSIX
15271 systems, those or other settings also may not
15272 be available, but it's not feasible to document all the variations: just
15273 try it and see.
15275 @command{stty} is installed only on platforms with the POSIX terminal
15276 interface, so portable scripts should not rely on its existence on
15277 non-POSIX platforms.
15279 @exitstatus
15281 @menu
15282 * Control::                     Control settings
15283 * Input::                       Input settings
15284 * Output::                      Output settings
15285 * Local::                       Local settings
15286 * Combination::                 Combination settings
15287 * Characters::                  Special characters
15288 * Special::                     Special settings
15289 @end menu
15292 @node Control
15293 @subsection Control settings
15295 @cindex control settings
15296 Control settings:
15298 @table @samp
15299 @item parenb
15300 @opindex parenb
15301 @cindex two-way parity
15302 Generate parity bit in output and expect parity bit in input.
15303 May be negated.
15305 @item parodd
15306 @opindex parodd
15307 @cindex odd parity
15308 @cindex even parity
15309 Set odd parity (even if negated).  May be negated.
15311 @item cmspar
15312 @opindex cmspar
15313 @cindex constant parity
15314 @cindex stick parity
15315 @cindex mark parity
15316 @cindex space parity
15317 Use "stick" (mark/space) parity.  If parodd is set, the parity bit is
15318 always 1; if parodd is not set, the parity bit is always zero.
15319 Non-POSIX@.  May be negated.
15321 @item cs5
15322 @itemx cs6
15323 @itemx cs7
15324 @itemx cs8
15325 @opindex cs@var{n}
15326 @cindex character size
15327 @cindex eight-bit characters
15328 Set character size to 5, 6, 7, or 8 bits.
15330 @item hup
15331 @itemx hupcl
15332 @opindex hup[cl]
15333 Send a hangup signal when the last process closes the tty.  May be
15334 negated.
15336 @item cstopb
15337 @opindex cstopb
15338 @cindex stop bits
15339 Use two stop bits per character (one if negated).  May be negated.
15341 @item cread
15342 @opindex cread
15343 Allow input to be received.  May be negated.
15345 @item clocal
15346 @opindex clocal
15347 @cindex modem control
15348 Disable modem control signals.  May be negated.
15350 @item crtscts
15351 @opindex crtscts
15352 @cindex hardware flow control
15353 @cindex flow control, hardware
15354 @cindex RTS/CTS flow control
15355 Enable RTS/CTS flow control.  Non-POSIX@.  May be negated.
15357 @item cdtrdsr
15358 @opindex cdtrdsr
15359 @cindex hardware flow control
15360 @cindex flow control, hardware
15361 @cindex DTR/DSR flow control
15362 Enable DTR/DSR flow control. Non-POSIX@.  May be negated.
15363 @end table
15366 @node Input
15367 @subsection Input settings
15369 @cindex input settings
15370 These settings control operations on data received from the terminal.
15372 @table @samp
15373 @item ignbrk
15374 @opindex ignbrk
15375 @cindex breaks, ignoring
15376 Ignore break characters.  May be negated.
15378 @item brkint
15379 @opindex brkint
15380 @cindex breaks, cause interrupts
15381 Make breaks cause an interrupt signal.  May be negated.
15383 @item ignpar
15384 @opindex ignpar
15385 @cindex parity, ignoring
15386 Ignore characters with parity errors.  May be negated.
15388 @item parmrk
15389 @opindex parmrk
15390 @cindex parity errors, marking
15391 Mark parity errors (with a 255-0-character sequence).  May be negated.
15393 @item inpck
15394 @opindex inpck
15395 Enable input parity checking.  May be negated.
15397 @item istrip
15398 @opindex istrip
15399 @cindex eight-bit input
15400 Clear high (8th) bit of input characters.  May be negated.
15402 @item inlcr
15403 @opindex inlcr
15404 @cindex newline, translating to return
15405 Translate newline to carriage return.  May be negated.
15407 @item igncr
15408 @opindex igncr
15409 @cindex return, ignoring
15410 Ignore carriage return.  May be negated.
15412 @item icrnl
15413 @opindex icrnl
15414 @cindex return, translating to newline
15415 Translate carriage return to newline.  May be negated.
15417 @item iutf8
15418 @opindex iutf8
15419 @cindex input encoding, UTF-8
15420 Assume input characters are UTF-8 encoded.  May be negated.
15422 @item ixon
15423 @opindex ixon
15424 @kindex C-s/C-q flow control
15425 @cindex XON/XOFF flow control
15426 Enable XON/XOFF flow control (that is, @kbd{Ctrl-S}/@kbd{Ctrl-Q}).  May
15427 be negated.
15429 @item ixoff
15430 @itemx tandem
15431 @opindex ixoff
15432 @opindex tandem
15433 @cindex software flow control
15434 @cindex flow control, software
15435 Enable sending of @code{stop} character when the system input buffer
15436 is almost full, and @code{start} character when it becomes almost
15437 empty again.  May be negated.
15439 @item iuclc
15440 @opindex iuclc
15441 @cindex uppercase, translating to lowercase
15442 Translate uppercase characters to lowercase.  Non-POSIX@.  May be
15443 negated.  There is no @samp{ilcuc} setting, as one would not be able to issue
15444 almost any (lowercase) Unix command, after invoking it.
15446 @item ixany
15447 @opindex ixany
15448 Allow any character to restart output (only the start character
15449 if negated).  Non-POSIX@.  May be negated.
15451 @item imaxbel
15452 @opindex imaxbel
15453 @cindex beeping at input buffer full
15454 Enable beeping and not flushing input buffer if a character arrives
15455 when the input buffer is full.  Non-POSIX@.  May be negated.
15456 @end table
15459 @node Output
15460 @subsection Output settings
15462 @cindex output settings
15463 These settings control operations on data sent to the terminal.
15465 @table @samp
15466 @item opost
15467 @opindex opost
15468 Postprocess output.  May be negated.
15470 @item olcuc
15471 @opindex olcuc
15472 @cindex lowercase, translating to output
15473 Translate lowercase characters to uppercase.  Non-POSIX@.  May be
15474 negated.  (There is no @samp{ouclc}.)
15476 @item ocrnl
15477 @opindex ocrnl
15478 @cindex return, translating to newline
15479 Translate carriage return to newline.  Non-POSIX@.  May be negated.
15481 @item onlcr
15482 @opindex onlcr
15483 @cindex newline, translating to crlf
15484 Translate newline to carriage return-newline.  Non-POSIX@.  May be
15485 negated.
15487 @item onocr
15488 @opindex onocr
15489 Do not print carriage returns in the first column.  Non-POSIX@.
15490 May be negated.
15492 @item onlret
15493 @opindex onlret
15494 Newline performs a carriage return.  Non-POSIX@.  May be negated.
15496 @item ofill
15497 @opindex ofill
15498 @cindex pad instead of timing for delaying
15499 Use fill (padding) characters instead of timing for delays.
15500 Non-POSIX@.
15501 May be negated.
15503 @item ofdel
15504 @opindex ofdel
15505 @cindex pad character
15506 Use ASCII DEL characters for fill instead of
15507 ASCII NUL characters.  Non-POSIX@.
15508 May be negated.
15510 @item nl1
15511 @itemx nl0
15512 @opindex nl@var{n}
15513 Newline delay style.  Non-POSIX.
15515 @item cr3
15516 @itemx cr2
15517 @itemx cr1
15518 @itemx cr0
15519 @opindex cr@var{n}
15520 Carriage return delay style.  Non-POSIX.
15522 @item tab3
15523 @itemx tab2
15524 @itemx tab1
15525 @itemx tab0
15526 @opindex tab@var{n}
15527 Horizontal tab delay style.  Non-POSIX.
15529 @item bs1
15530 @itemx bs0
15531 @opindex bs@var{n}
15532 Backspace delay style.  Non-POSIX.
15534 @item vt1
15535 @itemx vt0
15536 @opindex vt@var{n}
15537 Vertical tab delay style.  Non-POSIX.
15539 @item ff1
15540 @itemx ff0
15541 @opindex ff@var{n}
15542 Form feed delay style.  Non-POSIX.
15543 @end table
15546 @node Local
15547 @subsection Local settings
15549 @cindex local settings
15551 @table @samp
15552 @item isig
15553 @opindex isig
15554 Enable @code{interrupt}, @code{quit}, and @code{suspend} special
15555 characters.  May be negated.
15557 @item icanon
15558 @opindex icanon
15559 Enable @code{erase}, @code{kill}, @code{werase}, and @code{rprnt}
15560 special characters.  May be negated.
15562 @item iexten
15563 @opindex iexten
15564 Enable non-POSIX special characters.  May be negated.
15566 @item echo
15567 @opindex echo
15568 Echo input characters.  May be negated.
15570 @item echoe
15571 @itemx crterase
15572 @opindex echoe
15573 @opindex crterase
15574 Echo @code{erase} characters as backspace-space-backspace.  May be
15575 negated.
15577 @item echok
15578 @opindex echok
15579 @cindex newline echoing after @code{kill}
15580 Echo a newline after a @code{kill} character.  May be negated.
15582 @item echonl
15583 @opindex echonl
15584 @cindex newline, echoing
15585 Echo newline even if not echoing other characters.  May be negated.
15587 @item noflsh
15588 @opindex noflsh
15589 @cindex flushing, disabling
15590 Disable flushing after @code{interrupt} and @code{quit} special
15591 characters.  May be negated.
15593 @item xcase
15594 @opindex xcase
15595 @cindex case translation
15596 Enable input and output of uppercase characters by preceding their
15597 lowercase equivalents with @samp{\}, when @code{icanon} is set.
15598 Non-POSIX@.  May be negated.
15600 @item tostop
15601 @opindex tostop
15602 @cindex background jobs, stopping at terminal write
15603 Stop background jobs that try to write to the terminal.  Non-POSIX@.
15604 May be negated.
15606 @item echoprt
15607 @itemx prterase
15608 @opindex echoprt
15609 @opindex prterase
15610 Echo erased characters backward, between @samp{\} and @samp{/}.
15611 Non-POSIX@.  May be negated.
15613 @item echoctl
15614 @itemx ctlecho
15615 @opindex echoctl
15616 @opindex ctlecho
15617 @cindex control characters, using @samp{^@var{c}}
15618 @cindex hat notation for control characters
15619 Echo control characters in hat notation (@samp{^@var{c}}) instead
15620 of literally.  Non-POSIX@.  May be negated.
15622 @item echoke
15623 @itemx crtkill
15624 @opindex echoke
15625 @opindex crtkill
15626 Echo the @code{kill} special character by erasing each character on
15627 the line as indicated by the @code{echoprt} and @code{echoe} settings,
15628 instead of by the @code{echoctl} and @code{echok} settings.
15629 Non-POSIX@.
15630 May be negated.
15632 @item extproc
15633 @opindex extproc
15634 Enable @samp{LINEMODE}, which is used to avoid echoing
15635 each character over high latency links.  See also
15636 @uref{https://datatracker.ietf.org/doc/rfc1116/, Internet RFC 1116}.
15637 Non-POSIX@.
15638 May be negated.
15640 @item flusho
15641 @opindex flusho
15642 Discard output.
15643 This setting is currently ignored on GNU/Linux systems.
15644 Non-POSIX@.
15645 May be negated.
15646 @end table
15649 @node Combination
15650 @subsection Combination settings
15652 @cindex combination settings
15653 Combination settings:
15655 @table @samp
15656 @item evenp
15657 @opindex evenp
15658 @itemx parity
15659 @opindex parity
15660 Same as @code{parenb -parodd cs7}.  May be negated.  If negated, same
15661 as @code{-parenb cs8}.
15663 @item oddp
15664 @opindex oddp
15665 Same as @code{parenb parodd cs7}.  May be negated.  If negated, same
15666 as @code{-parenb cs8}.
15668 @item nl
15669 @opindex nl
15670 Same as @code{-icrnl -onlcr}.  May be negated.  If negated, same as
15671 @code{icrnl -inlcr -igncr onlcr -ocrnl -onlret}.
15673 @item ek
15674 @opindex ek
15675 Reset the @code{erase} and @code{kill} special characters to their default
15676 values.
15678 @item sane
15679 @opindex sane
15680 Same as:
15682 @c This is too long to write inline.
15683 @example
15684 cread -ignbrk brkint -inlcr -igncr icrnl
15685 icanon iexten echo echoe echok -echonl -noflsh
15686 -ixoff -iutf8 -iuclc -ixany imaxbel -xcase -olcuc -ocrnl
15687 opost -ofill onlcr -onocr -onlret nl0 cr0 tab0 bs0 vt0 ff0
15688 isig -tostop -ofdel -echoprt echoctl echoke -extproc
15689 @end example
15691 @noindent
15692 and also sets all special characters to their default values.
15694 @item cooked
15695 @opindex cooked
15696 Same as @code{brkint ignpar istrip icrnl ixon opost isig icanon}, plus
15697 sets the @code{eof} and @code{eol} characters to their default values
15698 if they are the same as the @code{min} and @code{time} characters.
15699 May be negated.  If negated, same as @code{raw}.
15701 @item raw
15702 @opindex raw
15703 Same as:
15705 @example
15706 -ignbrk -brkint -ignpar -parmrk -inpck -istrip
15707 -inlcr -igncr -icrnl -ixon -ixoff -icanon -opost
15708 -isig -iuclc -ixany -imaxbel -xcase min 1 time 0
15709 @end example
15711 @noindent
15712 May be negated.  If negated, same as @code{cooked}.
15714 @item cbreak
15715 @opindex cbreak
15716 Same as @option{-icanon}.  May be negated.  If negated, same as
15717 @code{icanon}.
15719 @item pass8
15720 @opindex pass8
15721 @cindex eight-bit characters
15722 Same as @code{-parenb -istrip cs8}.  May be negated.  If negated,
15723 same as @code{parenb istrip cs7}.
15725 @item litout
15726 @opindex litout
15727 Same as @option{-parenb -istrip -opost cs8}.  May be negated.
15728 If negated, same as @code{parenb istrip opost cs7}.
15730 @item decctlq
15731 @opindex decctlq
15732 Same as @option{-ixany}.  Non-POSIX@.  May be negated.
15734 @item tabs
15735 @opindex tabs
15736 Same as @code{tab0}.  Non-POSIX@.  May be negated.  If negated, same
15737 as @code{tab3}.
15739 @item lcase
15740 @itemx LCASE
15741 @opindex lcase
15742 @opindex LCASE
15743 Same as @code{xcase iuclc olcuc}.  Non-POSIX@.  May be negated.
15744 (Used for terminals with uppercase characters only.)
15746 @item crt
15747 @opindex crt
15748 Same as @code{echoe echoctl echoke}.
15750 @item dec
15751 @opindex dec
15752 Same as @code{echoe echoctl echoke -ixany intr ^C erase ^? kill C-u}.
15753 @end table
15756 @node Characters
15757 @subsection Special characters
15759 @cindex special characters
15760 @cindex characters, special
15762 The special characters' default values vary from system to system.
15763 They are set with the syntax @samp{name value}, where the names are
15764 listed below and the value can be given either literally, in hat
15765 notation (@samp{^@var{c}}), or as an integer which may start with
15766 @samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
15767 any other digit to indicate decimal.
15769 @cindex disabling special characters
15770 @kindex u@r{, and disabling special characters}
15771 For GNU stty, giving a value of @code{^-} or @code{undef} disables that
15772 special character.  (This is incompatible with Ultrix @command{stty},
15773 which uses  a value of @samp{u} to disable a special character.  GNU
15774 @command{stty} treats a value @samp{u} like any other, namely to set that
15775 special character to @key{U}.)
15777 @table @samp
15779 @item intr
15780 @opindex intr
15781 Send an interrupt signal.
15783 @item quit
15784 @opindex quit
15785 Send a quit signal.
15787 @item erase
15788 @opindex erase
15789 Erase the last character typed.
15791 @item kill
15792 @opindex kill
15793 Erase the current line.
15795 @item eof
15796 @opindex eof
15797 Send an end of file (terminate the input).
15799 @item eol
15800 @opindex eol
15801 End the line.
15803 @item eol2
15804 @opindex eol2
15805 Alternate character to end the line.  Non-POSIX.
15807 @item discard
15808 @opindex discard
15809 @opindex flush
15810 Alternate character to toggle discarding of output.  Non-POSIX.
15812 @item swtch
15813 @opindex swtch
15814 Switch to a different shell layer.  Non-POSIX.
15816 @item status
15817 @opindex status
15818 Send an info signal.  Not currently supported on GNU/Linux.  Non-POSIX.
15820 @item start
15821 @opindex start
15822 Restart the output after stopping it.
15824 @item stop
15825 @opindex stop
15826 Stop the output.
15828 @item susp
15829 @opindex susp
15830 Send a terminal stop signal.
15832 @item dsusp
15833 @opindex dsusp
15834 Send a terminal stop signal after flushing the input.  Non-POSIX.
15836 @item rprnt
15837 @opindex rprnt
15838 Redraw the current line.  Non-POSIX.
15840 @item werase
15841 @opindex werase
15842 Erase the last word typed.  Non-POSIX.
15844 @item lnext
15845 @opindex lnext
15846 Enter the next character typed literally, even if it is a special
15847 character.  Non-POSIX.
15848 @end table
15851 @node Special
15852 @subsection Special settings
15854 @cindex special settings
15856 @table @samp
15857 @item min @var{n}
15858 @opindex min
15859 Set the minimum number of characters that will satisfy a read until
15860 the time value has expired, when @option{-icanon} is set.
15862 @item time @var{n}
15863 @opindex time
15864 Set the number of tenths of a second before reads time out if the minimum
15865 number of characters have not been read, when @option{-icanon} is set.
15867 @item ispeed @var{n}
15868 @opindex ispeed
15869 Set the input speed to @var{n}.
15871 @item ospeed @var{n}
15872 @opindex ospeed
15873 Set the output speed to @var{n}.
15875 @item rows @var{n}
15876 @opindex rows
15877 Tell the tty kernel driver that the terminal has @var{n} rows.
15879 @item cols @var{n}
15880 @opindex cols
15881 Tell the kernel that the terminal has @var{n} columns.
15883 @item columns @var{n}
15884 @opindex columns
15885 Same as @samp{cols}.  Non-POSIX.
15887 @item drain
15888 @opindex drain
15889 @cindex nonblocking @command{stty} setting
15890 Apply settings after first waiting for pending output to be transmitted.
15891 This is enabled by default for GNU @command{stty}.
15892 This is treated as an option rather than a line setting,
15893 and will follow the option processing rules described in the summary above.
15894 It is useful to disable this option
15895 in cases where the system may be in a state where serial transmission
15896 is not possible.
15897 For example, if the system has received the @samp{DC3} character
15898 with @code{ixon} (software flow control) enabled, then @command{stty} would
15899 block without @code{-drain} being specified.
15900 May be negated. Non-POSIX.
15902 @item size
15903 @opindex size
15904 @vindex LINES
15905 @vindex COLUMNS
15906 Print the number of rows and columns that the kernel thinks the
15907 terminal has.  (Systems that don't support rows and columns in the kernel
15908 typically use the environment variables @env{LINES} and @env{COLUMNS}
15909 instead; however, GNU @command{stty} does not know anything about them.)
15911 @item line @var{n}
15912 @opindex line
15913 Use line discipline @var{n}.  Non-POSIX.
15915 @item speed
15916 @opindex speed
15917 Print the terminal speed.
15919 @item @var{n}
15920 @cindex baud rate, setting
15921 Set the input and output speeds to @var{n}.  @var{n} can be one of: 0
15922 50 75 110 134 134.5 150 200 300 600 1200 1800 2400 4800 9600 19200
15923 38400 @code{exta} @code{extb}.  @code{exta} is the same as 19200;
15924 @code{extb} is the same as 38400.  Many systems, including GNU/Linux,
15925 support higher speeds.  The @command{stty} command includes support
15926 for speeds of
15927 57600,
15928 115200,
15929 230400,
15930 460800,
15931 500000,
15932 576000,
15933 921600,
15934 1000000,
15935 1152000,
15936 1500000,
15937 2000000,
15938 2500000,
15939 3000000,
15940 3500000,
15942 4000000 where the system supports these.
15943 0 hangs up the line if @option{-clocal} is set.
15944 @end table
15947 @node printenv invocation
15948 @section @command{printenv}: Print all or some environment variables
15950 @pindex printenv
15951 @cindex printing all or some environment variables
15952 @cindex environment variables, printing
15954 @command{printenv} prints environment variable values.  Synopsis:
15956 @example
15957 printenv [@var{option}] [@var{variable}]@dots{}
15958 @end example
15960 If no @var{variable}s are specified, @command{printenv} prints the value of
15961 every environment variable.  Otherwise, it prints the value of each
15962 @var{variable} that is set, and nothing for those that are not set.
15964 The program accepts the following option.  Also see @ref{Common options}.
15966 @table @samp
15968 @optNull
15970 @end table
15972 @cindex exit status of @command{printenv}
15973 Exit status:
15975 @display
15976 0 if all variables specified were found
15977 1 if at least one specified variable was not found
15978 2 if a write error occurred
15979 @end display
15982 @node tty invocation
15983 @section @command{tty}: Print file name of terminal on standard input
15985 @pindex tty
15986 @cindex print terminal file name
15987 @cindex terminal file name, printing
15989 @command{tty} prints the file name of the terminal connected to its standard
15990 input.  It prints @samp{not a tty} if standard input is not a terminal.
15991 Synopsis:
15993 @example
15994 tty [@var{option}]@dots{}
15995 @end example
15997 The program accepts the following option.  Also see @ref{Common options}.
15999 @table @samp
16001 @item -s
16002 @itemx --silent
16003 @itemx --quiet
16004 @opindex -s
16005 @opindex --silent
16006 @opindex --quiet
16007 Print nothing; only return an exit status.
16009 @end table
16011 @cindex exit status of @command{tty}
16012 Exit status:
16014 @display
16015 0 if standard input is a terminal
16016 1 if standard input is a non-terminal file
16017 2 if given incorrect arguments
16018 3 if a write error occurs
16019 @end display
16022 @node User information
16023 @chapter User information
16025 @cindex user information, commands for
16026 @cindex commands for printing user information
16028 This section describes commands that print user-related information:
16029 logins, groups, and so forth.
16031 @menu
16032 * id invocation::               Print user identity.
16033 * logname invocation::          Print current login name.
16034 * whoami invocation::           Print effective user ID.
16035 * groups invocation::           Print group names a user is in.
16036 * users invocation::            Print login names of users currently logged in.
16037 * who invocation::              Print who is currently logged in.
16038 * pinky invocation::            Print information about users.
16039 @end menu
16042 @node id invocation
16043 @section @command{id}: Print user identity
16045 @pindex id
16046 @cindex real user and group IDs, printing
16047 @cindex effective user and group IDs, printing
16048 @cindex printing real and effective user and group IDs
16050 @command{id} prints information about the given user, or the process
16051 running it if no user is specified.  Synopsis:
16053 @example
16054 id [@var{option}]@dots{} [@var{user}]@dots{}
16055 @end example
16057 @var{user} can be either a user ID or a name, with name look-up
16058 taking precedence unless the ID is specified with a leading @samp{+}.
16059 @xref{Disambiguating names and IDs}.
16061 @vindex POSIXLY_CORRECT
16062 By default, it prints the real user ID, real group ID, effective user ID
16063 if different from the real user ID, effective group ID if different from
16064 the real group ID, and supplemental group IDs.
16065 In addition, if SELinux
16066 is enabled and the @env{POSIXLY_CORRECT} environment variable is not set,
16067 then print @samp{context=@var{c}}, where @var{c} is the security context.
16069 Each of these numeric values is preceded by an identifying string and
16070 followed by the corresponding user or group name in parentheses.
16072 The options cause @command{id} to print only part of the above information.
16073 Also see @ref{Common options}.
16075 @table @samp
16076 @item -g
16077 @itemx --group
16078 @opindex -g
16079 @opindex --group
16080 Print only the group ID.
16082 @item -G
16083 @itemx --groups
16084 @opindex -G
16085 @opindex --groups
16086 Print only the group ID and the supplementary groups.
16088 @item -n
16089 @itemx --name
16090 @opindex -n
16091 @opindex --name
16092 Print the user or group name instead of the ID number.  Requires
16093 @option{-u}, @option{-g}, or @option{-G}.
16095 @item -r
16096 @itemx --real
16097 @opindex -r
16098 @opindex --real
16099 Print the real, instead of effective, user or group ID@.  Requires
16100 @option{-u}, @option{-g}, or @option{-G}.
16102 @item -u
16103 @itemx --user
16104 @opindex -u
16105 @opindex --user
16106 Print only the user ID.
16108 @item -Z
16109 @itemx --context
16110 @opindex -Z
16111 @opindex --context
16112 @cindex SELinux
16113 @cindex security context
16114 Print only the security context of the process, which is generally
16115 the user's security context inherited from the parent process.
16116 If neither SELinux or SMACK is enabled then print a warning and
16117 set the exit status to 1.
16119 @item -z
16120 @itemx --zero
16121 @opindex -z
16122 @opindex --zero
16123 Delimit output items with ASCII NUL characters.
16124 This option is not permitted when using the default format.
16125 When multiple users are specified, and the @option{--groups} option
16126 is also in effect, groups are delimited with a single NUL character,
16127 while users are delimited with two NUL characters.
16129 Example:
16130 @example
16131 $ id -Gn --zero
16132 users <NUL> devs <NUL>
16133 @end example
16135 @end table
16137 @macro primaryAndSupplementaryGroups{cmd,arg}
16138 Primary and supplementary groups for a process are normally inherited
16139 from its parent and are usually unchanged since login.  This means
16140 that if you change the group database after logging in, @command{\cmd\}
16141 will not reflect your changes within your existing login session.
16142 Running @command{\cmd\} with a \arg\ causes the user and group
16143 database to be consulted afresh, and so will give a different result.
16144 @end macro
16145 @primaryAndSupplementaryGroups{id,user argument}
16147 @exitstatus
16149 @node logname invocation
16150 @section @command{logname}: Print current login name
16152 @pindex logname
16153 @cindex printing user's login name
16154 @cindex login name, printing
16155 @cindex user name, printing
16157 @flindex utmp
16158 @command{logname} prints the calling user's name, as found in a
16159 system-maintained file (often @file{/var/run/utmp} or
16160 @file{/etc/utmp}), and exits with a status of 0.  If there is no entry
16161 for the calling process, @command{logname} prints
16162 an error message and exits with a status of 1.
16164 The only options are @option{--help} and @option{--version}.  @xref{Common
16165 options}.
16167 @exitstatus
16170 @node whoami invocation
16171 @section @command{whoami}: Print effective user name
16173 @pindex whoami
16174 @cindex effective user name, printing
16175 @cindex printing the effective user ID
16177 @command{whoami} prints the user name associated with the current
16178 effective user ID@.  It is equivalent to the command @samp{id -un}.
16180 The only options are @option{--help} and @option{--version}.  @xref{Common
16181 options}.
16183 @exitstatus
16186 @node groups invocation
16187 @section @command{groups}: Print group names a user is in
16189 @pindex groups
16190 @cindex printing groups a user is in
16191 @cindex supplementary groups, printing
16193 @command{groups} prints the names of the primary and any supplementary
16194 groups for each given @var{username}, or the current process if no names
16195 are given.  If more than one name is given, the name of each user is
16196 printed before
16197 the list of that user's groups and the user name is separated from the
16198 group list by a colon.  Synopsis:
16200 @example
16201 groups [@var{username}]@dots{}
16202 @end example
16204 The group lists are equivalent to the output of the command @samp{id -Gn}.
16206 The only options are @option{--help} and @option{--version}.  @xref{Common
16207 options}.
16209 @primaryAndSupplementaryGroups{groups,list of users}
16211 @exitstatus
16213 @node users invocation
16214 @section @command{users}: Print login names of users currently logged in
16216 @pindex users
16217 @cindex printing current usernames
16218 @cindex usernames, printing current
16220 @cindex login sessions, printing users with
16221 @command{users} prints on a single line a blank-separated list of user
16222 names of users currently logged in to the current host.  Each user name
16223 corresponds to a login session, so if a user has more than one login
16224 session, that user's name will appear the same number of times in the
16225 output.  Synopsis:
16227 @example
16228 users [@var{file}]
16229 @end example
16231 @flindex utmp
16232 @flindex wtmp
16233 With no @var{file} argument, @command{users} extracts its information from
16234 a system-maintained file (often @file{/var/run/utmp} or
16235 @file{/etc/utmp}).  If a file argument is given, @command{users} uses
16236 that file instead.  A common choice is @file{/var/log/wtmp}.
16238 The only options are @option{--help} and @option{--version}.  @xref{Common
16239 options}.
16241 The @command{users} command is installed only on platforms with the
16242 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
16243 should not rely on its existence on non-POSIX platforms.
16245 @exitstatus
16248 @node who invocation
16249 @section @command{who}: Print who is currently logged in
16251 @pindex who
16252 @cindex printing current user information
16253 @cindex information, about current users
16255 @command{who} prints information about users who are currently logged on.
16256 Synopsis:
16258 @example
16259 @command{who} [@var{option}] [@var{file}] [am i]
16260 @end example
16262 @cindex terminal lines, currently used
16263 @cindex login time
16264 @cindex remote hostname
16265 If given no non-option arguments, @command{who} prints the following
16266 information for each user currently logged on: login name, terminal
16267 line, login time, and remote hostname or X display.
16269 @flindex utmp
16270 @flindex wtmp
16271 If given one non-option argument, @command{who} uses that instead of
16272 a default system-maintained file (often @file{/var/run/utmp} or
16273 @file{/etc/utmp}) as the name of the file containing the record of
16274 users logged on.  @file{/var/log/wtmp} is commonly given as an argument
16275 to @command{who} to look at who has previously logged on.
16277 @opindex am i
16278 @opindex who am i
16279 If given two non-option arguments, @command{who} prints only the entry
16280 for the user running it (determined from its standard input), preceded
16281 by the hostname.  Traditionally, the two arguments given are @samp{am
16282 i}, as in @samp{who am i}.
16284 @vindex TZ
16285 Timestamps are listed according to the time zone rules specified by
16286 the @env{TZ} environment variable, or by the system default rules if
16287 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
16288 with @env{TZ}, libc, The GNU C Library Reference Manual}.
16290 The program accepts the following options.  Also see @ref{Common options}.
16292 @table @samp
16294 @item -a
16295 @itemx --all
16296 @opindex -a
16297 @opindex --all
16298 Same as @samp{-b -d --login -p -r -t -T -u}.
16300 @item -b
16301 @itemx --boot
16302 @opindex -b
16303 @opindex --boot
16304 Print the date and time of last system boot.
16306 @item -d
16307 @itemx --dead
16308 @opindex -d
16309 @opindex --dead
16310 Print information corresponding to dead processes.
16312 @item -H
16313 @itemx --heading
16314 @opindex -H
16315 @opindex --heading
16316 Print a line of column headings.
16318 @item -l
16319 @itemx --login
16320 @opindex -l
16321 @opindex --login
16322 List only the entries that correspond to processes via which the
16323 system is waiting for a user to login.  The user name is always @samp{LOGIN}.
16325 @macro lookupOption
16326 @item --lookup
16327 @opindex --lookup
16328 Attempt to canonicalize hostnames found in utmp through a DNS lookup.
16329 This is not the default because of potential delays.
16330 @end macro
16331 @lookupOption
16333 @item -m
16334 @opindex -m
16335 Same as @samp{who am i}.
16337 @item -p
16338 @itemx --process
16339 @opindex -p
16340 @opindex --process
16341 List active processes spawned by init.
16343 @item -q
16344 @itemx --count
16345 @opindex -q
16346 @opindex --count
16347 Print only the login names and the number of users logged on.
16348 Overrides all other options.
16350 @item -r
16351 @itemx --runlevel
16352 @opindex -r
16353 @opindex --runlevel
16354 Print the current (and maybe previous) run-level of the init process.
16356 @item -s
16357 @opindex -s
16358 Ignored; for compatibility with other versions of @command{who}.
16360 @item -t
16361 @itemx --time
16362 @opindex -t
16363 @opindex --time
16364 Print last system clock change.
16366 @item -u
16367 @opindex -u
16368 @cindex idle time
16369 After the login time, print the number of hours and minutes that the
16370 user has been idle.  @samp{.} means the user was active in the last minute.
16371 @samp{old} means the user has been idle for more than 24 hours.
16373 @item -w
16374 @itemx -T
16375 @itemx --mesg
16376 @itemx --message
16377 @itemx --writable
16378 @opindex -w
16379 @opindex -T
16380 @opindex --mesg
16381 @opindex --message
16382 @opindex --writable
16383 @cindex message status
16384 @pindex write@r{, allowed}
16385 After each login name print a character indicating the user's message status:
16387 @display
16388 @samp{+} allowing @code{write} messages
16389 @samp{-} disallowing @code{write} messages
16390 @samp{?} cannot find terminal device
16391 @end display
16393 @end table
16395 The @command{who} command is installed only on platforms with the
16396 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
16397 should not rely on its existence on non-POSIX platforms.
16399 @exitstatus
16402 @node pinky invocation
16403 @section @command{pinky}: Print information about users
16405 @command{pinky} is a lightweight implementation of the @command{finger} command.
16406 Synopsis:
16408 @example
16409 @command{pinky} [@var{option}] [@var{username}]@dots{}
16410 @end example
16412 The program accepts the following options.  Also see @ref{Common options}.
16414 @table @samp
16416 @item -l
16417 @opindex -l
16418 Produce long format output.
16420 When producing long output at least one @var{username} must be given.
16421 If @var{username} cannot be found, the real name is printed as
16422 @samp{???} and the home directory and shell are omitted.
16424 @item -b
16425 @opindex -b
16426 Omit the user's home directory and shell when printing in long format.
16428 @item -h
16429 @opindex -h
16430 Omit the user's project file when printing in long format.
16432 @item -p
16433 @opindex -p
16434 Omit the user's plan file when printing in long format.
16436 @item -s
16437 @opindex -s
16438 Produce short format output. This is the default behavior when no
16439 options are given.
16441 @item -f
16442 @opindex -f
16443 Omit the column headings when printing in short format.
16445 @item -w
16446 @opindex -w
16447 Omit the user's full name when printing in short format.
16449 @item -i
16450 @opindex -i
16451 Omit the user's full name and remote host when printing in short
16452 format.
16454 @item -q
16455 @opindex -q
16456 Omit the user's full name, remote host, and idle time when printing in
16457 short format.
16459 @lookupOption
16461 @end table
16463 @exitstatus
16466 @node System context
16467 @chapter System context
16469 @cindex system context
16470 @cindex context, system
16471 @cindex commands for system context
16473 This section describes commands that print or change system-wide
16474 information.
16476 @menu
16477 * date invocation::             Print or set system date and time.
16478 * arch invocation::             Print machine hardware name.
16479 * nproc invocation::            Print the number of processors.
16480 * uname invocation::            Print system information.
16481 * hostname invocation::         Print or set system name.
16482 * hostid invocation::           Print numeric host identifier.
16483 * uptime invocation::           Print system uptime and load.
16484 @end menu
16486 @node date invocation
16487 @section @command{date}: Print or set system date and time
16489 @pindex date
16490 @cindex time, printing or setting
16491 @cindex printing the current time
16493 Synopses:
16495 @example
16496 date [@var{option}]@dots{} [+@var{format}]
16497 date [-u|--utc|--universal] @c this avoids a newline in the output
16498 [ MMDDhhmm[[CC]YY][.ss] ]
16499 @end example
16501 The @command{date} command displays the date and time.
16502 With the @option{--set} (@option{-s}) option, or with
16503 @samp{MMDDhhmm[[CC]YY][.ss]},
16504 it sets the date and time.
16506 @vindex LC_TIME
16507 Invoking @command{date} with no @var{format} argument is equivalent to invoking
16508 it with a default format that depends on the @env{LC_TIME} locale category.
16509 In the default C locale, this format is @samp{'+%a %b %e %H:%M:%S %Z %Y'},
16510 so the output looks like @samp{Thu Jul @ 9 17:00:00 EDT 2020}.
16512 @vindex TZ
16513 Normally, @command{date} uses the time zone rules indicated by the
16514 @env{TZ} environment variable, or the system default rules if @env{TZ}
16515 is not set.  @xref{TZ Variable,, Specifying the Time Zone with
16516 @env{TZ}, libc, The GNU C Library Reference Manual}.
16518 @exitstatus
16520 @menu
16521 * Date format specifiers::         Used in @samp{date '+...'}
16522 * Setting the time::               Changing the system clock.
16523 * Options for date::               Instead of the current time.
16524 @detailmenu
16525 * Date input formats::             Specifying date strings.
16526 @end detailmenu
16527 * Examples of date::               Examples.
16528 @end menu
16530 @node Date format specifiers
16531 @subsection Specifying the format of @command{date} output
16533 @findex strftime @r{and @command{date}}
16534 @cindex time formats
16535 @cindex formatting times
16536 If given an argument that starts with a @samp{+}, @command{date} prints the
16537 current date and time (or the date and time specified by the
16538 @option{--date} option, see below) in the format defined by that argument,
16539 which is similar to that of the @code{strftime} function.  Except for
16540 conversion specifiers, which start with @samp{%}, characters in the
16541 format string are printed unchanged.  The conversion specifiers are
16542 described below.
16544 @menu
16545 * Time conversion specifiers::     %[HIklMNpPrRsSTXzZ]
16546 * Date conversion specifiers::     %[aAbBcCdDeFgGhjmuUVwWxyY]
16547 * Literal conversion specifiers::  %[%nt]
16548 * Padding and other flags::        Pad with zeros, spaces, etc.
16549 @end menu
16551 @node Time conversion specifiers
16552 @subsubsection Time conversion specifiers
16554 @cindex time conversion specifiers
16555 @cindex conversion specifiers, time
16557 @command{date} conversion specifiers related to times.
16559 @table @samp
16560 @item %H
16561 hour (@samp{00}@dots{}@samp{23})
16562 @item %I
16563 hour (@samp{01}@dots{}@samp{12})
16564 @item %k
16565 hour, space padded (@samp{ 0}@dots{}@samp{23}); equivalent to @samp{%_H}@.
16566 This is a GNU extension.
16567 @item %l
16568 hour, space padded (@samp{ 1}@dots{}@samp{12}); equivalent to @samp{%_I}@.
16569 This is a GNU extension.
16570 @item %M
16571 minute (@samp{00}@dots{}@samp{59})
16572 @item %N
16573 nanoseconds (@samp{000000000}@dots{}@samp{999999999}).
16574 This is a GNU extension.
16575 @item %p
16576 locale's equivalent of either @samp{AM} or @samp{PM};
16577 blank in many locales.
16578 Noon is treated as @samp{PM} and midnight as @samp{AM}.
16579 @item %P
16580 like @samp{%p}, except lower case.
16581 This is a GNU extension.
16582 @item %r
16583 locale's 12-hour clock time (e.g., @samp{11:11:04 PM})
16584 @item %R
16585 24-hour hour and minute.  Same as @samp{%H:%M}.
16586 @item %s
16587 @cindex Epoch, seconds since
16588 @cindex seconds since the Epoch
16589 @cindex beginning of time
16590 @cindex leap seconds
16591 seconds since the Epoch, i.e., since 1970-01-01 00:00 UTC@.
16592 Leap seconds are not counted unless leap second support is available.
16593 @xref{%s-examples}, for examples.
16594 This is a GNU extension.
16595 @item %S
16596 @cindex leap seconds
16597 second (@samp{00}@dots{}@samp{60}).
16598 This may be @samp{60} if leap seconds are supported.
16599 @item %T
16600 24-hour hour, minute, and second.  Same as @samp{%H:%M:%S}.
16601 @item %X
16602 locale's time representation (e.g., @samp{23:13:48})
16603 @item %z
16604 Four-digit numeric time zone, e.g., @samp{-0600} or @samp{+0530}, or
16605 @samp{-0000} if no
16606 time zone is determinable.  This value reflects the numeric time zone
16607 appropriate for the current time, using the time zone rules specified
16608 by the @env{TZ} environment variable.  A time zone is not determinable if
16609 its numeric offset is zero and its abbreviation begins with @samp{-}.
16610 The time (and optionally, the time zone rules) can be overridden
16611 by the @option{--date} option.
16612 @item %:z
16613 Numeric time zone with @samp{:}, e.g., @samp{-06:00} or
16614 @samp{+05:30}), or @samp{-00:00} if no time zone is determinable.
16615 This is a GNU extension.
16616 @item %::z
16617 Numeric time zone to the nearest second with @samp{:} (e.g.,
16618 @samp{-06:00:00} or @samp{+05:30:00}), or @samp{-00:00:00} if no time zone is
16619 determinable.
16620 This is a GNU extension.
16621 @item %:::z
16622 Numeric time zone with @samp{:} using the minimum necessary precision
16623 (e.g., @samp{-06}, @samp{+05:30}, or @samp{-04:56:02}), or @samp{-00} if
16624 no time zone is determinable.
16625 This is a GNU extension.
16626 @item %Z
16627 alphabetic time zone abbreviation (e.g., @samp{EDT}), or nothing if no
16628 time zone is determinable.  See @samp{%z} for how it is determined.
16629 @end table
16632 @node Date conversion specifiers
16633 @subsubsection Date conversion specifiers
16635 @cindex date conversion specifiers
16636 @cindex conversion specifiers, date
16638 @command{date} conversion specifiers related to dates.
16640 @table @samp
16641 @item %a
16642 locale's abbreviated weekday name (e.g., @samp{Sun})
16643 @item %A
16644 locale's full weekday name, variable length (e.g., @samp{Sunday})
16645 @item %b
16646 locale's abbreviated month name (e.g., @samp{Jan})
16647 @item %B
16648 locale's full month name, variable length (e.g., @samp{January})
16649 @item %c
16650 locale's date and time (e.g., @samp{Thu Mar @ 3 23:05:25 2020})
16651 @item %C
16652 century.  This is like @samp{%Y}, except the last two digits are omitted.
16653 For example, it is @samp{20} if @samp{%Y} is @samp{2019},
16654 and is @samp{-0} if @samp{%Y} is @samp{-001}.
16655 It is normally at least two characters, but it may be more.
16656 @item %d
16657 day of month (e.g., @samp{01})
16658 @item %D
16659 date; same as @samp{%m/%d/%y}
16660 @item %e
16661 day of month, space padded; same as @samp{%_d}
16662 @item %F
16663 full date in ISO 8601 format; like @samp{%+4Y-%m-%d}
16664 except that any flags or field width override the @samp{+}
16665 and (after subtracting 6) the @samp{4}.
16666 This is a good choice for a date format, as it is standard and
16667 is easy to sort in the usual case where years are in the range
16668 0000@dots{}9999.
16669 @item %g
16670 year corresponding to the ISO week number, but without the century
16671 (range @samp{00} through @samp{99}).  This has the same format and value
16672 as @samp{%y}, except that if the ISO week number (see
16673 @samp{%V}) belongs
16674 to the previous or next year, that year is used instead.
16675 @item %G
16676 year corresponding to the ISO week number.  This has the
16677 same format and value as @samp{%Y}, except that if the ISO
16678 week number (see
16679 @samp{%V}) belongs to the previous or next year, that year is used
16680 instead.
16681 It is normally useful only if @samp{%V} is also used;
16682 for example, the format @samp{%G-%m-%d} is probably a mistake,
16683 since it combines the ISO week number year with the conventional month and day.
16684 @item %h
16685 same as @samp{%b}
16686 @item %j
16687 day of year (@samp{001}@dots{}@samp{366})
16688 @item %m
16689 month (@samp{01}@dots{}@samp{12})
16690 @item %q
16691 quarter of year (@samp{1}@dots{}@samp{4})
16692 @item %u
16693 day of week (@samp{1}@dots{}@samp{7}) with @samp{1} corresponding to Monday
16694 @item %U
16695 week number of year, with Sunday as the first day of the week
16696 (@samp{00}@dots{}@samp{53}).
16697 Days in a new year preceding the first Sunday are in week zero.
16698 @item %V
16699 ISO week number, that is, the
16700 week number of year, with Monday as the first day of the week
16701 (@samp{01}@dots{}@samp{53}).
16702 If the week containing January 1 has four or more days in
16703 the new year, then it is considered week 1; otherwise, it is week 53 of
16704 the previous year, and the next week is week 1.  (See the ISO 8601
16705 standard.)
16706 @item %w
16707 day of week (@samp{0}@dots{}@samp{6}) with 0 corresponding to Sunday
16708 @item %W
16709 week number of year, with Monday as first day of week
16710 (@samp{00}@dots{}@samp{53}).
16711 Days in a new year preceding the first Monday are in week zero.
16712 @item %x
16713 locale's date representation (e.g., @samp{12/31/99})
16714 @item %y
16715 last two digits of year (@samp{00}@dots{}@samp{99})
16716 @item %Y
16717 year.  This is normally at least four characters, but it may be more.
16718 Year @samp{0000} precedes year @samp{0001}, and year @samp{-001}
16719 precedes year @samp{0000}.
16720 @end table
16723 @node Literal conversion specifiers
16724 @subsubsection Literal conversion specifiers
16726 @cindex literal conversion specifiers
16727 @cindex conversion specifiers, literal
16729 @command{date} conversion specifiers that produce literal strings.
16731 @table @samp
16732 @item %%
16733 a literal %
16734 @item %n
16735 a newline
16736 @item %t
16737 a horizontal tab
16738 @end table
16741 @node Padding and other flags
16742 @subsubsection Padding and other flags
16744 @cindex numeric field padding
16745 @cindex padding of numeric fields
16746 @cindex fields, padding numeric
16748 Unless otherwise specified, @command{date} normally pads numeric fields
16749 with zeros, so that, for
16750 example, numeric months are always output as two digits.
16751 Most numeric fields are padded on the left.
16752 However, nanoseconds are padded on the right since they are commonly
16753 used after decimal points in formats like @samp{%s.%-N}.
16754 Also, seconds since the Epoch are not padded
16755 since there is no natural width for them.
16757 The following optional flags can appear after the @samp{%}:
16759 @table @samp
16760 @item -
16761 (hyphen) Do not pad the field; useful if the output is intended for
16762 human consumption.
16763 This is a GNU extension.
16764 As a special case, @samp{%-N} outputs only enough trailing digits to
16765 not lose information, assuming that the timestamp's resolution is the
16766 same as the current hardware clock.  For example, if the hardware
16767 clock resolution is 1 microsecond, @samp{%s.%-N} outputs something
16768 like @samp{1640890100.395710}.
16770 @item _
16771 (underscore) Pad with spaces; useful if you need a fixed
16772 number of characters in the output, but zeros are too distracting.
16773 This is a GNU extension.
16774 @item 0
16775 (zero) Pad with zeros even if the conversion specifier
16776 would normally pad with spaces.
16777 @item +
16778 Pad with zeros, like @samp{0}.  In addition, precede any year number
16779 with @samp{+} if it exceeds 9999 or if its field width exceeds 4;
16780 similarly, precede any century number with @samp{+} if it exceeds 99
16781 or if its field width exceeds 2.  This supports ISO 8601 formats
16782 for dates far in the future; for example, the command @code{date
16783 --date=12019-02-25 +%+13F} outputs the string @samp{+012019-02-25}.
16784 @item ^
16785 Use upper case characters if possible.
16786 This is a GNU extension.
16787 @item #
16788 Use opposite case characters if possible.
16789 A field that is normally upper case becomes lower case, and vice versa.
16790 This is a GNU extension.
16791 @end table
16793 @noindent
16794 Here are some examples of padding:
16796 @example
16797 date +%d/%m -d "Feb 1"
16798 @result{} 01/02
16799 date +%-d/%-m -d "Feb 1"
16800 @result{} 1/2
16801 date +%_d/%_m -d "Feb 1"
16802 @result{}  1/ 2
16803 @end example
16805 You can optionally specify the field width
16806 (after any flag, if present) as a decimal number.  If the natural size of the
16807 output of the field has less than the specified number of characters,
16808 the result is normally written right adjusted and padded to the given
16809 size.  For example, @samp{%9B} prints the right adjusted month name in
16810 a field of width 9.  Nanoseconds are left adjusted, and are truncated
16811 or padded to the field width.
16813 An optional modifier can follow the optional flag and width
16814 specification.  The modifiers are:
16816 @table @samp
16817 @item E
16818 Use the locale's alternate representation for date and time.  This
16819 modifier applies to the @samp{%c}, @samp{%C}, @samp{%x}, @samp{%X},
16820 @samp{%y} and @samp{%Y} conversion specifiers.  In a Japanese locale, for
16821 example, @samp{%Ex} might yield a date format based on the Japanese
16822 Emperors' reigns.
16824 @item O
16825 Use the locale's alternate numeric symbols for numbers.  This modifier
16826 applies only to numeric conversion specifiers.
16827 @end table
16829 If the format supports the modifier but no alternate representation
16830 is available, it is ignored.
16832 POSIX specifies the behavior of flags and field widths only for
16833 @samp{%C}, @samp{%F}, @samp{%G}, and @samp{%Y} (all without
16834 modifiers), and requires a flag to be present if and only if a field
16835 width is also present.  Other combinations of flags, field widths and
16836 modifiers are GNU extensions.
16839 @node Setting the time
16840 @subsection Setting the time
16842 @cindex setting the time
16843 @cindex time setting
16844 @cindex appropriate privileges
16846 You must have appropriate privileges to set the
16847 system clock.  For changes to persist across a reboot, the
16848 hardware clock may need to be updated from the system clock, which
16849 might not happen automatically on your system.
16851 To set the clock, you can use the @option{--set} (@option{-s}) option
16852 (@pxref{Options for date}).  To set the clock without using GNU
16853 extensions, you can give @command{date} an argument of the form
16854 @samp{MMDDhhmm[[CC]YY][.ss]} where each two-letter
16855 component stands for two digits with the following meanings:
16857 @table @var
16858 @item MM
16859 month
16860 @item DD
16861 day within month
16862 @item hh
16863 hour
16864 @item mm
16865 minute
16866 @item CC
16867 first two digits of year (optional)
16868 @item YY
16869 last two digits of year (optional)
16870 @item ss
16871 second (optional)
16872 @end table
16874 The @option{--date} and @option{--set} options may not be used with an
16875 argument in the above format.  The @option{--universal} option may be used
16876 with such an argument to indicate that the specified date and time are
16877 relative to Universal Time rather than to the local time zone.
16880 @node Options for date
16881 @subsection Options for @command{date}
16883 @cindex @command{date} options
16884 @cindex options for @command{date}
16886 The program accepts the following options.  Also see @ref{Common options}.
16887 Except for @option{-u}, these options are all GNU extensions to POSIX.
16889 All options that specify the date to display are mutually exclusive.
16890 I.e.: @option{--date}, @option{--file}, @option{--reference},
16891 @option{--resolution}.
16893 @table @samp
16895 @item -d @var{datestr}
16896 @itemx --date=@var{datestr}
16897 @opindex -d
16898 @opindex --date
16899 @cindex parsing date strings
16900 @cindex date strings, parsing
16901 @cindex arbitrary date strings, parsing
16902 @opindex yesterday
16903 @opindex tomorrow
16904 @opindex next @var{day}
16905 @opindex last @var{day}
16906 Display the date and time specified in @var{datestr} instead of the
16907 current date and time.  @var{datestr} can be in almost any common
16908 format.  It can contain month names, time zones, @samp{am} and @samp{pm},
16909 @samp{yesterday}, etc.  For example, @option{--date="2020-07-21
16910 14:19:13.489392193 +0530"} specifies the instant of time that is
16911 489,392,193 nanoseconds after July 21, 2020 at 2:19:13 PM in a
16912 time zone that is 5 hours and 30 minutes east of UTC.@*
16913 The @var{datestr} must be in locale independent format.  E.g., the
16914 @samp{LC_TIME=C} below is needed to print the correct date in many locales:
16915 @example
16916 date -d "$(LC_TIME=C date)"
16917 @end example
16918 @xref{Date input formats}.
16920 @item --debug
16921 @opindex --debug
16922 @cindex debugging date strings
16923 @cindex date strings, debugging
16924 @cindex arbitrary date strings, debugging
16925 Annotate the parsed date, display the effective time zone, and warn about
16926 potential misuse.
16928 @item -f @var{datefile}
16929 @itemx --file=@var{datefile}
16930 @opindex -f
16931 @opindex --file
16932 Parse each line in @var{datefile} as with @option{-d} and display the
16933 resulting date and time.  If @var{datefile} is @samp{-}, use standard
16934 input.  This is useful when you have many dates to process, because the
16935 system overhead of starting up the @command{date} executable many times can
16936 be considerable.
16938 @item -I[@var{timespec}]
16939 @itemx --iso-8601[=@var{timespec}]
16940 @opindex -I[@var{timespec}]
16941 @opindex --iso-8601[=@var{timespec}]
16942 Display the date using an ISO 8601 format, @samp{%Y-%m-%d}.
16944 The argument @var{timespec} specifies the number of additional
16945 terms of the time to include.  It can be one of the following:
16946 @table @samp
16947 @item auto
16948 Print just the date.  This is the default if @var{timespec} is omitted.
16949 This is like the format @code{%Y-%m-%d}.
16951 @item hours
16952 Also print hours and time zone.
16953 This is like the format @code{%Y-%m-%dT%H%:z}.
16955 @item minutes
16956 Also print minutes.
16957 This is like the format @code{%Y-%m-%dT%H:%M%:z}.
16959 @item seconds
16960 Also print seconds.
16961 This is like the format @code{%Y-%m-%dT%H:%M:%S%:z}.
16963 @item ns
16964 Also print nanoseconds.
16965 This is like the format @code{%Y-%m-%dT%H:%M:%S,%N%:z}.
16966 @end table
16968 @macro dateParseNote
16969 This format is always suitable as input
16970 for the @option{--date} (@option{-d}) and @option{--file}
16971 (@option{-f}) options, regardless of the current locale.
16972 @end macro
16973 @dateParseNote
16975 @item -r @var{file}
16976 @itemx --reference=@var{file}
16977 @opindex -r
16978 @opindex --reference
16979 Display the date and time of the last modification of @var{file},
16980 instead of the current date and time.
16982 @item --resolution
16983 @opindex --resolution
16984 Display the timestamp resolution instead of the time.
16985 Current clock timestamps that are output by @command{date}
16986 are integer multiples of the timestamp resolution.
16987 With this option, the format defaults to @samp{%s.%N}.
16988 For example, if the clock resolution is 1 millisecond,
16989 the output is:
16991 @example
16992 0.001000000
16993 @end example
16995 @item -R
16996 @itemx --rfc-email
16997 @opindex -R
16998 @opindex --rfc-email
16999 Display the date and time using the format @samp{%a, %d %b %Y %H:%M:%S
17000 %z}, evaluated in the C locale so abbreviations are always in English.
17001 For example:
17003 @example
17004 Mon, 09 Jul 2020 17:00:00 -0400
17005 @end example
17007 @opindex --rfc-822
17008 @opindex --rfc-2822
17009 This format conforms to Internet RFCs
17010 @uref{https://datatracker.ietf.org/doc/rfc5322/, 5322},
17011 @uref{https://datatracker.ietf.org/doc/rfc2822/, 2822} and
17012 @uref{https://datatracker.ietf.org/doc/rfc822/, 822}, the
17013 current and previous standards for Internet email.
17014 For compatibility with older versions of @command{date},
17015 @option{--rfc-2822} and @option{--rfc-822} are aliases for
17016 @option{--rfc-email}.
17018 @item --rfc-3339=@var{timespec}
17019 @opindex --rfc-3339=@var{timespec}
17020 Display the date using a format specified by
17021 @uref{https://datatracker.ietf.org/doc/rfc3339/, Internet
17022 RFC 3339}.  This is like @option{--iso-8601}, except that a space rather
17023 than a @samp{T} separates dates from times, and a period rather than
17024 a comma separates seconds from subseconds.
17025 @dateParseNote
17027 The argument @var{timespec} specifies how much of the time to include.
17028 It can be one of the following:
17030 @table @samp
17031 @item date
17032 Print just the full-date, e.g., @samp{2020-07-21}.
17033 This is like the format @samp{%Y-%m-%d}.
17035 @item seconds
17036 Print the full-date and full-time separated by a space, e.g.,
17037 @samp{2020-07-21 04:30:37+05:30}.  The output ends with a numeric
17038 time-offset; here the @samp{+05:30} means that local time is five
17039 hours and thirty minutes east of UTC@.  This is like
17040 the format @samp{%Y-%m-%d %H:%M:%S%:z}.
17042 @item ns
17043 Like @samp{seconds}, but also print nanoseconds, e.g.,
17044 @samp{2020-07-21 04:30:37.998458565+05:30}.
17045 This is like the format @samp{%Y-%m-%d %H:%M:%S.%N%:z}.
17047 @end table
17049 @item -s @var{datestr}
17050 @itemx --set=@var{datestr}
17051 @opindex -s
17052 @opindex --set
17053 Set the date and time to @var{datestr}.  See @option{-d} above.
17054 See also @ref{Setting the time}.
17056 @item -u
17057 @itemx --utc
17058 @itemx --universal
17059 @opindex -u
17060 @opindex --utc
17061 @opindex --universal
17062 @cindex Coordinated Universal Time
17063 @cindex UTC
17064 @cindex Greenwich Mean Time
17065 @cindex GMT
17066 @cindex leap seconds
17067 @vindex TZ
17068 @cindex Universal Time
17069 Use Universal Time by operating as if the
17070 @env{TZ} environment variable were set to the string @samp{UTC0}.
17071 UTC stands for Coordinated Universal Time, established in 1960.
17072 Universal Time is often called ``Greenwich Mean Time'' (GMT) for
17073 historical reasons.
17074 Typically, systems ignore leap seconds and thus implement an
17075 approximation to UTC rather than true UTC.
17076 @end table
17079 @node Examples of date
17080 @subsection Examples of @command{date}
17082 @cindex examples of @command{date}
17084 Here are a few examples.  Also see the documentation for the @option{-d}
17085 option in the previous section.
17087 @itemize @bullet
17089 @item
17090 To print the date of the day before yesterday:
17092 @example
17093 date --date='2 days ago'
17094 @end example
17096 @item
17097 To print the date of the day three months and one day hence:
17099 @example
17100 date --date='3 months 1 day'
17101 @end example
17103 @item
17104 To print the day of year of Christmas in the current year:
17106 @example
17107 date --date='25 Dec' +%j
17108 @end example
17110 @item
17111 To print the current full month name and the day of the month:
17113 @example
17114 date '+%B %d'
17115 @end example
17117 But this may not be what you want because for the first nine days of
17118 the month, the @samp{%d} expands to a zero-padded two-digit field,
17119 for example @samp{date -d 1may '+%B %d'} will print @samp{May 01}.
17121 @item
17122 To print a date without the leading zero for one-digit days
17123 of the month, you can use the (GNU extension)
17124 @samp{-} flag to suppress
17125 the padding altogether:
17127 @example
17128 date -d 1may '+%B %-d'
17129 @end example
17131 @item
17132 To print the current date and time in the format required by many
17133 non-GNU versions of @command{date} when setting the system clock:
17135 @example
17136 date +%m%d%H%M%Y.%S
17137 @end example
17139 @item
17140 To set the system clock forward by two minutes:
17142 @example
17143 date --set='+2 minutes'
17144 @end example
17146 @item
17147 To print the date in Internet RFC 5322 format,
17148 use @samp{date --rfc-email}.  Here is some example output:
17150 @example
17151 Tue, 09 Jul 2020 19:00:37 -0400
17152 @end example
17154 @anchor{%s-examples}
17155 @item
17156 To convert a date string to the number of seconds since the Epoch
17157 (which is 1970-01-01 00:00 UTC), use the @option{--date} option with
17158 the @samp{%s} format.  That can be useful in sorting and/or graphing
17159 and/or comparing data by date.  The following command outputs the
17160 number of the seconds since the Epoch for the time two minutes after the
17161 Epoch:
17163 @example
17164 date --date='1970-01-01 00:02:00 +0000' +%s
17166 @end example
17168 To convert a date string from one time zone @var{from} to another @var{to},
17169 specify @samp{TZ="@var{from}"} in the environment and @samp{TZ="@var{to}"}
17170 in the @option{--date} option.  @xref{Specifying time zone rules}.
17171 For example:
17173 @smallexample
17174 TZ="Asia/Tokyo" date --date='TZ="America/New_York" 2023-05-07 12:23'
17175 Mon May @ 8 01:23:00 JST 2023
17176 @end smallexample
17178 If you do not specify time zone information in the date string,
17179 @command{date} uses your computer's idea of the time zone when
17180 interpreting the string.  For example, if your computer's time zone is
17181 that of Cambridge, Massachusetts, which was then 5 hours (i.e., 18,000
17182 seconds) behind UTC:
17184 @example
17185 # local time zone used
17186 date --date='1970-01-01 00:02:00' +%s
17187 18120
17188 @end example
17190 @item
17191 If you're sorting or graphing dated data, your raw date values may be
17192 represented as seconds since the Epoch.  But few people can look at
17193 the date @samp{1577836800} and casually note ``Oh, that's the first
17194 second of the year 2020 in Greenwich, England.''
17196 @example
17197 date --date='2020-01-01 UTC' +%s
17198 1577836800
17199 @end example
17201 An alternative is to use the @option{--utc} (@option{-u}) option.
17202 Then you may omit @samp{UTC} from the date string.  Although this
17203 produces the same result for @samp{%s} and many other format sequences,
17204 with a time zone offset different from zero, it would give a different
17205 result for zone-dependent formats like @samp{%z}.
17207 @example
17208 date -u --date=2020-07-21 +%s
17209 1595289600
17210 @end example
17212 To convert such an unwieldy number of seconds back to
17213 a more readable form, use a command like this:
17215 @example
17216 date -d @@1595289600 +"%F %T %z"
17217 2020-07-20 20:00:00 -0400
17218 @end example
17220 Often it is better to output UTC-relative date and time:
17222 @example
17223 date -u -d @@1595289600 +"%F %T %z"
17224 2020-07-21 00:00:00 +0000
17225 @end example
17227 @item
17228 @cindex leap seconds
17229 Typically the seconds count omits leap seconds, but some systems are
17230 exceptions.  Because leap seconds are not predictable, the mapping
17231 between the seconds count and a future timestamp is not reliable on
17232 the atypical systems that include leap seconds in their counts.
17234 Here is how the two kinds of systems handle the leap second at
17235 the end of the year 2016:
17237 @example
17238 # Typical systems ignore leap seconds:
17239 date --date='2016-12-31 23:59:59 +0000' +%s
17240 1483228799
17241 date --date='2016-12-31 23:59:60 +0000' +%s
17242 date: invalid date '2016-12-31 23:59:60 +0000'
17243 date --date='2017-01-01 00:00:00 +0000' +%s
17244 1483228800
17245 @end example
17247 @example
17248 # Atypical systems count leap seconds:
17249 date --date='2016-12-31 23:59:59 +0000' +%s
17250 1483228825
17251 date --date='2016-12-31 23:59:60 +0000' +%s
17252 1483228826
17253 date --date='2017-01-01 00:00:00 +0000' +%s
17254 1483228827
17255 @end example
17257 @end itemize
17260 @node arch invocation
17261 @section @command{arch}: Print machine hardware name
17263 @pindex arch
17264 @cindex print machine hardware name
17265 @cindex system information, printing
17267 @command{arch} prints the machine hardware name,
17268 and is equivalent to @samp{uname -m}.
17269 Synopsis:
17271 @example
17272 arch [@var{option}]
17273 @end example
17275 The program accepts the @ref{Common options} only.
17277 @command{arch} is not installed by default, so portable scripts should
17278 not rely on its existence.
17280 @exitstatus
17283 @node nproc invocation
17284 @section @command{nproc}: Print the number of available processors
17286 @pindex nproc
17287 @cindex Print the number of processors
17288 @cindex system information, printing
17290 Print the number of processing units available to the current process,
17291 which may be less than the number of online processors.
17292 If this information is not accessible, then print the number of
17293 processors installed.  If the @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT}
17294 environment variables are set, then they will determine the minimum
17295 and maximum returned value respectively.  The result is guaranteed to be
17296 greater than zero.  Synopsis:
17298 @example
17299 nproc [@var{option}]
17300 @end example
17302 The program accepts the following options.  Also see @ref{Common options}.
17304 @table @samp
17306 @item --all
17307 @opindex --all
17308 Print the number of installed processors on the system, which may
17309 be greater than the number online or available to the current process.
17310 The @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT} environment variables
17311 are not honored in this case.
17313 @item --ignore=@var{number}
17314 @opindex --ignore
17315 If possible, exclude this @var{number} of processing units.
17317 @end table
17319 @exitstatus
17322 @node uname invocation
17323 @section @command{uname}: Print system information
17325 @pindex uname
17326 @cindex print system information
17327 @cindex system information, printing
17329 @command{uname} prints information about the machine and operating system
17330 it is run on.  If no options are given, @command{uname} acts as if the
17331 @option{-s} option were given.  Synopsis:
17333 @example
17334 uname [@var{option}]@dots{}
17335 @end example
17337 If multiple options or @option{-a} are given, the selected information is
17338 printed in this order:
17340 @example
17341 @var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version}
17342 @var{machine} @var{processor} @var{hardware-platform} @var{operating-system}
17343 @end example
17345 The information may contain internal spaces, so such output cannot be
17346 parsed reliably.  In the following example, @var{kernel-version} is
17347 @samp{#1 SMP Fri Jul 17 17:18:38 UTC 2020}:
17349 @example
17350 uname -a
17351 @result{} Linux dumdum.example.org 5.9.16-200.fc33.x86_64@c
17352  #1 SMP Mon Dec 21 14:08:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
17353 @end example
17356 The program accepts the following options.  Also see @ref{Common options}.
17358 @table @samp
17360 @item -a
17361 @itemx --all
17362 @opindex -a
17363 @opindex --all
17364 Print all of the below information, except omit the processor type
17365 and the hardware platform name if they are unknown.
17367 @item -i
17368 @itemx --hardware-platform
17369 @opindex -i
17370 @opindex --hardware-platform
17371 @cindex implementation, hardware
17372 @cindex hardware platform
17373 @cindex platform, hardware
17374 Print the hardware platform name
17375 (sometimes called the hardware implementation).
17376 Print @samp{unknown} if this information is not available.
17377 This is non-portable, even across GNU/Linux distributions.
17379 @item -m
17380 @itemx --machine
17381 @opindex -m
17382 @opindex --machine
17383 @cindex machine type
17384 @cindex hardware class
17385 @cindex hardware type
17386 Print the machine hardware name (sometimes called the hardware class
17387 or hardware type).
17389 @item -n
17390 @itemx --nodename
17391 @opindex -n
17392 @opindex --nodename
17393 @cindex hostname
17394 @cindex node name
17395 @cindex network node name
17396 Print the network node hostname.
17398 @item -p
17399 @itemx --processor
17400 @opindex -p
17401 @opindex --processor
17402 @cindex host processor type
17403 Print the processor type (sometimes called the instruction set
17404 architecture or ISA).
17405 Print @samp{unknown} if this information is not available.
17406 This is non-portable, even across GNU/Linux distributions.
17408 @item -o
17409 @itemx --operating-system
17410 @opindex -o
17411 @opindex --operating-system
17412 @cindex operating system name
17413 Print the name of the operating system.
17415 @item -r
17416 @itemx --kernel-release
17417 @opindex -r
17418 @opindex --kernel-release
17419 @cindex kernel release
17420 @cindex release of kernel
17421 Print the kernel release.
17423 @item -s
17424 @itemx --kernel-name
17425 @opindex -s
17426 @opindex --kernel-name
17427 @cindex kernel name
17428 @cindex name of kernel
17429 Print the kernel name.
17430 POSIX 1003.1-2001 (@pxref{Standards conformance}) calls this
17431 ``the implementation of the operating system'', because the
17432 POSIX specification itself has no notion of ``kernel''.
17433 The kernel name might be the same as the operating system name printed
17434 by the @option{-o} or @option{--operating-system} option, but it might
17435 differ.  Some operating systems (e.g., FreeBSD, HP-UX) have the same
17436 name as their underlying kernels; others (e.g., GNU/Linux, Solaris)
17437 do not.
17439 @item -v
17440 @itemx --kernel-version
17441 @opindex -v
17442 @opindex --kernel-version
17443 @cindex kernel version
17444 @cindex version of kernel
17445 Print the kernel version.
17447 @end table
17449 @exitstatus
17452 @node hostname invocation
17453 @section @command{hostname}: Print or set system name
17455 @pindex hostname
17456 @cindex setting the hostname
17457 @cindex printing the hostname
17458 @cindex system name, printing
17459 @cindex appropriate privileges
17461 With no arguments, @command{hostname} prints the name of the current host
17462 system.  With one argument, it sets the current host name to the
17463 specified string.  You must have appropriate privileges to set the host
17464 name.  Synopsis:
17466 @example
17467 hostname [@var{name}]
17468 @end example
17470 The only options are @option{--help} and @option{--version}.  @xref{Common
17471 options}.
17473 @command{hostname} is not installed by default, and other packages
17474 also supply a @command{hostname} command, so portable scripts should
17475 not rely on its existence or on the exact behavior documented above.
17477 @exitstatus
17480 @node hostid invocation
17481 @section @command{hostid}: Print numeric host identifier
17483 @pindex hostid
17484 @cindex printing the host identifier
17486 @command{hostid} prints the numeric identifier of the current host
17487 in hexadecimal.  This command accepts no arguments.
17488 The only options are @option{--help} and @option{--version}.
17489 @xref{Common options}.
17491 For example, here's what it prints on one system I use:
17493 @example
17494 $ hostid
17495 1bac013d
17496 @end example
17498 On that system, the 32-bit quantity happens to be closely
17499 related to the system's Internet address, but that isn't always
17500 the case.
17502 @command{hostid} is installed only on systems that have the
17503 @code{gethostid} function, so portable scripts should not rely on its
17504 existence.
17506 @exitstatus
17508 @node uptime invocation
17509 @section @command{uptime}: Print system uptime and load
17511 @pindex uptime
17512 @cindex printing the system uptime and load
17514 @command{uptime} prints the current time, the system's uptime, the
17515 number of logged-in users and the current load average.
17517 If an argument is specified, it is used as the file to be read
17518 to discover how many users are logged in.  If no argument is
17519 specified, a system default is used (@command{uptime --help} indicates
17520 the default setting).
17522 The only options are @option{--help} and @option{--version}.
17523 @xref{Common options}.
17525 For example, here's what it prints right now on one system I use:
17527 @example
17528 $ uptime
17529  14:07  up   3:35,  3 users,  load average: 1.39, 1.15, 1.04
17530 @end example
17532 The precise method of calculation of load average varies somewhat
17533 between systems.  Some systems calculate it as the average number of
17534 runnable processes over the last 1, 5 and 15 minutes, but some systems
17535 also include processes in the uninterruptible sleep state (that is,
17536 those processes which are waiting for device I/O).  The Linux kernel
17537 includes uninterruptible processes.
17539 @command{uptime} is installed only on platforms with infrastructure
17540 for obtaining the boot time, and other packages also supply an
17541 @command{uptime} command, so portable scripts should not rely on its
17542 existence or on the exact behavior documented above.
17544 @exitstatus
17546 @node SELinux context
17547 @chapter SELinux context
17549 @cindex SELinux context
17550 @cindex SELinux, context
17551 @cindex commands for SELinux context
17553 This section describes commands for operations with SELinux
17554 contexts.
17556 @menu
17557 * chcon invocation::            Change SELinux context of file
17558 * runcon invocation::           Run a command in specified SELinux context
17559 @end menu
17561 @node chcon invocation
17562 @section @command{chcon}: Change SELinux context of file
17564 @pindex chcon
17565 @cindex changing security context
17566 @cindex change SELinux context
17568 @command{chcon} changes the SELinux security context of the selected files.
17569 Synopses:
17571 @example
17572 chcon [@var{option}]@dots{} @var{context} @var{file}@dots{}
17573 chcon [@var{option}]@dots{} [-u @var{user}] [-r @var{role}] [-l @var{range}]@c
17574  [-t @var{type}] @var{file}@dots{}
17575 chcon [@var{option}]@dots{} --reference=@var{rfile} @var{file}@dots{}
17576 @end example
17578 Change the SELinux security context of each @var{file} to @var{context}.
17579 With @option{--reference}, change the security context of each @var{file}
17580 to that of @var{rfile}.
17582 The program accepts the following options.  Also see @ref{Common options}.
17584 @table @samp
17586 @item --dereference
17587 @opindex --dereference
17588 Do not affect symbolic links but what they refer to; this is the default.
17590 @item -h
17591 @itemx --no-dereference
17592 @opindex -h
17593 @opindex --no-dereference
17594 @cindex no dereference
17595 Affect the symbolic links themselves instead of any referenced file.
17597 @item --reference=@var{rfile}
17598 @opindex --reference
17599 @cindex reference file
17600 Use @var{rfile}'s security context rather than specifying a @var{context} value.
17602 @item -R
17603 @itemx --recursive
17604 @opindex -R
17605 @opindex --recursive
17606 Operate on files and directories recursively.
17608 @item --preserve-root
17609 @opindex --preserve-root
17610 Refuse to operate recursively on the root directory, @file{/},
17611 when used together with the @option{--recursive} option.
17612 @xref{Treating / specially}.
17614 @item --no-preserve-root
17615 @opindex --no-preserve-root
17616 Do not treat the root directory, @file{/}, specially when operating
17617 recursively; this is the default.
17618 @xref{Treating / specially}.
17620 @choptH
17621 @xref{Traversing symlinks}.
17623 @choptL
17624 @xref{Traversing symlinks}.
17626 @choptP
17627 @xref{Traversing symlinks}.
17629 @item -v
17630 @itemx --verbose
17631 @opindex -v
17632 @opindex --verbose
17633 @cindex diagnostic
17634 Output a diagnostic for every file processed.
17636 @item -u @var{user}
17637 @itemx --user=@var{user}
17638 @opindex -u
17639 @opindex --user
17640 Set user @var{user} in the target security context.
17642 @item -r @var{role}
17643 @itemx --role=@var{role}
17644 @opindex -r
17645 @opindex --role
17646 Set role @var{role} in the target security context.
17648 @item -t @var{type}
17649 @itemx --type=@var{type}
17650 @opindex -t
17651 @opindex --type
17652 Set type @var{type} in the target security context.
17654 @item -l @var{range}
17655 @itemx --range=@var{range}
17656 @opindex -l
17657 @opindex --range
17658 Set range @var{range} in the target security context.
17660 @end table
17662 @exitstatus
17664 @node runcon invocation
17665 @section @command{runcon}: Run a command in specified SELinux context
17667 @pindex runcon
17668 @cindex run with security context
17671 @command{runcon} runs file in specified SELinux security context.
17673 Synopses:
17674 @example
17675 runcon @var{context} @var{command} [@var{args}]
17676 runcon [ -c ] [-u @var{user}] [-r @var{role}] [-t @var{type}]@c
17677  [-l @var{range}] @var{command} [@var{args}]
17678 @end example
17680 Run @var{command} with completely-specified @var{context}, or with
17681 current or transitioned security context modified by one or more of @var{level},
17682 @var{role}, @var{type} and @var{user}.
17684 If none of @option{-c}, @option{-t}, @option{-u}, @option{-r}, or @option{-l}
17685 is specified, the first argument is used as the complete context.
17686 Any additional arguments after @var{command}
17687 are interpreted as arguments to the command.
17689 With neither @var{context} nor @var{command}, print the current
17690 security context.
17692 @cindex restricted security context
17693 @cindex NO_NEW_PRIVS
17694 The @command{setpriv} command can be used to set the
17695 NO_NEW_PRIVS bit using @command{setpriv --no-new-privs runcon ...},
17696 thus disallowing usage of a security context with more privileges
17697 than the process would normally have.
17699 @command{runcon} accepts the following options.  Also see @ref{Common options}.
17701 @table @samp
17703 @item -c
17704 @itemx --compute
17705 @opindex -c
17706 @opindex --compute
17707 Compute process transition context before modifying.
17709 @item -u @var{user}
17710 @itemx --user=@var{user}
17711 @opindex -u
17712 @opindex --user
17713 Set user @var{user} in the target security context.
17715 @item -r @var{role}
17716 @itemx --role=@var{role}
17717 @opindex -r
17718 @opindex --role
17719 Set role @var{role} in the target security context.
17721 @item -t @var{type}
17722 @itemx --type=@var{type}
17723 @opindex -t
17724 @opindex --type
17725 Set type @var{type} in the target security context.
17727 @item -l @var{range}
17728 @itemx --range=@var{range}
17729 @opindex -l
17730 @opindex --range
17731 Set range @var{range} in the target security context.
17733 @end table
17735 @cindex exit status of @command{runcon}
17736 Exit status:
17738 @display
17739 125 if @command{runcon} itself fails
17740 126 if @var{command} is found but cannot be invoked
17741 127 if @var{command} cannot be found
17742 the exit status of @var{command} otherwise
17743 @end display
17745 @node Modified command invocation
17746 @chapter Modified command invocation
17748 @cindex modified command invocation
17749 @cindex invocation of commands, modified
17750 @cindex commands for invoking other commands
17752 This section describes commands that run other commands in some context
17753 different than the current one: a modified environment, as a different
17754 user, etc.
17756 @menu
17757 * chroot invocation::           Modify the root directory.
17758 * env invocation::              Modify environment variables.
17759 * nice invocation::             Modify niceness.
17760 * nohup invocation::            Immunize to hangups.
17761 * stdbuf invocation::           Modify buffering of standard streams.
17762 * timeout invocation::          Run with time limit.
17763 @end menu
17766 @node chroot invocation
17767 @section @command{chroot}: Run a command with a different root directory
17769 @pindex chroot
17770 @cindex running a program in a specified root directory
17771 @cindex root directory, running a program in a specified
17773 @command{chroot} runs a command with a specified root directory.
17774 On many systems, only the super-user can do this.@footnote{However,
17775 some systems (e.g., FreeBSD) can be configured to allow certain regular
17776 users to use the @code{chroot} system call, and hence to run this program.
17777 Also, on Cygwin, anyone can run the @command{chroot} command, because the
17778 underlying function is non-privileged due to lack of support in MS-Windows.
17779 Furthermore, the @command{chroot} command avoids the @code{chroot} system call
17780 when @var{newroot} is identical to the old @file{/} directory for consistency
17781 with systems where this is allowed for non-privileged users.}.
17782 Synopses:
17784 @example
17785 chroot @var{option} @var{newroot} [@var{command} [@var{args}]@dots{}]
17786 chroot @var{option}
17787 @end example
17789 Ordinarily, file names are looked up starting at the root of the
17790 directory structure, i.e., @file{/}.  @command{chroot} changes the root to
17791 the directory @var{newroot} (which must exist), then changes the working
17792 directory to @file{/}, and finally runs @var{command} with optional @var{args}.
17793 If @var{command} is not specified, the default is the value of the @env{SHELL}
17794 environment variable or @command{/bin/sh} if not set, invoked with the
17795 @option{-i} option.
17796 @var{command} must not be a special built-in utility
17797 (@pxref{Special built-in utilities}).
17799 The program accepts the following options.  Also see @ref{Common options}.
17800 Options must precede operands.
17802 @table @samp
17804 @item --groups=@var{groups}
17805 @opindex --groups
17806 Use this option to override the supplementary @var{groups} to be
17807 used by the new process.
17808 The items in the list (names or numeric IDs) must be separated by commas.
17809 Use @samp{--groups=''} to disable the supplementary group look-up
17810 implicit in the @option{--userspec} option.
17812 @item --userspec=@var{user}[:@var{group}]
17813 @opindex --userspec
17814 By default, @var{command} is run with the same credentials
17815 as the invoking process.
17816 Use this option to run it as a different @var{user} and/or with a
17817 different primary @var{group}.
17818 If a @var{user} is specified then the supplementary groups
17819 are set according to the system defined list for that user,
17820 unless overridden with the @option{--groups} option.
17822 @item --skip-chdir
17823 @opindex --skip-chdir
17824 Use this option to not change the working directory to @file{/} after changing
17825 the root directory to @var{newroot}, i.e., inside the chroot.
17826 This option is only permitted when @var{newroot} is the old @file{/} directory,
17827 and therefore is mostly useful together with the @option{--groups} and
17828 @option{--userspec} options to retain the previous working directory.
17830 @end table
17832 The user and group name look-up performed by the @option{--userspec}
17833 and @option{--groups} options, is done both outside and inside
17834 the chroot, with successful look-ups inside the chroot taking precedence.
17835 If the specified user or group items are intended to represent a numeric ID,
17836 then a name to ID resolving step is avoided by specifying a leading @samp{+}.
17837 @xref{Disambiguating names and IDs}.
17839 Here are a few tips to help avoid common problems in using chroot.
17840 To start with a simple example, make @var{command} refer to a statically
17841 linked binary.  If you were to use a dynamically linked executable, then
17842 you'd have to arrange to have the shared libraries in the right place under
17843 your new root directory.
17845 For example, if you create a statically linked @command{ls} executable,
17846 and put it in @file{/tmp/empty}, you can run this command as root:
17848 @example
17849 $ chroot /tmp/empty /ls -Rl /
17850 @end example
17852 Then you'll see output like this:
17854 @example
17856 total 1023
17857 -rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
17858 @end example
17860 If you want to use a dynamically linked executable, say @command{bash},
17861 then first run @samp{ldd bash} to see what shared objects it needs.
17862 Then, in addition to copying the actual binary, also copy the listed
17863 files to the required positions under your intended new root directory.
17864 Finally, if the executable requires any other files (e.g., data, state,
17865 device files), copy them into place, too.
17867 @command{chroot} is installed only on systems that have the
17868 @code{chroot} function, so portable scripts should not rely on its
17869 existence.
17871 @cindex exit status of @command{chroot}
17872 Exit status:
17874 @display
17875 125 if @command{chroot} itself fails
17876 126 if @var{command} is found but cannot be invoked
17877 127 if @var{command} cannot be found
17878 the exit status of @var{command} otherwise
17879 @end display
17882 @node env invocation
17883 @section @command{env}: Run a command in a modified environment
17885 @pindex env
17886 @cindex environment, running a program in a modified
17887 @cindex modified environment, running a program in a
17888 @cindex running a program in a modified environment
17890 @command{env} runs a command with a modified environment.  Synopses:
17892 @example
17893 env [@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17894 [@var{command} [@var{args}]@dots{}]
17895 env -[v]S'[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17896 [@var{command} [@var{args}]@dots{}]'
17898 @end example
17900 @command{env} is commonly used on first line of scripts (shebang line):
17901 @example
17902 #!/usr/bin/env @var{command}
17903 #!/usr/bin/env -[v]S[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17904 @var{command} [@var{args}]@dots{}
17905 @end example
17907 Operands of the form @samp{@var{variable}=@var{value}} set
17908 the environment variable @var{variable} to value @var{value}.
17909 @var{value} may be empty (@samp{@var{variable}=}).  Setting a variable
17910 to an empty value is different from unsetting it.
17911 These operands are evaluated left-to-right, so if two operands
17912 mention the same variable the earlier is ignored.
17914 Environment variable names can be empty, and can contain any
17915 characters other than @samp{=} and ASCII NUL.
17916 However, it is wise to limit yourself to names that
17917 consist solely of underscores, digits, and ASCII letters,
17918 and that begin with a non-digit, as applications like the shell do not
17919 work well with other names.
17921 @vindex PATH
17922 The first operand that does not contain the character @samp{=}
17923 specifies the program to invoke; it is
17924 searched for according to the @env{PATH} environment variable.  Any
17925 remaining arguments are passed as arguments to that program.
17926 The program should not be a special built-in utility
17927 (@pxref{Special built-in utilities}).
17929 Modifications to @env{PATH} take effect prior to searching for
17930 @var{command}.  Use caution when reducing @env{PATH}; behavior is
17931 not portable when @env{PATH} is undefined or omits key directories
17932 such as @file{/bin}.
17934 In the rare case that a utility contains a @samp{=} in the name, the
17935 only way to disambiguate it from a variable assignment is to use an
17936 intermediate command for @var{command}, and pass the problematic
17937 program name via @var{args}.  For example, if @file{./prog=} is an
17938 executable in the current @env{PATH}:
17940 @example
17941 env prog= true # runs 'true', with prog= in environment
17942 env ./prog= true # runs 'true', with ./prog= in environment
17943 env -- prog= true # runs 'true', with prog= in environment
17944 env sh -c '\prog= true' # runs 'prog=' with argument 'true'
17945 env sh -c 'exec "$@@"' sh prog= true # also runs 'prog='
17946 @end example
17948 @cindex environment, printing
17950 If no command name is specified following the environment
17951 specifications, the resulting environment is printed.  This is like
17952 specifying the @command{printenv} program.
17954 For some examples, suppose the environment passed to @command{env}
17955 contains @samp{LOGNAME=rms}, @samp{EDITOR=emacs}, and
17956 @samp{PATH=.:/gnubin:/hacks}:
17958 @itemize @bullet
17960 @item
17961 Output the current environment.
17962 @example
17963 $ env | LC_ALL=C sort
17964 EDITOR=emacs
17965 LOGNAME=rms
17966 PATH=.:/gnubin:/hacks
17967 @end example
17969 @item
17970 Run @command{foo} with a reduced environment, preserving only the
17971 original @env{PATH} to avoid problems in locating @command{foo}.
17972 @example
17973 env - PATH="$PATH" foo
17974 @end example
17976 @item
17977 Run @command{foo} with the environment containing @samp{LOGNAME=rms},
17978 @samp{EDITOR=emacs}, and @samp{PATH=.:/gnubin:/hacks}, and guarantees
17979 that @command{foo} was found in the file system rather than as a shell
17980 built-in.
17981 @example
17982 env foo
17983 @end example
17985 @item
17986 Run @command{nemacs} with the environment containing @samp{LOGNAME=foo},
17987 @samp{EDITOR=emacs}, @samp{PATH=.:/gnubin:/hacks}, and
17988 @samp{DISPLAY=gnu:0}.
17989 @example
17990 env DISPLAY=gnu:0 LOGNAME=foo nemacs
17991 @end example
17993 @item
17994 Attempt to run the program @command{/energy/--} (as that is the only
17995 possible path search result); if the command exists, the environment
17996 will contain @samp{LOGNAME=rms} and @samp{PATH=/energy}, and the
17997 arguments will be @samp{e=mc2}, @samp{bar}, and @samp{baz}.
17998 @example
17999 env -u EDITOR PATH=/energy -- e=mc2 bar baz
18000 @end example
18002 @end itemize
18005 @subsection General options
18007 The program accepts the following options.  Also see @ref{Common options}.
18008 Options must precede operands.
18010 @table @samp
18012 @optNull
18014 @item -a @var{arg}
18015 @itemx --argv0=@var{arg}
18016 @opindex -a
18017 @opindex --argv0
18018 Override the zeroth argument passed to the command being executed.
18019 Without this option a default value of @var{command} is used.
18021 @item -u @var{name}
18022 @itemx --unset=@var{name}
18023 @opindex -u
18024 @opindex --unset
18025 Remove variable @var{name} from the environment, if it was in the
18026 environment.
18028 @item -
18029 @itemx -i
18030 @itemx --ignore-environment
18031 @opindex -
18032 @opindex -i
18033 @opindex --ignore-environment
18034 Start with an empty environment, ignoring the inherited environment.
18036 @item -C @var{dir}
18037 @itemx --chdir=@var{dir}
18038 @opindex -C
18039 @opindex --chdir
18040 Change the working directory to @var{dir} before invoking @var{command}.
18041 This differs from the shell built-in @command{cd} in that it starts
18042 @var{command} as a subprocess rather than altering the shell's own working
18043 directory; this allows it to be chained with other commands that run commands
18044 in a different context.  For example:
18046 @example
18047 # Run 'true' with /chroot as its root directory and /srv as its working
18048 # directory.
18049 chroot /chroot env --chdir=/srv true
18050 # Run 'true' with /build as its working directory, FOO=bar in its
18051 # environment, and a time limit of five seconds.
18052 env --chdir=/build FOO=bar timeout 5 true
18053 @end example
18055 @item --default-signal[=@var{sig}]
18056 Unblock and reset signal @var{sig} to its default signal handler.
18057 Without @var{sig} all known signals are unblocked and reset to their defaults.
18058 Multiple signals can be comma-separated. An empty @var{sig} argument is a no-op.
18059 The following command runs @command{seq} with SIGINT and SIGPIPE set to their
18060 default (which is to terminate the program):
18062 @example
18063 env --default-signal=PIPE,INT seq 1000 | head -n1
18064 @end example
18066 In the following example, we see how this is not
18067 possible to do with traditional shells.
18068 Here the first trap command sets SIGPIPE to ignore.
18069 The second trap command ostensibly sets it back to its default,
18070 but POSIX mandates that the shell must not change inherited
18071 state of the signal -- so it is a no-op.
18073 @example
18074 trap '' PIPE && sh -c 'trap - PIPE ; seq inf | head -n1'
18075 @end example
18077 Using @option{--default-signal=PIPE} we can
18078 ensure the signal handling is set to its default behavior:
18080 @example
18081 trap '' PIPE && sh -c 'env --default-signal=PIPE seq inf | head -n1'
18082 @end example
18085 @item --ignore-signal[=@var{sig}]
18086 Ignore signal @var{sig} when running a program.  Without @var{sig} all
18087 known signals are set to ignore.  Multiple signals can be comma-separated.
18088 An empty @var{sig} argument is a no-op. The following command runs @command{seq}
18089 with SIGINT set to be ignored -- pressing @kbd{Ctrl-C} will not terminate it:
18091 @example
18092 env --ignore-signal=INT seq inf > /dev/null
18093 @end example
18095 @samp{SIGCHLD} is special, in that @option{--ignore-signal=CHLD} might have
18096 no effect (POSIX says it's unspecified).
18098 Most operating systems do not allow ignoring @samp{SIGKILL}, @samp{SIGSTOP}
18099 (and possibly other signals).  Attempting to ignore these signals will fail.
18101 Multiple (and contradictory) @option{--default-signal=SIG} and
18102 @option{--ignore-signal=SIG} options are processed left-to-right,
18103 with the latter taking precedence.  In the following example, @samp{SIGPIPE} is
18104 set to default while @samp{SIGINT} is ignored:
18106 @example
18107 env --default-signal=INT,PIPE --ignore-signal=INT
18108 @end example
18110 @item --block-signal[=@var{sig}]
18111 Block signal(s) @var{sig} from being delivered.  Without @var{sig} all
18112 known signals are set to blocked.  Multiple signals can be comma-separated.
18113 An empty @var{sig} argument is a no-op.
18115 @item --list-signal-handling
18116 List blocked or ignored signals to standard error, before executing a command.
18118 @item -v
18119 @itemx --debug
18120 @opindex -v
18121 @opindex --debug
18122 Show verbose information for each processing step.
18124 @example
18125 $ env -v -uTERM A=B uname -s
18126 unset:    TERM
18127 setenv:   A=B
18128 executing: uname
18129    arg[0]= 'uname'
18130    arg[1]= '-s'
18131 Linux
18132 @end example
18134 When combined with @option{-S} it is recommended to list @option{-v}
18135 first, e.g. @command{env -vS'string'}.
18137 @item -S @var{string}
18138 @itemx --split-string=@var{string}
18139 @opindex -S
18140 @opindex --split-string
18141 @cindex shebang arguments
18142 @cindex scripts arguments
18143 @cindex env in scripts
18144 process and split @var{string} into separate arguments used to pass
18145 multiple arguments on shebang lines.  @command{env} supports FreeBSD's
18146 syntax of several escape sequences and environment variable
18147 expansions. See below for details and examples.
18149 @end table
18151 @cindex exit status of @command{env}
18152 Exit status:
18154 @display
18155 0   if no @var{command} is specified and the environment is output
18156 125 if @command{env} itself fails
18157 126 if @var{command} is found but cannot be invoked
18158 127 if @var{command} cannot be found
18159 the exit status of @var{command} otherwise
18160 @end display
18162 @subsection @option{-S}/@option{--split-string} usage in scripts
18164 The @option{-S}/@option{--split-string} option enables use of multiple
18165 arguments on the first line of scripts (the shebang line, @samp{#!}).
18167 When a script's interpreter is in a known location, scripts typically
18168 contain the absolute file name in their first line:
18170 @multitable {Python Script:} {#!/usr/bin/python3}
18171 @item Shell script:
18172 @tab
18173 @example
18174 #!/bin/sh
18175 echo hello
18176 @end example
18178 @item Perl script:
18179 @tab
18180 @example
18181 #!/usr/bin/perl
18182 print "hello\n";
18183 @end example
18185 @item Python script:
18186 @tab
18187 @example
18188 #!/usr/bin/python3
18189 print("hello")
18190 @end example
18192 @end multitable
18194 When a script's interpreter is in a non-standard location
18195 in the @env{PATH} environment variable, it is recommended
18196 to use @command{env} on the first line of the script to
18197 find the executable and run it:
18199 @multitable {Python Script:} {#!/usr/bin/env python3}
18200 @item Shell script:
18201 @tab
18202 @example
18203 #!/usr/bin/env bash
18204 echo hello
18205 @end example
18207 @item Perl script:
18208 @tab
18209 @example
18210 #!/usr/bin/env perl
18211 print "hello\n";
18212 @end example
18214 @item Python script:
18215 @tab
18216 @example
18217 #!/usr/bin/env python3
18218 print("hello")
18219 @end example
18221 @end multitable
18223 Most operating systems (e.g. GNU/Linux, BSDs) treat all text after the
18224 first space as a single argument. When using @command{env} in a script
18225 it is thus not possible to specify multiple arguments.
18227 In the following example:
18228 @example
18229 #!/usr/bin/env perl -T -w
18230 print "hello\n";
18231 @end example
18233 The operating system treats @samp{perl -T -w} as one argument (the
18234 program's name), and executing the script fails with:
18236 @example
18237 /usr/bin/env: 'perl -T -w': No such file or directory
18238 @end example
18240 The @option{-S} option instructs @command{env} to split the single string
18241 into multiple arguments. The following example works as expected:
18243 @example
18244 $ cat hello.pl
18245 #!/usr/bin/env -S perl -T -w
18246 print "hello\n";
18248 $ chmod a+x hello.pl
18249 $ ./hello.pl
18250 hello
18251 @end example
18253 And is equivalent to running @command{perl -T -w hello.pl} on the command line
18254 prompt.
18256 @unnumberedsubsubsec Testing and troubleshooting
18258 @cindex single quotes, and @command{env -S}
18259 @cindex @command{env -S}, and single quotes
18260 @cindex @option{-S}, env and single quotes
18261 To test @command{env -S} on the command line, use single quotes for the
18262 @option{-S} string to emulate a single parameter. Single quotes are not
18263 needed when using @command{env -S} in a shebang line on the first line of a
18264 script (the operating system already treats it as one argument).
18266 The following command is equivalent to the @file{hello.pl} script above:
18268 @example
18269 $ env -S'perl -T -w' hello.pl
18270 @end example
18272 @cindex @command{env -S}, debugging
18273 @cindex debugging, @command{env -S}
18275 To troubleshoot @option{-S} usage add the @option{-v} as the first
18276 argument (before @option{-S}).
18278 Using @option{-vS} on a shebang line in a script:
18280 @example
18281 $ cat hello-debug.pl
18282 #!/usr/bin/env -vS perl -T -w
18283 print "hello\n";
18285 $ chmod a+x hello-debug.pl
18286 $ ./hello-debug.pl
18287 split -S:  'perl -T -w'
18288  into:    'perl'
18289      &    '-T'
18290      &    '-w'
18291 executing: perl
18292    arg[0]= 'perl'
18293    arg[1]= '-T'
18294    arg[2]= '-w'
18295    arg[3]= './hello-debug.pl'
18296 hello
18297 @end example
18299 Using @option{-vS} on the command line prompt (adding single quotes):
18301 @example
18302 $ env -vS'perl -T -w' hello-debug.pl
18303 split -S:  'perl -T -w'
18304  into:    'perl'
18305      &    '-T'
18306      &    '-w'
18307 executing: perl
18308    arg[0]= 'perl'
18309    arg[1]= '-T'
18310    arg[2]= '-w'
18311    arg[3]= 'hello-debug.pl'
18312 hello
18313 @end example
18315 @subsection @option{-S}/@option{--split-string} syntax
18317 @unnumberedsubsubsec Splitting arguments by whitespace
18319 Running @command{env -Sstring} splits the @var{string} into
18320 arguments based on unquoted spaces or tab characters.
18321 (Newlines, carriage returns, vertical tabs and form feeds are treated
18322 like spaces and tabs.)
18324 In the following contrived example the @command{awk} variable
18325 @samp{OFS} will be @code{<space>xyz<space>} as these spaces are inside
18326 double quotes. The other space characters are used as argument separators:
18328 @example
18329 $ cat one.awk
18330 #!/usr/bin/env -S awk -v OFS=" xyz " -f
18331 BEGIN @{print 1,2,3@}
18333 $ chmod a+x one.awk
18334 $ ./one.awk
18335 1 xyz 2 xyz 3
18336 @end example
18338 When using @option{-S} on the command line prompt, remember to add
18339 single quotes around the entire string:
18341 @example
18342 $ env -S'awk -v OFS=" xyz " -f' one.awk
18343 1 xyz 2 xyz 3
18344 @end example
18346 @unnumberedsubsubsec Escape sequences
18348 @command{env} supports several escape sequences. These sequences
18349 are processed when unquoted or inside double quotes (unless otherwise noted).
18350 Single quotes disable escape sequences except @samp{\'} and @samp{\\}.
18352 @multitable @columnfractions .10 .90
18354 @item @code{\c}
18355 @tab Ignore the remaining characters in the string.
18356 Cannot be used inside double quotes.
18358 @item @code{\f}
18359 @tab form-feed character (ASCII 0x0C)
18361 @item @code{\n}
18362 @tab new-line character (ASCII 0x0A)
18364 @item @code{\r}
18365 @tab carriage-return character (ASCII 0x0D)
18367 @item @code{\t}
18368 @tab tab character (ASCII 0x09)
18370 @item @code{\v}
18371 @tab vertical tab character (ASCII 0x0B)
18373 @item @code{\#}
18374 @tab A hash @samp{#} character. Used when a @samp{#} character
18375 is needed as the first character of an argument (see 'comments' section
18376 below).
18378 @item @code{\$}
18379 @tab A dollar-sign character @samp{$}. Unescaped @samp{$} characters
18380 are used to expand environment variables (see 'variables' section below).
18382 @item @code{\_}
18383 @tab Inside double-quotes, replaced with a single space character.
18384 Outside quotes, treated as an argument separator. @samp{\_} can be used
18385 to avoid space characters in a shebang line (see examples below).
18387 @item @code{\"}
18388 @tab A double-quote character.
18390 @item @code{\'}
18391 @tab A single-quote character.
18392 This escape sequence works inside single-quoted strings.
18394 @item @code{\\}
18395 @tab A backslash character.
18396 This escape sequence works inside single-quoted strings.
18398 @end multitable
18400 The following @command{awk} script will use tab character as input and output
18401 field separator (instead of spaces and tabs):
18403 @example
18404 $ cat tabs.awk
18405 #!/usr/bin/env -S awk -v FS="\t" -v OFS="\t" -f
18407 @end example
18409 @unnumberedsubsubsec Comments
18411 The escape sequence @samp{\c} (used outside single/double quotes)
18412 causes @command{env} to ignore the rest of the string.
18414 The @samp{#} character causes @command{env} to ignore the rest of
18415 the string when it appears as the first character of an argument.
18416 Use @samp{\#} to reverse this behavior.
18418 @example
18419 $ env -S'printf %s\n A B C'
18424 $ env -S'printf %s\n A# B C'
18429 $ env -S'printf %s\n A #B C'
18432 $ env -S'printf %s\n A \#B C'
18437 $ env -S'printf %s\n A\cB C'
18439 @end example
18441 The above examples use single quotes as they are executed
18442 on the command-line.
18446 @unnumberedsubsubsec Environment variable expansion
18448 The pattern @samp{$@{VARNAME@}} is used to substitute a value from
18449 the environment variable. The pattern must include the curly braces
18450 (@samp{@{},@samp{@}}). Without them @command{env} will reject the string.
18451 Special shell variables (such as @samp{$@@}, @samp{$*}, @samp{$$}) are
18452 not supported.
18454 If the environment variable is empty or not set, the pattern will be replaced
18455 by an empty string. The value of @samp{$@{VARNAME@}} will be that of
18456 the executed @command{env}, before any modifications using
18457 @option{-i}/@option{--ignore-environment}/@option{-u}/@option{--unset} or
18458 setting new values using @samp{VAR=VALUE}.
18460 The following python script prepends @file{/opt/custom/modules} to the python
18461 module search path environment variable (@samp{PYTHONPATH}):
18463 @example
18464 $ cat custom.py
18465 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$@{PYTHONPATH@} python
18466 print "hello"
18468 @end example
18470 The expansion of @samp{$@{PYTHONPATH@}} is performed by @command{env},
18471 not by a shell. If the curly braces are omitted, @command{env} will fail:
18473 @example
18474 $ cat custom.py
18475 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$PYTHONPATH python
18476 print "hello"
18479 $ chmod a+x custom.py
18480 $ custom.py
18481 /usr/bin/env: only $@{VARNAME@} expansion is supported, error at: $PYTHONPATH @c
18482 python
18483 @end example
18485 Environment variable expansion happens before clearing the environment
18486 (with @option{-i}) or unsetting specific variables (with @option{-u}):
18488 @example
18489 $ env -S'-i OLDUSER=$@{USER@} env'
18490 OLDUSER=gordon
18491 @end example
18493 Use @option{-v} to diagnose the operations step-by-step:
18495 @example
18496 $ env -vS'-i OLDUSER=$@{USER@} env'
18497 expanding $@{USER@} into 'gordon'
18498 split -S:  '-i OLDUSER=$@{USER@} env'
18499  into:    '-i'
18500      &    'OLDUSER=gordon'
18501      &    'env'
18502 cleaning environ
18503 setenv:   OLDUSER=gordon
18504 executing: env
18505    arg[0]= 'env'
18506 OLDUSER=gordon
18507 @end example
18511 @node nice invocation
18512 @section @command{nice}: Run a command with modified niceness
18514 @pindex nice
18515 @cindex niceness
18516 @cindex scheduling, affecting
18517 @cindex appropriate privileges
18519 @command{nice} prints a process's @dfn{niceness}, or runs
18520 a command with modified niceness.  @dfn{niceness} affects how
18521 favorably the process is scheduled in the system.
18522 Synopsis:
18524 @example
18525 nice [@var{option}]@dots{} [@var{command} [@var{arg}]@dots{}]
18526 @end example
18528 If no arguments are given, @command{nice} prints the current niceness.
18529 Otherwise, @command{nice} runs the given @var{command} with its
18530 niceness adjusted.  By default, its niceness is incremented by 10.
18532 Niceness values range at least from @minus{}20 (process has high priority
18533 and gets more resources, thus slowing down other processes) through 19
18534 (process has lower priority and runs slowly itself, but has less impact
18535 on the speed of other running processes).  Some systems
18536 may have a wider range of niceness values; conversely, other systems may
18537 enforce more restrictive limits.  An attempt to set the niceness
18538 outside the supported range is treated as an attempt to use the
18539 minimum or maximum supported value.
18541 A niceness should not be confused with a scheduling priority, which
18542 lets applications determine the order in which threads are scheduled
18543 to run.  Unlike a priority, a niceness is merely advice to the
18544 scheduler, which the scheduler is free to ignore.  Also, as a point of
18545 terminology, POSIX defines the behavior of @command{nice} in
18546 terms of a @dfn{nice value}, which is the non-negative difference
18547 between a niceness and the minimum niceness.  Though @command{nice}
18548 conforms to POSIX, its documentation and diagnostics use the
18549 term ``niceness'' for compatibility with historical practice.
18551 @var{command} must not be a special built-in utility (@pxref{Special
18552 built-in utilities}).
18554 @mayConflictWithShellBuiltIn{nice}
18556 To change the @dfn{niceness} of an existing process,
18557 one needs to use the @command{renice} command.
18559 The program accepts the following option.  Also see @ref{Common options}.
18560 Options must precede operands.
18562 @table @samp
18563 @item -n @var{adjustment}
18564 @itemx --adjustment=@var{adjustment}
18565 @opindex -n
18566 @opindex --adjustment
18567 Add @var{adjustment} instead of 10 to the command's niceness.  If
18568 @var{adjustment} is negative and you lack appropriate privileges,
18569 @command{nice} issues a warning but otherwise acts as if you specified
18570 a zero adjustment.
18572 For compatibility @command{nice} also supports an obsolete
18573 option syntax @option{-@var{adjustment}}.  New scripts should use
18574 @option{-n @var{adjustment}} instead.
18576 @end table
18578 @command{nice} is installed only on systems that have the POSIX
18579 @code{setpriority} function, so portable scripts should not rely on
18580 its existence on non-POSIX platforms.
18582 @cindex exit status of @command{nice}
18583 Exit status:
18585 @display
18586 0   if no @var{command} is specified and the niceness is output
18587 125 if @command{nice} itself fails
18588 126 if @var{command} is found but cannot be invoked
18589 127 if @var{command} cannot be found
18590 the exit status of @var{command} otherwise
18591 @end display
18593 It is sometimes useful to run a non-interactive program with reduced niceness.
18595 @example
18596 $ nice factor 4611686018427387903
18597 @end example
18599 Since @command{nice} prints the current niceness,
18600 you can invoke it through itself to demonstrate how it works.
18602 The default behavior is to increase the niceness by @samp{10}:
18604 @example
18605 $ nice
18607 $ nice nice
18609 $ nice -n 10 nice
18611 @end example
18613 The @var{adjustment} is relative to the current niceness.  In the
18614 next example, the first @command{nice} invocation runs the second one
18615 with niceness 10, and it in turn runs the final one with a niceness
18616 that is 3 more:
18618 @example
18619 $ nice nice -n 3 nice
18621 @end example
18623 Specifying a niceness larger than the supported range
18624 is the same as specifying the maximum supported value:
18626 @example
18627 $ nice -n 10000000000 nice
18629 @end example
18631 Only a privileged user may run a process with lower niceness:
18633 @example
18634 $ nice -n -1 nice
18635 nice: cannot set niceness: Permission denied
18637 $ sudo nice -n -1 nice
18639 @end example
18642 @node nohup invocation
18643 @section @command{nohup}: Run a command immune to hangups
18645 @pindex nohup
18646 @cindex hangups, immunity to
18647 @cindex immunity to hangups
18648 @cindex logging out and continuing to run
18650 @flindex nohup.out
18651 @command{nohup} runs the given @var{command} with hangup signals ignored,
18652 so that the command can continue running in the background after you log
18653 out.  Synopsis:
18655 @example
18656 nohup @var{command} [@var{arg}]@dots{}
18657 @end example
18659 If standard input is a terminal, redirect it so that terminal sessions
18660 do not mistakenly consider the terminal to be used by the command.
18661 Make the substitute file descriptor unreadable, so that commands that
18662 mistakenly attempt to read from standard input can report an error.
18663 This redirection is a GNU extension; programs intended to be portable
18664 to non-GNU hosts can use @samp{nohup @var{command} [@var{arg}]@dots{}
18665 0>/dev/null} instead.
18667 @flindex nohup.out
18668 If standard output is a terminal, the command's standard output is appended
18669 to the file @file{nohup.out}; if that cannot be written to, it is appended
18670 to the file @file{$HOME/nohup.out}; and if that cannot be written to, the
18671 command is not run.
18672 Any @file{nohup.out} or @file{$HOME/nohup.out} file created by
18673 @command{nohup} is made readable and writable only to the user,
18674 regardless of the current umask settings.
18676 If standard error is a terminal, it is normally redirected to the same file
18677 descriptor as the (possibly-redirected) standard output.
18678 However, if standard output is closed, standard error terminal output
18679 is instead appended to the file @file{nohup.out} or
18680 @file{$HOME/nohup.out} as above.
18682 To capture the command's output to a file other than @file{nohup.out}
18683 you can redirect it.  For example, to capture the output of
18684 @command{make}:
18686 @example
18687 nohup make > make.log
18688 @end example
18690 @command{nohup} does not automatically put the command it runs in the
18691 background; you must do that explicitly, by ending the command line
18692 with an @samp{&}.  Also, @command{nohup} does not alter the
18693 niceness of @var{command}; use @command{nice} for that,
18694 e.g., @samp{nohup nice @var{command}}.
18696 @var{command} must not be a special built-in utility (@pxref{Special
18697 built-in utilities}).
18699 The only options are @option{--help} and @option{--version}.  @xref{Common
18700 options}.  Options must precede operands.
18702 @cindex exit status of @command{nohup}
18703 Exit status:
18705 @display
18706 125 if @command{nohup} itself fails, and @env{POSIXLY_CORRECT} is not set
18707 126 if @var{command} is found but cannot be invoked
18708 127 if @var{command} cannot be found
18709 the exit status of @var{command} otherwise
18710 @end display
18712 If @env{POSIXLY_CORRECT} is set, internal failures give status 127
18713 instead of 125.
18716 @node stdbuf invocation
18717 @section @command{stdbuf}: Run a command with modified I/O stream buffering
18719 @pindex stdbuf
18720 @cindex standard streams, buffering
18721 @cindex line buffered
18723 @command{stdbuf} allows one to modify the buffering operations of the
18724 three standard I/O streams associated with a program.  Synopsis:
18726 @example
18727 stdbuf @var{option}@dots{} @var{command}
18728 @end example
18730 @var{command} must start with the name of a program that
18731 @enumerate
18732 @item
18733 uses the ISO C @code{FILE} streams for input/output, and
18735 @item
18736 does not adjust the buffering of its standard streams.
18737 @end enumerate
18739 Not every command operates in this way.
18740 For example, @command{dd} does not use @code{FILE} streams,
18741 and @command{tee} adjusts its streams' buffering.
18743 Any additional @var{arg}s are passed as additional arguments to the
18744 @var{command}.
18746 The program accepts the following options.  Also see @ref{Common options}.
18748 @table @samp
18750 @item -i @var{mode}
18751 @itemx --input=@var{mode}
18752 @opindex -i
18753 @opindex --input
18754 Adjust the standard input stream buffering.
18756 @item -o @var{mode}
18757 @itemx --output=@var{mode}
18758 @opindex -o
18759 @opindex --output
18760 Adjust the standard output stream buffering.
18762 @item -e @var{mode}
18763 @itemx --error=@var{mode}
18764 @opindex -e
18765 @opindex --error
18766 Adjust the standard error stream buffering.
18768 @end table
18770 The @var{mode} can be specified as follows:
18772 @table @samp
18774 @item L
18775 Set the stream to line buffered mode.
18776 In this mode data is coalesced until a newline is output or
18777 input is read from any stream attached to a terminal device.
18778 This option is invalid with standard input.
18780 @item 0
18781 Disable buffering of the selected stream.
18782 In this mode, data is output immediately and only the
18783 amount of data requested is read from input.
18784 Disabling buffering for input does not necessarily influence the responsiveness
18785 or blocking behavior of the stream input functions.
18786 For example, @code{fread} will still block until @code{EOF} or error
18787 or the amount requested is read,
18788 even if the underlying @code{read} returns less data than requested.
18790 @item @var{size}
18791 Specify the size of the buffer to use in fully buffered mode.
18792 @multiplierSuffixesNoBlocks{size}
18794 @end table
18796 @command{stdbuf} is installed only on platforms that use the
18797 Executable and Linkable Format (ELF) and support the
18798 @code{constructor} attribute, so portable scripts should not rely on
18799 its existence.
18801 @cindex exit status of @command{stdbuf}
18802 Exit status:
18804 @display
18805 125 if @command{stdbuf} itself fails
18806 126 if @var{command} is found but cannot be invoked
18807 127 if @var{command} cannot be found
18808 the exit status of @var{command} otherwise
18809 @end display
18812 @node timeout invocation
18813 @section @command{timeout}: Run a command with a time limit
18815 @pindex timeout
18816 @cindex time limit
18817 @cindex run commands with bounded time
18819 @command{timeout} runs the given @var{command} and kills it if it is
18820 still running after the specified time interval.  Synopsis:
18822 @example
18823 timeout [@var{option}] @var{duration} @var{command} [@var{arg}]@dots{}
18824 @end example
18826 @var{command} must not be a special built-in utility (@pxref{Special
18827 built-in utilities}).
18829 The program accepts the following options.  Also see @ref{Common options}.
18830 Options must precede operands.
18832 @table @samp
18833 @item -f
18834 @itemx --foreground
18835 @opindex -f
18836 @opindex --foreground
18837 Don't create a separate background program group, so that
18838 the managed @var{command} can use the foreground TTY normally.
18839 This is needed to support two situations when timing out commands,
18840 when not invoking @command{timeout} from an interactive shell.
18841 @enumerate
18842 @item
18843 @var{command} is interactive and needs to read from the terminal for example
18844 @item
18845 the user wants to support sending signals directly to @var{command}
18846 from the terminal (like Ctrl-C for example)
18847 @end enumerate
18849 In this mode of operation, any children of @var{command}
18850 will not be timed out.  Also SIGCONT will not be sent to @var{command},
18851 as it's generally not needed with foreground processes, and can
18852 cause intermittent signal delivery issues with programs that are monitors
18853 themselves (like GDB for example).
18855 @item -k @var{duration}
18856 @itemx --kill-after=@var{duration}
18857 @opindex -k
18858 @opindex --kill-after
18859 Ensure the monitored @var{command} is killed by also sending a @samp{KILL}
18860 signal.
18862 The specified @var{duration} starts from the point in time when
18863 @command{timeout} sends the initial signal to @var{command}, i.e.,
18864 not from the beginning when the @var{command} is started.
18866 This option has no effect if either the main @var{duration}
18867 of the @command{timeout} command, or the @var{duration} specified
18868 to this option, is 0.
18870 This option may be useful if the selected signal did not kill the @var{command},
18871 either because the signal was blocked or ignored, or if the @var{command} takes
18872 too long (e.g. for cleanup work) to terminate itself within a certain amount
18873 of time.
18875 @item -p
18876 @itemx --preserve-status
18877 @opindex -p
18878 @opindex --preserve-status
18879 Return the exit status of the managed @var{command} on timeout, rather than
18880 a specific exit status indicating a timeout.  This is useful if the
18881 managed @var{command} supports running for an indeterminate amount of time.
18883 @item -s @var{signal}
18884 @itemx --signal=@var{signal}
18885 @opindex -s
18886 @opindex --signal
18887 Send this @var{signal} to @var{command} on timeout, rather than the
18888 default @samp{TERM} signal.  @var{signal} may be a name like @samp{HUP}
18889 or a number.  @xref{Signal specifications}.
18891 @item -v
18892 @itemx --verbose
18893 @opindex -v
18894 @opindex --verbose
18895 Diagnose to standard error, any signal sent upon timeout.
18896 @end table
18898 @cindex time units
18899 @var{duration} is a floating point number in either the current or the
18900 C locale (@pxref{Floating point}) followed by an optional unit:
18901 @display
18902 @samp{s} for seconds (the default)
18903 @samp{m} for minutes
18904 @samp{h} for hours
18905 @samp{d} for days
18906 @end display
18907 A duration of 0 disables the associated timeout.
18908 The actual timeout duration is dependent on system conditions,
18909 which should be especially considered when specifying sub-second timeouts.
18911 @cindex exit status of @command{timeout}
18912 Exit status:
18914 @display
18915 124 if @var{command} times out, and @option{--preserve-status} is not specified
18916 125 if @command{timeout} itself fails
18917 126 if @var{command} is found but cannot be invoked
18918 127 if @var{command} cannot be found
18919 137 if @var{command} or @command{timeout} is sent the KILL(9) signal (128+9)
18920 the exit status of @var{command} otherwise
18921 @end display
18923 In the case of the @samp{KILL(9)} signal, @command{timeout} returns with
18924 exit status 137, regardless of whether that signal is sent to @var{command}
18925 or to @command{timeout} itself, i.e., these cases cannot be distinguished.
18926 In the latter case, the @var{command} process may still be alive after
18927 @command{timeout} has forcefully been terminated.
18929 Examples:
18931 @example
18932 # Send the default TERM signal after 20s to a short-living 'sleep 1'.
18933 # As that terminates long before the given duration, 'timeout' returns
18934 # with the same exit status as the command, 0 in this case.
18935 timeout 20 sleep 1
18937 # Send the INT signal after 5s to the 'sleep' command.  Returns after
18938 # 5 seconds with exit status 124 to indicate the sending of the signal.
18939 timeout -s INT 5 sleep 20
18941 # Likewise, but the command ignoring the INT signal due to being started
18942 # via 'env --ignore-signal'.  Thus, 'sleep' terminates regularly after
18943 # the full 20 seconds, still 'timeout' returns with exit status 124.
18944 timeout -s INT 5s env --ignore-signal=INT sleep 20
18946 # Likewise, but sending the KILL signal 3 seconds after the initial
18947 # INT signal.  Hence, 'sleep' is forcefully terminated after about
18948 # 8 seconds (5+3), and 'timeout' returns with an exit status of 137.
18949 timeout -s INT -k 3s 5s env --ignore-signal=INT sleep 20
18950 @end example
18952 @node Process control
18953 @chapter Process control
18955 @cindex processes, commands for controlling
18956 @cindex commands for controlling processes
18958 @menu
18959 * kill invocation::             Sending a signal to processes.
18960 @end menu
18963 @node kill invocation
18964 @section @command{kill}: Send a signal to processes
18966 @pindex kill
18967 @cindex send a signal to processes
18969 The @command{kill} command sends a signal to processes, causing them
18970 to terminate or otherwise act upon receiving the signal in some way.
18971 Alternatively, it lists information about signals.  Synopses:
18973 @example
18974 kill [-s @var{signal} | --signal @var{signal} | -@var{signal}] @var{pid}@dots{}
18975 kill [-l | --list | -t | --table] [@var{signal}]@dots{}
18976 @end example
18978 @mayConflictWithShellBuiltIn{kill}
18980 The first form of the @command{kill} command sends a signal to all
18981 @var{pid} arguments.  The default signal to send if none is specified
18982 is @samp{TERM}@.  The special signal number @samp{0} does not denote a
18983 valid signal, but can be used to test whether the @var{pid} arguments
18984 specify processes to which a signal could be sent.
18986 If @var{pid} is positive, the signal is sent to the process with the
18987 process ID @var{pid}.  If @var{pid} is zero, the signal is sent to all
18988 processes in the process group of the current process.  If @var{pid}
18989 is @minus{}1, the signal is sent to all processes for which the user has
18990 permission to send a signal.  If @var{pid} is less than @minus{}1, the signal
18991 is sent to all processes in the process group that equals the absolute
18992 value of @var{pid}.
18994 If @var{pid} is not positive, a system-dependent set of system
18995 processes is excluded from the list of processes to which the signal
18996 is sent.
18998 If a negative @var{pid} argument is desired as the first one, it
18999 should be preceded by @option{--}.  However, as a common extension to
19000 POSIX, @option{--} is not required with @samp{kill
19001 -@var{signal} -@var{pid}}.  The following commands are equivalent:
19003 @example
19004 kill -15 -1
19005 kill -TERM -1
19006 kill -s TERM -- -1
19007 kill -- -1
19008 @end example
19010 The first form of the @command{kill} command succeeds if every @var{pid}
19011 argument specifies at least one process that the signal was sent to.
19013 The second form of the @command{kill} command lists signal information.
19014 Either the @option{-l} or @option{--list} option, or the @option{-t}
19015 or @option{--table} option must be specified.  Without any
19016 @var{signal} argument, all supported signals are listed.  The output
19017 of @option{-l} or @option{--list} is a list of the signal names, one
19018 per line; if @var{signal} is already a name, the signal number is
19019 printed instead.  The output of @option{-t} or @option{--table} is a
19020 table of signal numbers, names, and descriptions.  This form of the
19021 @command{kill} command succeeds if all @var{signal} arguments are valid
19022 and if there is no output error.
19024 The @command{kill} command also supports the @option{--help} and
19025 @option{--version} options.  @xref{Common options}.
19027 A @var{signal} may be a signal name like @samp{HUP}, or a signal
19028 number like @samp{1}, or an exit status of a process terminated by the
19029 signal.  A signal name can be given in canonical form or prefixed by
19030 @samp{SIG}@.  The case of the letters is ignored, except for the
19031 @option{-@var{signal}} option which must use upper case to avoid
19032 ambiguity with lower case option letters.
19033 @xref{Signal specifications}, for a list of supported
19034 signal names and numbers.
19036 @node Delaying
19037 @chapter Delaying
19039 @cindex delaying commands
19040 @cindex commands for delaying
19042 @c Perhaps @command{wait} or other commands should be described here also?
19044 @menu
19045 * sleep invocation::            Delay for a specified time.
19046 @end menu
19049 @node sleep invocation
19050 @section @command{sleep}: Delay for a specified time
19052 @pindex sleep
19053 @cindex delay for a specified time
19055 @command{sleep} pauses for an amount of time specified by the sum of
19056 the values of the command line arguments.
19057 Synopsis:
19059 @example
19060 sleep @var{number}[smhd]@dots{}
19061 @end example
19063 @cindex time units
19064 Each argument is a non-negative number followed by an optional unit; the default
19065 is seconds.  The units are:
19067 @table @samp
19068 @item s
19069 seconds
19070 @item m
19071 minutes
19072 @item h
19073 hours
19074 @item d
19075 days
19076 @end table
19078 Although portable POSIX scripts must give @command{sleep} a single
19079 non-negative integer argument without a suffix, GNU @command{sleep}
19080 also accepts two or more arguments, unit suffixes, and floating-point
19081 numbers in either the current or the C locale.  @xref{Floating point}.
19083 For instance, the following could be used to @command{sleep} for
19084 1 second, 234 milli-, 567 micro- and 890 nanoseconds:
19086 @example
19087 sleep 1234e-3 567.89e-6
19088 @end example
19090 Also one could sleep indefinitely like:
19092 @example
19093 sleep inf
19094 @end example
19096 The only options are @option{--help} and @option{--version}.  @xref{Common
19097 options}.
19099 @c sleep is a shell built-in at least with Solaris 11's /bin/sh
19100 @mayConflictWithShellBuiltIn{sleep}
19102 @exitstatus
19105 @node Numeric operations
19106 @chapter Numeric operations
19108 @cindex numeric operations
19109 These programs do numerically-related operations.
19111 @menu
19112 * factor invocation::              Show factors of numbers.
19113 * numfmt invocation::              Reformat numbers.
19114 * seq invocation::                 Print sequences of numbers.
19115 @end menu
19118 @node factor invocation
19119 @section @command{factor}: Print prime factors
19121 @pindex factor
19122 @cindex prime factors
19124 @command{factor} prints prime factors.  Synopsis:
19126 @example
19127 factor [@var{option}]@dots{} [@var{number}]@dots{}
19128 @end example
19130 If no @var{number} is specified on the command line, @command{factor} reads
19131 numbers from standard input, delimited by newlines, tabs, or spaces.
19133 The program accepts the following options.  Also see @ref{Common options}.
19135 @table @samp
19136 @item -h
19137 @itemx --exponents
19138 @opindex -h
19139 @opindex --exponents
19140 print factors in the form @math{p^e}, rather than repeating
19141 the prime @samp{p}, @samp{e} times. If the exponent @samp{e} is 1,
19142 then it is omitted.
19144 @example
19145 $ factor --exponents 3000
19146 3000: 2^3 3 5^3
19147 @end example
19148 @end table
19150 If the number to be factored is small (less than @math{2^{127}} on
19151 typical machines), @command{factor} uses a faster algorithm.
19152 For example, on a circa-2017 Intel Xeon Silver 4116, factoring the
19153 product of the eighth and ninth Mersenne primes (approximately
19154 @math{2^{92}}) takes about 4 ms of CPU time:
19156 @example
19157 $ M8=$(echo 2^31-1 | bc)
19158 $ M9=$(echo 2^61-1 | bc)
19159 $ n=$(echo "$M8 * $M9" | bc)
19160 $ bash -c "time factor $n"
19161 4951760154835678088235319297: 2147483647 2305843009213693951
19163 real    0m0.004s
19164 user    0m0.004s
19165 sys     0m0.000s
19166 @end example
19168 For larger numbers, @command{factor} uses a slower algorithm.  On the
19169 same platform, factoring the eighth Fermat number @math{2^{256} + 1}
19170 takes about 14 seconds, and the slower algorithm would have taken
19171 about 750 ms to factor @math{2^{127} - 3} instead of the 50 ms needed by
19172 the faster algorithm.
19174 Factoring large numbers is, in general, hard.  The Pollard-Brent rho
19175 algorithm used by @command{factor} is particularly effective for
19176 numbers with relatively small factors.  If you wish to factor large
19177 numbers which do not have small factors (for example, numbers which
19178 are the product of two large primes), other methods are far better.
19180 @exitstatus
19183 @node numfmt invocation
19184 @section @command{numfmt}: Reformat numbers
19186 @pindex numfmt
19188 @command{numfmt} reads numbers in various representations and reformats them
19189 as requested.  The most common usage is converting numbers to/from @emph{human}
19190 representation (e.g. @samp{4G} @expansion{} @samp{4,000,000,000}).
19192 @example
19193 numfmt [@var{option}]@dots{} [@var{number}]
19194 @end example
19196 @command{numfmt} converts each @var{number} on the command-line according to the
19197 specified options (see below).  If no @var{number}s are given, it reads numbers
19198 from standard input.  @command{numfmt} can optionally extract numbers from
19199 specific columns, maintaining proper line padding and alignment.
19201 @exitstatus
19203 See @option{--invalid} for additional information regarding exit status.
19205 @subsection General options
19207 The program accepts the following options.  Also see @ref{Common options}.
19209 @table @samp
19211 @item --debug
19212 @opindex --debug
19213 Print (to standard error) warning messages about possible erroneous usage.
19215 @item -d @var{d}
19216 @itemx --delimiter=@var{d}
19217 @opindex -d
19218 @opindex --delimiter
19219 Use the character @var{d} as input field separator (default: whitespace).
19220 Using non-default delimiter turns off automatic padding.
19222 @item --field=@var{fields}
19223 @opindex --field
19224 Convert the number in input field @var{fields} (default: 1).
19225 @var{fields} supports @command{cut} style field ranges:
19227 @example
19228 N    N'th field, counted from 1
19229 N-   from N'th field, to end of line
19230 N-M  from N'th to M'th field (inclusive)
19231 -M   from first to M'th field (inclusive)
19232 -    all fields
19233 @end example
19236 @item --format=@var{format}
19237 @opindex --format
19238 Use printf-style floating FORMAT string.  The @var{format} string must contain
19239 one @samp{%f} directive, optionally with @samp{'}, @samp{-}, @samp{0}, width
19240 or precision modifiers.  The @samp{'} modifier will enable @option{--grouping},
19241 the @samp{-} modifier will enable left-aligned @option{--padding} and the width
19242 modifier will enable right-aligned @option{--padding}.  The @samp{0} width
19243 modifier (without the @samp{-} modifier) will generate leading zeros on the
19244 number, up to the specified width.  A precision specification like @samp{%.1f}
19245 will override the precision determined from the input data or set due to
19246 @option{--to} option auto scaling.
19248 @item --from=@var{unit}
19249 @opindex --from
19250 Auto-scales input numbers according to @var{unit}.  See UNITS below.
19251 The default is no scaling, meaning suffixes (e.g. @samp{M}, @samp{G}) will
19252 trigger an error.
19254 @item --from-unit=@var{n}
19255 @opindex --from-unit
19256 Specify the input unit size (instead of the default 1).  Use this option when
19257 the input numbers represent other units (e.g. if the input number @samp{10}
19258 represents 10 units of 512 bytes, use @samp{--from-unit=512}).
19259 Suffixes are handled as with @samp{--from=auto}.
19261 @item --grouping
19262 @opindex --grouping
19263 Group digits in output numbers according to the current locale's grouping rules
19264 (e.g @emph{Thousands Separator} character, commonly @samp{.} (dot) or @samp{,}
19265 comma).  This option has no effect in @samp{POSIX/C} locale.
19267 @item --header[=@var{n}]
19268 @opindex --header
19269 @opindex --header=N
19270 Print the first @var{n} (default: 1) lines without any conversion.
19272 @item --invalid=@var{mode}
19273 @opindex --invalid
19274 The default action on input errors is to exit immediately with status code 2.
19275 @option{--invalid=@samp{abort}} explicitly specifies this default mode.
19276 With a @var{mode} of @samp{fail}, print a warning for @emph{each} conversion
19277 error, and exit with status 2.  With a @var{mode} of @samp{warn}, exit with
19278 status 0, even in the presence of conversion errors, and with a @var{mode} of
19279 @samp{ignore} do not even print diagnostics.
19281 @item --padding=@var{n}
19282 @opindex --padding
19283 Pad the output numbers to @var{n} characters, by adding spaces.  If @var{n} is
19284 a positive number, numbers will be right-aligned.  If @var{n} is a negative
19285 number, numbers will be left-aligned.  By default, numbers are automatically
19286 aligned based on the input line's width (only with the default delimiter).
19288 @item --round=@var{method}
19289 @opindex --round
19290 @opindex --round=up
19291 @opindex --round=down
19292 @opindex --round=from-zero
19293 @opindex --round=towards-zero
19294 @opindex --round=nearest
19295 When converting number representations, round the number according to
19296 @var{method}, which can be @samp{up}, @samp{down},
19297 @samp{from-zero} (the default), @samp{towards-zero}, @samp{nearest}.
19299 @item --suffix=@var{suffix}
19300 @opindex --suffix
19301 Add @samp{SUFFIX} to the output numbers, and accept optional @samp{SUFFIX} in
19302 input numbers.
19304 @item --to=@var{unit}
19305 @opindex --to
19306 Auto-scales output numbers according to @var{unit}.  See @emph{Units} below.
19307 The default is no scaling, meaning all the digits of the number are printed.
19309 @item --to-unit=@var{n}
19310 @opindex --to-unit
19311 Specify the output unit size (instead of the default 1).  Use this option when
19312 the output numbers represent other units (e.g. to represent @samp{4,000,000}
19313 bytes in blocks of 1kB, use @samp{--to=si --to-unit=1000}).
19314 Suffixes are handled as with @samp{--from=auto}.
19316 @optZeroTerminated
19317 @newlineFieldSeparator
19319 @end table
19321 @subsection Possible @var{unit}s:
19323 The following are the possible @var{unit} options with @option{--from=UNITS} and
19324 @option{--to=UNITS}:
19326 @table @var
19328 @item none
19329 No scaling is performed.  For input numbers, no suffixes are accepted, and any
19330 trailing characters following the number will trigger an error.  For output
19331 numbers, all digits of the numbers will be printed.
19333 @item si
19334 Auto-scale numbers according to the @emph{International System of Units (SI)}
19335 standard.
19336 For input numbers, accept one of the following suffixes.
19337 For output numbers, values larger than 1000 will be rounded, and printed with
19338 one of the following suffixes:
19340 @example
19341 @samp{K}  =>  @math{1000^1 = 10^3} (Kilo) (uppercase accepted on input)
19342 @samp{k}  =>  @math{1000^1 = 10^3} (Kilo) (lowercase used on output)
19343 @samp{M}  =>  @math{1000^2 = 10^6} (Mega)
19344 @samp{G}  =>  @math{1000^3 = 10^9} (Giga)
19345 @samp{T}  =>  @math{1000^4 = 10^{12}} (Tera)
19346 @samp{P}  =>  @math{1000^5 = 10^{15}} (Peta)
19347 @samp{E}  =>  @math{1000^6 = 10^{18}} (Exa)
19348 @samp{Z}  =>  @math{1000^7 = 10^{21}} (Zetta)
19349 @samp{Y}  =>  @math{1000^8 = 10^{24}} (Yotta)
19350 @samp{R}  =>  @math{1000^9 = 10^{27}} (Ronna)
19351 @samp{Q}  =>  @math{1000^{10} = 10^{30}} (Quetta)
19352 @end example
19354 @item iec
19355 Auto-scale numbers according to the @emph{International Electrotechnical
19356 Commission (IEC)} standard.
19357 For input numbers, accept one of the following suffixes.
19358 For output numbers, values larger than 1024 will be rounded, and printed with
19359 one of the following suffixes:
19361 @example
19362 @samp{K}  =>  @math{1024^1 = 2^{10}} (Kibi) (uppercase used on output)
19363 @samp{k}  =>  @math{1024^1 = 2^{10}} (Kibi) (lowercase accepted on input)
19364 @samp{M}  =>  @math{1024^2 = 2^{20}} (Mebi)
19365 @samp{G}  =>  @math{1024^3 = 2^{30}} (Gibi)
19366 @samp{T}  =>  @math{1024^4 = 2^{40}} (Tebi)
19367 @samp{P}  =>  @math{1024^5 = 2^{50}} (Pebi)
19368 @samp{E}  =>  @math{1024^6 = 2^{60}} (Exbi)
19369 @samp{Z}  =>  @math{1024^7 = 2^{70}} (Zebi)
19370 @samp{Y}  =>  @math{1024^8 = 2^{80}} (Yobi)
19371 @samp{R}  =>  @math{1024^9 = 2^{90}} (Robi)
19372 @samp{Q}  =>  @math{1024^{10} = 2^{100}} (Quebi)
19373 @end example
19375 The @option{iec} option uses a single letter suffix (e.g. @samp{G}), which is
19376 not fully standard, as the @emph{iec} standard recommends a two-letter symbol
19377 (e.g @samp{Gi}) -- but in practice, this method is common.  Compare with
19378 the @option{iec-i} option.
19380 @item iec-i
19381 Auto-scale numbers according to the @emph{International Electrotechnical
19382 Commission (IEC)} standard.
19383 For input numbers, accept one of the following suffixes.
19384 For output numbers, values larger than 1024 will be rounded, and printed with
19385 one of the following suffixes:
19387 @example
19388 @samp{Ki}  =>  @math{1024^1 = 2^{10}} (Kibi) (uppercase used on output)
19389 @samp{ki}  =>  @math{1024^1 = 2^{10}} (Kibi) (lowercase accepted on input)
19390 @samp{Mi}  =>  @math{1024^2 = 2^{20}} (Mebi)
19391 @samp{Gi}  =>  @math{1024^3 = 2^{30}} (Gibi)
19392 @samp{Ti}  =>  @math{1024^4 = 2^{40}} (Tebi)
19393 @samp{Pi}  =>  @math{1024^5 = 2^{50}} (Pebi)
19394 @samp{Ei}  =>  @math{1024^6 = 2^{60}} (Exbi)
19395 @samp{Zi}  =>  @math{1024^7 = 2^{70}} (Zebi)
19396 @samp{Yi}  =>  @math{1024^8 = 2^{80}} (Yobi)
19397 @samp{Ri}  =>  @math{1024^9 = 2^{90}} (Robi)
19398 @samp{Qi}  =>  @math{1024^{10} = 2^{100}} (Quebi)
19399 @end example
19401 The @option{iec-i} option uses a two-letter suffix symbol (e.g. @samp{Gi}),
19402 as the @emph{iec} standard recommends, but this is not always common in
19403 practice.  Compare with the @option{iec} option.
19405 @item auto
19406 @samp{auto} can only be used with @option{--from}.  With this method, numbers
19407 with single-letter suffixes like @samp{K}
19408 suffixes are interpreted as @emph{SI} values, and numbers with
19409 two-letter suffixes like @samp{Ki}
19410 are interpreted as @emph{IEC} values.
19412 @end table
19414 @subsection Examples of using @command{numfmt}
19416 Converting a single number from/to @emph{human} representation:
19417 @example
19418 $ numfmt --to=si 500000
19419 500k
19421 $ numfmt --to=iec 500000
19422 489K
19424 $ numfmt --to=iec-i 500000
19425 489Ki
19427 $ numfmt --from=si 1M
19428 1000000
19430 $ numfmt --from=iec 1M
19431 1048576
19433 # with '--from=auto', M=Mega, Mi=Mebi
19434 $ numfmt --from=auto 1M
19435 1000000
19436 $ numfmt --from=auto 1Mi
19437 1048576
19438 @end example
19440 Converting from @samp{SI} to @samp{IEC} scales (e.g. when a drive's capacity is
19441 advertised as @samp{1TB}, while checking the drive's capacity gives lower
19442 values):
19444 @example
19445 $ numfmt --from=si --to=iec 1T
19446 932G
19447 @end example
19449 With both input and output scales specified,
19450 the largest defined prefixes are supported:
19452 @example
19453 $ numfmt --from=si --to=iec-i 2000R
19454 1.6Qi
19455 @end example
19457 Converting a single field from an input file / piped input (these contrived
19458 examples are for demonstration purposes only, as both @command{ls} and
19459 @command{df} support the @option{--human-readable} option to
19460 output sizes in human-readable format):
19462 @example
19463 # Third field (file size) will be shown in SI representation
19464 $ ls -log | numfmt --field 3 --header --to=si | head -n4
19465 -rw-r--r--  1     94k Aug 23  2011 ABOUT-NLS
19466 -rw-r--r--  1    3.7k Jan  7 16:15 AUTHORS
19467 -rw-r--r--  1     36k Jun  1  2011 COPYING
19468 -rw-r--r--  1       0 Jan  7 15:15 ChangeLog
19470 # Second field (size) will be shown in IEC representation
19471 $ df --block-size=1 | numfmt --field 2 --header --to=iec | head -n4
19472 File system   1B-blocks        Used  Available Use% Mounted on
19473 rootfs             132G   104741408   26554036  80% /
19474 tmpfs              794M        7580     804960   1% /run/shm
19475 /dev/sdb1          694G   651424756   46074696  94% /home
19476 @end example
19479 Output can be tweaked using @option{--padding} or @option{--format}:
19481 @example
19482 # Pad to 10 characters, right-aligned
19483 $ du -s * | numfmt --to=si --padding=10
19484       2.5k config.log
19485        108 config.status
19486       1.7k configure
19487         20 configure.ac
19489 # Pad to 10 characters, left-aligned
19490 $ du -s * | numfmt --to=si --padding=-10
19491 2.5k       config.log
19492 108        config.status
19493 1.7k       configure
19494 20         configure.ac
19496 # Pad to 10 characters, left-aligned, using 'format'
19497 $ du -s * | numfmt --to=si --format="%10f"
19498       2.5k config.log
19499        108 config.status
19500       1.7k configure
19501         20 configure.ac
19503 # Pad to 10 characters, left-aligned, using 'format'
19504 $ du -s * | numfmt --to=si --padding="%-10f"
19505 2.5k       config.log
19506 108        config.status
19507 1.7k       configure
19508 20         configure.ac
19509 @end example
19511 With locales that support grouping digits, using @option{--grouping} or
19512 @option{--format} enables grouping.  In @samp{POSIX} locale, grouping is
19513 silently ignored:
19515 @example
19516 $ LC_ALL=C numfmt --from=iec --grouping 2G
19517 2147483648
19519 $ LC_ALL=en_US.utf8 numfmt --from=iec --grouping 2G
19520 2,147,483,648
19522 $ LC_ALL=ta_IN numfmt --from=iec --grouping 2G
19523 2,14,74,83,648
19525 $ LC_ALL=C numfmt --from=iec --format="==%'15f==" 2G
19526 ==     2147483648==
19528 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'15f==" 2G
19529 ==  2,147,483,648==
19531 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'-15f==" 2G
19532 ==2,147,483,648  ==
19534 $ LC_ALL=ta_IN numfmt --from=iec --format="==%'15f==" 2G
19535 == 2,14,74,83,648==
19536 @end example
19539 @node seq invocation
19540 @section @command{seq}: Print numeric sequences
19542 @pindex seq
19543 @cindex numeric sequences
19544 @cindex sequence of numbers
19546 @command{seq} prints a sequence of numbers to standard output.  Synopses:
19548 @example
19549 seq [@var{option}]@dots{} @var{last}
19550 seq [@var{option}]@dots{} @var{first} @var{last}
19551 seq [@var{option}]@dots{} @var{first} @var{increment} @var{last}
19552 @end example
19554 @command{seq} prints the numbers from @var{first} to @var{last} by
19555 @var{increment}.  By default, each number is printed on a separate line.
19556 When @var{increment} is not specified, it defaults to @samp{1},
19557 even when @var{first} is larger than @var{last}.
19558 @var{first} also defaults to @samp{1}.  So @code{seq 1} prints
19559 @samp{1}, but @code{seq 0} and @code{seq 10 5} produce no output.
19560 The sequence of numbers ends when the sum of the current number and
19561 @var{increment} would become greater than @var{last},
19562 so @code{seq 1 10 10} only produces @samp{1}.
19563 @var{increment} must not be @samp{0}; use the tool @command{yes} to get
19564 repeated output of a constant number.
19565 @var{first}, @var{increment} and @var{last} must not be @code{NaN},
19566 but @code{inf} is supported.
19567 Floating-point numbers may be specified in either the current or
19568 the C locale.  @xref{Floating point}.
19570 The program accepts the following options.  Also see @ref{Common options}.
19571 Options must precede operands.
19573 @table @samp
19574 @item -f @var{format}
19575 @itemx --format=@var{format}
19576 @opindex -f
19577 @opindex --format
19578 @cindex formatting of numbers in @command{seq}
19579 Print all numbers using @var{format}.
19580 @var{format} must contain exactly one of the @samp{printf}-style
19581 floating point conversion specifications @samp{%a}, @samp{%e},
19582 @samp{%f}, @samp{%g}, @samp{%A}, @samp{%E}, @samp{%F}, @samp{%G}@.
19583 The @samp{%} may be followed by zero or more flags taken from the set
19584 @samp{-+#0 '}, then an optional width containing one or more digits,
19585 then an optional precision consisting of a @samp{.} followed by zero
19586 or more digits.  @var{format} may also contain any number of @samp{%%}
19587 conversion specifications.  All conversion specifications have the
19588 same meaning as with @samp{printf}.
19590 The default format is derived from @var{first}, @var{step}, and
19591 @var{last}.  If these all use a fixed point decimal representation,
19592 the default format is @samp{%.@var{p}f}, where @var{p} is the minimum
19593 precision that can represent the output numbers exactly.  Otherwise,
19594 the default format is @samp{%g}.
19596 @item -s @var{string}
19597 @itemx --separator=@var{string}
19598 @opindex -s
19599 @opindex --separator
19600 @cindex separator for numbers in @command{seq}
19601 Separate numbers with @var{string}; default is a newline.
19602 The output always terminates with a newline.
19604 @item -w
19605 @itemx --equal-width
19606 @opindex -w
19607 @opindex --equal-width
19608 Print all numbers with the same width, by padding with leading zeros.
19609 @var{first}, @var{step}, and @var{last} should all use a fixed point
19610 decimal representation.
19611 (To have other kinds of padding, use @option{--format}).
19613 @end table
19615 You can get finer-grained control over output with @option{-f}:
19617 @example
19618 $ seq -f '(%9.2E)' -9e5 1.1e6 1.3e6
19619 (-9.00E+05)
19620 ( 2.00E+05)
19621 ( 1.30E+06)
19622 @end example
19624 If you want hexadecimal integer output, you can use @command{printf}
19625 to perform the conversion:
19627 @example
19628 $ printf '%x\n' $(seq 1048575 1024 1050623)
19629 fffff
19630 1003ff
19631 1007ff
19632 @end example
19634 For very long lists of numbers, use xargs to avoid
19635 system limitations on the length of an argument list:
19637 @example
19638 $ seq 1000000 | xargs printf '%x\n' | tail -n 3
19639 f423e
19640 f423f
19641 f4240
19642 @end example
19644 To generate octal output, use the printf @code{%o} format instead
19645 of @code{%x}.
19647 On most systems, seq can produce whole-number output for values up to
19648 at least @math{2^{53}}.  Larger integers are approximated.  The details
19649 differ depending on your floating-point implementation.
19650 @xref{Floating point}.  A common
19651 case is that @command{seq} works with integers through @math{2^{64}},
19652 and larger integers may not be numerically correct:
19654 @example
19655 $ seq 50000000000000000000 2 50000000000000000004
19656 50000000000000000000
19657 50000000000000000000
19658 50000000000000000004
19659 @end example
19661 However, when limited to non-negative whole numbers,
19662 an increment of less than 200, and no format-specifying option,
19663 seq can print arbitrarily large numbers.
19664 Therefore @command{seq inf} can be used to
19665 generate an infinite sequence of numbers.
19667 Be careful when using @command{seq} with outlandish values: otherwise
19668 you may see surprising results, as @command{seq} uses floating point
19669 internally.  For example, on the x86 platform, where the internal
19670 representation uses a 64-bit fraction, the command:
19672 @example
19673 seq 1 0.0000000000000000001 1.0000000000000000009
19674 @end example
19676 outputs 1.0000000000000000007 twice and skips 1.0000000000000000008.
19678 @exitstatus
19681 @node File permissions
19682 @chapter File permissions
19683 @include perm.texi
19686 @node File timestamps
19687 @chapter File timestamps
19689 @cindex atime
19690 @cindex birthtime
19691 @cindex ctime
19692 @cindex mtime
19693 Standard POSIX files have three timestamps: the access timestamp
19694 (atime) of the last read, the modification timestamp (mtime) of the
19695 last write, and the status change timestamp (ctime) of the last change
19696 to the file's meta-information.  Some file systems support a
19697 fourth time: the birth timestamp (birthtime) of when the file was
19698 created; by definition, birthtime never changes.
19700 One common example of a ctime change is when the permissions of a file
19701 change.  Changing the permissions doesn't access the file, so atime
19702 doesn't change, nor does it modify the file, so the mtime doesn't
19703 change.  Yet, something about the file itself has changed, and this
19704 must be noted somewhere.  This is the job of the ctime field.  This is
19705 necessary, so that, for example, a backup program can make a fresh
19706 copy of the file, including the new permissions value.  Another
19707 operation that modifies a file's ctime without affecting the others is
19708 renaming.
19710 Naively, a file's atime, mtime, and ctime are set to the current time
19711 whenever you read, write, or change the attributes of the file
19712 respectively, and searching a directory counts as reading it.  A
19713 file's atime and mtime can also be set directly, via the
19714 @command{touch} command (@pxref{touch invocation}).  In practice,
19715 though, timestamps are not updated quite that way.
19717 For efficiency reasons, many systems are lazy about updating atimes:
19718 when a program accesses a file, they may delay updating the file's
19719 atime, or may not update the file's atime if the file has been
19720 accessed recently, or may not update the atime at all.  Similar
19721 laziness, though typically not quite so extreme, applies to mtimes and
19722 ctimes.
19724 Some systems emulate timestamps instead of supporting them directly,
19725 and these emulations may disagree with the naive interpretation.  For
19726 example, a system may fake an atime or ctime by using the mtime.
19728 @cindex clock skew
19729 The determination of what time is ``current'' depends on the
19730 platform.  Platforms with network file systems often use different
19731 clocks for the operating system and for file systems; because
19732 updates typically uses file systems' clocks by default, clock
19733 skew can cause the resulting file timestamps to appear to be in a
19734 program's ``future'' or ``past''.
19736 @cindex file timestamp resolution
19737 When the system updates a file timestamp to a desired time @var{t}
19738 (which is either the current time, or a time specified via the
19739 @command{touch} command), there are several reasons the file's
19740 timestamp may be set to a value that differs from @var{t}.  First,
19741 @var{t} may have a higher resolution than supported.  Second, a file
19742 system may use different resolutions for different types of times.
19743 Third, file timestamps may use a different resolution than operating
19744 system timestamps.  Fourth, the operating system primitives used to
19745 update timestamps may employ yet a different resolution.  For example,
19746 in theory a file system might use 10-microsecond resolution for access
19747 timestamp and 100-nanosecond resolution for modification timestamp, and the
19748 operating system might use nanosecond resolution for the current time
19749 and microsecond resolution for the primitive that @command{touch} uses
19750 to set a file's timestamp to an arbitrary value.
19753 @include parse-datetime.texi
19755 @include sort-version.texi
19757 @c              What's GNU?
19758 @c              Arnold Robbins
19759 @node Opening the software toolbox
19760 @chapter Opening the Software Toolbox
19762 An earlier version of this chapter appeared in
19763 @uref{https://www.linuxjournal.com/article.php?sid=2762, the
19764 @cite{What's GNU@?} column of the June 1994 @cite{Linux Journal}}.
19765 It was written by Arnold Robbins.
19767 @menu
19768 * Toolbox introduction::        Toolbox introduction
19769 * I/O redirection::             I/O redirection
19770 * The who command::             The @command{who} command
19771 * The cut command::             The @command{cut} command
19772 * The sort command::            The @command{sort} command
19773 * The uniq command::            The @command{uniq} command
19774 * Putting the tools together::  Putting the tools together
19775 @end menu
19778 @node Toolbox introduction
19779 @unnumberedsec Toolbox Introduction
19781 This month's column is only peripherally related to the GNU Project, in
19782 that it describes a number of the GNU tools on your GNU/Linux system
19783 and how they
19784 might be used.  What it's really about is the ``Software Tools'' philosophy
19785 of program development and usage.
19787 The software tools philosophy was an important and integral concept
19788 in the initial design and development of Unix (of which GNU/Linux and GNU are
19789 essentially clones).  Unfortunately, in the modern day press of
19790 Internetworking and flashy GUIs, it seems to have fallen by the
19791 wayside.  This is a shame, since it provides a powerful mental model
19792 for solving many kinds of problems.
19794 Many people carry a Swiss Army knife around in their pants pockets (or
19795 purse).  A Swiss Army knife is a handy tool to have: it has several knife
19796 blades, a screwdriver, tweezers, toothpick, nail file, corkscrew, and perhaps
19797 a number of other things on it.  For the everyday, small miscellaneous jobs
19798 where you need a simple, general purpose tool, it's just the thing.
19800 On the other hand, an experienced carpenter doesn't build a house using
19801 a Swiss Army knife.  Instead, he has a toolbox chock full of specialized
19802 tools -- a saw, a hammer, a screwdriver, a plane, and so on.  And he knows
19803 exactly when and where to use each tool; you won't catch him hammering nails
19804 with the handle of his screwdriver.
19806 The Unix developers at Bell Labs were all professional programmers and trained
19807 computer scientists.  They had found that while a one-size-fits-all program
19808 might appeal to a user because there's only one program to use, in practice
19809 such programs are
19811 @enumerate a
19812 @item
19813 difficult to write,
19815 @item
19816 difficult to maintain and
19817 debug, and
19819 @item
19820 difficult to extend to meet new situations.
19821 @end enumerate
19823 Instead, they felt that programs should be specialized tools.  In short, each
19824 program ``should do one thing well.''  No more and no less.  Such programs are
19825 simpler to design, write, and get right -- they only do one thing.
19827 Furthermore, they found that with the right machinery for hooking programs
19828 together, that the whole was greater than the sum of the parts.  By combining
19829 several special purpose programs, you could accomplish a specific task
19830 that none of the programs was designed for, and accomplish it much more
19831 quickly and easily than if you had to write a special purpose program.
19832 We will see some (classic) examples of this further on in the column.
19833 (An important additional point was that, if necessary, take a detour
19834 and build any software tools you may need first, if you don't already
19835 have something appropriate in the toolbox.)
19837 @node I/O redirection
19838 @unnumberedsec I/O Redirection
19840 Hopefully, you are familiar with the basics of I/O redirection in the
19841 shell, in particular the concepts of ``standard input,'' ``standard output,''
19842 and ``standard error''.  Briefly, ``standard input'' is a data source, where
19843 data comes from.  A program should not need to either know or care if the
19844 data source is a regular file, a keyboard, a magnetic tape, or even a punched
19845 card reader.  Similarly, ``standard output'' is a data sink, where data goes
19846 to.  The program should neither know nor care where this might be.
19847 Programs that only read their standard input, do something to the data,
19848 and then send it on, are called @dfn{filters}, by analogy to filters in a
19849 water pipeline.
19851 With the Unix shell, it's very easy to set up data pipelines:
19853 @example
19854 program_to_create_data | filter1 | ... | filterN > final.pretty.data
19855 @end example
19857 We start out by creating the raw data; each filter applies some successive
19858 transformation to the data, until by the time it comes out of the pipeline,
19859 it is in the desired form.
19861 This is fine and good for standard input and standard output.  Where does the
19862 standard error come in to play?  Well, think about @command{filter1} in
19863 the pipeline above.  What happens if it encounters an error in the data it
19864 sees?  If it writes an error message to standard output, it will just
19865 disappear down the pipeline into @command{filter2}'s input, and the
19866 user will probably never see it.  So programs need a place where they can send
19867 error messages so that the user will notice them.  This is standard error,
19868 and it is usually connected to your console or window, even if you have
19869 redirected standard output of your program away from your screen.
19871 For filter programs to work together, the format of the data has to be
19872 agreed upon.  The most straightforward and easiest format to use is simply
19873 lines of text.  Unix data files are generally just streams of bytes, with
19874 lines delimited by the ASCII LF (Line Feed) character,
19875 conventionally called a ``newline'' in the Unix literature.  (This is
19876 @code{'\n'} if you're a C programmer.)  This is the format used by all
19877 the traditional filtering programs.  (Many earlier operating systems
19878 had elaborate facilities and special purpose programs for managing
19879 binary data.  Unix has always shied away from such things, under the
19880 philosophy that it's easiest to simply be able to view and edit your
19881 data with a text editor.)
19883 OK, enough introduction.  Let's take a look at some of the tools, and then
19884 we'll see how to hook them together in interesting ways.   In the following
19885 discussion, we will only present those command line options that interest
19886 us.  As you should always do, double check your system documentation
19887 for the full story.
19889 @node The who command
19890 @unnumberedsec The @command{who} Command
19892 The first program is the @command{who} command.  By itself, it generates a
19893 list of the users who are currently logged in.  Although I'm writing
19894 this on a single-user system, we'll pretend that several people are
19895 logged in:
19897 @example
19898 $ who
19899 @print{} arnold   console Jan 22 19:57
19900 @print{} miriam   ttyp0   Jan 23 14:19(:0.0)
19901 @print{} bill     ttyp1   Jan 21 09:32(:0.0)
19902 @print{} arnold   ttyp2   Jan 23 20:48(:0.0)
19903 @end example
19905 Here, the @samp{$} is the usual shell prompt, at which I typed @samp{who}.
19906 There are three people logged in, and I am logged in twice.  On traditional
19907 Unix systems, user names are never more than eight characters long.  This
19908 little bit of trivia will be useful later.  The output of @command{who} is nice,
19909 but the data is not all that exciting.
19911 @node The cut command
19912 @unnumberedsec The @command{cut} Command
19914 The next program we'll look at is the @command{cut} command.  This program
19915 cuts out columns or fields of input data.  For example, we can tell it
19916 to print just the login name and full name from the @file{/etc/passwd}
19917 file.  The @file{/etc/passwd} file has seven fields, separated by
19918 colons:
19920 @example
19921 arnold:xyzzy:2076:10:Arnold D. Robbins:/home/arnold:/bin/bash
19922 @end example
19924 To get the first and fifth fields, we would use @command{cut} like this:
19926 @example
19927 $ cut -d: -f1,5 /etc/passwd
19928 @print{} root:Operator
19929 @dots{}
19930 @print{} arnold:Arnold D. Robbins
19931 @print{} miriam:Miriam A. Robbins
19932 @dots{}
19933 @end example
19935 With the @option{-c} option, @command{cut} will cut out specific characters
19936 (i.e., columns) in the input lines.  This is useful for input data
19937 that has fixed width fields, and does not have a field separator.  For
19938 example, list the Monday dates for the current month:
19940 @c Is using cal ok?  Looked at gcal, but I don't like it.
19941 @example
19942 $ cal | cut -c 3-5
19943 @print{}Mo
19944 @print{}
19945 @print{}  6
19946 @print{} 13
19947 @print{} 20
19948 @print{} 27
19949 @end example
19951 @node The sort command
19952 @unnumberedsec The @command{sort} Command
19954 Next we'll look at the @command{sort} command.  This is one of the most
19955 powerful commands on a Unix-style system; one that you will often find
19956 yourself using when setting up fancy data plumbing.
19958 The @command{sort}
19959 command reads and sorts each file named on the command line.  It then
19960 merges the sorted data and writes it to standard output.  It will read
19961 standard input if no files are given on the command line (thus
19962 making it into a filter).  The sort is based on the character collating
19963 sequence or based on user-supplied ordering criteria.
19966 @node The uniq command
19967 @unnumberedsec The @command{uniq} Command
19969 Finally (at least for now), we'll look at the @command{uniq} program.  When
19970 sorting data, you will often end up with duplicate lines, lines that
19971 are identical.  Usually, all you need is one instance of each line.
19972 This is where @command{uniq} comes in.  The @command{uniq} program reads its
19973 standard input.  It prints only one
19974 copy of each repeated line.  It does have several options.  Later on,
19975 we'll use the @option{-c} option, which prints each unique line, preceded
19976 by a count of the number of times that line occurred in the input.
19979 @node Putting the tools together
19980 @unnumberedsec Putting the Tools Together
19982 Now, let's suppose this is a large ISP server system with dozens of users
19983 logged in.  The management wants the system administrator to write a
19984 program that will
19985 generate a sorted list of logged in users.  Furthermore, even if a user
19986 is logged in multiple times, his or her name should only show up in the
19987 output once.
19989 The administrator could sit down with the system documentation and write a C
19990 program that did this.  It would take perhaps a couple of hundred lines
19991 of code and about two hours to write it, test it, and debug it.
19992 However, knowing the software toolbox, the administrator can instead start out
19993 by generating just a list of logged on users:
19995 @example
19996 $ who | cut -c1-8
19997 @print{} arnold
19998 @print{} miriam
19999 @print{} bill
20000 @print{} arnold
20001 @end example
20003 Next, sort the list:
20005 @example
20006 $ who | cut -c1-8 | sort
20007 @print{} arnold
20008 @print{} arnold
20009 @print{} bill
20010 @print{} miriam
20011 @end example
20013 Finally, run the sorted list through @command{uniq}, to weed out duplicates:
20015 @example
20016 $ who | cut -c1-8 | sort | uniq
20017 @print{} arnold
20018 @print{} bill
20019 @print{} miriam
20020 @end example
20022 The @command{sort} command actually has a @option{-u} option that does what
20023 @command{uniq} does.  However, @command{uniq} has other uses for which one
20024 cannot substitute @samp{sort -u}.
20026 The administrator puts this pipeline into a shell script, and makes it
20027 available for
20028 all the users on the system (@samp{#} is the system administrator,
20029 or @code{root}, prompt):
20031 @example
20032 # cat > /usr/local/bin/listusers
20033 who | cut -c1-8 | sort | uniq
20035 # chmod +x /usr/local/bin/listusers
20036 @end example
20038 There are four major points to note here.  First, with just four
20039 programs, on one command line, the administrator was able to save about two
20040 hours worth of work.  Furthermore, the shell pipeline is just about as
20041 efficient as the C program would be, and it is much more efficient in
20042 terms of programmer time.  People time is much more expensive than
20043 computer time, and in our modern ``there's never enough time to do
20044 everything'' society, saving two hours of programmer time is no mean
20045 feat.
20047 Second, it is also important to emphasize that with the
20048 @emph{combination} of the tools, it is possible to do a special
20049 purpose job never imagined by the authors of the individual programs.
20051 Third, it is also valuable to build up your pipeline in stages, as we did here.
20052 This allows you to view the data at each stage in the pipeline, which helps
20053 you acquire the confidence that you are indeed using these tools correctly.
20055 Finally, by bundling the pipeline in a shell script, other users can use
20056 your command, without having to remember the fancy plumbing you set up for
20057 them.  In terms of how you run them, shell scripts and compiled programs are
20058 indistinguishable.
20060 After the previous warm-up exercise, we'll look at two additional, more
20061 complicated pipelines.  For them, we need to introduce two more tools.
20063 The first is the @command{tr} command, which stands for ``transliterate.''
20064 The @command{tr} command works on a character-by-character basis, changing
20065 characters.  Normally it is used for things like mapping upper case to
20066 lower case:
20068 @example
20069 $ echo ThIs ExAmPlE HaS MIXED case! | tr '[:upper:]' '[:lower:]'
20070 @print{} this example has mixed case!
20071 @end example
20073 There are several options of interest:
20075 @table @code
20076 @item -c
20077 work on the complement of the listed characters, i.e.,
20078 operations apply to characters not in the given set
20080 @item -d
20081 delete characters in the first set from the output
20083 @item -s
20084 squeeze repeated characters in the output into just one character.
20085 @end table
20087 We will be using all three options in a moment.
20089 The other command we'll look at is @command{comm}.  The @command{comm}
20090 command takes two sorted input files as input data, and prints out the
20091 files' lines in three columns.  The output columns are the data lines
20092 unique to the first file, the data lines unique to the second file, and
20093 the data lines that are common to both.  The @option{-1}, @option{-2}, and
20094 @option{-3} command line options @emph{omit} the respective columns.  (This is
20095 non-intuitive and takes a little getting used to.)  For example:
20097 @example
20098 $ cat f1
20099 @print{} 11111
20100 @print{} 22222
20101 @print{} 33333
20102 @print{} 44444
20103 $ cat f2
20104 @print{} 00000
20105 @print{} 22222
20106 @print{} 33333
20107 @print{} 55555
20108 $ comm f1 f2
20109 @print{}         00000
20110 @print{} 11111
20111 @print{}                 22222
20112 @print{}                 33333
20113 @print{} 44444
20114 @print{}         55555
20115 @end example
20117 The file name @file{-} tells @command{comm} to read standard input
20118 instead of a regular file.
20120 Now we're ready to build a fancy pipeline.  The first application is a word
20121 frequency counter.  This helps an author determine if he or she is over-using
20122 certain words.
20124 The first step is to change the case of all the letters in our input file
20125 to one case.  ``The'' and ``the'' are the same word when doing counting.
20127 @example
20128 $ tr '[:upper:]' '[:lower:]' < whats.gnu | ...
20129 @end example
20131 The next step is to get rid of punctuation.  Quoted words and unquoted words
20132 should be treated identically; it's easiest to just get the punctuation out of
20133 the way.
20135 @example
20136 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' | ...
20137 @end example
20139 The second @command{tr} command operates on the complement of the listed
20140 characters, which are all the letters, the digits, the underscore, and
20141 the blank.  The @samp{\n} represents the newline character; it has to
20142 be left alone.  (The ASCII tab character should also be included for
20143 good measure in a production script.)
20145 At this point, we have data consisting of words separated by blank space.
20146 The words only contain alphanumeric characters (and the underscore).  The
20147 next step is break the data apart so that we have one word per line.  This
20148 makes the counting operation much easier, as we will see shortly.
20150 @example
20151 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20152 > tr -s ' ' '\n' | ...
20153 @end example
20155 This command turns blanks into newlines.  The @option{-s} option squeezes
20156 multiple newline characters in the output into just one, removing
20157 blank lines.  (The @samp{>} is the shell's ``secondary prompt.''
20158 This is what the shell prints when it notices you haven't finished
20159 typing in all of a command.)
20161 We now have data consisting of one word per line, no punctuation, all one
20162 case.  We're ready to count each word:
20164 @example
20165 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20166 > tr -s ' ' '\n' | sort | uniq -c | ...
20167 @end example
20169 At this point, the data might look something like this:
20171 @example
20172      60 a
20173       2 able
20174       6 about
20175       1 above
20176       2 accomplish
20177       1 acquire
20178       1 actually
20179       2 additional
20180 @end example
20182 The output is sorted by word, not by count!  What we want is the most
20183 frequently used words first.  Fortunately, this is easy to accomplish,
20184 with the help of two more @command{sort} options:
20186 @table @code
20187 @item -n
20188 do a numeric sort, not a textual one
20190 @item -r
20191 reverse the order of the sort
20192 @end table
20194 The final pipeline looks like this:
20196 @example
20197 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20198 > tr -s ' ' '\n' | sort | uniq -c | sort -n -r
20199 @print{}    156 the
20200 @print{}     60 a
20201 @print{}     58 to
20202 @print{}     51 of
20203 @print{}     51 and
20204 @dots{}
20205 @end example
20207 Whew!  That's a lot to digest.  Yet, the same principles apply.  With six
20208 commands, on two lines (really one long one split for convenience), we've
20209 created a program that does something interesting and useful, in much
20210 less time than we could have written a C program to do the same thing.
20212 A minor modification to the above pipeline can give us a simple spelling
20213 checker!  To determine if you've spelled a word correctly, all you have to
20214 do is look it up in a dictionary.  If it is not there, then chances are
20215 that your spelling is incorrect.  So, we need a dictionary.
20216 The conventional location for a dictionary is @file{/usr/share/dict/words}.
20218 Now, how to compare our file with the dictionary?  As before, we generate
20219 a sorted list of words, one per line:
20221 @example
20222 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20223 > tr -s ' ' '\n' | sort -u | ...
20224 @end example
20226 Now, all we need is a list of words that are @emph{not} in the
20227 dictionary.  Here is where the @command{comm} command comes in.
20228 Unfortunately @command{comm} operates on sorted input and
20229 @file{/usr/share/dict/words} is not sorted the way that @command{sort}
20230 and @command{comm} normally use, so we first create a properly-sorted
20231 copy of the dictionary and then run a pipeline that uses the copy.
20233 @example
20234 $ sort /usr/share/dict/words > sorted-words
20235 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20236 > tr -s ' ' '\n' | sort -u |
20237 > comm -23 - sorted-words
20238 @end example
20240 The @option{-2} and @option{-3} options eliminate lines that are only in the
20241 dictionary (the second file), and lines that are in both files.  Lines
20242 only in the first file (standard input, our stream of words), are
20243 words that are not in the dictionary.  These are likely candidates for
20244 spelling errors.  This pipeline was the first cut at a production
20245 spelling checker on Unix.
20247 There are some other tools that deserve brief mention.
20249 @table @command
20250 @item grep
20251 search files for text that matches a regular expression
20253 @item wc
20254 count lines, words, characters
20256 @item tee
20257 a T-fitting for data pipes, copies data to files and to standard output
20259 @item sed
20260 the stream editor, an advanced tool
20262 @item awk
20263 a data manipulation language, another advanced tool
20264 @end table
20266 The software tools philosophy also espoused the following bit of
20267 advice: ``Let someone else do the hard part.''  This means, take
20268 something that gives you most of what you need, and then massage it the
20269 rest of the way until it's in the form that you want.
20271 To summarize:
20273 @enumerate 1
20274 @item
20275 Each program should do one thing well.  No more, no less.
20277 @item
20278 Combining programs with appropriate plumbing leads to results where
20279 the whole is greater than the sum of the parts.  It also leads to novel
20280 uses of programs that the authors might never have imagined.
20282 @item
20283 Programs should never print extraneous header or trailer data, since these
20284 could get sent on down a pipeline.  (A point we didn't mention earlier.)
20286 @item
20287 Let someone else do the hard part.
20289 @item
20290 Know your toolbox!  Use each program appropriately.  If you don't have an
20291 appropriate tool, build one.
20292 @end enumerate
20294 All the programs discussed are available as described in
20295 @uref{https://www.gnu.org/software/coreutils/coreutils.html,
20296 GNU core utilities}.
20298 None of what I have presented in this column is new.  The Software Tools
20299 philosophy was first introduced in the book @cite{Software Tools}, by
20300 Brian Kernighan and P.J. Plauger (Addison-Wesley, ISBN 0-201-03669-X).
20301 This book showed how to write and use software tools.  It was written in
20302 1976, using a preprocessor for FORTRAN named @command{ratfor} (RATional
20303 FORtran).  At the time, C was not as ubiquitous as it is now; FORTRAN
20304 was.  The last chapter presented a @command{ratfor} to FORTRAN
20305 processor, written in @command{ratfor}.  @command{ratfor} looks an awful
20306 lot like C; if you know C, you won't have any problem following the
20307 code.
20309 In 1981, the book was updated and made available as @cite{Software Tools
20310 in Pascal} (Addison-Wesley, ISBN 0-201-10342-7).  Both books are
20311 still in print and are well worth
20312 reading if you're a programmer.  They certainly made a major change in
20313 how I view programming.
20315 The programs in both books are available from
20316 @uref{https://www.cs.princeton.edu/~bwk/, Brian Kernighan's home page}.
20317 For a number of years, there was an active
20318 Software Tools Users Group, whose members had ported the original
20319 @command{ratfor} programs to essentially every computer system with a
20320 FORTRAN compiler.  The popularity of the group waned in the middle 1980s
20321 as Unix began to spread beyond universities.
20323 With the current proliferation of GNU code and other clones of Unix programs,
20324 these programs now receive little attention; modern C versions are
20325 much more efficient and do more than these programs do.  Nevertheless, as
20326 exposition of good programming style, and evangelism for a still-valuable
20327 philosophy, these books are unparalleled, and I recommend them highly.
20329 Acknowledgment: I would like to express my gratitude to Brian Kernighan
20330 of Bell Labs, the original Software Toolsmith, for reviewing this column.
20332 @node GNU Free Documentation License
20333 @appendix GNU Free Documentation License
20335 @include fdl.texi
20337 @node Concept index
20338 @unnumbered Index
20340 @printindex cp
20342 @bye
20344 @c Local variables:
20345 @c texinfo-column-for-description: 32
20346 @c End: