ls: add support for explicit file name sorting
[coreutils.git] / doc / coreutils.texi
blob58b42577923c6eef988cc4765fe2c88de02c6ef2
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.  The following signal names
1087 and numbers are supported on all POSIX compliant systems:
1089 @table @samp
1090 @item HUP
1091 1.  Hangup.
1092 @item INT
1093 2.  Terminal interrupt.
1094 @item QUIT
1095 3.  Terminal quit.
1096 @item ABRT
1097 6.  Process abort.
1098 @item KILL
1099 9.  Kill (cannot be caught or ignored).
1100 @item ALRM
1101 14.  Alarm Clock.
1102 @item TERM
1103 15.  Termination.
1104 @end table
1106 @noindent
1107 Other supported signal names have system-dependent corresponding
1108 numbers.  All systems conforming to POSIX 1003.1-2001 also
1109 support the following signals:
1111 @table @samp
1112 @item BUS
1113 Access to an undefined portion of a memory object.
1114 @item CHLD
1115 Child process terminated, stopped, or continued.
1116 @item CONT
1117 Continue executing, if stopped.
1118 @item FPE
1119 Erroneous arithmetic operation.
1120 @item ILL
1121 Illegal Instruction.
1122 @item PIPE
1123 Write on a pipe with no one to read it.
1124 @item SEGV
1125 Invalid memory reference.
1126 @item STOP
1127 Stop executing (cannot be caught or ignored).
1128 @item TSTP
1129 Terminal stop.
1130 @item TTIN
1131 Background process attempting read.
1132 @item TTOU
1133 Background process attempting write.
1134 @item URG
1135 High bandwidth data is available at a socket.
1136 @item USR1
1137 User-defined signal 1.
1138 @item USR2
1139 User-defined signal 2.
1140 @end table
1142 @noindent
1143 POSIX 1003.1-2001 systems that support the XSI extension
1144 also support the following signals:
1146 @table @samp
1147 @item POLL
1148 Pollable event.
1149 @item PROF
1150 Profiling timer expired.
1151 @item SYS
1152 Bad system call.
1153 @item TRAP
1154 Trace/breakpoint trap.
1155 @item VTALRM
1156 Virtual timer expired.
1157 @item XCPU
1158 CPU time limit exceeded.
1159 @item XFSZ
1160 File size limit exceeded.
1161 @end table
1163 @noindent
1164 POSIX 1003.1-2001 systems that support the XRT extension
1165 also support at least eight real-time signals called @samp{RTMIN},
1166 @samp{RTMIN+1}, @dots{}, @samp{RTMAX-1}, @samp{RTMAX}.
1168 @node Disambiguating names and IDs
1169 @section chown, chgrp, chroot, id: Disambiguating user names and IDs
1170 @cindex user names, disambiguating
1171 @cindex user IDs, disambiguating
1172 @cindex group names, disambiguating
1173 @cindex group IDs, disambiguating
1174 @cindex disambiguating group names and IDs
1176 Since the @var{user} and @var{group} arguments to these commands
1177 may be specified as names or numeric IDs, there is an
1178 apparent ambiguity.
1179 What if a user or group @emph{name} is a string of digits?
1180 Should the command interpret it as a user name or as an ID@?
1181 (Using a number as a user name is common in some environments.)
1182 POSIX requires that these commands
1183 first attempt to resolve the specified string as a name, and
1184 only once that fails, then try to interpret it as an ID@.
1185 This is troublesome when you want to specify a numeric ID, say 42,
1186 and it must work even in a pathological situation where
1187 @samp{42} is a user name that maps to some other user ID, say 1000.
1188 Simply invoking @code{chown 42 F}, will set @file{F}s owner ID to
1189 1000 -- not what you intended.
1191 GNU @command{chown}, @command{chgrp}, @command{chroot}, and @command{id}
1192 provide a way to work around this, that at the same time may result in a
1193 significant performance improvement by eliminating a database look-up.
1194 Simply precede each numeric user ID and/or group ID with a @samp{+},
1195 in order to force its interpretation as an integer:
1197 @example
1198 chown +42 F
1199 chgrp +$numeric_group_id another-file
1200 chown +0:+0 /
1201 @end example
1203 The name look-up process is skipped for each @samp{+}-prefixed string,
1204 because a string containing @samp{+} is never a valid user or group name.
1205 This syntax is accepted on most common Unix systems, but not on Solaris 10.
1207 @node Random sources
1208 @section Sources of random data
1210 @cindex random sources
1212 The @command{shuf}, @command{shred}, and @command{sort} commands
1213 sometimes need random data to do their work.  For example, @samp{sort
1214 -R} must choose a hash function at random, and it needs random data to
1215 make this selection.
1217 By default these commands use an internal pseudo-random generator
1218 initialized by a small amount of entropy, but can be directed to use
1219 an external source with the @option{--random-source=@var{file}} option.
1220 An error is reported if @var{file} does not contain enough bytes.
1222 For example, the device file @file{/dev/urandom} could be used as the
1223 source of random data.  Typically, this device gathers environmental
1224 noise from device drivers and other sources into an entropy pool, and
1225 uses the pool to generate random bits.  If the pool is short of data,
1226 the device reuses the internal pool to produce more bits, using a
1227 cryptographically secure pseudo-random number generator.  But be aware
1228 that this device is not designed for bulk random data generation
1229 and is relatively slow.
1231 @file{/dev/urandom} suffices for most practical uses, but applications
1232 requiring high-value or long-term protection of private data may
1233 require an alternate data source like @file{/dev/random} or
1234 @file{/dev/arandom}.  The set of available sources depends on your
1235 operating system.
1237 To reproduce the results of an earlier invocation of a command, you
1238 can save some random data into a file and then use that file as the
1239 random source in earlier and later invocations of the command.
1240 @cindex random seed
1241 Rather than depending on a file, one can generate a reproducible
1242 arbitrary amount of pseudo-random data given a seed value, using
1243 for example:
1245 @example
1246 get_seeded_random()
1248   seed="$1"
1249   openssl enc -aes-256-ctr -pass pass:"$seed" -nosalt \
1250     </dev/zero 2>/dev/null
1253 shuf -i1-100 --random-source=<(get_seeded_random 42)
1254 @end example
1256 @node Target directory
1257 @section Target directory
1259 @cindex target directory
1261 The @command{cp}, @command{install}, @command{ln}, and @command{mv}
1262 commands normally treat the last operand specially when it is a
1263 directory or a symbolic link to a directory.  For example, @samp{cp
1264 source dest} is equivalent to @samp{cp source dest/source} if
1265 @file{dest} is a directory.  Sometimes this behavior is not exactly
1266 what is wanted, so these commands support the following options to
1267 allow more fine-grained control:
1269 @table @samp
1271 @item -T
1272 @itemx --no-target-directory
1273 @opindex --no-target-directory
1274 @cindex target directory
1275 @cindex destination directory
1276 Do not treat the last operand specially when it is a directory or a
1277 symbolic link to a directory.  This can help avoid race conditions in
1278 programs that operate in a shared area.  For example, when the command
1279 @samp{mv /tmp/source /tmp/dest} succeeds, there is no guarantee that
1280 @file{/tmp/source} was renamed to @file{/tmp/dest}: it could have been
1281 renamed to @file{/tmp/dest/source} instead, if some other process
1282 created @file{/tmp/dest} as a directory.  However, if @file{mv
1283 -T /tmp/source /tmp/dest} succeeds, there is no
1284 question that @file{/tmp/source} was renamed to @file{/tmp/dest}.
1286 In the opposite situation, where you want the last operand to be
1287 treated as a directory and want a diagnostic otherwise, you can use
1288 the @option{--target-directory} (@option{-t}) option.
1290 @item -t @var{directory}
1291 @itemx --target-directory=@var{directory}
1292 @opindex --target-directory
1293 @cindex target directory
1294 @cindex destination directory
1295 Use @var{directory} as the directory component of each destination
1296 file name.
1298 The interface for most programs is that after processing options and a
1299 finite (possibly zero) number of fixed-position arguments, the remaining
1300 argument list is either expected to be empty, or is a list of items
1301 (usually files) that will all be handled identically.  The @command{xargs}
1302 program is designed to work well with this convention.
1304 The commands in the @command{mv}-family are unusual in that they take
1305 a variable number of arguments with a special case at the @emph{end}
1306 (namely, the target directory).  This makes it nontrivial to perform some
1307 operations, e.g., ``move all files from here to ../d/'', because
1308 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...}
1309 doesn't have a clean way to specify an extra final argument for each
1310 invocation of the subject command.  (It can be done by going through a
1311 shell command, but that requires more human labor and brain power than
1312 it should.)
1314 The @option{--target-directory} (@option{-t}) option allows the @command{cp},
1315 @command{install}, @command{ln}, and @command{mv} programs to be used
1316 conveniently with @command{xargs}.  For example, you can move the files
1317 from the current directory to a sibling directory, @code{d} like this:
1319 @example
1320 ls | xargs mv -t ../d --
1321 @end example
1323 However, this doesn't move files whose names begin with @samp{.}.
1324 If you use the GNU @command{find} program, you can move those
1325 files too, with this command:
1327 @example
1328 find . -mindepth 1 -maxdepth 1 \
1329   | xargs mv -t ../d
1330 @end example
1332 But both of the above approaches fail if there are no files in the
1333 current directory, or if any file has a name containing a blank or
1334 some other special characters.
1335 The following example removes those limitations and requires both
1336 GNU @command{find} and GNU @command{xargs}:
1338 @example
1339 find . -mindepth 1 -maxdepth 1 -print0 \
1340   | xargs --null --no-run-if-empty \
1341       mv -t ../d
1342 @end example
1344 @end table
1346 @noindent
1347 The @option{--target-directory} (@option{-t}) and
1348 @option{--no-target-directory} (@option{-T})
1349 options cannot be combined.
1351 @node Trailing slashes
1352 @section Trailing slashes
1354 @cindex trailing slashes
1356 Some GNU programs (at least @command{cp} and @command{mv}) allow you to
1357 remove any trailing slashes from each @var{source} argument before
1358 operating on it.  The @option{--strip-trailing-slashes} option enables
1359 this behavior.
1361 This is useful when a @var{source} argument may have a trailing slash and
1362 @c FIXME: mv's behavior in this case is system-dependent
1363 specify a symbolic link to a directory.  This scenario is in fact rather
1364 common because some shells can automatically append a trailing slash when
1365 performing file name completion on such symbolic links.  Without this
1366 option, @command{mv}, for example, (via the system's rename function) must
1367 interpret a trailing slash as a request to dereference the symbolic link
1368 and so must rename the indirectly referenced @emph{directory} and not
1369 the symbolic link.  Although it may seem surprising that such behavior
1370 be the default, it is required by POSIX and is consistent with
1371 other parts of that standard.
1373 @node Traversing symlinks
1374 @section Traversing symlinks
1376 @cindex symbolic link to directory, controlling traversal of
1378 @c FIXME: note that 'du' has these options, too, but they have slightly
1379 @c different meaning.
1380 The following options modify how @command {chmod}, @command{chown},
1381 and @command{chgrp} traverse a hierarchy when
1382 the @option{--recursive} (@option{-R}) option is also specified.
1383 If more than one of the following options is specified, only the final
1384 one takes effect.
1385 These options specify whether processing a symbolic link to a directory
1386 entails operating on just the symbolic link or on all files in the
1387 hierarchy rooted at that directory.
1389 These options are independent of @option{--dereference} and
1390 @option{--no-dereference} (@option{-h}), which control whether to modify
1391 a symlink or its referent.
1393 @table @samp
1395 @macro choptH
1396 @item -H
1397 @opindex -H
1398 @cindex symbolic link to directory, traverse if on the command line
1399 If @option{--recursive} (@option{-R}) is specified and
1400 a command line argument is a symbolic link to a directory, traverse it.
1401 @end macro
1402 @choptH
1404 @macro choptL
1405 @item -L
1406 @opindex -L
1407 @cindex symbolic link to directory, traverse each that is encountered
1408 In a recursive traversal, traverse every symbolic link to a directory
1409 that is encountered.
1410 @end macro
1412 @c Append the following warning to -L where appropriate (e.g. chown).
1413 @macro warnOptDerefWithRec
1415 Combining this dereferencing option with the @option{--recursive} option
1416 may create a security risk:
1417 During the traversal of the directory tree, an attacker may be able to
1418 introduce a symlink to an arbitrary target; when the tool reaches that,
1419 the operation will be performed on the target of that symlink,
1420 possibly allowing the attacker to escalate privileges.
1422 @end macro
1424 @choptL
1426 @macro choptP
1427 @item -P
1428 @opindex -P
1429 @cindex symbolic link to directory, never traverse
1430 Do not traverse any symbolic links.
1431 @end macro
1432 @choptP
1434 @macro choptDefault
1435 This is the default if none of @option{-H}, @option{-L},
1436 or @option{-P} is specified.
1437 @end macro
1438 @choptDefault
1440 @end table
1443 @node Treating / specially
1444 @section Treating @file{/} specially
1446 Certain commands can operate destructively on entire hierarchies.
1447 For example, if a user with appropriate privileges mistakenly runs
1448 @samp{rm -rf / tmp/junk}, that may remove
1449 all files on the entire system.  Since there are so few
1450 legitimate uses for such a command,
1451 GNU @command{rm} normally declines to operate on any directory
1452 that resolves to @file{/}.  If you really want to try to remove all
1453 the files on your system, you can use the @option{--no-preserve-root}
1454 option, but the default behavior, specified by the
1455 @option{--preserve-root} option, is safer for most purposes.
1457 The commands @command{chgrp}, @command{chmod} and @command{chown}
1458 can also operate destructively on entire hierarchies, so they too
1459 support these options.  Although, unlike @command{rm}, they don't
1460 actually unlink files, these commands are arguably more dangerous
1461 when operating recursively on @file{/}, since they often work much
1462 more quickly, and hence damage more files before an alert user can
1463 interrupt them.  Tradition and POSIX require these commands
1464 to operate recursively on @file{/}, so they default to
1465 @option{--no-preserve-root}, but using the @option{--preserve-root}
1466 option makes them safer for most purposes.  For convenience you can
1467 specify @option{--preserve-root} in an alias or in a shell function.
1469 The @option{--preserve-root} option also ensures
1470 that @command{chgrp} and @command{chown} do not modify @file{/}
1471 even when dereferencing a symlink pointing to @file{/}.
1473 @node Special built-in utilities
1474 @section Special built-in utilities
1476 Some programs like @command{nice} can invoke other programs; for
1477 example, the command @samp{nice cat file} invokes the program
1478 @command{cat} by executing the command @samp{cat file}.  However,
1479 @dfn{special built-in utilities} like @command{exit} cannot be invoked
1480 this way.  For example, the command @samp{nice exit} does not have a
1481 well-defined behavior: it may generate an error message instead of
1482 exiting.
1484 Here is a list of the special built-in utilities that are standardized
1485 by POSIX 1003.1-2004.
1487 @quotation
1488 @t{.@: : break continue eval exec exit export readonly
1489 return set shift times trap unset}
1490 @end quotation
1492 For example, because @samp{.}, @samp{:}, and @samp{exec} are special,
1493 the commands @samp{nice . foo.sh}, @samp{nice :}, and @samp{nice exec
1494 pwd} do not work as you might expect.
1496 Many shells extend this list.  For example, Bash has several extra
1497 special built-in utilities like @command{history}, and
1498 @command{suspend}, and with Bash the command @samp{nice suspend}
1499 generates an error message instead of suspending.
1502 @node Exit status
1503 @section Exit status
1505 @macro exitstatus
1506 An exit status of zero indicates success,
1507 and a nonzero value indicates failure.
1508 @end macro
1510 Nearly every command invocation yields an integral @dfn{exit status}
1511 that can be used to change how other commands work.
1512 For the vast majority of commands, an exit status of zero indicates
1513 success.  Failure is indicated by a nonzero value -- typically
1514 @samp{1}, though it may differ on unusual platforms as POSIX
1515 requires only that it be nonzero.
1517 However, some of the programs documented here do produce
1518 other exit status values and a few associate different
1519 meanings with the values @samp{0} and @samp{1}.
1520 Here are the exceptions:
1521 @c You can generate the following list with:
1522 @c grep initialize_exit_failure src/*.c | cut -f1 -d: |
1523 @c sed -n 's|src/\(.*\)\.c|@command{\1},|p' | sort | fmt
1524 @command{chroot}, @command{env}, @command{expr}, @command{ls},
1525 @command{nice}, @command{nohup}, @command{numfmt}, @command{printenv},
1526 @command{runcon}, @command{sort}, @command{stdbuf}, @command{test},
1527 @command{timeout}, @command{tty}.
1529 @node Floating point
1530 @section Floating point numbers
1531 @cindex floating point
1532 @cindex IEEE floating point
1534 Commands that accept or produce floating point numbers employ the
1535 floating point representation of the underlying system, and suffer
1536 from rounding error, overflow, and similar floating-point issues.
1537 Almost all modern systems use IEEE-754 floating point, and it is
1538 typically portable to assume IEEE-754 behavior these days.  IEEE-754
1539 has positive and negative infinity, distinguishes positive from
1540 negative zero, and uses special values called NaNs to represent
1541 invalid computations such as dividing zero by itself.  For more
1542 information, please see David Goldberg's paper
1543 @uref{https://@/docs.oracle.com/@/cd/@/E19957-01/@/806-3568/@/ncg_goldberg.html,
1544 What Every Computer Scientist Should Know About Floating-Point Arithmetic}.
1546 Commands that accept floating point numbers as options, operands or
1547 input use the standard C functions @code{strtod} and @code{strtold} to
1548 convert from text to floating point numbers.  These floating point
1549 numbers therefore can use scientific notation like @code{1.0e-34} and
1550 @code{-10e100}.  Commands that parse floating point also understand
1551 case-insensitive @code{inf}, @code{infinity}, and @code{NaN}, although
1552 whether such values are useful depends on the command in question.
1553 Modern C implementations also accept hexadecimal floating point
1554 numbers such as @code{-0x.ep-3}, which stands for @minus{}14/16 times
1555 @math{2^-3}, which equals @minus{}0.109375.  @xref{Parsing of
1556 Floats,,, libc, The GNU C Library Reference Manual}.
1558 @vindex LC_NUMERIC
1559 Normally the @env{LC_NUMERIC} locale determines the decimal-point
1560 character.  However, some commands' descriptions specify that they
1561 accept numbers in either the current or the C locale; for example,
1562 they treat @samp{3.14} like @samp{3,14} if the current locale uses
1563 comma as a decimal point.
1566 @node Standards conformance
1567 @section Standards conformance
1569 @vindex POSIXLY_CORRECT
1570 In a few cases, the GNU utilities' default behavior is
1571 incompatible with the POSIX standard.  To suppress these
1572 incompatibilities, define the @env{POSIXLY_CORRECT} environment
1573 variable.  Unless you are checking for POSIX conformance, you
1574 probably do not need to define @env{POSIXLY_CORRECT}.
1576 Newer versions of POSIX are occasionally incompatible with older
1577 versions.  For example, older versions of POSIX required the
1578 command @samp{sort +1} to sort based on the second and succeeding
1579 fields in each input line, but in POSIX 1003.1-2001
1580 the same command is required to sort the file named @file{+1}, and you
1581 must instead use the command @samp{sort -k 2} to get the field-based
1582 sort.  To complicate things further, POSIX 1003.1-2008 allows an
1583 implementation to have either the old or the new behavior.
1585 @vindex _POSIX2_VERSION
1586 The GNU utilities normally conform to the version of POSIX
1587 that is standard for your system.  To cause them to conform to a
1588 different version of POSIX, define the @env{_POSIX2_VERSION}
1589 environment variable to a value of the form @var{yyyymm} specifying
1590 the year and month the standard was adopted.  Three values are currently
1591 supported for @env{_POSIX2_VERSION}: @samp{199209} stands for
1592 POSIX 1003.2-1992, @samp{200112} stands for POSIX
1593 1003.1-2001, and @samp{200809} stands for POSIX 1003.1-2008.
1594 For example, if you have a POSIX 1003.1-2001 system but are running software
1595 containing traditional usage like @samp{sort +1} or @samp{tail +10},
1596 you can work around the compatibility problems by setting
1597 @samp{_POSIX2_VERSION=200809} in your environment.
1599 @c This node is named "Multi-call invocation", not the usual
1600 @c "coreutils invocation", so that shell commands like
1601 @c 'info coreutils "touch invocation"' work as expected.
1602 @node Multi-call invocation
1603 @section @command{coreutils}: Multi-call program
1605 @pindex multicall
1606 @cindex combined
1607 @cindex calling combined multi-call program
1609 The @command{coreutils} command invokes an individual utility, either
1610 implicitly selected by the last component of the name used to invoke
1611 @command{coreutils}, or explicitly with the
1612 @option{--coreutils-prog} option.  Synopsis:
1614 @example
1615 coreutils @option{--coreutils-prog=PROGRAM} @dots{}
1616 @end example
1618 The @command{coreutils} command is not installed by default, so
1619 portable scripts should not rely on its existence.
1621 @node Output of entire files
1622 @chapter Output of entire files
1624 @cindex output of entire files
1625 @cindex entire files, output of
1627 These commands read and write entire files, possibly transforming them
1628 in some way.
1630 @menu
1631 * cat invocation::              Concatenate and write files.
1632 * tac invocation::              Concatenate and write files in reverse.
1633 * nl invocation::               Number lines and write files.
1634 * od invocation::               Write files in octal or other formats.
1635 * base32 invocation::           Transform data into printable data.
1636 * base64 invocation::           Transform data into printable data.
1637 * basenc invocation::           Transform data into printable data.
1638 @end menu
1640 @node cat invocation
1641 @section @command{cat}: Concatenate and write files
1643 @pindex cat
1644 @cindex concatenate and write files
1645 @cindex copying files
1647 @command{cat} copies each @var{file} (@samp{-} means standard input), or
1648 standard input if none are given, to standard output.  Synopsis:
1650 @example
1651 cat [@var{option}] [@var{file}]@dots{}
1652 @end example
1654 The program accepts the following options.  Also see @ref{Common options}.
1656 @table @samp
1658 @item -A
1659 @itemx --show-all
1660 @opindex -A
1661 @opindex --show-all
1662 Equivalent to @option{-vET}.
1664 @item -b
1665 @itemx --number-nonblank
1666 @opindex -b
1667 @opindex --number-nonblank
1668 Number all nonempty output lines, starting with 1.
1670 @item -e
1671 @opindex -e
1672 Equivalent to @option{-vE}.
1674 @item -E
1675 @itemx --show-ends
1676 @opindex -E
1677 @opindex --show-ends
1678 Display a @samp{$} after the end of each line.
1679 The @code{\r\n} combination is shown as @samp{^M$}.
1681 @item -n
1682 @itemx --number
1683 @opindex -n
1684 @opindex --number
1685 Number all output lines, starting with 1.  This option is ignored
1686 if @option{-b} is in effect.
1688 @item -s
1689 @itemx --squeeze-blank
1690 @opindex -s
1691 @opindex --squeeze-blank
1692 @cindex squeezing empty lines
1693 @cindex squeezing blank lines
1694 Suppress repeated adjacent blank lines; output just one empty line
1695 instead of several.
1697 @item -t
1698 @opindex -t
1699 Equivalent to @option{-vT}.
1701 @item -T
1702 @itemx --show-tabs
1703 @opindex -T
1704 @opindex --show-tabs
1705 Display TAB characters as @samp{^I}.
1707 @item -u
1708 @opindex -u
1709 Ignored; for POSIX compatibility.
1711 @item -v
1712 @itemx --show-nonprinting
1713 @opindex -v
1714 @opindex --show-nonprinting
1715 Display control characters except for LFD and TAB using
1716 @samp{^} notation and precede characters that have the high bit set with
1717 @samp{M-}.
1719 @end table
1721 On systems like MS-DOS that distinguish between text and binary files,
1722 @command{cat} normally reads and writes in binary mode.  However,
1723 @command{cat} reads in text mode if one of the options
1724 @option{-bensAE} is used or if @command{cat} is reading from standard
1725 input and standard input is a terminal.  Similarly, @command{cat}
1726 writes in text mode if one of the options @option{-bensAE} is used or
1727 if standard output is a terminal.
1729 @exitstatus
1731 Examples:
1733 @example
1734 # Output f's contents, then standard input, then g's contents.
1735 cat f - g
1737 # Copy standard input to standard output.
1739 @end example
1742 @node tac invocation
1743 @section @command{tac}: Concatenate and write files in reverse
1745 @pindex tac
1746 @cindex reversing files
1748 @command{tac} copies each @var{file} (@samp{-} means standard input), or
1749 standard input if none are given, to standard output, reversing the
1750 records (lines by default) in each separately.  Synopsis:
1752 @example
1753 tac [@var{option}]@dots{} [@var{file}]@dots{}
1754 @end example
1756 @dfn{Records} are separated by instances of a string (newline by
1757 default).  By default, this separator string is attached to the end of
1758 the record that it follows in the file.
1760 The program accepts the following options.  Also see @ref{Common options}.
1762 @table @samp
1764 @item -b
1765 @itemx --before
1766 @opindex -b
1767 @opindex --before
1768 The separator is attached to the beginning of the record that it
1769 precedes in the file.
1771 @item -r
1772 @itemx --regex
1773 @opindex -r
1774 @opindex --regex
1775 Treat the separator string as a regular expression.
1777 @item -s @var{separator}
1778 @itemx --separator=@var{separator}
1779 @opindex -s
1780 @opindex --separator
1781 Use @var{separator} as the record separator, instead of newline.
1782 Note an empty @var{separator} is treated as a zero byte.
1783 I.e., input and output items are delimited with ASCII NUL.
1785 @end table
1787 On systems like MS-DOS that distinguish between text and binary files,
1788 @command{tac} reads and writes in binary mode.
1790 @exitstatus
1792 Example:
1794 @example
1795 # Reverse a file character by character.
1796 tac -r -s 'x\|[^x]'
1797 @end example
1800 @node nl invocation
1801 @section @command{nl}: Number lines and write files
1803 @pindex nl
1804 @cindex numbering lines
1805 @cindex line numbering
1807 @command{nl} writes each @var{file} (@samp{-} means standard input), or
1808 standard input if none are given, to standard output, with line numbers
1809 added to some or all of the lines.  Synopsis:
1811 @example
1812 nl [@var{option}]@dots{} [@var{file}]@dots{}
1813 @end example
1815 @cindex logical pages, numbering on
1816 @command{nl} decomposes its input into (logical) page sections;
1817 by default, the line number is reset to 1 at each logical page section.
1818 @command{nl} treats all of the input files as a single document;
1819 it does not reset line numbers or logical pages between files.
1821 @cindex headers, numbering
1822 @cindex body, numbering
1823 @cindex footers, numbering
1824 A logical page consists of three sections: header, body, and footer.
1825 Any of the sections can be empty.  Each can be numbered in a different
1826 style from the others.
1828 The beginnings of the sections of logical pages are indicated in the
1829 input file by a line containing exactly one of these delimiter strings:
1831 @table @samp
1832 @item \:\:\:
1833 start of header;
1834 @item \:\:
1835 start of body;
1836 @item \:
1837 start of footer.
1838 @end table
1840 The characters from which these strings are made can be changed from
1841 @samp{\} and @samp{:} via options (see below), but the pattern
1842 of each string cannot be changed.
1844 A section delimiter is replaced by an empty line on output.  Any text
1845 that comes before the first section delimiter string in the input file
1846 is considered to be part of a body section, so @command{nl} treats a
1847 file that contains no section delimiters as a single body section.
1849 The program accepts the following options.  Also see @ref{Common options}.
1851 @table @samp
1853 @item -b @var{style}
1854 @itemx --body-numbering=@var{style}
1855 @opindex -b
1856 @opindex --body-numbering
1857 Select the numbering style for lines in the body section of each
1858 logical page.  When a line is not numbered, the current line number
1859 is not incremented, but the line number separator character is still
1860 prepended to the line.  The styles are:
1862 @table @samp
1863 @item a
1864 number all lines,
1865 @item t
1866 number only nonempty lines (default for body),
1867 @item n
1868 do not number lines (default for header and footer),
1869 @item p@var{bre}
1870 number only lines that contain a match for the basic regular
1871 expression @var{bre}.
1872 @xref{Regular Expressions, , Regular Expressions, grep, The GNU Grep Manual}.
1873 @end table
1875 @item -d @var{cd}
1876 @itemx --section-delimiter=@var{cd}
1877 @opindex -d
1878 @opindex --section-delimiter
1879 @cindex section delimiters of pages
1880 Set the section delimiter characters to @var{cd}; default is
1881 @samp{\:}.  If only @var{c} is given, the second remains @samp{:}.
1882 As a GNU extension more than two characters can be specified,
1883 and also if @var{cd} is empty (@option{-d ''}), then section
1884 matching is disabled.
1885 (Remember to protect @samp{\} or other metacharacters from shell
1886 expansion with quotes or extra backslashes.)
1888 @item -f @var{style}
1889 @itemx --footer-numbering=@var{style}
1890 @opindex -f
1891 @opindex --footer-numbering
1892 Analogous to @option{--body-numbering}.
1894 @item -h @var{style}
1895 @itemx --header-numbering=@var{style}
1896 @opindex -h
1897 @opindex --header-numbering
1898 Analogous to @option{--body-numbering}.
1900 @item -i @var{number}
1901 @itemx --line-increment=@var{number}
1902 @opindex -i
1903 @opindex --line-increment
1904 Increment line numbers by @var{number} (default 1).
1905 @var{number} can be negative to decrement.
1907 @item -l @var{number}
1908 @itemx --join-blank-lines=@var{number}
1909 @opindex -l
1910 @opindex --join-blank-lines
1911 @cindex empty lines, numbering
1912 @cindex blank lines, numbering
1913 Consider @var{number} (default 1) consecutive empty lines to be one
1914 logical line for numbering, and only number the last one.  Where fewer
1915 than @var{number} consecutive empty lines occur, do not number them.
1916 An empty line is one that contains no characters, not even spaces
1917 or tabs.
1919 @item -n @var{format}
1920 @itemx --number-format=@var{format}
1921 @opindex -n
1922 @opindex --number-format
1923 Select the line numbering format (default is @code{rn}):
1925 @table @samp
1926 @item ln
1927 @opindex ln @r{format for @command{nl}}
1928 left justified, no leading zeros;
1929 @item rn
1930 @opindex rn @r{format for @command{nl}}
1931 right justified, no leading zeros;
1932 @item rz
1933 @opindex rz @r{format for @command{nl}}
1934 right justified, leading zeros.
1935 @end table
1937 @item -p
1938 @itemx --no-renumber
1939 @opindex -p
1940 @opindex --no-renumber
1941 Do not reset the line number at the start of a logical page.
1943 @item -s @var{string}
1944 @itemx --number-separator=@var{string}
1945 @opindex -s
1946 @opindex --number-separator
1947 Separate the line number from the text line in the output with
1948 @var{string} (default is the TAB character).
1950 @item -v @var{number}
1951 @itemx --starting-line-number=@var{number}
1952 @opindex -v
1953 @opindex --starting-line-number
1954 Set the initial line number on each logical page to @var{number} (default 1).
1955 The starting @var{number} can be negative.
1957 @item -w @var{number}
1958 @itemx --number-width=@var{number}
1959 @opindex -w
1960 @opindex --number-width
1961 Use @var{number} characters for line numbers (default 6).
1963 @end table
1965 @exitstatus
1968 @node od invocation
1969 @section @command{od}: Write files in octal or other formats
1971 @pindex od
1972 @cindex octal dump of files
1973 @cindex hex dump of files
1974 @cindex ASCII dump of files
1975 @cindex file contents, dumping unambiguously
1977 @command{od} writes an unambiguous representation of each @var{file}
1978 (@samp{-} means standard input), or standard input if none are given.
1979 Synopses:
1981 @example
1982 od [@var{option}]@dots{} [@var{file}]@dots{}
1983 od [-abcdfilosx]@dots{} [@var{file}] [[+]@var{offset}[.][b]]
1984 od [@var{option}]@dots{} --traditional [@var{file}]@c
1985  [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
1986 @end example
1988 Each line of output consists of the offset in the input, followed by
1989 groups of data from the file.  By default, @command{od} prints the offset in
1990 octal, and each group of file data is a C @code{short int}'s worth of input
1991 printed as a single octal number.
1993 If @var{offset} is given, it specifies how many input bytes to skip
1994 before formatting and writing.  By default, it is interpreted as an
1995 octal number, but the optional trailing decimal point causes it to be
1996 interpreted as decimal.  If no decimal is specified and the offset
1997 begins with @samp{0x} or @samp{0X} it is interpreted as a hexadecimal
1998 number.  If there is a trailing @samp{b}, the number of bytes skipped
1999 will be @var{offset} multiplied by 512.
2001 If a command is of both the first and second forms, the second form is
2002 assumed if the last operand begins with @samp{+} or (if there are two
2003 operands) a digit.  For example, in @samp{od foo 10} and @samp{od +10}
2004 the @samp{10} is an offset, whereas in @samp{od 10} the @samp{10} is a
2005 file name.
2007 The program accepts the following options.  Also see @ref{Common options}.
2009 @table @samp
2011 @item -A @var{radix}
2012 @itemx --address-radix=@var{radix}
2013 @opindex -A
2014 @opindex --address-radix
2015 @cindex radix for file offsets
2016 @cindex file offset radix
2017 Select the base in which file offsets are printed.  @var{radix} can
2018 be one of the following:
2020 @table @samp
2021 @item d
2022 decimal;
2023 @item o
2024 octal;
2025 @item x
2026 hexadecimal;
2027 @item n
2028 none (do not print offsets).
2029 @end table
2031 The default is octal.
2033 @item --endian=@var{order}
2034 @opindex --endian
2035 @cindex byte-swapping
2036 @cindex endianness
2037 Reorder input bytes, to handle inputs with differing byte orders,
2038 or to provide consistent output independent of the endian convention
2039 of the current system.  Swapping is performed according to the
2040 specified @option{--type} size and endian @var{order}, which can be
2041 @samp{little} or @samp{big}.
2043 @item -j @var{bytes}
2044 @itemx --skip-bytes=@var{bytes}
2045 @opindex -j
2046 @opindex --skip-bytes
2047 Skip @var{bytes} input bytes before formatting and writing.  If
2048 @var{bytes} begins with @samp{0x} or @samp{0X}, it is interpreted in
2049 hexadecimal; otherwise, if it begins with @samp{0}, in octal; otherwise,
2050 in decimal.
2051 @multiplierSuffixes{bytes}
2053 @item -N @var{bytes}
2054 @itemx --read-bytes=@var{bytes}
2055 @opindex -N
2056 @opindex --read-bytes
2057 Output at most @var{bytes} bytes of the input.  Prefixes and suffixes on
2058 @code{bytes} are interpreted as for the @option{-j} option.
2060 @item -S @var{bytes}
2061 @itemx --strings[=@var{bytes}]
2062 @opindex -S
2063 @opindex --strings
2064 @cindex string constants, outputting
2065 Instead of the normal output, output only @dfn{string constants}: at
2066 least @var{bytes} consecutive printable characters,
2067 followed by a zero byte (ASCII NUL).
2068 Prefixes and suffixes on @var{bytes} are interpreted as for the
2069 @option{-j} option.
2071 If @var{bytes} is omitted with @option{--strings}, the default is 3.
2073 @item -t @var{type}
2074 @itemx --format=@var{type}
2075 @opindex -t
2076 @opindex --format
2077 Select the format in which to output the file data.  @var{type} is a
2078 string of one or more of the below type indicator characters.  If you
2079 include more than one type indicator character in a single @var{type}
2080 string, or use this option more than once, @command{od} writes one copy
2081 of each output line using each of the data types that you specified,
2082 in the order that you specified.
2084 Adding a trailing ``z'' to any type specification appends a display
2085 of the single byte character representation of the printable characters
2086 to the output line generated by the type specification.
2088 @table @samp
2089 @item a
2090 named character, ignoring high-order bit
2091 @item c
2092 printable single byte character, C backslash escape
2093 or a 3 digit octal sequence
2094 @item d
2095 signed decimal
2096 @item f
2097 floating point (@pxref{Floating point})
2098 @item o
2099 octal
2100 @item u
2101 unsigned decimal
2102 @item x
2103 hexadecimal
2104 @end table
2106 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
2107 newline, and @samp{nul} for a zero byte.  Only the least significant
2108 seven bits of each byte is used; the high-order bit is ignored.
2109 Type @code{c} outputs
2110 @samp{ }, @samp{\n}, and @code{\0}, respectively.
2112 @cindex type size
2113 Except for types @samp{a} and @samp{c}, you can specify the number
2114 of bytes to use in interpreting each number in the given data type
2115 by following the type indicator character with a decimal integer.
2116 Alternately, you can specify the size of one of the C compiler's
2117 built-in data types by following the type indicator character with
2118 one of the following characters.  For integers (@samp{d}, @samp{o},
2119 @samp{u}, @samp{x}):
2121 @table @samp
2122 @item C
2123 char
2124 @item S
2125 short
2126 @item I
2128 @item L
2129 long
2130 @end table
2132 For floating point (@code{f}):
2134 @table @asis
2135 @item B
2136 @uref{https://en.wikipedia.org/wiki/Bfloat16_floating-point_format,
2137 brain 16 bit float}
2138 @item H
2139 @uref{https://en.wikipedia.org/wiki/Half-precision_floating-point_format,
2140 half precision float}
2141 @item F
2142 float
2143 @item D
2144 double
2145 @item L
2146 long double
2147 @end table
2149 @item -v
2150 @itemx --output-duplicates
2151 @opindex -v
2152 @opindex --output-duplicates
2153 Output consecutive lines that are identical.  By default, when two or
2154 more consecutive output lines would be identical, @command{od} outputs only
2155 the first line, and puts just an asterisk on the following line to
2156 indicate the elision.
2158 @item -w[@var{n}]
2159 @itemx --width[=@var{n}]
2160 @opindex -w
2161 @opindex --width
2162 Dump @code{n} input bytes per output line.  This must be a multiple of
2163 the least common multiple of the sizes associated with the specified
2164 output types.
2166 If this option is not given at all, the default is 16.  If @var{n} is
2167 omitted, the default is 32.
2169 @end table
2171 The next several options are shorthands for format specifications.
2172 GNU @command{od} accepts any combination of shorthands and format
2173 specification options.  These options accumulate.
2175 @table @samp
2177 @item -a
2178 @opindex -a
2179 Output as named characters.  Equivalent to @samp{-t a}.
2181 @item -b
2182 @opindex -b
2183 Output as octal bytes.  Equivalent to @samp{-t o1}.
2185 @item -c
2186 @opindex -c
2187 Output as printable single byte characters, C backslash escapes
2188 or 3 digit octal sequences.  Equivalent to @samp{-t c}.
2190 @item -d
2191 @opindex -d
2192 Output as unsigned decimal two-byte units.  Equivalent to @samp{-t u2}.
2194 @item -f
2195 @opindex -f
2196 Output as floats.  Equivalent to @samp{-t fF}.
2198 @item -i
2199 @opindex -i
2200 Output as decimal ints.  Equivalent to @samp{-t dI}.
2202 @item -l
2203 @opindex -l
2204 Output as decimal long ints.  Equivalent to @samp{-t dL}.
2206 @item -o
2207 @opindex -o
2208 Output as octal two-byte units.  Equivalent to @option{-t o2}.
2210 @item -s
2211 @opindex -s
2212 Output as decimal two-byte units.  Equivalent to @option{-t d2}.
2214 @item -x
2215 @opindex -x
2216 Output as hexadecimal two-byte units.  Equivalent to @samp{-t x2}.
2218 @item --traditional
2219 @opindex --traditional
2220 Recognize the non-option label argument that traditional @command{od}
2221 accepted.  The following syntax:
2223 @example
2224 od --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
2225 @end example
2227 @noindent
2228 can be used to specify at most one file and optional arguments
2229 specifying an offset and a pseudo-start address, @var{label}.
2230 The @var{label} argument is interpreted
2231 just like @var{offset}, but it specifies an initial pseudo-address.  The
2232 pseudo-addresses are displayed in parentheses following any normal
2233 address.
2235 @end table
2237 @exitstatus
2240 @node base32 invocation
2241 @section @command{base32}: Transform data into printable data
2243 @pindex base32
2244 @cindex base32 encoding
2246 @command{base32} transforms data read from a file, or standard input,
2247 into (or from) base32 encoded form.  The base32 encoded form uses
2248 printable ASCII characters to represent binary data.
2249 The usage and options of this command are precisely the
2250 same as for @command{base64}.  @xref{base64 invocation}.
2251 For more general encoding functionality see @ref{basenc invocation}.
2254 @node base64 invocation
2255 @section @command{base64}: Transform data into printable data
2257 @pindex base64
2258 @cindex base64 encoding
2260 @command{base64} transforms data read from a file, or standard input,
2261 into (or from) base64 encoded form.  The base64 encoded form uses
2262 printable ASCII characters to represent binary data.
2263 Synopses:
2265 @example
2266 base64 [@var{option}]@dots{} [@var{file}]
2267 base64 --decode [@var{option}]@dots{} [@var{file}]
2268 @end example
2270 The base64 encoding expands data to roughly 133% of the original.
2271 The base32 encoding expands data to roughly 160% of the original.
2272 The format conforms to
2273 @uref{https://datatracker.ietf.org/doc/rfc4648/, RFC 4648}.
2275 For more general encoding functionality see @ref{basenc invocation}.
2277 The program accepts the following options.  Also see @ref{Common options}.
2279 @table @samp
2281 @item -w @var{cols}
2282 @itemx --wrap=@var{cols}
2283 @opindex -w
2284 @opindex --wrap
2285 @cindex wrap data
2286 @cindex column to wrap data after
2287 During encoding, wrap lines after @var{cols} characters.  This must be
2288 a positive number.
2290 The default is to wrap after 76 characters.  Use the value 0 to
2291 disable line wrapping altogether.
2293 @item -d
2294 @itemx --decode
2295 @opindex -d
2296 @opindex --decode
2297 @cindex Decode base64 data
2298 @cindex Base64 decoding
2299 Change the mode of operation, from the default of encoding data, to
2300 decoding data.  Input is expected to be base64 encoded data, and the
2301 output will be the original data.
2303 @item -i
2304 @itemx --ignore-garbage
2305 @opindex -i
2306 @opindex --ignore-garbage
2307 @cindex Ignore garbage in base64 stream
2308 When decoding, newlines are always accepted.
2309 During decoding, ignore unrecognized bytes,
2310 to permit distorted data to be decoded.
2312 @end table
2314 @exitstatus
2316 @node basenc invocation
2317 @section @command{basenc}: Transform data into printable data
2319 @pindex basenc
2320 @cindex base32 encoding
2322 @command{basenc} transforms data read from a file, or standard input,
2323 into (or from) various common encoding forms.  The encoded form uses
2324 printable ASCII characters to represent binary data.
2326 Synopses:
2328 @example
2329 basenc @var{encoding} [@var{option}]@dots{} [@var{file}]
2330 basenc @var{encoding} --decode [@var{option}]@dots{} [@var{file}]
2331 @end example
2333 The @var{encoding} argument is required. If @var{file} is omitted,
2334 @command{basenc} reads from standard input.
2335 The @option{-w/--wrap},@option{-i/--ignore-garbage},
2336 @option{-d/--decode} options of this command are precisely the same as
2337 for @command{base64}. @xref{base64 invocation}.
2340 Supported @var{encoding}s are:
2342 @table @samp
2344 @item --base64
2345 @opindex --base64
2346 Encode into (or decode from with @option{-d/--decode}) base64 form.
2347 The format conforms to
2348 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-4, RFC 4648#4}.
2349 Equivalent to the @command{base64} command.
2351 @item --base64url
2352 @opindex --base64url
2353 Encode into (or decode from with @option{-d/--decode}) file-and-url-safe
2354 base64 form (using @samp{_} and @samp{-} instead of @samp{+} and @samp{/}).
2355 The format conforms to
2356 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-5, RFC 4648#5}.
2358 @item --base32
2359 @opindex --base32
2360 Encode into (or decode from with @option{-d/--decode}) base32 form.
2361 The encoded data uses the @samp{ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=} characters.
2362 The format conforms to
2363 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-6, RFC 4648#6}.
2364 Equivalent to the @command{base32} command.
2366 @item --base32hex
2367 @opindex --base32hex
2368 Encode into (or decode from with @option{-d/--decode}) Extended Hex Alphabet
2369 base32 form. The encoded data uses the
2370 @samp{0123456789ABCDEFGHIJKLMNOPQRSTUV=} characters. The format conforms to
2371 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-7, RFC 4648#7}.
2373 @item --base16
2374 @opindex --base16
2375 Encode into (or decode from with @option{-d/--decode}) base16 (hexadecimal)
2376 form. The encoded data uses the @samp{0123456789ABCDEF} characters. The format
2377 conforms to
2378 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-8, RFC 4648#8}.
2380 @item --base2lsbf
2381 @opindex --base2lsbf
2382 Encode into (or decode from with @option{-d/--decode}) binary string form
2383 (@samp{0} and @samp{1}) with the @emph{least} significant bit of every byte
2384 first.
2386 @item --base2msbf
2387 @opindex --base2msbf
2388 Encode into (or decode from with @option{-d/--decode}) binary string form
2389 (@samp{0} and @samp{1}) with the @emph{most} significant bit of every byte
2390 first.
2392 @item --z85
2393 @opindex --z85
2394 Encode into (or decode from with @option{-d/--decode}) Z85 form
2395 (a modified Ascii85 form). The encoded data uses the
2396 @samp{0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU@
2397 VWXYZ.-:+=^!/*?&<>()[]@{@}@@%$#}.
2398 characters. The format conforms to
2399 @uref{https://rfc.zeromq.org/spec:32/Z85/, ZeroMQ spec:32/Z85}.
2401 When encoding with @option{--z85}, input length must be a multiple of 4;
2402 when decoding with @option{--z85}, input length must be a multiple of 5.
2404 @end table
2408 Encoding/decoding examples:
2410 @example
2411 $ printf '\376\117\202' | basenc --base64
2412 /k+C
2414 $ printf '\376\117\202' | basenc --base64url
2415 _k-C
2417 $ printf '\376\117\202' | basenc --base32
2418 7ZHYE===
2420 $ printf '\376\117\202' | basenc --base32hex
2421 VP7O4===
2423 $ printf '\376\117\202' | basenc --base16
2424 FE4F82
2426 $ printf '\376\117\202' | basenc --base2lsbf
2427 011111111111001001000001
2429 $ printf '\376\117\202' | basenc --base2msbf
2430 111111100100111110000010
2432 $ printf '\376\117\202\000' | basenc --z85
2433 @@.FaC
2435 $ printf 01010100 | basenc --base2msbf --decode
2438 $ printf 01010100 | basenc --base2lsbf --decode
2440 @end example
2444 @node Formatting file contents
2445 @chapter Formatting file contents
2447 @cindex formatting file contents
2449 These commands reformat the contents of files.
2451 @menu
2452 * fmt invocation::              Reformat paragraph text.
2453 * pr invocation::               Paginate or columnate files for printing.
2454 * fold invocation::             Wrap input lines to fit in specified width.
2455 @end menu
2458 @node fmt invocation
2459 @section @command{fmt}: Reformat paragraph text
2461 @pindex fmt
2462 @cindex reformatting paragraph text
2463 @cindex paragraphs, reformatting
2464 @cindex text, reformatting
2466 @command{fmt} fills and joins lines to produce output lines of (at most)
2467 a given number of characters (75 by default).  Synopsis:
2469 @example
2470 fmt [@var{option}]@dots{} [@var{file}]@dots{}
2471 @end example
2473 @command{fmt} reads from the specified @var{file} arguments (or standard
2474 input if none are given), and writes to standard output.
2476 By default, blank lines, spaces between words, and indentation are
2477 preserved in the output; successive input lines with different
2478 indentation are not joined; tabs are expanded on input and introduced on
2479 output.
2481 @cindex line-breaking
2482 @cindex sentences and line-breaking
2483 @cindex Knuth, Donald E.
2484 @cindex Plass, Michael F.
2485 @command{fmt} prefers breaking lines at the end of a sentence, and tries to
2486 avoid line breaks after the first word of a sentence or before the last
2487 word of a sentence.  A @dfn{sentence break} is defined as either the end
2488 of a paragraph or a word ending in any of @samp{.?!}, followed by two
2489 spaces or end of line, ignoring any intervening parentheses or quotes.
2490 Like @TeX{}, @command{fmt} reads entire ``paragraphs'' before choosing line
2491 breaks; the algorithm is a variant of that given by Donald E. Knuth
2492 and Michael F. Plass in ``Breaking Paragraphs Into Lines'',
2493 @cite{Software: Practice & Experience} @b{11}, 11 (November 1981),
2494 1119--1184.
2496 The program accepts the following options.  Also see @ref{Common options}.
2498 @table @samp
2500 @item -c
2501 @itemx --crown-margin
2502 @opindex -c
2503 @opindex --crown-margin
2504 @cindex crown margin
2505 @dfn{Crown margin} mode: preserve the indentation of the first two
2506 lines within a paragraph, and align the left margin of each subsequent
2507 line with that of the second line.
2509 @item -t
2510 @itemx --tagged-paragraph
2511 @opindex -t
2512 @opindex --tagged-paragraph
2513 @cindex tagged paragraphs
2514 @dfn{Tagged paragraph} mode: like crown margin mode, except that if
2515 indentation of the first line of a paragraph is the same as the
2516 indentation of the second, the first line is treated as a one-line
2517 paragraph.
2519 @item -s
2520 @itemx --split-only
2521 @opindex -s
2522 @opindex --split-only
2523 Split lines only.  Do not join short lines to form longer ones.  This
2524 prevents sample lines of code, and other such ``formatted'' text from
2525 being unduly combined.
2527 @item -u
2528 @itemx --uniform-spacing
2529 @opindex -u
2530 @opindex --uniform-spacing
2531 Uniform spacing.  Reduce spacing between words to one space, and spacing
2532 between sentences to two spaces.
2534 @item -@var{width}
2535 @itemx -w @var{width}
2536 @itemx --width=@var{width}
2537 @opindex -@var{width}
2538 @opindex -w
2539 @opindex --width
2540 Fill output lines up to @var{width} characters (default 75 or @var{goal}
2541 plus 10, if @var{goal} is provided).
2543 @item -g @var{goal}
2544 @itemx --goal=@var{goal}
2545 @opindex -g
2546 @opindex --goal
2547 @command{fmt} initially tries to make lines @var{goal} characters wide.
2548 By default, this is 7% shorter than @var{width}.
2550 @item -p @var{prefix}
2551 @itemx --prefix=@var{prefix}
2552 Only lines beginning with @var{prefix} (possibly preceded by whitespace)
2553 are subject to formatting.  The prefix and any preceding whitespace are
2554 stripped for the formatting and then re-attached to each formatted output
2555 line.  One use is to format certain kinds of program comments, while
2556 leaving the code unchanged.
2558 @end table
2560 @exitstatus
2562 @node pr invocation
2563 @section @command{pr}: Paginate or columnate files for printing
2565 @pindex pr
2566 @cindex printing, preparing files for
2567 @cindex multicolumn output, generating
2568 @cindex merging files in parallel
2570 @command{pr} writes each @var{file} (@samp{-} means standard input), or
2571 standard input if none are given, to standard output, paginating and
2572 optionally outputting in multicolumn format; optionally merges all
2573 @var{file}s, printing all in parallel, one per column.  Synopsis:
2575 @example
2576 pr [@var{option}]@dots{} [@var{file}]@dots{}
2577 @end example
2579 @vindex LC_MESSAGES
2580 By default, a 5-line header is printed at each page: two blank lines;
2581 a line with the date, the file name, and the page count; and two more
2582 blank lines.  A footer of five blank lines is also printed.
2583 The default @var{page_length} is 66
2584 lines.  The default number of text lines is therefore 56.
2585 The text line of the header takes the form
2586 @samp{@var{date} @var{string} @var{page}}, with spaces inserted around
2587 @var{string} so that the line takes up the full @var{page_width}.  Here,
2588 @var{date} is the date (see the @option{-D} or @option{--date-format}
2589 option for details), @var{string} is the centered header string, and
2590 @var{page} identifies the page number.  The @env{LC_MESSAGES} locale
2591 category affects the spelling of @var{page}; in the default C locale, it
2592 is @samp{Page @var{number}} where @var{number} is the decimal page
2593 number.
2595 Form feeds in the input cause page breaks in the output.  Multiple form
2596 feeds produce empty pages.
2598 Columns are of equal width, separated by an optional string (default
2599 is @samp{space}).  For multicolumn output, lines will always be truncated to
2600 @var{page_width} (default 72), unless you use the @option{-J} option.
2601 For single
2602 column output no line truncation occurs by default.  Use @option{-W} option to
2603 truncate lines in that case.
2605 The program accepts the following options.  Also see @ref{Common options}.
2607 @table @samp
2609 @item +@var{first_page}[:@var{last_page}]
2610 @itemx --pages=@var{first_page}[:@var{last_page}]
2611 @c The two following @opindex lines evoke warnings because they contain ':'
2612 @c The 'info' spec does not permit that.  If we use those lines, we end
2613 @c up with truncated index entries that don't work.
2614 @c @opindex +@var{first_page}[:@var{last_page}]
2615 @c @opindex --pages=@var{first_page}[:@var{last_page}]
2616 @opindex +@var{page_range}
2617 @opindex --pages=@var{page_range}
2618 Begin printing with page @var{first_page} and stop with @var{last_page}.
2619 Missing @samp{:@var{last_page}} implies end of file.  While estimating
2620 the number of skipped pages each form feed in the input file results
2621 in a new page.  Page counting with and without @samp{+@var{first_page}}
2622 is identical.  By default, counting starts with the first page of input
2623 file (not first page printed).  Line numbering may be altered by @option{-N}
2624 option.
2626 @item -@var{column}
2627 @itemx --columns=@var{column}
2628 @opindex -@var{column}
2629 @opindex --columns
2630 @cindex down columns
2631 With each single @var{file}, produce @var{column} columns of output
2632 (default is 1) and print columns down, unless @option{-a} is used.  The
2633 column width is automatically decreased as @var{column} increases; unless
2634 you use the @option{-W/-w} option to increase @var{page_width} as well.
2635 This option might well cause some lines to be truncated.  The number of
2636 lines in the columns on each page are balanced.  The options @option{-e}
2637 and @option{-i} are on for multiple text-column output.  Together with
2638 @option{-J} option column alignment and line truncation is turned off.
2639 Since spaces are converted to TABs in multicolumn output, they can be converted
2640 back by further processing through @command{pr -t -e} or @command{expand}.
2641 Lines of full length are joined in a free field format and @option{-S}
2642 option may set field separators.  @option{-@var{column}} may not be used
2643 with the @option{-m} option.
2645 @item -a
2646 @itemx --across
2647 @opindex -a
2648 @opindex --across
2649 @cindex across columns
2650 With each single @var{file}, print columns across rather than down.  The
2651 @option{-@var{column}} option must be given with @var{column} greater than one.
2652 If a line is too long to fit in a column, it is truncated.
2654 @item -c
2655 @itemx --show-control-chars
2656 @opindex -c
2657 @opindex --show-control-chars
2658 Print control characters using hat notation (e.g., @samp{^G}); print
2659 other nonprinting characters in octal backslash notation.  By default,
2660 nonprinting characters are not changed.
2662 @item -d
2663 @itemx --double-space
2664 @opindex -d
2665 @opindex --double-space
2666 @cindex double spacing
2667 Double space the output.
2669 @item -D @var{format}
2670 @itemx --date-format=@var{format}
2671 @cindex time formats
2672 @cindex formatting times
2673 Format header dates using @var{format}, using the same conventions as
2674 for the command @samp{date +@var{format}}.  @xref{date invocation}.
2675 Except for directives, which start with
2676 @samp{%}, characters in @var{format} are printed unchanged.  You can use
2677 this option to specify an arbitrary string in place of the header date,
2678 e.g., @option{--date-format="Monday morning"}.
2680 @vindex POSIXLY_CORRECT
2681 @vindex LC_TIME
2682 The default date format is @samp{%Y-%m-%d %H:%M} (for example,
2683 @samp{2020-07-09 23:59});
2684 but if the @env{POSIXLY_CORRECT} environment variable is set
2685 and the @env{LC_TIME} locale category specifies the POSIX
2686 locale, the default is @samp{%b %e %H:%M %Y} (for example,
2687 @samp{Jul@ @ 9 23:59 2020}.
2689 @vindex TZ
2690 Timestamps are listed according to the time zone rules specified by
2691 the @env{TZ} environment variable, or by the system default rules if
2692 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
2693 with @env{TZ}, libc, The GNU C Library Reference Manual}.
2695 @item -e[@var{in-tabchar}[@var{in-tabwidth}]]
2696 @itemx --expand-tabs[=@var{in-tabchar}[@var{in-tabwidth}]]
2697 @opindex -e
2698 @opindex --expand-tabs
2699 @cindex input tabs
2700 Expand @var{tab}s to spaces on input.  Optional argument @var{in-tabchar} is
2701 the input tab character (default is the TAB character).  Second optional
2702 argument @var{in-tabwidth} is the input tab character's width (default
2703 is 8).
2705 @item -f
2706 @itemx -F
2707 @itemx --form-feed
2708 @opindex -F
2709 @opindex -f
2710 @opindex --form-feed
2711 Use a form feed instead of newlines to separate output pages.  This does
2712 not alter the default page length of 66 lines.
2714 @item -h @var{header}
2715 @itemx --header=@var{header}
2716 @opindex -h
2717 @opindex --header
2718 Replace the file name in the header with the centered string @var{header}.
2719 When using the shell, @var{header} should be quoted and should be
2720 separated from @option{-h} by a space.
2722 @item -i[@var{out-tabchar}[@var{out-tabwidth}]]
2723 @itemx --output-tabs[=@var{out-tabchar}[@var{out-tabwidth}]]
2724 @opindex -i
2725 @opindex --output-tabs
2726 @cindex output tabs
2727 Replace spaces with @var{tab}s on output.  Optional argument @var{out-tabchar}
2728 is the output tab character (default is the TAB character).  Second optional
2729 argument @var{out-tabwidth} is the output tab character's width (default
2730 is 8).
2732 @item -J
2733 @itemx --join-lines
2734 @opindex -J
2735 @opindex --join-lines
2736 Merge lines of full length.  Used together with the column options
2737 @option{-@var{column}}, @option{-a -@var{column}} or @option{-m}.  Turns off
2738 @option{-W/-w} line truncation;
2739 no column alignment used; may be used with
2740 @option{--sep-string[=@var{string}]}.  @option{-J} has been introduced
2741 (together with @option{-W} and @option{--sep-string})
2742 to disentangle the old (POSIX-compliant) options @option{-w} and
2743 @option{-s} along with the three column options.
2746 @item -l @var{page_length}
2747 @itemx --length=@var{page_length}
2748 @opindex -l
2749 @opindex --length
2750 Set the page length to @var{page_length} (default 66) lines, including
2751 the lines of the header [and the footer].  If @var{page_length} is less
2752 than or equal to 10, the header and footer are omitted, as if the
2753 @option{-t} option had been given.
2755 @item -m
2756 @itemx --merge
2757 @opindex -m
2758 @opindex --merge
2759 Merge and print all @var{file}s in parallel, one in each column.  If a
2760 line is too long to fit in a column, it is truncated, unless the @option{-J}
2761 option is used.  @option{--sep-string[=@var{string}]} may be used.
2762 Empty pages in
2763 some @var{file}s (form feeds set) produce empty columns, still marked
2764 by @var{string}.  The result is a continuous line numbering and column
2765 marking throughout the whole merged file.  Completely empty merged pages
2766 show no separators or line numbers.  The default header becomes
2767 @samp{@var{date} @var{page}} with spaces inserted in the middle; this
2768 may be used with the @option{-h} or @option{--header} option to fill up
2769 the middle blank part.
2771 @item -n[@var{number-separator}[@var{digits}]]
2772 @itemx --number-lines[=@var{number-separator}[@var{digits}]]
2773 @opindex -n
2774 @opindex --number-lines
2775 Provide @var{digits} digit line numbering (default for @var{digits} is
2776 5).  With multicolumn output the number occupies the first @var{digits}
2777 column positions of each text column or only each line of @option{-m}
2778 output.  With single column output the number precedes each line just as
2779 @option{-m} does.  Default counting of the line numbers starts with the
2780 first line of the input file (not the first line printed, compare the
2781 @option{--page} option and @option{-N} option).
2782 Optional argument @var{number-separator} is the character appended to
2783 the line number to separate it from the text followed.  The default
2784 separator is the TAB character.  In a strict sense a TAB is always
2785 printed with single column output only.  The TAB width varies
2786 with the TAB position, e.g., with the left @var{margin} specified
2787 by @option{-o} option.  With multicolumn output priority is given to
2788 @samp{equal width of output columns} (a POSIX specification).
2789 The TAB width is fixed to the value of the first column and does
2790 not change with different values of left @var{margin}.  That means a
2791 fixed number of spaces is always printed in the place of the
2792 @var{number-separator} TAB@.  The tabification depends upon the output
2793 position.
2795 @item -N @var{line_number}
2796 @itemx --first-line-number=@var{line_number}
2797 @opindex -N
2798 @opindex --first-line-number
2799 Start line counting with the number @var{line_number} at first line of
2800 first page printed (in most cases not the first line of the input file).
2802 @item -o @var{margin}
2803 @itemx --indent=@var{margin}
2804 @opindex -o
2805 @opindex --indent
2806 @cindex indenting lines
2807 @cindex left margin
2808 Indent each line with a margin @var{margin} spaces wide (default is zero).
2809 The total page width is the size of the margin plus the @var{page_width}
2810 set with the @option{-W/-w} option.  A limited overflow may occur with
2811 numbered single column output (compare @option{-n} option).
2813 @item -r
2814 @itemx --no-file-warnings
2815 @opindex -r
2816 @opindex --no-file-warnings
2817 Do not print a warning message when an argument @var{file} cannot be
2818 opened.  (The exit status will still be nonzero, however.)
2820 @item -s[@var{char}]
2821 @itemx --separator[=@var{char}]
2822 @opindex -s
2823 @opindex --separator
2824 Separate columns by a single character @var{char}.  The default for
2825 @var{char} is the TAB character without @option{-w} and @samp{no
2826 character} with @option{-w}.  Without @option{-s} the default separator
2827 @samp{space} is set.  @option{-s[char]} turns off line truncation of all
2828 three column options (@option{-COLUMN}|@option{-a -COLUMN}|@option{-m}) unless
2829 @option{-w} is set.  This is a POSIX-compliant formulation.
2832 @item -S[@var{string}]
2833 @itemx --sep-string[=@var{string}]
2834 @opindex -S
2835 @opindex --sep-string
2836 Use @var{string} to separate output columns.  The @option{-S} option doesn't
2837 affect the @option{-W/-w} option, unlike the @option{-s} option which does.  It
2838 does not affect line truncation or column alignment.
2839 Without @option{-S}, and with @option{-J}, @command{pr} uses the default output
2840 separator, TAB@.
2841 Without @option{-S} or @option{-J}, @command{pr} uses a @samp{space}
2842 (same as @option{-S"@w{ }"}).
2843 If no @samp{@var{string}} argument is specified, @samp{""} is assumed.
2845 @item -t
2846 @itemx --omit-header
2847 @opindex -t
2848 @opindex --omit-header
2849 Do not print the usual header [and footer] on each page, and do not fill
2850 out the bottom of pages (with blank lines or a form feed).  No page
2851 structure is produced, but form feeds set in the input files are retained.
2852 The predefined pagination is not changed.  @option{-t} or @option{-T} may be
2853 useful together with other options; e.g.: @option{-t -e4}, expand TAB characters
2854 in the input file to 4 spaces but don't make any other changes.  Use of
2855 @option{-t} overrides @option{-h}.
2857 @item -T
2858 @itemx --omit-pagination
2859 @opindex -T
2860 @opindex --omit-pagination
2861 Do not print header [and footer].  In addition eliminate all form feeds
2862 set in the input files.
2864 @item -v
2865 @itemx --show-nonprinting
2866 @opindex -v
2867 @opindex --show-nonprinting
2868 Print nonprinting characters in octal backslash notation.
2870 @item -w @var{page_width}
2871 @itemx --width=@var{page_width}
2872 @opindex -w
2873 @opindex --width
2874 Set page width to @var{page_width} characters for multiple text-column
2875 output only (default for @var{page_width} is 72).  The specified
2876 @var{page_width} is rounded down so that columns have equal width.
2877 @option{-s[CHAR]} turns off the default page width and any line truncation
2878 and column alignment.
2879 Lines of full length are merged, regardless of the column options
2880 set.  No @var{page_width} setting is possible with single column output.
2881 A POSIX-compliant formulation.
2883 @item -W @var{page_width}
2884 @itemx --page_width=@var{page_width}
2885 @opindex -W
2886 @opindex --page_width
2887 Set the page width to @var{page_width} characters, honored with and
2888 without a column option.  With a column option, the specified @var{page_width}
2889 is rounded down so that columns have equal width.  Text lines are truncated,
2890 unless @option{-J} is used. Together with one of the three column options
2891 (@option{-@var{column}}, @option{-a -@var{column}} or @option{-m}) column
2892 alignment is always used.  The separator options @option{-S} or @option{-s}
2893 don't disable the @option{-W} option.  Default is 72 characters.  Without
2894 @option{-W @var{page_width}} and without any of the column options NO line
2895 truncation is used (defined to keep downward compatibility and to meet
2896 most frequent tasks).  That's equivalent to @option{-W 72 -J}@.  The header
2897 line is never truncated.
2899 @end table
2901 @exitstatus
2904 @node fold invocation
2905 @section @command{fold}: Wrap input lines to fit in specified width
2907 @pindex fold
2908 @cindex wrapping long input lines
2909 @cindex folding long input lines
2911 @command{fold} writes each @var{file} (@option{-} means standard input), or
2912 standard input if none are given, to standard output, breaking long
2913 lines.  Synopsis:
2915 @example
2916 fold [@var{option}]@dots{} [@var{file}]@dots{}
2917 @end example
2919 By default, @command{fold} breaks lines wider than 80 columns.  The output
2920 is split into as many lines as necessary.
2922 @cindex screen columns
2923 @command{fold} counts screen columns by default; thus, a tab may count more
2924 than one column, backspace decreases the column count, and carriage
2925 return sets the column to zero.
2927 The program accepts the following options.  Also see @ref{Common options}.
2929 @table @samp
2931 @item -b
2932 @itemx --bytes
2933 @opindex -b
2934 @opindex --bytes
2935 Count bytes rather than columns, so that tabs, backspaces, and carriage
2936 returns are each counted as taking up one column, just like other
2937 characters.
2939 @item -s
2940 @itemx --spaces
2941 @opindex -s
2942 @opindex --spaces
2943 Break at word boundaries: the line is broken after the last blank before
2944 the maximum line length.  If the line contains no such blanks, the line
2945 is broken at the maximum line length as usual.
2947 @item -w @var{width}
2948 @itemx --width=@var{width}
2949 @opindex -w
2950 @opindex --width
2951 Use a maximum line length of @var{width} columns instead of 80.
2953 For compatibility @command{fold} supports an obsolete option syntax
2954 @option{-@var{width}}.  New scripts should use @option{-w @var{width}}
2955 instead.
2957 @end table
2959 @exitstatus
2962 @node Output of parts of files
2963 @chapter Output of parts of files
2965 @cindex output of parts of files
2966 @cindex parts of files, output of
2968 These commands output pieces of the input.
2970 @menu
2971 * head invocation::             Output the first part of files.
2972 * tail invocation::             Output the last part of files.
2973 * split invocation::            Split a file into pieces.
2974 * csplit invocation::           Split a file into context-determined pieces.
2975 @end menu
2977 @node head invocation
2978 @section @command{head}: Output the first part of files
2980 @pindex head
2981 @cindex initial part of files, outputting
2982 @cindex first part of files, outputting
2984 @command{head} prints the first part (10 lines by default) of each
2985 @var{file}; it reads from standard input if no files are given or
2986 when given a @var{file} of @option{-}.  Synopsis:
2988 @example
2989 head [@var{option}]@dots{} [@var{file}]@dots{}
2990 @end example
2992 If more than one @var{file} is specified, @command{head} prints a
2993 one-line header consisting of:
2995 @example
2996 ==> @var{file name} <==
2997 @end example
2999 @noindent
3000 before the output for each @var{file}.
3002 The program accepts the following options.  Also see @ref{Common options}.
3004 @table @samp
3006 @item -c [-]@var{num}
3007 @itemx --bytes=[-]@var{num}
3008 @opindex -c
3009 @opindex --bytes
3010 Print the first @var{num} bytes, instead of initial lines.
3011 However, if @var{num} is prefixed with a @samp{-},
3012 print all but the last @var{num} bytes of each file.
3013 @multiplierSuffixes{num}
3015 @item -n [-]@var{num}
3016 @itemx --lines=[-]@var{num}
3017 @opindex -n
3018 @opindex --lines
3019 Output the first @var{num} lines.
3020 However, if @var{num} is prefixed with a @samp{-},
3021 print all but the last @var{num} lines of each file.
3022 Size multiplier suffixes are the same as with the @option{-c} option.
3024 @item -q
3025 @itemx --quiet
3026 @itemx --silent
3027 @opindex -q
3028 @opindex --quiet
3029 @opindex --silent
3030 Never print file name headers.
3032 @item -v
3033 @itemx --verbose
3034 @opindex -v
3035 @opindex --verbose
3036 Always print file name headers.
3038 @optZeroTerminated
3040 @end table
3042 For compatibility @command{head} also supports an obsolete option syntax
3043 @option{-[@var{num}][bkm][cqv]}, which is recognized only if it is
3044 specified first.  @var{num} is a decimal number optionally followed
3045 by a size letter (@samp{b}, @samp{k}, @samp{m}) as in @option{-c}, or
3046 @samp{l} to mean count by lines, or other option letters (@samp{cqv}).
3047 Scripts intended for standard hosts should use @option{-c @var{num}}
3048 or @option{-n @var{num}} instead.  If your script must also run on
3049 hosts that support only the obsolete syntax, it is usually simpler to
3050 avoid @command{head}, e.g., by using @samp{sed 5q} instead of
3051 @samp{head -5}.
3053 @exitstatus
3056 @node tail invocation
3057 @section @command{tail}: Output the last part of files
3059 @pindex tail
3060 @cindex last part of files, outputting
3062 @command{tail} prints the last part (10 lines by default) of each
3063 @var{file}; it reads from standard input if no files are given or
3064 when given a @var{file} of @samp{-}.  Synopsis:
3066 @example
3067 tail [@var{option}]@dots{} [@var{file}]@dots{}
3068 @end example
3070 If more than one @var{file} is specified, @command{tail} prints a
3071 one-line header before the output for each @var{file}, consisting of:
3073 @example
3074 ==> @var{file name} <==
3075 @end example
3077 For further processing of tail output, it can be useful to convert the
3078 file headers to line prefixes, which can be done like:
3080 @example
3081 tail @dots{} |
3082 awk '
3083   /^==> .* <==$/ @{prefix=substr($0,5,length-8)":"; next@}
3084   @{print prefix$0@}
3085 ' | @dots{}
3086 @end example
3088 @cindex BSD @command{tail}
3089 GNU @command{tail} can output any amount of data (some other versions of
3090 @command{tail} cannot).  It also has no @option{-r} option (print in
3091 reverse), since reversing a file is really a different job from printing
3092 the end of a file; BSD @command{tail} (which is the one with @option{-r}) can
3093 only reverse files that are at most as large as its buffer, which is
3094 typically 32 KiB@.  A more reliable and versatile way to reverse files is
3095 the GNU @command{tac} command.
3097 The program accepts the following options.  Also see @ref{Common options}.
3099 @table @samp
3101 @item -c [+]@var{num}
3102 @itemx --bytes=[+]@var{num}
3103 @opindex -c
3104 @opindex --bytes
3105 Output the last @var{num} bytes, instead of final lines.
3106 If @var{num} is prefixed with a @samp{+}, start printing with
3107 byte @var{num} from the start of each file. For example to skip the first byte
3108 use @code{tail -c +2}, while to skip all but the last byte use @code{tail -c 1}.
3109 @multiplierSuffixes{num}
3111 @item -f
3112 @itemx --follow[=@var{how}]
3113 @opindex -f
3114 @opindex --follow
3115 @cindex growing files
3116 @vindex name @r{follow option}
3117 @vindex descriptor @r{follow option}
3118 Loop forever trying to read more characters at the end of the file,
3119 presumably because the file is growing.
3120 If more than one file is given, @command{tail} prints a header whenever it
3121 gets output from a different file, to indicate which file that output is
3122 from.
3124 There are two ways to specify how you'd like to track files with this option,
3125 but that difference is noticeable only when a followed file is removed or
3126 renamed.
3127 If you'd like to continue to track the end of a growing file even after
3128 it has been unlinked, use @option{--follow=descriptor}.  This is the default
3129 behavior, but it is not useful if you're tracking a log file that may be
3130 rotated (removed or renamed, then reopened).  In that case, use
3131 @option{--follow=name} to track the named file, perhaps by reopening it
3132 periodically to see if it has been removed and recreated by some other program.
3133 The inotify-based implementation handles this case without
3134 the need for any periodic reopening.
3136 No matter which method you use, if the tracked file is determined to have
3137 shrunk, @command{tail} prints a message saying the file has been truncated
3138 and resumes tracking from the start of the file, assuming it has been
3139 truncated to 0, which is the usual truncation operation for log files.
3141 When a file is removed, @command{tail}'s behavior depends on whether it is
3142 following the name or the descriptor.  When following by name, tail can
3143 detect that a file has been removed and gives a message to that effect,
3144 and if @option{--retry} has been specified it will continue checking
3145 periodically to see if the file reappears.
3146 When following a descriptor, tail does not detect that the file has
3147 been unlinked or renamed and issues no message;  even though the file
3148 may no longer be accessible via its original name, it may still be
3149 growing.
3151 The option values @samp{descriptor} and @samp{name} may be specified only
3152 with the long form of the option, not with @option{-f}.
3154 The @option{-f} option is ignored if
3155 no @var{file} operand is specified and standard input is a FIFO or a pipe.
3156 Likewise, the @option{-f} option has no effect for any
3157 operand specified as @samp{-}, when standard input is a FIFO or a pipe.
3159 With kernel inotify support, output is triggered by file changes
3160 and is generally very prompt.
3161 Otherwise, @command{tail} sleeps for one second between checks --
3162 use @option{--sleep-interval=@var{n}} to change that default -- which can
3163 make the output appear slightly less responsive or bursty.
3164 When using tail without inotify support, you can make it more responsive
3165 by using a sub-second sleep interval, e.g., via an alias like this:
3167 @example
3168 alias tail='tail -s.1'
3169 @end example
3171 @item -F
3172 @opindex -F
3173 This option is the same as @option{--follow=name --retry}.  That is, tail
3174 will attempt to reopen a file when it is removed.  Should this fail, tail
3175 will keep trying until it becomes accessible again.
3177 @item --max-unchanged-stats=@var{n}
3178 @opindex --max-unchanged-stats
3179 When tailing a file by name, if there have been @var{n} (default
3180 n=@value{DEFAULT_MAX_N_UNCHANGED_STATS_BETWEEN_OPENS}) consecutive
3181 iterations for which the file has not changed, then
3182 @code{open}/@code{fstat} the file to determine if that file name is
3183 still associated with the same device/inode-number pair as before.
3184 When following a log file that is rotated, this is approximately the
3185 number of seconds between when tail prints the last pre-rotation lines
3186 and when it prints the lines that have accumulated in the new log file.
3187 This option is meaningful only when polling (i.e., without inotify)
3188 and when following by name.
3190 @item -n [+]@var{num}
3191 @itemx --lines=[+]@var{}
3192 @opindex -n
3193 @opindex --lines
3194 Output the last @var{num} lines.
3195 If @var{num} is prefixed with a @samp{+}, start printing with
3196 line @var{num} from the start of each file. For example to skip the first line
3197 use @code{tail -n +2}, while to skip all but the last line use @code{tail -n 1}.
3198 Size multiplier suffixes are the same as with the @option{-c} option.
3200 @item --pid=@var{pid}
3201 @opindex --pid
3202 When following by name or by descriptor, you may specify the process ID,
3203 @var{pid}, of one or more (by repeating @option{--pid}) writers of the
3204 @var{file} arguments.  Then, shortly after all the identified
3205 processes terminate, tail will also terminate.  This will
3206 work properly only if the writers and the tailing process are running on
3207 the same machine.  For example, to save the output of a build in a file
3208 and to watch the file grow, if you invoke @command{make} and @command{tail}
3209 like this then the tail process will stop when your build completes.
3210 Without this option, you would have had to kill the @code{tail -f}
3211 process yourself.
3213 @example
3214 $ make >& makerr & tail --pid=$! -f makerr
3215 @end example
3217 If you specify a @var{pid} that is not in use or that does not correspond
3218 to the process that is writing to the tailed files, then @command{tail}
3219 may terminate long before any @var{file}s stop growing or it may not
3220 terminate until long after the real writer has terminated.
3221 On some systems, @option{--pid} is not supported and @command{tail}
3222 outputs a warning.
3224 @item -q
3225 @itemx --quiet
3226 @itemx --silent
3227 @opindex -q
3228 @opindex --quiet
3229 @opindex --silent
3230 Never print file name headers.
3232 @item --retry
3233 @opindex --retry
3234 Indefinitely try to open the specified file.
3235 This option is useful mainly when following (and otherwise issues a warning).
3237 When following by file descriptor (i.e., with @option{--follow=descriptor}),
3238 this option only affects the initial open of the file, as after a successful
3239 open, @command{tail} will start following the file descriptor.
3241 When following by name (i.e., with @option{--follow=name}), @command{tail}
3242 infinitely retries to re-open the given files until killed.
3244 Without this option, when @command{tail} encounters a file that doesn't
3245 exist or is otherwise inaccessible, it reports that fact and
3246 never checks it again.
3248 @item -s @var{number}
3249 @itemx --sleep-interval=@var{number}
3250 @opindex -s
3251 @opindex --sleep-interval
3252 Change the number of seconds to wait between iterations (the default is 1.0).
3253 During one iteration, every specified file is checked to see if it has
3254 changed size.
3255 When @command{tail} uses inotify, this polling-related option
3256 is usually ignored.  However, if you also specify @option{--pid=@var{p}},
3257 @command{tail} checks whether process @var{p} is alive at least
3258 every @var{number} seconds.
3259 The @var{number} must be non-negative and can be a floating-point number
3260 in either the current or the C locale.  @xref{Floating point}.
3262 @item -v
3263 @itemx --verbose
3264 @opindex -v
3265 @opindex --verbose
3266 Always print file name headers.
3268 @optZeroTerminated
3270 @end table
3272 For compatibility @command{tail} also supports an obsolete usage
3273 @samp{tail -[@var{num}][bcl][f] [@var{file}]}, which is recognized
3274 only if it does not conflict with the usage described
3275 above.  This obsolete form uses exactly one option and at most one
3276 file.  In the option, @var{num} is an optional decimal number optionally
3277 followed by a size letter (@samp{b}, @samp{c}, @samp{l}) to mean count
3278 by 512-byte blocks, bytes, or lines, optionally followed by @samp{f}
3279 which has the same meaning as @option{-f}.
3281 @vindex _POSIX2_VERSION
3282 On systems not conforming to POSIX 1003.1-2001, the leading @samp{-}
3283 can be replaced by @samp{+} in the traditional option syntax with the
3284 same meaning as in counts, and on obsolete systems predating POSIX
3285 1003.1-2001 traditional usage overrides normal usage when the two
3286 conflict.  This behavior can be controlled with the
3287 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
3288 conformance}).
3290 Scripts intended for use on standard hosts should avoid traditional
3291 syntax and should use @option{-c @var{num}[b]}, @option{-n
3292 @var{num}}, and/or @option{-f} instead.  If your script must also
3293 run on hosts that support only the traditional syntax, you can often
3294 rewrite it to avoid problematic usages, e.g., by using @samp{sed -n
3295 '$p'} rather than @samp{tail -1}.  If that's not possible, the script
3296 can use a test like @samp{if tail -c +1 </dev/null >/dev/null 2>&1;
3297 then @dots{}} to decide which syntax to use.
3299 Even if your script assumes the standard behavior, you should still
3300 beware usages whose behaviors differ depending on the POSIX
3301 version.  For example, avoid @samp{tail - main.c}, since it might be
3302 interpreted as either @samp{tail main.c} or as @samp{tail -- -
3303 main.c}; avoid @samp{tail -c 4}, since it might mean either @samp{tail
3304 -c4} or @samp{tail -c 10 4}; and avoid @samp{tail +4}, since it might
3305 mean either @samp{tail ./+4} or @samp{tail -n +4}.
3307 @exitstatus
3310 @node split invocation
3311 @section @command{split}: Split a file into pieces.
3313 @pindex split
3314 @cindex splitting a file into pieces
3315 @cindex pieces, splitting a file into
3317 @command{split} creates output files containing consecutive or interleaved
3318 sections of @var{input}  (standard input if none is given or @var{input}
3319 is @samp{-}).  Synopsis:
3321 @example
3322 split [@var{option}] [@var{input} [@var{prefix}]]
3323 @end example
3325 By default, @command{split} puts 1000 lines of @var{input} (or whatever is
3326 left over for the last section), into each output file.
3328 @cindex output file name prefix
3329 The output files' names consist of @var{prefix} (@samp{x} by default)
3330 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
3331 default), such that concatenating the output files in traditional
3332 sorted order by file name produces the original input file (except
3333 @option{-nr/@var{n}}).  By default split will initially create files
3334 with two generated suffix characters, and will increase this width by two
3335 when the next most significant position reaches the last character.
3336 (@samp{yz}, @samp{zaaa}, @samp{zaab}, @dots{}).  In this way an arbitrary
3337 number of output files are supported, which sort as described above,
3338 even in the presence of an @option{--additional-suffix} option.
3339 If the @option{-a} option is specified and the output file names are
3340 exhausted, @command{split} reports an error without deleting the
3341 output files that it did create.
3343 The program accepts the following options.  Also see @ref{Common options}.
3345 @table @samp
3347 @item -l @var{lines}
3348 @itemx --lines=@var{lines}
3349 @opindex -l
3350 @opindex --lines
3351 Put @var{lines} lines of @var{input} into each output file.
3352 If @option{--separator} is specified, then @var{lines} determines
3353 the number of records.
3355 For compatibility @command{split} also supports an obsolete
3356 option syntax @option{-@var{lines}}.  New scripts should use
3357 @option{-l @var{lines}} instead.
3359 @item -b @var{size}
3360 @itemx --bytes=@var{size}
3361 @opindex -b
3362 @opindex --bytes
3363 Put @var{size} bytes of @var{input} into each output file.
3364 @multiplierSuffixes{size}
3366 @item -C @var{size}
3367 @itemx --line-bytes=@var{size}
3368 @opindex -C
3369 @opindex --line-bytes
3370 Put into each output file as many complete lines of @var{input} as
3371 possible without exceeding @var{size} bytes.  Individual lines or records
3372 longer than @var{size} bytes are broken into multiple files.
3373 @var{size} has the same format as for the @option{--bytes} option.
3374 If @option{--separator} is specified, then @var{lines} determines
3375 the number of records.
3377 @item --filter=@var{command}
3378 @opindex --filter
3379 With this option, rather than simply writing to each output file,
3380 write through a pipe to the specified shell @var{command} for each output file.
3381 @var{command} should use the $FILE environment variable, which is set
3382 to a different output file name for each invocation of the command.
3383 For example, imagine that you have a 1TiB compressed file
3384 that, if uncompressed, would be too large to reside on secondary storage,
3385 yet you must split it into individually-compressed pieces
3386 of a more manageable size.
3387 To do that, you might run this command:
3389 @example
3390 xz -dc BIG.xz | split -b200G --filter='xz > $FILE.xz' - big-
3391 @end example
3393 Assuming a 10:1 compression ratio, that would create about fifty 20GiB files
3394 with names @file{big-aa.xz}, @file{big-ab.xz}, @file{big-ac.xz}, etc.
3396 @item -n @var{chunks}
3397 @itemx --number=@var{chunks}
3398 @opindex -n
3399 @opindex --number
3401 Split @var{input} to @var{chunks} output files where @var{chunks} may be:
3403 @example
3404 @var{n}      generate @var{n} files based on current size of @var{input}
3405 @var{k}/@var{n}    output only @var{k}th of @var{n} to standard output
3406 l/@var{n}    generate @var{n} files without splitting lines or records
3407 l/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3408 r/@var{n}    like @samp{l} but use round robin distribution
3409 r/@var{k}/@var{n}  likewise but output only @var{k}th of @var{n} to stdout
3410 @end example
3412 If the input size is not a multiple of @var{n}, early output files are
3413 one byte longer than later output files, to make up the difference.
3414 Any excess bytes appearing after the initial calculation are discarded
3415 (except when using @samp{r} mode).
3417 All @var{n} files are created even if there are fewer than @var{n} lines,
3418 or the @var{input} is truncated.
3420 For @samp{l} mode, chunks are approximately @var{input} size / @var{n}.
3421 Although the @var{input} is still partitioned as before into @var{n} regions
3422 of approximately equal size, if a line @emph{starts} within a partition
3423 it is written completely to the corresponding file.  Since lines or records
3424 are not split even if they overlap a partition, the files written
3425 can be larger or smaller than the partition size, and even empty
3426 if a line/record is so long as to completely overlap the partition.
3428 When the input is a pipe or some other special file where the size
3429 cannot easily be determined, there is no trouble for @samp{r} mode
3430 because the size of the input is irrelevant.  For other modes, such an
3431 input is first copied to a temporary to determine its size.
3433 @item -a @var{length}
3434 @itemx --suffix-length=@var{length}
3435 @opindex -a
3436 @opindex --suffix-length
3437 Use suffixes of length @var{length}.  If a @var{length} of 0 is specified,
3438 this is the same as if (any previous) @option{-a} was not specified, and
3439 thus enables the default behavior, which starts the suffix length at 2,
3440 and unless @option{-n} or @option{--numeric-suffixes=@var{from}} is
3441 specified, will auto increase the length by 2 as required.
3443 @item -d
3444 @itemx --numeric-suffixes[=@var{from}]
3445 @opindex -d
3446 @opindex --numeric-suffixes
3447 Use digits in suffixes rather than lower-case letters.  The numerical
3448 suffix counts from @var{from} if specified, 0 otherwise.
3450 @var{from} is supported with the long form option, and is used to either set the
3451 initial suffix for a single run, or to set the suffix offset for independently
3452 split inputs, and consequently the auto suffix length expansion described above
3453 is disabled.  Therefore you may also want to use option @option{-a} to allow
3454 suffixes beyond @samp{99}.  If option @option{--number} is specified and
3455 the number of files is less than @var{from}, a single run is assumed and the
3456 minimum suffix length required is automatically determined.
3458 @item -x
3459 @itemx --hex-suffixes[=@var{from}]
3460 @opindex -x
3461 @opindex --hex-suffixes
3462 Like @option{--numeric-suffixes}, but use hexadecimal numbers (in lower case).
3464 @item --additional-suffix=@var{suffix}
3465 @opindex --additional-suffix
3466 Append an additional @var{suffix} to output file names.  @var{suffix}
3467 must not contain slash.
3469 @item -e
3470 @itemx --elide-empty-files
3471 @opindex -e
3472 @opindex --elide-empty-files
3473 Suppress the generation of zero-length output files.  This can happen
3474 with the @option{--number} option if a file is (truncated to be) shorter
3475 than the number requested, or if a line is so long as to completely
3476 span a chunk.  The output file sequence numbers, always run consecutively
3477 even when this option is specified.
3479 @item -t @var{separator}
3480 @itemx --separator=@var{separator}
3481 @opindex -t
3482 @opindex --separator
3483 @cindex line separator character
3484 @cindex record separator character
3485 Use character @var{separator} as the record separator instead of the default
3486 newline character (ASCII LF).
3487 To specify ASCII NUL as the separator, use the two-character string @samp{\0},
3488 e.g., @samp{split -t '\0'}.
3490 @item -u
3491 @itemx --unbuffered
3492 @opindex -u
3493 @opindex --unbuffered
3494 Immediately copy input to output in @option{--number r/@dots{}} mode,
3495 which is a much slower mode of operation.
3497 @item --verbose
3498 @opindex --verbose
3499 Write a diagnostic just before each output file is opened.
3501 @end table
3503 @exitstatus
3505 Here are a few examples to illustrate how the
3506 @option{--number} (@option{-n}) option works:
3508 Notice how, by default, one line may be split onto two or more:
3510 @example
3511 $ seq -w 6 10 > k; split -n3 k; head xa?
3512 ==> xaa <==
3515 ==> xab <==
3519 ==> xac <==
3522 @end example
3524 Use the "l/" modifier to suppress that:
3526 @example
3527 $ seq -w 6 10 > k; split -nl/3 k; head xa?
3528 ==> xaa <==
3532 ==> xab <==
3536 ==> xac <==
3538 @end example
3540 Use the "r/" modifier to distribute lines in a round-robin fashion:
3542 @example
3543 $ seq -w 6 10 > k; split -nr/3 k; head xa?
3544 ==> xaa <==
3548 ==> xab <==
3552 ==> xac <==
3554 @end example
3556 You can also extract just the Kth chunk.
3557 This extracts and prints just the 7th "chunk" of 33:
3559 @example
3560 $ seq 100 > k; split -nl/7/33 k
3564 @end example
3567 @node csplit invocation
3568 @section @command{csplit}: Split a file into context-determined pieces
3570 @pindex csplit
3571 @cindex context splitting
3572 @cindex splitting a file into pieces by context
3574 @command{csplit} creates zero or more output files containing sections of
3575 @var{input} (standard input if @var{input} is @samp{-}).  Synopsis:
3577 @example
3578 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{}
3579 @end example
3581 The contents of the output files are determined by the @var{pattern}
3582 arguments, as detailed below.  An error occurs if a @var{pattern}
3583 argument refers to a nonexistent line of the input file (e.g., if no
3584 remaining line matches a given regular expression).  After every
3585 @var{pattern} has been matched, any remaining input is copied into one
3586 last output file.
3588 By default, @command{csplit} prints the number of bytes written to each
3589 output file after it has been created.
3591 The types of pattern arguments are:
3593 @table @samp
3595 @item @var{n}
3596 Create an output file containing the input up to but not including line
3597 @var{n} (a positive integer).  If followed by a repeat count, also
3598 create an output file containing the next @var{n} lines of the input
3599 file once for each repeat.
3601 @item /@var{regexp}/[@var{offset}]
3602 Create an output file containing the current line up to (but not
3603 including) the next line of the input file that contains a match for
3604 @var{regexp}.  The optional @var{offset} is an integer, that can
3605 be preceded by @samp{+} or @samp{-}.
3606 If it is given, the input up to (but not including) the
3607 matching line plus or minus @var{offset} is put into the output file,
3608 and the line after that begins the next section of input.
3609 Lines within a negative offset of a regexp pattern
3610 are not matched in subsequent regexp patterns.
3612 @item %@var{regexp}%[@var{offset}]
3613 Like the previous type, except that it does not create an output
3614 file, so that section of the input file is effectively ignored.
3616 @item @{@var{repeat-count}@}
3617 Repeat the previous pattern @var{repeat-count} additional
3618 times.  The @var{repeat-count} can either be a positive integer or an
3619 asterisk, meaning repeat as many times as necessary until the input is
3620 exhausted.
3622 @end table
3624 The output files' names consist of a prefix (@samp{xx} by default)
3625 followed by a suffix.  By default, the suffix is an ascending sequence
3626 of two-digit decimal numbers from @samp{00} to @samp{99}.  In any case,
3627 concatenating the output files in sorted order by file name produces the
3628 original input file, excluding portions skipped with a %@var{regexp}%
3629 pattern or the @option{--suppress-matched} option.
3631 By default, if @command{csplit} encounters an error or receives a hangup,
3632 interrupt, quit, or terminate signal, it removes any output files
3633 that it has created so far before it exits.
3635 The program accepts the following options.  Also see @ref{Common options}.
3637 @table @samp
3639 @item -f @var{prefix}
3640 @itemx --prefix=@var{prefix}
3641 @opindex -f
3642 @opindex --prefix
3643 @cindex output file name prefix
3644 Use @var{prefix} as the output file name prefix.
3646 @item -b @var{format}
3647 @itemx --suffix-format=@var{format}
3648 @opindex -b
3649 @opindex --suffix-format
3650 @cindex output file name suffix
3651 Use @var{format} as the output file name suffix.  When this option is
3652 specified, the suffix string must include exactly one
3653 @code{printf(3)}-style conversion specification, possibly including
3654 format specification flags, a field width, a precision specification,
3655 or all of these kinds of modifiers.  The format letter must convert a
3656 binary unsigned integer argument to readable form.  The format letters
3657 @samp{d} and @samp{i} are aliases for @samp{u}, and the
3658 @samp{u}, @samp{o}, @samp{x}, and @samp{X} conversions are allowed.  The
3659 entire @var{format} is given (with the current output file number) to
3660 @code{sprintf(3)} to form the file name suffixes for each of the
3661 individual output files in turn.  If this option is used, the
3662 @option{--digits} option is ignored.
3664 @item -n @var{digits}
3665 @itemx --digits=@var{digits}
3666 @opindex -n
3667 @opindex --digits
3668 Use output file names containing numbers that are @var{digits} digits
3669 long instead of the default 2.
3671 @item -k
3672 @itemx --keep-files
3673 @opindex -k
3674 @opindex --keep-files
3675 Do not remove output files when errors are encountered.
3677 @item --suppress-matched
3678 @opindex --suppress-matched
3679 Do not output lines matching the specified @var{pattern}.
3680 I.e., suppress the boundary line from the start of the second
3681 and subsequent splits.
3683 @item -z
3684 @itemx --elide-empty-files
3685 @opindex -z
3686 @opindex --elide-empty-files
3687 Suppress the generation of zero-length output files.  (In cases where
3688 the section delimiters of the input file are supposed to mark the first
3689 lines of each of the sections, the first output file will generally be a
3690 zero-length file unless you use this option.)  The output file sequence
3691 numbers always run consecutively starting from 0, even when this option
3692 is specified.
3694 @item -s
3695 @itemx -q
3696 @itemx --silent
3697 @itemx --quiet
3698 @opindex -s
3699 @opindex -q
3700 @opindex --silent
3701 @opindex --quiet
3702 Do not print counts of output file sizes.
3704 @end table
3706 @exitstatus
3708 Here is an example of its usage.
3709 First, create an empty directory for the exercise,
3710 and cd into it:
3712 @example
3713 $ mkdir d && cd d
3714 @end example
3716 Now, split the sequence of 1..14 on lines that end with 0 or 5:
3718 @example
3719 $ seq 14 | csplit - '/[05]$/' '@{*@}'
3723 @end example
3725 Each number printed above is the size of an output
3726 file that csplit has just created.
3727 List the names of those output files:
3729 @example
3730 $ ls
3731 xx00  xx01  xx02
3732 @end example
3734 Use @command{head} to show their contents:
3736 @example
3737 $ head xx*
3738 ==> xx00 <==
3744 ==> xx01 <==
3751 ==> xx02 <==
3757 @end example
3759 Example of splitting input by empty lines:
3761 @example
3762 $ csplit --suppress-matched @var{input.txt} '/^$/' '@{*@}'
3763 @end example
3766 @c TODO: "uniq" already supports "--group".
3767 @c        when it gets the "--key" option, uncomment this example.
3769 @c Example of splitting input file, based on the value of column 2:
3771 @c @example
3772 @c $ cat @var{input.txt} |
3773 @c       sort -k2,2 |
3774 @c       uniq --group -k2,2 |
3775 @c       csplit -m '/^$/' '@{*@}'
3776 @c @end example
3778 @node Summarizing files
3779 @chapter Summarizing files
3781 @cindex summarizing files
3783 These commands generate just a few numbers representing entire
3784 contents of files.
3786 @menu
3787 * wc invocation::               Print newline, word, and byte counts.
3788 * sum invocation::              Print checksum and block counts.
3789 * cksum invocation::            Print CRC checksum and byte counts.
3790 * md5sum invocation::           Print or check MD5 digests.
3791 * b2sum invocation::            Print or check BLAKE2 digests.
3792 * sha1sum invocation::          Print or check SHA-1 digests.
3793 * sha2 utilities::              Print or check SHA-2 digests.
3794 @end menu
3797 @node wc invocation
3798 @section @command{wc}: Print newline, word, and byte counts
3800 @pindex wc
3801 @cindex byte count
3802 @cindex character count
3803 @cindex word count
3804 @cindex line count
3806 @command{wc} counts the number of bytes, characters, words, and newlines
3807 in each given @var{file}, or standard input if none are given
3808 or for a @var{file} of @samp{-}.  A word is a nonempty sequence of non white
3809 space delimited by white space characters or by start or end of input.
3810 Synopsis:
3812 @example
3813 wc [@var{option}]@dots{} [@var{file}]@dots{}
3814 @end example
3816 @cindex total counts
3817 @command{wc} prints one line of counts for each file, and if the file was
3818 given as an argument, it prints the file name following the counts. By default
3819 if more than one @var{file} is given, @command{wc} prints a final line
3820 containing the cumulative counts, with the file name @file{total}.
3821 This @samp{total} line can be controlled with the @option{--total} option,
3822 which is a GNU extension.
3823 The counts are printed in this order: newlines, words, characters, bytes,
3824 maximum line length.
3825 Each count is printed right-justified in a field with at least one
3826 space between fields so that the numbers and file names normally line
3827 up nicely in columns.  The width of the count fields varies depending
3828 on the inputs, so you should not depend on a particular field width.
3829 However, as a GNU extension, if only one count is printed,
3830 it is guaranteed to be printed without leading spaces.
3832 By default, @command{wc} prints three counts: the newline, words, and byte
3833 counts.  Options can specify that only certain counts be printed.
3834 Options do not undo others previously given, so
3836 @example
3837 wc --bytes --words
3838 @end example
3840 @noindent
3841 prints both the byte counts and the word counts.
3843 With the @option{--max-line-length} option, @command{wc} prints the length
3844 of the longest line per file, and if there is more than one file it
3845 prints the maximum (not the sum) of those lengths.  The line lengths here
3846 are measured in screen columns, according to the current locale and
3847 assuming tab positions in every 8th column.
3849 The program accepts the following options.  Also see @ref{Common options}.
3851 @table @samp
3853 @item -c
3854 @itemx --bytes
3855 @opindex -c
3856 @opindex --bytes
3857 Print only the byte counts.
3859 @item -m
3860 @itemx --chars
3861 @opindex -m
3862 @opindex --chars
3863 Print only the character counts, as per the current locale.
3864 Encoding errors are not counted.
3866 @item -w
3867 @itemx --words
3868 @opindex -w
3869 @opindex --words
3870 Print only the word counts.  A word is a nonempty sequence of non white
3871 space delimited by white space characters or by start or end of input.
3872 The current locale determines which characters are white space.
3873 GNU @command{wc} treats encoding errors as non white space.
3875 @vindex POSIXLY_CORRECT
3876 Unless the environment variable @env{POSIXLY_CORRECT} is set,
3877 GNU @command{wc} treats the following Unicode characters as white
3878 space even if the current locale does not: U+00A0 NO-BREAK SPACE,
3879 U+2007 FIGURE SPACE, U+202F NARROW NO-BREAK SPACE, and U+2060 WORD
3880 JOINER.
3882 @item -l
3883 @itemx --lines
3884 @opindex -l
3885 @opindex --lines
3886 Print only the newline character counts.
3887 If a file ends in a non-newline character,
3888 its trailing partial line is not counted.
3890 @item -L
3891 @itemx --max-line-length
3892 @opindex -L
3893 @opindex --max-line-length
3894 Print only the maximum display widths.
3895 Tabs are set at every 8th column.
3896 Display widths of wide characters are considered.
3897 Non-printable characters are given 0 width.
3899 @item --total=@var{when}
3900 @opindex --total=@var{when}
3901 Control when and how the final line with cumulative counts is printed.
3902 @var{when} is one of:
3903 @itemize @bullet
3904 @item auto
3905 @vindex auto @r{total option}
3906 - This is the default mode of @command{wc} when no @option{--total}
3907 option is specified.  Output a total line if more than one @var{file}
3908 is specified.
3909 @item always
3910 @vindex always @r{total option}
3911 - Always output a total line, irrespective of the number of files processed.
3912 @item only
3913 @vindex only @r{total option}
3914 - Only output total counts.  I.e., don't print individual file counts,
3915 suppress any leading spaces, and don't print the @samp{total} word itself,
3916 to simplify subsequent processing.
3917 @item never
3918 @vindex none @r{total option}
3919 - Never output a total line.
3920 @end itemize
3922 @macro filesZeroFromOption{cmd,withTotalOption,subListOutput}
3923 @item --files0-from=@var{file}
3924 @opindex --files0-from=@var{file}
3925 @c This is commented out to avoid a texi2dvi failure.
3926 @c texi2dvi (GNU Texinfo 4.11) 1.104
3927 @c @cindex including files from @command{\cmd\}
3928 Disallow processing files named on the command line, and instead process
3929 those named in file @var{file}; each name being terminated by a zero byte
3930 (ASCII NUL).
3931 This is useful \withTotalOption\
3932 when the list of file names is so long that it may exceed a command line
3933 length limitation.
3934 In such cases, running @command{\cmd\} via @command{xargs} is undesirable
3935 because it splits the list into pieces and makes @command{\cmd\} print
3936 \subListOutput\ for each sublist rather than for the entire list.
3937 One way to produce a list of ASCII NUL terminated file
3938 names is with GNU
3939 @command{find}, using its @option{-print0} predicate.
3940 If @var{file} is @samp{-} then the ASCII NUL terminated
3941 file names are read from standard input.
3942 @end macro
3943 @filesZeroFromOption{wc,,a total}
3945 For example, to find the length of the longest line in any @file{.c} or
3946 @file{.h} file in the current hierarchy, do this:
3948 @example
3949 find . -name '*.[ch]' -print0 |
3950   wc -L --files0-from=- | tail -n1
3951 @end example
3953 @end table
3955 @exitstatus
3958 @node sum invocation
3959 @section @command{sum}: Print checksum and block counts
3961 @pindex sum
3962 @cindex 16-bit checksum
3963 @cindex checksum, 16-bit
3965 @command{sum} computes a 16-bit checksum for each given @var{file}, or
3966 standard input if none are given or for a @var{file} of @samp{-}.  Synopsis:
3968 @example
3969 sum [@var{option}]@dots{} [@var{file}]@dots{}
3970 @end example
3972 @command{sum} prints the checksum for each @var{file} followed by the
3973 number of blocks in the file (rounded up).  If at least one @var{file}
3974 is given, file names are also printed.
3976 By default, GNU @command{sum} computes checksums using an algorithm
3977 compatible with BSD @command{sum} and prints file sizes in units of
3978 1024-byte blocks.
3980 The program accepts the following options.  Also see @ref{Common options}.
3982 @table @samp
3984 @item -r
3985 @opindex -r
3986 @cindex BSD @command{sum}
3987 Use the default (BSD compatible) algorithm.  This option is included for
3988 compatibility with the System V @command{sum}.  Unless @option{-s} was also
3989 given, it has no effect.
3991 @item -s
3992 @itemx --sysv
3993 @opindex -s
3994 @opindex --sysv
3995 @cindex System V @command{sum}
3996 Compute checksums using an algorithm compatible with System V
3997 @command{sum}'s default, and print file sizes in units of 512-byte blocks.
3999 @end table
4001 @command{sum} is provided for compatibility; the @command{cksum} program (see
4002 next section) is preferable in new applications.
4004 @exitstatus
4007 @node cksum invocation
4008 @section @command{cksum}: Print and verify file checksums
4010 @pindex cksum
4011 @cindex cyclic redundancy check
4012 @cindex CRC checksum
4013 @cindex 32-bit checksum
4014 @cindex checksum, 32-bit
4015 @cindex digest
4017 @command{cksum} by default computes a 32-bit cyclic redundancy check (CRC)
4018 checksum for each given @var{file}, or standard input if none are given or for
4019 a @var{file} of @samp{-}.
4021 cksum also supports the @option{-a/--algorithm} option to select the
4022 digest algorithm to use. @command{cksum} is the preferred interface
4023 to these digests, subsuming the other standalone checksumming utilities,
4024 which can be emulated using @code{cksum -a md5 --untagged "$@@"} etc.
4025 Synopsis:
4027 @example
4028 cksum [@var{option}]@dots{} [@var{file}]@dots{}
4029 @end example
4031 @command{cksum} is typically used to ensure that files have not been corrupted,
4032 by comparing the @command{cksum} output for the received files with the
4033 @command{cksum} output for the original files (typically given in the
4034 distribution).
4036 @menu
4037 * cksum output modes::          Legacy and non Legacy output formats
4038 * cksum general options::       Options supported only by cksum
4039 * cksum common options::        Options supported also by standalone utilities
4040 @end menu
4042 @node cksum output modes
4043 @subsection cksum output modes
4045 @table @asis
4047 @item Legacy output format
4048 @command{cksum} by default prints the POSIX standard CRC checksum
4049 for each file along with the number of bytes in the file,
4050 and the file name unless no arguments were given.
4051 The 32-bit CRC used is based on the polynomial used
4052 for CRC error checking in the ISO/IEC 8802-3:1996 standard (Ethernet).
4053 Similar output formats are used for the other legacy checksums
4054 selectable with @option{--algorithm=sysv} or @option{--algorithm=bsd},
4055 detailed at @ref{sum invocation}.
4057 @item Tagged output format
4058 With the @option{--algorithm} option selecting non legacy checksums,
4059 the @command{cksum} command defaults to output of the form:
4060 @example
4061 @var{digest_name} (@var{file name}) = @var{digest}
4062 @end example
4063 The standalone checksum utilities can select this output
4064 mode by using the @option{--tag} option.
4066 @item Untagged output format
4067 With the @option{--untagged} option and the @option{--algorithm} option
4068 selecting non legacy checksums, the following output format is used.
4069 This is the default output format of the standalone checksum utilities.
4070 For each @var{file}, we print the checksum, a space, a flag indicating
4071 binary or text input mode, and the file name.
4072 Binary mode is indicated with @samp{*}, text mode with @samp{ } (space).
4073 Binary mode is the default on systems where it's significant,
4074 otherwise text mode is the default.
4076 @end table
4078 Without @option{--zero}, and with non legacy output formats,
4079 if @var{file} contains a backslash, newline, or carriage return,
4080 the line is started with a backslash, and each problematic character
4081 in the file name is escaped with a backslash, making the output unambiguous
4082 even in the presence of arbitrary file names.
4083 Since the backslash character itself is escaped, any other backslash
4084 escape sequences are reserved for future use.
4086 @node cksum general options
4087 @subsection cksum general options
4089 @table @samp
4091 @item -a
4092 @itemx --algorithm
4093 @opindex -a
4094 @opindex --algorithm
4095 @cindex digest algorithm
4096 Compute checksums using the specified digest algorithm.
4098 Supported legacy checksums (which are not supported by @option{--check}):
4099 @example
4100 @samp{sysv}      equivalent to @command{sum -s}
4101 @samp{bsd}       equivalent to @command{sum -r}
4102 @samp{crc}       equivalent to @command{cksum} (the default)
4103 @end example
4105 Supported more modern digest algorithms are:
4106 @example
4107 @samp{md5}       equivalent to @command{md5sum}
4108 @samp{sha1}      equivalent to @command{sha1sum}
4109 @samp{sha224}    equivalent to @command{sha224sum}
4110 @samp{sha256}    equivalent to @command{sha256sum}
4111 @samp{sha384}    equivalent to @command{sha384sum}
4112 @samp{sha512}    equivalent to @command{sha512sum}
4113 @samp{blake2b}   equivalent to @command{b2sum}
4114 @samp{sm3}       only available through @command{cksum}
4115 @end example
4117 @item --base64
4118 @opindex --base64
4119 @cindex base64 checksum encoding
4120 Print base64-encoded digests not hexadecimal.
4121 This option is ignored with @option{--check}.
4122 The format conforms to
4123 @uref{https://datatracker.ietf.org/doc/html/rfc4648#section-4, RFC 4648#4}.
4125 Each base64-encoded digest has zero, one or two trailing padding
4126 (@samp{=}) bytes.  The length of that padding is the checksum-bit-length
4127 modulo 3, and the @option{--check} parser requires precisely the same
4128 input digest string as what is output.  I.e., removing or adding any
4129 @samp{=} padding renders a digest non-matching.
4131 @item --debug
4132 @opindex --debug
4133 Output extra information to stderr, like the checksum implementation being used.
4135 @macro cksumLengthOption
4136 @item -l
4137 @itemx --length
4138 @opindex -l
4139 @opindex --length
4140 @cindex BLAKE2 hash length
4141 Change (shorten) the default digest length.
4142 This is specified in bits and thus must be a multiple of 8.
4143 This option is ignored when @option{--check} is specified,
4144 as the length is automatically determined when checking.
4145 @end macro
4146 @cksumLengthOption
4148 @item --raw
4149 @opindex --raw
4150 @cindex raw binary checksum
4151 Print only the unencoded raw binary digest for a single input.
4152 Do not output the file name or anything else.
4153 Use network byte order (big endian) where applicable:
4154 for @samp{bsd}, @samp{crc}, and @samp{sysv}.
4155 This option works only with a single input.
4156 Unlike other output formats, @command{cksum} provides no way to
4157 @option{--check} a @option{--raw} checksum.
4159 @item --untagged
4160 @opindex --untagged
4161 Output using the original Coreutils format used by the other
4162 standalone checksum utilities like @command{md5sum} for example.
4163 This format has the checksum at the start of the line, and may be
4164 more amenable to further processing by other utilities,
4165 especially in combination with the @option{--zero} option.
4166 This does not identify the digest algorithm used for the checksum.
4167 @xref{cksum output modes} for details of this format.
4168 @end table
4170 @node cksum common options
4171 @subsection cksum common options
4173 @table @samp
4175 @item -b
4176 @itemx --binary
4177 @opindex -b
4178 @opindex --binary
4179 @cindex binary input files
4180 This option is not supported by the @command{cksum} command,
4181 as it operates in binary mode exclusively.
4182 Treat each input file as binary, by reading it in binary mode and
4183 outputting a @samp{*} flag.  This is the inverse of @option{--text}.
4184 On systems like GNU that do not distinguish between binary
4185 and text files, this option merely flags each input mode as binary:
4186 the checksum is unaffected.  This option is the default on systems
4187 like MS-DOS that distinguish between binary and text files, except
4188 for reading standard input when standard input is a terminal.
4190 @item -c
4191 @itemx --check
4192 Read file names and checksum information (not data) from each
4193 @var{file} (or from standard input if no @var{file} was specified) and report
4194 whether the checksums match the contents of the named files.
4195 The input to this mode is usually the output of
4196 a prior, checksum-generating run of the command.
4198 Three input formats are supported.  Either the default output
4199 format described above, the @option{--tag} output format,
4200 or the BSD reversed mode format which is similar to the default mode,
4201 but doesn't use a character to distinguish binary and text modes.
4203 For the @command{cksum} command, the @option{--check} option
4204 supports auto-detecting the digest algorithm to use,
4205 when presented with checksum information in the @option{--tag} output format.
4207 Also for the @command{cksum} command, the @option{--check} option
4208 auto-detects the digest encoding, accepting both standard hexadecimal
4209 checksums and those generated via @command{cksum} with its
4210 @option{--base64} option.
4212 Output with @option{--zero} enabled is not supported by @option{--check}.
4213 @sp 1
4214 For each such line, @command{cksum} reads the named file and computes its
4215 checksum.  Then, if the computed message digest does not match the
4216 one on the line with the file name, the file is noted as having
4217 failed the test.  Otherwise, the file passes the test.
4218 By default, for each valid line, one line is written to standard
4219 output indicating whether the named file passed the test.
4220 After all checks have been performed, if there were any failures,
4221 a warning is issued to standard error.
4222 Use the @option{--status} option to inhibit that output.
4223 If any listed file cannot be opened or read, if any valid line has
4224 a checksum inconsistent with the associated file, or if no valid
4225 line is found, @command{cksum} exits with nonzero status.  Otherwise,
4226 it exits successfully.
4227 The @command{cksum} command does not support @option{--check}
4228 with the older @samp{sysv}, @samp{bsd}, or @samp{crc} algorithms.
4230 @item --ignore-missing
4231 @opindex --ignore-missing
4232 @cindex verifying checksums
4233 This option is useful only when verifying checksums.
4234 When verifying checksums, don't fail or report any status
4235 for missing files.  This is useful when verifying a subset
4236 of downloaded files given a larger list of checksums.
4238 @item --quiet
4239 @opindex --quiet
4240 @cindex verifying checksums
4241 This option is useful only when verifying checksums.
4242 When verifying checksums, don't generate an 'OK' message per successfully
4243 checked file.  Files that fail the verification are reported in the
4244 default one-line-per-file format.  If there is any checksum mismatch,
4245 print a warning summarizing the failures to standard error.
4247 @item --status
4248 @opindex --status
4249 @cindex verifying checksums
4250 This option is useful only when verifying checksums.
4251 When verifying checksums, don't generate the default one-line-per-file
4252 diagnostic and don't output the warning summarizing any failures.
4253 Failures to open or read a file still evoke individual diagnostics to
4254 standard error.
4255 If all listed files are readable and are consistent with the associated
4256 checksums, exit successfully.  Otherwise exit with a status code
4257 indicating there was a failure.
4259 @item --tag
4260 @opindex --tag
4261 @cindex BSD output
4262 Output BSD style checksums, which indicate the checksum algorithm used.
4263 As a GNU extension, if @option{--zero} is not used, file names with problematic
4264 characters are escaped as described above, using the same escaping indicator of
4265 @samp{\} at the start of the line, as used with the other output format.
4266 The @option{--tag} option implies binary mode, and is disallowed with
4267 @option{--text} mode as supporting that would unnecessarily complicate
4268 the output format, while providing little benefit.
4269 @xref{cksum output modes} for details of this format.
4270 The @command{cksum} command, uses @option{--tag} as its default output format.
4272 @item -t
4273 @itemx --text
4274 @opindex -t
4275 @opindex --text
4276 @cindex text input files
4277 This option is not supported by the @command{cksum} command.
4278 Treat each input file as text, by reading it in text mode and
4279 outputting a @samp{ } flag.  This is the inverse of @option{--binary}.
4280 This option is the default on systems like GNU that do not
4281 distinguish between binary and text files.  On other systems, it is
4282 the default for reading standard input when standard input is a
4283 terminal.  This mode is never defaulted to if @option{--tag} is used.
4285 @item -w
4286 @itemx --warn
4287 @opindex -w
4288 @opindex --warn
4289 @cindex verifying checksums
4290 When verifying checksums, warn about improperly formatted checksum lines.
4291 This option is useful only if all but a few lines in the checked input
4292 are valid.
4294 @item --strict
4295 @opindex --strict
4296 @cindex verifying checksums
4297 When verifying checksums,
4298 if one or more input line is invalid,
4299 exit nonzero after all warnings have been issued.
4301 @optZero
4302 Also file name escaping is not used.
4303 @end table
4305 @node md5sum invocation
4306 @section @command{md5sum}: Print or check MD5 digests
4308 @pindex md5sum
4309 @cindex MD5
4310 @cindex 128-bit checksum
4311 @cindex checksum, 128-bit
4312 @cindex fingerprint, 128-bit
4313 @cindex message-digest, 128-bit
4315 @command{md5sum} computes a 128-bit checksum (or @dfn{fingerprint} or
4316 @dfn{message-digest}) for each specified @var{file}.
4318 @macro weakHash{hash}
4319 The \hash\ digest is more reliable than a simple CRC (provided by
4320 the @command{cksum} command) for detecting accidental file corruption,
4321 as the chances of accidentally having two files with identical \hash\
4322 are vanishingly small.  However, it should not be considered secure
4323 against malicious tampering: although finding a file with a given \hash\
4324 fingerprint is considered infeasible at the moment, it is known how
4325 to modify certain files, including digital certificates, so that they
4326 appear valid when signed with an \hash\ digest.  For more secure hashes,
4327 consider using SHA-2 or @command{b2sum}.
4328 @xref{sha2 utilities}. @xref{b2sum invocation}.
4329 @end macro
4330 @weakHash{MD5}
4332 @macro checksumUsage{command}
4333 If a @var{file} is specified as @samp{-} or if no files are given
4334 @command{\command\} computes the checksum for the standard input.
4335 @command{\command\} can also determine whether a file and checksum are
4336 consistent.  Synopsis:
4338 @example
4339 \command\ [@var{option}]@dots{} [@var{file}]@dots{}
4340 @end example
4342 @command{\command\} uses the @samp{Untagged output format}
4343 for each specified file, as described at @ref{cksum output modes}.
4345 The program accepts @ref{cksum common options}.  Also see @ref{Common options}.
4346 @end macro
4347 @checksumUsage{md5sum}
4349 @exitstatus
4352 @node b2sum invocation
4353 @section @command{b2sum}: Print or check BLAKE2 digests
4355 @pindex b2sum
4356 @cindex BLAKE2
4357 @cindex 512-bit checksum
4358 @cindex checksum, 512-bit
4359 @cindex fingerprint, 512-bit
4360 @cindex message-digest, 512-bit
4362 @command{b2sum} computes a 512-bit checksum for each specified
4363 @var{file}.
4365 @checksumUsage{b2sum}
4367 In addition @command{b2sum} supports the following options.
4369 @table @samp
4370 @cksumLengthOption
4371 @end table
4374 @node sha1sum invocation
4375 @section @command{sha1sum}: Print or check SHA-1 digests
4377 @pindex sha1sum
4378 @cindex SHA-1
4379 @cindex 160-bit checksum
4380 @cindex checksum, 160-bit
4381 @cindex fingerprint, 160-bit
4382 @cindex message-digest, 160-bit
4384 @command{sha1sum} computes a 160-bit checksum for each specified @var{file}.
4386 @weakHash{SHA-1}
4388 @checksumUsage{sha1sum}
4390 @node sha2 utilities
4391 @section sha2 utilities: Print or check SHA-2 digests
4393 @pindex sha224sum
4394 @pindex sha256sum
4395 @pindex sha384sum
4396 @pindex sha512sum
4397 @cindex SHA-2
4398 @cindex 224-bit checksum
4399 @cindex 256-bit checksum
4400 @cindex 384-bit checksum
4401 @cindex 512-bit checksum
4402 @cindex checksum, 224-bit
4403 @cindex checksum, 256-bit
4404 @cindex checksum, 384-bit
4405 @cindex checksum, 512-bit
4406 @cindex fingerprint, 224-bit
4407 @cindex fingerprint, 256-bit
4408 @cindex fingerprint, 384-bit
4409 @cindex fingerprint, 512-bit
4410 @cindex message-digest, 224-bit
4411 @cindex message-digest, 256-bit
4412 @cindex message-digest, 384-bit
4413 @cindex message-digest, 512-bit
4415 The commands @command{sha224sum}, @command{sha256sum},
4416 @command{sha384sum} and @command{sha512sum} compute checksums of
4417 various lengths (respectively 224, 256, 384 and 512 bits),
4418 collectively known as the SHA-2 hashes.
4420 @checksumUsage{sha???sum}
4423 @node Operating on sorted files
4424 @chapter Operating on sorted files
4426 @cindex operating on sorted files
4427 @cindex sorted files, operations on
4429 These commands work with (or produce) sorted files.
4431 @menu
4432 * sort invocation::             Sort text files.
4433 * shuf invocation::             Shuffle text files.
4434 * uniq invocation::             Uniquify files.
4435 * comm invocation::             Compare two sorted files line by line.
4436 * ptx invocation::              Produce a permuted index of file contents.
4437 * tsort invocation::            Topological sort.
4438 @end menu
4441 @node sort invocation
4442 @section @command{sort}: Sort text files
4444 @pindex sort
4445 @cindex sorting files
4447 @command{sort} sorts, merges, or compares all the lines from the given
4448 files, or standard input if none are given or for a @var{file} of
4449 @samp{-}.  By default, @command{sort} writes the results to standard
4450 output.  Synopsis:
4452 @example
4453 sort [@var{option}]@dots{} [@var{file}]@dots{}
4454 @end example
4456 @cindex sort stability
4457 @cindex sort's last-resort comparison
4458 Many options affect how @command{sort} compares lines; if the results
4459 are unexpected, try the @option{--debug} option to see what happened.
4460 A pair of lines is compared as follows:
4461 @command{sort} compares each pair of fields (see @option{--key}), in the
4462 order specified on the command line, according to the associated
4463 ordering options, until a difference is found or no fields are left.
4464 If no key fields are specified, @command{sort} uses a default key of
4465 the entire line.  Finally, as a last resort when all keys compare
4466 equal, @command{sort} compares entire lines as if no ordering options
4467 other than @option{--reverse} (@option{-r}) were specified.  The
4468 @option{--stable} (@option{-s}) option disables this @dfn{last-resort
4469 comparison} so that lines in which all fields compare equal are left
4470 in their original relative order.  The @option{--unique}
4471 (@option{-u}) option also disables the last-resort comparison.
4472 @vindex LC_ALL
4473 @vindex LC_COLLATE
4475 Unless otherwise specified, all comparisons use the character collating
4476 sequence specified by the @env{LC_COLLATE} locale.@footnote{If you
4477 use a non-POSIX locale (e.g., by setting @env{LC_ALL}
4478 to @samp{en_US}), then @command{sort} may produce output that is sorted
4479 differently than you're accustomed to.  In that case, set the @env{LC_ALL}
4480 environment variable to @samp{C}@.  Setting only @env{LC_COLLATE}
4481 has two problems.  First, it is ineffective if @env{LC_ALL} is also set.
4482 Second, it has undefined behavior if @env{LC_CTYPE} (or @env{LANG}, if
4483 @env{LC_CTYPE} is unset) is set to an incompatible value.  For example,
4484 you get undefined behavior if @env{LC_CTYPE} is @code{ja_JP.PCK} but
4485 @env{LC_COLLATE} is @code{en_US.UTF-8}.}
4486 A line's trailing newline is not part of the line for comparison
4487 purposes.  If the final byte of an input file is not a newline, GNU
4488 @command{sort} silently supplies one.  GNU @command{sort} (as
4489 specified for all GNU utilities) has no limit on input line length or
4490 restrictions on bytes allowed within lines.
4492 @command{sort} has three modes of operation: sort (the default), merge,
4493 and check for order.  The following options change the operation
4494 mode:
4496 @table @samp
4498 @item -c
4499 @itemx --check
4500 @itemx --check=diagnose-first
4501 @opindex -c
4502 @opindex --check
4503 @cindex checking whether a file is sorted
4504 Check whether the given file is already sorted: if it is not all
4505 sorted, print a diagnostic containing the first out-of-order line and
4506 exit with a status of 1.
4507 Otherwise, exit successfully.
4508 At most one input file can be given.
4510 @item -C
4511 @itemx --check=quiet
4512 @itemx --check=silent
4513 @opindex -c
4514 @opindex --check
4515 @cindex checking whether a file is sorted
4516 Exit successfully if the given file is already sorted, and
4517 exit with status 1 otherwise.
4518 At most one input file can be given.
4519 This is like @option{-c}, except it does not print a diagnostic.
4521 @item -m
4522 @itemx --merge
4523 @opindex -m
4524 @opindex --merge
4525 @cindex merging sorted files
4526 Merge the given files by sorting them as a group.  Each input file must
4527 always be individually sorted.  It always works to sort instead of
4528 merge; merging is provided because it is faster, in the case where it
4529 works.
4531 @end table
4533 @cindex exit status of @command{sort}
4534 Exit status:
4536 @display
4537 0 if no error occurred
4538 1 if invoked with @option{-c} or @option{-C} and the input is not sorted
4539 2 if an error occurred
4540 @end display
4542 @vindex TMPDIR
4543 If the environment variable @env{TMPDIR} is set, @command{sort} uses its
4544 value as the directory for temporary files instead of @file{/tmp}.  The
4545 @option{--temporary-directory} (@option{-T}) option in turn overrides
4546 the environment variable.
4548 The following options affect the ordering of output lines.  They may be
4549 specified globally or as part of a specific key field.  If no key
4550 fields are specified, global options apply to comparison of entire
4551 lines; otherwise the global options are inherited by key fields that do
4552 not specify any special options of their own.  In pre-POSIX
4553 versions of @command{sort}, global options affect only later key fields,
4554 so portable shell scripts should specify global options first.
4556 @table @samp
4558 @item -b
4559 @itemx --ignore-leading-blanks
4560 @opindex -b
4561 @opindex --ignore-leading-blanks
4562 @cindex blanks, ignoring leading
4563 @vindex LC_CTYPE
4564 Ignore leading blanks when finding sort keys in each line.
4565 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4566 can change this.  Blanks may be ignored by your locale's collating
4567 rules, but without this option they will be significant for character
4568 positions specified in keys with the @option{-k} option.
4570 @item -d
4571 @itemx --dictionary-order
4572 @opindex -d
4573 @opindex --dictionary-order
4574 @cindex dictionary order
4575 @cindex phone directory order
4576 @cindex telephone directory order
4577 @vindex LC_CTYPE
4578 Sort in @dfn{phone directory} order: ignore all characters except
4579 letters, digits and blanks when sorting.
4580 By default letters and digits are those of ASCII and a blank
4581 is a space or a tab, but the @env{LC_CTYPE} locale can change this.
4583 @item -f
4584 @itemx --ignore-case
4585 @opindex -f
4586 @opindex --ignore-case
4587 @cindex ignoring case
4588 @cindex case folding
4589 @vindex LC_CTYPE
4590 Fold lowercase characters into the equivalent uppercase characters when
4591 comparing so that, for example, @samp{b} and @samp{B} sort as equal.
4592 The @env{LC_CTYPE} locale determines character types.
4593 When used with @option{--unique} those lower case equivalent lines are
4594 thrown away.  (There is currently no way to throw away the upper case
4595 equivalent instead.  (Any @option{--reverse} given would only affect
4596 the final result, after the throwing away.))
4598 @item -g
4599 @itemx --general-numeric-sort
4600 @itemx --sort=general-numeric
4601 @opindex -g
4602 @opindex --general-numeric-sort
4603 @opindex --sort
4604 @cindex general numeric sort
4605 @vindex LC_NUMERIC
4606 Sort numerically, converting a prefix of each line to a long
4607 double-precision floating point number.  @xref{Floating point}.
4608 Do not report overflow, underflow, or conversion errors.
4609 Use the following collating sequence:
4611 @itemize @bullet
4612 @item
4613 Lines that do not start with numbers (all considered to be equal).
4614 @item
4615 NaNs (``Not a Number'' values, in IEEE floating point arithmetic)
4616 in a consistent but machine-dependent order.
4617 @item
4618 Minus infinity.
4619 @item
4620 Finite numbers in ascending numeric order (with @math{-0} and @math{+0} equal).
4621 @item
4622 Plus infinity.
4623 @end itemize
4625 Use this option only if there is no alternative; it is much slower than
4626 @option{--numeric-sort} (@option{-n}) and it can lose information when
4627 converting to floating point.
4629 You can use this option to sort hexadecimal numbers prefixed with
4630 @samp{0x} or @samp{0X}, where those numbers are not fixed width,
4631 or of varying case.  However for hex numbers of consistent case,
4632 and left padded with @samp{0} to a consistent width, a standard
4633 lexicographic sort will be faster.
4635 @item -h
4636 @itemx --human-numeric-sort
4637 @itemx --sort=human-numeric
4638 @opindex -h
4639 @opindex --human-numeric-sort
4640 @opindex --sort
4641 @cindex human numeric sort
4642 @vindex LC_NUMERIC
4643 Sort numerically, first by numeric sign (negative, zero, or positive);
4644 then by SI suffix (either empty, or @samp{k} or @samp{K}, or
4645 one of @samp{MGTPEZYRQ}, in that order; @pxref{Block size}); and finally
4646 by numeric value.  For example, @samp{1023M} sorts before @samp{1G}
4647 because @samp{M} (mega) precedes @samp{G} (giga) as an SI
4648 suffix.  This option sorts values that are consistently scaled to the
4649 nearest suffix, regardless of whether suffixes denote powers of 1000
4650 or 1024, and it therefore sorts the output of any single invocation of
4651 the @command{df}, @command{du}, or @command{ls} commands that are
4652 invoked with their @option{--human-readable} or @option{--si} options.
4653 The syntax for numbers is the same as for the @option{--numeric-sort}
4654 option; the SI suffix must immediately follow the number.
4655 To sort more accurately, you can use the @command{numfmt} command
4656 to reformat numbers to human format @emph{after} the sort.
4658 @item -i
4659 @itemx --ignore-nonprinting
4660 @opindex -i
4661 @opindex --ignore-nonprinting
4662 @cindex nonprinting characters, ignoring
4663 @cindex unprintable characters, ignoring
4664 @vindex LC_CTYPE
4665 Ignore nonprinting characters.
4666 The @env{LC_CTYPE} locale determines character types.
4667 This option has no effect if the stronger @option{--dictionary-order}
4668 (@option{-d}) option is also given.
4670 @item -M
4671 @itemx --month-sort
4672 @itemx --sort=month
4673 @opindex -M
4674 @opindex --month-sort
4675 @opindex --sort
4676 @cindex months, sorting by
4677 @vindex LC_TIME
4678 An initial string, consisting of any amount of blanks, followed
4679 by a month name abbreviation, is folded to UPPER case and
4680 compared in the order @samp{JAN} < @samp{FEB} < @dots{} < @samp{DEC}@.
4681 Invalid names compare low to valid names.  The @env{LC_TIME} locale
4682 category determines the month spellings.
4683 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4684 can change this.
4686 @item -n
4687 @itemx --numeric-sort
4688 @itemx --sort=numeric
4689 @opindex -n
4690 @opindex --numeric-sort
4691 @opindex --sort
4692 @cindex numeric sort
4693 @vindex LC_CTYPE
4694 @vindex LC_NUMERIC
4695 Sort numerically.  The number begins each line and consists
4696 of optional blanks, an optional @samp{-} sign, and zero or more
4697 digits possibly separated by thousands separators, optionally followed
4698 by a decimal-point character and zero or more digits.  An empty
4699 number is treated as @samp{0}.  Signs on zeros and leading zeros do
4700 not affect ordering.
4702 Comparison is exact; there is no rounding error.
4704 The @env{LC_CTYPE} locale specifies which characters are blanks and
4705 the @env{LC_NUMERIC} locale specifies the thousands separator and
4706 decimal-point character.  In the C locale, spaces and tabs are blanks,
4707 there is no thousands separator, and @samp{.} is the decimal point.
4709 Neither a leading @samp{+} nor exponential notation is recognized.
4710 To compare such strings numerically, use the
4711 @option{--general-numeric-sort} (@option{-g}) option.
4713 @item -V
4714 @itemx --version-sort
4715 @opindex -V
4716 @opindex --version-sort
4717 @cindex version number sort
4718 Sort by version name and number.  It behaves like a standard sort,
4719 except that each sequence of decimal digits is treated numerically
4720 as an index/version number.  (@xref{Version sort ordering}.)
4722 @item -r
4723 @itemx --reverse
4724 @opindex -r
4725 @opindex --reverse
4726 @cindex reverse sorting
4727 Reverse the result of comparison, so that lines with greater key values
4728 appear earlier in the output instead of later.
4730 @item -R
4731 @itemx --random-sort
4732 @itemx --sort=random
4733 @opindex -R
4734 @opindex --random-sort
4735 @opindex --sort
4736 @cindex random sort
4737 Sort by hashing the input keys and then sorting the hash values.
4738 Choose the hash function at random, ensuring that it is free of
4739 collisions so that differing keys have differing hash values.  This is
4740 like a random permutation of the inputs (@pxref{shuf invocation}),
4741 except that keys with the same value sort together.
4743 If multiple random sort fields are specified, the same random hash
4744 function is used for all fields.  To use different random hash
4745 functions for different fields, you can invoke @command{sort} more
4746 than once.
4748 The choice of hash function is affected by the
4749 @option{--random-source} option.
4751 @end table
4753 Other options are:
4755 @table @samp
4757 @item --compress-program=@var{prog}
4758 Compress any temporary files with the program @var{prog}.
4760 With no arguments, @var{prog} must compress standard input to standard
4761 output, and when given the @option{-d} option it must decompress
4762 standard input to standard output.
4764 Terminate with an error if @var{prog} exits with nonzero status.
4766 White space and the backslash character should not appear in
4767 @var{prog}; they are reserved for future use.
4769 @filesZeroFromOption{sort,,sorted output}
4771 @item -k @var{pos1}[,@var{pos2}]
4772 @itemx --key=@var{pos1}[,@var{pos2}]
4773 @opindex -k
4774 @opindex --key
4775 @cindex sort field
4776 Specify a sort field that consists of the part of the line between
4777 @var{pos1} and @var{pos2} (or the end of the line, if @var{pos2} is
4778 omitted), @emph{inclusive}.
4780 In its simplest form @var{pos} specifies a field number (starting with 1),
4781 with fields being separated by runs of blank characters, and by default
4782 those blanks being included in the comparison at the start of each field.
4783 To adjust the handling of blank characters see the @option{-b} and
4784 @option{-t} options.
4786 More generally,
4787 each @var{pos} has the form @samp{@var{f}[.@var{c}][@var{opts}]},
4788 where @var{f} is the number of the field to use, and @var{c} is the number
4789 of the first character from the beginning of the field.  Fields and character
4790 positions are numbered starting with 1; a character position of zero in
4791 @var{pos2} indicates the field's last character.  If @samp{.@var{c}} is
4792 omitted from @var{pos1}, it defaults to 1 (the beginning of the field);
4793 if omitted from @var{pos2}, it defaults to 0 (the end of the field).
4794 @var{opts} are ordering options, allowing individual keys to be sorted
4795 according to different rules; see below for details.  Keys can span
4796 multiple fields.
4798 Example:  To sort on the second field, use @option{--key=2,2}
4799 (@option{-k 2,2}).  See below for more notes on keys and more examples.
4800 See also the @option{--debug} option to help determine the part
4801 of the line being used in the sort.
4803 @item --debug
4804 Highlight the portion of each line used for sorting.
4805 Also issue warnings about questionable usage to standard error.
4807 @item --batch-size=@var{nmerge}
4808 @opindex --batch-size
4809 @cindex number of inputs to merge, nmerge
4810 Merge at most @var{nmerge} inputs at once.
4812 When @command{sort} has to merge more than @var{nmerge} inputs,
4813 it merges them in groups of @var{nmerge}, saving the result in
4814 a temporary file, which is then used as an input in a subsequent merge.
4816 A large value of @var{nmerge} may improve merge performance and decrease
4817 temporary storage utilization at the expense of increased memory usage
4818 and I/O@.  Conversely a small value of @var{nmerge} may reduce memory
4819 requirements and I/O at the expense of temporary storage consumption and
4820 merge performance.
4822 The value of @var{nmerge} must be at least 2.  The default value is
4823 currently 16, but this is implementation-dependent and may change in
4824 the future.
4826 The value of @var{nmerge} may be bounded by a resource limit for open
4827 file descriptors.  The commands @samp{ulimit -n} or @samp{getconf
4828 OPEN_MAX} may display limits for your systems; these limits may be
4829 modified further if your program already has some files open, or if
4830 the operating system has other limits on the number of open files.  If
4831 the value of @var{nmerge} exceeds the resource limit, @command{sort}
4832 silently uses a smaller value.
4834 @item -o @var{output-file}
4835 @itemx --output=@var{output-file}
4836 @opindex -o
4837 @opindex --output
4838 @cindex overwriting of input, allowed
4839 Write output to @var{output-file} instead of standard output.
4840 Normally, @command{sort} reads all input before opening
4841 @var{output-file}, so you can sort a file in place by using
4842 commands like @code{sort -o F F} and @code{cat F | sort -o F}@.
4843 However, it is often safer to output to an otherwise-unused file, as
4844 data may be lost if the system crashes or @command{sort} encounters
4845 an I/O or other serious error while a file is being sorted in place.
4846 Also, @command{sort} with @option{--merge} (@option{-m}) can open
4847 the output file before reading all input, so a command like @code{cat
4848 F | sort -m -o F - G} is not safe as @command{sort} might start
4849 writing @file{F} before @command{cat} is done reading it.
4851 @vindex POSIXLY_CORRECT
4852 On newer systems, @option{-o} cannot appear after an input file if
4853 @env{POSIXLY_CORRECT} is set, e.g., @samp{sort F -o F}@.  Portable
4854 scripts should specify @option{-o @var{output-file}} before any input
4855 files.
4857 @item --random-source=@var{file}
4858 @opindex --random-source
4859 @cindex random source for sorting
4860 Use @var{file} as a source of random data used to determine which
4861 random hash function to use with the @option{-R} option.  @xref{Random
4862 sources}.
4864 @item -s
4865 @itemx --stable
4866 @opindex -s
4867 @opindex --stable
4868 @cindex sort stability
4869 @cindex sort's last-resort comparison
4871 Make @command{sort} stable by disabling its last-resort comparison.
4872 This option has no effect if no fields or global ordering options
4873 other than @option{--reverse} (@option{-r}) are specified.
4875 @item -S @var{size}
4876 @itemx --buffer-size=@var{size}
4877 @opindex -S
4878 @opindex --buffer-size
4879 @cindex size for main memory sorting
4880 Use a main-memory sort buffer of the given @var{size}.  By default,
4881 @var{size} is in units of 1024 bytes.  Appending @samp{%} causes
4882 @var{size} to be interpreted as a percentage of physical memory.
4883 Appending @samp{K} multiplies @var{size} by 1024 (the default),
4884 @samp{M} by 1,048,576, @samp{G} by 1,073,741,824, and so on for
4885 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y}, @samp{R}, and @samp{Q}@.
4886 Appending
4887 @samp{b} causes @var{size} to be interpreted as a byte count, with no
4888 multiplication.
4890 This option can improve the performance of @command{sort} by causing it
4891 to start with a larger or smaller sort buffer than the default.
4892 However, this option affects only the initial buffer size.  The buffer
4893 grows beyond @var{size} if @command{sort} encounters input lines larger
4894 than @var{size}.
4896 @item -t @var{separator}
4897 @itemx --field-separator=@var{separator}
4898 @opindex -t
4899 @opindex --field-separator
4900 @cindex field separator character
4901 Use character @var{separator} as the field separator when finding the
4902 sort keys in each line.  By default, fields are separated by the empty
4903 string between a non-blank character and a blank character.
4904 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4905 can change this.
4907 That is, given the input line @w{@samp{ foo bar}}, @command{sort} breaks it
4908 into fields @w{@samp{ foo}} and @w{@samp{ bar}}.  The field separator is
4909 not considered to be part of either the field preceding or the field
4910 following, so with @samp{sort @w{-t " "}} the same input line has
4911 three fields: an empty field, @samp{foo}, and @samp{bar}.
4912 However, fields that extend to the end of the line,
4913 as @option{-k 2}, or fields consisting of a range, as @option{-k 2,3},
4914 retain the field separators present between the endpoints of the range.
4916 To specify ASCII NUL as the field separator,
4917 use the two-character string @samp{\0}, e.g., @samp{sort -t '\0'}.
4919 @item -T @var{tempdir}
4920 @itemx --temporary-directory=@var{tempdir}
4921 @opindex -T
4922 @opindex --temporary-directory
4923 @cindex temporary directory
4924 @vindex TMPDIR
4925 Use directory @var{tempdir} to store temporary files, overriding the
4926 @env{TMPDIR} environment variable.  If this option is given more than
4927 once, temporary files are stored in all the directories given.  If you
4928 have a large sort or merge that is I/O-bound, you can often improve
4929 performance by using this option to specify directories on different
4930 file systems.
4932 @item --parallel=@var{n}
4933 @opindex --parallel
4934 @cindex multithreaded sort
4935 Set the number of sorts run in parallel to @var{n}. By default,
4936 @var{n} is set to the number of available processors, but limited
4937 to 8, as performance gains diminish after that.
4938 Using @var{n} threads increases the memory usage by
4939 a factor of log @var{n}.  Also see @ref{nproc invocation}.
4941 @item -u
4942 @itemx --unique
4943 @opindex -u
4944 @opindex --unique
4945 @cindex uniquifying output
4947 Normally, output only the first of a sequence of lines that compare
4948 equal.  For the @option{--check} (@option{-c} or @option{-C}) option,
4949 check that no pair of consecutive lines compares equal.
4951 This option also disables the default last-resort comparison.
4953 The commands @code{sort -u} and @code{sort | uniq} are equivalent, but
4954 this equivalence does not extend to arbitrary @command{sort} options.
4955 For example, @code{sort -n -u} inspects only the value of the initial
4956 numeric string when checking for uniqueness, whereas @code{sort -n |
4957 uniq} inspects the entire line.  @xref{uniq invocation}.
4959 @optZeroTerminated
4960 @macro newlineFieldSeparator
4961 With @option{-z} the newline character is treated as a field separator.
4962 @end macro
4964 @end table
4966 Historical (BSD and System V) implementations of @command{sort} have
4967 differed in their interpretation of some options, particularly
4968 @option{-b}, @option{-f}, and @option{-n}.
4969 GNU sort follows the POSIX
4970 behavior, which is usually (but not always!) like the System V behavior.
4971 According to POSIX, @option{-n} no longer implies @option{-b}.  For
4972 consistency, @option{-M} has been changed in the same way.  This may
4973 affect the meaning of character positions in field specifications in
4974 obscure cases.  The only fix is to add an explicit @option{-b}.
4976 A position in a sort field specified with @option{-k} may have any
4977 of the option letters @samp{MbdfghinRrV} appended to it, in which case no
4978 global ordering options are inherited by that particular field.  The
4979 @option{-b} option may be independently attached to either or both of
4980 the start and end positions of a field specification, and if it is
4981 inherited from the global options it will be attached to both.
4982 If input lines can contain leading or adjacent blanks and @option{-t}
4983 is not used, then @option{-k} is typically combined with @option{-b} or
4984 an option that implicitly ignores leading blanks (@samp{Mghn}) as otherwise
4985 the varying numbers of leading blanks in fields can cause confusing results.
4987 If the start position in a sort field specifier falls after the end of
4988 the line or after the end field, the field is empty.  If the @option{-b}
4989 option was specified, the @samp{.@var{c}} part of a field specification
4990 is counted from the first nonblank character of the field.
4992 @vindex _POSIX2_VERSION
4993 @vindex POSIXLY_CORRECT
4994 On systems not conforming to POSIX 1003.1-2001,
4995 @command{sort} supports a traditional origin-zero
4996 syntax @samp{+@var{pos1} [-@var{pos2}]} for specifying sort keys.
4997 The traditional command @samp{sort +@var{a}.@var{x} -@var{b}.@var{y}}
4998 is equivalent to @samp{sort -k @var{a+1}.@var{x+1},@var{b}} if @var{y}
4999 is @samp{0} or absent, otherwise it is equivalent to @samp{sort -k
5000 @var{a+1}.@var{x+1},@var{b+1}.@var{y}}.
5002 This traditional behavior can be controlled with the
5003 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
5004 conformance}); it can also be enabled when @env{POSIXLY_CORRECT} is
5005 not set by using the traditional syntax with @samp{-@var{pos2}} present.
5007 Scripts intended for use on standard hosts should avoid traditional
5008 syntax and should use @option{-k} instead.  For example, avoid
5009 @samp{sort +2}, since it might be interpreted as either @samp{sort
5010 ./+2} or @samp{sort -k 3}.  If your script must also run on hosts that
5011 support only the traditional syntax, it can use a test like @samp{if sort
5012 -k 1 </dev/null >/dev/null 2>&1; then @dots{}} to decide which syntax
5013 to use.
5015 Here are some examples to illustrate various combinations of options.
5017 @itemize @bullet
5019 @item
5020 Sort in descending (reverse) numeric order.
5022 @example
5023 sort -n -r
5024 @end example
5026 @item
5027 Run no more than 4 sorts concurrently, using a buffer size of 10M.
5029 @example
5030 sort --parallel=4 -S 10M
5031 @end example
5033 @item
5034 Sort alphabetically, omitting the first and second fields
5035 and the blanks at the start of the third field.
5036 This uses a single key composed of the characters beginning
5037 at the start of the first nonblank character in field three
5038 and extending to the end of each line.
5040 @example
5041 sort -k 3b
5042 @end example
5044 @item
5045 Sort numerically on the second field and resolve ties by sorting
5046 alphabetically on the third and fourth characters of field five.
5047 Use @samp{:} as the field delimiter.
5049 @example
5050 sort -t : -k 2,2n -k 5.3,5.4
5051 @end example
5053 If you had written @option{-k 2n} instead of @option{-k 2,2n}
5054 @command{sort} would have used all characters beginning in the second field
5055 and extending to the end of the line as the primary @emph{numeric}
5056 key.  For the large majority of applications, treating keys spanning
5057 more than one field as numeric will not do what you expect.
5059 Also, the @samp{n} modifier was applied to the field-end
5060 specifier for the first key.  It would have been equivalent to
5061 specify @option{-k 2n,2} or @option{-k 2n,2n}.  All modifiers except
5062 @samp{b} apply to the associated @emph{field}, regardless of whether
5063 the modifier character is attached to the field-start and/or the
5064 field-end part of the key specifier.
5066 @item
5067 Sort the password file on the fifth field and ignore any
5068 leading blanks.  Sort lines with equal values in field five
5069 on the numeric user ID in field three.  Fields are separated
5070 by @samp{:}.
5072 @example
5073 sort -t : -k 5b,5 -k 3,3n /etc/passwd
5074 sort -t : -n -k 5b,5 -k 3,3 /etc/passwd
5075 sort -t : -b -k 5,5 -k 3,3n /etc/passwd
5076 @end example
5078 These three commands have equivalent effect.  The first specifies that
5079 the first key's start position ignores leading blanks and the second
5080 key is sorted numerically.  The other two commands rely on global
5081 options being inherited by sort keys that lack modifiers.  The inheritance
5082 works in this case because @option{-k 5b,5b} and @option{-k 5b,5} are
5083 equivalent, as the location of a field-end lacking a @samp{.@var{c}}
5084 character position is not affected by whether initial blanks are
5085 skipped.
5087 @item
5088 Sort a set of log files, primarily by IPv4 address and secondarily by
5089 timestamp.  If two lines' primary and secondary keys are identical,
5090 output the lines in the same order that they were input.  The log
5091 files contain lines that look like this:
5093 @example
5094 4.150.156.3 - - [01/Apr/2020:06:31:51 +0000] message 1
5095 211.24.3.231 - - [24/Apr/2020:20:17:39 +0000] message 2
5096 @end example
5098 Fields are separated by exactly one space.  Sort IPv4 addresses
5099 lexicographically, e.g., 212.61.52.2 sorts before 212.129.233.201
5100 because 61 is less than 129.
5102 @example
5103 sort -s -t ' ' -k 4.9n -k 4.5M -k 4.2n -k 4.14,4.21 file*.log |
5104 sort -s -t '.' -k 1,1n -k 2,2n -k 3,3n -k 4,4n
5105 @end example
5107 This example cannot be done with a single POSIX @command{sort} invocation,
5108 since IPv4 address components are separated by @samp{.} while dates
5109 come just after a space.  So it is broken down into two invocations of
5110 @command{sort}: the first sorts by timestamp and the second by IPv4
5111 address.  The timestamp is sorted by year, then month, then day, and
5112 finally by hour-minute-second field, using @option{-k} to isolate each
5113 field.  Except for hour-minute-second there's no need to specify the
5114 end of each key field, since the @samp{n} and @samp{M} modifiers sort
5115 based on leading prefixes that cannot cross field boundaries.  The
5116 IPv4 addresses are sorted lexicographically.  The second sort uses
5117 @samp{-s} so that ties in the primary key are broken by the secondary
5118 key; the first sort uses @samp{-s} so that the combination of the two
5119 sorts is stable.  As a GNU extension, the above example could
5120 be achieved in a single @command{sort} invocation by sorting the
5121 IPv4 address field using a @samp{V} version type, like @samp{-k1,1V}.
5123 @item
5124 Generate a tags file in case-insensitive sorted order.
5126 @example
5127 find src -type f -print0 | sort -z -f | xargs -0 etags --append
5128 @end example
5130 The use of @option{-print0}, @option{-z}, and @option{-0} in this case means
5131 that file names that contain blanks or other special characters are
5132 not broken up
5133 by the sort operation.
5135 @c This example is a bit contrived and needs more explanation.
5136 @c @item
5137 @c Sort records separated by an arbitrary string by using a pipe to convert
5138 @c each record delimiter string to @samp{\0},
5139 @c then using sort's @option{-z} option,
5140 @c and converting each @samp{\0} back to the original record delimiter.
5142 @c @example
5143 @c printf 'c\n\nb\n\na\n' |
5144 @c perl -0pe 's/\n\n/\n\0/g' |
5145 @c sort -z |
5146 @c perl -0pe 's/\0/\n/g'
5147 @c @end example
5149 @item
5150 Use the common DSU, Decorate Sort Undecorate idiom to
5151 sort lines according to their length.
5153 @example
5154 getent passwd |@/
5155 awk '@{print length, $0@}' | sort -n | cut -f2- -d' '
5156 @end example
5158 In general this technique can be used to sort data that the @command{sort}
5159 command does not support, or is inefficient at, sorting directly.
5161 @item
5162 Use the same DSU idiom as above to sort lines by their last field,
5163 and in this specific example the presented lines are users' full names.
5165 @example
5166 getent passwd | grep -v nologin | cut -d: -f5 | grep ' ' |@/
5167 awk '@{print $NF, $0@}' | sort -k1,1 | cut -f2- -d' '
5168 @end example
5170 @item
5171 Shuffle a list of directories, but preserve the order of files within
5172 each directory.  For instance, one could use this to generate a music
5173 playlist in which albums are shuffled but the songs of each album are
5174 played in order.
5176 @example
5177 ls */* | sort -t / -k 1,1R -k 2,2
5178 @end example
5180 @end itemize
5183 @node shuf invocation
5184 @section @command{shuf}: Shuffling text
5186 @pindex shuf
5187 @cindex shuffling files
5189 @command{shuf} shuffles its input by outputting a random permutation
5190 of its input lines.  Each output permutation is equally likely.
5191 Synopses:
5193 @example
5194 shuf [@var{option}]@dots{} [@var{file}]
5195 shuf -e [@var{option}]@dots{} [@var{arg}]@dots{}
5196 shuf -i @var{lo}-@var{hi} [@var{option}]@dots{}
5197 @end example
5199 @command{shuf} has three modes of operation that affect where it
5200 obtains its input lines.  By default, it reads lines from standard
5201 input.  The following options change the operation mode:
5203 @table @samp
5205 @item -e
5206 @itemx --echo
5207 @opindex -c
5208 @opindex --echo
5209 @cindex command-line operands to shuffle
5210 Treat each command-line operand as an input line.
5212 @item -i @var{lo}-@var{hi}
5213 @itemx --input-range=@var{lo}-@var{hi}
5214 @opindex -i
5215 @opindex --input-range
5216 @cindex input range to shuffle
5217 Act as if input came from a file containing the range of unsigned
5218 decimal integers @var{lo}@dots{}@var{hi}, one per line.
5220 @end table
5222 @command{shuf}'s other options can affect its behavior in all
5223 operation modes:
5225 @table @samp
5227 @item -n @var{count}
5228 @itemx --head-count=@var{count}
5229 @opindex -n
5230 @opindex --head-count
5231 @cindex head of output
5232 Output at most @var{count} lines.  By default, all input lines are
5233 output.
5235 @item -o @var{output-file}
5236 @itemx --output=@var{output-file}
5237 @opindex -o
5238 @opindex --output
5239 @cindex overwriting of input, allowed
5240 Write output to @var{output-file} instead of standard output.
5241 @command{shuf} reads all input before opening
5242 @var{output-file}, so you can safely shuffle a file in place by using
5243 commands like @code{shuf -o F <F} and @code{cat F | shuf -o F}.
5245 @item --random-source=@var{file}
5246 @opindex --random-source
5247 @cindex random source for shuffling
5248 Use @var{file} as a source of random data used to determine which
5249 permutation to generate.  @xref{Random sources}.
5251 @item -r
5252 @itemx --repeat
5253 @opindex -r
5254 @opindex --repeat
5255 @cindex repeat output values
5256 Repeat output values, that is, select with replacement.  With this
5257 option the output is not a permutation of the input; instead, each
5258 output line is randomly chosen from all the inputs.  This option is
5259 typically combined with @option{--head-count}; if
5260 @option{--head-count} is not given, @command{shuf} repeats
5261 indefinitely.
5263 @optZeroTerminated
5265 @end table
5267 For example:
5269 @example
5270 shuf <<EOF
5271 A man,
5272 a plan,
5273 a canal:
5274 Panama!
5276 @end example
5278 @noindent
5279 might produce the output
5281 @example
5282 Panama!
5283 A man,
5284 a canal:
5285 a plan,
5286 @end example
5288 @noindent
5289 Similarly, the command:
5291 @example
5292 shuf -e clubs hearts diamonds spades
5293 @end example
5295 @noindent
5296 might output:
5298 @example
5299 clubs
5300 diamonds
5301 spades
5302 hearts
5303 @end example
5305 @noindent
5306 and the command @samp{shuf -i 1-4} might output:
5308 @example
5313 @end example
5315 @noindent
5316 The above examples all have four input lines, so @command{shuf} might
5317 produce any of the twenty-four possible permutations of the input.  In
5318 general, if there are @var{n} input lines, there are @var{n}! (i.e.,
5319 @var{n} factorial, or @var{n} * (@var{n} - 1) * @dots{} * 1) possible
5320 output permutations.
5322 @noindent
5323 To output 50 random numbers each in the range 0 through 9, use:
5325 @example
5326 shuf -r -n 50 -i 0-9
5327 @end example
5329 @noindent
5330 To simulate 100 coin flips, use:
5332 @example
5333 shuf -r -n 100 -e Head Tail
5334 @end example
5336 @exitstatus
5339 @node uniq invocation
5340 @section @command{uniq}: Uniquify files
5342 @pindex uniq
5343 @cindex uniquify files
5345 @command{uniq} writes the unique lines in the given @file{input}, or
5346 standard input if nothing is given or for an @var{input} name of
5347 @samp{-}.  Synopsis:
5349 @example
5350 uniq [@var{option}]@dots{} [@var{input} [@var{output}]]
5351 @end example
5353 By default, @command{uniq} prints its input lines, except that
5354 it discards all but the first of adjacent repeated lines, so that
5355 no output lines are repeated.  Optionally, it can instead discard
5356 lines that are not repeated, or all repeated lines.
5358 The input need not be sorted, but repeated input lines are detected
5359 only if they are adjacent.  If you want to discard non-adjacent
5360 duplicate lines, perhaps you want to use @code{sort -u}.
5361 @xref{sort invocation}.
5363 @vindex LC_COLLATE
5364 Comparisons honor the rules specified by the @env{LC_COLLATE}
5365 locale category.
5367 If no @var{output} file is specified, @command{uniq} writes to standard
5368 output.
5370 The program accepts the following options.  Also see @ref{Common options}.
5372 @table @samp
5374 @item -f @var{n}
5375 @itemx --skip-fields=@var{n}
5376 @opindex -f
5377 @opindex --skip-fields
5378 Skip @var{n} fields on each line before checking for uniqueness.  Use
5379 a null string for comparison if a line has fewer than @var{n} fields.
5380 Fields are a sequence of blank characters followed by non-blank characters.
5381 Field numbers are one based, i.e., @option{-f 1} will skip the first
5382 field (which may optionally have leading blanks).
5384 For compatibility @command{uniq} supports a traditional option syntax
5385 @option{-@var{n}}.  New scripts should use @option{-f @var{n}} instead.
5387 @item -s @var{n}
5388 @itemx --skip-chars=@var{n}
5389 @opindex -s
5390 @opindex --skip-chars
5391 Skip @var{n} characters before checking for uniqueness.  Use a null string
5392 for comparison if a line has fewer than @var{n} characters.  If you use both
5393 the field and character skipping options, fields are skipped over first.
5395 @vindex _POSIX2_VERSION
5396 On systems not conforming to POSIX 1003.1-2001,
5397 @command{uniq} supports a traditional option syntax
5398 @option{+@var{n}}.
5399 Although this traditional behavior can be controlled with the
5400 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
5401 conformance}), portable scripts should avoid commands whose
5402 behavior depends on this variable.
5403 For example, use @samp{uniq ./+10} or @samp{uniq -s 10} rather than
5404 the ambiguous @samp{uniq +10}.
5406 @item -c
5407 @itemx --count
5408 @opindex -c
5409 @opindex --count
5410 Print the number of times each line occurred along with the line.
5412 @item -i
5413 @itemx --ignore-case
5414 @opindex -i
5415 @opindex --ignore-case
5416 Ignore differences in case when comparing lines.
5418 @item -d
5419 @itemx --repeated
5420 @opindex -d
5421 @opindex --repeated
5422 @cindex repeated lines, outputting
5423 Discard lines that are not repeated.  When used by itself, this option
5424 causes @command{uniq} to print the first copy of each repeated line,
5425 and nothing else.
5427 @item -D
5428 @itemx --all-repeated[=@var{delimit-method}]
5429 @opindex -D
5430 @opindex --all-repeated
5431 @cindex all repeated lines, outputting
5432 Do not discard the second and subsequent repeated input lines,
5433 but discard lines that are not repeated.
5434 This option is useful mainly in conjunction with other options e.g.,
5435 to ignore case or to compare only selected fields.
5436 The optional @var{delimit-method}, supported with the long form option,
5437 specifies how to delimit groups of repeated lines, and must be one of the
5438 following:
5440 @table @samp
5442 @item none
5443 Do not delimit groups of repeated lines.
5444 This is equivalent to @option{--all-repeated} (@option{-D}).
5446 @item prepend
5447 Output a newline before each group of repeated lines.
5448 @macro nulOutputNote
5449 With @option{--zero-terminated} (@option{-z}), use a zero
5450 byte (ASCII NUL) instead of a newline as the delimiter.
5451 @end macro
5452 @nulOutputNote
5454 @item separate
5455 Separate groups of repeated lines with a single newline.
5456 This is the same as using @samp{prepend}, except that
5457 no delimiter is inserted before the first group, and hence
5458 may be better suited for output direct to users.
5459 @nulOutputNote
5460 @end table
5462 @macro ambiguousGroupNote
5463 Output is ambiguous when groups are delimited and the input stream
5464 contains empty lines.
5465 To avoid that, filter the input through @samp{tr -s '\\n'} to
5466 remove blank lines.
5467 @end macro
5468 @ambiguousGroupNote
5470 This is a GNU extension.
5471 @c FIXME: give an example showing *how* it's useful
5473 @item --group[=@var{delimit-method}]
5474 @opindex --group
5475 @cindex all lines, grouping
5476 Output all lines, and delimit each unique group.
5477 @nulOutputNote
5478 The optional @var{delimit-method} specifies how to delimit
5479 groups, and must be one of the following:
5481 @table @samp
5483 @item separate
5484 Separate unique groups with a single delimiter.
5485 This is the default delimiting method if none is specified,
5486 and better suited for output direct to users.
5488 @item prepend
5489 Output a delimiter before each group of unique items.
5491 @item append
5492 Output a delimiter after each group of unique items.
5494 @item both
5495 Output a delimiter around each group of unique items.
5496 @end table
5498 @ambiguousGroupNote
5500 This is a GNU extension.
5502 @item -u
5503 @itemx --unique
5504 @opindex -u
5505 @opindex --unique
5506 @cindex unique lines, outputting
5507 Discard the last line that would be output for a repeated input group.
5508 When used by itself, this option causes @command{uniq} to print unique
5509 lines, and nothing else.
5511 @item -w @var{n}
5512 @itemx --check-chars=@var{n}
5513 @opindex -w
5514 @opindex --check-chars
5515 Compare at most @var{n} characters on each line (after skipping any specified
5516 fields and characters).  By default the entire rest of the lines are
5517 compared.
5519 @optZeroTerminated
5520 @newlineFieldSeparator
5522 @end table
5524 @exitstatus
5527 @node comm invocation
5528 @section @command{comm}: Compare two sorted files line by line
5530 @pindex comm
5531 @cindex line-by-line comparison
5532 @cindex comparing sorted files
5534 @command{comm} writes to standard output lines that are common, and lines
5535 that are unique, to two input files; a file name of @samp{-} means
5536 standard input.  Synopsis:
5538 @example
5539 comm [@var{option}]@dots{} @var{file1} @var{file2}
5540 @end example
5542 @vindex LC_COLLATE
5543 Before @command{comm} can be used, the input files must be sorted using the
5544 collating sequence specified by the @env{LC_COLLATE} locale.
5545 If an input file ends in a non-newline
5546 character, a newline is silently appended.  The @command{sort} command with
5547 no options always outputs a file that is suitable input to @command{comm}.
5549 @cindex differing lines
5550 @cindex common lines
5551 With no options, @command{comm} produces three-column output.  Column one
5552 contains lines unique to @var{file1}, column two contains lines unique
5553 to @var{file2}, and column three contains lines common to both files.
5554 Columns are separated by a single TAB character.
5555 @c FIXME: when there's an option to supply an alternative separator
5556 @c string, append "by default" to the above sentence.
5558 @opindex -1
5559 @opindex -2
5560 @opindex -3
5561 The options @option{-1}, @option{-2}, and @option{-3} suppress printing of
5562 the corresponding columns (and separators).  Also see @ref{Common options}.
5564 Unlike some other comparison utilities, @command{comm} has an exit
5565 status that does not depend on the result of the comparison.
5566 Upon normal completion @command{comm} produces an exit code of zero.
5567 If there is an error it exits with nonzero status.
5569 @macro checkOrderOption{cmd}
5570 If the @option{--check-order} option is given, unsorted inputs will
5571 cause a fatal error message.  If the option @option{--nocheck-order}
5572 is given, unsorted inputs will never cause an error message.  If neither
5573 of these options is given, wrongly sorted inputs are diagnosed
5574 only if an input file is found to contain unpairable
5575 @ifset JOIN_COMMAND
5576 lines, and when both input files are non empty.
5577 @end ifset
5578 @ifclear JOIN_COMMAND
5579 lines.
5580 @end ifclear
5581 If an input file is diagnosed as being unsorted, the @command{\cmd\}
5582 command will exit with a nonzero status (and the output should not be used).
5584 Forcing @command{\cmd\} to process wrongly sorted input files
5585 containing unpairable lines by specifying @option{--nocheck-order} is
5586 not guaranteed to produce any particular output.  The output will
5587 probably not correspond with whatever you hoped it would be.
5588 @end macro
5589 @checkOrderOption{comm}
5591 @table @samp
5593 @item --check-order
5594 Fail with an error message if either input file is wrongly ordered.
5596 @item --nocheck-order
5597 Do not check that both input files are in sorted order.
5599 Other options are:
5601 @item --output-delimiter=@var{str}
5602 Print @var{str} between adjacent output columns,
5603 rather than the default of a single TAB character.
5605 The delimiter @var{str} may be empty, in which case
5606 the ASCII NUL character is used to delimit output columns.
5608 @item --total
5609 Output a summary at the end.
5611 Similar to the regular output,
5612 column one contains the total number of lines unique to @var{file1},
5613 column two contains the total number of lines unique to @var{file2}, and
5614 column three contains the total number of lines common to both files,
5615 followed by the word @samp{total} in the additional column four.
5617 In the following example, @command{comm} omits the regular output
5618 (@option{-123}), thus just printing the summary:
5620 @example
5621 $ printf '%s\n' a b c d e     > file1
5622 $ printf '%s\n'   b c d e f g > file2
5623 $ comm --total -123 file1 file2
5624 1       2       4       total
5625 @end example
5627 This option is a GNU extension.  Portable scripts should use @command{wc} to
5628 get the totals, e.g. for the above example files:
5630 @example
5631 $ comm -23 file1 file2 | wc -l    # number of lines only in file1
5633 $ comm -13 file1 file2 | wc -l    # number of lines only in file2
5635 $ comm -12 file1 file2 | wc -l    # number of lines common to both files
5637 @end example
5639 @optZeroTerminated
5641 @end table
5643 @node ptx invocation
5644 @section @command{ptx}: Produce permuted indexes
5646 @pindex ptx
5648 @command{ptx} reads a text file and essentially produces a permuted index, with
5649 each keyword in its context.  The calling sketch is either one of:
5651 @example
5652 ptx [@var{option} @dots{}] [@var{file} @dots{}]
5653 ptx -G [@var{option} @dots{}] [@var{input} [@var{output}]]
5654 @end example
5656 The @option{-G} (or its equivalent: @option{--traditional}) option disables
5657 all GNU extensions and reverts to traditional mode, thus introducing some
5658 limitations and changing several of the program's default option values.
5659 When @option{-G} is not specified, GNU extensions are always enabled.
5660 GNU extensions to @command{ptx} are documented wherever appropriate in this
5661 document.  @xref{Compatibility in ptx}, for the full list.
5663 Individual options are explained in the following sections.
5665 When GNU extensions are enabled, there may be zero, one or several
5666 @var{file}s after the options.  If there is no @var{file}, the program
5667 reads the standard input.  If there is one or several @var{file}s, they
5668 give the name of input files which are all read in turn, as if all the
5669 input files were concatenated.  However, there is a full contextual
5670 break between each file and, when automatic referencing is requested,
5671 file names and line numbers refer to individual text input files.  In
5672 all cases, the program outputs the permuted index to the standard
5673 output.
5675 When GNU extensions are @emph{not} enabled, that is, when the program
5676 operates in traditional mode, there may be zero, one or two parameters
5677 besides the options.  If there are no parameters, the program reads the
5678 standard input and outputs the permuted index to the standard output.
5679 If there is only one parameter, it names the text @var{input} to be read
5680 instead of the standard input.  If two parameters are given, they give
5681 respectively the name of the @var{input} file to read and the name of
5682 the @var{output} file to produce.  @emph{Be very careful:}
5683 in this case, the contents of file given by the second parameter is
5684 destroyed.  This behavior is dictated by System V @command{ptx}
5685 compatibility; GNU Standards normally discourage output parameters not
5686 introduced by an option.
5688 For @emph{any} file named as the value of an option or as an
5689 input text file, a single dash @samp{-} may be used, in which case
5690 standard input is assumed.  However, it would not make sense to use this
5691 convention more than once per program invocation.
5693 @menu
5694 * General options in ptx::      Options which affect general program behavior.
5695 * Charset selection in ptx::    Underlying character set considerations.
5696 * Input processing in ptx::     Input fields, contexts, and keyword selection.
5697 * Output formatting in ptx::    Types of output format, and sizing the fields.
5698 * Compatibility in ptx::
5699 @end menu
5702 @node General options in ptx
5703 @subsection General options
5705 @table @samp
5707 @item -G
5708 @itemx --traditional
5709 As already explained, this option disables all GNU extensions to
5710 @command{ptx} and switches to traditional mode.
5712 @item --help
5713 Print a short help on standard output, then exit without further
5714 processing.
5716 @item --version
5717 Print the program version on standard output, then exit without further
5718 processing.
5720 @end table
5722 @exitstatus
5725 @node Charset selection in ptx
5726 @subsection Charset selection
5728 As it is set up now, @command{ptx} assumes that the input file is coded
5729 using 8-bit characters, and it may not work well in multibyte locales.
5730 In a single-byte locale, the default regular expression
5731 for a keyword allows foreign or diacriticized letters.  Keyword sorting,
5732 however, is still crude; it obeys the underlying character set ordering
5733 quite blindly.
5735 The output of @command{ptx} assumes the locale's character encoding.
5736 For example, with @command{ptx}'s @option{-T} option, if the locale
5737 uses the Latin-1 encoding you may need a LaTeX directive like
5738 @samp{\usepackage[latin1]@{inputenc@}} to render non-ASCII characters
5739 correctly.
5741 @table @samp
5743 @item -f
5744 @itemx --ignore-case
5745 @opindex -f
5746 @opindex --ignore-case
5747 Fold lower case letters to upper case for sorting.
5749 @end table
5752 @node Input processing in ptx
5753 @subsection Word selection and input processing
5755 @table @samp
5757 @item -b @var{file}
5758 @itemx --break-file=@var{file}
5759 @opindex -b
5760 @opindex --break-file
5762 This option provides an alternative (to @option{-W}) method of describing
5763 which characters make up words.  It introduces the name of a
5764 file which contains a list of characters which can@emph{not} be part of
5765 one word; this file is called the @dfn{Break file}.  Any character which
5766 is not part of the Break file is a word constituent.  If both options
5767 @option{-b} and @option{-W} are specified, then @option{-W} has precedence and
5768 @option{-b} is ignored.
5770 When GNU extensions are enabled, the only way to avoid newline as a
5771 break character is to write all the break characters in the file with no
5772 newline at all, not even at the end of the file.  When GNU extensions
5773 are disabled, spaces, tabs and newlines are always considered as break
5774 characters even if not included in the Break file.
5776 @item -i @var{file}
5777 @itemx --ignore-file=@var{file}
5778 @opindex -i
5779 @opindex --ignore-file
5781 The file associated with this option contains a list of words which will
5782 never be taken as keywords in concordance output.  It is called the
5783 @dfn{Ignore file}.  The file contains exactly one word in each line; the
5784 end of line separation of words is not subject to the value of the
5785 @option{-S} option.
5787 @item -o @var{file}
5788 @itemx --only-file=@var{file}
5789 @opindex -o
5790 @opindex --only-file
5792 The file associated with this option contains a list of words which will
5793 be retained in concordance output; any word not mentioned in this file
5794 is ignored.  The file is called the @dfn{Only file}.  The file contains
5795 exactly one word in each line; the end of line separation of words is
5796 not subject to the value of the @option{-S} option.
5798 There is no default for the Only file.  When both an Only file and an
5799 Ignore file are specified, a word is considered a keyword only
5800 if it is listed in the Only file and not in the Ignore file.
5802 @item -r
5803 @itemx --references
5804 @opindex -r
5805 @opindex --references
5807 On each input line, the leading sequence of non-white space characters will be
5808 taken to be a reference that has the purpose of identifying this input
5809 line in the resulting permuted index.
5810 @xref{Output formatting in ptx},
5811 for more information about reference production.
5812 Using this option changes the default value for option @option{-S}.
5814 Using this option, the program does not try very hard to remove
5815 references from contexts in output, but it succeeds in doing so
5816 @emph{when} the context ends exactly at the newline.  If option
5817 @option{-r} is used with @option{-S} default value, or when GNU extensions
5818 are disabled, this condition is always met and references are completely
5819 excluded from the output contexts.
5821 @item -S @var{regexp}
5822 @itemx --sentence-regexp=@var{regexp}
5823 @opindex -S
5824 @opindex --sentence-regexp
5826 This option selects which regular expression will describe the end of a
5827 line or the end of a sentence.  In fact, this regular expression is not
5828 the only distinction between end of lines or end of sentences, and input
5829 line boundaries have no special significance outside this option.  By
5830 default, when GNU extensions are enabled and if @option{-r} option is not
5831 used, end of sentences are used.  In this case, this @var{regex} is
5832 imported from GNU Emacs:
5834 @example
5835 [.?!][]\"')@}]*\\($\\|\t\\|  \\)[ \t\n]*
5836 @end example
5838 Whenever GNU extensions are disabled or if @option{-r} option is used, end
5839 of lines are used; in this case, the default @var{regexp} is just:
5841 @example
5843 @end example
5845 Using an empty @var{regexp} is equivalent to completely disabling end of
5846 line or end of sentence recognition.  In this case, the whole file is
5847 considered to be a single big line or sentence.  The user might want to
5848 disallow all truncation flag generation as well, through option @option{-F
5849 ""}.  @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5850 Manual}.
5852 When the keywords happen to be near the beginning of the input line or
5853 sentence, this often creates an unused area at the beginning of the
5854 output context line; when the keywords happen to be near the end of the
5855 input line or sentence, this often creates an unused area at the end of
5856 the output context line.  The program tries to fill those unused areas
5857 by wrapping around context in them; the tail of the input line or
5858 sentence is used to fill the unused area on the left of the output line;
5859 the head of the input line or sentence is used to fill the unused area
5860 on the right of the output line.
5862 As a matter of convenience to the user, many usual backslashed escape
5863 sequences from the C language are recognized and converted to the
5864 corresponding characters by @command{ptx} itself.
5866 @item -W @var{regexp}
5867 @itemx --word-regexp=@var{regexp}
5868 @opindex -W
5869 @opindex --word-regexp
5871 This option selects which regular expression will describe each keyword.
5872 By default, if GNU extensions are enabled, a word is a sequence of
5873 letters; the @var{regexp} used is @samp{\w+}.  When GNU extensions are
5874 disabled, a word is by default anything which ends with a space, a tab
5875 or a newline; the @var{regexp} used is @samp{[^ \t\n]+}.
5877 An empty @var{regexp} is equivalent to not using this option.
5878 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
5879 Manual}.
5881 As a matter of convenience to the user, many usual backslashed escape
5882 sequences, as found in the C language, are recognized and converted to
5883 the corresponding characters by @command{ptx} itself.
5885 @end table
5888 @node Output formatting in ptx
5889 @subsection Output formatting
5891 Output format is mainly controlled by the @option{-O} and @option{-T} options
5892 described in the table below.  When neither @option{-O} nor @option{-T} are
5893 selected, and if GNU extensions are enabled, the program chooses an
5894 output format suitable for a dumb terminal.  Each keyword occurrence is
5895 output to the center of one line, surrounded by its left and right
5896 contexts.  Each field is properly justified, so the concordance output
5897 can be readily observed.  As a special feature, if automatic
5898 references are selected by option @option{-A} and are output before the
5899 left context, that is, if option @option{-R} is @emph{not} selected, then
5900 a colon is added after the reference; this nicely interfaces with GNU
5901 Emacs @code{next-error} processing.  In this default output format, each
5902 white space character, like newline and tab, is merely changed to
5903 exactly one space, with no special attempt to compress consecutive
5904 spaces.  This might change in the future.  Except for those white space
5905 characters, every other character of the underlying set of 256
5906 characters is transmitted verbatim.
5908 Output format is further controlled by the following options.
5910 @table @samp
5912 @item -g @var{number}
5913 @itemx --gap-size=@var{number}
5914 @opindex -g
5915 @opindex --gap-size
5917 Select the size of the minimum white space gap between the fields on the
5918 output line.
5920 @item -w @var{number}
5921 @itemx --width=@var{number}
5922 @opindex -w
5923 @opindex --width
5925 Select the maximum output width of each final line.  If references are
5926 used, they are included or excluded from the maximum output width
5927 depending on the value of option @option{-R}@.  If this option is not
5928 selected, that is, when references are output before the left context,
5929 the maximum output width takes into account the maximum length of all
5930 references.  If this option is selected, that is, when references are
5931 output after the right context, the maximum output width does not take
5932 into account the space taken by references, nor the gap that precedes
5933 them.
5935 @item -A
5936 @itemx --auto-reference
5937 @opindex -A
5938 @opindex --auto-reference
5940 Select automatic references.  Each input line will have an automatic
5941 reference made up of the file name and the line ordinal, with a single
5942 colon between them.  However, the file name will be empty when standard
5943 input is being read.  If both @option{-A} and @option{-r} are selected, then
5944 the input reference is still read and skipped, but the automatic
5945 reference is used at output time, overriding the input reference.
5947 @item -R
5948 @itemx --right-side-refs
5949 @opindex -R
5950 @opindex --right-side-refs
5952 In the default output format, when option @option{-R} is not used, any
5953 references produced by the effect of options @option{-r} or @option{-A} are
5954 placed to the far right of output lines, after the right context.  With
5955 default output format, when the @option{-R} option is specified, references
5956 are rather placed at the beginning of each output line, before the left
5957 context.  For any other output format, option @option{-R} is
5958 ignored, with one exception:  with @option{-R} the width of references
5959 is @emph{not} taken into account in total output width given by @option{-w}.
5961 This option is automatically selected whenever GNU extensions are
5962 disabled.
5964 @item -F @var{string}
5965 @itemx --flag-truncation=@var{string}
5966 @opindex -F
5967 @opindex --flag-truncation
5969 This option will request that any truncation in the output be reported
5970 using the string @var{string}.  Most output fields theoretically extend
5971 towards the beginning or the end of the current line, or current
5972 sentence, as selected with option @option{-S}@.  But there is a maximum
5973 allowed output line width, changeable through option @option{-w}, which is
5974 further divided into space for various output fields.  When a field has
5975 to be truncated because it cannot extend beyond the beginning or the end of
5976 the current line to fit in, then a truncation occurs.  By default,
5977 the string used is a single slash, as in @option{-F /}.
5979 @var{string} may have more than one character, as in @option{-F @dots{}}.
5980 Also, in the particular case when @var{string} is empty (@option{-F ""}),
5981 truncation flagging is disabled, and no truncation marks are appended in
5982 this case.
5984 As a matter of convenience to the user, many usual backslashed escape
5985 sequences, as found in the C language, are recognized and converted to
5986 the corresponding characters by @command{ptx} itself.
5988 @item -M @var{string}
5989 @itemx --macro-name=@var{string}
5990 @opindex -M
5991 @opindex --macro-name
5993 Select another @var{string} to be used instead of @samp{xx}, while
5994 generating output suitable for @command{nroff}, @command{troff} or @TeX{}.
5996 @item -O
5997 @itemx --format=roff
5998 @opindex -O
5999 @opindex --format=roff
6001 Choose an output format suitable for @command{nroff} or @command{troff}
6002 processing.  Each output line will look like:
6004 @example
6005 .xx "@var{tail}" "@var{before}" "@var{keyword_and_after}"@c
6006  "@var{head}" "@var{ref}"
6007 @end example
6009 so it will be possible to write a @samp{.xx} roff macro to take care of
6010 the output typesetting.  This is the default output format when GNU
6011 extensions are disabled.  Option @option{-M} can be used to change
6012 @samp{xx} to another macro name.
6014 In this output format, each non-graphical character, like newline and
6015 tab, is merely changed to exactly one space, with no special attempt to
6016 compress consecutive spaces.  Each quote character @samp{"} is doubled
6017 so it will be correctly processed by @command{nroff} or @command{troff}.
6019 @item -T
6020 @itemx --format=tex
6021 @opindex -T
6022 @opindex --format=tex
6024 Choose an output format suitable for @TeX{} processing.  Each output
6025 line will look like:
6027 @example
6028 \xx @{@var{tail}@}@{@var{before}@}@{@var{keyword}@}@c
6029 @{@var{after}@}@{@var{head}@}@{@var{ref}@}
6030 @end example
6032 @noindent
6033 so it will be possible to write a @code{\xx} definition to take care of
6034 the output typesetting.  When references are not being
6035 produced, that is, neither option @option{-A} nor option @option{-r} is
6036 selected, the last parameter of each @code{\xx} call is inhibited.
6037 Option @option{-M} can be used to change @samp{xx} to another macro
6038 name.
6040 In this output format, some special characters, like @samp{$}, @samp{%},
6041 @samp{&}, @samp{#} and @samp{_} are automatically protected with a
6042 backslash.  Curly brackets @samp{@{}, @samp{@}} are protected with a
6043 backslash and a pair of dollar signs (to force mathematical mode).  The
6044 backslash itself produces the sequence @code{\backslash@{@}}.
6045 Circumflex and tilde diacritical marks produce the sequence @code{^\@{ @}} and
6046 @code{~\@{ @}} respectively.  Other diacriticized characters of the
6047 underlying character set produce an appropriate @TeX{} sequence as far
6048 as possible.  The other non-graphical characters, like newline and tab,
6049 and all other characters which are not part of ASCII, are merely
6050 changed to exactly one space, with no special attempt to compress
6051 consecutive spaces.  Let me know how to improve this special character
6052 processing for @TeX{}.
6054 @end table
6057 @node Compatibility in ptx
6058 @subsection The GNU extensions to @command{ptx}
6060 This version of @command{ptx} contains a few features which do not exist in
6061 System V @command{ptx}.  These extra features are suppressed by using the
6062 @option{-G} command line option, unless overridden by other command line
6063 options.  Some GNU extensions cannot be recovered by overriding, so the
6064 simple rule is to avoid @option{-G} if you care about GNU extensions.
6065 Here are the differences between this program and System V @command{ptx}.
6067 @itemize @bullet
6069 @item
6070 This program can read many input files at once, it always writes the
6071 resulting concordance on standard output.  On the other hand, System V
6072 @command{ptx} reads only one file and sends the result to standard output
6073 or, if a second @var{file} parameter is given on the command, to that
6074 @var{file}.
6076 Having output parameters not introduced by options is a dangerous
6077 practice which GNU avoids as far as possible.  So, for using @command{ptx}
6078 portably between GNU and System V, you should always use it with a
6079 single input file, and always expect the result on standard output.  You
6080 might also want to automatically configure in a @option{-G} option to
6081 @command{ptx} calls in products using @command{ptx}, if the configurator finds
6082 that the installed @command{ptx} accepts @option{-G}.
6084 @item
6085 The only options available in System V @command{ptx} are options @option{-b},
6086 @option{-f}, @option{-g}, @option{-i}, @option{-o}, @option{-r}, @option{-t} and
6087 @option{-w}.  All other options are GNU extensions and are not repeated in
6088 this enumeration.  Moreover, some options have a slightly different
6089 meaning when GNU extensions are enabled, as explained below.
6091 @item
6092 By default, concordance output is not formatted for @command{troff} or
6093 @command{nroff}.  It is rather formatted for a dumb terminal.  @command{troff}
6094 or @command{nroff} output may still be selected through option @option{-O}.
6096 @item
6097 Unless @option{-R} option is used, the maximum reference width is
6098 subtracted from the total output line width.  With GNU extensions
6099 disabled, width of references is not taken into account in the output
6100 line width computations.
6102 @item
6103 All 256 bytes, even ASCII NUL bytes, are always read and
6104 processed from input file with no adverse effect, even if GNU extensions
6105 are disabled.  However, System V @command{ptx} does not accept 8-bit
6106 characters, a few control characters are rejected, and the tilde
6107 @samp{~} is also rejected.
6109 @item
6110 Input line length is only limited by available memory, even if GNU
6111 extensions are disabled.  However, System V @command{ptx} processes only
6112 the first 200 characters in each line.
6114 @item
6115 The break (non-word) characters default to be every character except all
6116 letters of the underlying character set, diacriticized or not.  When GNU
6117 extensions are disabled, the break characters default to space, tab and
6118 newline only.
6120 @item
6121 The program makes better use of output line width.  If GNU extensions
6122 are disabled, the program rather tries to imitate System V @command{ptx},
6123 but still, there are some slight disposition glitches this program does
6124 not completely reproduce.
6126 @item
6127 The user can specify both an Ignore file and an Only file.  This is not
6128 allowed with System V @command{ptx}.
6130 @end itemize
6133 @node tsort invocation
6134 @section @command{tsort}: Topological sort
6136 @pindex tsort
6137 @cindex topological sort
6139 @command{tsort} performs a topological sort on the given @var{file}, or
6140 standard input if no input file is given or for a @var{file} of
6141 @samp{-}.  For more details and some history, see @ref{tsort background}.
6142 Synopsis:
6144 @example
6145 tsort [@var{option}] [@var{file}]
6146 @end example
6148 @command{tsort} reads its input as pairs of strings, separated by blanks,
6149 indicating a partial ordering.  The output is a total ordering that
6150 corresponds to the given partial ordering.
6152 For example
6154 @example
6155 tsort <<EOF
6156 a b c
6158 e f
6159 b c d e
6161 @end example
6163 @noindent
6164 will produce the output
6166 @example
6173 @end example
6175 Consider a more realistic example.
6176 You have a large set of functions all in one file, and they may all be
6177 declared static except one.  Currently that one (say @code{main}) is the
6178 first function defined in the file, and the ones it calls directly follow
6179 it, followed by those they call, etc.  Let's say that you are determined
6180 to take advantage of prototypes, so you have to choose between declaring
6181 all of those functions (which means duplicating a lot of information from
6182 the definitions) and rearranging the functions so that as many as possible
6183 are defined before they are used.  One way to automate the latter process
6184 is to get a list for each function of the functions it calls directly.
6185 Many programs can generate such lists.  They describe a call graph.
6186 Consider the following list, in which a given line indicates that the
6187 function on the left calls the one on the right directly.
6189 @example
6190 main parse_options
6191 main tail_file
6192 main tail_forever
6193 tail_file pretty_name
6194 tail_file write_header
6195 tail_file tail
6196 tail_forever recheck
6197 tail_forever pretty_name
6198 tail_forever write_header
6199 tail_forever dump_remainder
6200 tail tail_lines
6201 tail tail_bytes
6202 tail_lines start_lines
6203 tail_lines dump_remainder
6204 tail_lines file_lines
6205 tail_lines pipe_lines
6206 tail_bytes xlseek
6207 tail_bytes start_bytes
6208 tail_bytes dump_remainder
6209 tail_bytes pipe_bytes
6210 file_lines dump_remainder
6211 recheck pretty_name
6212 @end example
6214 then you can use @command{tsort} to produce an ordering of those
6215 functions that satisfies your requirement.
6217 @example
6218 example$ tsort call-graph | tac
6219 dump_remainder
6220 start_lines
6221 file_lines
6222 pipe_lines
6223 xlseek
6224 start_bytes
6225 pipe_bytes
6226 tail_lines
6227 tail_bytes
6228 pretty_name
6229 write_header
6230 tail
6231 recheck
6232 parse_options
6233 tail_file
6234 tail_forever
6235 main
6236 @end example
6238 @command{tsort} detects any cycles in the input and writes the first cycle
6239 encountered to standard error.
6241 For a given partial ordering, generally there is no unique
6242 total ordering.  In the context of the call graph above, the function
6243 @code{parse_options} may be placed anywhere in the list as long as it
6244 precedes @code{main}.
6246 The only options are @option{--help} and @option{--version}.  @xref{Common
6247 options}.
6249 @exitstatus
6251 @menu
6252 * tsort background::            Where tsort came from.
6253 @end menu
6255 @node tsort background
6256 @subsection @command{tsort}: Background
6258 @command{tsort} exists because very early versions of the Unix linker processed
6259 an archive file exactly once, and in order.  As @command{ld} read each object
6260 in the archive, it decided whether it was needed in the program based on
6261 whether it defined any symbols which were undefined at that point in
6262 the link.
6264 This meant that dependencies within the archive had to be handled
6265 specially.  For example, @code{scanf} probably calls @code{read}.  That means
6266 that in a single pass through an archive, it was important for @code{scanf.o}
6267 to appear before read.o, because otherwise a program which calls
6268 @code{scanf} but not @code{read} might end up with an unexpected unresolved
6269 reference to @code{read}.
6271 The way to address this problem was to first generate a set of
6272 dependencies of one object file on another.  This was done by a shell
6273 script called @command{lorder}.  The GNU tools don't provide a version of
6274 lorder, as far as I know, but you can still find it in BSD
6275 distributions.
6277 Then you ran @command{tsort} over the @command{lorder} output, and you used the
6278 resulting sort to define the order in which you added objects to the archive.
6280 This whole procedure has been obsolete since about 1980, because
6281 Unix archives now contain a symbol table (traditionally built by
6282 @command{ranlib}, now generally built by @command{ar} itself), and the Unix
6283 linker uses the symbol table to effectively make multiple passes over
6284 an archive file.
6286 Anyhow, that's where tsort came from.  To solve an old problem with
6287 the way the linker handled archive files, which has since been solved
6288 in different ways.
6291 @node Operating on fields
6292 @chapter Operating on fields
6294 @menu
6295 * cut invocation::              Print selected parts of lines.
6296 * paste invocation::            Merge lines of files.
6297 * join invocation::             Join lines on a common field.
6298 @end menu
6301 @node cut invocation
6302 @section @command{cut}: Print selected parts of lines
6304 @pindex cut
6305 @command{cut} writes to standard output selected parts of each line of each
6306 input file, or standard input if no files are given or for a file name of
6307 @samp{-}.  Synopsis:
6309 @example
6310 cut @var{option}@dots{} [@var{file}]@dots{}
6311 @end example
6313 In the table which follows, the @var{byte-list}, @var{character-list},
6314 and @var{field-list} are one or more numbers or ranges (two numbers
6315 separated by a dash) separated by commas.  Bytes, characters, and
6316 fields are numbered starting at 1.  Incomplete ranges may be
6317 given: @option{-@var{m}} means @samp{1-@var{m}}; @samp{@var{n}-} means
6318 @samp{@var{n}} through end of line or last field.  The list elements
6319 can be repeated, can overlap, and can be specified in any order; but
6320 the selected input is written in the same order that it is read, and
6321 is written exactly once.
6323 The program accepts the following options.  Also see @ref{Common
6324 options}.
6326 @table @samp
6328 @item -b @var{byte-list}
6329 @itemx --bytes=@var{byte-list}
6330 @opindex -b
6331 @opindex --bytes
6332 Select for printing only the bytes in positions listed in
6333 @var{byte-list}.  Tabs and backspaces are treated like any other
6334 character; they take up 1 byte.  If an output delimiter is specified,
6335 (see the description of @option{--output-delimiter}), then output that
6336 string between ranges of selected bytes.
6338 @item -c @var{character-list}
6339 @itemx --characters=@var{character-list}
6340 @opindex -c
6341 @opindex --characters
6342 Select for printing only the characters in positions listed in
6343 @var{character-list}.  The same as @option{-b} for now, but
6344 internationalization will change that.  Tabs and backspaces are
6345 treated like any other character; they take up 1 character.  If an
6346 output delimiter is specified, (see the description of
6347 @option{--output-delimiter}), then output that string between ranges
6348 of selected bytes.
6350 @item -f @var{field-list}
6351 @itemx --fields=@var{field-list}
6352 @opindex -f
6353 @opindex --fields
6354 Select for printing only the fields listed in @var{field-list}.
6355 Fields are separated by a TAB character by default.  Also print any
6356 line that contains no delimiter character, unless the
6357 @option{--only-delimited} (@option{-s}) option is specified.
6359 The @command{awk} command supports more sophisticated field processing,
6360 like reordering fields, and handling fields aligned with blank characters.
6361 By default @command{awk} uses (and discards) runs of blank characters
6362 to separate fields, and ignores leading and trailing blanks.
6363 @example
6364 @verbatim
6365 awk '{print $2}'      # print the second field
6366 awk '{print $(NF-1)}' # print the penultimate field
6367 awk '{print $2,$1}'   # reorder the first two fields
6368 @end verbatim
6369 @end example
6370 While @command{cut} accepts field specifications in
6371 arbitrary order, output is always in the order encountered in the file.
6373 In the unlikely event that @command{awk} is unavailable,
6374 one can use the @command{join} command, to process blank
6375 characters as @command{awk} does above.
6376 @example
6377 @verbatim
6378 join -a1 -o 1.2     - /dev/null # print the second field
6379 join -a1 -o 1.2,1.1 - /dev/null # reorder the first two fields
6380 @end verbatim
6381 @end example
6383 @item -d @var{input_delim_byte}
6384 @itemx --delimiter=@var{input_delim_byte}
6385 @opindex -d
6386 @opindex --delimiter
6387 With @option{-f}, use the first byte of @var{input_delim_byte} as
6388 the input fields separator (default is TAB).
6390 @item -n
6391 @opindex -n
6392 Do not split multi-byte characters (no-op for now).
6394 @item -s
6395 @itemx --only-delimited
6396 @opindex -s
6397 @opindex --only-delimited
6398 For @option{-f}, do not print lines that do not contain the field separator
6399 character.  Normally, any line without a field separator is printed verbatim.
6401 @item --output-delimiter=@var{output_delim_string}
6402 @opindex --output-delimiter
6403 With @option{-f}, output fields are separated by @var{output_delim_string}.
6404 The default with @option{-f} is to use the input delimiter.
6405 When using @option{-b} or @option{-c} to select ranges of byte or
6406 character offsets (as opposed to ranges of fields),
6407 output @var{output_delim_string} between non-overlapping
6408 ranges of selected bytes.
6410 @item --complement
6411 @opindex --complement
6412 This option is a GNU extension.
6413 Select for printing the complement of the bytes, characters or fields
6414 selected with the @option{-b}, @option{-c} or @option{-f} options.
6415 In other words, do @emph{not} print the bytes, characters or fields
6416 specified via those options.  This option is useful when you have
6417 many fields and want to print all but a few of them.
6419 @optZeroTerminated
6421 @end table
6423 @exitstatus
6426 @node paste invocation
6427 @section @command{paste}: Merge lines of files
6429 @pindex paste
6430 @cindex merging files
6432 @command{paste} writes to standard output lines consisting of sequentially
6433 corresponding lines of each given file, separated by a TAB character.
6434 Standard input is used for a file name of @samp{-} or if no input files
6435 are given.
6437 Synopsis:
6439 @example
6440 paste [@var{option}]@dots{} [@var{file}]@dots{}
6441 @end example
6443 For example, with:
6444 @example
6445 $ cat num2
6448 $ cat let3
6452 @end example
6454 Take lines sequentially from each file:
6455 @example
6456 $ paste num2 let3
6457 1       a
6458 2       b
6459        @ c
6460 @end example
6462 Duplicate lines from a file:
6463 @example
6464 $ paste num2 let3 num2
6465 1       a      1
6466 2       b      2
6467        @ c
6468 @end example
6470 Intermix lines from standard input:
6471 @example
6472 $ paste - let3 - < num2
6473 1       a      2
6474        @ b
6475        @ c
6476 @end example
6478 Join consecutive lines with a space:
6479 @example
6480 $ seq 4 | paste -d ' ' - -
6481 1 2
6482 3 4
6483 @end example
6485 The program accepts the following options.  Also see @ref{Common options}.
6487 @table @samp
6489 @item -s
6490 @itemx --serial
6491 @opindex -s
6492 @opindex --serial
6493 Paste the lines of one file at a time rather than one line from each
6494 file.  Using the above example data:
6496 @example
6497 $ paste -s num2 let3
6498 1       2
6499 a       b       c
6500 @end example
6502 @item -d @var{delim-list}
6503 @itemx --delimiters=@var{delim-list}
6504 @opindex -d
6505 @opindex --delimiters
6506 Consecutively use the characters in @var{delim-list} instead of
6507 TAB to separate merged lines.  When @var{delim-list} is
6508 exhausted, start again at its beginning.  Using the above example data:
6510 @example
6511 $ paste -d '%_' num2 let3 num2
6512 1%a_1
6513 2%b_2
6515 @end example
6517 @optZeroTerminated
6519 @end table
6521 @exitstatus
6524 @node join invocation
6525 @section @command{join}: Join lines on a common field
6527 @pindex join
6528 @cindex common field, joining on
6530 @command{join} writes to standard output a line for each pair of input
6531 lines that have identical join fields.  Synopsis:
6533 @example
6534 join [@var{option}]@dots{} @var{file1} @var{file2}
6535 @end example
6537 Either @var{file1} or @var{file2} (but not both) can be @samp{-},
6538 meaning standard input.  @var{file1} and @var{file2} should be
6539 sorted on the join fields.
6541 @example
6542 @group
6543 $ cat file1
6544 a 1
6545 b 2
6546 e 5
6548 $ cat file2
6549 a X
6550 e Y
6551 f Z
6553 $ join file1 file2
6554 a 1 X
6555 e 5 Y
6556 @end group
6557 @end example
6560 @noindent
6561 @command{join}'s default behavior (when no options are given):
6562 @itemize
6563 @item the join field is the first field in each line;
6564 @item fields in the input are separated by one or more blanks, with leading
6565 blanks on the line ignored;
6566 @item fields in the output are separated by a space;
6567 @item each output line consists of the join field, the remaining
6568 fields from @var{file1}, then the remaining fields from @var{file2}.
6569 @end itemize
6572 @menu
6573 * General options in join::      Options which affect general program behavior.
6574 * Sorting files for join::       Using @command{sort} before @command{join}.
6575 * Working with fields::          Joining on different fields.
6576 * Paired and unpaired lines::    Controlling @command{join}'s field matching.
6577 * Header lines::                 Working with header lines in files.
6578 * Set operations::               Union, Intersection and Difference of files.
6579 @end menu
6581 @node General options in join
6582 @subsection General options
6583 The program accepts the following options.  Also see @ref{Common options}.
6585 @table @samp
6587 @item -a @var{file-number}
6588 @opindex -a
6589 Print a line for each unpairable line in file @var{file-number} (either
6590 @samp{1} or @samp{2}), in addition to the normal output.
6592 @item --check-order
6593 Fail with an error message if either input file is wrongly ordered.
6595 @item --nocheck-order
6596 Do not check that both input files are in sorted order.  This is the default.
6598 @item -e @var{string}
6599 @opindex -e
6600 Replace those output fields that are missing in the input with @var{string}.
6601 I.e., missing fields specified with the @option{-12jo} options.
6603 @item --header
6604 @opindex --header
6605 Treat the first line of each input file as a header line.  The header lines
6606 will be joined and printed as the first output line.  If @option{-o} is used to
6607 specify output format, the header line will be printed according to the
6608 specified format.  The header lines will not be checked for ordering even if
6609 @option{--check-order} is specified.  Also if the header lines from each file
6610 do not match, the heading fields from the first file will be used.
6612 @item -i
6613 @itemx --ignore-case
6614 @opindex -i
6615 @opindex --ignore-case
6616 Ignore differences in case when comparing keys.
6617 With this option, the lines of the input files must be ordered in the same way.
6618 Use @samp{sort -f} to produce this ordering.
6620 @item -1 @var{field}
6621 @opindex -1
6622 Join on field @var{field} (a positive integer) of file 1.
6624 @item -2 @var{field}
6625 @opindex -2
6626 Join on field @var{field} (a positive integer) of file 2.
6628 @item -j @var{field}
6629 Equivalent to @option{-1 @var{field} -2 @var{field}}.
6631 @item -o @var{field-list}
6632 @itemx -o auto
6633 If the keyword @samp{auto} is specified, infer the output format from
6634 the first line in each file.  This is the same as the default output format
6635 but also ensures the same number of fields are output for each line.
6636 Missing fields are replaced with the @option{-e} option and extra fields
6637 are discarded.
6639 Otherwise, construct each output line according to the format in
6640 @var{field-list}.  Each element in @var{field-list} is either the single
6641 character @samp{0} or has the form @var{m.n} where the file number, @var{m},
6642 is @samp{1} or @samp{2} and @var{n} is a positive field number.
6644 A field specification of @samp{0} denotes the join field.
6645 In most cases, the functionality of the @samp{0} field spec
6646 may be reproduced using the explicit @var{m.n} that corresponds
6647 to the join field.  However, when printing unpairable lines
6648 (using either of the @option{-a} or @option{-v} options), there is no way
6649 to specify the join field using @var{m.n} in @var{field-list}
6650 if there are unpairable lines in both files.
6651 To give @command{join} that functionality, POSIX invented the @samp{0}
6652 field specification notation.
6654 The elements in @var{field-list}
6655 are separated by commas or blanks.
6656 Blank separators typically need to be quoted for the shell.  For
6657 example, the commands @samp{join -o 1.2,2.2} and @samp{join -o '1.2
6658 2.2'} are equivalent.
6660 All output lines -- including those printed because of any @option{-a}
6661 or @option{-v} option -- are subject to the specified @var{field-list}.
6663 @item -t @var{char}
6664 Use character @var{char} as the input and output field separator.
6665 Treat as significant each occurrence of @var{char} in the input file.
6666 Use @samp{sort -t @var{char}}, without the @option{-b} option of
6667 @samp{sort}, to produce this ordering.  If @samp{join -t ''} is specified,
6668 the whole line is considered, matching the default operation of sort.
6669 If @samp{-t '\0'} is specified then the ASCII NUL
6670 character is used to delimit the fields.
6672 @item -v @var{file-number}
6673 Print a line for each unpairable line in file @var{file-number}
6674 (either @samp{1} or @samp{2}), instead of the normal output.
6676 @optZeroTerminated
6677 @newlineFieldSeparator
6679 @end table
6681 @exitstatus
6683 @set JOIN_COMMAND
6684 @checkOrderOption{join}
6685 @clear JOIN_COMMAND
6689 @node Sorting files for join
6690 @subsection Pre-sorting
6692 @command{join} requires sorted input files. Each input file should be
6693 sorted according to the key (=field/column number) used in
6694 @command{join}. The recommended sorting option is @samp{sort -k 1b,1}
6695 (assuming the desired key is in the first column).
6697 @noindent Typical usage:
6698 @example
6699 @group
6700 $ sort -k 1b,1 file1 > file1.sorted
6701 $ sort -k 1b,1 file2 > file2.sorted
6702 $ join file1.sorted file2.sorted > file3
6703 @end group
6704 @end example
6706 @vindex LC_COLLATE
6707 Normally, the sort order is that of the
6708 collating sequence specified by the @env{LC_COLLATE} locale.  Unless
6709 the @option{-t} option is given, the sort comparison ignores blanks at
6710 the start of the join field, as in @code{sort -b}.  If the
6711 @option{--ignore-case} option is given, the sort comparison ignores
6712 the case of characters in the join field, as in @code{sort -f}:
6714 @example
6715 @group
6716 $ sort -k 1bf,1 file1 > file1.sorted
6717 $ sort -k 1bf,1 file2 > file2.sorted
6718 $ join --ignore-case file1.sorted file2.sorted > file3
6719 @end group
6720 @end example
6722 The @command{sort} and @command{join} commands should use consistent
6723 locales and options if the output of @command{sort} is fed to
6724 @command{join}.  You can use a command like @samp{sort -k 1b,1} to
6725 sort a file on its default join field, but if you select a non-default
6726 locale, join field, separator, or comparison options, then you should
6727 do so consistently between @command{join} and @command{sort}.
6729 @noindent To avoid any locale-related issues, it is recommended to use the
6730 @samp{C} locale for both commands:
6732 @example
6733 @group
6734 $ LC_ALL=C sort -k 1b,1 file1 > file1.sorted
6735 $ LC_ALL=C sort -k 1b,1 file2 > file2.sorted
6736 $ LC_ALL=C join file1.sorted file2.sorted > file3
6737 @end group
6738 @end example
6741 @node Working with fields
6742 @subsection Working with fields
6744 Use @option{-1},@option{-2} to set the key fields for each of the input files.
6745 Ensure the preceding @command{sort} commands operated on the same fields.
6747 @noindent
6748 The following example joins two files, using the values from seventh field
6749 of the first file and the third field of the second file:
6751 @example
6752 @group
6753 $ sort -k 7b,7 file1 > file1.sorted
6754 $ sort -k 3b,3 file2 > file2.sorted
6755 $ join -1 7 -2 3 file1.sorted file2.sorted > file3
6756 @end group
6757 @end example
6759 @noindent
6760 If the field number is the same for both files, use @option{-j}:
6762 @example
6763 @group
6764 $ sort -k4b,4 file1 > file1.sorted
6765 $ sort -k4b,4 file2 > file2.sorted
6766 $ join -j4    file1.sorted file2.sorted > file3
6767 @end group
6768 @end example
6770 @noindent
6771 Both @command{sort} and @command{join} operate of whitespace-delimited
6772 fields. To specify a different delimiter, use @option{-t} in @emph{both}:
6774 @example
6775 @group
6776 $ sort -t, -k3b,3 file1 > file1.sorted
6777 $ sort -t, -k3b,3 file2 > file2.sorted
6778 $ join -t, -j3    file1.sorted file2.sorted > file3
6779 @end group
6780 @end example
6782 @noindent
6783 To specify a tab (@sc{ascii} 0x09) character instead of whitespace,
6784 use:@footnote{the @code{$'\t'} is supported in most modern shells.
6785 For older shells, use a literal tab.}
6787 @example
6788 @group
6789 $ sort -t$'\t' -k3b,3 file1 > file1.sorted
6790 $ sort -t$'\t' -k3b,3 file2 > file2.sorted
6791 $ join -t$'\t' -j3    file1.sorted file2.sorted > file3
6792 @end group
6793 @end example
6796 @noindent
6797 If @samp{join -t ''} is specified then the whole line is considered which
6798 matches the default operation of sort:
6800 @example
6801 @group
6802 $ sort file1 > file1.sorted
6803 $ sort file2 > file2.sorted
6804 $ join -t '' file1.sorted file2.sorted > file3
6805 @end group
6806 @end example
6809 @node Paired and unpaired lines
6810 @subsection Controlling @command{join}'s field matching
6812 In this section the @command{sort} commands are omitted for brevity.
6813 Sorting the files before joining is still required.
6815 @command{join}'s default behavior is to print only lines common to
6816 both input files. Use @option{-a} and @option{-v} to print unpairable lines
6817 from one or both files.
6819 @noindent
6820 All examples below use the following two (pre-sorted) input files:
6822 @multitable @columnfractions .5 .5
6823 @item
6824 @example
6825 $ cat file1
6826 a 1
6827 b 2
6828 @end example
6830 @tab
6831 @example
6832 $ cat file2
6833 a A
6834 c C
6835 @end example
6836 @end multitable
6839 @c TODO: Find better column widths that work for both HTML and PDF
6840 @c       and disable indentation of @example.
6841 @multitable @columnfractions 0.5 0.5
6843 @headitem Command @tab Outcome
6846 @item
6847 @example
6848 $ join file1 file2
6849 a 1 A
6850 @end example
6851 @tab
6852 common lines
6853 (@emph{intersection})
6857 @item
6858 @example
6859 $ join -a 1 file1 file2
6860 a 1 A
6861 b 2
6862 @end example
6863 @tab
6864 common lines @emph{and} unpaired
6865 lines from the first file
6868 @item
6869 @example
6870 $ join -a 2 file1 file2
6871 a 1 A
6872 c C
6873 @end example
6874 @tab
6875 common lines @emph{and} unpaired lines from the second file
6878 @item
6879 @example
6880 $ join -a 1 -a 2 file1 file2
6881 a 1 A
6882 b 2
6883 c C
6884 @end example
6885 @tab
6886 all lines (paired and unpaired) from both files
6887 (@emph{union}).
6889 see note below regarding @code{-o auto}.
6892 @item
6893 @example
6894 $ join -v 1 file1 file2
6895 b 2
6896 @end example
6897 @tab
6898 unpaired lines from the first file
6899 (@emph{difference})
6902 @item
6903 @example
6904 $ join -v 2 file1 file2
6905 c C
6906 @end example
6907 @tab
6908 unpaired lines from the second file
6909 (@emph{difference})
6912 @item
6913 @example
6914 $ join -v 1 -v 2 file1 file2
6915 b 2
6916 c C
6917 @end example
6918 @tab
6919 unpaired lines from both files, omitting common lines
6920 (@emph{symmetric difference}).
6923 @end multitable
6925 @noindent
6926 The @option{-o auto -e X} options are useful when dealing with unpaired lines.
6927 The following example prints all lines (common and unpaired) from both files.
6928 Without @option{-o auto} it is not easy to discern which fields originate from
6929 which file:
6931 @example
6932 $ join -a 1 -a 2 file1 file2
6933 a 1 A
6934 b 2
6935 c C
6937 $ join -o auto -e X -a 1 -a 2 file1 file2
6938 a 1 A
6939 b 2 X
6940 c X C
6941 @end example
6944 If the input has no unpairable lines, a GNU extension is
6945 available; the sort order can be any order that considers two fields
6946 to be equal if and only if the sort comparison described above
6947 considers them to be equal.  For example:
6949 @example
6950 @group
6951 $ cat file1
6952 a a1
6953 c c1
6954 b b1
6956 $ cat file2
6957 a a2
6958 c c2
6959 b b2
6961 $ join file1 file2
6962 a a1 a2
6963 c c1 c2
6964 b b1 b2
6965 @end group
6966 @end example
6969 @node Header lines
6970 @subsection Header lines
6972 The @option{--header} option can be used when the files to join
6973 have a header line which is not sorted:
6975 @example
6976 @group
6977 $ cat file1
6978 Name     Age
6979 Alice    25
6980 Charlie  34
6982 $ cat file2
6983 Name   Country
6984 Alice  France
6985 Bob    Spain
6987 $ join --header -o auto -e NA -a1 -a2 file1 file2
6988 Name     Age   Country
6989 Alice    25    France
6990 Bob      NA    Spain
6991 Charlie  34    NA
6992 @end group
6993 @end example
6996 To sort a file with a header line, use GNU @command{sed -u}.
6997 The following example sort the files but keeps the first line of each
6998 file in place:
7000 @example
7001 @group
7002 $ ( sed -u 1q ; sort -k2b,2 ) < file1 > file1.sorted
7003 $ ( sed -u 1q ; sort -k2b,2 ) < file2 > file2.sorted
7004 $ join --header -o auto -e NA -a1 -a2 file1.sorted file2.sorted > file3
7005 @end group
7006 @end example
7008 @node Set operations
7009 @subsection Union, Intersection and Difference of files
7011 Combine @command{sort}, @command{uniq} and @command{join} to
7012 perform the equivalent of set operations on files:
7014 @c From https://www.pixelbeat.org/cmdline.html#sets
7015 @multitable @columnfractions 0.5 0.5
7016 @headitem Command @tab outcome
7017 @item @code{sort -u file1 file2}
7018 @tab Union of unsorted files
7020 @item @code{sort file1 file2 | uniq -d}
7021 @tab Intersection of unsorted files
7023 @item @code{sort file1 file1 file2 | uniq -u}
7024 @tab Difference of unsorted files
7026 @item @code{sort file1 file2 | uniq -u}
7027 @tab Symmetric Difference of unsorted files
7029 @item @code{join -t '' -a1 -a2 file1 file2}
7030 @tab Union of sorted files
7032 @item @code{join -t '' file1 file2}
7033 @tab Intersection of sorted files
7035 @item @code{join -t '' -v2 file1 file2}
7036 @tab Difference of sorted files
7038 @item @code{join -t '' -v1 -v2 file1 file2}
7039 @tab Symmetric Difference of sorted files
7041 @end multitable
7043 All examples above operate on entire lines and not on specific fields:
7044 @command{sort} without @option{-k} and @command{join -t ''} both consider
7045 entire lines as the key.
7048 @node Operating on characters
7049 @chapter Operating on characters
7051 @cindex operating on characters
7053 These commands operate on individual characters.
7055 @menu
7056 * tr invocation::               Translate, squeeze, and/or delete characters.
7057 * expand invocation::           Convert tabs to spaces.
7058 * unexpand invocation::         Convert spaces to tabs.
7059 @end menu
7062 @node tr invocation
7063 @section @command{tr}: Translate, squeeze, and/or delete characters
7065 @pindex tr
7067 Synopsis:
7069 @example
7070 tr [@var{option}]@dots{} @var{string1} [@var{string2}]
7071 @end example
7073 @command{tr} copies standard input to standard output, performing
7074 one of the following operations:
7076 @itemize @bullet
7077 @item
7078 translate, and optionally squeeze repeated characters in the result,
7079 @item
7080 squeeze repeated characters,
7081 @item
7082 delete characters,
7083 @item
7084 delete characters, then squeeze repeated characters from the result.
7085 @end itemize
7087 The @var{string1} and @var{string2} operands define arrays of
7088 characters @var{array1} and @var{array2}.  By default @var{array1}
7089 lists input characters that @command{tr} operates on, and @var{array2}
7090 lists corresponding translations.  In some cases the second operand is
7091 omitted.
7093 The program accepts the following options.  Also see @ref{Common options}.
7094 Options must precede operands.
7096 @table @samp
7098 @item -c
7099 @itemx -C
7100 @itemx --complement
7101 @opindex -c
7102 @opindex -C
7103 @opindex --complement
7104 Instead of @var{array1}, use its complement (all characters not
7105 specified by @var{string1}), in ascending order.  Use this option with
7106 caution in multibyte locales where its meaning is not always clear
7107 or portable; see @ref{Character arrays}.
7109 @item -d
7110 @itemx --delete
7111 @opindex -d
7112 @opindex --delete
7113 Delete characters in @var{array1}; do not translate.
7115 @item -s
7116 @itemx --squeeze-repeats
7117 @opindex -s
7118 @opindex --squeeze-repeats
7119 Replace each sequence of a repeated character that is listed in
7120 the last specified @var{array}, with a single occurrence of that character.
7122 @item -t
7123 @itemx --truncate-set1
7124 @opindex -t
7125 @opindex --truncate-set1
7126 Truncate @var{array1} to the length of @var{array2}.
7128 @end table
7131 @exitstatus
7133 @menu
7134 * Character arrays::            Specifying arrays of characters.
7135 * Translating::                 Changing characters to other characters.
7136 * Squeezing and deleting::      Removing characters.
7137 @end menu
7140 @node Character arrays
7141 @subsection Specifying arrays of characters
7143 @cindex arrays of characters in @command{tr}
7145 The @var{string1} and @var{string2} operands are not regular
7146 expressions, even though they may look similar.  Instead, they
7147 merely represent arrays of characters.  As a GNU extension to POSIX,
7148 an empty string operand represents an empty array of characters.
7150 The interpretation of @var{string1} and @var{string2} depends on locale.
7151 GNU @command{tr} fully supports only safe single-byte locales,
7152 where each possible input byte represents a single character.
7153 Unfortunately, this means GNU @command{tr} will not handle commands
7154 like @samp{tr @"o @L{}} the way you might expect,
7155 since (assuming a UTF-8 encoding) this is equivalent to
7156 @samp{tr '\303\266' '\305\201'} and GNU @command{tr} will
7157 simply transliterate all @samp{\303} bytes to @samp{\305} bytes, etc.
7158 POSIX does not clearly specify the behavior of @command{tr} in locales
7159 where characters are represented by byte sequences instead of by
7160 individual bytes, or where data might contain invalid bytes that are
7161 encoding errors.  To avoid problems in this area, you can run
7162 @command{tr} in a safe single-byte locale by using a shell command
7163 like @samp{LC_ALL=C tr} instead of plain @command{tr}.
7165 Although most characters simply represent themselves in @var{string1}
7166 and @var{string2}, the strings can contain shorthands listed below,
7167 for convenience.  Some shorthands can be used only in @var{string1} or
7168 @var{string2}, as noted below.
7170 @table @asis
7172 @item Backslash escapes
7173 @cindex backslash escapes
7175 The following backslash escape sequences are recognized:
7177 @table @samp
7178 @item \a
7179 Bell (BEL, Control-G).
7180 @item \b
7181 Backspace (BS, Control-H).
7182 @item \f
7183 Form feed (FF, Control-L).
7184 @item \n
7185 Newline (LF, Control-J).
7186 @item \r
7187 Carriage return (CR, Control-M).
7188 @item \t
7189 Tab (HT, Control-I).
7190 @item \v
7191 Vertical tab (VT, Control-K).
7192 @item \@var{ooo}
7193 The eight-bit byte with the value given by @var{ooo}, which is the longest
7194 sequence of one to three octal digits following the backslash.
7195 For portability, @var{ooo} should represent a value that fits in eight bits.
7196 As a GNU extension to POSIX, if the value would not fit, then only the
7197 first two digits of @var{ooo} are used, e.g., @samp{\400}
7198 is equivalent to @samp{\0400} and represents a two-byte sequence.
7199 @item \\
7200 A backslash.
7201 @end table
7203 It is an error if no character follows an unescaped backslash.
7204 As a GNU extension, a backslash followed by a character not listed
7205 above is interpreted as that character, removing any special
7206 significance; this can be used to escape the characters
7207 @samp{[} and @samp{-} when they would otherwise be special.
7209 @item Ranges
7210 @cindex ranges
7212 The notation @samp{@var{m}-@var{n}} expands to the characters
7213 from @var{m} through @var{n}, in ascending order.  @var{m} should
7214 not collate after @var{n}; if it does, an error results.  As an example,
7215 @samp{0-9} is the same as @samp{0123456789}.
7217 GNU @command{tr} does not support the System V syntax that uses square
7218 brackets to enclose ranges.  Translations specified in that format
7219 sometimes work as expected, since the brackets are often transliterated
7220 to themselves.  However, they should be avoided because they sometimes
7221 behave unexpectedly.  For example, @samp{tr -d '[0-9]'} deletes brackets
7222 as well as digits.
7224 Many historically common and even accepted uses of ranges are not fully
7225 portable.  For example, on EBCDIC hosts using the @samp{A-Z}
7226 range will not do what most would expect because @samp{A} through @samp{Z}
7227 are not contiguous as they are in ASCII@.
7228 One way to work around this is to use character classes (see below).
7229 Otherwise, it is most portable (and most ugly) to enumerate the members
7230 of the ranges.
7232 @item Repeated characters
7233 @cindex repeated characters
7235 The notation @samp{[@var{c}*@var{n}]} in @var{string2} expands to @var{n}
7236 copies of character @var{c}.  Thus, @samp{[y*6]} is the same as
7237 @samp{yyyyyy}.  The notation @samp{[@var{c}*]} in @var{string2} expands
7238 to as many copies of @var{c} as are needed to make @var{array2} as long as
7239 @var{array1}.  If @var{n} begins with @samp{0}, it is interpreted in
7240 octal, otherwise in decimal.  A zero-valued @var{n} is treated as if
7241 it were absent.
7243 @item Character classes
7244 @cindex character classes
7246 The notation @samp{[:@var{class}:]} expands to all characters in
7247 the (predefined) class @var{class}.  When the @option{--delete} (@option{-d})
7248 and @option{--squeeze-repeats} (@option{-s}) options are both given, any
7249 character class can be used in @var{string2}.  Otherwise, only the
7250 character classes @code{lower} and @code{upper} are accepted in
7251 @var{string2}, and then only if the corresponding character class
7252 (@code{upper} and @code{lower}, respectively) is specified in the same
7253 relative position in @var{string1}.  Doing this specifies case conversion.
7254 Except for case conversion, a class's characters appear in no particular order.
7255 The class names are given below; an error results when an invalid class
7256 name is given.
7258 @table @code
7259 @item alnum
7260 @opindex alnum
7261 Letters and digits.
7262 @item alpha
7263 @opindex alpha
7264 Letters.
7265 @item blank
7266 @opindex blank
7267 Horizontal whitespace.
7268 @item cntrl
7269 @opindex cntrl
7270 Control characters.
7271 @item digit
7272 @opindex digit
7273 Digits.
7274 @item graph
7275 @opindex graph
7276 Printable characters, not including space.
7277 @item lower
7278 @opindex lower
7279 Lowercase letters.
7280 @item print
7281 @opindex print
7282 Printable characters, including space.
7283 @item punct
7284 @opindex punct
7285 Punctuation characters.
7286 @item space
7287 @opindex space
7288 Horizontal or vertical whitespace.
7289 @item upper
7290 @opindex upper
7291 Uppercase letters.
7292 @item xdigit
7293 @opindex xdigit
7294 Hexadecimal digits.
7295 @end table
7297 @item Equivalence classes
7298 @cindex equivalence classes
7300 The syntax @samp{[=@var{c}=]} expands to all characters equivalent to
7301 @var{c}, in no particular order.  These equivalence classes are
7302 allowed in @var{string2} only when @option{--delete} (@option{-d}) and
7303 @option{--squeeze-repeats} @option{-s} are both given.
7305 Although equivalence classes are intended to support non-English alphabets,
7306 there seems to be no standard way to define them or determine their
7307 contents.  Therefore, they are not fully implemented in GNU @command{tr};
7308 each character's equivalence class consists only of that character,
7309 which is of no particular use.
7311 @end table
7314 @node Translating
7315 @subsection Translating
7317 @cindex translating characters
7319 @command{tr} performs translation when @var{string1} and @var{string2} are
7320 both given and the @option{--delete} (@option{-d}) option is not given.
7321 @command{tr} translates each character of its input that is in @var{array1}
7322 to the corresponding character in @var{array2}.  Characters not in
7323 @var{array1} are passed through unchanged.
7325 As a GNU extension to POSIX, when a character appears more than once
7326 in @var{array1}, only the final instance is used.  For example, these
7327 two commands are equivalent:
7329 @example
7330 tr aaa xyz
7331 tr a z
7332 @end example
7334 A common use of @command{tr} is to convert lowercase characters to
7335 uppercase.  This can be done in many ways.  Here are three of them:
7337 @example
7338 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
7339 tr a-z A-Z
7340 tr '[:lower:]' '[:upper:]'
7341 @end example
7343 @noindent
7344 However, ranges like @code{a-z} are not portable outside the C locale.
7346 When @command{tr} is performing translation, @var{array1} and @var{array2}
7347 typically have the same length.  If @var{array1} is shorter than
7348 @var{array2}, the extra characters at the end of @var{array2} are ignored.
7350 On the other hand, making @var{array1} longer than @var{array2} is not
7351 portable; POSIX says that the result is undefined.  In this situation,
7352 BSD @command{tr} pads @var{array2} to the length of @var{array1} by repeating
7353 the last character of @var{array2} as many times as necessary.  System V
7354 @command{tr} truncates @var{array1} to the length of @var{array2}.
7356 By default, GNU @command{tr} handles this case like BSD @command{tr}.
7357 When the @option{--truncate-set1} (@option{-t}) option is given,
7358 GNU @command{tr} handles this case like the System V @command{tr}
7359 instead.  This option is ignored for operations other than translation.
7361 Acting like System V @command{tr} in this case breaks the relatively common
7362 BSD idiom:
7364 @example
7365 tr -cs A-Za-z0-9 '\012'
7366 @end example
7368 @noindent
7369 because it converts only zero bytes (the first element in the
7370 complement of @var{array1}), rather than all non-alphanumerics, to
7371 newlines.
7373 @noindent
7374 By the way, the above idiom is not portable because it uses ranges, and
7375 it assumes that the octal code for newline is 012.  Here is a better
7376 way to write it:
7378 @example
7379 tr -cs '[:alnum:]' '[\n*]'
7380 @end example
7383 @node Squeezing and deleting
7384 @subsection Squeezing repeats and deleting
7386 @cindex squeezing repeat characters
7387 @cindex deleting characters
7388 @cindex removing characters
7390 When given just the @option{--delete} (@option{-d}) option, @command{tr}
7391 removes any input characters that are in @var{array1}.
7393 When given just the @option{--squeeze-repeats} (@option{-s}) option
7394 and not translating, @command{tr} replaces each input sequence of a
7395 repeated character that is in @var{array1} with a single occurrence of
7396 that character.
7398 When given both @option{--delete} and @option{--squeeze-repeats}, @command{tr}
7399 first performs any deletions using @var{array1}, then squeezes repeats
7400 from any remaining characters using @var{array2}.
7402 The @option{--squeeze-repeats} option may also be used when translating,
7403 in which case @command{tr} first performs translation, then squeezes
7404 repeats from any remaining characters using @var{array2}.
7406 Here are some examples to illustrate various combinations of options:
7408 @itemize @bullet
7410 @item
7411 Remove all zero bytes:
7413 @example
7414 tr -d '\0'
7415 @end example
7417 @item
7418 Put all words on lines by themselves.  This converts all
7419 non-alphanumeric characters to newlines, then squeezes each string
7420 of repeated newlines into a single newline:
7422 @example
7423 tr -cs '[:alnum:]' '[\n*]'
7424 @end example
7426 @item
7427 Convert each sequence of repeated newlines to a single newline.
7428 I.e., delete empty lines:
7430 @example
7431 tr -s '\n'
7432 @end example
7434 @item
7435 Find doubled occurrences of words in a document.
7436 @c Separate the following two "the"s, so typo checkers don't complain.
7437 For example, people often write ``the @w{}the'' with the repeated words
7438 separated by a newline.  The Bourne shell script below works first
7439 by converting each sequence of punctuation and blank characters to a
7440 single newline.  That puts each ``word'' on a line by itself.
7441 Next it maps all uppercase characters to lower case, and finally it
7442 runs @command{uniq} with the @option{-d} option to print out only the words
7443 that were repeated.
7445 @example
7446 #!/bin/sh
7447 cat -- "$@@" \
7448   | tr -s '[:punct:][:blank:]' '[\n*]' \
7449   | tr '[:upper:]' '[:lower:]' \
7450   | uniq -d
7451 @end example
7453 @item
7454 Deleting a small set of characters is usually straightforward.  For example,
7455 to remove all @samp{a}s, @samp{x}s, and @samp{M}s you would do this:
7457 @example
7458 tr -d axM
7459 @end example
7461 However, when @samp{-} is one of those characters, it can be tricky because
7462 @samp{-} has special meanings.  Performing the same task as above but also
7463 removing all @samp{-} characters, we might try @code{tr -d -axM}, but
7464 that would fail because @command{tr} would try to interpret @option{-a} as
7465 a command-line option.  Alternatively, we could try putting the hyphen
7466 inside the string, @code{tr -d a-xM}, but that wouldn't work either because
7467 it would make @command{tr} interpret @code{a-x} as the range of characters
7468 @samp{a}@dots{}@samp{x} rather than the three.
7469 One way to solve the problem is to put the hyphen at the end of the list
7470 of characters:
7472 @example
7473 tr -d axM-
7474 @end example
7476 Or you can use @samp{--} to terminate option processing:
7478 @example
7479 tr -d -- -axM
7480 @end example
7482 @end itemize
7485 @node expand invocation
7486 @section @command{expand}: Convert tabs to spaces
7488 @pindex expand
7489 @cindex tabs to spaces, converting
7490 @cindex converting tabs to spaces
7492 @command{expand} writes the contents of each given @var{file}, or standard
7493 input if none are given or for a @var{file} of @samp{-}, to standard
7494 output, with tab characters converted to the appropriate number of
7495 spaces.  Synopsis:
7497 @example
7498 expand [@var{option}]@dots{} [@var{file}]@dots{}
7499 @end example
7501 By default, @command{expand} converts all tabs to spaces.  It preserves
7502 backspace characters in the output; they decrement the column count for
7503 tab calculations.  The default action is equivalent to @option{-t 8} (set
7504 tabs every 8 columns).
7506 The program accepts the following options.  Also see @ref{Common options}.
7508 @table @samp
7510 @item -t @var{tab1}[,@var{tab2}]@dots{}
7511 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7512 @opindex -t
7513 @opindex --tabs
7514 @cindex tab stops, setting
7515 If only one tab stop is given, set the tabs @var{tab1} spaces apart
7516 (default is 8).  Otherwise, set the tabs at columns @var{tab1},
7517 @var{tab2}, @dots{} (numbered from 0), and replace any tabs beyond the
7518 last tab stop given with single spaces.
7519 @macro gnuExpandTabs
7520 Tab stops can be separated by blanks as well as by commas.
7522 As a GNU extension the last @var{tab} specified can be prefixed
7523 with a @samp{/} to indicate a tab size to use for remaining positions.
7524 For example, @option{--tabs=2,4,/8} will set tab stops at position 2 and 4,
7525 and every multiple of 8 after that.
7527 Also the last @var{tab} specified can be prefixed with a @samp{+} to indicate
7528 a tab size to use for remaining positions, offset from the final explicitly
7529 specified tab stop.
7530 For example, to ignore the 1 character gutter present in diff output,
7531 one can specify a 1 character offset using @option{--tabs=1,+8},
7532 which will set tab stops at positions 1,9,17,@dots{}
7533 @end macro
7534 @gnuExpandTabs
7537 For compatibility, GNU @command{expand} also accepts the obsolete
7538 option syntax, @option{-@var{t1}[,@var{t2}]@dots{}}.  New scripts
7539 should use @option{-t @var{t1}[,@var{t2}]@dots{}} instead.
7541 @item -i
7542 @itemx --initial
7543 @opindex -i
7544 @opindex --initial
7545 @cindex initial tabs, converting
7546 Only convert initial tabs (those that precede all non-space or non-tab
7547 characters) on each line to spaces.
7549 @end table
7551 @exitstatus
7554 @node unexpand invocation
7555 @section @command{unexpand}: Convert spaces to tabs
7557 @pindex unexpand
7559 @command{unexpand} writes the contents of each given @var{file}, or
7560 standard input if none are given or for a @var{file} of @samp{-}, to
7561 standard output, converting blanks at the beginning of each line into
7562 as many tab characters as needed.  In the default POSIX
7563 locale, a @dfn{blank} is a space or a tab; other locales may specify
7564 additional blank characters.  Synopsis:
7566 @example
7567 unexpand [@var{option}]@dots{} [@var{file}]@dots{}
7568 @end example
7570 By default, @command{unexpand} converts only initial blanks (those
7571 that precede all non-blank characters) on each line.  It
7572 preserves backspace characters in the output; they decrement the column
7573 count for tab calculations.  By default, tabs are set at every 8th
7574 column.
7576 The program accepts the following options.  Also see @ref{Common options}.
7578 @table @samp
7580 @item -t @var{tab1}[,@var{tab2}]@dots{}
7581 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
7582 @opindex -t
7583 @opindex --tabs
7584 If only one tab stop is given, set the tabs @var{tab1} columns apart
7585 instead of the default 8.  Otherwise, set the tabs at columns
7586 @var{tab1}, @var{tab2}, @dots{} (numbered from 0), and leave blanks
7587 beyond the tab stops given unchanged.
7588 @gnuExpandTabs
7590 This option implies the @option{-a} option.
7592 For compatibility, GNU @command{unexpand} supports the obsolete option syntax,
7593 @option{-@var{tab1}[,@var{tab2}]@dots{}}, where tab stops must be
7594 separated by commas.  (Unlike @option{-t}, this obsolete option does
7595 not imply @option{-a}.)  New scripts should use @option{--first-only -t
7596 @var{tab1}[,@var{tab2}]@dots{}} instead.
7598 @item -a
7599 @itemx --all
7600 @opindex -a
7601 @opindex --all
7602 Also convert all sequences of two or more blanks just before a tab stop,
7603 even if they occur after non-blank characters in a line.
7605 @end table
7607 @exitstatus
7610 @node Directory listing
7611 @chapter Directory listing
7613 This chapter describes the @command{ls} command and its variants @command{dir}
7614 and @command{vdir}, which list information about files.
7616 @menu
7617 * ls invocation::               List directory contents.
7618 * dir invocation::              Briefly ls.
7619 * vdir invocation::             Verbosely ls.
7620 * dircolors invocation::        Color setup for ls, etc.
7621 @end menu
7624 @node ls invocation
7625 @section @command{ls}: List directory contents
7627 @pindex ls
7628 @cindex directory listing
7630 The @command{ls} program lists information about files (of any type,
7631 including directories).  Options and file arguments can be intermixed
7632 arbitrarily, as usual.  Later options override earlier options that
7633 are incompatible.
7635 For non-option command-line arguments that are directories, by default
7636 @command{ls} lists the contents of directories, not recursively, and
7637 omitting files with names beginning with @samp{.}.  For other non-option
7638 arguments, by default @command{ls} lists just the file name.  If no
7639 non-option argument is specified, @command{ls} operates on the current
7640 directory, acting as if it had been invoked with a single argument of @samp{.}.
7642 @vindex LC_ALL
7643 By default, @command{ls} lists each directory's contents alphabetically,
7644 according to the locale
7645 settings in effect.@footnote{If you use a non-POSIX
7646 locale (e.g., by setting @env{LC_ALL} to @samp{en_US}), then @command{ls} may
7647 produce output that is sorted differently than you're accustomed to.
7648 In that case, set the @env{LC_ALL} environment variable to @samp{C}.}
7649 If standard output is
7650 a terminal, the output is in columns (sorted vertically) and control
7651 characters are output as question marks; otherwise, the output is listed
7652 one per line and control characters are output as-is.
7654 Because @command{ls} is such a fundamental program, it has accumulated many
7655 options over the years.  They are described in the subsections below;
7656 within each section, options are listed alphabetically (ignoring case).
7657 The division of options into the subsections is not absolute, since some
7658 options affect more than one aspect of @command{ls}'s operation.
7660 @cindex exit status of @command{ls}
7661 Exit status:
7663 @display
7664 0 success
7665 1 minor problems  (e.g., failure to access a file or directory not
7666   specified as a command line argument.  This happens when listing a
7667   directory in which entries are actively being removed or renamed.)
7668 2 serious trouble (e.g., memory exhausted, invalid option, failure
7669   to access a file or directory specified as a command line argument
7670   or a directory loop)
7671 @end display
7673 Also see @ref{Common options}.
7675 @menu
7676 * Which files are listed::
7677 * What information is listed::
7678 * Sorting the output::
7679 * General output formatting::
7680 * Formatting file timestamps::
7681 * Formatting the file names::
7682 @end menu
7685 @node Which files are listed
7686 @subsection Which files are listed
7688 These options determine which files @command{ls} lists information for.
7689 By default, @command{ls} lists files and the contents of any
7690 directories on the command line, except that in directories it ignores
7691 files whose names start with @samp{.}.
7693 @table @samp
7695 @item -a
7696 @itemx --all
7697 @opindex -a
7698 @opindex --all
7699 In directories, do not ignore file names that start with @samp{.}.
7701 @item -A
7702 @itemx --almost-all
7703 @opindex -A
7704 @opindex --almost-all
7705 In directories, do not ignore all file names that start with @samp{.};
7706 ignore only @file{.} and @file{..}.  The @option{--all} (@option{-a})
7707 option overrides this option.
7709 @item -B
7710 @itemx --ignore-backups
7711 @opindex -B
7712 @opindex --ignore-backups
7713 @cindex backup files, ignoring
7714 In directories, ignore files that end with @samp{~}.  This option is
7715 equivalent to @samp{--ignore='*~' --ignore='.*~'}.
7717 @item -d
7718 @itemx --directory
7719 @opindex -d
7720 @opindex --directory
7721 List just the names of directories, as with other types of files, rather
7722 than listing their contents.
7723 @c The following sentence is the same as the one for -F.
7724 Do not follow symbolic links listed on the
7725 command line unless the @option{--dereference-command-line} (@option{-H}),
7726 @option{--dereference} (@option{-L}), or
7727 @option{--dereference-command-line-symlink-to-dir} options are specified.
7729 @item -H
7730 @itemx --dereference-command-line
7731 @opindex -H
7732 @opindex --dereference-command-line
7733 @cindex symbolic links, dereferencing
7734 If a command line argument specifies a symbolic link, show information
7735 for the file the link references rather than for the link itself.
7737 @item --dereference-command-line-symlink-to-dir
7738 @opindex --dereference-command-line-symlink-to-dir
7739 @cindex symbolic links, dereferencing
7740 Do not dereference symbolic links, with one exception:
7741 if a command line argument specifies a symbolic link that refers to
7742 a directory, show information for that directory rather than for the
7743 link itself.
7744 This is the default behavior unless long format is being used
7745 or any of the following options is in effect:
7746 @option{--classify} (@option{-F}),
7747 @option{--directory} (@option{-d}),
7748 @option{--dereference} (@option{-L}), or
7749 @option{--dereference-command-line} (@option{-H})).
7751 @item --hide=PATTERN
7752 @opindex --hide=@var{pattern}
7753 In directories, ignore files whose names match the shell pattern
7754 @var{pattern}, unless the @option{--all} (@option{-a}) or
7755 @option{--almost-all} (@option{-A}) is also given.  This
7756 option acts like @option{--ignore=@var{pattern}} except that it has no
7757 effect if @option{--all} (@option{-a}) or @option{--almost-all}
7758 (@option{-A}) is also given.
7760 This option can be useful in shell aliases.  For example, if
7761 @command{lx} is an alias for @samp{ls --hide='*~'} and @command{ly} is
7762 an alias for @samp{ls --ignore='*~'}, then the command @samp{lx -A}
7763 lists the file @file{README~} even though @samp{ly -A} would not.
7765 @item -I @var{pattern}
7766 @itemx --ignore=@var{pattern}
7767 @opindex -I
7768 @opindex --ignore=@var{pattern}
7769 In directories, ignore files whose names match the shell pattern
7770 (not regular expression) @var{pattern}.  As
7771 in the shell, an initial @samp{.} in a file name does not match a
7772 wildcard at the start of @var{pattern}.  Sometimes it is useful
7773 to give this option several times.  For example,
7775 @example
7776 $ ls --ignore='.??*' --ignore='.[^.]' --ignore='#*'
7777 @end example
7779 The first option ignores names of length 3 or more that start with @samp{.},
7780 the second ignores all two-character names that start with @samp{.}
7781 except @samp{..}, and the third ignores names that start with @samp{#}.
7783 @item -L
7784 @itemx --dereference
7785 @opindex -L
7786 @opindex --dereference
7787 @cindex symbolic links, dereferencing
7788 When showing file information for a symbolic link, show information
7789 for the file the link references rather than the link itself.
7790 However, even with this option, @command{ls} still prints the name
7791 of the link itself, not the name of the file that the link points to.
7793 @item -R
7794 @itemx --recursive
7795 @opindex -R
7796 @opindex --recursive
7797 @cindex recursive directory listing
7798 @cindex directory listing, recursive
7799 List the contents of all directories recursively.
7801 @end table
7804 @node What information is listed
7805 @subsection What information is listed
7807 These options affect the information that @command{ls} displays.  By
7808 default, only file names are shown.
7810 @table @samp
7812 @item --author
7813 @opindex --author
7814 @cindex hurd, author, printing
7815 In long format, list each file's author.
7816 In GNU/Hurd, file authors can differ from their owners, but in other
7817 operating systems the two are the same.
7819 @item -D
7820 @itemx --dired
7821 @opindex -D
7822 @opindex --dired
7823 @cindex dired Emacs mode support
7824 Print an additional line after the main output:
7826 @example
7827 //DIRED// @var{beg1} @var{end1} @var{beg2} @var{end2} @dots{}
7828 @end example
7830 @noindent
7831 The @var{begn} and @var{endn} are unsigned integers that record the
7832 byte position of the beginning and end of each file name in the output.
7833 This makes it easy for Emacs to find the names, even when they contain
7834 unusual characters such as space or newline, without fancy searching.
7836 If directories are being listed recursively via
7837 @option{--recursive} (@option{-R}), output a similar
7838 line with offsets for each subdirectory name:
7840 @example
7841 //SUBDIRED// @var{beg1} @var{end1} @dots{}
7842 @end example
7844 Finally, output a line of the form:
7846 @example
7847 //DIRED-OPTIONS// --quoting-style=@var{word}
7848 @end example
7850 @noindent
7851 where @var{word} is the quoting style (@pxref{Formatting the file names}).
7853 Here is an actual example:
7855 @example
7856 $ mkdir -p a/sub/deeper a/sub2
7857 $ touch a/f1 a/f2
7858 $ touch a/sub/deeper/file
7859 $ ls -gloRF --dired a
7860   a:
7861   total 8
7862   -rw-r--r-- 1    0 Jun 10 12:27 f1
7863   -rw-r--r-- 1    0 Jun 10 12:27 f2
7864   drwxr-xr-x 3 4096 Jun 10 12:27 sub/
7865   drwxr-xr-x 2 4096 Jun 10 12:27 sub2/
7867   a/sub:
7868   total 4
7869   drwxr-xr-x 2 4096 Jun 10 12:27 deeper/
7871   a/sub/deeper:
7872   total 0
7873   -rw-r--r-- 1 0 Jun 10 12:27 file
7875   a/sub2:
7876   total 0
7877 //DIRED// 48 50 84 86 120 123 158 162 217 223 282 286
7878 //SUBDIRED// 2 3 167 172 228 240 290 296
7879 //DIRED-OPTIONS// --quoting-style=literal
7880 @end example
7882 The pairs of offsets on the @samp{//DIRED//} line above delimit
7883 these names: @file{f1}, @file{f2}, @file{sub}, @file{sub2}, @file{deeper},
7884 @file{file}.
7885 The offsets on the @samp{//SUBDIRED//} line delimit the following
7886 directory names: @file{a}, @file{a/sub}, @file{a/sub/deeper}, @file{a/sub2}.
7888 Here is an example of how to extract the fifth entry name, @samp{deeper},
7889 corresponding to the pair of offsets, 222 and 228:
7891 @example
7892 $ ls -gloRF --dired a > out
7893 $ dd bs=1 skip=222 count=6 < out 2>/dev/null; echo
7894 deeper
7895 @end example
7897 Although the listing above includes a trailing slash
7898 for the @samp{deeper} entry, the offsets select the name without
7899 the trailing slash.  However, if you invoke @command{ls} with @option{--dired}
7900 (@option{-D}) along with an option like
7901 @option{--escape} (@option{-b}) and operate
7902 on a file whose name contains special characters, the backslash
7903 @emph{is} included:
7905 @example
7906 $ touch 'a b'
7907 $ ls -blog --dired 'a b'
7908   -rw-r--r-- 1 0 Jun 10 12:28 a\ b
7909 //DIRED// 30 34
7910 //DIRED-OPTIONS// --quoting-style=escape
7911 @end example
7913 If you use a quoting style like @option{--quoting-style=c} (@option{-Q})
7914 that adds quote marks, then the offsets include the quote marks.
7915 So beware that the user may select the quoting style via the environment
7916 variable @env{QUOTING_STYLE}@.  Hence, applications using @option{--dired}
7917 should either specify an explicit @option{--quoting-style=literal}
7918 (@option{-N}) option on the command line, or else be
7919 prepared to parse the escaped names.
7921 The @option{--dired} (@option{-D}) option implies long format output
7922 with hyperlinks disabled, and takes precedence over previously specified
7923 output formats or hyperlink mode.
7925 @item --full-time
7926 @opindex --full-time
7927 Produce long format, and list times in full.  It is
7928 equivalent to using @option{--format=long} (@option{-l}) with
7929 @option{--time-style=full-iso} (@pxref{Formatting file timestamps}).
7931 @item -g
7932 @opindex -g
7933 Produce long format, but omit owner information.
7935 @item -G
7936 @itemx --no-group
7937 @opindex -G
7938 @opindex --no-group
7939 Inhibit display of group information in long format.
7940 (This is the default in some non-GNU versions of @command{ls}, so we
7941 provide this option for compatibility.)
7943 @optHumanReadable
7945 @item -i
7946 @itemx --inode
7947 @opindex -i
7948 @opindex --inode
7949 @cindex inode number, printing
7950 Print the inode number (also called the file serial number and index
7951 number) of each file to the left of the file name.  (This number
7952 uniquely identifies each file within a particular file system.)
7954 @item -l
7955 @itemx --format=long
7956 @itemx --format=verbose
7957 @opindex -l
7958 @opindex --format
7959 @opindex long ls @r{format}
7960 @opindex verbose ls @r{format}
7961 Produce long format.
7962 In addition to the name of each file, print the file type, file mode bits,
7963 number of hard links, owner name, group name, size, and
7964 timestamp (@pxref{Formatting file timestamps}), normally
7965 the modification timestamp (the mtime, @pxref{File timestamps}).
7966 If the owner or group name cannot be determined, print
7967 the owner or group ID instead, right-justified as a cue
7968 that it is a number rather than a textual name.
7969 Print question marks for other information that
7970 cannot be determined.
7972 For block special files and character special files, the size field is
7973 replaced by the corresponding device major and minor numbers as two decimal
7974 numbers separated by a comma and at least one space.
7976 Normally the size is printed as a byte count without punctuation, but
7977 this can be overridden (@pxref{Block size}).
7978 For example, @option{--human-readable} (@option{-h})
7979 prints an abbreviated, human-readable count, and
7980 @samp{--block-size="'1"} prints a byte count with the thousands
7981 separator of the current locale.
7983 For each directory that is listed, preface the files with a line
7984 @samp{total @var{blocks}}, where @var{blocks} is the file system allocation
7985 for all files in that directory.  The block size currently defaults to 1024
7986 bytes, but this can be overridden (@pxref{Block size}).
7987 The @var{blocks} computed counts each hard link separately;
7988 this is arguably a deficiency.
7990 The file type is one of the following characters:
7992 @c The commented-out entries are ones we're not sure about.
7994 @table @samp
7995 @item -
7996 regular file
7997 @item b
7998 block special file
7999 @item c
8000 character special file
8001 @item C
8002 high performance (``contiguous data'') file
8003 @item d
8004 directory
8005 @item D
8006 door (Solaris)
8007 @c @item F
8008 @c semaphore, if this is a distinct file type
8009 @item l
8010 symbolic link
8011 @c @item m
8012 @c multiplexed file (7th edition Unix; obsolete)
8013 @item M
8014 off-line (``migrated'') file (Cray DMF)
8015 @item n
8016 network special file (HP-UX)
8017 @item p
8018 FIFO (named pipe)
8019 @item P
8020 port (Solaris)
8021 @c @item Q
8022 @c message queue, if this is a distinct file type
8023 @item s
8024 socket
8025 @c @item S
8026 @c shared memory object, if this is a distinct file type
8027 @c @item T
8028 @c typed memory object, if this is a distinct file type
8029 @c @item w
8030 @c whiteout (4.4BSD; not implemented)
8031 @item ?
8032 some other file type
8033 @end table
8035 @cindex permissions, output by @command{ls}
8036 The file mode bits listed are similar to symbolic mode specifications
8037 (@pxref{Symbolic Modes}).  But @command{ls} combines multiple bits into the
8038 third character of each set of permissions as follows:
8040 @table @samp
8041 @item s
8042 If the set-user-ID or set-group-ID bit and the corresponding executable bit
8043 are both set.
8045 @item S
8046 If the set-user-ID or set-group-ID bit is set but the corresponding
8047 executable bit is not set.
8049 @item t
8050 If the restricted deletion flag or sticky bit, and the
8051 other-executable bit, are both set.  The restricted deletion flag is
8052 another name for the sticky bit.  @xref{Mode Structure}.
8054 @item T
8055 If the restricted deletion flag or sticky bit is set but the
8056 other-executable bit is not set.
8058 @item x
8059 If the executable bit is set and none of the above apply.
8061 @item -
8062 Otherwise.
8063 @end table
8065 Following the file mode bits is a single character that specifies
8066 whether an alternate access method such as an access control list
8067 applies to the file.  When the character following the file mode bits is a
8068 space, there is no alternate access method.  When it is a printing
8069 character, then there is such a method.
8071 GNU @command{ls} uses a @samp{.} character to indicate a file
8072 with a security context, but no other alternate access method.
8074 A file with any other combination of alternate access methods
8075 is marked with a @samp{+} character.
8077 @item -n
8078 @itemx --numeric-uid-gid
8079 @opindex -n
8080 @opindex --numeric-uid-gid
8081 @cindex numeric uid and gid
8082 @cindex numeric user and group IDs
8083 Produce long format, but
8084 display right-justified numeric user and group IDs
8085 instead of left-justified owner and group names.
8087 @item -o
8088 @opindex -o
8089 Produce long format, but omit group information.
8090 It is equivalent to using @option{--format=long} (@option{-l})
8091 with @option{--no-group} (@option{-G}).
8093 @item -s
8094 @itemx --size
8095 @opindex -s
8096 @opindex --size
8097 @cindex file system allocation
8098 @cindex size of files, reporting
8099 Print the file system allocation of each file to the left of the file name.
8100 This is the amount of file system space used by the file, which is usually a
8101 bit more than the file's size, but it can be less if the file has holes.
8103 Normally the allocation is printed in units of
8104 1024 bytes, but this can be overridden (@pxref{Block size}).
8106 @cindex NFS mounts from BSD to HP-UX
8107 For files that are NFS-mounted from an HP-UX system to a BSD system,
8108 this option reports sizes that are half the correct values.  On HP-UX
8109 systems, it reports sizes that are twice the correct values for files
8110 that are NFS-mounted from BSD systems.  This is due to a flaw in HP-UX;
8111 it also affects the HP-UX @command{ls} program.
8113 @optSi
8115 @item -Z
8116 @itemx --context
8117 @opindex -Z
8118 @opindex --context
8119 @cindex SELinux
8120 @cindex security context
8121 Display the SELinux security context or @samp{?} if none is found.
8122 In long format, print the security context to the left of the size column.
8124 @end table
8127 @node Sorting the output
8128 @subsection Sorting the output
8130 @cindex sorting @command{ls} output
8131 @vindex LC_COLLATE
8132 These options change the order in which @command{ls} outputs
8133 information for the files in a directory.
8134 (Command-line operands are always processed left to right.)
8135 By default, files are sorted alphabetically by name, using the
8136 character collating sequence specified by the @env{LC_COLLATE} locale.
8138 @table @samp
8140 @item -c
8141 @itemx --time=ctime
8142 @itemx --time=status
8143 @opindex -c
8144 @opindex --time
8145 @opindex ctime@r{, printing or sorting by}
8146 @opindex status time@r{, printing or sorting by}
8147 @opindex use time@r{, printing or sorting files by}
8148 In long format,
8149 print the status change timestamp (the ctime) instead of the mtime.
8150 When sorting by time or when not using long format,
8151 sort according to the ctime.  @xref{File timestamps}.
8153 @item -f
8154 @opindex -f
8155 @cindex unsorted directory listing
8156 @cindex directory order, listing by
8157 Do not sort, and list all files.
8158 This is like @option{--sort=none} (@option{-U}) combined
8159 with @option{--all} (@option{-a}).
8161 @item --group-directories-first
8162 @opindex --group-directories-first
8163 When listing a directory's files,
8164 group all subdirectories before non-directories
8165 and then sort the subdirectories and the non-directories separately.
8166 That is, this option specifies a primary sort key,
8167 and the other sorting options specify a secondary key.
8168 However, any use of @option{--sort=none}
8169 (@option{-U}) disables this option altogether.
8171 @item -r
8172 @itemx --reverse
8173 @opindex -r
8174 @opindex --reverse
8175 @cindex reverse sorting
8176 Reverse whatever the sorting method is -- e.g., list files in reverse
8177 alphabetical order, youngest first, smallest first, or whatever.
8178 This option has no effect when @option{--sort=none} (@option{-U})
8179 is in effect.
8181 @item -S
8182 @itemx --sort=size
8183 @opindex -S
8184 @opindex --sort
8185 @opindex size of files@r{, sorting files by}
8186 Sort by file size, largest first.
8188 @item -t
8189 @itemx --sort=time
8190 @opindex -t
8191 @opindex --sort
8192 @opindex modification timestamp@r{, sorting files by}
8193 Sort by modification timestamp (mtime) by default, newest first.
8194 The timestamp to order by can be changed with the @option{--time} option.
8195 @xref{File timestamps}.
8197 @item -u
8198 @itemx --time=atime
8199 @itemx --time=access
8200 @itemx --time=use
8201 @opindex -u
8202 @opindex --time
8203 @opindex use time@r{, printing or sorting files by}
8204 @opindex atime@r{, printing or sorting files by}
8205 @opindex access timestamp@r{, printing or sorting files by}
8206 In long format, print the last access timestamp (the atime).
8207 When sorting by time or when not using long format,
8208 sort according to the atime.
8209 @xref{File timestamps}.
8211 @item --time=mtime
8212 @itemx --time=modification
8213 @opindex --time
8214 @opindex data modification time@r{, printing or sorting files by}
8215 @opindex mtime@r{, printing or sorting files by}
8216 This is the default timestamp display and sorting mode.
8217 In long format, print the last data modification timestamp (the mtime).
8218 When sorting by time or when not using long format,
8219 sort according to the mtime.
8220 @xref{File timestamps}.
8222 @item --time=birth
8223 @itemx --time=creation
8224 @opindex --time
8225 @opindex birth time@r{, printing or sorting files by}
8226 @opindex creation timestamp@r{, printing or sorting files by}
8227 In long format, print the file creation timestamp if available,
8228 falling back to the file modification timestamp (mtime) if not.
8229 When sorting by time or when not using long format,
8230 sort according to the birth time.
8231 @xref{File timestamps}.
8233 @item -U
8234 @itemx --sort=none
8235 @opindex -U
8236 @opindex --sort
8237 @opindex none@r{, sorting option for @command{ls}}
8238 Do not sort; list the files in whatever order they are
8239 stored in the directory.  This can be useful when listing large
8240 directories, where sorting can take some time.
8242 Unlike @option{-f}, this option does not imply @option{--all}
8243 (@option{-a}).
8245 @item -v
8246 @itemx --sort=version
8247 @opindex -v
8248 @opindex --sort
8249 @opindex version@r{, sorting option for @command{ls}}
8250 Sort by version name and number, lowest first.  It behaves like a default
8251 sort, except that each sequence of decimal digits is treated numerically
8252 as an index/version number.  @xref{Version sort ordering}.
8254 @item --sort=name
8255 @opindex --sort
8256 @opindex name@r{, sorting option for @command{ls}}
8257 Sort by file name.  This is the default operation of @command{ls},
8258 and can be explicitly specified to override any
8259 previously specified sorting option.
8261 @item --sort=width
8262 @opindex --sort
8263 @opindex width@r{, sorting option for @command{ls}}
8264 Sort by printed width of file names.
8265 This can be useful with the @option{--format=vertical} (@option{-C})
8266 output format, to most densely display the listed files.
8268 @item -X
8269 @itemx --sort=extension
8270 @opindex -X
8271 @opindex --sort
8272 @opindex extension@r{, sorting files by}
8273 Sort directory contents alphabetically by file extension (characters
8274 after the last @samp{.}); files with no extension are sorted first.
8276 @end table
8279 @node General output formatting
8280 @subsection General output formatting
8282 These options affect the appearance of the overall output.
8284 @table @samp
8286 @item --format=single-column
8287 @opindex --format
8288 @opindex single-column @r{output of files}
8289 List one file name per line, with no other information.
8290 This is the default for @command{ls} when standard
8291 output is not a terminal.  See also the @option{--escape} (@option{-b}),
8292 @option{--hide-control-chars} (@option{-q}), and @option{--zero} options
8293 to disambiguate output of file names containing newline characters.
8295 @item -1
8296 @opindex -1
8297 List one file per line.  This is like @option{--format=single-column}
8298 except that it has no effect if long format is also in effect.
8300 @item -C
8301 @itemx --format=vertical
8302 @opindex -C
8303 @opindex --format
8304 @opindex vertical @r{sorted files in columns}
8305 List files in columns, sorted vertically, with no other information.
8306 This is the default for @command{ls} if standard output is a terminal.
8307 It is always the default for the @command{dir} program.
8308 GNU @command{ls} uses variable width columns to display as many files as
8309 possible in the fewest lines.
8311 @item --color [=@var{when}]
8312 @opindex --color
8313 @cindex color, distinguishing file types with
8314 Specify whether to use color for distinguishing file types; @var{when}
8315 may be omitted, or one of:
8316 @itemize @bullet
8317 @item none
8318 @vindex none @r{color option}
8319 - Do not use color at all.  This is the default.
8320 @item auto
8321 @vindex auto @r{color option}
8322 @cindex terminal, using color iff
8323 - Only use color if standard output is a terminal.
8324 @item always
8325 @vindex always @r{color option}
8326 - Always use color.
8327 @end itemize
8328 Specifying @option{--color} and no @var{when} is equivalent to
8329 @option{--color=always}.
8330 If piping a colored listing through a pager like @command{less},
8331 use the pager's @option{-R} option to pass the color codes to the terminal.
8332 @xref{dircolors invocation} to configure the colors used.
8334 @vindex LS_COLORS
8335 @vindex SHELL @r{environment variable, and color}
8336 Using the @option{--color} option may incur a noticeable
8337 performance penalty when run in a large directory,
8338 because the default settings require that @command{ls} @code{stat} every
8339 single file it lists.
8340 However, if you would like most of the file-type coloring
8341 but can live without the other coloring options (e.g.,
8342 executable, orphan, sticky, other-writable, capability), use
8343 @command{dircolors} to set the @env{LS_COLORS} environment variable like this,
8344 @example
8345 eval $(dircolors -p | perl -pe \
8346   's/^((CAP|S[ET]|O[TR]|M|E)\w+).*/$1 00/' | dircolors -)
8347 @end example
8348 and on a @code{dirent.d_type}-capable file system, @command{ls}
8349 will perform only one @code{stat} call per command line argument.
8351 @item -F
8352 @itemx --classify [=@var{when}]
8353 @itemx --indicator-style=classify
8354 @opindex -F
8355 @opindex --classify
8356 @opindex --indicator-style
8357 @cindex file type and executables, marking
8358 @cindex executables and file type, marking
8359 Append a character to each file name indicating the file type.  Also,
8360 for regular files that are executable, append @samp{*}.  The file type
8361 indicators are @samp{/} for directories, @samp{@@} for symbolic links,
8362 @samp{|} for FIFOs, @samp{=} for sockets, @samp{>} for doors,
8363 and nothing for regular files.
8364 @var{when} may be omitted, or one of:
8365 @itemize @bullet
8366 @item none
8367 @vindex none @r{classify option}
8368 - Do not classify.  This is the default.
8369 @item auto
8370 @vindex auto @r{classify option}
8371 @cindex terminal, using classify iff
8372 - Only classify if standard output is a terminal.
8373 @item always
8374 @vindex always @r{classify option}
8375 - Always classify.
8376 @end itemize
8377 Specifying @option{--classify} and no @var{when} is equivalent to
8378 @option{--classify=always}.
8379 @c The following sentence is the same as the one for -d.
8380 Do not follow symbolic links listed on the
8381 command line unless the @option{--dereference-command-line} (@option{-H}),
8382 @option{--dereference} (@option{-L}), or
8383 @option{--dereference-command-line-symlink-to-dir} options are specified.
8385 @item --file-type
8386 @itemx --indicator-style=file-type
8387 @opindex --file-type
8388 @opindex --indicator-style
8389 @cindex file type, marking
8390 Append a character to each file name indicating the file type.  This is
8391 like @option{--classify} (@option{-F}, except that executables are not marked.
8393 @item --hyperlink [=@var{when}]
8394 @opindex --hyperlink
8395 @cindex hyperlink, linking to files
8396 Output codes recognized by some terminals to link
8397 to files using the @samp{file://} URI format.
8398 @var{when} may be omitted, or one of:
8399 @itemize @bullet
8400 @item none
8401 @vindex none @r{hyperlink option}
8402 - Do not use hyperlinks at all.  This is the default.
8403 @item auto
8404 @vindex auto @r{hyperlink option}
8405 @cindex terminal, using hyperlink iff
8406 - Only use hyperlinks if standard output is a terminal.
8407 @item always
8408 @vindex always @r{hyperlink option}
8409 - Always use hyperlinks.
8410 @end itemize
8411 Specifying @option{--hyperlink} and no @var{when} is equivalent to
8412 @option{--hyperlink=always}.
8414 @item --indicator-style=@var{word}
8415 @opindex --indicator-style
8416 Append a character indicator with style @var{word} to file names,
8417 as follows:
8419 @table @samp
8420 @item none
8421 Do not append any character indicator; this is the default.
8422 @item slash
8423 Append @samp{/} for directories.  This is the same as the @option{-p}
8424 option.
8425 @item file-type
8426 Append @samp{/} for directories, @samp{@@} for symbolic links, @samp{|}
8427 for FIFOs, @samp{=} for sockets, and nothing for regular files.  This is
8428 the same as the @option{--file-type} option.
8429 @item classify
8430 Append @samp{*} for executable regular files, otherwise behave as for
8431 @samp{file-type}.  This is the same as the @option{--classify}
8432 (@option{-F}) option.
8433 @end table
8435 @item -k
8436 @itemx --kibibytes
8437 @opindex -k
8438 @opindex --kibibytes
8439 Set the default block size to its normal value of 1024 bytes,
8440 overriding any contrary specification in environment variables
8441 (@pxref{Block size}).  If @option{--block-size},
8442 @option{--human-readable} (@option{-h}), or @option{--si} options are used,
8443 they take precedence even if @option{--kibibytes} (@option{-k}) is placed after
8445 The @option{--kibibytes} (@option{-k}) option affects the
8446 per-directory block count written in long format,
8447 and the file system allocation written by the @option{--size} (@option{-s})
8448 option.  It does not affect the file size in bytes that is written in
8449 long format.
8451 @item -m
8452 @itemx --format=commas
8453 @opindex -m
8454 @opindex --format
8455 @opindex commas@r{, outputting between files}
8456 List files horizontally, with as many as will fit on each line,
8457 separated by @samp{, } (a comma and a space),
8458 and with no other information.
8460 @item -p
8461 @itemx --indicator-style=slash
8462 @opindex -p
8463 @opindex --indicator-style
8464 @cindex file type, marking
8465 Append a @samp{/} to directory names.
8467 @item -x
8468 @itemx --format=across
8469 @itemx --format=horizontal
8470 @opindex -x
8471 @opindex --format
8472 @opindex across@r{, listing files}
8473 @opindex horizontal@r{, listing files}
8474 List the files in columns, sorted horizontally.
8476 @item -T @var{cols}
8477 @itemx --tabsize=@var{cols}
8478 @opindex -T
8479 @opindex --tabsize
8480 Assume that each tab stop is @var{cols} columns wide.  The default is 8.
8481 @command{ls} uses tabs where possible in the output, for efficiency.  If
8482 @var{cols} is zero, do not use tabs at all.
8484 Some terminal emulators might not properly align columns to the right of a
8485 TAB following a non-ASCII byte.  You can avoid that issue by using the
8486 @option{-T0} option or put @code{TABSIZE=0} in your environment, to tell
8487 @command{ls} to align using spaces, not tabs.
8489 If you set a terminal's hardware tabs to anything other than the default,
8490 you should also use a @command{--tabsize} option or @env{TABSIZE}
8491 environment variable either to match the hardware tabs, or to disable
8492 the use of hardware tabs.  Otherwise, the output of @command{ls} may
8493 not line up.  For example, if you run the shell command @samp{tabs -4}
8494 to set hardware tabs to every four columns, you should also run
8495 @samp{export TABSIZE=4} or @samp{export TABSIZE=0}, or use the
8496 corresponding @option{--tabsize} options.
8498 @item -w @var{cols}
8499 @itemx --width=@var{cols}
8500 @opindex -w
8501 @opindex --width
8502 @vindex COLUMNS
8503 Assume the screen is @var{cols} columns wide.  The default is taken
8504 from the terminal settings if possible; otherwise the environment
8505 variable @env{COLUMNS} is used if it is set; otherwise the default
8506 is 80.  With a @var{cols} value of @samp{0}, there is no limit on
8507 the length of the output line, and that single output line will
8508 be delimited with spaces, not tabs.
8510 @item --zero
8511 @opindex --zero
8512 @outputNUL
8513 This option is incompatible with the @option{--dired} (@option{-D}) option.
8514 This option also implies the options @option{--show-control-chars},
8515 @option{-1}, @option{--color=none}, and
8516 @option{--quoting-style=literal} (@option{-N}).
8518 @end table
8521 @node Formatting file timestamps
8522 @subsection Formatting file timestamps
8524 By default, file timestamps are listed in abbreviated form, using
8525 a date like @samp{Mar 30@ @ 2020} for non-recent timestamps, and a
8526 date-without-year and time like @samp{Mar 30 23:45} for recent timestamps.
8527 This format can change depending on the current locale as detailed below.
8529 @cindex clock skew
8530 A timestamp is considered to be @dfn{recent} if it is less than six
8531 months old, and is not dated in the future.  If a timestamp dated
8532 today is not listed in recent form, the timestamp is in the future,
8533 which means you probably have clock skew problems which may break
8534 programs like @command{make} that rely on file timestamps.
8535 @xref{File timestamps}.
8537 @vindex TZ
8538 Timestamps are listed according to the time zone rules specified by
8539 the @env{TZ} environment variable, or by the system default rules if
8540 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
8541 with @env{TZ}, libc, The GNU C Library Reference Manual}.
8543 The following option changes how file timestamps are printed.
8545 @table @samp
8546 @item --time-style=@var{style}
8547 @opindex --time-style
8548 @cindex time style
8549 List timestamps in style @var{style}.  The @var{style} should
8550 be one of the following:
8552 @table @samp
8553 @item +@var{format}
8554 @vindex LC_TIME
8555 List timestamps using @var{format}, where @var{format} is interpreted
8556 like the format argument of @command{date} (@pxref{date invocation}).
8557 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
8558 @command{ls} to list timestamps like @samp{2020-03-30 23:45:56}.  As
8559 with @command{date}, @var{format}'s interpretation is affected by the
8560 @env{LC_TIME} locale category.
8562 If @var{format} contains two format strings separated by a newline,
8563 the former is used for non-recent files and the latter for recent
8564 files; if you want output columns to line up, you may need to insert
8565 spaces in one of the two formats.
8567 @item full-iso
8568 List timestamps in full using ISO 8601-like date, time, and time zone
8569 components with nanosecond precision, e.g., @samp{2020-07-21
8570 23:45:56.477817180 -0400}.  This style is equivalent to
8571 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
8573 This is useful because the time output includes all the information that
8574 is available from the operating system.  For example, this can help
8575 explain @command{make}'s behavior, since GNU @command{make}
8576 uses the full timestamp to determine whether a file is out of date.
8578 @item long-iso
8579 List ISO 8601 date and time components with minute precision, e.g.,
8580 @samp{2020-03-30 23:45}.  These timestamps are shorter than
8581 @samp{full-iso} timestamps, and are usually good enough for everyday
8582 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
8584 @item iso
8585 List ISO 8601 dates for non-recent timestamps (e.g.,
8586 @samp{2020-03-30@ }), and ISO 8601-like month, day, hour, and
8587 minute for recent timestamps (e.g., @samp{03-30 23:45}).  These
8588 timestamps are uglier than @samp{long-iso} timestamps, but they carry
8589 nearly the same information in a smaller space and their brevity helps
8590 @command{ls} output fit within traditional 80-column output lines.
8591 The following two @command{ls} invocations are equivalent:
8593 @example
8594 newline='
8596 ls -l --time-style="+%Y-%m-%d $newline%m-%d %H:%M"
8597 ls -l --time-style="iso"
8598 @end example
8600 @item locale
8601 @vindex LC_TIME
8602 List timestamps in a locale-dependent form.  For example, a French
8603 locale might list non-recent timestamps like @samp{30 mars@ @ @ 2020}
8604 and recent timestamps like @samp{30 mars@ @ 23:45}.  Locale-dependent
8605 timestamps typically consume more space than @samp{iso} timestamps and
8606 are harder for programs to parse because locale conventions vary so
8607 widely, but they are easier for many people to read.
8609 The @env{LC_TIME} locale category specifies the timestamp format.  The
8610 default POSIX locale uses timestamps like @samp{Mar 30@
8611 @ 2020} and @samp{Mar 30 23:45}; in this locale, the following two
8612 @command{ls} invocations are equivalent:
8614 @example
8615 newline='
8617 ls -l --time-style="+%b %e  %Y$newline%b %e %H:%M"
8618 ls -l --time-style="locale"
8619 @end example
8621 Other locales behave differently.  For example, in a German locale,
8622 @option{--time-style="locale"} might be equivalent to
8623 @option{--time-style="+%e. %b %Y $newline%e. %b %H:%M"}
8624 and might generate timestamps like @samp{30. M@"ar 2020@ } and
8625 @samp{30. M@"ar 23:45}.
8627 @item posix-@var{style}
8628 @vindex LC_TIME
8629 List POSIX-locale timestamps if the @env{LC_TIME} locale
8630 category is POSIX, @var{style} timestamps otherwise.  For
8631 example, the @samp{posix-long-iso} style lists
8632 timestamps like @samp{Mar 30@ @ 2020} and @samp{Mar 30 23:45} when in
8633 the POSIX locale, and like @samp{2020-03-30 23:45} otherwise.
8634 @end table
8635 @end table
8637 @vindex TIME_STYLE
8638 You can specify the default value of the @option{--time-style} option
8639 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
8640 the default style is @samp{locale}.  GNU Emacs 21.3 and
8641 later use the @option{--dired} option and therefore can parse any date
8642 format, but if you are using Emacs 21.1 or 21.2 and specify a
8643 non-POSIX locale you may need to set
8644 @samp{TIME_STYLE="posix-long-iso"}.
8646 To avoid certain denial-of-service attacks, timestamps that would be
8647 longer than 1000 bytes may be treated as errors.
8650 @node Formatting the file names
8651 @subsection Formatting the file names
8653 These options change how file names themselves are printed.
8655 @table @samp
8657 @item -b
8658 @itemx --escape
8659 @itemx --quoting-style=escape
8660 @opindex -b
8661 @opindex --escape
8662 @opindex --quoting-style
8663 @cindex backslash sequences for file names
8664 Quote nongraphic characters in file names using alphabetic and octal
8665 backslash sequences like those used in C.
8667 @item -N
8668 @itemx --literal
8669 @itemx --quoting-style=literal
8670 @opindex -N
8671 @opindex --literal
8672 @opindex --quoting-style
8673 Do not quote file names.  However, with @command{ls} nongraphic
8674 characters are still printed as question marks if the output is a
8675 terminal and you do not specify the @option{--show-control-chars}
8676 option.
8678 @item -q
8679 @itemx --hide-control-chars
8680 @opindex -q
8681 @opindex --hide-control-chars
8682 Print question marks instead of nongraphic characters in file names.
8683 This is the default if the output is a terminal and the program is
8684 @command{ls}.
8686 @item -Q
8687 @itemx --quote-name
8688 @itemx --quoting-style=c
8689 @opindex -Q
8690 @opindex --quote-name
8691 @opindex --quoting-style
8692 Enclose file names in double quotes and quote nongraphic characters as
8693 in C.
8695 @item --quoting-style=@var{word}
8696 @opindex --quoting-style
8697 @cindex quoting style
8698 Use style @var{word} to quote file names and other strings that may
8699 contain arbitrary characters.  The @var{word} should
8700 be one of the following:
8702 @macro quotingStyles
8703 @table @samp
8704 @item literal
8705 Output strings as-is; this is the same as the @option{--literal} (@option{-N})
8706 option.
8707 @item shell
8708 Quote strings for the shell if they contain shell metacharacters or would
8709 cause ambiguous output.
8710 The quoting is suitable for POSIX-compatible shells like
8711 @command{bash}, but it does not always work for incompatible shells
8712 like @command{csh}.
8713 @item shell-always
8714 Quote strings for the shell, even if they would normally not require quoting.
8715 @item shell-escape
8716 Like @samp{shell}, but also quoting non-printable characters using the POSIX
8717 @samp{$''} syntax suitable for most shells.
8718 @item shell-escape-always
8719 Like @samp{shell-escape}, but quote strings even if they would
8720 normally not require quoting.
8721 @item c
8722 Quote strings as for C character string literals, including the
8723 surrounding double-quote characters; this is the same as the
8724 @option{--quote-name} (@option{-Q}) option.
8725 @item c-maybe
8726 Quote strings as for C character string literals, except omit the
8727 surrounding double-quote if no escaping is required.
8728 @item escape
8729 Quote strings as for C character string literals, except omit the
8730 surrounding double-quote
8731 characters; this is the same as the @option{--escape} (@option{-b}) option.
8732 @item clocale
8733 Quote strings as for C character string literals, except use
8734 surrounding quotation marks appropriate for the
8735 locale.
8736 @item locale
8737 @c Use @t instead of @samp to avoid duplicate quoting in some output styles.
8738 Quote strings as for C character string literals, except use
8739 surrounding quotation marks appropriate for the locale, and quote
8740 @t{'like this'} instead of @t{"like
8741 this"} in the default C locale.  This looks nicer on many displays.
8742 @end table
8743 @end macro
8744 @quotingStyles
8746 You can specify the default value of the @option{--quoting-style} option
8747 with the environment variable @env{QUOTING_STYLE}@.  If that environment
8748 variable is not set, the default value is @samp{shell-escape} when the
8749 output is a terminal, and @samp{literal} otherwise.
8751 @item --show-control-chars
8752 @opindex --show-control-chars
8753 Print nongraphic characters as-is in file names.
8754 This is the default unless the output is a terminal and the program is
8755 @command{ls}.
8757 @end table
8760 @node dir invocation
8761 @section @command{dir}: Briefly list directory contents
8763 @pindex dir
8764 @cindex directory listing, brief
8766 @command{dir} is equivalent to @code{ls -C
8767 -b}; that is, by default files are listed in columns, sorted vertically,
8768 and special characters are represented by backslash escape sequences.
8770 @xref{ls invocation, @command{ls}}.
8773 @node vdir invocation
8774 @section @command{vdir}: Verbosely list directory contents
8776 @pindex vdir
8777 @cindex directory listing, verbose
8779 @command{vdir} is equivalent to @code{ls -l
8780 -b}; that is, by default files are listed in long format and special
8781 characters are represented by backslash escape sequences.
8783 @xref{ls invocation, @command{ls}}.
8785 @node dircolors invocation
8786 @section @command{dircolors}: Color setup for @command{ls}
8788 @pindex dircolors
8789 @cindex color setup
8790 @cindex setup for color
8792 @command{dircolors} outputs a sequence of shell commands to set up the
8793 terminal for color output from @command{ls} (and @command{dir}, etc.).
8794 Typical usage:
8796 @example
8797 eval "$(dircolors [@var{option}]@dots{} [@var{file}])"
8798 @end example
8800 If @var{file} is specified, @command{dircolors} reads it to determine which
8801 colors to use for which file types and extensions.  Otherwise, a
8802 precompiled database is used.  For details on the format of these files,
8803 run @samp{dircolors --print-database}.
8805 To make @command{dircolors} read a @file{~/.dircolors} file if it
8806 exists, you can put the following lines in your @file{~/.bashrc} (or
8807 adapt them to your favorite shell):
8809 @example
8810 d=.dircolors
8811 test -r $d && eval "$(dircolors $d)"
8812 @end example
8814 @vindex LS_COLORS
8815 @vindex SHELL @r{environment variable, and color}
8816 The output is a shell command to set the @env{LS_COLORS} environment
8817 variable.  You can specify the shell syntax to use on the command line,
8818 or @command{dircolors} will guess it from the value of the @env{SHELL}
8819 environment variable.
8821 The program accepts the following options.  Also see @ref{Common options}.
8823 @table @samp
8824 @item -b
8825 @itemx --sh
8826 @itemx --bourne-shell
8827 @opindex -b
8828 @opindex --sh
8829 @opindex --bourne-shell
8830 @cindex Bourne shell syntax for color setup
8831 @cindex @command{sh} syntax for color setup
8832 Output Bourne shell commands.  This is the default if the @env{SHELL}
8833 environment variable is set and does not end with @samp{csh} or
8834 @samp{tcsh}.
8836 @item -c
8837 @itemx --csh
8838 @itemx --c-shell
8839 @opindex -c
8840 @opindex --csh
8841 @opindex --c-shell
8842 @cindex C shell syntax for color setup
8843 @cindex @command{csh} syntax for color setup
8844 Output C shell commands.  This is the default if @code{SHELL} ends with
8845 @command{csh} or @command{tcsh}.
8847 @item -p
8848 @itemx --print-database
8849 @opindex -p
8850 @opindex --print-database
8851 @cindex color database, printing
8852 @cindex database for color setup, printing
8853 @cindex printing color database
8854 Print the (compiled-in) default color configuration database.  This
8855 output is itself a valid configuration file, and is fairly descriptive
8856 of the possibilities.
8858 @item --print-ls-colors
8859 @opindex --print-ls-colors
8860 @cindex printing ls colors
8861 Print the LS_COLORS entries on separate lines,
8862 each colored as per the color they represent.
8864 @end table
8866 @exitstatus
8869 @node Basic operations
8870 @chapter Basic operations
8872 @cindex manipulating files
8874 This chapter describes the commands for basic file manipulation:
8875 copying, moving (renaming), and deleting (removing).
8877 @menu
8878 * cp invocation::               Copy files.
8879 * dd invocation::               Convert and copy a file.
8880 * install invocation::          Copy files and set attributes.
8881 * mv invocation::               Move (rename) files.
8882 * rm invocation::               Remove files or directories.
8883 * shred invocation::            Remove files more securely.
8884 @end menu
8887 @node cp invocation
8888 @section @command{cp}: Copy files and directories
8890 @pindex cp
8891 @cindex copying files and directories
8892 @cindex files, copying
8893 @cindex directories, copying
8895 @command{cp} copies files (or, optionally, directories).  The copy is
8896 completely independent of the original.  You can either copy one file to
8897 another, or copy arbitrarily many files to a destination directory.
8898 Synopses:
8900 @example
8901 cp [@var{option}]@dots{} [-T] @var{source} @var{dest}
8902 cp [@var{option}]@dots{} @var{source}@dots{} @var{directory}
8903 cp [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
8904 @end example
8906 @itemize @bullet
8907 @item
8908 If two file names are given, @command{cp} copies the first file to the
8909 second.
8911 @item
8912 If the @option{--target-directory} (@option{-t}) option is given, or
8913 failing that if the last file is a directory and the
8914 @option{--no-target-directory} (@option{-T}) option is not given,
8915 @command{cp} copies each @var{source} file to the specified directory,
8916 using the @var{source}s' names.
8917 @end itemize
8919 Generally, files are written just as they are read.  For exceptions,
8920 see the @option{--sparse} option below.
8922 By default, @command{cp} does not copy directories.  However, the
8923 @option{-R}, @option{-a}, and @option{-r} options cause @command{cp} to
8924 copy recursively by descending into source directories and copying files
8925 to corresponding destination directories.
8927 When copying from a symbolic link, @command{cp} normally follows the
8928 link only when not copying recursively or when @option{--link}
8929 (@option{-l}) is used.  This default can be overridden with the
8930 @option{--archive} (@option{-a}), @option{-d}, @option{--dereference}
8931 (@option{-L}), @option{--no-dereference} (@option{-P}), and
8932 @option{-H} options.  If more than one of these options is specified,
8933 the last one silently overrides the others.
8935 When copying to a symbolic link, @command{cp} follows the
8936 link only when it refers to an existing regular file.
8937 However, when copying to a dangling symbolic link, @command{cp}
8938 refuses by default, and fails with a diagnostic, since the operation
8939 is inherently dangerous.  This behavior is contrary to historical
8940 practice and to POSIX@.
8941 Set @env{POSIXLY_CORRECT} to make @command{cp} attempt to create
8942 the target of a dangling destination symlink, in spite of the possible risk.
8943 Also, when an option like
8944 @option{--backup} or @option{--link} acts to rename or remove the
8945 destination before copying, @command{cp} renames or removes the
8946 symbolic link rather than the file it points to.
8948 By default, @command{cp} copies the contents of special files only
8949 when not copying recursively.  This default can be overridden with the
8950 @option{--copy-contents} option.
8952 @cindex self-backups
8953 @cindex backups, making only
8954 @command{cp} generally refuses to copy a file onto itself, with the
8955 following exception: if @option{--force --backup} is specified with
8956 @var{source} and @var{dest} identical, and referring to a regular file,
8957 @command{cp} will make a backup file, either regular or numbered, as
8958 specified in the usual ways (@pxref{Backup options}).  This is useful when
8959 you simply want to make a backup of an existing file before changing it.
8961 The program accepts the following options.  Also see @ref{Common options}.
8963 @table @samp
8964 @item -a
8965 @itemx --archive
8966 @opindex -a
8967 @opindex --archive
8968 Preserve as much as possible of the structure and attributes of the
8969 original files in the copy (but do not attempt to preserve internal
8970 directory structure; i.e., @samp{ls -U} may list the entries in a copied
8971 directory in a different order).
8972 Try to preserve SELinux security context and extended attributes (xattr),
8973 but ignore any failure to do that and print no corresponding diagnostic.
8974 Equivalent to @option{-dR --preserve=all} with the reduced diagnostics.
8976 @item --attributes-only
8977 @opindex --attributes-only
8978 Copy only the specified attributes of the source file to the destination.
8979 If the destination already exists, do not alter its contents.
8980 See the @option{--preserve} option for controlling which attributes to copy.
8982 @item -b
8983 @itemx --backup[=@var{method}]
8984 @opindex -b
8985 @opindex --backup
8986 @vindex VERSION_CONTROL
8987 @cindex backups, making
8988 @xref{Backup options}.
8989 Make a backup of each file that would otherwise be overwritten or removed.
8990 As a special case, @command{cp} makes a backup of @var{source} when the force
8991 and backup options are given and @var{source} and @var{dest} are the same
8992 name for an existing, regular file.  One useful application of this
8993 combination of options is this tiny Bourne shell script:
8995 @example
8996 #!/bin/sh
8997 # Usage: backup FILE...
8998 # Create a GNU-style backup of each listed FILE.
8999 fail=0
9000 for i; do
9001   cp --backup --force --preserve=all -- "$i" "$i" || fail=1
9002 done
9003 exit $fail
9004 @end example
9006 @item --copy-contents
9007 @cindex directories, copying recursively
9008 @cindex copying directories recursively
9009 @cindex recursively copying directories
9010 @cindex non-directories, copying as special files
9011 If copying recursively, copy the contents of any special files (e.g.,
9012 FIFOs and device files) as if they were regular files.  This means
9013 trying to read the data in each source file and writing it to the
9014 destination.  It is usually a mistake to use this option, as it
9015 normally has undesirable effects on special files like FIFOs and the
9016 ones typically found in the @file{/dev} directory.  In most cases,
9017 @code{cp -R --copy-contents} will hang indefinitely trying to read
9018 from FIFOs and special files like @file{/dev/console}, and it will
9019 fill up your destination file system if you use it to copy @file{/dev/zero}.
9020 This option has no effect unless copying recursively, and it does not
9021 affect the copying of symbolic links.
9023 @item -d
9024 @opindex -d
9025 @cindex symbolic links, copying
9026 @cindex hard links, preserving
9027 Copy symbolic links as symbolic links rather than copying the files that
9028 they point to, and preserve hard links between source files in the copies.
9029 Equivalent to @option{--no-dereference --preserve=links}.
9031 @macro optDebugCopy
9032 @item --debug
9033 @opindex --debug
9034 @cindex debugging, copying
9035 Print extra information to stdout, explaining how files are copied.
9036 This option implies the @option{--verbose} option.
9037 @end macro
9038 @optDebugCopy
9040 @item -f
9041 @itemx --force
9042 @opindex -f
9043 @opindex --force
9044 When copying without this option and an existing destination file cannot
9045 be opened for writing, the copy fails.  However, with @option{--force},
9046 when a destination file cannot be opened, @command{cp} then
9047 tries to recreate the file by first removing it.  The @option{--force} option
9048 alone will not remove dangling symlinks.
9049 When this option is combined with
9050 @option{--link} (@option{-l}) or @option{--symbolic-link}
9051 (@option{-s}), the destination link is replaced, and unless
9052 @option{--backup} (@option{-b}) is also given there is no brief
9053 moment when the destination does not exist.  Also see the
9054 description of @option{--remove-destination}.
9056 This option is independent of the @option{--interactive} or
9057 @option{-i} option: neither cancels the effect of the other.
9059 This option is ignored when the @option{--no-clobber} or @option{-n} option
9060 is also used.
9062 @item -H
9063 @opindex -H
9064 If a command line argument specifies a symbolic link, then copy the
9065 file it points to rather than the symbolic link itself.  However,
9066 copy (preserving its nature) any symbolic link that is encountered
9067 via recursive traversal.
9069 @item -i
9070 @itemx --interactive
9071 @opindex -i
9072 @opindex --interactive
9073 When copying a file other than a directory, prompt whether to
9074 overwrite an existing destination file, and fail if the response
9075 is not affirmative.  The @option{-i} option overrides
9076 a previous @option{-n} option.
9078 @item -l
9079 @itemx --link
9080 @opindex -l
9081 @opindex --link
9082 Make hard links instead of copies of non-directories.
9084 @item -L
9085 @itemx --dereference
9086 @opindex -L
9087 @opindex --dereference
9088 Follow symbolic links when copying from them.
9089 With this option, @command{cp} cannot create a symbolic link.
9090 For example, a symlink (to regular file) in the source tree will be copied to
9091 a regular file in the destination tree.
9093 @item -n
9094 @itemx --no-clobber
9095 @opindex -n
9096 @opindex --no-clobber
9097 Do not overwrite an existing file; silently skip instead.
9098 This option overrides a previous @option{-i} option.
9099 This option is mutually exclusive with @option{-b} or @option{--backup} option.
9100 This option is deprecated due to having a different exit status from
9101 other platforms.  See also the @option{--update} option which will
9102 give more control over how to deal with existing files in the destination,
9103 and over the exit status in particular.
9105 @item -P
9106 @itemx --no-dereference
9107 @opindex -P
9108 @opindex --no-dereference
9109 @cindex symbolic links, copying
9110 Copy symbolic links as symbolic links rather than copying the files that
9111 they point to.  This option affects only symbolic links in the source;
9112 symbolic links in the destination are always followed if possible.
9114 @item -p
9115 @itemx --preserve[=@var{attribute_list}]
9116 @opindex -p
9117 @opindex --preserve
9118 @cindex file information, preserving, extended attributes, xattr
9119 Preserve the specified attributes of the original files.
9120 If specified, the @var{attribute_list} must be a comma-separated list
9121 of one or more of the following strings:
9123 @table @samp
9124 @item mode
9125 @cindex access control lists (ACLs)
9126 Preserve attributes relevant to access permissions,
9127 including file mode bits and (if possible) access control lists (ACLs).
9128 ACL preservation is system-dependent, and ACLs are not necessarily
9129 translated when the source and destination are on file systems with
9130 different ACL formats (e.g., NFSv4 versus POSIX formats).
9132 @item ownership
9133 Preserve the owner and group.  On most modern systems,
9134 only users with appropriate privileges may change the owner of a file,
9135 and ordinary users
9136 may preserve the group ownership of a file only if they happen to be
9137 a member of the desired group.
9138 @item timestamps
9139 Preserve the times of last access and last modification, when possible.
9140 On older systems, it is not possible to preserve these attributes
9141 when the affected file is a symbolic link.
9142 However, many systems now provide the @code{utimensat} function,
9143 which makes it possible even for symbolic links.
9144 @item links
9145 Preserve in the destination files
9146 any links between corresponding source files.
9147 With @option{-L} or @option{-H}, this option can convert
9148 symbolic links to hard links.  For example,
9149 @example
9150 $ mkdir c; : > a; ln -s a b; cp -aH a b c; ls -i1 c
9151 74161745 a
9152 74161745 b
9153 @end example
9154 @noindent
9155 Although @file{b} is a symlink to regular file @file{a},
9156 the files in the destination directory @file{c/} are hard-linked.
9157 Since @option{-a} implies @option{--no-dereference} it would copy the symlink,
9158 but the later @option{-H} tells @command{cp} to dereference the command line
9159 arguments where it then sees two files with the same inode number.
9160 Then the @option{--preserve=links} option also implied by @option{-a}
9161 will preserve the perceived hard link.
9163 Here is a similar example that exercises @command{cp}'s @option{-L} option:
9164 @example
9165 $ mkdir b c; (cd b; : > a; ln -s a b); cp -aL b c; ls -i1 c/b
9166 74163295 a
9167 74163295 b
9168 @end example
9170 @item context
9171 Preserve SELinux security context of the file, or fail with full diagnostics.
9172 @item xattr
9173 @cindex access control lists (ACLs)
9174 Preserve extended attributes of the file, or fail with full diagnostics.
9175 If @command{cp} is built without xattr support, ignore this option.
9176 If SELinux context, ACLs or Capabilities are implemented using xattrs,
9177 they are preserved implicitly by this option as well, i.e., even without
9178 specifying @option{--preserve=mode} or @option{--preserve=context}.
9179 @item all
9180 Preserve all file attributes.
9181 Equivalent to specifying all of the above, but with the difference
9182 that failure to preserve SELinux security context or extended attributes
9183 does not change @command{cp}'s exit status.  In contrast to @option{-a},
9184 all but @samp{Operation not supported} warnings are output.
9185 @end table
9187 Using @option{--preserve} with no @var{attribute_list} is equivalent
9188 to @option{--preserve=mode,ownership,timestamps}.
9190 In the absence of this option, the permissions of existing destination
9191 files are unchanged.  Each new file is created with the mode of the
9192 corresponding source file minus the set-user-ID, set-group-ID, and
9193 sticky bits as the create mode; the operating system then applies either
9194 the umask or a default ACL, possibly resulting in a more restrictive
9195 file mode.
9196 @xref{File permissions}.
9198 @item --no-preserve=@var{attribute_list}
9199 @cindex file information, preserving
9200 Do not preserve the specified attributes.  The @var{attribute_list}
9201 has the same form as for @option{--preserve}.
9203 @item --parents
9204 @opindex --parents
9205 @cindex parent directories and @command{cp}
9206 Form the name of each destination file by appending to the target
9207 directory a slash and the specified name of the source file.  The last
9208 argument given to @command{cp} must be the name of an existing directory.
9209 For example, the command:
9211 @example
9212 cp --parents a/b/c existing_dir
9213 @end example
9215 @noindent
9216 copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
9217 any missing intermediate directories.
9219 @item -R
9220 @itemx -r
9221 @itemx --recursive
9222 @opindex -R
9223 @opindex -r
9224 @opindex --recursive
9225 @cindex directories, copying recursively
9226 @cindex copying directories recursively
9227 @cindex recursively copying directories
9228 @cindex non-directories, copying as special files
9229 Copy directories recursively.  By default, do not follow symbolic
9230 links in the source unless used together with the @option{--link}
9231 (@option{-l}) option; see the @option{--archive} (@option{-a}), @option{-d},
9232 @option{--dereference} (@option{-L}), @option{--no-dereference}
9233 (@option{-P}), and @option{-H} options.  Special files are copied by
9234 creating a destination file of the same type as the source; see the
9235 @option{--copy-contents} option.  It is not portable to use
9236 @option{-r} to copy symbolic links or special files.  On some
9237 non-GNU systems, @option{-r} implies the equivalent of
9238 @option{-L} and @option{--copy-contents} for historical reasons.
9239 Also, it is not portable to use @option{-R} to copy symbolic links
9240 unless you also specify @option{-P}, as POSIX allows
9241 implementations that dereference symbolic links by default.
9243 @item --reflink[=@var{when}]
9244 @opindex --reflink[=@var{when}]
9245 @cindex COW
9246 @cindex clone
9247 @cindex copy on write
9248 Perform a lightweight, copy-on-write (COW) copy, if supported by the
9249 file system.  Once it has succeeded, beware that the source and destination
9250 files share the same data blocks as long as they remain unmodified.
9251 Thus, if an I/O error affects data blocks of one of the files,
9252 the other suffers the same fate.
9254 The @var{when} value can be one of the following:
9256 @table @samp
9257 @item always
9258 If the copy-on-write operation is not supported
9259 then report the failure for each file and exit with a failure status.
9260 Plain @option{--reflink} is equivalent to @option{--reflink=always}.
9262 @item auto
9263 If the copy-on-write operation is not supported then fall back
9264 to the standard copy behavior.
9265 This is the default if no @option{--reflink} option is given.
9267 @item never
9268 Disable copy-on-write operation and use the standard copy behavior.
9269 @end table
9271 This option is overridden by the @option{--link}, @option{--symbolic-link}
9272 and @option{--attributes-only} options, thus allowing it to be used
9273 to configure the default data copying behavior for @command{cp}.
9275 @item --remove-destination
9276 @opindex --remove-destination
9277 Remove each existing destination file before attempting to open it
9278 (contrast with @option{-f} above).
9280 @item --sparse=@var{when}
9281 @opindex --sparse=@var{when}
9282 @cindex sparse files, copying
9283 @cindex holes, copying files with
9284 @findex read @r{system call, and holes}
9285 A @dfn{sparse file} contains @dfn{holes} -- a sequence of zero bytes that
9286 does not occupy any file system blocks; the @samp{read} system call
9287 reads these as zeros.  This can both save considerable space and
9288 increase speed, since many binary files contain lots of consecutive zero
9289 bytes.  By default, @command{cp} detects holes in input source files via a crude
9290 heuristic and makes the corresponding output file sparse as well.
9291 Only regular files may be sparse.
9293 The @var{when} value can be one of the following:
9295 @table @samp
9296 @item auto
9297 The default behavior: if the input file is sparse, attempt to make
9298 the output file sparse, too.  However, if an output file exists but
9299 refers to a non-regular file, then do not attempt to make it sparse.
9301 @item always
9302 For each sufficiently long sequence of zero bytes in the input file,
9303 attempt to create a corresponding hole in the output file, even if the
9304 input file does not appear to be sparse.
9305 This is useful when the input file resides on a file system
9306 that does not support sparse files
9307 (for example,  @samp{efs} file systems in SGI IRIX 5.3 and earlier),
9308 but the output file is on a type of file system that does support them.
9309 Holes may be created only in regular files, so if the destination file
9310 is of some other type, @command{cp} does not even try to make it sparse.
9312 @item never
9313 Never make the output file sparse.
9314 This is useful in creating a file for use with the @command{mkswap} command,
9315 since such a file must not have any holes.
9316 @end table
9318 For example, with the following alias, @command{cp} will use the
9319 minimum amount of space supported by the file system.
9320 (Older versions of @command{cp} can also benefit from
9321 @option{--reflink=auto} here.)
9323 @example
9324 alias cp='cp --sparse=always'
9325 @end example
9327 @optStripTrailingSlashes
9329 @item -s
9330 @itemx --symbolic-link
9331 @opindex -s
9332 @opindex --symbolic-link
9333 @cindex symbolic links, copying with
9334 Make symbolic links instead of copies of non-directories.  All source
9335 file names must be absolute (starting with @samp{/}) unless the
9336 destination files are in the current directory.  This option merely
9337 results in an error message on systems that do not support symbolic links.
9339 @optBackupSuffix
9341 @optTargetDirectory
9343 @optNoTargetDirectory
9345 @item -u
9346 @itemx --update[=@var{which}]
9347 @opindex -u
9348 @opindex --update[=@var{which}]
9349 @cindex newer files, copying only
9350 Do not copy a non-directory that has an existing destination with the
9351 same or newer modification timestamp; instead, silently skip the file
9352 without failing.  If timestamps are being preserved,
9353 the comparison is to the source timestamp truncated to the
9354 resolutions of the destination file system and of the system calls
9355 used to update timestamps; this avoids duplicate work if several
9356 @samp{cp -pu} commands are executed with the same source and destination.
9357 This option is ignored if the @option{-n} or @option{--no-clobber}
9358 option is also specified.
9359 Also, if @option{--preserve=links} is also specified (like with @samp{cp -au}
9360 for example), that will take precedence; consequently, depending on the
9361 order that files are processed from the source, newer files in the destination
9362 may be replaced, to mirror hard links in the source.
9364 @macro whichUpdate
9365 @var{which} gives more control over which existing files in the
9366 destination are replaced, and its value can be one of the following:
9368 @table @samp
9369 @item all
9370 This is the default operation when an @option{--update} option is not specified,
9371 and results in all existing files in the destination being replaced.
9373 @item none
9374 This is like the deprecated @option{--no-clobber} option, where no files in the
9375 destination are replaced, and also skipping a file does not induce a failure.
9377 @item none-fail
9378 This is similar to @samp{none}, in that no files in the destination
9379 are replaced, but any skipped files are diagnosed and induce a failure.
9381 @item older
9382 This is the default operation when @option{--update} is specified, and results
9383 in files being replaced if they're older than the corresponding source file.
9384 @end table
9385 @end macro
9386 @whichUpdate
9388 @item -v
9389 @itemx --verbose
9390 @opindex -v
9391 @opindex --verbose
9392 Print the name of each file before copying it.
9394 @item -x
9395 @itemx --one-file-system
9396 @opindex -x
9397 @opindex --one-file-system
9398 @cindex file systems, omitting copying to different
9399 Skip subdirectories that are on different file systems from the one that
9400 the copy started on.
9401 However, mount point directories @emph{are} copied.
9403 @macro optContext
9404 @item -Z
9405 @itemx --context[=@var{context}]
9406 @opindex -Z
9407 @opindex --context
9408 @cindex SELinux, setting/restoring security context
9409 @cindex security context
9410 Without a specified @var{context}, adjust the SELinux security context according
9411 to the system default type for destination files, similarly to the
9412 @command{restorecon} command.
9413 The long form of this option with a specific context specified,
9414 will set the context for newly created files only.
9415 With a specified context, if both SELinux and SMACK are disabled, a warning is
9416 issued.
9417 @end macro
9418 @optContext
9419 This option is mutually exclusive with the @option{--preserve=context}
9420 option, and overrides the @option{--preserve=all} and @option{-a} options.
9422 @end table
9424 @exitstatus
9427 @node dd invocation
9428 @section @command{dd}: Convert and copy a file
9430 @pindex dd
9431 @cindex converting while copying a file
9433 @command{dd} copies input to output with a changeable I/O block size,
9434 while optionally performing conversions on the data.  Synopses:
9436 @example
9437 dd [@var{operand}]@dots{}
9438 dd @var{option}
9439 @end example
9441 The only options are @option{--help} and @option{--version}.
9442 @xref{Common options}.
9444 By default, @command{dd} copies standard input to standard output.
9445 To copy, @command{dd} repeatedly does the following steps in order:
9447 @enumerate
9448 @item
9449 Read an input block.
9451 @item
9452 If converting via @samp{sync}, pad as needed to meet the input block size.
9453 Pad with spaces if converting via @samp{block} or @samp{unblock}, NUL
9454 bytes otherwise.
9456 @item
9457 If @samp{bs=} is given and no conversion mentioned in steps (4) or (5)
9458 is given, output the data as a single block and skip all remaining steps.
9460 @item
9461 If the @samp{swab} conversion is given, swap each pair of input bytes.
9462 If the input data length is odd, preserve the last input byte
9463 (since there is nothing to swap it with).
9465 @item
9466 If any of the conversions @samp{swab}, @samp{block}, @samp{unblock},
9467 @samp{lcase}, @samp{ucase}, @samp{ascii}, @samp{ebcdic} and @samp{ibm}
9468 are given, do these conversions.  These conversions operate
9469 independently of input blocking, and might deal with records that span
9470 block boundaries.
9472 @item
9473 Aggregate the resulting data into output blocks of the specified size,
9474 and output each output block in turn.  Do not pad the last output block;
9475 it can be shorter than usual.
9476 @end enumerate
9478 @command{dd} accepts the following operands,
9479 whose syntax was inspired by the DD (data definition) statement of
9480 OS/360 JCL.
9482 @table @samp
9484 @item if=@var{file}
9485 @opindex if
9486 Read from @var{file} instead of standard input.
9488 @item of=@var{file}
9489 @opindex of
9490 Write to @var{file} instead of standard output.  Unless
9491 @samp{conv=notrunc} is given, truncate @var{file} before writing it.
9493 @item ibs=@var{bytes}
9494 @opindex ibs
9495 @cindex block size of input
9496 @cindex input block size
9497 Set the input block size to @var{bytes}.
9498 This makes @command{dd} read @var{bytes} per block.
9499 The default is 512 bytes.
9501 @item obs=@var{bytes}
9502 @opindex obs
9503 @cindex block size of output
9504 @cindex output block size
9505 Set the output block size to @var{bytes}.
9506 This makes @command{dd} write @var{bytes} per block.
9507 The default is 512 bytes.
9509 @item bs=@var{bytes}
9510 @opindex bs
9511 @cindex block size
9512 Set both input and output block sizes to @var{bytes}.
9513 This makes @command{dd} read and write @var{bytes} per block,
9514 overriding any @samp{ibs} and @samp{obs} settings.
9515 In addition, if no data-transforming @option{conv} operand is specified,
9516 input is copied to the output as soon as it's read,
9517 even if it is smaller than the block size.
9519 @item cbs=@var{bytes}
9520 @opindex cbs
9521 @cindex block size of conversion
9522 @cindex conversion block size
9523 @cindex fixed-length records, converting to variable-length
9524 @cindex variable-length records, converting to fixed-length
9525 Set the conversion block size to @var{bytes}.
9526 When converting variable-length records to fixed-length ones
9527 (@option{conv=block}) or the reverse (@option{conv=unblock}),
9528 use @var{bytes} as the fixed record length.
9530 @item skip=@var{n}
9531 @itemx iseek=@var{n}
9532 @opindex skip
9533 @opindex iseek
9534 Skip @var{n} @samp{ibs}-byte blocks in the input file before copying.
9535 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9536 as a byte count rather than a block count.
9537 (@samp{B} and the @samp{iseek=} spelling are GNU extensions to POSIX.)
9539 @item seek=@var{n}
9540 @itemx oseek=@var{n}
9541 @opindex seek
9542 @opindex oseek
9543 Skip @var{n} @samp{obs}-byte blocks in the output file before
9544 truncating or copying.
9545 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9546 as a byte count rather than a block count.
9547 (@samp{B} and the @samp{oseek=} spelling are GNU extensions to POSIX.)
9549 @item count=@var{n}
9550 @opindex count
9551 Copy @var{n} @samp{ibs}-byte blocks from the input file, instead
9552 of everything until the end of the file.
9553 If @var{n} ends in the letter @samp{B},
9554 interpret @var{n} as a byte count rather than a block count;
9555 this is a GNU extension to POSIX.
9556 If short reads occur, as could be the case
9557 when reading from a pipe for example, @samp{iflag=fullblock}
9558 ensures that @samp{count=} counts complete input blocks
9559 rather than input read operations.
9560 As an extension to POSIX, @samp{count=0} copies zero blocks
9561 instead of copying all blocks.
9563 @item status=@var{level}
9564 @opindex status
9565 Specify the amount of information printed.
9566 If this operand is given multiple times, the last one takes precedence.
9567 The @var{level} value can be one of the following:
9569 @table @samp
9571 @item none
9572 @opindex none @r{dd status=}
9573 Do not print any informational or warning messages to standard error.
9574 Error messages are output as normal.
9576 @item noxfer
9577 @opindex noxfer @r{dd status=}
9578 Do not print the final transfer rate and volume statistics
9579 that normally make up the last status line.
9581 @item progress
9582 @opindex progress @r{dd status=}
9583 Print the transfer rate and volume statistics on standard error,
9584 when processing each input block.  Statistics are output
9585 on a single line at most once every second, but updates
9586 can be delayed when waiting on I/O.
9588 @end table
9590 Transfer information is normally output to standard error upon
9591 receipt of the @samp{INFO} signal or when @command{dd} exits,
9592 and defaults to the following form in the C locale:
9594 @example
9595 7287+1 records in
9596 116608+0 records out
9597 59703296 bytes (60 MB, 57 MiB) copied, 0.0427974 s, 1.4 GB/s
9598 @end example
9600 The notation @samp{@var{w}+@var{p}} stands for @var{w} whole blocks
9601 and @var{p} partial blocks.  A partial block occurs when a read or
9602 write operation succeeds but transfers less data than the block size.
9603 An additional line like @samp{1 truncated record} or @samp{10
9604 truncated records} is output after the @samp{records out} line if
9605 @samp{conv=block} processing truncated one or more input records.
9607 The @samp{status=} operand is a GNU extension to POSIX.
9609 @item conv=@var{conversion}[,@var{conversion}]@dots{}
9610 @opindex conv
9611 Convert the file as specified by the @var{conversion} argument(s).
9612 (No spaces around any comma(s).)
9614 Conversions:
9616 @table @samp
9618 @item ascii
9619 @opindex ascii@r{, converting to}
9620 Convert EBCDIC to ASCII,
9621 using the conversion table specified by POSIX@.
9622 This provides a 1:1 translation for all 256 bytes.
9623 This implies @samp{conv=unblock}; input is converted to
9624 ASCII before trailing spaces are deleted.
9626 @item ebcdic
9627 @opindex ebcdic@r{, converting to}
9628 Convert ASCII to EBCDIC@.
9629 This is the inverse of the @samp{ascii} conversion.
9630 This implies @samp{conv=block}; trailing spaces are added
9631 before being converted to EBCDIC@.
9633 @item ibm
9634 @opindex alternate ebcdic@r{, converting to}
9635 This acts like @samp{conv=ebcdic}, except it
9636 uses the alternate conversion table specified by POSIX@.
9637 This is not a 1:1 translation, but reflects common historical practice
9638 for @samp{~}, @samp{[}, and @samp{]}.
9640 The @samp{ascii}, @samp{ebcdic}, and @samp{ibm} conversions are
9641 mutually exclusive.  If you use any of these conversions, you should also
9642 use the @samp{cbs=} operand.
9644 @item block
9645 @opindex block @r{(space-padding)}
9646 For each line in the input, output @samp{cbs} bytes, replacing the
9647 input newline with a space and truncating or padding input lines with
9648 spaces as necessary.
9650 @item unblock
9651 @opindex unblock
9652 Remove any trailing spaces in each @samp{cbs}-sized input block,
9653 and append a newline.
9655 The @samp{block} and @samp{unblock} conversions are mutually exclusive.
9656 If you use either of these conversions, you should also use the
9657 @samp{cbs=} operand.
9659 @item lcase
9660 @opindex lcase@r{, converting to}
9661 Change uppercase letters to lowercase.
9663 @item ucase
9664 @opindex ucase@r{, converting to}
9665 Change lowercase letters to uppercase.
9667 The @samp{lcase} and @samp{ucase} conversions are mutually exclusive.
9669 @item sparse
9670 @opindex sparse
9671 Try to seek rather than write NUL output blocks.
9672 On a file system that supports sparse files, this will create
9673 sparse output when extending the output file.
9674 Be careful when using this conversion in conjunction with
9675 @samp{conv=notrunc} or @samp{oflag=append}.
9676 With @samp{conv=notrunc}, existing data in the output file
9677 corresponding to NUL blocks from the input, will be untouched.
9678 With @samp{oflag=append} the seeks performed will be ineffective.
9679 Similarly, when the output is a device rather than a file,
9680 NUL input blocks are not copied, and therefore this conversion
9681 is most useful with virtual or pre zeroed devices.
9683 The @samp{sparse} conversion is a GNU extension to POSIX.
9685 @item swab
9686 @opindex swab @r{(byte-swapping)}
9687 @cindex byte-swapping
9688 Swap every pair of input bytes.
9690 @item sync
9691 @opindex sync @r{(padding with ASCII NULs)}
9692 Pad every input block to size of @samp{ibs} with trailing zero bytes.
9693 When used with @samp{block} or @samp{unblock}, pad with spaces instead of
9694 zero bytes.
9696 @end table
9698 The following ``conversions'' are really file flags
9699 and don't affect internal processing:
9701 @table @samp
9702 @item excl
9703 @opindex excl
9704 @cindex creating output file, requiring
9705 Fail if the output file already exists; @command{dd} must create the
9706 output file itself.
9708 @item nocreat
9709 @opindex nocreat
9710 @cindex creating output file, avoiding
9711 Do not create the output file; the output file must already exist.
9713 The @samp{excl} and @samp{nocreat} conversions are mutually exclusive,
9714 and are GNU extensions to POSIX.
9716 @item notrunc
9717 @opindex notrunc
9718 @cindex truncating output file, avoiding
9719 Do not truncate the output file.
9721 @item noerror
9722 @opindex noerror
9723 @cindex read errors, ignoring
9724 Continue after read errors.
9726 @item fdatasync
9727 @opindex fdatasync
9728 @cindex synchronized data writes, before finishing
9729 Synchronize output data just before finishing,
9730 even if there were write errors.
9731 This forces a physical write of output data,
9732 so that even if power is lost the output data will be preserved.
9733 If neither this nor @samp{fsync} are specified, output is treated as
9734 usual with file systems, i.e., output data and metadata may be cached
9735 in primary memory for some time before the operating system physically
9736 writes it, and thus output data and metadata may be lost if power is lost.
9737 @xref{sync invocation}.
9738 This conversion is a GNU extension to POSIX.
9740 @item fsync
9741 @opindex fsync
9742 @cindex synchronized data and metadata writes, before finishing
9743 Synchronize output data and metadata just before finishing,
9744 even if there were write errors.
9745 This acts like @samp{fdatasync} except it also preserves output metadata,
9746 such as the last-modified time of the output file; for this reason it
9747 may be a bit slower than @samp{fdatasync} although the performance
9748 difference is typically insignificant for @command{dd}.
9749 This conversion is a GNU extension to POSIX.
9751 @end table
9753 @item iflag=@var{flag}[,@var{flag}]@dots{}
9754 @opindex iflag
9755 Access the input file using the flags specified by the @var{flag}
9756 argument(s).  (No spaces around any comma(s).)
9758 @item oflag=@var{flag}[,@var{flag}]@dots{}
9759 @opindex oflag
9760 Access the output file using the flags specified by the @var{flag}
9761 argument(s).  (No spaces around any comma(s).)
9763 Here are the flags.
9765 @table @samp
9767 @item append
9768 @opindex append
9769 @cindex appending to the output file
9770 Write in append mode, so that even if some other process is writing to
9771 this file, every @command{dd} write will append to the current
9772 contents of the file.  This flag makes sense only for output.
9773 If you combine this flag with the @samp{of=@var{file}} operand,
9774 you should also specify @samp{conv=notrunc} unless you want the
9775 output file to be truncated before being appended to.
9777 @item cio
9778 @opindex cio
9779 @cindex concurrent I/O
9780 Use concurrent I/O mode for data.  This mode performs direct I/O
9781 and drops the POSIX requirement to serialize all I/O to the same file.
9782 A file cannot be opened in CIO mode and with a standard open at the
9783 same time.
9785 @item direct
9786 @opindex direct
9787 @cindex direct I/O
9788 Use direct I/O for data, avoiding the buffer cache.
9789 The kernel may impose restrictions on read or write buffer sizes.
9790 For example, with an ext4 destination file system and a Linux-based kernel,
9791 using @samp{oflag=direct} will cause writes to fail with @code{EINVAL} if the
9792 output buffer size is not a multiple of 512.
9794 @item directory
9795 @opindex directory
9796 @cindex directory I/O
9798 Fail unless the file is a directory.  Most operating systems do not
9799 allow I/O to a directory, so this flag has limited utility.
9801 @item dsync
9802 @opindex dsync
9803 @cindex synchronized data reads
9804 Use synchronized I/O for data.  For the output file, this forces a
9805 physical write of output data on each write.  For the input file,
9806 this flag can matter when reading from a remote file that has been
9807 written to synchronously by some other process.  Metadata (e.g.,
9808 last-access and last-modified time) is not necessarily synchronized.
9810 @item sync
9811 @opindex sync
9812 @cindex synchronized data and metadata I/O
9813 Use synchronized I/O for both data and metadata.
9815 @item nocache
9816 @opindex nocache
9817 @cindex discarding file cache
9818 Request to discard the system data cache for a file.
9819 When count=0 all cached data for the file is specified,
9820 otherwise the cache is dropped for the processed
9821 portion of the file.  Also when count=0,
9822 failure to discard the cache is diagnosed
9823 and reflected in the exit status.
9825 Because data not already persisted to storage is not discarded from the cache,
9826 the @samp{sync} conversions in the following examples maximize the
9827 effectiveness of the @samp{nocache} flag.
9829 Here are some usage examples:
9831 @example
9832 # Advise to drop cache for whole file
9833 dd if=ifile iflag=nocache count=0
9835 # Ensure drop cache for the whole file
9836 dd of=ofile oflag=nocache conv=notrunc,fdatasync count=0
9838 # Advise to drop cache for part of file
9839 # The kernel will consider only complete and
9840 # already persisted pages.
9841 dd if=ifile iflag=nocache skip=10 count=10 of=/dev/null
9843 # Stream data using just the read-ahead cache.
9844 # See also the @samp{direct} flag.
9845 dd if=ifile of=ofile iflag=nocache oflag=nocache,sync
9846 @end example
9848 @item nonblock
9849 @opindex nonblock
9850 @cindex nonblocking I/O
9851 Use non-blocking I/O.
9853 @item noatime
9854 @opindex noatime
9855 @cindex access timestamp
9856 Do not update the file's access timestamp.
9857 @xref{File timestamps}.
9858 Some older file systems silently ignore this flag, so it is a good
9859 idea to test it on your files before relying on it.
9861 @item noctty
9862 @opindex noctty
9863 @cindex controlling terminal
9864 Do not assign the file to be a controlling terminal for @command{dd}.
9865 This has no effect when the file is not a terminal.
9866 On many hosts (e.g., GNU/Linux hosts), this flag has no effect
9867 at all.
9869 @item nofollow
9870 @opindex nofollow
9871 @cindex symbolic links, following
9872 Do not follow symbolic links.
9874 @item nolinks
9875 @opindex nolinks
9876 @cindex hard links
9877 Fail if the file has multiple hard links.
9879 @item binary
9880 @opindex binary
9881 @cindex binary I/O
9882 Use binary I/O@.  This flag has an effect only on nonstandard
9883 platforms that distinguish binary from text I/O.
9885 @item text
9886 @opindex text
9887 @cindex text I/O
9888 Use text I/O@.  Like @samp{binary}, this flag has no effect on
9889 standard platforms.
9891 @item fullblock
9892 @opindex fullblock
9893 Accumulate full blocks from input.  The @code{read} system call
9894 may return early if a full block is not available.
9895 When that happens, continue calling @code{read} to fill the remainder
9896 of the block.
9897 This flag can be used only with @code{iflag}.
9898 This flag is useful with pipes for example
9899 as they may return short reads. In that case,
9900 this flag is needed to ensure that a @samp{count=} argument is
9901 interpreted as a block count rather than a count of read operations.
9903 @end table
9905 These flags are all GNU extensions to POSIX.
9906 They are not supported on all systems, and @samp{dd} rejects
9907 attempts to use them when they are not supported.  When reading from
9908 standard input or writing to standard output, the @samp{nofollow} and
9909 @samp{noctty} flags should not be specified, and the other flags
9910 (e.g., @samp{nonblock}) can affect how other processes behave with the
9911 affected file descriptors, even after @command{dd} exits.
9913 @end table
9915 The behavior of @command{dd} is unspecified if operands other than
9916 @samp{conv=}, @samp{iflag=}, @samp{oflag=}, and @samp{status=} are
9917 specified more than once.
9919 @cindex multipliers after numbers
9920 The numeric-valued strings above (@var{n} and @var{bytes})
9921 are unsigned decimal integers that
9922 can be followed by a multiplier: @samp{b}=512, @samp{c}=1,
9923 @samp{w}=2, @samp{x@var{m}}=@var{m}, or any of the
9924 standard block size suffixes like @samp{k}=1024 (@pxref{Block size}).
9925 These multipliers are GNU extensions to POSIX, except that
9926 POSIX allows @var{bytes} to be followed by @samp{k}, @samp{b}, and
9927 @samp{x@var{m}}. An @samp{x@var{m}} can be used more than once in a number.
9928 Block sizes (i.e., specified by @var{bytes} strings) must be nonzero.
9930 Any block size you specify via @samp{bs=}, @samp{ibs=}, @samp{obs=}, @samp{cbs=}
9931 should not be too large -- values larger than a few megabytes
9932 are generally wasteful or (as in the gigabyte..exabyte case) downright
9933 counterproductive or error-inducing.
9935 To process data with offset or size that is not a multiple of the I/O
9936 block size, you can use a numeric string @var{n} that ends in the
9937 letter @samp{B}.
9938 For example, the following shell commands copy data
9939 in 1 MiB blocks between a flash drive and a tape, but do not save
9940 or restore a 512-byte area at the start of the flash drive:
9942 @example
9943 flash=/dev/sda
9944 tape=/dev/st0
9946 # Copy all but the initial 512 bytes from flash to tape.
9947 dd if=$flash iseek=512B bs=1MiB of=$tape
9949 # Copy from tape back to flash, leaving initial 512 bytes alone.
9950 dd if=$tape bs=1MiB of=$flash oseek=512B
9951 @end example
9953 @cindex ddrescue
9954 @cindex storage devices, failing
9955 For failing storage devices, other tools come with a great variety of extra
9956 functionality to ease the saving of as much data as possible before the
9957 device finally dies, e.g.
9958 @uref{https://www.gnu.org/software/ddrescue/, GNU @command{ddrescue}}.
9959 However, in some cases such a tool is not available or the administrator
9960 feels more comfortable with the handling of @command{dd}.
9961 As a simple rescue method, call @command{dd} as shown in the following
9962 example: the operand @samp{conv=noerror,sync} is used to continue
9963 after read errors and to pad out bad reads with NULs, while
9964 @samp{iflag=fullblock} caters for short reads (which traditionally never
9965 occur on flash or similar devices):
9967 @example
9968 # Rescue data from an (unmounted!) partition of a failing device.
9969 dd conv=noerror,sync iflag=fullblock </dev/sda1 > /mnt/rescue.img
9970 @end example
9972 Sending an @samp{INFO} signal (or @samp{USR1} signal where that is unavailable)
9973 to a running @command{dd} process makes it print I/O statistics to
9974 standard error and then resume copying.   In the example below,
9975 @command{dd} is run in the background to copy 5GB of data.
9976 The @command{kill} command makes it output intermediate I/O statistics,
9977 and when @command{dd} completes normally or is killed by the
9978 @code{SIGINT} signal, it outputs the final statistics.
9980 @example
9981 # Ignore the signal so we never inadvertently terminate the dd child.
9982 # (This is not needed when SIGINFO is available.)
9983 trap '' USR1
9985 # Run dd with the fullblock iflag to avoid short reads
9986 # which can be triggered by reception of signals.
9987 dd iflag=fullblock if=/dev/zero of=/dev/null count=5000000 bs=1000 & pid=$!
9989 # Output stats every second.
9990 while kill -s USR1 $pid 2>/dev/null; do sleep 1; done
9991 @end example
9993 The above script will output in the following format:
9995 @example
9996 3441325+0 records in
9997 3441325+0 records out
9998 3441325000 bytes (3.4 GB, 3.2 GiB) copied, 1.00036 s, 3.4 GB/s
9999 5000000+0 records in
10000 5000000+0 records out
10001 5000000000 bytes (5.0 GB, 4.7 GiB) copied, 1.44433 s, 3.5 GB/s
10002 @end example
10004 The @samp{status=progress} operand periodically updates the last line
10005 of the transfer statistics above.
10007 @vindex POSIXLY_CORRECT
10008 On systems lacking the @samp{INFO} signal @command{dd} responds to the
10009 @samp{USR1} signal instead, unless the @env{POSIXLY_CORRECT}
10010 environment variable is set.
10012 @exitstatus
10015 @node install invocation
10016 @section @command{install}: Copy files and set attributes
10018 @pindex install
10019 @cindex copying files and setting attributes
10021 @command{install} copies files while setting their file mode bits and, if
10022 possible, their owner and group.  Synopses:
10024 @example
10025 install [@var{option}]@dots{} [-T] @var{source} @var{dest}
10026 install [@var{option}]@dots{} @var{source}@dots{} @var{directory}
10027 install [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
10028 install [@var{option}]@dots{} -d @var{directory}@dots{}
10029 @end example
10031 @itemize @bullet
10032 @item
10033 If two file names are given, @command{install} copies the first file to the
10034 second.
10036 @item
10037 If the @option{--target-directory} (@option{-t}) option is given, or
10038 failing that if the last file is a directory and the
10039 @option{--no-target-directory} (@option{-T}) option is not given,
10040 @command{install} copies each @var{source} file to the specified
10041 directory, using the @var{source}s' names.
10043 @item
10044 If the @option{--directory} (@option{-d}) option is given,
10045 @command{install} creates each @var{directory} and any missing parent
10046 directories.  Parent directories are created with mode
10047 @samp{u=rwx,go=rx} (755), regardless of the @option{-m} option or the
10048 current umask.  @xref{Directory Setuid and Setgid}, for how the
10049 set-user-ID and set-group-ID bits of parent directories are inherited.
10050 @end itemize
10052 @cindex Makefiles, installing programs in
10053 @command{install} is similar to @command{cp}, but allows you to control the
10054 attributes of destination files.  It is typically used in Makefiles to
10055 copy programs into their destination directories.  It refuses to copy
10056 files onto themselves.
10058 @cindex extended attributes, xattr
10059 @command{install} never preserves extended attributes (xattr).
10061 The program accepts the following options.  Also see @ref{Common options}.
10063 @table @samp
10065 @optBackup
10067 @item -C
10068 @itemx --compare
10069 @opindex -C
10070 @opindex --compare
10071 Compare content of source and destination files, and if there would be no
10072 change to the destination content, owner, group, permissions, and possibly
10073 SELinux context, then do not modify the destination at all.
10074 This option is best used in conjunction with @option{--user},
10075 @option{--group} and @option{--mode} options, lest @command{install}
10076 incorrectly determines the default attributes that installed files would have
10077 (as it doesn't consider setgid directories and POSIX default ACLs for example).
10078 This could result in redundant copies or attributes that are not reset to the
10079 correct defaults.
10081 @item -c
10082 @opindex -c
10083 Ignored; for compatibility with old Unix versions of @command{install}.
10085 @item -D
10086 @opindex -D
10087 Create any missing parent directories of @var{dest},
10088 then copy @var{source} to @var{dest}.
10089 Explicitly specifying the @option{--target-directory=@var{dir}} will similarly
10090 ensure the presence of that hierarchy before copying @var{source} arguments.
10092 @item -d
10093 @itemx --directory
10094 @opindex -d
10095 @opindex --directory
10096 @cindex directories, creating with given attributes
10097 @cindex parent directories, creating missing
10098 @cindex leading directories, creating missing
10099 Create any missing parent directories, giving them the default
10100 attributes.  Then create each given directory, setting their owner,
10101 group and mode as given on the command line or to the defaults.
10103 @optDebugCopy
10105 @item -g @var{group}
10106 @itemx --group=@var{group}
10107 @opindex -g
10108 @opindex --group
10109 @cindex group ownership of installed files, setting
10110 Set the group ownership of installed files or directories to
10111 @var{group}.  The default is the process's current group.  @var{group}
10112 may be either a group name or a numeric group ID.
10114 @item -m @var{mode}
10115 @itemx --mode=@var{mode}
10116 @opindex -m
10117 @opindex --mode
10118 @cindex permissions of installed files, setting
10119 Set the file mode bits for the installed file or directory to @var{mode},
10120 which can be either an octal number, or a symbolic mode as in
10121 @command{chmod}, with @samp{a=} (no access allowed to anyone) as the
10122 point of departure (@pxref{File permissions}).
10123 The default mode is @samp{u=rwx,go=rx,a-s} -- read, write, and
10124 execute for the owner, read and execute for group and other, and with
10125 set-user-ID and set-group-ID disabled.
10126 This default is not quite the same as @samp{755}, since it disables
10127 instead of preserving set-user-ID and set-group-ID on directories.
10128 @xref{Directory Setuid and Setgid}.
10130 @item -o @var{owner}
10131 @itemx --owner=@var{owner}
10132 @opindex -o
10133 @opindex --owner
10134 @cindex ownership of installed files, setting
10135 @cindex appropriate privileges
10136 @vindex root @r{as default owner}
10137 If @command{install} has appropriate privileges (is run as root), set the
10138 ownership of installed files or directories to @var{owner}.  The default
10139 is @code{root}.  @var{owner} may be either a user name or a numeric user
10142 @item --preserve-context
10143 @opindex --preserve-context
10144 @cindex SELinux
10145 @cindex security context
10146 Preserve the SELinux security context of files and directories.
10147 Failure to preserve the context in all of the files or directories
10148 will result in an exit status of 1.  If SELinux is disabled then
10149 print a warning and ignore the option.
10151 @item -p
10152 @itemx --preserve-timestamps
10153 @opindex -p
10154 @opindex --preserve-timestamps
10155 @cindex timestamps of installed files, preserving
10156 Set the time of last access and the time of last modification of each
10157 installed file to match those of each corresponding original file.
10158 When a file is installed without this option, its last access and
10159 last modification timestamps are both set to the time of installation.
10160 This option is useful if you want to use the last modification timestamps
10161 of installed files to keep track of when they were last built as opposed
10162 to when they were last installed.
10164 @item -s
10165 @itemx --strip
10166 @opindex -s
10167 @opindex --strip
10168 @cindex symbol table information, stripping
10169 @cindex stripping symbol table information
10170 Strip the symbol tables from installed binary executables.
10172 @item --strip-program=@var{program}
10173 @opindex --strip-program
10174 @cindex symbol table information, stripping, program
10175 Program used to strip binaries.
10177 @optBackupSuffix
10179 @optTargetDirectory
10180 Also specifying the @option{-D} option will ensure the directory is present.
10182 @optNoTargetDirectory
10184 @item -v
10185 @itemx --verbose
10186 @opindex -v
10187 @opindex --verbose
10188 Print the name of each file before copying it.
10190 @optContext
10191 This option is mutually exclusive with the @option{--preserve-context} option.
10194 @end table
10196 @exitstatus
10199 @node mv invocation
10200 @section @command{mv}: Move (rename) files
10202 @pindex mv
10204 @command{mv} moves or renames files (or directories).  Synopses:
10206 @example
10207 mv [@var{option}]@dots{} [-T] @var{source} @var{dest}
10208 mv [@var{option}]@dots{} @var{source}@dots{} @var{directory}
10209 mv [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
10210 @end example
10212 @itemize @bullet
10213 @item
10214 If two file names are given, @command{mv} moves the first file to the
10215 second.
10217 @item
10218 If the @option{--target-directory} (@option{-t}) option is given, or
10219 failing that if the last file is a directory and the
10220 @option{--no-target-directory} (@option{-T}) option is not given,
10221 @command{mv} moves each @var{source} file to the specified
10222 directory, using the @var{source}s' names.
10223 @end itemize
10225 To move a file, @command{mv} ordinarily simply renames it.
10226 However, if renaming does not work because the destination's file
10227 system differs, @command{mv} falls back on copying as if by @code{cp -a},
10228 then (assuming the copy succeeded) it removes the original.
10229 If the copy fails, then @command{mv} removes any partially created
10230 copy in the destination.  If you were to copy three directories from
10231 one file system to another and the copy of the first
10232 directory succeeded, but the second didn't, the first would be left on
10233 the destination file system and the second and third would be left on the
10234 original file system.
10236 @cindex extended attributes, xattr
10237 @command{mv} always tries to copy extended attributes (xattr), which may
10238 include SELinux context, ACLs or Capabilities.
10239 Upon failure all but @samp{Operation not supported} warnings are output.
10241 @cindex prompting, and @command{mv}
10242 If a destination file exists but is normally unwritable, standard input
10243 is a terminal, and the @option{-f} or @option{--force} option is not given,
10244 @command{mv} prompts the user for whether to replace the file.  (You might
10245 own the file, or have write permission on its directory.)  If the
10246 response is not affirmative, the file is skipped.
10248 Avoid specifying a source name with a trailing slash,
10249 when it might be a symlink to a directory.
10250 Otherwise, @command{mv} may do something very surprising, since
10251 its behavior depends on the underlying rename system call.
10252 On a system with a modern Linux-based kernel, it fails with
10253 @code{errno=ENOTDIR}@.
10254 However, on other systems (at least FreeBSD 6.1 and Solaris 10) it silently
10255 renames not the symlink but rather the directory referenced by the symlink.
10256 @xref{Trailing slashes}.
10258 The @command{mv} command replaces destination directories only if they
10259 are empty.  Conflicting populated directories are skipped with a diagnostic.
10261 The program accepts the following options.  Also see @ref{Common options}.
10263 @table @samp
10265 @optBackup
10267 @optDebugCopy
10269 @item -f
10270 @itemx --force
10271 @opindex -f
10272 @opindex --force
10273 @cindex prompts, omitting
10274 Do not prompt the user before removing a destination file.
10275 @macro mvOptsIfn
10276 If you specify more than one of the @option{-i}, @option{-f}, @option{-n}
10277 options, only the final one takes effect.
10278 @end macro
10279 @mvOptsIfn
10281 @item -i
10282 @itemx --interactive
10283 @opindex -i
10284 @opindex --interactive
10285 @cindex prompts, forcing
10286 Prompt whether to overwrite each existing destination file, regardless
10287 of its permissions, and fail if the response is not affirmative.
10288 @mvOptsIfn
10290 @item -n
10291 @itemx --no-clobber
10292 @opindex -n
10293 @opindex --no-clobber
10294 @cindex prompts, omitting
10295 Do not overwrite an existing file; silently fail instead.
10296 @mvOptsIfn
10297 This option is mutually exclusive with @option{-b} or @option{--backup} option.
10298 See also the @option{--update=none} option which will
10299 skip existing files but not fail.
10301 @item --no-copy
10302 @opindex --no-copy
10303 @cindex renaming files without copying them
10304 If a file cannot be renamed because the destination file system differs,
10305 fail with a diagnostic instead of copying and then removing the file.
10307 @item --exchange
10308 @opindex --exchange
10309 Exchange source and destination instead of renaming source to destination.
10310 Both files must exist; they need not be the same type.
10311 This exchanges all data and metadata.
10313 This option can be used to replace one directory with another.
10314 When used this way, it should be combined with
10315 @code{--no-target-directory} (@option{-T})
10316 to avoid confusion about the destination location.
10317 For example, you might use @samp{mv -T --exchange @var{d1} @var{d2}}
10318 to exchange two directories @var{d1} and @var{d2}.
10320 Exchanges are atomic if the source and destination are both in a
10321 single file system that supports atomic exchange.
10322 Non-atomic exchanges are not yet supported.
10324 If the source and destination might not be on the same file system,
10325 using @code{--no-copy} will prevent future versions of @command{mv}
10326 from implementing the exchange by copying.
10328 @item -u
10329 @itemx --update
10330 @opindex -u
10331 @opindex --update
10332 @cindex newer files, moving only
10333 Do not move a non-directory that has an existing destination with the
10334 same or newer modification timestamp;
10335 instead, silently skip the file without failing.
10336 If the move is across file system boundaries, the comparison is to the
10337 source timestamp truncated to the resolutions of the destination file
10338 system and of the system calls used to update timestamps; this avoids
10339 duplicate work if several @samp{mv -u} commands are executed with the
10340 same source and destination.
10341 This option is ignored if the @option{-n} or @option{--no-clobber}
10342 option is also specified.
10344 @whichUpdate
10346 @item -v
10347 @itemx --verbose
10348 @opindex -v
10349 @opindex --verbose
10350 Print the name of each file before moving it.
10352 @item --keep-directory-symlink
10353 @opindex --keep-directory-symlink
10354 Follow existing symlinks to directories when copying.
10355 Use this option only when the destination directory's contents are trusted,
10356 as an attacker can place symlinks in the destination
10357 to cause @command{cp} write to arbitrary target directories.
10359 @optStripTrailingSlashes
10361 @optBackupSuffix
10363 @optTargetDirectory
10365 @optNoTargetDirectory
10367 @item -Z
10368 @itemx --context
10369 @opindex -Z
10370 @opindex --context
10371 @cindex SELinux, restoring security context
10372 @cindex security context
10373 This option functions similarly to the @command{restorecon} command,
10374 by adjusting the SELinux security context according
10375 to the system default type for destination files and each created directory.
10377 @end table
10379 @exitstatus
10382 @node rm invocation
10383 @section @command{rm}: Remove files or directories
10385 @pindex rm
10386 @cindex removing files or directories
10388 @command{rm} removes each given @var{file}.  By default, it does not remove
10389 directories.  Synopsis:
10391 @example
10392 rm [@var{option}]@dots{} [@var{file}]@dots{}
10393 @end example
10395 @cindex prompting, and @command{rm}
10396 If the @option{-I} or @option{--interactive=once} option is given,
10397 and there are more than three files or the @option{-r}, @option{-R},
10398 or @option{--recursive} are given, then @command{rm} prompts the user
10399 for whether to proceed with the entire operation.  If the response is
10400 not affirmative, the entire command is aborted.
10402 Otherwise, if a file is unwritable, standard input is a terminal, and
10403 the @option{-f} or @option{--force} option is not given, or the
10404 @option{-i} or @option{--interactive=always} option @emph{is} given,
10405 @command{rm} prompts the user for whether to remove the file.
10406 If the response is not affirmative, the file is skipped.
10408 Any attempt to remove a file whose last file name component is
10409 @file{.} or @file{..} is rejected without any prompting, as mandated
10410 by POSIX.
10412 @emph{Warning}: If you use @command{rm} to remove a file, it is usually
10413 possible to recover the contents of that file.  If you want more assurance
10414 that the contents are unrecoverable, consider using @command{shred}.
10416 The program accepts the following options.  Also see @ref{Common options}.
10418 @table @samp
10420 @item -d
10421 @itemx --dir
10422 @opindex -d
10423 @opindex --dir
10424 @cindex directories, removing
10425 Remove the listed directories if they are empty.
10427 @item -f
10428 @itemx --force
10429 @opindex -f
10430 @opindex --force
10431 Ignore nonexistent files and missing operands, and never prompt the user.
10432 Ignore any previous @option{--interactive} (@option{-i}) option.
10434 @item -i
10435 @opindex -i
10436 Prompt whether to remove each file.
10437 If the response is not affirmative, silently skip the file without failing.
10438 Ignore any previous @option{--force} (@option{-f}) option.
10439 Equivalent to @option{--interactive=always}.
10441 @item -I
10442 @opindex -I
10443 Prompt once whether to proceed with the command, if more than three
10444 files are named or if a recursive removal is requested.  Ignore any
10445 previous @option{--force} (@option{-f}) option.  Equivalent to
10446 @option{--interactive=once}.
10448 @item --interactive [=@var{when}]
10449 @opindex --interactive
10450 Specify when to issue an interactive prompt.  @var{when} may be
10451 omitted, or one of:
10452 @itemize @bullet
10453 @item never
10454 @vindex never @r{interactive option}
10455 - Do not prompt at all.
10456 @item once
10457 @vindex once @r{interactive option}
10458 - Prompt once if more than three files are named or if a recursive
10459 removal is requested.  Equivalent to @option{-I}.
10460 @item always
10461 @vindex always @r{interactive option}
10462 - Prompt for every file being removed.  Equivalent to @option{-i}.
10463 @end itemize
10464 @option{--interactive} with no @var{when} is equivalent to
10465 @option{--interactive=always}.
10467 @item --one-file-system
10468 @opindex --one-file-system
10469 @cindex one file system, restricting @command{rm} to
10470 When removing a hierarchy recursively, do not remove any directory that is on a
10471 file system different from that of the corresponding command line argument.
10472 @cindex bind mount
10473 This option is useful when removing a build ``chroot'' hierarchy,
10474 which normally contains no valuable data.  However, it is not uncommon
10475 to bind-mount @file{/home} into such a hierarchy, to make it easier to
10476 use one's start-up file.  The catch is that it's easy to forget to
10477 unmount @file{/home}.  Then, when you use @command{rm -rf} to remove
10478 your normally throw-away chroot, that command will remove everything
10479 under @file{/home}, too.
10480 Use the @option{--one-file-system} option, and it will
10481 diagnose and skip directories on other file systems.
10482 Of course, this will not save your @file{/home} if it and your
10483 chroot happen to be on the same file system.
10484 See also @option{--preserve-root=all} to protect command line arguments
10485 themselves.
10487 @item --preserve-root [=all]
10488 @opindex --preserve-root
10489 @cindex root directory, disallow recursive destruction
10490 Fail upon any attempt to remove the root directory, @file{/},
10491 when used with the @option{--recursive} option.
10492 This is the default behavior.
10493 @xref{Treating / specially}.
10494 When @samp{all} is specified, reject any command line argument
10495 that is not on the same file system as its parent.
10497 @item --no-preserve-root
10498 @opindex --no-preserve-root
10499 @cindex root directory, allow recursive destruction
10500 Do not treat @file{/} specially when removing recursively.
10501 This option is not recommended unless you really want to
10502 remove all the files on your computer.
10503 @xref{Treating / specially}.
10505 @item -r
10506 @itemx -R
10507 @itemx --recursive
10508 @opindex -r
10509 @opindex -R
10510 @opindex --recursive
10511 @cindex directories, removing (recursively)
10512 Remove the listed directories and their contents recursively.
10514 @item -v
10515 @itemx --verbose
10516 @opindex -v
10517 @opindex --verbose
10518 Print the name of each file before removing it.
10520 @end table
10522 @cindex files beginning with @samp{-}, removing
10523 @cindex @samp{-}, removing files beginning with
10524 One common question is how to remove files whose names begin with a
10525 @samp{-}.  GNU @command{rm}, like every program that uses the @code{getopt}
10526 function to parse its arguments, lets you use the @samp{--} option to
10527 indicate that all following arguments are non-options.  To remove a file
10528 called @file{-f} in the current directory, you could type either:
10530 @example
10531 rm -- -f
10532 @end example
10534 @noindent
10537 @example
10538 rm ./-f
10539 @end example
10541 @opindex - @r{and Unix @command{rm}}
10542 The Unix @command{rm} program's use of a single @samp{-} for this purpose
10543 predates the development of the @code{getopt} standard syntax.
10545 @exitstatus
10548 @node shred invocation
10549 @section @command{shred}: Remove files more securely
10551 @pindex shred
10552 @cindex data, erasing
10553 @cindex erasing data
10555 @command{shred} overwrites devices or files, to help prevent even
10556 extensive forensics from recovering the data.
10558 Ordinarily when you remove a file (@pxref{rm invocation}), its data
10559 and metadata are not actually destroyed.  Only the file's directory
10560 entry is removed, and the file's storage is reclaimed only when no
10561 process has the file open and no other directory entry links to the
10562 file.  And even if file's data and metadata's storage space is freed
10563 for further reuse, there are undelete utilities that will attempt to
10564 reconstruct the file from the data in freed storage, and that can
10565 bring the file back if the storage was not rewritten.
10567 On a busy system with a nearly-full device, space can get reused in a few
10568 seconds.  But there is no way to know for sure.  And although the
10569 undelete utilities and already-existing processes require insider or
10570 superuser access, you may be wary of the superuser,
10571 of processes running on your behalf, or of attackers
10572 that can physically access the storage device.  So if you have sensitive
10573 data, you may want to be sure that recovery is not possible
10574 by plausible attacks like these.
10576 The best way to remove something irretrievably is to destroy the media
10577 it's on with acid, melt it down, or the like.  For cheap removable media
10578 this is often the preferred method.  However, some storage devices
10579 are expensive or are harder to destroy, so the @command{shred} utility tries
10580 to achieve a similar effect non-destructively, by overwriting the file
10581 with non-sensitive data.
10583 The @command{shred} command relies on a @strong{crucial assumption}:
10584 that the file system and hardware overwrite data in place.
10585 Although this is common and is the traditional
10586 way to do things, many modern file system designs do not satisfy this
10587 assumption.  Exceptions include:
10589 @itemize @bullet
10591 @item
10592 Log-structured or journaled file systems, such as ext3/ext4 (in
10593 @code{data=journal} mode), Btrfs, NTFS, ReiserFS, XFS, ZFS, file
10594 systems supplied with AIX and Solaris, etc., when they are configured to
10595 journal data.
10597 @item
10598 File systems that write redundant data and carry on even if some writes
10599 fail, such as RAID-based file systems.
10601 @item
10602 File systems that make snapshots, such as Network Appliance's NFS server.
10604 @item
10605 File systems that cache in temporary locations, such as NFS version 3
10606 clients.
10608 @item
10609 Compressed file systems.
10610 @end itemize
10612 For ext3 and ext4 file systems, @command{shred} is less effective
10613 when the file system is in @code{data=journal}
10614 mode, which journals file data in addition to just metadata.  In both
10615 the @code{data=ordered} (default) and @code{data=writeback} modes,
10616 @command{shred} works as usual.  The ext3/ext4 journaling modes can be changed
10617 by adding the @code{data=something} option to the mount options for a
10618 particular file system in the @file{/etc/fstab} file, as documented in
10619 the @command{mount} man page (@samp{man mount}).  Alternatively, if
10620 you know how large the journal is, you can shred the journal by
10621 shredding enough file data so that the journal cycles around and fills
10622 up with shredded data.
10624 If you are not sure how your file system operates, then you should assume
10625 that it does not overwrite data in place, which means @command{shred} cannot
10626 reliably operate on regular files in your file system.
10628 Generally speaking, it is more reliable to shred a device than a file,
10629 since this bypasses file system design issues mentioned above.
10630 However, devices are also problematic for shredding, for reasons
10631 such as the following:
10633 @itemize @bullet
10635 @item
10636 Solid-state storage devices (SSDs) typically do wear leveling to
10637 prolong service life, and this means writes are distributed to other
10638 blocks by the hardware, so ``overwritten'' data blocks are still
10639 present in the underlying device.
10641 @item
10642 Most storage devices map out bad blocks invisibly to
10643 the application; if the bad blocks contain sensitive data,
10644 @command{shred} won't be able to destroy it.
10646 @item
10647 With some obsolete storage technologies,
10648 it may be possible to take (say) a floppy disk back
10649 to a laboratory and use a lot of sensitive (and expensive) equipment
10650 to look for the faint ``echoes'' of the original data underneath the
10651 overwritten data.  With these older technologies, if the file has been
10652 overwritten only once, it's reputedly not even that hard.  Luckily,
10653 this kind of data recovery has become difficult, and there is no
10654 public evidence that today's higher-density storage devices can be
10655 analyzed in this way.
10657 The @command{shred} command can use many overwrite passes,
10658 with data patterns chosen to
10659 maximize the damage they do to the old data.
10660 By default the patterns are designed for best effect on hard drives using
10661 now-obsolete technology; for newer devices, a single pass should suffice.
10662 For more details, see the source code and Peter Gutmann's paper
10663 @uref{https://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html,
10664 @cite{Secure Deletion of Data from Magnetic and Solid-State Memory}},
10665 from the proceedings of the Sixth USENIX Security Symposium (San Jose,
10666 California, July 22--25, 1996).
10667 @end itemize
10669 @command{shred} makes no attempt to detect or report these problems, just as
10670 it makes no attempt to do anything about backups.  However, since it is
10671 more reliable to shred devices than files, @command{shred} by default does
10672 not deallocate or remove the output file.  This default is more suitable
10673 for devices, which typically cannot be deallocated and should not be
10674 removed.
10676 Finally, consider the risk of backups and mirrors.
10677 File system backups and remote mirrors may contain copies of the
10678 file that cannot be removed, and that will allow a shredded file
10679 to be recovered later.  So if you keep any data you may later want
10680 to destroy using @command{shred}, be sure that it is not backed up or mirrored.
10682 @example
10683 shred [@var{option}]@dots{} @var{file}[@dots{}]
10684 @end example
10686 The program accepts the following options.  Also see @ref{Common options}.
10688 @table @samp
10690 @item -f
10691 @itemx --force
10692 @opindex -f
10693 @opindex --force
10694 @cindex force deletion
10695 Override file permissions if necessary to allow overwriting.
10697 @item -n @var{number}
10698 @itemx --iterations=@var{number}
10699 @opindex -n @var{number}
10700 @opindex --iterations=@var{number}
10701 @cindex iterations, selecting the number of
10702 By default, @command{shred} uses @value{SHRED_DEFAULT_PASSES} passes of
10703 overwrite.  You can reduce this to save time, or increase it if you think it's
10704 appropriate.  After 25 passes all of the internal overwrite patterns will have
10705 been used at least once.
10707 @item --random-source=@var{file}
10708 @opindex --random-source
10709 @cindex random source for shredding
10710 Use @var{file} as a source of random data used to overwrite and to
10711 choose pass ordering.  @xref{Random sources}.
10713 @item -s @var{bytes}
10714 @itemx --size=@var{bytes}
10715 @opindex -s @var{bytes}
10716 @opindex --size=@var{bytes}
10717 @cindex size of file to shred
10718 Shred the first @var{bytes} bytes of the file.  The default is to shred
10719 the whole file.  @var{bytes} can be followed by a size specification like
10720 @samp{K}, @samp{M}, or @samp{G} to specify a multiple.  @xref{Block size}.
10722 @item -u
10723 @itemx --remove[=@var{how}]
10724 @opindex -u
10725 @opindex --remove
10726 @opindex --remove=unlink
10727 @opindex --remove=wipe
10728 @opindex --remove=wipesync
10729 @cindex removing files after shredding
10730 After shredding a file, deallocate it (if possible) and then remove it.
10731 If a file has multiple links, only the named links will be removed.
10732 Often the file name is less sensitive than the file data, in which case
10733 the optional @var{how} parameter, supported with the long form option,
10734 gives control of how to more efficiently remove each directory entry.
10735 The @samp{unlink} parameter will just use a standard unlink call,
10736 @samp{wipe} will also first obfuscate bytes in the name, and
10737 @samp{wipesync} will also sync each obfuscated byte in the name to
10738 the file system.
10739 Although @samp{wipesync} is the default method, it can be expensive,
10740 requiring a sync for every character in every file.  This can become
10741 significant with many files, or is redundant if your file system provides
10742 synchronous metadata updates.
10744 @item -v
10745 @itemx --verbose
10746 @opindex -v
10747 @opindex --verbose
10748 Display to standard error all status updates as sterilization proceeds.
10750 @item -x
10751 @itemx --exact
10752 @opindex -x
10753 @opindex --exact
10754 By default, @command{shred} rounds the size of a regular file up to the next
10755 multiple of the file system block size to fully erase the slack space in
10756 the last block of the file.  This space may contain portions of the current
10757 system memory on some systems for example.
10758 Use @option{--exact} to suppress that behavior.
10759 Thus, by default if you shred a 10-byte regular file on a system with 512-byte
10760 blocks, the resulting file will be 512 bytes long.  With this option,
10761 shred does not increase the apparent size of the file.
10763 @item -z
10764 @itemx --zero
10765 @opindex -z
10766 @opindex --zero
10767 Normally, the last pass that @command{shred} writes is made up of
10768 random data.  If this would be conspicuous on your storage device (for
10769 example, because it looks like encrypted data), or you just think
10770 it's tidier, the @option{--zero} option adds an additional overwrite pass with
10771 all zero bits.  This is in addition to the number of passes specified
10772 by the @option{--iterations} option.
10774 @end table
10776 You might use the following command to erase the file system you
10777 created on a USB flash drive.  This command typically takes several
10778 minutes, depending on the drive's size and write speed.  On modern
10779 storage devices a single pass should be adequate, and will take one
10780 third the time of the default three-pass approach.
10782 @example
10783 shred -v -n 1 /dev/sdd1
10784 @end example
10786 Similarly, to erase all data on a selected partition of
10787 your device, you could give a command like the following.
10789 @example
10790 # 1 pass, write pseudo-random data; 3x faster than the default
10791 shred -v -n1 /dev/sda5
10792 @end example
10794 To be on the safe side, use at least one pass that overwrites using
10795 pseudo-random data.  I.e., don't be tempted to use @samp{-n0 --zero},
10796 in case some device controller optimizes the process of writing blocks
10797 of all zeros, and thereby does not clear all bytes in a block.
10798 Some SSDs may do just that.
10800 A @var{file} of @samp{-} denotes standard output.
10801 The intended use of this is to shred a removed temporary file.
10802 For example:
10804 @example
10805 i=$(mktemp)
10806 exec 3<>"$i"
10807 rm -- "$i"
10808 echo "Hello, world" >&3
10809 shred - >&3
10810 exec 3>&-
10811 @end example
10813 However, the command @samp{shred - >file} does not shred the contents
10814 of @var{file}, since the shell truncates @var{file} before invoking
10815 @command{shred}.  Use the command @samp{shred file} or (if using a
10816 Bourne-compatible shell) the command @samp{shred - 1<>file} instead.
10818 @exitstatus
10821 @node Special file types
10822 @chapter Special file types
10824 @cindex special file types
10825 @cindex file types, special
10827 This chapter describes commands which create special types of files (and
10828 @command{rmdir}, which removes directories, one special file type).
10830 @cindex special file types
10831 @cindex file types
10832 Although Unix-like operating systems have markedly fewer special file
10833 types than others, not @emph{everything} can be treated only as the
10834 undifferentiated byte stream of @dfn{normal files}.  For example, when a
10835 file is created or removed, the system must record this information,
10836 which it does in a @dfn{directory} -- a special type of file.  Although
10837 you can read directories as normal files, if you're curious, in order
10838 for the system to do its job it must impose a structure, a certain
10839 order, on the bytes of the file.  Thus it is a ``special'' type of file.
10841 Besides directories, other special file types include named pipes
10842 (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
10844 @menu
10845 * link invocation::             Make a hard link via the link syscall
10846 * ln invocation::               Make links between files.
10847 * mkdir invocation::            Make directories.
10848 * mkfifo invocation::           Make FIFOs (named pipes).
10849 * mknod invocation::            Make block or character special files.
10850 * readlink invocation::         Print value of a symlink or canonical file name.
10851 * rmdir invocation::            Remove empty directories.
10852 * unlink invocation::           Remove files via the unlink syscall
10853 @end menu
10856 @node link invocation
10857 @section @command{link}: Make a hard link via the link syscall
10859 @pindex link
10860 @cindex links, creating
10861 @cindex hard links, creating
10862 @cindex creating links (hard only)
10864 @command{link} creates a single hard link at a time.
10865 It is a minimalist interface to the system-provided
10866 @code{link} function.  @xref{Hard Links, , , libc,
10867 The GNU C Library Reference Manual}.
10868 It avoids the bells and whistles of the more commonly-used
10869 @command{ln} command (@pxref{ln invocation}).
10870 Synopsis:
10872 @example
10873 link @var{filename} @var{linkname}
10874 @end example
10876 @var{filename} must specify an existing file, and @var{linkname}
10877 must specify a nonexistent entry in an existing directory.
10878 @command{link} simply calls @code{link (@var{filename}, @var{linkname})}
10879 to create the link.
10881 On a GNU system, this command acts like @samp{ln --directory
10882 --no-target-directory @var{filename} @var{linkname}}.  However, the
10883 @option{--directory} and @option{--no-target-directory} options are
10884 not specified by POSIX, and the @command{link} command is
10885 more portable in practice.
10887 If @var{filename} is a symbolic link, it is unspecified whether
10888 @var{linkname} will be a hard link to the symbolic link or to the
10889 target of the symbolic link.  Use @command{ln -P} or @command{ln -L}
10890 to specify which behavior is desired.
10892 @exitstatus
10895 @node ln invocation
10896 @section @command{ln}: Make links between files
10898 @pindex ln
10899 @cindex links, creating
10900 @cindex hard links, creating
10901 @cindex symbolic (soft) links, creating
10902 @cindex creating links (hard or soft)
10904 @cindex file systems and hard links
10905 @command{ln} makes links between files.  By default, it makes hard links;
10906 with the @option{-s} option, it makes symbolic (or @dfn{soft}) links.
10907 Synopses:
10909 @example
10910 ln [@var{option}]@dots{} [-T] @var{target} @var{linkname}
10911 ln [@var{option}]@dots{} @var{target}
10912 ln [@var{option}]@dots{} @var{target}@dots{} @var{directory}
10913 ln [@var{option}]@dots{} -t @var{directory} @var{target}@dots{}
10914 @end example
10916 @itemize @bullet
10918 @item
10919 If two file names are given, @command{ln} creates a link to the first
10920 file from the second.
10922 @item
10923 If one @var{target} is given, @command{ln} creates a link to that file
10924 in the current directory.
10926 @item
10927 If the @option{--target-directory} (@option{-t}) option is given, or
10928 failing that if the last file is a directory and the
10929 @option{--no-target-directory} (@option{-T}) option is not given,
10930 @command{ln} creates a link to each @var{target} file in the specified
10931 directory, using the @var{target}s' names.
10933 @end itemize
10935 Normally @command{ln} does not replace existing files.  Use the
10936 @option{--force} (@option{-f}) option to replace them unconditionally,
10937 the @option{--interactive} (@option{-i}) option to replace them
10938 conditionally, and the @option{--backup} (@option{-b}) option to
10939 rename them.  Unless the @option{--backup} (@option{-b}) option is
10940 used there is no brief moment when the destination does not exist;
10941 this is an extension to POSIX.
10943 @cindex hard link, defined
10944 @cindex inode, and hard links
10945 A @dfn{hard link} is another name for an existing file; the link and the
10946 original are indistinguishable.  Technically speaking, they share the
10947 same inode, and the inode contains all the information about a
10948 file -- indeed, it is not incorrect to say that the inode @emph{is} the
10949 file.  Most systems prohibit making a hard link to
10950 a directory; on those where it is allowed, only the super-user can do
10951 so (and with caution, since creating a cycle will cause problems to many
10952 other utilities).  Hard links cannot cross file system boundaries.  (These
10953 restrictions are not mandated by POSIX, however.)
10955 @cindex dereferencing symbolic links
10956 @cindex symbolic link, defined
10957 @dfn{Symbolic links} (@dfn{symlinks} for short), on the other hand, are
10958 a special file type (which not all kernels support: System V release 3
10959 (and older) systems lack symlinks) in which the link file actually
10960 refers to a different file, by name.  When most operations (opening,
10961 reading, writing, and so on) are passed the symbolic link file, the
10962 kernel automatically @dfn{dereferences} the link and operates on the
10963 target of the link.  But some operations (e.g., removing) work on the
10964 link file itself, rather than on its target.  The owner and group of a
10965 symlink are not significant to file access performed through
10966 the link, but do have implications on deleting a symbolic link from a
10967 directory with the restricted deletion bit set.  On the GNU system,
10968 the mode of a symlink has no significance and cannot be changed, but
10969 on some BSD systems, the mode can be changed and will affect whether
10970 the symlink will be traversed in file name resolution.  @xref{Symbolic Links,,,
10971 libc, The GNU C Library Reference Manual}.
10973 Symbolic links can contain arbitrary strings; a @dfn{dangling symlink}
10974 occurs when the string in the symlink does not resolve to a file.
10975 There are no restrictions against creating dangling symbolic links.
10976 There are trade-offs to using absolute or relative symlinks.  An
10977 absolute symlink always points to the same file, even if the directory
10978 containing the link is moved.  However, if the symlink is visible from
10979 more than one machine (such as on a networked file system), the file
10980 pointed to might not always be the same.  A relative symbolic link is
10981 resolved in relation to the directory that contains the link, and is
10982 often useful in referring to files on the same device without regards
10983 to what name that device is mounted on when accessed via networked
10984 machines.
10986 When creating a relative symlink in a different location than the
10987 current directory, the resolution of the symlink will be different
10988 than the resolution of the same string from the current directory.
10989 Therefore, many users prefer to first change directories to the
10990 location where the relative symlink will be created, so that
10991 tab-completion or other file resolution will find the same target as
10992 what will be placed in the symlink.
10994 The program accepts the following options.  Also see @ref{Common options}.
10996 @table @samp
10998 @optBackup
11000 @item -d
11001 @itemx -F
11002 @itemx --directory
11003 @opindex -d
11004 @opindex -F
11005 @opindex --directory
11006 @cindex hard links to directories
11007 Allow users with appropriate privileges to attempt to make hard links
11008 to directories.
11009 However, this will probably fail due to
11010 system restrictions, even for the super-user.
11012 @item -f
11013 @itemx --force
11014 @opindex -f
11015 @opindex --force
11016 Remove existing destination files.
11018 @item -i
11019 @itemx --interactive
11020 @opindex -i
11021 @opindex --interactive
11022 @cindex prompting, and @command{ln}
11023 Prompt whether to remove existing destination files,
11024 and fail if the response is not affirmative.
11026 @item -L
11027 @itemx --logical
11028 @opindex -L
11029 @opindex --logical
11030 If @option{-s} is not in effect, and the source file is a symbolic
11031 link, create the hard link to the file referred to by the symbolic
11032 link, rather than the symbolic link itself.
11034 @item -n
11035 @itemx --no-dereference
11036 @opindex -n
11037 @opindex --no-dereference
11038 Do not treat the last operand specially when it is a symbolic link to
11039 a directory.  Instead, treat it as if it were a normal file.
11041 When the destination is an actual directory (not a symlink to one),
11042 there is no ambiguity.  The link is created in that directory.
11043 But when the specified destination is a symlink to a directory,
11044 there are two ways to treat the user's request.  @command{ln} can
11045 treat the destination just as it would a normal directory and create
11046 the link in it.  On the other hand, the destination can be viewed as a
11047 non-directory -- as the symlink itself.  In that case, @command{ln}
11048 must delete or backup that symlink before creating the new link.
11049 The default is to treat a destination that is a symlink to a directory
11050 just like a directory.
11052 This option is weaker than the @option{--no-target-directory}
11053 (@option{-T}) option, so it has no effect if both options are given.
11055 @item -P
11056 @itemx --physical
11057 @opindex -P
11058 @opindex --physical
11059 If @option{-s} is not in effect, and the source file is a symbolic
11060 link, create the hard link to the symbolic link itself.  On platforms
11061 where this is not supported by the kernel, this option creates a
11062 symbolic link with identical contents; since symbolic link contents
11063 cannot be edited, any file name resolution performed through either
11064 link will be the same as if a hard link had been created.
11066 @item -r
11067 @itemx --relative
11068 @opindex -r
11069 @opindex --relative
11070 Make symbolic links relative to the link location.
11071 This option is only valid with the @option{--symbolic} option.
11073 Example:
11075 @example
11076 ln -srv /a/file /tmp
11077 '/tmp/file' -> '../a/file'
11078 @end example
11080 Relative symbolic links are generated based on their canonicalized
11081 containing directory, and canonicalized targets.  I.e., all symbolic
11082 links in these file names will be resolved.
11083 @xref{realpath invocation}, which gives greater control
11084 over relative file name generation, as demonstrated in the following example:
11086 @example
11087 @verbatim
11088 ln--relative() {
11089   test "$1" = --no-symlinks && { nosym=$1; shift; }
11090   target="$1";
11091   test -d "$2" && link="$2/." || link="$2"
11092   rtarget="$(realpath $nosym -m "$target" \
11093               --relative-to "$(dirname "$link")")"
11094   ln -s -v "$rtarget" "$link"
11096 @end verbatim
11097 @end example
11099 @item -s
11100 @itemx --symbolic
11101 @opindex -s
11102 @opindex --symbolic
11103 Make symbolic links instead of hard links.  This option merely produces
11104 an error message on systems that do not support symbolic links.
11106 @optBackupSuffix
11108 @optTargetDirectory
11110 @optNoTargetDirectory
11112 @item -v
11113 @itemx --verbose
11114 @opindex -v
11115 @opindex --verbose
11116 Print the name of each file after linking it successfully.
11118 @end table
11120 @cindex hard links to symbolic links
11121 @cindex symbolic links and @command{ln}
11122 If @option{-L} and @option{-P} are both given, the last one takes
11123 precedence.  If @option{-s} is also given, @option{-L} and @option{-P}
11124 are silently ignored.  If neither option is given, then this
11125 implementation defaults to @option{-P} if the system @code{link} supports
11126 hard links to symbolic links (such as the GNU system), and @option{-L}
11127 if @code{link} follows symbolic links (such as on BSD).
11129 @exitstatus
11131 Examples:
11133 @example
11134 Bad Example:
11136 # Create link ../a pointing to a in that directory.
11137 # Not really useful because it points to itself.
11138 ln -s a ..
11140 Better Example:
11142 # Change to the target before creating symlinks to avoid being confused.
11143 cd ..
11144 ln -s adir/a .
11146 Bad Example:
11148 # Hard coded file names don't move well.
11149 ln -s $(pwd)/a /some/dir/
11151 Better Example:
11153 # Relative file names survive directory moves and also
11154 # work across networked file systems.
11155 ln -s afile anotherfile
11156 ln -s ../adir/afile yetanotherfile
11157 @end example
11160 @node mkdir invocation
11161 @section @command{mkdir}: Make directories
11163 @pindex mkdir
11164 @cindex directories, creating
11165 @cindex creating directories
11167 @command{mkdir} creates directories with the specified names.  Synopsis:
11169 @example
11170 mkdir [@var{option}]@dots{} @var{name}@dots{}
11171 @end example
11173 @command{mkdir} creates each directory @var{name} in the order given.
11174 It reports an error if @var{name} already exists, unless the
11175 @option{-p} option is given and @var{name} is a directory.
11177 The program accepts the following options.  Also see @ref{Common options}.
11179 @table @samp
11181 @item -m @var{mode}
11182 @itemx --mode=@var{mode}
11183 @opindex -m
11184 @opindex --mode
11185 @cindex modes of created directories, setting
11186 Set the file permission bits of created directories to @var{mode},
11187 which uses the same syntax as
11188 in @command{chmod} and uses @samp{a=rwx} (read, write and execute allowed for
11189 everyone) for the point of the departure.  @xref{File permissions}.
11190 This option affects only directories given on the command line;
11191 it does not affect any parents that may be created via the @option{-p} option.
11193 Normally the directory has the desired file mode bits at the moment it
11194 is created.  As a GNU extension, @var{mode} may also mention
11195 special mode bits, but in this case there may be a temporary window
11196 during which the directory exists but its special mode bits are
11197 incorrect.  @xref{Directory Setuid and Setgid}, for how the
11198 set-user-ID and set-group-ID bits of directories are inherited unless
11199 overridden in this way.
11201 @item -p
11202 @itemx --parents
11203 @opindex -p
11204 @opindex --parents
11205 @cindex parent directories, creating
11206 Make any missing parent directories for each argument, setting their
11207 file permission bits to @samp{=rwx,u+wx},
11208 that is, with the umask modified by @samp{u+wx}.  Ignore
11209 existing parent directories, and do not change their file permission
11210 bits.
11212 If the @option{-m} option is also given, it does not affect
11213 file permission bits of any newly-created parent directories.
11214 To control these bits, set the
11215 umask before invoking @command{mkdir}.  For example, if the shell
11216 command @samp{(umask u=rwx,go=rx; mkdir -p P/Q)} creates the parent
11217 @file{P} it sets the parent's file permission bits to @samp{u=rwx,go=rx}.
11218 (The umask must include @samp{u=wx} for this method to work.)
11219 To set a parent's special mode bits as well, you can invoke
11220 @command{chmod} after @command{mkdir}.  @xref{Directory Setuid and
11221 Setgid}, for how the set-user-ID and set-group-ID bits of
11222 newly-created parent directories are inherited.
11224 @item -v
11225 @itemx --verbose
11226 @opindex -v
11227 @opindex --verbose
11228 Print a message for each created directory.  This is most useful with
11229 @option{--parents}.
11231 @optContext
11233 @end table
11235 @exitstatus
11238 @node mkfifo invocation
11239 @section @command{mkfifo}: Make FIFOs (named pipes)
11241 @pindex mkfifo
11242 @cindex FIFOs, creating
11243 @cindex named pipes, creating
11244 @cindex creating FIFOs (named pipes)
11246 @command{mkfifo} creates FIFOs (also called @dfn{named pipes}) with the
11247 specified names.  Synopsis:
11249 @example
11250 mkfifo [@var{option}] @var{name}@dots{}
11251 @end example
11253 A @dfn{FIFO} is a special file type that permits independent processes
11254 to communicate.  One process opens the FIFO file for writing, and
11255 another for reading, after which data can flow as with the usual
11256 anonymous pipe in shells or elsewhere.
11258 The program accepts the following options.  Also see @ref{Common options}.
11260 @table @samp
11262 @item -m @var{mode}
11263 @itemx --mode=@var{mode}
11264 @opindex -m
11265 @opindex --mode
11266 @cindex modes of created FIFOs, setting
11267 Set the mode of created FIFOs to @var{mode}, which is symbolic as in
11268 @command{chmod} and uses @samp{a=rw} (read and write allowed for everyone)
11269 for the point of departure.  @var{mode} should specify only file
11270 permission bits.  @xref{File permissions}.
11272 @optContext
11274 @end table
11276 @exitstatus
11279 @node mknod invocation
11280 @section @command{mknod}: Make block or character special files
11282 @pindex mknod
11283 @cindex block special files, creating
11284 @cindex character special files, creating
11286 @command{mknod} creates a FIFO, character special file, or block special
11287 file with the specified name.  Synopsis:
11289 @example
11290 mknod [@var{option}]@dots{} @var{name} @var{type} [@var{major} @var{minor}]
11291 @end example
11293 @cindex special files
11294 @cindex block special files
11295 @cindex character special files
11296 Unlike the phrase ``special file type'' above, the term @dfn{special
11297 file} has a technical meaning on Unix: something that can generate or
11298 receive data.  Usually this corresponds to a physical piece of hardware,
11299 e.g., a printer or a flash drive.  (These files are typically created at
11300 system-configuration time.)  The @command{mknod} command is what creates
11301 files of this type.  Such devices can be read either a character at a
11302 time or a ``block'' (many characters) at a time, hence we say there are
11303 @dfn{block special} files and @dfn{character special} files.
11305 @c mknod is a shell built-in at least with OpenBSD's /bin/sh
11306 @mayConflictWithShellBuiltIn{mknod}
11308 The arguments after @var{name} specify the type of file to make:
11310 @table @samp
11312 @item p
11313 @opindex p @r{for FIFO file}
11314 for a FIFO
11316 @item b
11317 @opindex b @r{for block special file}
11318 for a block special file
11320 @item c
11321 @c Don't document the 'u' option -- it's just a synonym for 'c'.
11322 @c Do *any* versions of mknod still use it?
11323 @c @itemx u
11324 @opindex c @r{for character special file}
11325 @c @opindex u @r{for character special file}
11326 for a character special file
11328 @end table
11330 When making a block or character special file, the major and minor
11331 device numbers must be given after the file type.
11332 If a major or minor device number begins with @samp{0x} or @samp{0X},
11333 it is interpreted as hexadecimal; otherwise, if it begins with @samp{0},
11334 as octal; otherwise, as decimal.
11336 The program accepts the following options.  Also see @ref{Common options}.
11338 @table @samp
11340 @item -m @var{mode}
11341 @itemx --mode=@var{mode}
11342 @opindex -m
11343 @opindex --mode
11344 Set the mode of created files to @var{mode}, which is symbolic as in
11345 @command{chmod} and uses @samp{a=rw} as the point of departure.
11346 @var{mode} should specify only file permission bits.
11347 @xref{File permissions}.
11349 @optContext
11351 @end table
11353 @exitstatus
11356 @node readlink invocation
11357 @section @command{readlink}: Print value of a symlink or canonical file name
11359 @pindex readlink
11360 @cindex displaying value of a symbolic link
11361 @cindex canonical file name
11362 @cindex canonicalize a file name
11363 @cindex realpath
11365 @command{readlink} may work in one of two supported modes:
11367 @table @samp
11369 @item Readlink mode
11371 @command{readlink} outputs the value of the given symbolic links.
11372 If @command{readlink} is invoked with an argument other than the name
11373 of a symbolic link, it produces no output and exits with a nonzero exit code.
11375 @item Canonicalize mode
11377 @command{readlink} outputs the absolute name of the given files which contain
11378 no @file{.}, @file{..} components nor any repeated separators
11379 (@file{/}) or symbolic links.  The @command{realpath} command is the
11380 preferred command to use for canonicalization.  @xref{realpath invocation}.
11382 @end table
11384 @example
11385 readlink [@var{option}]@dots{} @var{file}@dots{}
11386 @end example
11388 By default, @command{readlink} operates in readlink mode.
11390 The program accepts the following options.  Also see @ref{Common options}.
11392 @table @samp
11394 @item -f
11395 @itemx --canonicalize
11396 @opindex -f
11397 @opindex --canonicalize
11398 Activate canonicalize mode.
11399 If any component of the file name except the last one is missing or unavailable,
11400 @command{readlink} produces no output and exits with a nonzero exit
11401 code.  A trailing slash is ignored.
11403 @item -e
11404 @itemx --canonicalize-existing
11405 @opindex -e
11406 @opindex --canonicalize-existing
11407 Activate canonicalize mode.
11408 If any component is missing or unavailable, @command{readlink} produces
11409 no output and exits with a nonzero exit code.  A trailing slash
11410 requires that the name resolve to a directory.
11412 @item -m
11413 @itemx --canonicalize-missing
11414 @opindex -m
11415 @opindex --canonicalize-missing
11416 Activate canonicalize mode.
11417 If any component is missing or unavailable, @command{readlink} treats it
11418 as a directory.
11420 @item -n
11421 @itemx --no-newline
11422 @opindex -n
11423 @opindex --no-newline
11424 Do not print the output delimiter, when a single @var{file} is specified.
11425 Print a warning if specified along with multiple @var{file}s.
11427 @item -s
11428 @itemx -q
11429 @itemx --silent
11430 @itemx --quiet
11431 @opindex -s
11432 @opindex -q
11433 @opindex --silent
11434 @opindex --quiet
11435 Suppress most error messages.  On by default.
11437 @item -v
11438 @itemx --verbose
11439 @opindex -v
11440 @opindex --verbose
11441 Report error messages.
11443 @optZero
11445 @end table
11447 The @command{readlink} utility first appeared in OpenBSD 2.1.
11449 The @command{realpath} command without options, operates like
11450 @command{readlink} in canonicalize mode.
11452 @exitstatus
11455 @node rmdir invocation
11456 @section @command{rmdir}: Remove empty directories
11458 @pindex rmdir
11459 @cindex removing empty directories
11460 @cindex directories, removing empty
11462 @command{rmdir} removes empty directories.  Synopsis:
11464 @example
11465 rmdir [@var{option}]@dots{} @var{directory}@dots{}
11466 @end example
11468 If any @var{directory} argument does not refer to an existing empty
11469 directory, it is an error.
11471 The program accepts the following options.  Also see @ref{Common options}.
11473 @table @samp
11475 @item --ignore-fail-on-non-empty
11476 @opindex --ignore-fail-on-non-empty
11477 @cindex directory deletion, ignoring failures
11478 Ignore each failure to remove a directory that is non-empty.
11480 @item -p
11481 @itemx --parents
11482 @opindex -p
11483 @opindex --parents
11484 @cindex parent directories, removing
11485 Remove @var{directory}, then try to remove each component of @var{directory}.
11486 So, for example, @samp{rmdir -p a/b/c} is similar to @samp{rmdir a/b/c a/b a}.
11487 As such, it fails if any of those directories turns out not to be empty.
11488 Use the @option{--ignore-fail-on-non-empty} option to make it so such
11489 a failure does not evoke a diagnostic and does not cause @command{rmdir} to
11490 exit unsuccessfully.
11492 @item -v
11493 @itemx --verbose
11494 @opindex -v
11495 @opindex --verbose
11496 @cindex directory deletion, reporting
11497 Give a diagnostic for each successful removal.
11498 @var{directory} is removed.
11500 @end table
11502 @xref{rm invocation}, for how to remove non-empty directories recursively.
11504 To remove all empty directories under @var{dirname}, including
11505 directories that become empty because other directories are removed,
11506 you can use either of the following commands:
11508 @example
11509 # This uses GNU extensions.
11510 find @var{dirname} -type d -empty -delete
11512 # This runs on any POSIX platform.
11513 find @var{dirname} -depth -type d -exec rmdir @{@} +
11514 @end example
11516 @exitstatus
11519 @node unlink invocation
11520 @section @command{unlink}: Remove files via the unlink syscall
11522 @pindex unlink
11523 @cindex removing files or directories (via the unlink syscall)
11525 @command{unlink} deletes a single specified file name.
11526 It is a minimalist interface to the system-provided
11527 @code{unlink} function.  @xref{Deleting Files, , , libc,
11528 The GNU C Library Reference Manual}.  Synopsis:
11529 It avoids the bells and whistles of the more commonly-used
11530 @command{rm} command (@pxref{rm invocation}).
11532 @example
11533 unlink @var{filename}
11534 @end example
11536 On some systems @code{unlink} can be used to delete the name of a
11537 directory.  On others, it can be used that way only by a privileged user.
11538 In the GNU system @code{unlink} can never delete the name of a directory.
11540 The @command{unlink} command honors the @option{--help} and
11541 @option{--version} options.  To remove a file whose name begins with
11542 @samp{-}, prefix the name with @samp{./}, e.g., @samp{unlink ./--help}.
11544 @exitstatus
11547 @node Changing file attributes
11548 @chapter Changing file attributes
11550 @cindex changing file attributes
11551 @cindex file attributes, changing
11552 @cindex attributes, file
11554 A file is not merely its contents, a name, and a file type
11555 (@pxref{Special file types}).  A file also has an owner (a user ID), a
11556 group (a group ID), permissions (what the owner can do with the file,
11557 what people in the group can do, and what everyone else can do), various
11558 timestamps, and other information.  Collectively, we call these a file's
11559 @dfn{attributes}.
11561 These commands change file attributes.
11563 @menu
11564 * chown invocation::            Change file owners and groups.
11565 * chgrp invocation::            Change file groups.
11566 * chmod invocation::            Change access permissions.
11567 * touch invocation::            Change file timestamps.
11568 @end menu
11571 @node chown invocation
11572 @section @command{chown}: Change file owner and group
11574 @pindex chown
11575 @cindex file ownership, changing
11576 @cindex group ownership, changing
11577 @cindex changing file ownership
11578 @cindex changing group ownership
11580 @command{chown} changes the user and/or group ownership of each given @var{file}
11581 to @var{new-owner} or to the user and group of an existing reference file.
11582 Synopsis:
11584 @example
11585 chown [@var{option}]@dots{} @{@var{new-owner} | --reference=@var{ref_file}@}@c
11586  @var{file}@dots{}
11587 @end example
11589 If used, @var{new-owner} specifies the new owner and/or group as follows
11590 (with no embedded white space):
11592 @example
11593 [@var{owner}] [ : [@var{group}] ]
11594 @end example
11596 Specifically:
11598 @table @var
11599 @item owner
11600 If only an @var{owner} (a user name or numeric user ID) is given, that
11601 user is made the owner of each given file, and the files' group is not
11602 changed.
11604 @item owner@samp{:}group
11605 If the @var{owner} is followed by a colon and a @var{group} (a
11606 group name or numeric group ID), with no spaces between them, the group
11607 ownership of the files is changed as well (to @var{group}).
11609 @item owner@samp{:}
11610 If a colon but no group name follows @var{owner}, that user is
11611 made the owner of the files and the group of the files is changed to
11612 @var{owner}'s login group.
11614 @item @samp{:}group
11615 If the colon and following @var{group} are given, but the owner
11616 is omitted, only the group of the files is changed; in this case,
11617 @command{chown} performs the same function as @command{chgrp}.
11619 @item @samp{:}
11620 If only a colon is given, or if @var{new-owner} is empty, neither the
11621 owner nor the group is changed.
11623 @end table
11625 If @var{owner} or @var{group} is intended to represent a numeric user
11626 or group ID, then you may specify it with a leading @samp{+}.
11627 @xref{Disambiguating names and IDs}.
11629 Some older scripts may still use @samp{.} in place of the @samp{:} separator.
11630 POSIX 1003.1-2001 (@pxref{Standards conformance}) does not
11631 require support for that, but for backward compatibility GNU
11632 @command{chown} supports @samp{.} so long as no ambiguity results,
11633 although it issues a warning and support may be removed in future versions.
11634 New scripts should avoid the use of @samp{.} because it is not
11635 portable, and because it has undesirable results if the entire
11636 @var{owner@samp{.}group} happens to identify a user whose name
11637 contains @samp{.}.
11639 @macro chownGroupRestrictions
11640 It is system dependent whether a user can change the group to an arbitrary one,
11641 or the more portable behavior of being restricted to setting a group of
11642 which the user is a member.
11643 @end macro
11644 @chownGroupRestrictions
11646 The @command{chown} command sometimes clears the set-user-ID or
11647 set-group-ID permission bits.  This behavior depends on the policy and
11648 functionality of the underlying @code{chown} system call, which may
11649 make system-dependent file mode modifications outside the control of
11650 the @command{chown} command.  For example, the @command{chown} command
11651 might not affect those bits when invoked by a user with appropriate
11652 privileges, or when the
11653 bits signify some function other than executable permission (e.g.,
11654 mandatory locking).
11655 When in doubt, check the underlying system behavior.
11657 The program accepts the following options.  Also see @ref{Common options}.
11659 @table @samp
11661 @item -c
11662 @itemx --changes
11663 @opindex -c
11664 @opindex --changes
11665 @cindex changed owners, verbosely describing
11666 Verbosely describe the action for each @var{file} whose ownership
11667 actually changes.
11669 @item -f
11670 @itemx --silent
11671 @itemx --quiet
11672 @opindex -f
11673 @opindex --silent
11674 @opindex --quiet
11675 @cindex error messages, omitting
11676 Do not print error messages about files whose ownership cannot be
11677 changed.
11679 @macro chownFromOption{cmd}
11680 @item --from=@var{old-owner}
11681 @opindex --from
11682 @cindex symbolic links, changing owner
11683 Change a @var{file}'s ownership only if it has current attributes specified
11684 by @var{old-owner}.  @var{old-owner} has the same form as @var{new-owner}
11685 described above.
11686 This option is useful primarily from a security standpoint in that
11687 it narrows considerably the window of potential abuse.
11688 For example, to reflect a user ID numbering change for one user's files
11689 without an option like this, @code{root} might run
11691 @example
11692 find / -owner OLDUSER -print0 | xargs -0 \cmd\ -h NEWUSER
11693 @end example
11695 But that is dangerous because the interval between when the @command{find}
11696 tests the existing file's owner and when the @command{\cmd\} is actually run
11697 may be quite large.
11698 One way to narrow the gap would be to invoke \cmd\ for each file
11699 as it is found:
11701 @example
11702 find / -owner OLDUSER -exec \cmd\ -h NEWUSER @{@} \\;
11703 @end example
11705 But that is very slow if there are many affected files.
11706 With this option, it is safer (the gap is narrower still)
11707 though still not perfect:
11709 @example
11710 \cmd\ -h -R --from=OLDUSER NEWUSER /
11711 @end example
11712 @end macro
11713 @chownFromOption{chown}
11715 @macro symlinkRefOpts
11716 @item --dereference
11717 @opindex --dereference
11718 @cindex symbolic links, changing owner, group
11719 @findex lchown
11720 Do not act on symbolic links themselves but rather on what they point to.
11721 This is the default when not operating recursively.
11722 @warnOptDerefWithRec
11724 @item -h
11725 @itemx --no-dereference
11726 @opindex -h
11727 @opindex --no-dereference
11728 @cindex symbolic links, changing owner
11729 @findex lchown
11730 Act on symbolic links themselves instead of what they point to.
11731 This mode relies on the @code{lchown} system call.
11732 On systems that do not provide the @code{lchown} system call,
11733 no diagnostic is issued, but see @option{--verbose}.
11734 @end macro
11735 @symlinkRefOpts
11737 @item --preserve-root
11738 @opindex --preserve-root
11739 @cindex root directory, disallow recursive modification
11740 Fail upon any attempt to recursively change the root directory, @file{/}.
11741 Without @option{--recursive}, this option has no effect.
11742 @xref{Treating / specially}.
11744 @item --no-preserve-root
11745 @opindex --no-preserve-root
11746 @cindex root directory, allow recursive modification
11747 Cancel the effect of any preceding @option{--preserve-root} option.
11748 @xref{Treating / specially}.
11750 @item --reference=@var{ref_file}
11751 @opindex --reference
11752 Change the user and group of each @var{file} to be the same as those of
11753 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11754 user and group of the symbolic link, but rather those of the file it
11755 refers to.
11757 @item -v
11758 @itemx --verbose
11759 @opindex -v
11760 @opindex --verbose
11761 Output a diagnostic for every file processed.
11762 If a symbolic link is encountered during a recursive traversal
11763 on a system without the @code{lchown} system call, and @option{--no-dereference}
11764 is in effect, then issue a diagnostic saying neither the symbolic link nor
11765 its referent is being changed.
11767 @item -R
11768 @itemx --recursive
11769 @opindex -R
11770 @opindex --recursive
11771 @cindex recursively changing file ownership
11772 Recursively change ownership of directories and their contents.
11774 @choptH
11775 @xref{Traversing symlinks}.
11777 @choptL
11778 @warnOptDerefWithRec
11779 @xref{Traversing symlinks}.
11781 @choptP
11782 @choptDefault
11783 @xref{Traversing symlinks}.
11785 @end table
11787 @exitstatus
11789 Examples:
11791 @example
11792 # Change the owner of /u to "root".
11793 chown root /u
11795 # Likewise, but also change its group to "staff".
11796 chown root:staff /u
11798 # Change the owner of /u and subfiles to "root".
11799 chown -hR root /u
11800 @end example
11803 @node chgrp invocation
11804 @section @command{chgrp}: Change group ownership
11806 @pindex chgrp
11807 @cindex group ownership, changing
11808 @cindex changing group ownership
11810 @command{chgrp} changes the group ownership of each given @var{file}
11811 to @var{group} (which can be either a group name or a numeric group ID)
11812 or to the group of an existing reference file.  @xref{chown invocation}.
11813 Synopsis:
11815 @example
11816 chgrp [@var{option}]@dots{} @{@var{group} | --reference=@var{ref_file}@}@c
11817  @var{file}@dots{}
11818 @end example
11820 If @var{group} is intended to represent a
11821 numeric group ID, then you may specify it with a leading @samp{+}.
11822 @xref{Disambiguating names and IDs}.
11824 @chownGroupRestrictions
11826 The program accepts the following options.  Also see @ref{Common options}.
11828 @table @samp
11830 @item -c
11831 @itemx --changes
11832 @opindex -c
11833 @opindex --changes
11834 @cindex changed files, verbosely describing
11835 Verbosely describe the action for each @var{file} whose group actually
11836 changes.
11838 @item -f
11839 @itemx --silent
11840 @itemx --quiet
11841 @opindex -f
11842 @opindex --silent
11843 @opindex --quiet
11844 @cindex error messages, omitting
11845 Do not print error messages about files whose group cannot be
11846 changed.
11848 @chownFromOption{chgrp}
11850 @symlinkRefOpts
11852 @item --preserve-root
11853 @opindex --preserve-root
11854 @cindex root directory, disallow recursive modification
11855 Fail upon any attempt to recursively change the root directory, @file{/}.
11856 Without @option{--recursive}, this option has no effect.
11857 @xref{Treating / specially}.
11859 @item --no-preserve-root
11860 @opindex --no-preserve-root
11861 @cindex root directory, allow recursive modification
11862 Cancel the effect of any preceding @option{--preserve-root} option.
11863 @xref{Treating / specially}.
11865 @item --reference=@var{ref_file}
11866 @opindex --reference
11867 Change the group of each @var{file} to be the same as that of
11868 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
11869 group of the symbolic link, but rather that of the file it refers to.
11871 @item -v
11872 @itemx --verbose
11873 @opindex -v
11874 @opindex --verbose
11875 Output a diagnostic for every file processed.
11876 If a symbolic link is encountered during a recursive traversal
11877 on a system without the @code{lchown} system call, and @option{--no-dereference}
11878 is in effect, then issue a diagnostic saying neither the symbolic link nor
11879 its referent is being changed.
11881 @item -R
11882 @itemx --recursive
11883 @opindex -R
11884 @opindex --recursive
11885 @cindex recursively changing group ownership
11886 Recursively change the group ownership of directories and their contents.
11888 @choptH
11889 @xref{Traversing symlinks}.
11891 @choptL
11892 @warnOptDerefWithRec
11893 @xref{Traversing symlinks}.
11895 @choptP
11896 @choptDefault
11897 @xref{Traversing symlinks}.
11899 @end table
11901 @exitstatus
11903 Examples:
11905 @example
11906 # Change the group of /u to "staff".
11907 chgrp staff /u
11909 # Change the group of /u and subfiles to "staff".
11910 chgrp -hR staff /u
11911 @end example
11914 @node chmod invocation
11915 @section @command{chmod}: Change access permissions
11917 @pindex chmod
11918 @cindex changing access permissions
11919 @cindex access permissions, changing
11920 @cindex permissions, changing access
11922 @command{chmod} changes the access permissions of the named files.  Synopsis:
11924 @example
11925 chmod [@var{option}]@dots{} @{@var{mode} | --reference=@var{ref_file}@}@c
11926  @var{file}@dots{}
11927 @end example
11929 @cindex symbolic links, permissions of
11930 @command{chmod} doesn't change the permissions of symbolic links, since
11931 the @command{chmod} system call cannot change their permissions on most systems,
11932 and most systems ignore permissions of symbolic links.
11933 However, for each symbolic link listed on the command
11934 line, @command{chmod} changes the permissions of the pointed-to file.
11935 In contrast, @command{chmod} ignores symbolic links encountered during
11936 recursive directory traversals. Options that modify this behavior
11937 are described below.
11939 Only a process whose effective user ID matches the user ID of the file,
11940 or a process with appropriate privileges, is permitted to change the
11941 file mode bits of a file.
11943 A successful use of @command{chmod} clears the set-group-ID bit of a
11944 regular file if the file's group ID does not match the user's
11945 effective group ID or one of the user's supplementary group IDs,
11946 unless the user has appropriate privileges.  Additional restrictions
11947 may cause the set-user-ID and set-group-ID bits of @var{mode} or
11948 @var{ref_file} to be ignored.  This behavior depends on the policy and
11949 functionality of the underlying @code{chmod} system call.  When in
11950 doubt, check the underlying system behavior.
11952 If used, @var{mode} specifies the new file mode bits.
11953 For details, see the section on @ref{File permissions}.
11954 If you really want @var{mode} to have a leading @samp{-}, you should
11955 use @option{--} first, e.g., @samp{chmod -- -w file}.  Typically,
11956 though, @samp{chmod a-w file} is preferable, and @command{chmod -w
11957 file} (without the @option{--}) complains if it behaves differently
11958 from what @samp{chmod a-w file} would do.
11960 The program accepts the following options.  Also see @ref{Common options}.
11962 @table @samp
11964 @item -c
11965 @itemx --changes
11966 @opindex -c
11967 @opindex --changes
11968 Verbosely describe the action for each @var{file} whose permissions
11969 actually change.
11971 @item --dereference
11972 @opindex --dereference
11973 @cindex symbolic links, changing mode
11974 Do not act on symbolic links themselves but rather on what they point to.
11975 This is the default for command line arguments, but not for
11976 symbolic links encountered when recursing.
11977 @warnOptDerefWithRec
11979 @item -h
11980 @itemx --no-dereference
11981 @opindex -h
11982 @opindex --no-dereference
11983 @cindex symbolic links, changing mode
11984 Act on symbolic links themselves instead of what they point to.
11985 On systems that do not support this, no diagnostic is issued,
11986 but see @option{--verbose}.
11988 @item -f
11989 @itemx --silent
11990 @itemx --quiet
11991 @opindex -f
11992 @opindex --silent
11993 @opindex --quiet
11994 @cindex error messages, omitting
11995 Do not print error messages about files whose permissions cannot be
11996 changed.
11998 @item --preserve-root
11999 @opindex --preserve-root
12000 @cindex root directory, disallow recursive modification
12001 Fail upon any attempt to recursively change the root directory, @file{/}.
12002 Without @option{--recursive}, this option has no effect.
12003 @xref{Treating / specially}.
12005 @item --no-preserve-root
12006 @opindex --no-preserve-root
12007 @cindex root directory, allow recursive modification
12008 Cancel the effect of any preceding @option{--preserve-root} option.
12009 @xref{Treating / specially}.
12011 @item -v
12012 @itemx --verbose
12013 @opindex -v
12014 @opindex --verbose
12015 Verbosely describe the action or non-action taken for every @var{file}.
12017 @item --reference=@var{ref_file}
12018 @opindex --reference
12019 Change the mode of each @var{file} to be the same as that of @var{ref_file}.
12020 @xref{File permissions}.
12021 If @var{ref_file} is a symbolic link, do not use the mode
12022 of the symbolic link, but rather that of the file it refers to.
12024 @item -R
12025 @itemx --recursive
12026 @opindex -R
12027 @opindex --recursive
12028 @cindex recursively changing access permissions
12029 Recursively change permissions of directories and their contents.
12031 @choptH
12032 @choptDefault
12033 @xref{Traversing symlinks}.
12035 @choptL
12036 @warnOptDerefWithRec
12037 @xref{Traversing symlinks}.
12039 @choptP
12040 @xref{Traversing symlinks}.
12042 @end table
12044 @exitstatus
12046 Examples:
12048 @smallexample
12049 # Change file permissions of FOO to be world readable
12050 # and user writable, with no other permissions.
12051 chmod 644 foo
12052 chmod a=r,u+w foo
12054 # Add user and group execute permissions to FOO.
12055 chmod +110 file
12056 chmod ug+x file
12058 # Set file permissions of DIR and subsidiary files to
12059 # be the umask default, assuming execute permissions for
12060 # directories and for files already executable.
12061 chmod -R a=,+rwX dir
12062 @end smallexample
12065 @node touch invocation
12066 @section @command{touch}: Change file timestamps
12068 @pindex touch
12069 @cindex changing file timestamps
12070 @cindex file timestamps, changing
12071 @cindex timestamps, changing file
12073 @command{touch} changes the access and/or modification timestamps of the
12074 specified files.  Synopsis:
12076 @example
12077 touch [@var{option}]@dots{} @var{file}@dots{}
12078 @end example
12080 @cindex empty files, creating
12081 Any @var{file} argument that does not exist is created empty, unless
12082 option @option{--no-create} (@option{-c}) or @option{--no-dereference}
12083 (@option{-h}) was in effect.
12085 A @var{file} argument string of @samp{-} is handled specially and
12086 causes @command{touch} to change the times of the file associated with
12087 standard output.
12089 By default, @command{touch} sets file timestamps to the current time.
12090 Because @command{touch} acts on its operands left to right, the
12091 resulting timestamps of earlier and later operands may disagree.
12093 @cindex permissions, for changing file timestamps
12094 When setting file timestamps to the current time, @command{touch} can
12095 change the timestamps for files that the user does not own but has
12096 write permission for.  Otherwise, the user must own the files.  Some
12097 older systems have a further restriction: the user must own the files
12098 unless both the access and modification timestamps are being set to the
12099 current time.
12101 The @command{touch} command cannot set a file's status change timestamp to
12102 a user-specified value, and cannot change the file's birth time (if
12103 supported) at all.  Also, @command{touch} has issues similar to those
12104 affecting all programs that update file timestamps.  For example,
12105 @command{touch} may set a file's timestamp to a value that differs
12106 slightly from the requested time.  @xref{File timestamps}.
12108 @vindex TZ
12109 Timestamps assume the time zone rules specified by the @env{TZ}
12110 environment variable, or by the system default rules if @env{TZ} is
12111 not set.  @xref{TZ Variable,, Specifying the Time Zone with @env{TZ},
12112 libc, The GNU C Library Reference Manual}.
12113 You can avoid ambiguities during
12114 daylight saving transitions by using UTC timestamps.
12116 The program accepts the following options.  Also see @ref{Common options}.
12118 @table @samp
12120 @item -a
12121 @itemx --time=atime
12122 @itemx --time=access
12123 @itemx --time=use
12124 @opindex -a
12125 @opindex --time
12126 @opindex atime@r{, changing}
12127 @opindex access @r{time, changing}
12128 @opindex use @r{time, changing}
12129 Change the access timestamp only.  @xref{File timestamps}.
12131 @item -c
12132 @itemx --no-create
12133 @opindex -c
12134 @opindex --no-create
12135 Do not warn about or create files that do not exist.
12137 @item -d @var{time}
12138 @itemx --date=@var{time}
12139 @opindex -d
12140 @opindex --date
12141 @opindex time
12142 Use @var{time} instead of the current time.  It can contain month names,
12143 time zones, @samp{am} and @samp{pm}, @samp{yesterday}, etc.  For
12144 example, @option{--date="2020-07-21 14:19:13.489392193 +0530"}
12145 specifies the instant of time that is 489,392,193 nanoseconds after
12146 July 21, 2020 at 2:19:13 PM in a time zone that is 5 hours and 30
12147 minutes east of UTC@.  @xref{Date input formats}.
12148 File systems that do not support high-resolution timestamps
12149 silently ignore any excess precision here.
12151 @item -f
12152 @opindex -f
12153 @cindex BSD @command{touch} compatibility
12154 Ignored; for compatibility with BSD versions of @command{touch}.
12156 @item -h
12157 @itemx --no-dereference
12158 @opindex -h
12159 @opindex --no-dereference
12160 @cindex symbolic links, changing time
12161 @findex lutimes
12162 Attempt to change the timestamps of a symbolic link, rather than what
12163 the link refers to.  When using this option, empty files are not
12164 created, but option @option{-c} must also be used to avoid warning
12165 about files that do not exist.  Not all systems support changing the
12166 timestamps of symlinks, since underlying system support for this
12167 action was not required until POSIX 2008.  Also, on some
12168 systems, the mere act of examining a symbolic link changes the access
12169 timestamp, such that only changes to the modification timestamp will persist
12170 long enough to be observable.  When coupled with option @option{-r}, a
12171 reference timestamp is taken from a symbolic link rather than the file
12172 it refers to.
12174 @item -m
12175 @itemx --time=mtime
12176 @itemx --time=modify
12177 @opindex -m
12178 @opindex --time
12179 @opindex mtime@r{, changing}
12180 @opindex modify @r{time, changing}
12181 Change the modification timestamp only.
12183 @item -r @var{file}
12184 @itemx --reference=@var{file}
12185 @opindex -r
12186 @opindex --reference
12187 Use the times of the reference @var{file} instead of the current time.
12188 If this option is combined with the @option{--date=@var{time}}
12189 (@option{-d @var{time}}) option, the reference @var{file}'s time is
12190 the origin for any relative @var{time}s given, but is otherwise ignored.
12191 For example, @samp{-r foo -d '-5 seconds'} specifies a timestamp
12192 equal to five seconds before the corresponding timestamp for @file{foo}.
12193 If @var{file} is a symbolic link, the reference timestamp is taken
12194 from the target of the symlink, unless @option{-h} was also in effect.
12196 @item -t [[@var{cc}]@var{yy}]@var{mmddhhmm}[.@var{ss}]
12197 @cindex leap seconds
12198 Use the argument (optional four-digit or two-digit years, months,
12199 days, hours, minutes, optional seconds) instead of the current time.
12200 If the year is specified with only two digits, then @var{cc}
12201 is 20 for years in the range 0 @dots{} 68, and 19 for years in
12202 69 @dots{} 99.  If no digits of the year are specified,
12203 the argument is interpreted as a date in the current year.
12204 On the atypical systems that support leap seconds, @var{ss} may be
12205 @samp{60}.
12207 @end table
12209 @vindex _POSIX2_VERSION
12210 On systems predating POSIX 1003.1-2001,
12211 @command{touch} supports an obsolete syntax, as follows.
12212 If no timestamp is given with any of the @option{-d}, @option{-r}, or
12213 @option{-t} options, and if there are two or more @var{file}s and the
12214 first @var{file} is of the form @samp{@var{mmddhhmm}[@var{yy}]} and this
12215 would be a valid argument to the @option{-t} option (if the @var{yy}, if
12216 any, were moved to the front), and if the represented year
12217 is in the range 1969--1999, that argument is interpreted as the time
12218 for the other files instead of as a file name.
12219 Although this obsolete behavior can be controlled with the
12220 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
12221 conformance}), portable scripts should avoid commands whose
12222 behavior depends on this variable.
12223 For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
12224 12312359 main.c} rather than the ambiguous @samp{touch 12312359 main.c}.
12226 @exitstatus
12229 @node File space usage
12230 @chapter File space usage
12232 @cindex File space usage
12233 @cindex disk usage
12235 No file system can hold an infinite amount of data.  These commands report
12236 how much storage is in use or available, report other file and
12237 file status information, and write buffers to file systems.
12239 @menu
12240 * df invocation::               Report file system space usage.
12241 * du invocation::               Estimate file space usage.
12242 * stat invocation::             Report file or file system status.
12243 * sync invocation::             Synchronize cached writes to persistent storage.
12244 * truncate invocation::         Shrink or extend the size of a file.
12245 @end menu
12248 @node df invocation
12249 @section @command{df}: Report file system space usage
12251 @pindex df
12252 @cindex file system usage
12253 @cindex disk usage by file system
12255 @command{df} reports the amount of space used and available on
12256 file systems.  Synopsis:
12258 @example
12259 df [@var{option}]@dots{} [@var{file}]@dots{}
12260 @end example
12262 With no arguments, @command{df} reports the space used and available on all
12263 currently mounted file systems (of all types).  Otherwise, @command{df}
12264 reports on the file system containing each argument @var{file}.
12266 Normally the space is printed in units of
12267 1024 bytes, but this can be overridden (@pxref{Block size}).
12268 Non-integer quantities are rounded up to the next higher unit.
12270 For bind mounts and without arguments, @command{df} only outputs the statistics
12271 for that device with the shortest mount point name in the list of file systems
12272 (@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option is
12273 specified.
12275 With the same logic, @command{df} elides a mount entry of a dummy pseudo device
12276 if there is another mount entry of a real block device for that mount point with
12277 the same device number, e.g. the early-boot pseudo file system @samp{rootfs} is
12278 not shown per default when already the real root device has been mounted.
12280 @cindex disk device file
12281 @cindex device file
12282 If an argument @var{file} resolves to a special file containing
12283 a mounted file system, @command{df} shows the space available on that
12284 file system rather than on the file system containing the device node.
12285 GNU @command{df} does not attempt to determine the usage
12286 on unmounted file systems, because on most kinds of systems doing so
12287 requires extremely non-portable intimate knowledge of file system structures.
12289 The program accepts the following options.  Also see @ref{Common options}.
12291 @table @samp
12293 @item -a
12294 @itemx --all
12295 @opindex -a
12296 @opindex --all
12297 @cindex ignore file systems
12298 Include in the listing dummy, duplicate, or inaccessible file systems, which
12299 are omitted by default.  Dummy file systems are typically special purpose
12300 pseudo file systems such as @samp{/proc}, with no associated storage.
12301 Duplicate file systems are local or remote file systems that are mounted
12302 at separate locations in the local file hierarchy, or bind mounted locations.
12303 Inaccessible file systems are those which are mounted but subsequently
12304 over-mounted by another file system at that point, or otherwise inaccessible
12305 due to permissions of the mount point etc.
12307 @item -B @var{size}
12308 @itemx --block-size=@var{size}
12309 @opindex -B
12310 @opindex --block-size
12311 @cindex file system sizes
12312 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12313 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12315 @optHumanReadable
12317 @item -H
12318 @opindex -H
12319 Equivalent to @option{--si}.
12321 @item -i
12322 @itemx --inodes
12323 @opindex -i
12324 @opindex --inodes
12325 @cindex inode usage
12326 List inode usage information instead of block usage.  An inode (short
12327 for index node) contains information about a file such as its owner,
12328 permissions, timestamps, and location on the file system.
12330 @item -k
12331 @opindex -k
12332 @cindex kibibytes for file system sizes
12333 Print sizes in 1024-byte blocks, overriding the default block size
12334 (@pxref{Block size}).
12335 This option is equivalent to @option{--block-size=1K}.
12337 @item -l
12338 @itemx --local
12339 @opindex -l
12340 @opindex --local
12341 @cindex file system types, limiting output to certain
12342 Limit the listing to local file systems.  By default, remote file systems
12343 are also listed.
12345 @item --no-sync
12346 @opindex --no-sync
12347 @cindex file system space, retrieving old data more quickly
12348 Do not invoke the @code{sync} system call before getting any usage data.
12349 This may make @command{df} run significantly faster on systems with many
12350 file systems, but on some systems (notably Solaris) the results may be slightly
12351 out of date.  This is the default.
12353 @item --output
12354 @itemx --output[=@var{field_list}]
12355 @opindex --output
12356 Use the output format defined by @var{field_list}, or print all fields if
12357 @var{field_list} is omitted.  In the latter case, the order of the columns
12358 conforms to the order of the field descriptions below.
12360 The use of the @option{--output} together with each of the options @option{-i},
12361 @option{-P}, and @option{-T} is mutually exclusive.
12363 FIELD_LIST is a comma-separated list of columns to be included in @command{df}'s
12364 output and therefore effectively controls the order of output columns.
12365 Each field can thus be used at the place of choice, but yet must only be
12366 used once.
12368 Valid field names in the @var{field_list} are:
12369 @table @samp
12370 @item source
12371 The source of the mount point, usually a device.
12372 @item fstype
12373 File system type.
12375 @item itotal
12376 Total number of inodes.
12377 @item iused
12378 Number of used inodes.
12379 @item iavail
12380 Number of available inodes.
12381 @item ipcent
12382 Percentage of @var{iused} divided by @var{itotal}.
12384 @item size
12385 Total number of blocks.
12386 @item used
12387 Number of used blocks.
12388 @item avail
12389 Number of available blocks.
12390 @item pcent
12391 Percentage of @var{used} divided by @var{size}.
12393 @item file
12394 The file name if specified on the command line.
12395 @item target
12396 The mount point.
12397 @end table
12399 The fields for block and inodes statistics are affected by the scaling
12400 options like @option{-h} as usual.
12402 The definition of the @var{field_list} can even be split among several
12403 @option{--output} uses.
12405 @example
12406 #!/bin/sh
12407 # Print the TARGET (i.e., the mount point) along with their percentage
12408 # statistic regarding the blocks and the inodes.
12409 df --out=target --output=pcent,ipcent
12411 # Print all available fields.
12412 df --o
12413 @end example
12416 @item -P
12417 @itemx --portability
12418 @opindex -P
12419 @opindex --portability
12420 @cindex one-line output format
12421 @cindex POSIX output format
12422 @cindex portable output format
12423 @cindex output format, portable
12424 Use the POSIX output format.  This is like the default format except
12425 for the following:
12427 @enumerate
12428 @item
12429 The information about each file system is always printed on exactly
12430 one line; a mount device is never put on a line by itself.  This means
12431 that if the mount device name is more than 20 characters long (e.g., for
12432 some network mounts), the columns are misaligned.
12434 @item
12435 The labels in the header output line are changed to conform to POSIX.
12437 @item
12438 The default block size and output format are unaffected by the
12439 @env{DF_BLOCK_SIZE}, @env{BLOCK_SIZE} and @env{BLOCKSIZE} environment
12440 variables.  However, the default block size is still affected by
12441 @env{POSIXLY_CORRECT}: it is 512 if @env{POSIXLY_CORRECT} is set, 1024
12442 otherwise.  @xref{Block size}.
12443 @end enumerate
12445 @optSi
12447 @item --sync
12448 @opindex --sync
12449 @cindex file system space, retrieving current data more slowly
12450 Invoke the @code{sync} system call before getting any usage data.  On
12451 some systems (notably Solaris), doing this yields more up to date results,
12452 but in general this option makes @command{df} much slower, especially when
12453 there are many or very busy file systems.
12455 @item --total
12456 @opindex --total
12457 @cindex grand total of file system size, usage and available space
12458 Print a grand total of all arguments after all arguments have
12459 been processed.  This can be used to find out the total size, usage
12460 and available space of all listed devices.  If no arguments are specified
12461 df will try harder to elide file systems insignificant to the total
12462 available space, by suppressing duplicate remote file systems.
12464 For the grand total line, @command{df} prints @samp{"total"} into the
12465 @var{source} column, and @samp{"-"} into the @var{target} column.
12466 If there is no @var{source} column (see @option{--output}), then
12467 @command{df} prints @samp{"total"} into the @var{target} column,
12468 if present.
12470 @item -t @var{fstype}
12471 @itemx --type=@var{fstype}
12472 @opindex -t
12473 @opindex --type
12474 @cindex file system types, limiting output to certain
12475 Limit the listing to file systems of type @var{fstype}.  Multiple
12476 file system types can be specified by giving multiple @option{-t} options.
12477 By default, nothing is omitted.
12479 @item -T
12480 @itemx --print-type
12481 @opindex -T
12482 @opindex --print-type
12483 @cindex file system types, printing
12484 Print each file system's type.  The types printed here are the same ones
12485 you can include or exclude with @option{-t} and @option{-x}.  The particular
12486 types printed are whatever is supported by the system.  Here are some of
12487 the common names (this list is certainly not exhaustive):
12489 @table @samp
12491 @item nfs
12492 @cindex NFS file system type
12493 An NFS file system, i.e., one mounted over a network from another
12494 machine.  This is the one type name which seems to be used uniformly by
12495 all systems.
12497 @item ext2@r{, }ext3@r{, }ext4@r{, }xfs@r{, }btrfs@dots{}
12498 @cindex Linux file system types
12499 @cindex local file system types
12500 @opindex ext2 @r{file system type}
12501 @opindex ext3 @r{file system type}
12502 @opindex ext4 @r{file system type}
12503 @opindex xfs @r{file system type}
12504 @opindex btrfs @r{file system type}
12505 A file system on a locally-mounted device.  (The system might even
12506 support more than one type here; GNU/Linux does.)
12508 @item iso9660@r{, }cdfs
12509 @cindex CD-ROM file system type
12510 @cindex DVD file system type
12511 @cindex ISO9660 file system type
12512 @opindex iso9660 @r{file system type}
12513 @opindex cdfs @r{file system type}
12514 A file system on a CD or DVD drive.  HP-UX uses @samp{cdfs}, most other
12515 systems use @samp{iso9660}.
12517 @item ntfs@r{,}fat
12518 @cindex NTFS file system
12519 @cindex DOS file system
12520 @cindex MS-DOS file system
12521 @cindex MS-Windows file system
12522 @opindex ntfs @r{file system file}
12523 @opindex fat @r{file system file}
12524 File systems used by MS-Windows / MS-DOS.
12526 @end table
12528 @item -x @var{fstype}
12529 @itemx --exclude-type=@var{fstype}
12530 @opindex -x
12531 @opindex --exclude-type
12532 Limit the listing to file systems not of type @var{fstype}.
12533 Multiple file system types can be eliminated by giving multiple
12534 @option{-x} options.  By default, no file system types are omitted.
12536 @item -v
12537 Ignored; for compatibility with System V versions of @command{df}.
12539 @end table
12541 @command{df} is installed only on systems that have usable mount tables,
12542 so portable scripts should not rely on its existence.
12544 @exitstatus
12545 Failure includes the case where no output is generated, so you can
12546 inspect the exit status of a command like @samp{df -t ext3 -t reiserfs
12547 @var{dir}} to test whether @var{dir} is on a file system of type
12548 @samp{ext3} or @samp{reiserfs}.
12550 Since the list of file systems (@var{mtab}) is needed to determine the
12551 file system type, failure includes the cases when that list cannot
12552 be read and one or more of the options @option{-a}, @option{-l}, @option{-t}
12553 or @option{-x} is used together with a file name argument.
12556 @node du invocation
12557 @section @command{du}: Estimate file space usage
12559 @pindex du
12560 @cindex file space usage
12561 @cindex disk usage for files
12563 @command{du} reports the space needed to represent a set of files.
12564 Synopsis:
12566 @example
12567 du [@var{option}]@dots{} [@var{file}]@dots{}
12568 @end example
12570 With no arguments, @command{du} reports the space needed to represent
12571 the files at or under the current directory.
12572 Normally the space is printed in units of
12573 1024 bytes, but this can be overridden (@pxref{Block size}).
12574 Non-integer quantities are rounded up to the next higher unit.
12576 If two or more hard links point to the same file, only one of the hard
12577 links is counted.  The @var{file} argument order affects which links
12578 are counted, and changing the argument order may change the numbers
12579 and entries that @command{du} outputs.
12581 The program accepts the following options.  Also see @ref{Common options}.
12583 @table @samp
12585 @optNull
12587 @item -a
12588 @itemx --all
12589 @opindex -a
12590 @opindex --all
12591 Show counts for all files, not just directories.
12593 @item --apparent-size
12594 @opindex --apparent-size
12595 Print apparent sizes, rather than file system usage.  The apparent size of a
12596 file is the number of bytes reported by @code{wc -c} on regular files,
12597 or more generally, @code{ls -l --block-size=1} or @code{stat --format=%s}.
12598 For example, a file containing the word @samp{zoo} with no newline would,
12599 of course, have an apparent size of 3.  Such a small file may require
12600 anywhere from 0 to 16 KiB or more of file system space, depending on
12601 the type and configuration of the file system on which the file resides.
12602 However, a sparse file created with this command:
12604 @example
12605 dd bs=1 seek=2GiB if=/dev/null of=big
12606 @end example
12608 @noindent
12609 has an apparent size of 2 GiB, yet on most modern
12610 file systems, it actually uses almost no space.
12612 Apparent sizes are meaningful only for regular files and symbolic links.
12613 Other file types do not contribute to apparent size.
12615 @item -B @var{size}
12616 @itemx --block-size=@var{size}
12617 @opindex -B
12618 @opindex --block-size
12619 @cindex file sizes
12620 Scale sizes by @var{size} before printing them (@pxref{Block size}).
12621 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
12623 @item -b
12624 @itemx --bytes
12625 @opindex -b
12626 @opindex --bytes
12627 Equivalent to @code{--apparent-size --block-size=1}.
12629 @item -c
12630 @itemx --total
12631 @opindex -c
12632 @opindex --total
12633 @cindex grand total of file system space
12634 Print a grand total of all arguments after all arguments have
12635 been processed.  This can be used to find out the total file system usage of
12636 a given set of files or directories.
12638 @item -D
12639 @itemx --dereference-args
12640 @opindex -D
12641 @opindex --dereference-args
12642 Dereference symbolic links that are command line arguments.
12643 Does not affect other symbolic links.  This is helpful for finding
12644 out the file system usage of directories, such as @file{/usr/tmp}, which
12645 are often symbolic links.
12647 @item -d @var{depth}
12648 @itemx --max-depth=@var{depth}
12649 @opindex -d @var{depth}
12650 @opindex --max-depth=@var{depth}
12651 @cindex limiting output of @command{du}
12652 Show the total for each directory (and file if @option{--all}) that is at
12653 most MAX_DEPTH levels down from the root of the hierarchy.  The root
12654 is at level 0, so @code{du --max-depth=0} is equivalent to @code{du -s}.
12656 @c --files0-from=FILE
12657 @filesZeroFromOption{du,, with the @option{--total} (@option{-c}) option}
12659 @item -H
12660 @opindex -H
12661 Equivalent to @option{--dereference-args} (@option{-D}).
12663 @optHumanReadable
12665 @item --inodes
12666 @opindex --inodes
12667 @cindex inode usage, dereferencing in @command{du}
12668 List inode usage information instead of block usage.
12669 This option is useful for finding directories which contain many files, and
12670 therefore eat up most of the inodes space of a file system (see @command{df},
12671 option @option{--inodes}).
12672 It can well be combined with the options @option{-a}, @option{-c},
12673 @option{-h}, @option{-l}, @option{-s}, @option{-S}, @option{-t} and
12674 @option{-x}; however, passing other options regarding the block size, for
12675 example @option{-b}, @option{-m} and @option{--apparent-size}, is ignored.
12677 @item -k
12678 @opindex -k
12679 @cindex kibibytes for file sizes
12680 Print sizes in 1024-byte blocks, overriding the default block size
12681 (@pxref{Block size}).
12682 This option is equivalent to @option{--block-size=1K}.
12684 @item -L
12685 @itemx --dereference
12686 @opindex -L
12687 @opindex --dereference
12688 @cindex symbolic links, dereferencing in @command{du}
12689 Dereference symbolic links (show the file system space used by the file
12690 or directory that the link points to instead of the space used by
12691 the link).
12693 @item -l
12694 @itemx --count-links
12695 @opindex -l
12696 @opindex --count-links
12697 @cindex hard links, counting in @command{du}
12698 Count the size of all files, even if they have appeared already (as a
12699 hard link).
12701 @item -m
12702 @opindex -m
12703 @cindex mebibytes for file sizes
12704 Print sizes in 1,048,576-byte blocks, overriding the default block size
12705 (@pxref{Block size}).
12706 This option is equivalent to @option{--block-size=1M}.
12708 @item -P
12709 @itemx --no-dereference
12710 @opindex -P
12711 @opindex --no-dereference
12712 @cindex symbolic links, dereferencing in @command{du}
12713 For each symbolic link encountered by @command{du},
12714 consider the file system space used by the symbolic link itself.
12716 @item -S
12717 @itemx --separate-dirs
12718 @opindex -S
12719 @opindex --separate-dirs
12720 Normally, in the output of @command{du} (when not using @option{--summarize}),
12721 the size listed next to a directory name, @var{d}, represents the sum
12722 of sizes of all entries beneath @var{d} as well as the size of @var{d} itself.
12723 With @option{--separate-dirs}, the size reported for a directory name,
12724 @var{d}, will exclude the size of any subdirectories.
12726 @optSi
12728 @item -s
12729 @itemx --summarize
12730 @opindex -s
12731 @opindex --summarize
12732 Display only a total for each argument.
12734 @item -t @var{size}
12735 @itemx --threshold=@var{size}
12736 @opindex -t
12737 @opindex --threshold
12738 Exclude entries based on a given @var{size}.  The @var{size} refers to used
12739 blocks in normal mode (@pxref{Block size}), or inodes count in conjunction
12740 with the @option{--inodes} option.
12742 If @var{size} is positive, then @command{du} will only print entries with a size
12743 greater than or equal to that.
12745 If @var{size} is negative, then @command{du} will only print entries with a size
12746 smaller than or equal to that.
12748 Although GNU @command{find} can be used to find files of a certain size,
12749 @command{du}'s @option{--threshold} option can be used to also filter
12750 directories based on a given size.
12752 When combined with the @option{--apparent-size} option, the
12753 @option{--threshold} option elides entries based on apparent size.
12754 When combined with the @option{--inodes} option, it elides entries
12755 based on inode counts.
12757 Here's how you would use @option{--threshold} to find directories with a size
12758 greater than or equal to 200 megabytes:
12760 @example
12761 du --threshold=200MB
12762 @end example
12764 Here's how you would use @option{--threshold} to find directories and
12765 files -- the @option{-a} -- with an apparent size smaller than or
12766 equal to 500 bytes:
12768 @example
12769 du -a -t -500 --apparent-size
12770 @end example
12772 Here's how you would use @option{--threshold} to find directories on the root
12773 file system with more than 20000 inodes used in the directory tree below:
12775 @example
12776 du --inodes -x --threshold=20000 /
12777 @end example
12780 @item --time
12781 @opindex --time
12782 @cindex last modified dates, displaying in @command{du}
12783 Show the most recent modification timestamp (mtime) of any file in the
12784 directory, or any of its subdirectories.  @xref{File timestamps}.
12786 @item --time=ctime
12787 @itemx --time=status
12788 @itemx --time=use
12789 @opindex --time
12790 @opindex ctime@r{, show the most recent}
12791 @opindex status time@r{, show the most recent}
12792 @opindex use time@r{, show the most recent}
12793 Show the most recent status change timestamp (ctime) of any file in
12794 the directory, or any of its subdirectories.  @xref{File timestamps}.
12796 @item --time=atime
12797 @itemx --time=access
12798 @opindex --time
12799 @opindex atime@r{, show the most recent}
12800 @opindex access timestamp@r{, show the most recent}
12801 Show the most recent access timestamp (atime) of any file in the
12802 directory, or any of its subdirectories.  @xref{File timestamps}.
12804 @item --time-style=@var{style}
12805 @opindex --time-style
12806 @cindex time style
12807 List timestamps in style @var{style}.  This option has an effect only if
12808 the @option{--time} option is also specified.  The @var{style} should
12809 be one of the following:
12811 @table @samp
12812 @item +@var{format}
12813 @vindex LC_TIME
12814 List timestamps using @var{format}, where @var{format} is interpreted
12815 like the format argument of @command{date} (@pxref{date invocation}).
12816 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
12817 @command{du} to list timestamps like @samp{2020-07-21 23:45:56}.  As
12818 with @command{date}, @var{format}'s interpretation is affected by the
12819 @env{LC_TIME} locale category.
12821 @item full-iso
12822 List timestamps in full using ISO 8601-like date, time, and time zone
12823 components with nanosecond precision, e.g., @samp{2020-07-21
12824 23:45:56.477817180 -0400}.  This style is equivalent to
12825 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
12827 @item long-iso
12828 List ISO 8601 date and time components with minute precision, e.g.,
12829 @samp{2020-07-21 23:45}.  These timestamps are shorter than
12830 @samp{full-iso} timestamps, and are usually good enough for everyday
12831 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
12833 @item iso
12834 List ISO 8601 dates for timestamps, e.g., @samp{2020-07-21}.
12835 This style is equivalent to @samp{+%Y-%m-%d}.
12836 @end table
12838 @vindex TIME_STYLE
12839 You can specify the default value of the @option{--time-style} option
12840 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
12841 the default style is @samp{long-iso}.  For compatibility with @command{ls},
12842 if @env{TIME_STYLE} begins with @samp{+} and contains a newline,
12843 the newline and any later characters are ignored; if @env{TIME_STYLE}
12844 begins with @samp{posix-} the @samp{posix-} is ignored; and if
12845 @env{TIME_STYLE} is @samp{locale} it is ignored.
12847 @item -X @var{file}
12848 @itemx --exclude-from=@var{file}
12849 @opindex -X @var{file}
12850 @opindex --exclude-from=@var{file}
12851 @cindex excluding files from @command{du}
12852 Like @option{--exclude}, except take the patterns to exclude from @var{file},
12853 one per line.  If @var{file} is @samp{-}, take the patterns from standard
12854 input.
12856 @item --exclude=@var{pattern}
12857 @opindex --exclude=@var{pattern}
12858 @cindex excluding files from @command{du}
12859 When recursing, skip subdirectories or files matching @var{pattern}.
12860 For example, @code{du --exclude='*.o'} excludes files whose names
12861 end in @samp{.o}.
12863 @item -x
12864 @itemx --one-file-system
12865 @opindex -x
12866 @opindex --one-file-system
12867 @cindex one file system, restricting @command{du} to
12868 Skip directories that are on different file systems from the one that
12869 the argument being processed is on.
12871 @end table
12873 Since @command{du} relies on information reported by the operating
12874 system, its output might not reflect the space consumed in the
12875 underlying devices.  For example;
12877 @itemize @bullet
12878 @item
12879 Operating systems normally do not report device space consumed by
12880 duplicate or backup blocks, error correction bits, and so forth.
12881 This causes @command{du} to underestimate the device space actually used.
12883 @item
12884 @cindex copy-on-write and @command{du}
12885 In file systems that use copy-on-write, if two distinct files share
12886 space the output of @command{du} typically counts the space that would
12887 be consumed if all files' non-holes were rewritten, not the space
12888 currently consumed.
12890 @item
12891 @cindex compression and @command{du}
12892 In file systems that use compression, the operating system might
12893 report the uncompressed space.  (If it does report the compressed space,
12894 that report might change after one merely overwrites existing file data.)
12896 @item
12897 @cindex networked file systems and @command{du}
12898 Networked file systems historically have had difficulty communicating
12899 accurate file system information from server to client.
12900 @end itemize
12902 @noindent
12903 For these reasons @command{du} might better be thought of as an
12904 estimate of the size of a @command{tar} or other conventional backup
12905 for a set of files, rather than as a measure of space consumed in the
12906 underlying devices.
12908 @exitstatus
12911 @node stat invocation
12912 @section @command{stat}: Report file or file system status
12914 @pindex stat
12915 @cindex file status
12916 @cindex file system status
12918 @command{stat} displays information about the specified file(s).  Synopsis:
12920 @example
12921 stat [@var{option}]@dots{} [@var{file}]@dots{}
12922 @end example
12924 With no option, @command{stat} reports all information about the given files.
12925 But it also can be used to report the information of the file systems the
12926 given files are located on.  If the files are links, @command{stat} can
12927 also give information about the files the links point to.
12929 @mayConflictWithShellBuiltIn{stat}
12931 @table @samp
12933 @item -L
12934 @itemx --dereference
12935 @opindex -L
12936 @opindex --dereference
12937 @cindex symbolic links, dereferencing in @command{stat}
12938 Change how @command{stat} treats symbolic links.
12939 With this option, @command{stat} acts on the file referenced
12940 by each symbolic link argument.
12941 Without it, @command{stat} acts on any symbolic link argument directly.
12943 @item -f
12944 @itemx --file-system
12945 @opindex -f
12946 @opindex --file-system
12947 @cindex file systems
12948 Report information about the file systems where the given files are located
12949 instead of information about the files themselves.
12950 This option implies the @option{-L} option.
12952 @item --cached=@var{mode}
12953 @opindex --cached=@var{mode}
12954 @cindex attribute caching
12955 Control how attributes are read from the file system;
12956 if supported by the system.  This allows one to
12957 control the trade-off between freshness and efficiency
12958 of attribute access, especially useful with remote file systems.
12959 @var{mode} can be:
12961 @table @samp
12962 @item always
12963 Always read the already cached attributes if available.
12965 @item never
12966 Always synchronize with the latest file system attributes.
12967 This also mounts automounted files.
12969 @item default
12970 Leave the caching behavior to the underlying file system.
12972 @end table
12974 @item -c
12975 @itemx --format=@var{format}
12976 @opindex -c
12977 @opindex --format=@var{format}
12978 @cindex output format
12979 Use @var{format} rather than the default format.
12980 @var{format} is automatically newline-terminated, so
12981 running a command like the following with two or more @var{file}
12982 operands produces a line of output for each operand:
12983 @example
12984 $ stat --format=%d:%i / /usr
12985 2050:2
12986 2057:2
12987 @end example
12989 @item --printf=@var{format}
12990 @opindex --printf=@var{format}
12991 @cindex output format
12992 Use @var{format} rather than the default format.
12993 Like @option{--format}, but interpret backslash escapes,
12994 and do not output a mandatory trailing newline.
12995 If you want a newline, include @samp{\n} in the @var{format}.
12996 Here's how you would use @option{--printf} to print the device
12997 and inode numbers of @file{/} and @file{/usr}:
12998 @example
12999 $ stat --printf='%d:%i\n' / /usr
13000 2050:2
13001 2057:2
13002 @end example
13004 @item -t
13005 @itemx --terse
13006 @opindex -t
13007 @opindex --terse
13008 @cindex terse output
13009 Print the information in terse form, suitable for parsing by other programs.
13011 The output of the following commands are identical and the @option{--format}
13012 also identifies the items printed (in fuller form) in the default format.
13013 The format string would include another @samp{%C} at the end with an
13014 active SELinux security context.
13015 @example
13016 $ stat --format="%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %W %o" ...
13017 $ stat --terse ...
13018 @end example
13020 The same illustrating terse output in @option{--file-system} mode:
13021 @example
13022 $ stat -f --format="%n %i %l %t %s %S %b %f %a %c %d" ...
13023 $ stat -f --terse ...
13024 @end example
13025 @end table
13027 The valid @var{format} directives for files with @option{--format} and
13028 @option{--printf} are:
13030 @itemize @bullet
13031 @item %a -- Permission bits in octal (see @samp{#} and @samp{0} printf flags)
13032 @item %A -- Permission bits in symbolic form (similar to @command{ls -ld})
13033 @item %b -- Number of blocks allocated (see @samp{%B})
13034 @item %B -- The size in bytes of each block reported by @samp{%b}
13035 @item %C -- The SELinux security context of a file, if available
13036 @item %d -- Device number in decimal (st_dev)
13037 @item %D -- Device number in hex (st_dev)
13038 @item %Hd -- Major device number in decimal
13039 @item %Ld -- Minor device number in decimal
13040 @item %f -- Raw mode in hex
13041 @item %F -- File type
13042 @item %g -- Group ID of owner
13043 @item %G -- Group name of owner
13044 @item %h -- Number of hard links
13045 @item %i -- Inode number
13046 @item %m -- Mount point (see selow)
13047 @item %n -- File name
13048 @item %N -- Quoted file name with dereference if symbolic link (see below)
13049 @item %o -- Optimal I/O transfer size hint
13050 @item %s -- Total size, in bytes
13051 @item %r -- Device type in decimal (st_rdev)
13052 @item %R -- Device type in hex (st_rdev)
13053 @item %Hr -- Major device type in decimal (see below)
13054 @item %Lr -- Minor device type in decimal (see below)
13055 @item %t -- Major device type in hex (see below)
13056 @item %T -- Minor device type in hex (see below)
13057 @item %u -- User ID of owner
13058 @item %U -- User name of owner
13059 @item %w -- Time of file birth, or @samp{-} if unknown
13060 @item %W -- Time of file birth as seconds since Epoch, or @samp{0}
13061 @item %x -- Time of last access
13062 @item %X -- Time of last access as seconds since Epoch
13063 @item %y -- Time of last data modification
13064 @item %Y -- Time of last data modification as seconds since Epoch
13065 @item %z -- Time of last status change
13066 @item %Z -- Time of last status change as seconds since Epoch
13067 @end itemize
13069 The @samp{%a} format prints the octal mode, and so it is useful
13070 to control the zero padding of the output with the @samp{#} and @samp{0}
13071 printf flags. For example to pad to at least 3 wide while making larger
13072 numbers unambiguously octal, you can use @samp{%#03a}.
13074 The @samp{%N} format can be set with the environment variable
13075 @env{QUOTING_STYLE}@.  If that environment variable is not set,
13076 the default value is @samp{shell-escape-always}.  Valid quoting styles are:
13077 @quotingStyles
13079 The @samp{r}, @samp{R}, @samp{%t}, and @samp{%T} formats operate on the st_rdev
13080 member of the stat(2) structure, i.e., the represented device rather than
13081 the containing device, and so are only defined for character and block
13082 special files.  On some systems or file types, st_rdev may be used to
13083 represent other quantities.
13085 The @samp{%W}, @samp{%X}, @samp{%Y}, and @samp{%Z} formats accept a
13086 precision preceded by a period to specify the number of digits to
13087 print after the decimal point.  For example, @samp{%.3X} outputs the
13088 access timestamp to millisecond precision.  If a period is given but no
13089 precision, @command{stat} uses 9 digits, so @samp{%.X} is equivalent to
13090 @samp{%.9X}@.  When discarding excess precision, timestamps are truncated
13091 toward minus infinity.
13093 @example
13094 zero pad:
13095   $ stat -c '[%015Y]' /usr
13096   [000001288929712]
13097 space align:
13098   $ stat -c '[%15Y]' /usr
13099   [     1288929712]
13100   $ stat -c '[%-15Y]' /usr
13101   [1288929712     ]
13102 precision:
13103   $ stat -c '[%.3Y]' /usr
13104   [1288929712.114]
13105   $ stat -c '[%.Y]' /usr
13106   [1288929712.114951834]
13107 @end example
13109 The mount point printed by @samp{%m} is similar to that output
13110 by @command{df}, except that:
13111 @itemize @bullet
13112 @item
13113 stat does not dereference symlinks by default
13114 (unless @option{-L} is specified)
13115 @item
13116 stat does not search for specified device nodes in the
13117 file system list, instead operating on them directly
13118 @item
13119 @cindex bind mount
13120 stat outputs the alias for a bind mounted file, rather than
13121 the initial mount point of its backing device.
13122 One can recursively call stat until there is no change in output,
13123 to get the current base mount point
13124 @end itemize
13126 When listing file system information (@option{--file-system} (@option{-f})),
13127 you must use a different set of @var{format} directives:
13129 @itemize @bullet
13130 @item %a -- Free blocks available to non-super-user
13131 @item %b -- Total data blocks in file system
13132 @item %c -- Total file nodes in file system
13133 @item %d -- Free file nodes in file system
13134 @item %f -- Free blocks in file system
13135 @item %i -- File System ID in hex
13136 @item %l -- Maximum length of file names
13137 @item %n -- File name
13138 @item %s -- Block size (for faster transfers)
13139 @item %S -- Fundamental block size (for block counts)
13140 @item %t -- Type in hex
13141 @item %T -- Type in human readable form
13142 @end itemize
13144 @vindex TZ
13145 Timestamps are listed according to the time zone rules specified by
13146 the @env{TZ} environment variable, or by the system default rules if
13147 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
13148 with @env{TZ}, libc, The GNU C Library Reference Manual}.
13150 @exitstatus
13153 @node sync invocation
13154 @section @command{sync}: Synchronize cached writes to persistent storage
13156 @pindex sync
13157 @cindex synchronize file system and memory
13158 @cindex Synchronize cached writes to persistent storage
13160 @command{sync} synchronizes in memory files or file systems to persistent
13161 storage.  Synopsis:
13163 @example
13164 sync [@var{option}] [@var{file}]@dots{}
13165 @end example
13167 @cindex superblock, writing
13168 @cindex inodes, written buffered
13169 @command{sync} writes any data buffered in memory out to the storage device.
13170 This can
13171 include (but is not limited to) modified superblocks, modified inodes,
13172 and delayed reads and writes.  This must be implemented by the kernel;
13173 The @command{sync} program does nothing but exercise the @code{sync},
13174 @code{syncfs}, @code{fsync}, and @code{fdatasync} system calls.
13176 @cindex crashes and corruption
13177 The kernel keeps data in memory to avoid doing (relatively slow) device
13178 reads and writes.  This improves performance, but if the computer
13179 crashes, data may be lost or the file system corrupted as a
13180 result.  The @command{sync} command instructs the kernel to write
13181 data in memory to persistent storage.
13183 If any argument is specified then only those files will be
13184 synchronized using the fsync(2) syscall by default.
13186 If at least one file is specified, it is possible to change the
13187 synchronization method with the following options.  Also see
13188 @ref{Common options}.
13190 @table @samp
13191 @item -d
13192 @itemx --data
13193 @opindex --data
13194 Use fdatasync(2) to sync only the data for the file,
13195 and any metadata required to maintain file system consistency.
13197 @item -f
13198 @itemx --file-system
13199 @opindex --file-system
13200 Synchronize all the I/O waiting for the file systems that contain the file,
13201 using the syscall syncfs(2).  You would usually @emph{not} specify
13202 this option if passing a device node like @samp{/dev/sda} for example,
13203 as that would sync the containing file system rather than the referenced one.
13204 Depending on the system, passing individual device nodes or files
13205 may have different sync characteristics than using no arguments.
13206 I.e., arguments passed to fsync(2) may provide greater guarantees through
13207 write barriers, than a global sync(2) used when no arguments are provided.
13208 @end table
13210 @exitstatus
13213 @node truncate invocation
13214 @section @command{truncate}: Shrink or extend the size of a file
13216 @pindex truncate
13217 @cindex truncating, file sizes
13219 @command{truncate} shrinks or extends the size of each @var{file} to the
13220 specified size.  Synopsis:
13222 @example
13223 truncate @var{option}@dots{} @var{file}@dots{}
13224 @end example
13226 @cindex files, creating
13227 Any @var{file} that does not exist is created.
13229 @cindex sparse files, creating
13230 @cindex holes, creating files with
13231 If a @var{file} is larger than the specified size, the extra data is lost.
13232 If a @var{file} is shorter, it is extended and the sparse extended part
13233 (or hole) reads as zero bytes.
13235 The program accepts the following options.  Also see @ref{Common options}.
13237 @table @samp
13239 @item -c
13240 @itemx --no-create
13241 @opindex -c
13242 @opindex --no-create
13243 Do not create files that do not exist.
13245 @item -o
13246 @itemx --io-blocks
13247 @opindex -o
13248 @opindex --io-blocks
13249 Treat @var{size} as number of I/O blocks of the @var{file} rather than bytes.
13251 @item -r @var{rfile}
13252 @itemx --reference=@var{rfile}
13253 @opindex -r
13254 @opindex --reference
13255 Base the size of each @var{file} on the size of @var{rfile}.
13257 @item -s @var{size}
13258 @itemx --size=@var{size}
13259 @opindex -s
13260 @opindex --size
13261 Set or adjust the size of each @var{file} according to @var{size}.
13262 @var{size} is in bytes unless @option{--io-blocks} is specified.
13263 @multiplierSuffixesNoBlocks{size}
13265 @var{size} may also be prefixed by one of the following to adjust
13266 the size of each @var{file} based on its current size:
13267 @example
13268 @samp{+}  => extend by
13269 @samp{-}  => reduce by
13270 @samp{<}  => at most
13271 @samp{>}  => at least
13272 @samp{/}  => round down to multiple of
13273 @samp{%}  => round up to multiple of
13274 @end example
13276 @end table
13278 @exitstatus
13281 @node Printing text
13282 @chapter Printing text
13284 @cindex printing text, commands for
13285 @cindex commands for printing text
13287 This section describes commands that display text strings.
13289 @menu
13290 * echo invocation::             Print a line of text.
13291 * printf invocation::           Format and print data.
13292 * yes invocation::              Print a string until interrupted.
13293 @end menu
13296 @node echo invocation
13297 @section @command{echo}: Print a line of text
13299 @pindex echo
13300 @cindex displaying text
13301 @cindex printing text
13302 @cindex text, displaying
13303 @cindex arbitrary text, displaying
13305 @command{echo} writes each given @var{string} to standard output, with a
13306 space between each and a newline after the last one.  Synopsis:
13308 @example
13309 echo [@var{option}]@dots{} [@var{string}]@dots{}
13310 @end example
13312 @mayConflictWithShellBuiltIn{echo}
13314 Due to historical and backwards compatibility reasons, certain bare option-like
13315 strings cannot be passed to @command{echo} as non-option arguments.
13316 It is therefore not advisable to use @command{echo} for printing unknown or
13317 variable arguments.  The @command{printf} command is recommended as a more
13318 portable and flexible replacement for tasks historically performed by
13319 @command{echo}.  @xref{printf invocation}.
13321 The program accepts the following options.  Also see @ref{Common options}.
13322 Options must precede operands, and the normally-special argument
13323 @samp{--} has no special meaning and is treated like any other
13324 @var{string}.
13326 @table @samp
13327 @item -n
13328 @opindex -n
13329 Do not output the trailing newline.
13331 @item -e
13332 @opindex -e
13333 @cindex backslash escapes
13334 Enable interpretation of the following backslash-escaped characters in
13335 each @var{string}:
13337 @table @samp
13338 @item \a
13339 alert (bell)
13340 @item \b
13341 backspace
13342 @item \c
13343 produce no further output
13344 @item \e
13345 escape
13346 @item \f
13347 form feed
13348 @item \n
13349 newline
13350 @item \r
13351 carriage return
13352 @item \t
13353 horizontal tab
13354 @item \v
13355 vertical tab
13356 @item \\
13357 backslash
13358 @item \0@var{nnn}
13359 the eight-bit value that is the octal number @var{nnn}
13360 (zero to three octal digits), if @var{nnn} is
13361 a nine-bit value, the ninth bit is ignored
13362 @item \@var{nnn}
13363 the eight-bit value that is the octal number @var{nnn}
13364 (one to three octal digits), if @var{nnn} is
13365 a nine-bit value, the ninth bit is ignored
13366 @item \x@var{hh}
13367 the eight-bit value that is the hexadecimal number @var{hh}
13368 (one or two hexadecimal digits)
13369 @end table
13371 @item -E
13372 @opindex -E
13373 @cindex backslash escapes
13374 Disable interpretation of backslash escapes in each @var{string}.
13375 This is the default.  If @option{-e} and @option{-E} are both
13376 specified, the last one given takes effect.
13378 @end table
13380 @vindex POSIXLY_CORRECT
13381 If the @env{POSIXLY_CORRECT} environment variable is set, then when
13382 @command{echo}'s first argument is not @option{-n} it outputs
13383 option-like arguments instead of treating them as options.  For
13384 example, @code{echo -ne hello} outputs @samp{-ne hello} instead of
13385 plain @samp{hello}.  Also backslash escapes are always enabled.
13386 To echo the string @samp{-n}, one of the characters
13387 can be escaped in either octal or hexadecimal representation.
13388 For example, @code{echo -e '\x2dn'}.
13390 POSIX does not require support for any options, and says
13391 that the behavior of @command{echo} is implementation-defined if any
13392 @var{string} contains a backslash or if the first argument is @option{-n}.
13393 Portable programs should use the @command{printf} command instead.
13394 @xref{printf invocation}.
13396 @exitstatus
13399 @node printf invocation
13400 @section @command{printf}: Format and print data
13402 @pindex printf
13403 @command{printf} does formatted printing of text.  Synopsis:
13405 @example
13406 printf @var{format} [@var{argument}]@dots{}
13407 @end example
13409 @command{printf} prints the @var{format} string, interpreting @samp{%}
13410 directives and @samp{\} escapes to format numeric and string arguments
13411 in a way that is mostly similar to the C @samp{printf} function,
13412 and C language escape sequence processing.
13413 @xref{Output Conversion Syntax,, @command{printf} format directives,
13414 libc, The GNU C Library Reference Manual}, for details.
13415 See also @uref{https://en.cppreference.com/w/c/language/escape,
13416 C99 string escapes:}.  The differences are listed below.
13418 @mayConflictWithShellBuiltIn{printf}
13420 @itemize @bullet
13422 @item
13423 The @var{format} argument is reused as necessary to convert all the
13424 given @var{argument}s.  For example, the command @samp{printf %s a b}
13425 outputs @samp{ab}.
13427 @item
13428 Missing @var{argument}s are treated as null strings or as zeros,
13429 depending on whether the context expects a string or a number.  For
13430 example, the command @samp{printf %sx%d} prints @samp{x0}.
13432 @item
13433 @kindex \c
13434 An additional escape, @samp{\c}, causes @command{printf} to produce no
13435 further output.  For example, the command @samp{printf 'A%sC\cD%sF' B
13436 E} prints @samp{ABC}.
13438 @item
13439 The hexadecimal escape sequence @samp{\x@var{hh}} has at most two
13440 digits, as opposed to C where it can have an unlimited number of
13441 digits.  For example, the command @samp{printf '\x07e'} prints two
13442 bytes, whereas the C statement @samp{printf ("\x07e")} prints just
13443 one.
13445 @item
13446 @kindex %b
13447 An additional directive @samp{%b}, prints its
13448 argument string with @samp{\} escapes interpreted in the same way as in
13449 the @var{format} string, except that octal escapes should have a leading
13450 @samp{0} like @samp{\0@var{nnn}}.
13451 If @samp{@var{nnn}} is a nine-bit value, ignore the ninth bit.
13452 If a precision is also given, it limits the number of bytes printed
13453 from the converted string.
13455 @item
13456 @kindex %q
13457 An additional directive @samp{%q}, prints its argument string
13458 in a format that can be reused as input by most shells.
13459 Non-printable characters are escaped with the POSIX @samp{$''} syntax,
13460 and shell metacharacters are quoted appropriately.
13461 This is an equivalent format to @command{ls --quoting=shell-escape} output.
13463 @item
13464 Numeric arguments must be single C constants, possibly with leading
13465 @samp{+} or @samp{-}.  For example, @samp{printf %.4d -3} outputs
13466 @samp{-0003}.
13468 @item
13469 @vindex POSIXLY_CORRECT
13470 If the leading character of a numeric argument is @samp{"} or @samp{'}
13471 then its value is the numeric value of the immediately following
13472 character.  Any remaining characters are silently ignored if the
13473 @env{POSIXLY_CORRECT} environment variable is set; otherwise, a
13474 warning is printed.  For example, @samp{printf "%d" "'a"} outputs
13475 @samp{97} on hosts that use the ASCII character set, since
13476 @samp{a} has the numeric value 97 in ASCII.
13478 @end itemize
13480 @vindex LC_NUMERIC
13481 A floating point argument is interpreted according to
13482 the @env{LC_NUMERIC} category of either the current or the C locale,
13483 and is printed according to the current locale.
13484 For example, in a locale whose decimal point character is a comma,
13485 the command @samp{printf '%g %g' 2,5 2.5} outputs @samp{2,5 2,5}.
13486 @xref{Floating point}.
13488 @kindex \@var{ooo}
13489 @kindex \x@var{hh}
13490 @command{printf} interprets @samp{\@var{ooo}} in @var{format} as an octal number
13491 (if @var{ooo} is 1 to 3 octal digits) specifying a byte to print,
13492 and @samp{\x@var{hh}} as a hexadecimal number (if @var{hh} is 1 to 2 hex
13493 digits) specifying a character to print.
13494 However, when @samp{\@var{ooo}} specifies a number larger than 255,
13495 @command{printf} ignores the ninth bit.
13496 For example, @samp{printf '\400'} is equivalent to @samp{printf '\0'}.
13498 @kindex \uhhhh
13499 @kindex \Uhhhhhhhh
13500 @cindex Unicode
13501 @cindex ISO/IEC 10646
13502 @vindex LC_CTYPE
13503 @command{printf} interprets two syntax forms for specifying Unicode
13504 (ISO/IEC 10646) characters.
13505 @samp{\u} for 16-bit Unicode characters, specified as
13506 four hexadecimal digits @var{hhhh}, and @samp{\U} for 32-bit Unicode
13507 characters, specified as eight hexadecimal digits @var{hhhhhhhh}.
13508 @command{printf} outputs the Unicode characters
13509 according to the @env{LC_CTYPE} locale.  Unicode characters in the range
13510 U+D800@dots{}U+DFFF cannot be specified by this syntax.
13511 This syntax fully supports the universal character subset
13512 introduced in ISO C 99.
13514 The processing of @samp{\u} and @samp{\U} requires a full-featured
13515 @code{iconv} facility.  It is activated on systems with glibc 2.2 (or newer),
13516 or when @code{libiconv} is installed prior to this package.  Otherwise
13517 @samp{\u} and @samp{\U} will print as-is.
13519 Unicode character syntax is useful for writing strings in a locale
13520 independent way.  For example, a string containing the Euro currency symbol
13522 @example
13523 $ env printf '\u20AC 14.95'
13524 @end example
13526 @noindent
13527 will be output correctly in all locales supporting the Euro symbol
13528 (ISO-8859-15, UTF-8, and others).  Similarly, a Chinese string
13530 @example
13531 $ env printf '\u4e2d\u6587'
13532 @end example
13534 @noindent
13535 will be output correctly in all Chinese locales (GB2312, BIG5, UTF-8, etc).
13537 In these examples, the @command{printf} command was
13538 invoked via @command{env} to ensure that we run the program found via
13539 your shell's search path, and not a shell alias or a built-in function.
13541 For larger strings, you don't need to look up the hexadecimal code
13542 values of each character one by one.  ASCII characters mixed with \u
13543 escape sequences is also known as the JAVA source file encoding.  You can
13544 use GNU recode 3.5c (or newer) to convert strings to this encoding.  Here
13545 is how to convert a piece of text into a shell script which will output
13546 this text in a locale-independent way:
13548 @example
13549 $ LC_CTYPE=zh_TW.big5 env printf \
13550     '\u4e2d\u6587\n' > sample.txt
13551 $ recode BIG5..JAVA < sample.txt \
13552     | sed -e "s|^|env printf '|" -e "s|%|%%|g" -e "s|$|\\\\n'|" \
13553     > sample.sh
13554 @end example
13556 The only options are a lone @option{--help} or
13557 @option{--version}.  @xref{Common options}.
13558 Options must precede operands.
13560 @exitstatus
13563 @node yes invocation
13564 @section @command{yes}: Print a string until interrupted
13566 @pindex yes
13567 @cindex repeated output of a string
13569 @command{yes} prints the command line arguments, separated by spaces and
13570 followed by a newline, forever until it is killed.  If no arguments are
13571 given, it prints @samp{y} followed by a newline forever until killed.
13573 Upon a write error, @command{yes} exits with status @samp{1}.
13575 The only options are a lone @option{--help} or @option{--version}.
13576 To output an argument that begins with
13577 @samp{-}, precede it with @option{--}, e.g., @samp{yes -- --help}.
13578 @xref{Common options}.
13581 @node Conditions
13582 @chapter Conditions
13584 @cindex conditions
13585 @cindex commands for exit status
13586 @cindex exit status commands
13588 This section describes commands that are primarily useful for their exit
13589 status, rather than their output.  Thus, they are often used as the
13590 condition of shell @code{if} statements, or as the last command in a
13591 pipeline.
13593 @menu
13594 * false invocation::            Do nothing, unsuccessfully.
13595 * true invocation::             Do nothing, successfully.
13596 * test invocation::             Check file types and compare values.
13597 * expr invocation::             Evaluate expressions.
13598 @end menu
13601 @node false invocation
13602 @section @command{false}: Do nothing, unsuccessfully
13604 @pindex false
13605 @cindex do nothing, unsuccessfully
13606 @cindex failure exit status
13607 @cindex exit status of @command{false}
13609 @command{false} does nothing except return an exit status of 1, meaning
13610 @dfn{failure}.  It can be used as a place holder in shell scripts
13611 where an unsuccessful command is needed.
13612 In most modern shells, @command{false} is a built-in command, so when
13613 you use @samp{false} in a script, you're probably using the built-in
13614 command, not the one documented here.
13616 @command{false} honors the @option{--help} and @option{--version} options.
13618 This version of @command{false} is implemented as a C program, and is thus
13619 more secure and faster than a shell script implementation, and may safely
13620 be used as a dummy shell for the purpose of disabling accounts.
13622 Unlike all other programs mentioned in this manual, @command{false}
13623 always exits unsuccessfully, even when invoked with
13624 @option{--help} or @option{--version}.
13626 Portable programs should not assume that the exit status of
13627 @command{false} is 1, as it is greater than 1 on some
13628 non-GNU hosts.
13631 @node true invocation
13632 @section @command{true}: Do nothing, successfully
13634 @pindex true
13635 @cindex do nothing, successfully
13636 @cindex no-op
13637 @cindex successful exit
13638 @cindex exit status of @command{true}
13640 @command{true} does nothing except return an exit status of 0, meaning
13641 @dfn{success}.  It can be used as a place holder in shell scripts
13642 where a successful command is needed, although the shell built-in
13643 command @code{:} (colon) may do the same thing faster.
13644 In most modern shells, @command{true} is a built-in command, so when
13645 you use @samp{true} in a script, you're probably using the built-in
13646 command, not the one documented here.
13648 @command{true} honors the @option{--help} and @option{--version} options.
13650 However, it is possible to cause @command{true}
13651 to exit with nonzero status: with the @option{--help} or @option{--version}
13652 option, and with standard
13653 output already closed or redirected to a file that evokes an I/O error.
13654 For example, using a Bourne-compatible shell:
13656 @example
13657 $ ./true --version >&-
13658 ./true: write error: Bad file number
13659 $ ./true --version > /dev/full
13660 ./true: write error: No space left on device
13661 @end example
13663 This version of @command{true} is implemented as a C program, and is thus
13664 more secure and faster than a shell script implementation, and may safely
13665 be used as a dummy shell for the purpose of disabling accounts.
13667 @node test invocation
13668 @section @command{test}: Check file types and compare values
13670 @pindex test
13671 @pindex [
13672 @cindex check file types
13673 @cindex compare values
13674 @cindex expression evaluation
13676 @command{test} returns a status of 0 (true) or 1 (false) depending on the
13677 evaluation of the conditional expression @var{expr}.  Each part of the
13678 expression must be a separate argument.
13680 @command{test} has file status checks, string operators, and numeric
13681 comparison operators.
13683 @command{test} has an alternate form that uses opening and closing
13684 square brackets instead a leading @samp{test}.  For example, instead
13685 of @samp{test -d /}, you can write @samp{[ -d / ]}.  The square
13686 brackets must be separate arguments; for example, @samp{[-d /]} does
13687 not have the desired effect.  Since @samp{test @var{expr}} and @samp{[
13688 @var{expr} ]} have the same meaning, only the former form is discussed
13689 below.
13691 Synopses:
13693 @example
13694 test @var{expression}
13695 test
13696 [ @var{expression} ]
13697 [ ]
13698 [ @var{option}
13699 @end example
13701 @mayConflictWithShellBuiltIn{test}
13703 If @var{expression} is omitted, @command{test} returns false.
13704 If @var{expression} is a single argument,
13705 @command{test} returns false if the argument is null and true
13706 otherwise.  The argument
13707 can be any string, including strings like @samp{-d}, @samp{-1},
13708 @samp{--}, @samp{--help}, and @samp{--version} that most other
13709 programs would treat as options.  To get help and version information,
13710 invoke the commands @samp{[ --help} and @samp{[ --version}, without
13711 the usual closing brackets.  @xref{Common options}.
13713 @cindex exit status of @command{test}
13714 Exit status:
13716 @display
13717 0 if the expression is true,
13718 1 if the expression is false,
13719 2 if an error occurred.
13720 @end display
13722 @menu
13723 * File type tests::             @code{-[bcdfhLpSt]}
13724 * Access permission tests::     @code{-[gkruwxOG]}
13725 * File characteristic tests::   @code{-e -s -nt -ot -ef}
13726 * String tests::                @code{-z -n = == !=}
13727 * Numeric tests::               @code{-eq -ne -lt -le -gt -ge}
13728 * Connectives for test::        @code{! -a -o}
13729 @end menu
13732 @node File type tests
13733 @subsection File type tests
13735 @cindex file type tests
13737 These options test for particular types of files.  (Everything's a file,
13738 but not all files are the same!)
13740 @table @samp
13742 @item -b @var{file}
13743 @opindex -b
13744 @cindex block special check
13745 True if @var{file} exists and is a block special device.
13747 @item -c @var{file}
13748 @opindex -c
13749 @cindex character special check
13750 True if @var{file} exists and is a character special device.
13752 @item -d @var{file}
13753 @opindex -d
13754 @cindex directory check
13755 True if @var{file} exists and is a directory.
13757 @item -f @var{file}
13758 @opindex -f
13759 @cindex regular file check
13760 True if @var{file} exists and is a regular file.
13762 @item -h @var{file}
13763 @itemx -L @var{file}
13764 @opindex -L
13765 @opindex -h
13766 @cindex symbolic link check
13767 True if @var{file} exists and is a symbolic link.
13768 Unlike all other file-related tests, this test does not dereference
13769 @var{file} if it is a symbolic link.
13771 @item -p @var{file}
13772 @opindex -p
13773 @cindex named pipe check
13774 True if @var{file} exists and is a named pipe.
13776 @item -S @var{file}
13777 @opindex -S
13778 @cindex socket check
13779 True if @var{file} exists and is a socket.
13781 @item -t @var{fd}
13782 @opindex -t
13783 @cindex terminal check
13784 True if @var{fd} is a file descriptor that is associated with a
13785 terminal.
13787 @end table
13790 @node Access permission tests
13791 @subsection Access permission tests
13793 @cindex access permission tests
13794 @cindex permission tests
13796 These options test for particular access permissions.
13798 @table @samp
13800 @item -g @var{file}
13801 @opindex -g
13802 @cindex set-group-ID check
13803 True if @var{file} exists and has its set-group-ID bit set.
13805 @item -k @var{file}
13806 @opindex -k
13807 @cindex sticky bit check
13808 True if @var{file} exists and has its @dfn{sticky} bit set.
13810 @item -r @var{file}
13811 @opindex -r
13812 @cindex readable file check
13813 True if @var{file} exists and the user has read access.
13815 @item -u @var{file}
13816 @opindex -u
13817 @cindex set-user-ID check
13818 True if @var{file} exists and has its set-user-ID bit set.
13820 @item -w @var{file}
13821 @opindex -w
13822 @cindex writable file check
13823 True if @var{file} exists and the user has write access.
13825 @item -x @var{file}
13826 @opindex -x
13827 @cindex executable file check
13828 True if @var{file} exists and the user has execute access
13829 (or search permission, if it is a directory).
13831 @item -O @var{file}
13832 @opindex -O
13833 @cindex owned by effective user ID check
13834 True if @var{file} exists and is owned by the current effective user ID.
13836 @item -G @var{file}
13837 @opindex -G
13838 @cindex owned by effective group ID check
13839 True if @var{file} exists and is owned by the current effective group ID.
13841 @end table
13843 @node File characteristic tests
13844 @subsection File characteristic tests
13846 @cindex file characteristic tests
13848 These options test other file characteristics.
13850 @table @samp
13852 @item -e @var{file}
13853 @opindex -e
13854 @cindex existence-of-file check
13855 True if @var{file} exists.
13857 @item -s @var{file}
13858 @opindex -s
13859 @cindex nonempty file check
13860 True if @var{file} exists and has a size greater than zero.
13862 @item @var{file1} -nt @var{file2}
13863 @opindex -nt
13864 @cindex newer-than file check
13865 True if @var{file1} is newer (according to modification date) than
13866 @var{file2}, or if @var{file1} exists and @var{file2} does not.
13868 @item @var{file1} -ot @var{file2}
13869 @opindex -ot
13870 @cindex older-than file check
13871 True if @var{file1} is older (according to modification date) than
13872 @var{file2}, or if @var{file2} exists and @var{file1} does not.
13874 @item @var{file1} -ef @var{file2}
13875 @opindex -ef
13876 @cindex same file check
13877 @cindex hard link check
13878 True if @var{file1} and @var{file2} have the same device and inode
13879 numbers, i.e., if they are hard links to each other.
13881 @item -N @var{file}
13882 @opindex -N
13883 @cindex mtime-greater-atime file check
13884 True if @var{file} exists and has been modified (mtime) since it was
13885 last read (atime).
13887 @end table
13890 @node String tests
13891 @subsection String tests
13893 @cindex string tests
13895 These options test string characteristics.  You may need to quote
13896 @var{string} arguments for the shell.  For example:
13898 @example
13899 test -n "$V"
13900 @end example
13902 The quotes here prevent the wrong arguments from being passed to
13903 @command{test} if @samp{$V} is empty or contains special characters.
13905 @table @samp
13907 @item -z @var{string}
13908 @opindex -z
13909 @cindex zero-length string check
13910 True if the length of @var{string} is zero.
13912 @item -n @var{string}
13913 @itemx @var{string}
13914 @opindex -n
13915 @cindex nonzero-length string check
13916 True if the length of @var{string} is nonzero.
13918 @item @var{string1} = @var{string2}
13919 @opindex =
13920 @cindex equal string check
13921 True if the strings are equal.
13923 @item @var{string1} == @var{string2}
13924 @opindex ==
13925 @cindex equal string check
13926 True if the strings are equal (synonym for @samp{=}).
13927 This form is not as portable to other
13928 shells and systems.
13930 @item @var{string1} != @var{string2}
13931 @opindex !=
13932 @cindex not-equal string check
13933 True if the strings are not equal.
13935 @end table
13938 @node Numeric tests
13939 @subsection Numeric tests
13941 @cindex numeric tests
13942 @cindex arithmetic tests
13944 Numeric relational operators.  The arguments must be entirely numeric
13945 (possibly negative), or the special expression @w{@code{-l @var{string}}},
13946 which evaluates to the length of @var{string}.
13948 @table @samp
13950 @item @var{arg1} -eq @var{arg2}
13951 @itemx @var{arg1} -ne @var{arg2}
13952 @itemx @var{arg1} -lt @var{arg2}
13953 @itemx @var{arg1} -le @var{arg2}
13954 @itemx @var{arg1} -gt @var{arg2}
13955 @itemx @var{arg1} -ge @var{arg2}
13956 @opindex -eq
13957 @opindex -ne
13958 @opindex -lt
13959 @opindex -le
13960 @opindex -gt
13961 @opindex -ge
13962 These arithmetic binary operators return true if @var{arg1} is equal,
13963 not-equal, less-than, less-than-or-equal, greater-than, or
13964 greater-than-or-equal than @var{arg2}, respectively.
13966 @end table
13968 For example:
13970 @example
13971 test -1 -gt -2 && echo yes
13972 @result{} yes
13973 test -l abc -gt 1 && echo yes
13974 @result{} yes
13975 test 0x100 -eq 1
13976 @error{} test: integer expression expected before -eq
13977 @end example
13980 @node Connectives for test
13981 @subsection Connectives for @command{test}
13983 @cindex logical connectives
13984 @cindex connectives, logical
13986 It is better to use shell logical primitives
13987 rather than these logical connectives internal to @command{test},
13988 because an expression may become ambiguous
13989 depending on the expansion of its parameters.
13991 For example, this becomes ambiguous when @samp{$1}
13992 is set to @samp{'!'} and @samp{$2} to the empty string @samp{''}:
13994 @example
13995 test "$1" -a "$2"
13996 @end example
13998 and should be written as:
14000 @example
14001 test "$1" && test "$2"
14002 @end example
14004 The shell logical primitives also benefit from
14005 short circuit operation, which can be significant
14006 for file attribute tests.
14008 @table @samp
14010 @item ! @var{expr}
14011 @opindex !
14012 True if @var{expr} is false.
14013 @samp{!} has lower precedence than all parts of @var{expr}.
14014 The @samp{!} should be specified to the left
14015 of a binary expression, I.e., @samp{! 1 -gt 2}
14016 rather than @samp{1 ! -gt 2}.
14018 @item @var{expr1} -a @var{expr2}
14019 @opindex -a
14020 @cindex logical and operator
14021 @cindex and operator
14022 True if both @var{expr1} and @var{expr2} are true.
14023 @samp{-a} is left associative,
14024 and has a higher precedence than @samp{-o}.
14026 @item @var{expr1} -o @var{expr2}
14027 @opindex -o
14028 @cindex logical or operator
14029 @cindex or operator
14030 True if either @var{expr1} or @var{expr2} is true.
14031 @samp{-o} is left associative.
14033 @end table
14036 @node expr invocation
14037 @section @command{expr}: Evaluate expressions
14039 @pindex expr
14040 @cindex expression evaluation
14041 @cindex evaluation of expressions
14043 @command{expr} evaluates an expression and writes the result on standard
14044 output.  Each token of the expression must be a separate argument.
14046 Operands are either integers or strings.  Integers consist of one or
14047 more decimal digits, with an optional leading @samp{-}.
14048 @command{expr} converts
14049 anything appearing in an operand position to an integer or a string
14050 depending on the operation being applied to it.
14052 Strings are not quoted for @command{expr} itself, though you may need to
14053 quote them to protect characters with special meaning to the shell,
14054 e.g., spaces.  However, regardless of whether it is quoted, a string
14055 operand should not be a parenthesis or any of @command{expr}'s
14056 operators like @code{+}, so you cannot safely pass an arbitrary string
14057 @code{$str} to expr merely by quoting it to the shell.  One way to
14058 work around this is to use the GNU extension @code{+},
14059 (e.g., @code{+ "$str" = foo}); a more portable way is to use
14060 @code{@w{" $str"}} and to adjust the rest of the expression to take
14061 the leading space into account (e.g., @code{@w{" $str" = " foo"}}).
14063 You should not pass a negative integer or a string with leading
14064 @samp{-} as @command{expr}'s first argument, as it might be
14065 misinterpreted as an option; this can be avoided by parenthesization.
14066 Also, portable scripts should not use a string operand that happens to
14067 take the form of an integer; this can be worked around by inserting
14068 leading spaces as mentioned above.
14070 @cindex parentheses for grouping
14071 Operators may be given as infix symbols or prefix keywords.  Parentheses
14072 may be used for grouping in the usual manner.  You must quote
14073 parentheses and many operators to avoid the shell evaluating them,
14074 however.
14076 Because @command{expr} uses multiple-precision arithmetic, it works
14077 with integers wider than those of machine registers.
14079 The only options are @option{--help} and @option{--version}.  @xref{Common
14080 options}.  Options must precede operands.
14082 @cindex exit status of @command{expr}
14083 Exit status:
14085 @display
14086 0 if the expression is neither null nor 0,
14087 1 if the expression is null or 0,
14088 2 if the expression is invalid,
14089 3 if an internal error occurred (e.g., arithmetic overflow).
14090 @end display
14092 @menu
14093 * String expressions::          @code{+ : match substr index length}
14094 * Numeric expressions::         @code{+ - * / %}
14095 * Relations for expr::          @code{| & < <= = == != >= >}
14096 * Examples of expr::            Examples.
14097 @end menu
14100 @node String expressions
14101 @subsection String expressions
14103 @cindex string expressions
14104 @cindex expressions, string
14106 @command{expr} supports pattern matching and other string operators.  These
14107 have higher precedence than both the numeric and relational operators (in
14108 the next sections).
14110 @table @samp
14112 @item @var{string} : @var{regex}
14113 @cindex pattern matching
14114 @cindex regular expression matching
14115 @cindex matching patterns
14116 Perform pattern matching.  The arguments are converted to strings and the
14117 second is considered to be a (basic, a la GNU @code{grep}) regular
14118 expression, with a @code{^} implicitly prepended.  The first argument is
14119 then matched against this regular expression.
14121 If @var{regex} does not use @samp{\(} and @samp{\)}, the @code{:}
14122 expression returns the number of characters matched, or 0 if the match
14123 fails.
14125 If @var{regex} uses @samp{\(} and @samp{\)}, the @code{:} expression
14126 returns the part of @var{string} that matched the subexpression, or
14127 the null string if the match failed or the subexpression did not
14128 contribute to the match.
14130 @kindex \( @r{regexp operator}
14131 Only the first @samp{\( @dots{} \)} pair is relevant to the return
14132 value; additional pairs are meaningful only for grouping the regular
14133 expression operators.
14135 @kindex \+ @r{regexp operator}
14136 @kindex \? @r{regexp operator}
14137 @kindex \| @r{regexp operator}
14138 In the regular expression, @code{\+}, @code{\?}, and @code{\|} are
14139 operators which respectively match one or more, zero or one, or separate
14140 alternatives.  These operators are GNU extensions.  @xref{Regular Expressions,,
14141 Regular Expressions, grep, The GNU Grep Manual}, for details of
14142 regular expression syntax.  Some examples are in @ref{Examples of expr}.
14144 @item match @var{string} @var{regex}
14145 @findex match
14146 An alternative way to do pattern matching.  This is the same as
14147 @w{@samp{@var{string} : @var{regex}}}.
14149 @item substr @var{string} @var{position} @var{length}
14150 @findex substr
14151 Returns the substring of @var{string} beginning at @var{position}
14152 with length at most @var{length}.  If either @var{position} or
14153 @var{length} is negative, zero, or non-numeric, returns the null string.
14155 @item index @var{string} @var{charset}
14156 @findex index
14157 Returns the first position in @var{string} where the first character in
14158 @var{charset} was found.  If no character in @var{charset} is found in
14159 @var{string}, return 0.
14161 @item length @var{string}
14162 @findex length
14163 Returns the length of @var{string}.
14165 @item + @var{token}
14166 @kindex +
14167 Interpret @var{token} as a string, even if it is a keyword like @var{match}
14168 or an operator like @code{/}.
14169 This makes it possible to test @code{expr length + "$x"} or
14170 @code{expr + "$x" : '.*/\(.\)'} and have it do the right thing even if
14171 the value of @var{$x} happens to be (for example) @code{/} or @code{index}.
14172 This operator is a GNU extension.  Portable shell scripts should use
14173 @code{@w{" $token"} : @w{' \(.*\)'}} instead of @code{+ "$token"}.
14175 @end table
14177 To make @command{expr} interpret keywords as strings, you must use the
14178 @code{quote} operator.
14181 @node Numeric expressions
14182 @subsection Numeric expressions
14184 @cindex numeric expressions
14185 @cindex expressions, numeric
14187 @command{expr} supports the usual numeric operators, in order of increasing
14188 precedence.  These numeric operators have lower precedence than the
14189 string operators described in the previous section, and higher precedence
14190 than the connectives (next section).
14192 @table @samp
14194 @item + -
14195 @kindex +
14196 @kindex -
14197 @cindex addition
14198 @cindex subtraction
14199 Addition and subtraction.  Both arguments are converted to integers;
14200 an error occurs if this cannot be done.
14202 @item * / %
14203 @kindex *
14204 @kindex /
14205 @kindex %
14206 @cindex multiplication
14207 @cindex division
14208 @cindex remainder
14209 Multiplication, division, remainder.  Both arguments are converted to
14210 integers; an error occurs if this cannot be done.
14212 @end table
14215 @node Relations for expr
14216 @subsection Relations for @command{expr}
14218 @cindex connectives, logical
14219 @cindex logical connectives
14220 @cindex relations, numeric or string
14222 @command{expr} supports the usual logical connectives and relations.  These
14223 have lower precedence than the string and numeric operators
14224 (previous sections).  Here is the list, lowest-precedence operator first.
14226 @table @samp
14228 @item |
14229 @kindex |
14230 @cindex logical or operator
14231 @cindex or operator
14232 Returns its first argument if that is neither null nor zero, otherwise
14233 its second argument if it is neither null nor zero, otherwise 0.  It
14234 does not evaluate its second argument if its first argument is neither
14235 null nor zero.
14237 @item &
14238 @kindex &
14239 @cindex logical and operator
14240 @cindex and operator
14241 Return its first argument if neither argument is null or zero, otherwise
14242 0.  It does not evaluate its second argument if its first argument is
14243 null or zero.
14245 @item < <= = == != >= >
14246 @kindex <
14247 @kindex <=
14248 @kindex =
14249 @kindex ==
14250 @kindex >
14251 @kindex >=
14252 @cindex comparison operators
14253 @vindex LC_COLLATE
14254 Compare the arguments and return 1 if the relation is true, 0 otherwise.
14255 @code{==} is a synonym for @code{=}.  @command{expr} first tries to convert
14256 both arguments to integers and do a numeric comparison; if either
14257 conversion fails, it does a lexicographic comparison using the character
14258 collating sequence specified by the @env{LC_COLLATE} locale.
14260 @end table
14263 @node Examples of expr
14264 @subsection Examples of using @command{expr}
14266 @cindex examples of @command{expr}
14267 Here are a few examples, including quoting for shell metacharacters.
14269 To add 1 to the shell variable @code{foo}, in Bourne-compatible shells:
14271 @example
14272 foo=$(expr $foo + 1)
14273 @end example
14275 To print the non-directory part of the file name stored in
14276 @code{$fname}, which need not contain a @code{/}:
14278 @example
14279 expr $fname : '.*/\(.*\)' '|' $fname
14280 @end example
14282 An example showing that @code{\+} is an operator:
14284 @example
14285 expr aaa : 'a\+'
14286 @result{} 3
14287 @end example
14289 @example
14290 expr abc : 'a\(.\)c'
14291 @result{} b
14292 expr index abcdef cz
14293 @result{} 3
14294 expr index index a
14295 @error{} expr: syntax error
14296 expr index + index a
14297 @result{} 0
14298 @end example
14301 @node Redirection
14302 @chapter Redirection
14304 @cindex redirection
14305 @cindex commands for redirection
14307 Unix shells commonly provide several forms of @dfn{redirection} -- ways
14308 to change the input source or output destination of a command.  But one
14309 useful redirection is performed by a separate command, not by the shell;
14310 it's described here.
14312 @menu
14313 * tee invocation::              Redirect output to multiple files or processes.
14314 @end menu
14317 @node tee invocation
14318 @section @command{tee}: Redirect output to multiple files or processes
14320 @pindex tee
14321 @cindex pipe fitting
14322 @cindex destinations, multiple output
14323 @cindex read from standard input and write to standard output and files
14325 The @command{tee} command copies standard input to standard output and also
14326 to any files given as arguments.  This is useful when you want not only
14327 to send some data down a pipe, but also to save a copy.  Synopsis:
14329 @example
14330 tee [@var{option}]@dots{} [@var{file}]@dots{}
14331 @end example
14333 If a file being written to does not already exist, it is created.  If a
14334 file being written to already exists, the data it previously contained
14335 is overwritten unless the @option{-a} option is used.
14337 In previous versions of GNU Coreutils (5.3.0--8.23),
14338 a @var{file} of @samp{-}
14339 caused @command{tee} to send another copy of input to standard output.
14340 However, as the interleaved output was not very useful, @command{tee} now
14341 conforms to POSIX and treats @samp{-} as a file name.
14343 The program accepts the following options.  Also see @ref{Common options}.
14345 @table @samp
14346 @item -a
14347 @itemx --append
14348 @opindex -a
14349 @opindex --append
14350 Append standard input to the given files rather than overwriting
14351 them.
14353 @item -i
14354 @itemx --ignore-interrupts
14355 @opindex -i
14356 @opindex --ignore-interrupts
14357 Ignore interrupt signals.
14359 @item -p
14360 @itemx --output-error[=@var{mode}]
14361 @opindex -p
14362 @opindex --output-error
14363 Adjust the behavior with errors on the outputs.
14364 In summary @option{-p} allows @command{tee} to operate in a more
14365 appropriate manner with pipes, and to continue to process data
14366 to any remaining outputs, if any pipe outputs exit early.
14367 The default operation when @option{--output-error} is @emph{not}
14368 specified is to exit immediately on error writing to a pipe,
14369 and diagnose errors writing to a non-pipe.
14370 The long form @option{--output-error} option supports selection
14371 between the following @var{mode}s:
14373 @table @samp
14374 @item warn
14375 Warn on error opening or writing any output, including pipes.
14376 Writing is continued to still open files/pipes.
14377 Exit status indicates failure if any output has an error.
14379 @item warn-nopipe
14380 This is the default @var{mode} when not specified,
14381 or when the short form @option{-p} is used.
14382 Warn on error opening or writing any output, except pipes.
14383 Writing is continued to still open files/pipes.
14384 Exit immediately if all remaining outputs become broken pipes.
14385 Exit status indicates failure if any non pipe output had an error.
14387 @item exit
14388 Exit on error opening or writing any output, including pipes.
14390 @item exit-nopipe
14391 Exit on error opening or writing any output, except pipes.
14392 Exit immediately if all remaining outputs become broken pipes.
14393 @end table
14395 @end table
14397 The @command{tee} command is useful when you happen to be transferring a large
14398 amount of data and also want to summarize that data without reading
14399 it a second time.  For example, when you are downloading a DVD image,
14400 you often want to verify its signature or checksum right away.
14401 The inefficient way to do it is simply:
14403 @example
14404 wget https://example.com/some.iso && sha1sum some.iso
14405 @end example
14407 One problem with the above is that it makes you wait for the
14408 download to complete before starting the time-consuming SHA1 computation.
14409 Perhaps even more importantly, the above requires reading
14410 the DVD image a second time (the first was from the network).
14412 The efficient way to do it is to interleave the download
14413 and SHA1 computation.  Then, you'll get the checksum for
14414 free, because the entire process parallelizes so well:
14416 @example
14417 # slightly contrived, to demonstrate process substitution
14418 wget -O - https://example.com/dvd.iso \
14419   | tee >(sha1sum > dvd.sha1) > dvd.iso
14420 @end example
14422 That makes @command{tee} write not just to the expected output file,
14423 but also to a pipe running @command{sha1sum} and saving the final
14424 checksum in a file named @file{dvd.sha1}.
14426 However, this example relies on a feature of modern shells
14427 called @dfn{process substitution}
14428 (the @samp{>(command)} syntax, above;
14429 @xref{Process Substitution,,Process Substitution, bash,
14430 The Bash Reference Manual}.),
14431 so it works with @command{zsh}, @command{bash}, and @command{ksh},
14432 but not with @command{/bin/sh}.  So if you write code like this
14433 in a shell script, start the script with @samp{#!/bin/bash}.
14435 If any of the process substitutions (or piped standard output)
14436 might exit early without consuming all the data, the @option{-p} option
14437 is needed to allow @command{tee} to continue to process the input
14438 to any remaining outputs.
14440 Since the above example writes to one file and one process,
14441 a more conventional and portable use of @command{tee} is even better:
14443 @example
14444 wget -O - https://example.com/dvd.iso \
14445   | tee dvd.iso | sha1sum > dvd.sha1
14446 @end example
14448 You can extend this example to make @command{tee} write to two processes,
14449 computing MD5 and SHA1 checksums in parallel.  In this case,
14450 process substitution is required:
14452 @example
14453 wget -O - https://example.com/dvd.iso \
14454   | tee >(sha1sum > dvd.sha1) \
14455         >(md5sum > dvd.md5) \
14456   > dvd.iso
14457 @end example
14459 This technique is also useful when you want to make a @emph{compressed}
14460 copy of the contents of a pipe.
14461 Consider a tool to graphically summarize file system usage data from
14462 @samp{du -ak}.
14463 For a large hierarchy, @samp{du -ak} can run for a long time,
14464 and can easily produce terabytes of data, so you won't want to
14465 rerun the command unnecessarily.  Nor will you want to save
14466 the uncompressed output.
14468 Doing it the inefficient way, you can't even start the GUI
14469 until after you've compressed all of the @command{du} output:
14471 @example
14472 du -ak | gzip -9 > /tmp/du.gz
14473 gzip -d /tmp/du.gz | checkspace -a
14474 @end example
14476 With @command{tee} and process substitution, you start the GUI
14477 right away and eliminate the decompression completely:
14479 @example
14480 du -ak | tee >(gzip -9 > /tmp/du.gz) | checkspace -a
14481 @end example
14483 Finally, if you regularly create more than one type of
14484 compressed tarball at once, for example when @code{make dist} creates
14485 both @command{gzip}-compressed and @command{bzip2}-compressed tarballs,
14486 there may be a better way.
14487 Typical @command{automake}-generated @file{Makefile} rules create
14488 the two compressed tar archives with commands in sequence, like this
14489 (slightly simplified):
14491 @example
14492 tardir=your-pkg-M.N
14493 tar chof - "$tardir" | gzip  -9 -c > your-pkg-M.N.tar.gz
14494 tar chof - "$tardir" | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14495 @end example
14497 However, if the hierarchy you are archiving and compressing is larger
14498 than a couple megabytes, and especially if you are using a multi-processor
14499 system with plenty of memory, then you can do much better by reading the
14500 directory contents only once and running the compression programs in parallel:
14502 @example
14503 tardir=your-pkg-M.N
14504 tar chof - "$tardir" \
14505   | tee >(gzip -9 -c > your-pkg-M.N.tar.gz) \
14506   | bzip2 -9 -c > your-pkg-M.N.tar.bz2
14507 @end example
14509 If you want to further process the output from process substitutions,
14510 and those processes write atomically (i.e., write less than the system's
14511 PIPE_BUF size at a time), that's possible with a construct like:
14513 @example
14514 tardir=your-pkg-M.N
14515 tar chof - "$tardir" \
14516   | tee >(md5sum --tag) > >(sha256sum --tag) \
14517   | sort | gpg --clearsign > your-pkg-M.N.tar.sig
14518 @end example
14520 @exitstatus
14523 @node File name manipulation
14524 @chapter File name manipulation
14526 @cindex file name manipulation
14527 @cindex manipulation of file names
14528 @cindex commands for file name manipulation
14530 This section describes commands that manipulate file names.
14532 @menu
14533 * basename invocation::         Strip directory and suffix from a file name.
14534 * dirname invocation::          Strip last file name component.
14535 * pathchk invocation::          Check file name validity and portability.
14536 * mktemp invocation::           Create temporary file or directory.
14537 * realpath invocation::         Print resolved file names.
14538 @end menu
14541 @node basename invocation
14542 @section @command{basename}: Strip directory and suffix from a file name
14544 @pindex basename
14545 @cindex strip directory and suffix from file names
14546 @cindex directory, stripping from file names
14547 @cindex suffix, stripping from file names
14548 @cindex file names, stripping directory and suffix
14549 @cindex leading directory components, stripping
14551 @command{basename} removes any leading directory components from
14552 @var{name}.  Synopsis:
14554 @example
14555 basename @var{name} [@var{suffix}]
14556 basename @var{option}@dots{} @var{name}@dots{}
14557 @end example
14559 If @var{suffix} is specified and is identical to the end of @var{name},
14560 it is removed from @var{name} as well.  Since trailing slashes
14561 are removed prior to suffix matching, @var{suffix} will do nothing if it
14562 contains slashes.  @command{basename} prints the result on standard
14563 output.
14565 @c This test is used both here and in the section on dirname.
14566 @macro basenameAndDirname
14567 Together, @command{basename} and @command{dirname} are designed such
14568 that if @samp{ls "$name"} succeeds, then the command sequence @samp{cd
14569 "$(dirname "$name")"; ls "$(basename "$name")"} will, too.  This works
14570 for everything except file names containing a trailing newline.
14571 @end macro
14572 @basenameAndDirname
14574 POSIX allows the implementation to define the results if
14575 @var{name} is empty or @samp{//}.  In the former case, GNU
14576 @command{basename} returns the empty string.  In the latter case, the
14577 result is @samp{//} on platforms where @var{//} is distinct from
14578 @var{/}, and @samp{/} on platforms where there is no difference.
14580 The program accepts the following options.  Also see @ref{Common options}.
14581 Options must precede operands.
14583 @table @samp
14585 @item -a
14586 @itemx --multiple
14587 @opindex -a
14588 @opindex --multiple
14589 Support more than one argument.  Treat every argument as a @var{name}.
14590 With this, an optional @var{suffix} must be specified using the
14591 @option{-s} option.
14593 @item -s @var{suffix}
14594 @itemx --suffix=@var{suffix}
14595 @opindex -s
14596 @opindex --suffix
14597 Remove a trailing @var{suffix}.
14598 This option implies the @option{-a} option.
14600 @optZero
14602 @end table
14604 @exitstatus
14606 Examples:
14608 @example
14609 # Output "sort".
14610 basename /usr/bin/sort
14612 # Output "stdio".
14613 basename include/stdio.h .h
14615 # Output "stdio".
14616 basename -s .h include/stdio.h
14618 # Output "stdio" followed by "stdlib"
14619 basename -a -s .h include/stdio.h include/stdlib.h
14620 @end example
14623 @node dirname invocation
14624 @section @command{dirname}: Strip last file name component
14626 @pindex dirname
14627 @cindex directory components, printing
14628 @cindex stripping non-directory suffix
14629 @cindex non-directory suffix, stripping
14631 @command{dirname} prints all but the final slash-delimited component
14632 of each @var{name}.  Slashes on either side of the final component are
14633 also removed.  If the string contains no slash, @command{dirname}
14634 prints @samp{.} (meaning the current directory).  Synopsis:
14636 @example
14637 dirname [@var{option}] @var{name}@dots{}
14638 @end example
14640 @var{name} need not be a file name, but if it is, this operation
14641 effectively lists the directory that contains the final component,
14642 including the case when the final component is itself a directory.
14644 @basenameAndDirname
14646 POSIX allows the implementation to define the results if
14647 @var{name} is @samp{//}.  With GNU @command{dirname}, the
14648 result is @samp{//} on platforms where @var{//} is distinct from
14649 @var{/}, and @samp{/} on platforms where there is no difference.
14651 The program accepts the following option.  Also see @ref{Common options}.
14653 @table @samp
14655 @optZero
14657 @end table
14659 @exitstatus
14661 Examples:
14663 @example
14664 # Output "/usr/bin".
14665 dirname /usr/bin/sort
14666 dirname /usr/bin//.//
14668 # Output "dir1" followed by "dir2"
14669 dirname dir1/str dir2/str
14671 # Output ".".
14672 dirname stdio.h
14673 @end example
14676 @node pathchk invocation
14677 @section @command{pathchk}: Check file name validity and portability
14679 @pindex pathchk
14680 @cindex file names, checking validity and portability
14681 @cindex valid file names, checking for
14682 @cindex portable file names, checking for
14684 @command{pathchk} checks validity and portability of file names.  Synopsis:
14686 @example
14687 pathchk [@var{option}]@dots{} @var{name}@dots{}
14688 @end example
14690 For each @var{name}, @command{pathchk} prints an error message if any of
14691 these conditions is true:
14693 @enumerate
14694 @item
14695 One of the existing directories in @var{name} does not have search
14696 (execute) permission,
14697 @item
14698 The length of @var{name} is larger than the maximum supported by the
14699 operating system.
14700 @item
14701 The length of one component of @var{name} is longer than
14702 its file system's maximum.
14703 @end enumerate
14705 A nonexistent @var{name} is not an error, so long as a file with that
14706 name could be created under the above conditions.
14708 The program accepts the following options.  Also see @ref{Common options}.
14709 Options must precede operands.
14711 @table @samp
14713 @item -p
14714 @opindex -p
14715 Instead of performing checks based on the underlying file system,
14716 print an error message if any of these conditions is true:
14718 @enumerate
14719 @item
14720 A file name is empty.
14722 @item
14723 A file name contains a character outside the POSIX portable file
14724 name character set, namely, the ASCII letters and digits, @samp{.},
14725 @samp{_}, @samp{-}, and @samp{/}.
14727 @item
14728 The length of a file name or one of its components exceeds the
14729 POSIX minimum limits for portability.
14730 @end enumerate
14732 @item -P
14733 @opindex -P
14734 Print an error message if a file name is empty, or if it contains a component
14735 that begins with @samp{-}.
14737 @item --portability
14738 @opindex --portability
14739 Print an error message if a file name is not portable to all POSIX
14740 hosts.  This option is equivalent to @samp{-p -P}.
14742 @end table
14744 @cindex exit status of @command{pathchk}
14745 Exit status:
14747 @display
14748 0 if all specified file names passed all checks,
14749 1 otherwise.
14750 @end display
14752 @node mktemp invocation
14753 @section @command{mktemp}: Create temporary file or directory
14755 @pindex mktemp
14756 @cindex file names, creating temporary
14757 @cindex directory, creating temporary
14758 @cindex temporary files and directories
14760 @command{mktemp} manages the creation of temporary files and
14761 directories.  Synopsis:
14763 @example
14764 mktemp [@var{option}]@dots{} [@var{template}]
14765 @end example
14767 Safely create a temporary file or directory based on @var{template},
14768 and print its name.  If given, @var{template} must include at least
14769 three consecutive @samp{X}s in the last component.  If omitted, the template
14770 @samp{tmp.XXXXXXXXXX} is used, and option @option{--tmpdir} is
14771 implied.  The final run of @samp{X}s in the @var{template} will be replaced
14772 by alpha-numeric characters; thus, on a case-sensitive file system,
14773 and with a @var{template} including a run of @var{n} instances of @samp{X},
14774 there are @samp{62**@var{n}} potential file names.
14776 Older scripts used to create temporary files by simply joining the
14777 name of the program with the process id (@samp{$$}) as a suffix.
14778 However, that naming scheme is easily predictable, and suffers from a
14779 race condition where the attacker can create an appropriately named
14780 symbolic link, such that when the script then opens a handle to what
14781 it thought was an unused file, it is instead modifying an existing
14782 file.  Using the same scheme to create a directory is slightly safer,
14783 since the @command{mkdir} will fail if the target already exists, but
14784 it is still inferior because it allows for denial of service attacks.
14785 Therefore, modern scripts should use the @command{mktemp} command to
14786 guarantee that the generated name will be unpredictable, and that
14787 knowledge of the temporary file name implies that the file was created
14788 by the current script and cannot be modified by other users.
14790 When creating a file, the resulting file has read and write
14791 permissions for the current user, but no permissions for the group or
14792 others; these permissions are reduced if the current umask is more
14793 restrictive.
14795 Here are some examples (although if you try them, you
14796 will most likely get different file names):
14798 @itemize @bullet
14800 @item
14801 Create a temporary file in the current directory.
14802 @example
14803 $ mktemp file.XXXX
14804 file.H47c
14805 @end example
14807 @item
14808 Create a temporary file with a known suffix.
14809 @example
14810 $ mktemp --suffix=.txt file-XXXX
14811 file-H08W.txt
14812 $ mktemp file-XXXX-XXXX.txt
14813 file-XXXX-eI9L.txt
14814 @end example
14816 @item
14817 Create a secure fifo relative to the user's choice of @env{TMPDIR},
14818 but falling back to the current directory rather than @file{/tmp}.
14819 Although @command{mktemp} does not create fifos, it can create a
14820 secure directory in which fifos can live.  Exit the shell if the
14821 directory or fifo could not be created.
14822 @example
14823 $ dir=$(mktemp -p "$@{TMPDIR:-.@}" -d dir-XXXX) || exit 1
14824 $ fifo=$dir/fifo
14825 $ mkfifo "$fifo" || @{ rmdir "$dir"; exit 1; @}
14826 @end example
14828 @item
14829 Create and use a temporary file if possible, but ignore failure.  The
14830 file will reside in the directory named by @env{TMPDIR}, if specified,
14831 or else in @file{/tmp}.
14832 @example
14833 $ file=$(mktemp -q) && @{
14834 >   # Safe to use $file only within this block.  Use quotes,
14835 >   # since $TMPDIR, and thus $file, may contain whitespace.
14836 >   echo ... > "$file"
14837 >   rm "$file"
14838 > @}
14839 @end example
14841 @item
14842 Act as a semi-random character generator (it is not fully random,
14843 since it is impacted by the contents of the current directory).  To
14844 avoid security holes, do not use the resulting names to create a file.
14845 @example
14846 $ mktemp -u XXX
14848 $ mktemp -u XXX
14850 @end example
14852 @end itemize
14854 The program accepts the following options.  Also see @ref{Common options}.
14856 @table @samp
14858 @item -d
14859 @itemx --directory
14860 @opindex -d
14861 @opindex --directory
14862 Create a directory rather than a file.  The directory will have read,
14863 write, and search permissions for the current user, but no permissions
14864 for the group or others; these permissions are reduced if the current
14865 umask is more restrictive.
14867 @item -q
14868 @itemx --quiet
14869 @opindex -q
14870 @opindex --quiet
14871 Suppress diagnostics about failure to create a file or directory.  The
14872 exit status will still reflect whether a file was created.
14874 @item -u
14875 @itemx --dry-run
14876 @opindex -u
14877 @opindex --dry-run
14878 Generate a temporary name that does not name an existing file, without
14879 changing the file system contents.  Using the output of this command
14880 to create a new file is inherently unsafe, as there is a window of
14881 time between generating the name and using it where another process
14882 can create an object by the same name.
14884 @item -p @var{dir}
14885 @itemx --tmpdir[=@var{dir}]
14886 @opindex -p
14887 @opindex --tmpdir
14888 Treat @var{template} relative to the directory @var{dir}.  If
14889 @var{dir} is not specified (only possible with the long option
14890 @option{--tmpdir}) or is the empty string, use the value of
14891 @env{TMPDIR} if available, otherwise use @samp{/tmp}.  If this is
14892 specified, @var{template} must not be absolute.  However,
14893 @var{template} can still contain slashes, although intermediate
14894 directories must already exist.
14896 @item --suffix=@var{suffix}
14897 @opindex --suffix
14898 Append @var{suffix} to the @var{template}.  @var{suffix} must not
14899 contain slash.  If @option{--suffix} is specified, @var{template} must
14900 end in @samp{X}; if it is not specified, then an appropriate
14901 @option{--suffix} is inferred by finding the last @samp{X} in
14902 @var{template}.  This option exists for use with the default
14903 @var{template} and for the creation of a @var{suffix} that starts with
14904 @samp{X}.
14906 @item -t
14907 @opindex -t
14908 Treat @var{template} as a single file relative to the value of
14909 @env{TMPDIR} if available, or to the directory specified by
14910 @option{-p}, otherwise to @samp{/tmp}.  @var{template} must not
14911 contain slashes.  This option is deprecated; the use of @option{-p}
14912 without @option{-t} offers better defaults (by favoring the command
14913 line over @env{TMPDIR}) and more flexibility (by allowing intermediate
14914 directories).
14916 @end table
14918 @cindex exit status of @command{mktemp}
14919 Exit status:
14921 @display
14922 0 if the file was created,
14923 1 otherwise.
14924 @end display
14927 @node realpath invocation
14928 @section @command{realpath}: Print the resolved file name.
14930 @pindex realpath
14931 @cindex file names, canonicalization
14932 @cindex symlinks, resolution
14933 @cindex canonical file name
14934 @cindex canonicalize a file name
14935 @pindex realpath
14936 @findex realpath
14938 @command{realpath} expands all symbolic links and resolves references to
14939 @samp{/./}, @samp{/../} and extra @samp{/} characters.  By default,
14940 all but the last component of the specified files must exist.  Synopsis:
14942 @example
14943 realpath [@var{option}]@dots{} @var{file}@dots{}
14944 @end example
14946 The file name canonicalization functionality overlaps with that of the
14947 @command{readlink} command.  This is the preferred command for
14948 canonicalization as it's a more suitable and standard name.  In addition
14949 this command supports relative file name processing functionality.
14951 The program accepts the following options.  Also see @ref{Common options}.
14953 @table @samp
14955 @item -e
14956 @itemx --canonicalize-existing
14957 @opindex -e
14958 @opindex --canonicalize-existing
14959 Ensure that all components of the specified file names exist.
14960 If any component is missing or unavailable, @command{realpath} will output
14961 a diagnostic unless the @option{-q} option is specified, and exit with a
14962 nonzero exit code.  A trailing slash requires that the name resolve to a
14963 directory.
14965 @item -m
14966 @itemx --canonicalize-missing
14967 @opindex -m
14968 @opindex --canonicalize-missing
14969 If any component of a specified file name is missing or unavailable,
14970 treat it as a directory.
14972 @item -L
14973 @itemx --logical
14974 @opindex -L
14975 @opindex --logical
14976 Symbolic links are resolved in the specified file names,
14977 but they are resolved after any subsequent @samp{..} components are processed.
14979 @item -P
14980 @itemx --physical
14981 @opindex -P
14982 @opindex --physical
14983 Symbolic links are resolved in the specified file names,
14984 and they are resolved before any subsequent @samp{..} components are processed.
14985 This is the default mode of operation.
14987 @item -q
14988 @itemx --quiet
14989 @opindex -q
14990 @opindex --quiet
14991 Suppress diagnostic messages for specified file names.
14993 @item --relative-to=@var{dir}
14994 @opindex --relative-to
14995 @cindex relpath
14996 Print the resolved file names relative to the specified directory.
14997 This option honors the @option{-m} and @option{-e} options
14998 pertaining to file existence.
15000 @item --relative-base=@var{dir}
15001 @opindex --relative-base
15002 Print the resolved file names as relative @emph{if} the files
15003 are descendants of @var{dir}.
15004 Otherwise, print the resolved file names as absolute.
15005 This option honors the @option{-m} and @option{-e} options
15006 pertaining to file existence.
15007 For details about combining @option{--relative-to} and @option{--relative-base},
15008 @pxref{Realpath usage examples}.
15010 @item -s
15011 @itemx --strip
15012 @itemx --no-symlinks
15013 @opindex -s
15014 @opindex --strip
15015 @opindex --no-symlinks
15016 Do not resolve symbolic links.  Only resolve references to
15017 @samp{/./}, @samp{/../} and remove extra @samp{/} characters.
15018 When combined with the @option{-m} option, realpath operates
15019 only on the file name, and does not touch any actual file.
15021 @optZero
15023 @end table
15025 @cindex exit status of @command{realpath}
15026 Exit status:
15028 @display
15029 0 if all file names were printed without issue.
15030 1 otherwise.
15031 @end display
15033 @menu
15034 * Realpath usage examples::              Realpath usage examples.
15035 @end menu
15038 @node Realpath usage examples
15039 @subsection Realpath usage examples
15041 @opindex --relative-to
15042 @opindex --relative-base
15044 By default, @command{realpath} prints the absolute file name of given files
15045 (symlinks are resolved, @file{words} is resolved to @file{american-english}):
15047 @example
15048 @group
15049 cd /home/user
15050 realpath /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15051 @result{} /usr/bin/sort
15052 @result{} /tmp/foo
15053 @result{} /usr/share/dict/american-english
15054 @result{} /home/user/1.txt
15055 @end group
15056 @end example
15058 With @option{--relative-to}, file names are printed relative to
15059 the given directory:
15061 @example
15062 @group
15063 realpath --relative-to=/usr/bin \
15064          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15065 @result{} sort
15066 @result{} ../../tmp/foo
15067 @result{} ../share/dict/american-english
15068 @result{} ../../home/user/1.txt
15069 @end group
15070 @end example
15072 With @option{--relative-base}, relative file names are printed @emph{if}
15073 the resolved file name is below the given base directory. For files outside the
15074 base directory absolute file names are printed:
15076 @example
15077 @group
15078 realpath --relative-base=/usr \
15079          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15080 @result{} bin/sort
15081 @result{} /tmp/foo
15082 @result{} share/dict/american-english
15083 @result{} /home/user/1.txt
15084 @end group
15085 @end example
15087 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
15088 are used, file names are printed relative to @var{dir1} @emph{if} they are
15089 located below @var{dir2}. If the files are not below @var{dir2}, they are
15090 printed as absolute file names:
15092 @example
15093 @group
15094 realpath --relative-to=/usr/bin --relative-base=/usr \
15095          /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15096 @result{} sort
15097 @result{} /tmp/foo
15098 @result{} ../share/dict/american-english
15099 @result{} /home/user/1.txt
15100 @end group
15101 @end example
15103 When both @option{--relative-to=DIR1} and @option{--relative-base=DIR2}
15104 are used, @var{dir1} @emph{must} be a subdirectory of @var{dir2}. Otherwise,
15105 @command{realpath} prints absolutes file names.
15108 @node Working context
15109 @chapter Working context
15111 @cindex working context
15112 @cindex commands for printing the working context
15114 This section describes commands that display or alter the context in
15115 which you are working: the current directory, the terminal settings, and
15116 so forth.  See also the user-related commands in the next section.
15118 @menu
15119 * pwd invocation::              Print working directory.
15120 * stty invocation::             Print or change terminal characteristics.
15121 * printenv invocation::         Print environment variables.
15122 * tty invocation::              Print file name of terminal on standard input.
15123 @end menu
15126 @node pwd invocation
15127 @section @command{pwd}: Print working directory
15129 @pindex pwd
15130 @cindex print name of current directory
15131 @cindex current working directory, printing
15132 @cindex working directory, printing
15135 @command{pwd} prints the name of the current directory.  Synopsis:
15137 @example
15138 pwd [@var{option}]@dots{}
15139 @end example
15141 The program accepts the following options.  Also see @ref{Common options}.
15143 @table @samp
15144 @item -L
15145 @itemx --logical
15146 @opindex -L
15147 @opindex --logical
15148 If the contents of the environment variable @env{PWD} provide an
15149 absolute name of the current directory with no @samp{.} or @samp{..}
15150 components, but possibly with symbolic links, then output those
15151 contents.  Otherwise, fall back to default @option{-P} handling.
15153 @item -P
15154 @itemx --physical
15155 @opindex -P
15156 @opindex --physical
15157 Print a fully resolved name for the current directory.  That is, all
15158 components of the printed name will be actual directory names -- none
15159 will be symbolic links.
15160 @end table
15162 @cindex symbolic links and @command{pwd}
15163 If @option{-L} and @option{-P} are both given, the last one takes
15164 precedence.  If neither option is given, then this implementation uses
15165 @option{-P} as the default unless the @env{POSIXLY_CORRECT}
15166 environment variable is set.
15168 @mayConflictWithShellBuiltIn{pwd}
15170 @exitstatus
15173 @node stty invocation
15174 @section @command{stty}: Print or change terminal characteristics
15176 @pindex stty
15177 @cindex change or print terminal settings
15178 @cindex terminal settings
15179 @cindex line settings of terminal
15181 @command{stty} prints or changes terminal characteristics, such as baud rate.
15182 Synopses:
15184 @example
15185 stty [@var{option}] [@var{setting}]@dots{}
15186 stty [@var{option}]
15187 @end example
15189 If given no line settings, @command{stty} prints the baud rate, line
15190 discipline number (on systems that support it), and line settings
15191 that have been changed from the values set by @samp{stty sane}.
15192 By default, mode reading and setting are performed on the tty line
15193 connected to standard input, although this can be modified by the
15194 @option{--file} option.
15196 @command{stty} accepts many non-option arguments that change aspects of
15197 the terminal line operation, as described below.
15199 The program accepts the following options.  Also see @ref{Common options}.
15201 @table @samp
15202 @item -a
15203 @itemx --all
15204 @opindex -a
15205 @opindex --all
15206 Print all current settings in human-readable form.  This option may not
15207 be used in combination with any line settings.
15209 @item -F @var{device}
15210 @itemx --file=@var{device}
15211 @opindex -F
15212 @opindex --file
15213 Set the line opened by the file name specified in @var{device} instead of
15214 the tty line connected to standard input.  This option is necessary
15215 because opening a POSIX tty requires use of the
15216 @code{O_NONDELAY} flag to prevent a POSIX tty from blocking
15217 until the carrier detect line is high if
15218 the @code{clocal} flag is not set.  Hence, it is not always possible
15219 to allow the shell to open the device in the traditional manner.
15221 @item -g
15222 @itemx --save
15223 @opindex -g
15224 @opindex --save
15225 @cindex machine-readable @command{stty} output
15226 Print all current settings in a form that can be used as an argument to
15227 another @command{stty} command to restore the current settings.  This option
15228 may not be used in combination with any line settings.
15230 @end table
15232 Many settings can be turned off by preceding them with a @samp{-}.
15233 Such arguments are marked below with ``May be negated'' in their
15234 description.  The descriptions themselves refer to the positive
15235 case, that is, when @emph{not} negated (unless stated otherwise,
15236 of course).
15238 Some settings are not available on all POSIX systems, since they use
15239 extensions.  Such arguments are marked below with
15240 ``Non-POSIX'' in their description.  On non-POSIX
15241 systems, those or other settings also may not
15242 be available, but it's not feasible to document all the variations: just
15243 try it and see.
15245 @command{stty} is installed only on platforms with the POSIX terminal
15246 interface, so portable scripts should not rely on its existence on
15247 non-POSIX platforms.
15249 @exitstatus
15251 @menu
15252 * Control::                     Control settings
15253 * Input::                       Input settings
15254 * Output::                      Output settings
15255 * Local::                       Local settings
15256 * Combination::                 Combination settings
15257 * Characters::                  Special characters
15258 * Special::                     Special settings
15259 @end menu
15262 @node Control
15263 @subsection Control settings
15265 @cindex control settings
15266 Control settings:
15268 @table @samp
15269 @item parenb
15270 @opindex parenb
15271 @cindex two-way parity
15272 Generate parity bit in output and expect parity bit in input.
15273 May be negated.
15275 @item parodd
15276 @opindex parodd
15277 @cindex odd parity
15278 @cindex even parity
15279 Set odd parity (even if negated).  May be negated.
15281 @item cmspar
15282 @opindex cmspar
15283 @cindex constant parity
15284 @cindex stick parity
15285 @cindex mark parity
15286 @cindex space parity
15287 Use "stick" (mark/space) parity.  If parodd is set, the parity bit is
15288 always 1; if parodd is not set, the parity bit is always zero.
15289 Non-POSIX@.  May be negated.
15291 @item cs5
15292 @itemx cs6
15293 @itemx cs7
15294 @itemx cs8
15295 @opindex cs@var{n}
15296 @cindex character size
15297 @cindex eight-bit characters
15298 Set character size to 5, 6, 7, or 8 bits.
15300 @item hup
15301 @itemx hupcl
15302 @opindex hup[cl]
15303 Send a hangup signal when the last process closes the tty.  May be
15304 negated.
15306 @item cstopb
15307 @opindex cstopb
15308 @cindex stop bits
15309 Use two stop bits per character (one if negated).  May be negated.
15311 @item cread
15312 @opindex cread
15313 Allow input to be received.  May be negated.
15315 @item clocal
15316 @opindex clocal
15317 @cindex modem control
15318 Disable modem control signals.  May be negated.
15320 @item crtscts
15321 @opindex crtscts
15322 @cindex hardware flow control
15323 @cindex flow control, hardware
15324 @cindex RTS/CTS flow control
15325 Enable RTS/CTS flow control.  Non-POSIX@.  May be negated.
15327 @item cdtrdsr
15328 @opindex cdtrdsr
15329 @cindex hardware flow control
15330 @cindex flow control, hardware
15331 @cindex DTR/DSR flow control
15332 Enable DTR/DSR flow control. Non-POSIX@.  May be negated.
15333 @end table
15336 @node Input
15337 @subsection Input settings
15339 @cindex input settings
15340 These settings control operations on data received from the terminal.
15342 @table @samp
15343 @item ignbrk
15344 @opindex ignbrk
15345 @cindex breaks, ignoring
15346 Ignore break characters.  May be negated.
15348 @item brkint
15349 @opindex brkint
15350 @cindex breaks, cause interrupts
15351 Make breaks cause an interrupt signal.  May be negated.
15353 @item ignpar
15354 @opindex ignpar
15355 @cindex parity, ignoring
15356 Ignore characters with parity errors.  May be negated.
15358 @item parmrk
15359 @opindex parmrk
15360 @cindex parity errors, marking
15361 Mark parity errors (with a 255-0-character sequence).  May be negated.
15363 @item inpck
15364 @opindex inpck
15365 Enable input parity checking.  May be negated.
15367 @item istrip
15368 @opindex istrip
15369 @cindex eight-bit input
15370 Clear high (8th) bit of input characters.  May be negated.
15372 @item inlcr
15373 @opindex inlcr
15374 @cindex newline, translating to return
15375 Translate newline to carriage return.  May be negated.
15377 @item igncr
15378 @opindex igncr
15379 @cindex return, ignoring
15380 Ignore carriage return.  May be negated.
15382 @item icrnl
15383 @opindex icrnl
15384 @cindex return, translating to newline
15385 Translate carriage return to newline.  May be negated.
15387 @item iutf8
15388 @opindex iutf8
15389 @cindex input encoding, UTF-8
15390 Assume input characters are UTF-8 encoded.  May be negated.
15392 @item ixon
15393 @opindex ixon
15394 @kindex C-s/C-q flow control
15395 @cindex XON/XOFF flow control
15396 Enable XON/XOFF flow control (that is, @kbd{Ctrl-S}/@kbd{Ctrl-Q}).  May
15397 be negated.
15399 @item ixoff
15400 @itemx tandem
15401 @opindex ixoff
15402 @opindex tandem
15403 @cindex software flow control
15404 @cindex flow control, software
15405 Enable sending of @code{stop} character when the system input buffer
15406 is almost full, and @code{start} character when it becomes almost
15407 empty again.  May be negated.
15409 @item iuclc
15410 @opindex iuclc
15411 @cindex uppercase, translating to lowercase
15412 Translate uppercase characters to lowercase.  Non-POSIX@.  May be
15413 negated.  There is no @samp{ilcuc} setting, as one would not be able to issue
15414 almost any (lowercase) Unix command, after invoking it.
15416 @item ixany
15417 @opindex ixany
15418 Allow any character to restart output (only the start character
15419 if negated).  Non-POSIX@.  May be negated.
15421 @item imaxbel
15422 @opindex imaxbel
15423 @cindex beeping at input buffer full
15424 Enable beeping and not flushing input buffer if a character arrives
15425 when the input buffer is full.  Non-POSIX@.  May be negated.
15426 @end table
15429 @node Output
15430 @subsection Output settings
15432 @cindex output settings
15433 These settings control operations on data sent to the terminal.
15435 @table @samp
15436 @item opost
15437 @opindex opost
15438 Postprocess output.  May be negated.
15440 @item olcuc
15441 @opindex olcuc
15442 @cindex lowercase, translating to output
15443 Translate lowercase characters to uppercase.  Non-POSIX@.  May be
15444 negated.  (There is no @samp{ouclc}.)
15446 @item ocrnl
15447 @opindex ocrnl
15448 @cindex return, translating to newline
15449 Translate carriage return to newline.  Non-POSIX@.  May be negated.
15451 @item onlcr
15452 @opindex onlcr
15453 @cindex newline, translating to crlf
15454 Translate newline to carriage return-newline.  Non-POSIX@.  May be
15455 negated.
15457 @item onocr
15458 @opindex onocr
15459 Do not print carriage returns in the first column.  Non-POSIX@.
15460 May be negated.
15462 @item onlret
15463 @opindex onlret
15464 Newline performs a carriage return.  Non-POSIX@.  May be negated.
15466 @item ofill
15467 @opindex ofill
15468 @cindex pad instead of timing for delaying
15469 Use fill (padding) characters instead of timing for delays.
15470 Non-POSIX@.
15471 May be negated.
15473 @item ofdel
15474 @opindex ofdel
15475 @cindex pad character
15476 Use ASCII DEL characters for fill instead of
15477 ASCII NUL characters.  Non-POSIX@.
15478 May be negated.
15480 @item nl1
15481 @itemx nl0
15482 @opindex nl@var{n}
15483 Newline delay style.  Non-POSIX.
15485 @item cr3
15486 @itemx cr2
15487 @itemx cr1
15488 @itemx cr0
15489 @opindex cr@var{n}
15490 Carriage return delay style.  Non-POSIX.
15492 @item tab3
15493 @itemx tab2
15494 @itemx tab1
15495 @itemx tab0
15496 @opindex tab@var{n}
15497 Horizontal tab delay style.  Non-POSIX.
15499 @item bs1
15500 @itemx bs0
15501 @opindex bs@var{n}
15502 Backspace delay style.  Non-POSIX.
15504 @item vt1
15505 @itemx vt0
15506 @opindex vt@var{n}
15507 Vertical tab delay style.  Non-POSIX.
15509 @item ff1
15510 @itemx ff0
15511 @opindex ff@var{n}
15512 Form feed delay style.  Non-POSIX.
15513 @end table
15516 @node Local
15517 @subsection Local settings
15519 @cindex local settings
15521 @table @samp
15522 @item isig
15523 @opindex isig
15524 Enable @code{interrupt}, @code{quit}, and @code{suspend} special
15525 characters.  May be negated.
15527 @item icanon
15528 @opindex icanon
15529 Enable @code{erase}, @code{kill}, @code{werase}, and @code{rprnt}
15530 special characters.  May be negated.
15532 @item iexten
15533 @opindex iexten
15534 Enable non-POSIX special characters.  May be negated.
15536 @item echo
15537 @opindex echo
15538 Echo input characters.  May be negated.
15540 @item echoe
15541 @itemx crterase
15542 @opindex echoe
15543 @opindex crterase
15544 Echo @code{erase} characters as backspace-space-backspace.  May be
15545 negated.
15547 @item echok
15548 @opindex echok
15549 @cindex newline echoing after @code{kill}
15550 Echo a newline after a @code{kill} character.  May be negated.
15552 @item echonl
15553 @opindex echonl
15554 @cindex newline, echoing
15555 Echo newline even if not echoing other characters.  May be negated.
15557 @item noflsh
15558 @opindex noflsh
15559 @cindex flushing, disabling
15560 Disable flushing after @code{interrupt} and @code{quit} special
15561 characters.  May be negated.
15563 @item xcase
15564 @opindex xcase
15565 @cindex case translation
15566 Enable input and output of uppercase characters by preceding their
15567 lowercase equivalents with @samp{\}, when @code{icanon} is set.
15568 Non-POSIX@.  May be negated.
15570 @item tostop
15571 @opindex tostop
15572 @cindex background jobs, stopping at terminal write
15573 Stop background jobs that try to write to the terminal.  Non-POSIX@.
15574 May be negated.
15576 @item echoprt
15577 @itemx prterase
15578 @opindex echoprt
15579 @opindex prterase
15580 Echo erased characters backward, between @samp{\} and @samp{/}.
15581 Non-POSIX@.  May be negated.
15583 @item echoctl
15584 @itemx ctlecho
15585 @opindex echoctl
15586 @opindex ctlecho
15587 @cindex control characters, using @samp{^@var{c}}
15588 @cindex hat notation for control characters
15589 Echo control characters in hat notation (@samp{^@var{c}}) instead
15590 of literally.  Non-POSIX@.  May be negated.
15592 @item echoke
15593 @itemx crtkill
15594 @opindex echoke
15595 @opindex crtkill
15596 Echo the @code{kill} special character by erasing each character on
15597 the line as indicated by the @code{echoprt} and @code{echoe} settings,
15598 instead of by the @code{echoctl} and @code{echok} settings.
15599 Non-POSIX@.
15600 May be negated.
15602 @item extproc
15603 @opindex extproc
15604 Enable @samp{LINEMODE}, which is used to avoid echoing
15605 each character over high latency links.  See also
15606 @uref{https://datatracker.ietf.org/doc/rfc1116/, Internet RFC 1116}.
15607 Non-POSIX@.
15608 May be negated.
15610 @item flusho
15611 @opindex flusho
15612 Discard output.
15613 This setting is currently ignored on GNU/Linux systems.
15614 Non-POSIX@.
15615 May be negated.
15616 @end table
15619 @node Combination
15620 @subsection Combination settings
15622 @cindex combination settings
15623 Combination settings:
15625 @table @samp
15626 @item evenp
15627 @opindex evenp
15628 @itemx parity
15629 @opindex parity
15630 Same as @code{parenb -parodd cs7}.  May be negated.  If negated, same
15631 as @code{-parenb cs8}.
15633 @item oddp
15634 @opindex oddp
15635 Same as @code{parenb parodd cs7}.  May be negated.  If negated, same
15636 as @code{-parenb cs8}.
15638 @item nl
15639 @opindex nl
15640 Same as @code{-icrnl -onlcr}.  May be negated.  If negated, same as
15641 @code{icrnl -inlcr -igncr onlcr -ocrnl -onlret}.
15643 @item ek
15644 @opindex ek
15645 Reset the @code{erase} and @code{kill} special characters to their default
15646 values.
15648 @item sane
15649 @opindex sane
15650 Same as:
15652 @c This is too long to write inline.
15653 @example
15654 cread -ignbrk brkint -inlcr -igncr icrnl
15655 icanon iexten echo echoe echok -echonl -noflsh
15656 -ixoff -iutf8 -iuclc -ixany imaxbel -xcase -olcuc -ocrnl
15657 opost -ofill onlcr -onocr -onlret nl0 cr0 tab0 bs0 vt0 ff0
15658 isig -tostop -ofdel -echoprt echoctl echoke -extproc
15659 @end example
15661 @noindent
15662 and also sets all special characters to their default values.
15664 @item cooked
15665 @opindex cooked
15666 Same as @code{brkint ignpar istrip icrnl ixon opost isig icanon}, plus
15667 sets the @code{eof} and @code{eol} characters to their default values
15668 if they are the same as the @code{min} and @code{time} characters.
15669 May be negated.  If negated, same as @code{raw}.
15671 @item raw
15672 @opindex raw
15673 Same as:
15675 @example
15676 -ignbrk -brkint -ignpar -parmrk -inpck -istrip
15677 -inlcr -igncr -icrnl -ixon -ixoff -icanon -opost
15678 -isig -iuclc -ixany -imaxbel -xcase min 1 time 0
15679 @end example
15681 @noindent
15682 May be negated.  If negated, same as @code{cooked}.
15684 @item cbreak
15685 @opindex cbreak
15686 Same as @option{-icanon}.  May be negated.  If negated, same as
15687 @code{icanon}.
15689 @item pass8
15690 @opindex pass8
15691 @cindex eight-bit characters
15692 Same as @code{-parenb -istrip cs8}.  May be negated.  If negated,
15693 same as @code{parenb istrip cs7}.
15695 @item litout
15696 @opindex litout
15697 Same as @option{-parenb -istrip -opost cs8}.  May be negated.
15698 If negated, same as @code{parenb istrip opost cs7}.
15700 @item decctlq
15701 @opindex decctlq
15702 Same as @option{-ixany}.  Non-POSIX@.  May be negated.
15704 @item tabs
15705 @opindex tabs
15706 Same as @code{tab0}.  Non-POSIX@.  May be negated.  If negated, same
15707 as @code{tab3}.
15709 @item lcase
15710 @itemx LCASE
15711 @opindex lcase
15712 @opindex LCASE
15713 Same as @code{xcase iuclc olcuc}.  Non-POSIX@.  May be negated.
15714 (Used for terminals with uppercase characters only.)
15716 @item crt
15717 @opindex crt
15718 Same as @code{echoe echoctl echoke}.
15720 @item dec
15721 @opindex dec
15722 Same as @code{echoe echoctl echoke -ixany intr ^C erase ^? kill C-u}.
15723 @end table
15726 @node Characters
15727 @subsection Special characters
15729 @cindex special characters
15730 @cindex characters, special
15732 The special characters' default values vary from system to system.
15733 They are set with the syntax @samp{name value}, where the names are
15734 listed below and the value can be given either literally, in hat
15735 notation (@samp{^@var{c}}), or as an integer which may start with
15736 @samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
15737 any other digit to indicate decimal.
15739 @cindex disabling special characters
15740 @kindex u@r{, and disabling special characters}
15741 For GNU stty, giving a value of @code{^-} or @code{undef} disables that
15742 special character.  (This is incompatible with Ultrix @command{stty},
15743 which uses  a value of @samp{u} to disable a special character.  GNU
15744 @command{stty} treats a value @samp{u} like any other, namely to set that
15745 special character to @key{U}.)
15747 @table @samp
15749 @item intr
15750 @opindex intr
15751 Send an interrupt signal.
15753 @item quit
15754 @opindex quit
15755 Send a quit signal.
15757 @item erase
15758 @opindex erase
15759 Erase the last character typed.
15761 @item kill
15762 @opindex kill
15763 Erase the current line.
15765 @item eof
15766 @opindex eof
15767 Send an end of file (terminate the input).
15769 @item eol
15770 @opindex eol
15771 End the line.
15773 @item eol2
15774 @opindex eol2
15775 Alternate character to end the line.  Non-POSIX.
15777 @item discard
15778 @opindex discard
15779 @opindex flush
15780 Alternate character to toggle discarding of output.  Non-POSIX.
15782 @item swtch
15783 @opindex swtch
15784 Switch to a different shell layer.  Non-POSIX.
15786 @item status
15787 @opindex status
15788 Send an info signal.  Not currently supported on GNU/Linux.  Non-POSIX.
15790 @item start
15791 @opindex start
15792 Restart the output after stopping it.
15794 @item stop
15795 @opindex stop
15796 Stop the output.
15798 @item susp
15799 @opindex susp
15800 Send a terminal stop signal.
15802 @item dsusp
15803 @opindex dsusp
15804 Send a terminal stop signal after flushing the input.  Non-POSIX.
15806 @item rprnt
15807 @opindex rprnt
15808 Redraw the current line.  Non-POSIX.
15810 @item werase
15811 @opindex werase
15812 Erase the last word typed.  Non-POSIX.
15814 @item lnext
15815 @opindex lnext
15816 Enter the next character typed literally, even if it is a special
15817 character.  Non-POSIX.
15818 @end table
15821 @node Special
15822 @subsection Special settings
15824 @cindex special settings
15826 @table @samp
15827 @item min @var{n}
15828 @opindex min
15829 Set the minimum number of characters that will satisfy a read until
15830 the time value has expired, when @option{-icanon} is set.
15832 @item time @var{n}
15833 @opindex time
15834 Set the number of tenths of a second before reads time out if the minimum
15835 number of characters have not been read, when @option{-icanon} is set.
15837 @item ispeed @var{n}
15838 @opindex ispeed
15839 Set the input speed to @var{n}.
15841 @item ospeed @var{n}
15842 @opindex ospeed
15843 Set the output speed to @var{n}.
15845 @item rows @var{n}
15846 @opindex rows
15847 Tell the tty kernel driver that the terminal has @var{n} rows.
15848 Non-POSIX.
15850 @item cols @var{n}
15851 @itemx columns @var{n}
15852 @opindex cols
15853 @opindex columns
15854 Tell the kernel that the terminal has @var{n} columns.  Non-POSIX.
15856 @item drain
15857 @opindex drain
15858 @cindex nonblocking @command{stty} setting
15859 Apply settings after first waiting for pending output to be transmitted.
15860 This is enabled by default for GNU @command{stty}.
15861 This is treated as an option rather than a line setting,
15862 and will follow the option processing rules described in the summary above.
15863 It is useful to disable this option
15864 in cases where the system may be in a state where serial transmission
15865 is not possible.
15866 For example, if the system has received the @samp{DC3} character
15867 with @code{ixon} (software flow control) enabled, then @command{stty} would
15868 block without @code{-drain} being specified.
15869 May be negated. Non-POSIX.
15871 @item size
15872 @opindex size
15873 @vindex LINES
15874 @vindex COLUMNS
15875 Print the number of rows and columns that the kernel thinks the
15876 terminal has.  (Systems that don't support rows and columns in the kernel
15877 typically use the environment variables @env{LINES} and @env{COLUMNS}
15878 instead; however, GNU @command{stty} does not know anything about them.)
15879 Non-POSIX.
15881 @item line @var{n}
15882 @opindex line
15883 Use line discipline @var{n}.  Non-POSIX.
15885 @item speed
15886 @opindex speed
15887 Print the terminal speed.
15889 @item @var{n}
15890 @cindex baud rate, setting
15891 Set the input and output speeds to @var{n}.  @var{n} can be one of: 0
15892 50 75 110 134 134.5 150 200 300 600 1200 1800 2400 4800 9600 19200
15893 38400 @code{exta} @code{extb}.  @code{exta} is the same as 19200;
15894 @code{extb} is the same as 38400.  Many systems, including GNU/Linux,
15895 support higher speeds.  The @command{stty} command includes support
15896 for speeds of
15897 57600,
15898 115200,
15899 230400,
15900 460800,
15901 500000,
15902 576000,
15903 921600,
15904 1000000,
15905 1152000,
15906 1500000,
15907 2000000,
15908 2500000,
15909 3000000,
15910 3500000,
15912 4000000 where the system supports these.
15913 0 hangs up the line if @option{-clocal} is set.
15914 @end table
15917 @node printenv invocation
15918 @section @command{printenv}: Print all or some environment variables
15920 @pindex printenv
15921 @cindex printing all or some environment variables
15922 @cindex environment variables, printing
15924 @command{printenv} prints environment variable values.  Synopsis:
15926 @example
15927 printenv [@var{option}] [@var{variable}]@dots{}
15928 @end example
15930 If no @var{variable}s are specified, @command{printenv} prints the value of
15931 every environment variable.  Otherwise, it prints the value of each
15932 @var{variable} that is set, and nothing for those that are not set.
15934 The program accepts the following option.  Also see @ref{Common options}.
15936 @table @samp
15938 @optNull
15940 @end table
15942 @cindex exit status of @command{printenv}
15943 Exit status:
15945 @display
15946 0 if all variables specified were found
15947 1 if at least one specified variable was not found
15948 2 if a write error occurred
15949 @end display
15952 @node tty invocation
15953 @section @command{tty}: Print file name of terminal on standard input
15955 @pindex tty
15956 @cindex print terminal file name
15957 @cindex terminal file name, printing
15959 @command{tty} prints the file name of the terminal connected to its standard
15960 input.  It prints @samp{not a tty} if standard input is not a terminal.
15961 Synopsis:
15963 @example
15964 tty [@var{option}]@dots{}
15965 @end example
15967 The program accepts the following option.  Also see @ref{Common options}.
15969 @table @samp
15971 @item -s
15972 @itemx --silent
15973 @itemx --quiet
15974 @opindex -s
15975 @opindex --silent
15976 @opindex --quiet
15977 Print nothing; only return an exit status.
15979 @end table
15981 @cindex exit status of @command{tty}
15982 Exit status:
15984 @display
15985 0 if standard input is a terminal
15986 1 if standard input is a non-terminal file
15987 2 if given incorrect arguments
15988 3 if a write error occurs
15989 @end display
15992 @node User information
15993 @chapter User information
15995 @cindex user information, commands for
15996 @cindex commands for printing user information
15998 This section describes commands that print user-related information:
15999 logins, groups, and so forth.
16001 @menu
16002 * id invocation::               Print user identity.
16003 * logname invocation::          Print current login name.
16004 * whoami invocation::           Print effective user ID.
16005 * groups invocation::           Print group names a user is in.
16006 * users invocation::            Print login names of users currently logged in.
16007 * who invocation::              Print who is currently logged in.
16008 * pinky invocation::            Print information about users.
16009 @end menu
16012 @node id invocation
16013 @section @command{id}: Print user identity
16015 @pindex id
16016 @cindex real user and group IDs, printing
16017 @cindex effective user and group IDs, printing
16018 @cindex printing real and effective user and group IDs
16020 @command{id} prints information about the given user, or the process
16021 running it if no user is specified.  Synopsis:
16023 @example
16024 id [@var{option}]@dots{} [@var{user}]@dots{}
16025 @end example
16027 @var{user} can be either a user ID or a name, with name look-up
16028 taking precedence unless the ID is specified with a leading @samp{+}.
16029 @xref{Disambiguating names and IDs}.
16031 @vindex POSIXLY_CORRECT
16032 By default, it prints the real user ID, real group ID, effective user ID
16033 if different from the real user ID, effective group ID if different from
16034 the real group ID, and supplemental group IDs.
16035 In addition, if SELinux
16036 is enabled and the @env{POSIXLY_CORRECT} environment variable is not set,
16037 then print @samp{context=@var{c}}, where @var{c} is the security context.
16039 Each of these numeric values is preceded by an identifying string and
16040 followed by the corresponding user or group name in parentheses.
16042 The options cause @command{id} to print only part of the above information.
16043 Also see @ref{Common options}.
16045 @table @samp
16046 @item -g
16047 @itemx --group
16048 @opindex -g
16049 @opindex --group
16050 Print only the group ID.
16052 @item -G
16053 @itemx --groups
16054 @opindex -G
16055 @opindex --groups
16056 Print only the group ID and the supplementary groups.
16058 @item -n
16059 @itemx --name
16060 @opindex -n
16061 @opindex --name
16062 Print the user or group name instead of the ID number.  Requires
16063 @option{-u}, @option{-g}, or @option{-G}.
16065 @item -r
16066 @itemx --real
16067 @opindex -r
16068 @opindex --real
16069 Print the real, instead of effective, user or group ID@.  Requires
16070 @option{-u}, @option{-g}, or @option{-G}.
16072 @item -u
16073 @itemx --user
16074 @opindex -u
16075 @opindex --user
16076 Print only the user ID.
16078 @item -Z
16079 @itemx --context
16080 @opindex -Z
16081 @opindex --context
16082 @cindex SELinux
16083 @cindex security context
16084 Print only the security context of the process, which is generally
16085 the user's security context inherited from the parent process.
16086 If neither SELinux or SMACK is enabled then print a warning and
16087 set the exit status to 1.
16089 @item -z
16090 @itemx --zero
16091 @opindex -z
16092 @opindex --zero
16093 Delimit output items with ASCII NUL characters.
16094 This option is not permitted when using the default format.
16095 When multiple users are specified, and the @option{--groups} option
16096 is also in effect, groups are delimited with a single NUL character,
16097 while users are delimited with two NUL characters.
16099 Example:
16100 @example
16101 $ id -Gn --zero
16102 users <NUL> devs <NUL>
16103 @end example
16105 @end table
16107 @macro primaryAndSupplementaryGroups{cmd,arg}
16108 Primary and supplementary groups for a process are normally inherited
16109 from its parent and are usually unchanged since login.  This means
16110 that if you change the group database after logging in, @command{\cmd\}
16111 will not reflect your changes within your existing login session.
16112 Running @command{\cmd\} with a \arg\ causes the user and group
16113 database to be consulted afresh, and so will give a different result.
16114 @end macro
16115 @primaryAndSupplementaryGroups{id,user argument}
16117 @exitstatus
16119 @node logname invocation
16120 @section @command{logname}: Print current login name
16122 @pindex logname
16123 @cindex printing user's login name
16124 @cindex login name, printing
16125 @cindex user name, printing
16127 @flindex utmp
16128 @command{logname} prints the calling user's name, as found in a
16129 system-maintained file (often @file{/var/run/utmp} or
16130 @file{/etc/utmp}), and exits with a status of 0.  If there is no entry
16131 for the calling process, @command{logname} prints
16132 an error message and exits with a status of 1.
16134 The only options are @option{--help} and @option{--version}.  @xref{Common
16135 options}.
16137 @exitstatus
16140 @node whoami invocation
16141 @section @command{whoami}: Print effective user name
16143 @pindex whoami
16144 @cindex effective user name, printing
16145 @cindex printing the effective user ID
16147 @command{whoami} prints the user name associated with the current
16148 effective user ID@.  It is equivalent to the command @samp{id -un}.
16150 The only options are @option{--help} and @option{--version}.  @xref{Common
16151 options}.
16153 @exitstatus
16156 @node groups invocation
16157 @section @command{groups}: Print group names a user is in
16159 @pindex groups
16160 @cindex printing groups a user is in
16161 @cindex supplementary groups, printing
16163 @command{groups} prints the names of the primary and any supplementary
16164 groups for each given @var{username}, or the current process if no names
16165 are given.  If more than one name is given, the name of each user is
16166 printed before
16167 the list of that user's groups and the user name is separated from the
16168 group list by a colon.  Synopsis:
16170 @example
16171 groups [@var{username}]@dots{}
16172 @end example
16174 The group lists are equivalent to the output of the command @samp{id -Gn}.
16176 The only options are @option{--help} and @option{--version}.  @xref{Common
16177 options}.
16179 @primaryAndSupplementaryGroups{groups,list of users}
16181 @exitstatus
16183 @node users invocation
16184 @section @command{users}: Print login names of users currently logged in
16186 @pindex users
16187 @cindex printing current usernames
16188 @cindex usernames, printing current
16190 @cindex login sessions, printing users with
16191 @command{users} prints on a single line a blank-separated list of user
16192 names of users currently logged in to the current host.  Each user name
16193 corresponds to a login session, so if a user has more than one login
16194 session, that user's name will appear the same number of times in the
16195 output.  Synopsis:
16197 @example
16198 users [@var{file}]
16199 @end example
16201 @flindex utmp
16202 @flindex wtmp
16203 With no @var{file} argument, @command{users} extracts its information from
16204 a system-maintained file (often @file{/var/run/utmp} or
16205 @file{/etc/utmp}).  If a file argument is given, @command{users} uses
16206 that file instead.  A common choice is @file{/var/log/wtmp}.
16208 The only options are @option{--help} and @option{--version}.  @xref{Common
16209 options}.
16211 The @command{users} command is installed only on platforms with the
16212 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
16213 should not rely on its existence on non-POSIX platforms.
16215 @exitstatus
16218 @node who invocation
16219 @section @command{who}: Print who is currently logged in
16221 @pindex who
16222 @cindex printing current user information
16223 @cindex information, about current users
16225 @command{who} prints information about users who are currently logged on.
16226 Synopsis:
16228 @example
16229 @command{who} [@var{option}] [@var{file}] [am i]
16230 @end example
16232 @cindex terminal lines, currently used
16233 @cindex login time
16234 @cindex remote hostname
16235 If given no non-option arguments, @command{who} prints the following
16236 information for each user currently logged on: login name, terminal
16237 line, login time, and remote hostname or X display.
16239 @flindex utmp
16240 @flindex wtmp
16241 If given one non-option argument, @command{who} uses that instead of
16242 a default system-maintained file (often @file{/var/run/utmp} or
16243 @file{/etc/utmp}) as the name of the file containing the record of
16244 users logged on.  @file{/var/log/wtmp} is commonly given as an argument
16245 to @command{who} to look at who has previously logged on.
16247 @opindex am i
16248 @opindex who am i
16249 If given two non-option arguments, @command{who} prints only the entry
16250 for the user running it (determined from its standard input), preceded
16251 by the hostname.  Traditionally, the two arguments given are @samp{am
16252 i}, as in @samp{who am i}.
16254 @vindex TZ
16255 Timestamps are listed according to the time zone rules specified by
16256 the @env{TZ} environment variable, or by the system default rules if
16257 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
16258 with @env{TZ}, libc, The GNU C Library Reference Manual}.
16260 The program accepts the following options.  Also see @ref{Common options}.
16262 @table @samp
16264 @item -a
16265 @itemx --all
16266 @opindex -a
16267 @opindex --all
16268 Same as @samp{-b -d --login -p -r -t -T -u}.
16270 @item -b
16271 @itemx --boot
16272 @opindex -b
16273 @opindex --boot
16274 Print the date and time of last system boot.
16276 @item -d
16277 @itemx --dead
16278 @opindex -d
16279 @opindex --dead
16280 Print information corresponding to dead processes.
16282 @item -H
16283 @itemx --heading
16284 @opindex -H
16285 @opindex --heading
16286 Print a line of column headings.
16288 @item -l
16289 @itemx --login
16290 @opindex -l
16291 @opindex --login
16292 List only the entries that correspond to processes via which the
16293 system is waiting for a user to login.  The user name is always @samp{LOGIN}.
16295 @macro lookupOption
16296 @item --lookup
16297 @opindex --lookup
16298 Attempt to canonicalize hostnames found in utmp through a DNS lookup.
16299 This is not the default because of potential delays.
16300 @end macro
16301 @lookupOption
16303 @item -m
16304 @opindex -m
16305 Same as @samp{who am i}.
16307 @item -p
16308 @itemx --process
16309 @opindex -p
16310 @opindex --process
16311 List active processes spawned by init.
16313 @item -q
16314 @itemx --count
16315 @opindex -q
16316 @opindex --count
16317 Print only the login names and the number of users logged on.
16318 Overrides all other options.
16320 @item -r
16321 @itemx --runlevel
16322 @opindex -r
16323 @opindex --runlevel
16324 Print the current (and maybe previous) run-level of the init process.
16326 @item -s
16327 @opindex -s
16328 Ignored; for compatibility with other versions of @command{who}.
16330 @item -t
16331 @itemx --time
16332 @opindex -t
16333 @opindex --time
16334 Print last system clock change.
16336 @item -u
16337 @opindex -u
16338 @cindex idle time
16339 After the login time, print the number of hours and minutes that the
16340 user has been idle.  @samp{.} means the user was active in the last minute.
16341 @samp{old} means the user has been idle for more than 24 hours.
16343 @item -w
16344 @itemx -T
16345 @itemx --mesg
16346 @itemx --message
16347 @itemx --writable
16348 @opindex -w
16349 @opindex -T
16350 @opindex --mesg
16351 @opindex --message
16352 @opindex --writable
16353 @cindex message status
16354 @pindex write@r{, allowed}
16355 After each login name print a character indicating the user's message status:
16357 @display
16358 @samp{+} allowing @code{write} messages
16359 @samp{-} disallowing @code{write} messages
16360 @samp{?} cannot find terminal device
16361 @end display
16363 @end table
16365 The @command{who} command is installed only on platforms with the
16366 POSIX @code{<utmpx.h>} include file or equivalent, so portable scripts
16367 should not rely on its existence on non-POSIX platforms.
16369 @exitstatus
16372 @node pinky invocation
16373 @section @command{pinky}: Print information about users
16375 @command{pinky} is a lightweight implementation of the @command{finger} command.
16376 Synopsis:
16378 @example
16379 @command{pinky} [@var{option}] [@var{username}]@dots{}
16380 @end example
16382 The program accepts the following options.  Also see @ref{Common options}.
16384 @table @samp
16386 @item -l
16387 @opindex -l
16388 Produce long format output.
16390 When producing long output at least one @var{username} must be given.
16391 If @var{username} cannot be found, the real name is printed as
16392 @samp{???} and the home directory and shell are omitted.
16394 @item -b
16395 @opindex -b
16396 Omit the user's home directory and shell when printing in long format.
16398 @item -h
16399 @opindex -h
16400 Omit the user's project file when printing in long format.
16402 @item -p
16403 @opindex -p
16404 Omit the user's plan file when printing in long format.
16406 @item -s
16407 @opindex -s
16408 Produce short format output. This is the default behavior when no
16409 options are given.
16411 @item -f
16412 @opindex -f
16413 Omit the column headings when printing in short format.
16415 @item -w
16416 @opindex -w
16417 Omit the user's full name when printing in short format.
16419 @item -i
16420 @opindex -i
16421 Omit the user's full name and remote host when printing in short
16422 format.
16424 @item -q
16425 @opindex -q
16426 Omit the user's full name, remote host, and idle time when printing in
16427 short format.
16429 @lookupOption
16431 @end table
16433 @exitstatus
16436 @node System context
16437 @chapter System context
16439 @cindex system context
16440 @cindex context, system
16441 @cindex commands for system context
16443 This section describes commands that print or change system-wide
16444 information.
16446 @menu
16447 * date invocation::             Print or set system date and time.
16448 * arch invocation::             Print machine hardware name.
16449 * nproc invocation::            Print the number of processors.
16450 * uname invocation::            Print system information.
16451 * hostname invocation::         Print or set system name.
16452 * hostid invocation::           Print numeric host identifier.
16453 * uptime invocation::           Print system uptime and load.
16454 @end menu
16456 @node date invocation
16457 @section @command{date}: Print or set system date and time
16459 @pindex date
16460 @cindex time, printing or setting
16461 @cindex printing the current time
16463 Synopses:
16465 @example
16466 date [@var{option}]@dots{} [+@var{format}]
16467 date [-u|--utc|--universal] @c this avoids a newline in the output
16468 [ MMDDhhmm[[CC]YY][.ss] ]
16469 @end example
16471 The @command{date} command displays the date and time.
16472 With the @option{--set} (@option{-s}) option, or with
16473 @samp{MMDDhhmm[[CC]YY][.ss]},
16474 it sets the date and time.
16476 @vindex LC_TIME
16477 Invoking @command{date} with no @var{format} argument is equivalent to invoking
16478 it with a default format that depends on the @env{LC_TIME} locale category.
16479 In the default C locale, this format is @samp{'+%a %b %e %H:%M:%S %Z %Y'},
16480 so the output looks like @samp{Thu Jul @ 9 17:00:00 EDT 2020}.
16482 @vindex TZ
16483 Normally, @command{date} uses the time zone rules indicated by the
16484 @env{TZ} environment variable, or the system default rules if @env{TZ}
16485 is not set.  @xref{TZ Variable,, Specifying the Time Zone with
16486 @env{TZ}, libc, The GNU C Library Reference Manual}.
16488 @exitstatus
16490 @menu
16491 * Date format specifiers::         Used in @samp{date '+...'}
16492 * Setting the time::               Changing the system clock.
16493 * Options for date::               Instead of the current time.
16494 @detailmenu
16495 * Date input formats::             Specifying date strings.
16496 @end detailmenu
16497 * Examples of date::               Examples.
16498 @end menu
16500 @node Date format specifiers
16501 @subsection Specifying the format of @command{date} output
16503 @findex strftime @r{and @command{date}}
16504 @cindex time formats
16505 @cindex formatting times
16506 If given an argument that starts with a @samp{+}, @command{date} prints the
16507 current date and time (or the date and time specified by the
16508 @option{--date} option, see below) in the format defined by that argument,
16509 which is similar to that of the @code{strftime} function.  Except for
16510 conversion specifiers, which start with @samp{%}, characters in the
16511 format string are printed unchanged.  The conversion specifiers are
16512 described below.
16514 @menu
16515 * Time conversion specifiers::     %[HIklMNpPrRsSTXzZ]
16516 * Date conversion specifiers::     %[aAbBcCdDeFgGhjmuUVwWxyY]
16517 * Literal conversion specifiers::  %[%nt]
16518 * Padding and other flags::        Pad with zeros, spaces, etc.
16519 @end menu
16521 @node Time conversion specifiers
16522 @subsubsection Time conversion specifiers
16524 @cindex time conversion specifiers
16525 @cindex conversion specifiers, time
16527 @command{date} conversion specifiers related to times.
16529 @table @samp
16530 @item %H
16531 hour (@samp{00}@dots{}@samp{23})
16532 @item %I
16533 hour (@samp{01}@dots{}@samp{12})
16534 @item %k
16535 hour, space padded (@samp{ 0}@dots{}@samp{23}); equivalent to @samp{%_H}@.
16536 This is a GNU extension.
16537 @item %l
16538 hour, space padded (@samp{ 1}@dots{}@samp{12}); equivalent to @samp{%_I}@.
16539 This is a GNU extension.
16540 @item %M
16541 minute (@samp{00}@dots{}@samp{59})
16542 @item %N
16543 nanoseconds (@samp{000000000}@dots{}@samp{999999999}).
16544 This is a GNU extension.
16545 @item %p
16546 locale's equivalent of either @samp{AM} or @samp{PM};
16547 blank in many locales.
16548 Noon is treated as @samp{PM} and midnight as @samp{AM}.
16549 @item %P
16550 like @samp{%p}, except lower case.
16551 This is a GNU extension.
16552 @item %r
16553 locale's 12-hour clock time (e.g., @samp{11:11:04 PM})
16554 @item %R
16555 24-hour hour and minute.  Same as @samp{%H:%M}.
16556 @item %s
16557 @cindex Epoch, seconds since
16558 @cindex seconds since the Epoch
16559 @cindex beginning of time
16560 @cindex leap seconds
16561 seconds since the Epoch, i.e., since 1970-01-01 00:00 UTC@.
16562 Leap seconds are not counted unless leap second support is available.
16563 @xref{%s-examples}, for examples.
16564 This is a GNU extension.
16565 @item %S
16566 @cindex leap seconds
16567 second (@samp{00}@dots{}@samp{60}).
16568 This may be @samp{60} if leap seconds are supported.
16569 @item %T
16570 24-hour hour, minute, and second.  Same as @samp{%H:%M:%S}.
16571 @item %X
16572 locale's time representation (e.g., @samp{23:13:48})
16573 @item %z
16574 Four-digit numeric time zone, e.g., @samp{-0600} or @samp{+0530}, or
16575 @samp{-0000} if no
16576 time zone is determinable.  This value reflects the numeric time zone
16577 appropriate for the current time, using the time zone rules specified
16578 by the @env{TZ} environment variable.  A time zone is not determinable if
16579 its numeric offset is zero and its abbreviation begins with @samp{-}.
16580 The time (and optionally, the time zone rules) can be overridden
16581 by the @option{--date} option.
16582 @item %:z
16583 Numeric time zone with @samp{:}, e.g., @samp{-06:00} or
16584 @samp{+05:30}), or @samp{-00:00} if no time zone is determinable.
16585 This is a GNU extension.
16586 @item %::z
16587 Numeric time zone to the nearest second with @samp{:} (e.g.,
16588 @samp{-06:00:00} or @samp{+05:30:00}), or @samp{-00:00:00} if no time zone is
16589 determinable.
16590 This is a GNU extension.
16591 @item %:::z
16592 Numeric time zone with @samp{:} using the minimum necessary precision
16593 (e.g., @samp{-06}, @samp{+05:30}, or @samp{-04:56:02}), or @samp{-00} if
16594 no time zone is determinable.
16595 This is a GNU extension.
16596 @item %Z
16597 alphabetic time zone abbreviation (e.g., @samp{EDT}), or nothing if no
16598 time zone is determinable.  See @samp{%z} for how it is determined.
16599 @end table
16602 @node Date conversion specifiers
16603 @subsubsection Date conversion specifiers
16605 @cindex date conversion specifiers
16606 @cindex conversion specifiers, date
16608 @command{date} conversion specifiers related to dates.
16610 @table @samp
16611 @item %a
16612 locale's abbreviated weekday name (e.g., @samp{Sun})
16613 @item %A
16614 locale's full weekday name, variable length (e.g., @samp{Sunday})
16615 @item %b
16616 locale's abbreviated month name (e.g., @samp{Jan})
16617 @item %B
16618 locale's full month name, variable length (e.g., @samp{January})
16619 @item %c
16620 locale's date and time (e.g., @samp{Thu Mar @ 3 23:05:25 2020})
16621 @item %C
16622 century.  This is like @samp{%Y}, except the last two digits are omitted.
16623 For example, it is @samp{20} if @samp{%Y} is @samp{2019},
16624 and is @samp{-0} if @samp{%Y} is @samp{-001}.
16625 It is normally at least two characters, but it may be more.
16626 @item %d
16627 day of month (e.g., @samp{01})
16628 @item %D
16629 date; same as @samp{%m/%d/%y}
16630 @item %e
16631 day of month, space padded; same as @samp{%_d}
16632 @item %F
16633 full date in ISO 8601 format; like @samp{%+4Y-%m-%d}
16634 except that any flags or field width override the @samp{+}
16635 and (after subtracting 6) the @samp{4}.
16636 This is a good choice for a date format, as it is standard and
16637 is easy to sort in the usual case where years are in the range
16638 0000@dots{}9999.
16639 @item %g
16640 year corresponding to the ISO week number, but without the century
16641 (range @samp{00} through @samp{99}).  This has the same format and value
16642 as @samp{%y}, except that if the ISO week number (see
16643 @samp{%V}) belongs
16644 to the previous or next year, that year is used instead.
16645 @item %G
16646 year corresponding to the ISO week number.  This has the
16647 same format and value as @samp{%Y}, except that if the ISO
16648 week number (see
16649 @samp{%V}) belongs to the previous or next year, that year is used
16650 instead.
16651 It is normally useful only if @samp{%V} is also used;
16652 for example, the format @samp{%G-%m-%d} is probably a mistake,
16653 since it combines the ISO week number year with the conventional month and day.
16654 @item %h
16655 same as @samp{%b}
16656 @item %j
16657 day of year (@samp{001}@dots{}@samp{366})
16658 @item %m
16659 month (@samp{01}@dots{}@samp{12})
16660 @item %q
16661 quarter of year (@samp{1}@dots{}@samp{4})
16662 @item %u
16663 day of week (@samp{1}@dots{}@samp{7}) with @samp{1} corresponding to Monday
16664 @item %U
16665 week number of year, with Sunday as the first day of the week
16666 (@samp{00}@dots{}@samp{53}).
16667 Days in a new year preceding the first Sunday are in week zero.
16668 @item %V
16669 ISO week number, that is, the
16670 week number of year, with Monday as the first day of the week
16671 (@samp{01}@dots{}@samp{53}).
16672 If the week containing January 1 has four or more days in
16673 the new year, then it is considered week 1; otherwise, it is week 53 of
16674 the previous year, and the next week is week 1.  (See the ISO 8601
16675 standard.)
16676 @item %w
16677 day of week (@samp{0}@dots{}@samp{6}) with 0 corresponding to Sunday
16678 @item %W
16679 week number of year, with Monday as first day of week
16680 (@samp{00}@dots{}@samp{53}).
16681 Days in a new year preceding the first Monday are in week zero.
16682 @item %x
16683 locale's date representation (e.g., @samp{12/31/99})
16684 @item %y
16685 last two digits of year (@samp{00}@dots{}@samp{99})
16686 @item %Y
16687 year.  This is normally at least four characters, but it may be more.
16688 Year @samp{0000} precedes year @samp{0001}, and year @samp{-001}
16689 precedes year @samp{0000}.
16690 @end table
16693 @node Literal conversion specifiers
16694 @subsubsection Literal conversion specifiers
16696 @cindex literal conversion specifiers
16697 @cindex conversion specifiers, literal
16699 @command{date} conversion specifiers that produce literal strings.
16701 @table @samp
16702 @item %%
16703 a literal %
16704 @item %n
16705 a newline
16706 @item %t
16707 a horizontal tab
16708 @end table
16711 @node Padding and other flags
16712 @subsubsection Padding and other flags
16714 @cindex numeric field padding
16715 @cindex padding of numeric fields
16716 @cindex fields, padding numeric
16718 Unless otherwise specified, @command{date} normally pads numeric fields
16719 with zeros, so that, for
16720 example, numeric months are always output as two digits.
16721 Most numeric fields are padded on the left.
16722 However, nanoseconds are padded on the right since they are commonly
16723 used after decimal points in formats like @samp{%s.%-N}.
16724 Also, seconds since the Epoch are not padded
16725 since there is no natural width for them.
16727 The following optional flags can appear after the @samp{%}:
16729 @table @samp
16730 @item -
16731 (hyphen) Do not pad the field; useful if the output is intended for
16732 human consumption.
16733 This is a GNU extension.
16734 As a special case, @samp{%-N} outputs only enough trailing digits to
16735 not lose information, assuming that the timestamp's resolution is the
16736 same as the current hardware clock.  For example, if the hardware
16737 clock resolution is 1 microsecond, @samp{%s.%-N} outputs something
16738 like @samp{1640890100.395710}.
16740 @item _
16741 (underscore) Pad with spaces; useful if you need a fixed
16742 number of characters in the output, but zeros are too distracting.
16743 This is a GNU extension.
16744 @item 0
16745 (zero) Pad with zeros even if the conversion specifier
16746 would normally pad with spaces.
16747 @item +
16748 Pad with zeros, like @samp{0}.  In addition, precede any year number
16749 with @samp{+} if it exceeds 9999 or if its field width exceeds 4;
16750 similarly, precede any century number with @samp{+} if it exceeds 99
16751 or if its field width exceeds 2.  This supports ISO 8601 formats
16752 for dates far in the future; for example, the command @code{date
16753 --date=12019-02-25 +%+13F} outputs the string @samp{+012019-02-25}.
16754 @item ^
16755 Use upper case characters if possible.
16756 This is a GNU extension.
16757 @item #
16758 Use opposite case characters if possible.
16759 A field that is normally upper case becomes lower case, and vice versa.
16760 This is a GNU extension.
16761 @end table
16763 @noindent
16764 Here are some examples of padding:
16766 @example
16767 date +%d/%m -d "Feb 1"
16768 @result{} 01/02
16769 date +%-d/%-m -d "Feb 1"
16770 @result{} 1/2
16771 date +%_d/%_m -d "Feb 1"
16772 @result{}  1/ 2
16773 @end example
16775 You can optionally specify the field width
16776 (after any flag, if present) as a decimal number.  If the natural size of the
16777 output of the field has less than the specified number of characters,
16778 the result is normally written right adjusted and padded to the given
16779 size.  For example, @samp{%9B} prints the right adjusted month name in
16780 a field of width 9.  Nanoseconds are left adjusted, and are truncated
16781 or padded to the field width.
16783 An optional modifier can follow the optional flag and width
16784 specification.  The modifiers are:
16786 @table @samp
16787 @item E
16788 Use the locale's alternate representation for date and time.  This
16789 modifier applies to the @samp{%c}, @samp{%C}, @samp{%x}, @samp{%X},
16790 @samp{%y} and @samp{%Y} conversion specifiers.  In a Japanese locale, for
16791 example, @samp{%Ex} might yield a date format based on the Japanese
16792 Emperors' reigns.
16794 @item O
16795 Use the locale's alternate numeric symbols for numbers.  This modifier
16796 applies only to numeric conversion specifiers.
16797 @end table
16799 If the format supports the modifier but no alternate representation
16800 is available, it is ignored.
16802 POSIX specifies the behavior of flags and field widths only for
16803 @samp{%C}, @samp{%F}, @samp{%G}, and @samp{%Y} (all without
16804 modifiers), and requires a flag to be present if and only if a field
16805 width is also present.  Other combinations of flags, field widths and
16806 modifiers are GNU extensions.
16809 @node Setting the time
16810 @subsection Setting the time
16812 @cindex setting the time
16813 @cindex time setting
16814 @cindex appropriate privileges
16816 You must have appropriate privileges to set the
16817 system clock.  For changes to persist across a reboot, the
16818 hardware clock may need to be updated from the system clock, which
16819 might not happen automatically on your system.
16821 To set the clock, you can use the @option{--set} (@option{-s}) option
16822 (@pxref{Options for date}).  To set the clock without using GNU
16823 extensions, you can give @command{date} an argument of the form
16824 @samp{MMDDhhmm[[CC]YY][.ss]} where each two-letter
16825 component stands for two digits with the following meanings:
16827 @table @var
16828 @item MM
16829 month
16830 @item DD
16831 day within month
16832 @item hh
16833 hour
16834 @item mm
16835 minute
16836 @item CC
16837 first two digits of year (optional)
16838 @item YY
16839 last two digits of year (optional)
16840 @item ss
16841 second (optional)
16842 @end table
16844 The @option{--date} and @option{--set} options may not be used with an
16845 argument in the above format.  The @option{--universal} option may be used
16846 with such an argument to indicate that the specified date and time are
16847 relative to Universal Time rather than to the local time zone.
16850 @node Options for date
16851 @subsection Options for @command{date}
16853 @cindex @command{date} options
16854 @cindex options for @command{date}
16856 The program accepts the following options.  Also see @ref{Common options}.
16857 Except for @option{-u}, these options are all GNU extensions to POSIX.
16859 All options that specify the date to display are mutually exclusive.
16860 I.e.: @option{--date}, @option{--file}, @option{--reference},
16861 @option{--resolution}.
16863 @table @samp
16865 @item -d @var{datestr}
16866 @itemx --date=@var{datestr}
16867 @opindex -d
16868 @opindex --date
16869 @cindex parsing date strings
16870 @cindex date strings, parsing
16871 @cindex arbitrary date strings, parsing
16872 @opindex yesterday
16873 @opindex tomorrow
16874 @opindex next @var{day}
16875 @opindex last @var{day}
16876 Display the date and time specified in @var{datestr} instead of the
16877 current date and time.  @var{datestr} can be in almost any common
16878 format.  It can contain month names, time zones, @samp{am} and @samp{pm},
16879 @samp{yesterday}, etc.  For example, @option{--date="2020-07-21
16880 14:19:13.489392193 +0530"} specifies the instant of time that is
16881 489,392,193 nanoseconds after July 21, 2020 at 2:19:13 PM in a
16882 time zone that is 5 hours and 30 minutes east of UTC.@*
16883 The @var{datestr} must be in locale independent format.  E.g., the
16884 @samp{LC_TIME=C} below is needed to print the correct date in many locales:
16885 @example
16886 date -d "$(LC_TIME=C date)"
16887 @end example
16888 @xref{Date input formats}.
16890 @item --debug
16891 @opindex --debug
16892 @cindex debugging date strings
16893 @cindex date strings, debugging
16894 @cindex arbitrary date strings, debugging
16895 Annotate the parsed date, display the effective time zone, and warn about
16896 potential misuse.
16898 @item -f @var{datefile}
16899 @itemx --file=@var{datefile}
16900 @opindex -f
16901 @opindex --file
16902 Parse each line in @var{datefile} as with @option{-d} and display the
16903 resulting date and time.  If @var{datefile} is @samp{-}, use standard
16904 input.  This is useful when you have many dates to process, because the
16905 system overhead of starting up the @command{date} executable many times can
16906 be considerable.
16908 @item -I[@var{timespec}]
16909 @itemx --iso-8601[=@var{timespec}]
16910 @opindex -I[@var{timespec}]
16911 @opindex --iso-8601[=@var{timespec}]
16912 Display the date using an ISO 8601 format, @samp{%Y-%m-%d}.
16914 The argument @var{timespec} specifies the number of additional
16915 terms of the time to include.  It can be one of the following:
16916 @table @samp
16917 @item auto
16918 Print just the date.  This is the default if @var{timespec} is omitted.
16919 This is like the format @code{%Y-%m-%d}.
16921 @item hours
16922 Also print hours and time zone.
16923 This is like the format @code{%Y-%m-%dT%H%:z}.
16925 @item minutes
16926 Also print minutes.
16927 This is like the format @code{%Y-%m-%dT%H:%M%:z}.
16929 @item seconds
16930 Also print seconds.
16931 This is like the format @code{%Y-%m-%dT%H:%M:%S%:z}.
16933 @item ns
16934 Also print nanoseconds.
16935 This is like the format @code{%Y-%m-%dT%H:%M:%S,%N%:z}.
16936 @end table
16938 @macro dateParseNote
16939 This format is always suitable as input
16940 for the @option{--date} (@option{-d}) and @option{--file}
16941 (@option{-f}) options, regardless of the current locale.
16942 @end macro
16943 @dateParseNote
16945 @item -r @var{file}
16946 @itemx --reference=@var{file}
16947 @opindex -r
16948 @opindex --reference
16949 Display the date and time of the last modification of @var{file},
16950 instead of the current date and time.
16952 @item --resolution
16953 @opindex --resolution
16954 Display the timestamp resolution instead of the time.
16955 Current clock timestamps that are output by @command{date}
16956 are integer multiples of the timestamp resolution.
16957 With this option, the format defaults to @samp{%s.%N}.
16958 For example, if the clock resolution is 1 millisecond,
16959 the output is:
16961 @example
16962 0.001000000
16963 @end example
16965 @item -R
16966 @itemx --rfc-email
16967 @opindex -R
16968 @opindex --rfc-email
16969 Display the date and time using the format @samp{%a, %d %b %Y %H:%M:%S
16970 %z}, evaluated in the C locale so abbreviations are always in English.
16971 For example:
16973 @example
16974 Mon, 09 Jul 2020 17:00:00 -0400
16975 @end example
16977 @opindex --rfc-822
16978 @opindex --rfc-2822
16979 This format conforms to Internet RFCs
16980 @uref{https://datatracker.ietf.org/doc/rfc5322/, 5322},
16981 @uref{https://datatracker.ietf.org/doc/rfc2822/, 2822} and
16982 @uref{https://datatracker.ietf.org/doc/rfc822/, 822}, the
16983 current and previous standards for Internet email.
16984 For compatibility with older versions of @command{date},
16985 @option{--rfc-2822} and @option{--rfc-822} are aliases for
16986 @option{--rfc-email}.
16988 @item --rfc-3339=@var{timespec}
16989 @opindex --rfc-3339=@var{timespec}
16990 Display the date using a format specified by
16991 @uref{https://datatracker.ietf.org/doc/rfc3339/, Internet
16992 RFC 3339}.  This is like @option{--iso-8601}, except that a space rather
16993 than a @samp{T} separates dates from times, and a period rather than
16994 a comma separates seconds from subseconds.
16995 @dateParseNote
16997 The argument @var{timespec} specifies how much of the time to include.
16998 It can be one of the following:
17000 @table @samp
17001 @item date
17002 Print just the full-date, e.g., @samp{2020-07-21}.
17003 This is like the format @samp{%Y-%m-%d}.
17005 @item seconds
17006 Print the full-date and full-time separated by a space, e.g.,
17007 @samp{2020-07-21 04:30:37+05:30}.  The output ends with a numeric
17008 time-offset; here the @samp{+05:30} means that local time is five
17009 hours and thirty minutes east of UTC@.  This is like
17010 the format @samp{%Y-%m-%d %H:%M:%S%:z}.
17012 @item ns
17013 Like @samp{seconds}, but also print nanoseconds, e.g.,
17014 @samp{2020-07-21 04:30:37.998458565+05:30}.
17015 This is like the format @samp{%Y-%m-%d %H:%M:%S.%N%:z}.
17017 @end table
17019 @item -s @var{datestr}
17020 @itemx --set=@var{datestr}
17021 @opindex -s
17022 @opindex --set
17023 Set the date and time to @var{datestr}.  See @option{-d} above.
17024 See also @ref{Setting the time}.
17026 @item -u
17027 @itemx --utc
17028 @itemx --universal
17029 @opindex -u
17030 @opindex --utc
17031 @opindex --universal
17032 @cindex Coordinated Universal Time
17033 @cindex UTC
17034 @cindex Greenwich Mean Time
17035 @cindex GMT
17036 @cindex leap seconds
17037 @vindex TZ
17038 @cindex Universal Time
17039 Use Universal Time by operating as if the
17040 @env{TZ} environment variable were set to the string @samp{UTC0}.
17041 UTC stands for Coordinated Universal Time, established in 1960.
17042 Universal Time is often called ``Greenwich Mean Time'' (GMT) for
17043 historical reasons.
17044 Typically, systems ignore leap seconds and thus implement an
17045 approximation to UTC rather than true UTC.
17046 @end table
17049 @node Examples of date
17050 @subsection Examples of @command{date}
17052 @cindex examples of @command{date}
17054 Here are a few examples.  Also see the documentation for the @option{-d}
17055 option in the previous section.
17057 @itemize @bullet
17059 @item
17060 To print the date of the day before yesterday:
17062 @example
17063 date --date='2 days ago'
17064 @end example
17066 @item
17067 To print the date of the day three months and one day hence:
17069 @example
17070 date --date='3 months 1 day'
17071 @end example
17073 @item
17074 To print the day of year of Christmas in the current year:
17076 @example
17077 date --date='25 Dec' +%j
17078 @end example
17080 @item
17081 To print the current full month name and the day of the month:
17083 @example
17084 date '+%B %d'
17085 @end example
17087 But this may not be what you want because for the first nine days of
17088 the month, the @samp{%d} expands to a zero-padded two-digit field,
17089 for example @samp{date -d 1may '+%B %d'} will print @samp{May 01}.
17091 @item
17092 To print a date without the leading zero for one-digit days
17093 of the month, you can use the (GNU extension)
17094 @samp{-} flag to suppress
17095 the padding altogether:
17097 @example
17098 date -d 1may '+%B %-d'
17099 @end example
17101 @item
17102 To print the current date and time in the format required by many
17103 non-GNU versions of @command{date} when setting the system clock:
17105 @example
17106 date +%m%d%H%M%Y.%S
17107 @end example
17109 @item
17110 To set the system clock forward by two minutes:
17112 @example
17113 date --set='+2 minutes'
17114 @end example
17116 @item
17117 To print the date in Internet RFC 5322 format,
17118 use @samp{date --rfc-email}.  Here is some example output:
17120 @example
17121 Tue, 09 Jul 2020 19:00:37 -0400
17122 @end example
17124 @anchor{%s-examples}
17125 @item
17126 To convert a date string to the number of seconds since the Epoch
17127 (which is 1970-01-01 00:00 UTC), use the @option{--date} option with
17128 the @samp{%s} format.  That can be useful in sorting and/or graphing
17129 and/or comparing data by date.  The following command outputs the
17130 number of the seconds since the Epoch for the time two minutes after the
17131 Epoch:
17133 @example
17134 date --date='1970-01-01 00:02:00 +0000' +%s
17136 @end example
17138 To convert a date string from one time zone @var{from} to another @var{to},
17139 specify @samp{TZ="@var{from}"} in the environment and @samp{TZ="@var{to}"}
17140 in the @option{--date} option.  @xref{Specifying time zone rules}.
17141 For example:
17143 @smallexample
17144 TZ="Asia/Tokyo" date --date='TZ="America/New_York" 2023-05-07 12:23'
17145 Mon May @ 8 01:23:00 JST 2023
17146 @end smallexample
17148 If you do not specify time zone information in the date string,
17149 @command{date} uses your computer's idea of the time zone when
17150 interpreting the string.  For example, if your computer's time zone is
17151 that of Cambridge, Massachusetts, which was then 5 hours (i.e., 18,000
17152 seconds) behind UTC:
17154 @example
17155 # local time zone used
17156 date --date='1970-01-01 00:02:00' +%s
17157 18120
17158 @end example
17160 @item
17161 If you're sorting or graphing dated data, your raw date values may be
17162 represented as seconds since the Epoch.  But few people can look at
17163 the date @samp{1577836800} and casually note ``Oh, that's the first
17164 second of the year 2020 in Greenwich, England.''
17166 @example
17167 date --date='2020-01-01 UTC' +%s
17168 1577836800
17169 @end example
17171 An alternative is to use the @option{--utc} (@option{-u}) option.
17172 Then you may omit @samp{UTC} from the date string.  Although this
17173 produces the same result for @samp{%s} and many other format sequences,
17174 with a time zone offset different from zero, it would give a different
17175 result for zone-dependent formats like @samp{%z}.
17177 @example
17178 date -u --date=2020-07-21 +%s
17179 1595289600
17180 @end example
17182 To convert such an unwieldy number of seconds back to
17183 a more readable form, use a command like this:
17185 @example
17186 date -d @@1595289600 +"%F %T %z"
17187 2020-07-20 20:00:00 -0400
17188 @end example
17190 Often it is better to output UTC-relative date and time:
17192 @example
17193 date -u -d @@1595289600 +"%F %T %z"
17194 2020-07-21 00:00:00 +0000
17195 @end example
17197 @item
17198 @cindex leap seconds
17199 Typically the seconds count omits leap seconds, but some systems are
17200 exceptions.  Because leap seconds are not predictable, the mapping
17201 between the seconds count and a future timestamp is not reliable on
17202 the atypical systems that include leap seconds in their counts.
17204 Here is how the two kinds of systems handle the leap second at
17205 the end of the year 2016:
17207 @example
17208 # Typical systems ignore leap seconds:
17209 date --date='2016-12-31 23:59:59 +0000' +%s
17210 1483228799
17211 date --date='2016-12-31 23:59:60 +0000' +%s
17212 date: invalid date '2016-12-31 23:59:60 +0000'
17213 date --date='2017-01-01 00:00:00 +0000' +%s
17214 1483228800
17215 @end example
17217 @example
17218 # Atypical systems count leap seconds:
17219 date --date='2016-12-31 23:59:59 +0000' +%s
17220 1483228825
17221 date --date='2016-12-31 23:59:60 +0000' +%s
17222 1483228826
17223 date --date='2017-01-01 00:00:00 +0000' +%s
17224 1483228827
17225 @end example
17227 @end itemize
17230 @node arch invocation
17231 @section @command{arch}: Print machine hardware name
17233 @pindex arch
17234 @cindex print machine hardware name
17235 @cindex system information, printing
17237 @command{arch} prints the machine hardware name,
17238 and is equivalent to @samp{uname -m}.
17239 Synopsis:
17241 @example
17242 arch [@var{option}]
17243 @end example
17245 The program accepts the @ref{Common options} only.
17247 @command{arch} is not installed by default, so portable scripts should
17248 not rely on its existence.
17250 @exitstatus
17253 @node nproc invocation
17254 @section @command{nproc}: Print the number of available processors
17256 @pindex nproc
17257 @cindex Print the number of processors
17258 @cindex system information, printing
17260 Print the number of processing units available to the current process,
17261 which may be less than the number of online processors.
17262 If this information is not accessible, then print the number of
17263 processors installed.  If the @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT}
17264 environment variables are set, then they will determine the minimum
17265 and maximum returned value respectively.  The result is guaranteed to be
17266 greater than zero.  Synopsis:
17268 @example
17269 nproc [@var{option}]
17270 @end example
17272 The program accepts the following options.  Also see @ref{Common options}.
17274 @table @samp
17276 @item --all
17277 @opindex --all
17278 Print the number of installed processors on the system, which may
17279 be greater than the number online or available to the current process.
17280 The @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT} environment variables
17281 are not honored in this case.
17283 @item --ignore=@var{number}
17284 @opindex --ignore
17285 If possible, exclude this @var{number} of processing units.
17287 @end table
17289 @exitstatus
17292 @node uname invocation
17293 @section @command{uname}: Print system information
17295 @pindex uname
17296 @cindex print system information
17297 @cindex system information, printing
17299 @command{uname} prints information about the machine and operating system
17300 it is run on.  If no options are given, @command{uname} acts as if the
17301 @option{-s} option were given.  Synopsis:
17303 @example
17304 uname [@var{option}]@dots{}
17305 @end example
17307 If multiple options or @option{-a} are given, the selected information is
17308 printed in this order:
17310 @example
17311 @var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version}
17312 @var{machine} @var{processor} @var{hardware-platform} @var{operating-system}
17313 @end example
17315 The information may contain internal spaces, so such output cannot be
17316 parsed reliably.  In the following example, @var{kernel-version} is
17317 @samp{#1 SMP Fri Jul 17 17:18:38 UTC 2020}:
17319 @example
17320 uname -a
17321 @result{} Linux dumdum.example.org 5.9.16-200.fc33.x86_64@c
17322  #1 SMP Mon Dec 21 14:08:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
17323 @end example
17326 The program accepts the following options.  Also see @ref{Common options}.
17328 @table @samp
17330 @item -a
17331 @itemx --all
17332 @opindex -a
17333 @opindex --all
17334 Print all of the below information, except omit the processor type
17335 and the hardware platform name if they are unknown.
17337 @item -i
17338 @itemx --hardware-platform
17339 @opindex -i
17340 @opindex --hardware-platform
17341 @cindex implementation, hardware
17342 @cindex hardware platform
17343 @cindex platform, hardware
17344 Print the hardware platform name
17345 (sometimes called the hardware implementation).
17346 Print @samp{unknown} if this information is not available.
17347 This is non-portable, even across GNU/Linux distributions.
17349 @item -m
17350 @itemx --machine
17351 @opindex -m
17352 @opindex --machine
17353 @cindex machine type
17354 @cindex hardware class
17355 @cindex hardware type
17356 Print the machine hardware name (sometimes called the hardware class
17357 or hardware type).
17359 @item -n
17360 @itemx --nodename
17361 @opindex -n
17362 @opindex --nodename
17363 @cindex hostname
17364 @cindex node name
17365 @cindex network node name
17366 Print the network node hostname.
17368 @item -p
17369 @itemx --processor
17370 @opindex -p
17371 @opindex --processor
17372 @cindex host processor type
17373 Print the processor type (sometimes called the instruction set
17374 architecture or ISA).
17375 Print @samp{unknown} if this information is not available.
17376 This is non-portable, even across GNU/Linux distributions.
17378 @item -o
17379 @itemx --operating-system
17380 @opindex -o
17381 @opindex --operating-system
17382 @cindex operating system name
17383 Print the name of the operating system.
17385 @item -r
17386 @itemx --kernel-release
17387 @opindex -r
17388 @opindex --kernel-release
17389 @cindex kernel release
17390 @cindex release of kernel
17391 Print the kernel release.
17393 @item -s
17394 @itemx --kernel-name
17395 @opindex -s
17396 @opindex --kernel-name
17397 @cindex kernel name
17398 @cindex name of kernel
17399 Print the kernel name.
17400 POSIX 1003.1-2001 (@pxref{Standards conformance}) calls this
17401 ``the implementation of the operating system'', because the
17402 POSIX specification itself has no notion of ``kernel''.
17403 The kernel name might be the same as the operating system name printed
17404 by the @option{-o} or @option{--operating-system} option, but it might
17405 differ.  Some operating systems (e.g., FreeBSD, HP-UX) have the same
17406 name as their underlying kernels; others (e.g., GNU/Linux, Solaris)
17407 do not.
17409 @item -v
17410 @itemx --kernel-version
17411 @opindex -v
17412 @opindex --kernel-version
17413 @cindex kernel version
17414 @cindex version of kernel
17415 Print the kernel version.
17417 @end table
17419 @exitstatus
17422 @node hostname invocation
17423 @section @command{hostname}: Print or set system name
17425 @pindex hostname
17426 @cindex setting the hostname
17427 @cindex printing the hostname
17428 @cindex system name, printing
17429 @cindex appropriate privileges
17431 With no arguments, @command{hostname} prints the name of the current host
17432 system.  With one argument, it sets the current host name to the
17433 specified string.  You must have appropriate privileges to set the host
17434 name.  Synopsis:
17436 @example
17437 hostname [@var{name}]
17438 @end example
17440 The only options are @option{--help} and @option{--version}.  @xref{Common
17441 options}.
17443 @command{hostname} is not installed by default, and other packages
17444 also supply a @command{hostname} command, so portable scripts should
17445 not rely on its existence or on the exact behavior documented above.
17447 @exitstatus
17450 @node hostid invocation
17451 @section @command{hostid}: Print numeric host identifier
17453 @pindex hostid
17454 @cindex printing the host identifier
17456 @command{hostid} prints the numeric identifier of the current host
17457 in hexadecimal.  This command accepts no arguments.
17458 The only options are @option{--help} and @option{--version}.
17459 @xref{Common options}.
17461 For example, here's what it prints on one system I use:
17463 @example
17464 $ hostid
17465 1bac013d
17466 @end example
17468 On that system, the 32-bit quantity happens to be closely
17469 related to the system's Internet address, but that isn't always
17470 the case.
17472 @command{hostid} is installed only on systems that have the
17473 @code{gethostid} function, so portable scripts should not rely on its
17474 existence.
17476 @exitstatus
17478 @node uptime invocation
17479 @section @command{uptime}: Print system uptime and load
17481 @pindex uptime
17482 @cindex printing the system uptime and load
17484 @command{uptime} prints the current time, the system's uptime, the
17485 number of logged-in users and the current load average.
17487 If an argument is specified, it is used as the file to be read
17488 to discover how many users are logged in.  If no argument is
17489 specified, a system default is used (@command{uptime --help} indicates
17490 the default setting).
17492 The only options are @option{--help} and @option{--version}.
17493 @xref{Common options}.
17495 For example, here's what it prints right now on one system I use:
17497 @example
17498 $ uptime
17499  14:07  up   3:35,  3 users,  load average: 1.39, 1.15, 1.04
17500 @end example
17502 The precise method of calculation of load average varies somewhat
17503 between systems.  Some systems calculate it as the average number of
17504 runnable processes over the last 1, 5 and 15 minutes, but some systems
17505 also include processes in the uninterruptible sleep state (that is,
17506 those processes which are waiting for device I/O).  The Linux kernel
17507 includes uninterruptible processes.
17509 @command{uptime} is installed only on platforms with infrastructure
17510 for obtaining the boot time, and other packages also supply an
17511 @command{uptime} command, so portable scripts should not rely on its
17512 existence or on the exact behavior documented above.
17514 @exitstatus
17516 @node SELinux context
17517 @chapter SELinux context
17519 @cindex SELinux context
17520 @cindex SELinux, context
17521 @cindex commands for SELinux context
17523 This section describes commands for operations with SELinux
17524 contexts.
17526 @menu
17527 * chcon invocation::            Change SELinux context of file
17528 * runcon invocation::           Run a command in specified SELinux context
17529 @end menu
17531 @node chcon invocation
17532 @section @command{chcon}: Change SELinux context of file
17534 @pindex chcon
17535 @cindex changing security context
17536 @cindex change SELinux context
17538 @command{chcon} changes the SELinux security context of the selected files.
17539 Synopses:
17541 @example
17542 chcon [@var{option}]@dots{} @var{context} @var{file}@dots{}
17543 chcon [@var{option}]@dots{} [-u @var{user}] [-r @var{role}] [-l @var{range}]@c
17544  [-t @var{type}] @var{file}@dots{}
17545 chcon [@var{option}]@dots{} --reference=@var{rfile} @var{file}@dots{}
17546 @end example
17548 Change the SELinux security context of each @var{file} to @var{context}.
17549 With @option{--reference}, change the security context of each @var{file}
17550 to that of @var{rfile}.
17552 The program accepts the following options.  Also see @ref{Common options}.
17554 @table @samp
17556 @item --dereference
17557 @opindex --dereference
17558 Do not affect symbolic links but what they refer to; this is the default.
17560 @item -h
17561 @itemx --no-dereference
17562 @opindex -h
17563 @opindex --no-dereference
17564 @cindex no dereference
17565 Affect the symbolic links themselves instead of any referenced file.
17567 @item --reference=@var{rfile}
17568 @opindex --reference
17569 @cindex reference file
17570 Use @var{rfile}'s security context rather than specifying a @var{context} value.
17572 @item -R
17573 @itemx --recursive
17574 @opindex -R
17575 @opindex --recursive
17576 Operate on files and directories recursively.
17578 @item --preserve-root
17579 @opindex --preserve-root
17580 Refuse to operate recursively on the root directory, @file{/},
17581 when used together with the @option{--recursive} option.
17582 @xref{Treating / specially}.
17584 @item --no-preserve-root
17585 @opindex --no-preserve-root
17586 Do not treat the root directory, @file{/}, specially when operating
17587 recursively; this is the default.
17588 @xref{Treating / specially}.
17590 @choptH
17591 @xref{Traversing symlinks}.
17593 @choptL
17594 @xref{Traversing symlinks}.
17596 @choptP
17597 @xref{Traversing symlinks}.
17599 @item -v
17600 @itemx --verbose
17601 @opindex -v
17602 @opindex --verbose
17603 @cindex diagnostic
17604 Output a diagnostic for every file processed.
17606 @item -u @var{user}
17607 @itemx --user=@var{user}
17608 @opindex -u
17609 @opindex --user
17610 Set user @var{user} in the target security context.
17612 @item -r @var{role}
17613 @itemx --role=@var{role}
17614 @opindex -r
17615 @opindex --role
17616 Set role @var{role} in the target security context.
17618 @item -t @var{type}
17619 @itemx --type=@var{type}
17620 @opindex -t
17621 @opindex --type
17622 Set type @var{type} in the target security context.
17624 @item -l @var{range}
17625 @itemx --range=@var{range}
17626 @opindex -l
17627 @opindex --range
17628 Set range @var{range} in the target security context.
17630 @end table
17632 @exitstatus
17634 @node runcon invocation
17635 @section @command{runcon}: Run a command in specified SELinux context
17637 @pindex runcon
17638 @cindex run with security context
17641 @command{runcon} runs file in specified SELinux security context.
17643 Synopses:
17644 @example
17645 runcon @var{context} @var{command} [@var{args}]
17646 runcon [ -c ] [-u @var{user}] [-r @var{role}] [-t @var{type}]@c
17647  [-l @var{range}] @var{command} [@var{args}]
17648 @end example
17650 Run @var{command} with completely-specified @var{context}, or with
17651 current or transitioned security context modified by one or more of @var{level},
17652 @var{role}, @var{type} and @var{user}.
17654 If none of @option{-c}, @option{-t}, @option{-u}, @option{-r}, or @option{-l}
17655 is specified, the first argument is used as the complete context.
17656 Any additional arguments after @var{command}
17657 are interpreted as arguments to the command.
17659 With neither @var{context} nor @var{command}, print the current
17660 security context.
17662 @cindex restricted security context
17663 @cindex NO_NEW_PRIVS
17664 The @command{setpriv} command can be used to set the
17665 NO_NEW_PRIVS bit using @command{setpriv --no-new-privs runcon ...},
17666 thus disallowing usage of a security context with more privileges
17667 than the process would normally have.
17669 @command{runcon} accepts the following options.  Also see @ref{Common options}.
17671 @table @samp
17673 @item -c
17674 @itemx --compute
17675 @opindex -c
17676 @opindex --compute
17677 Compute process transition context before modifying.
17679 @item -u @var{user}
17680 @itemx --user=@var{user}
17681 @opindex -u
17682 @opindex --user
17683 Set user @var{user} in the target security context.
17685 @item -r @var{role}
17686 @itemx --role=@var{role}
17687 @opindex -r
17688 @opindex --role
17689 Set role @var{role} in the target security context.
17691 @item -t @var{type}
17692 @itemx --type=@var{type}
17693 @opindex -t
17694 @opindex --type
17695 Set type @var{type} in the target security context.
17697 @item -l @var{range}
17698 @itemx --range=@var{range}
17699 @opindex -l
17700 @opindex --range
17701 Set range @var{range} in the target security context.
17703 @end table
17705 @cindex exit status of @command{runcon}
17706 Exit status:
17708 @display
17709 125 if @command{runcon} itself fails
17710 126 if @var{command} is found but cannot be invoked
17711 127 if @var{command} cannot be found
17712 the exit status of @var{command} otherwise
17713 @end display
17715 @node Modified command invocation
17716 @chapter Modified command invocation
17718 @cindex modified command invocation
17719 @cindex invocation of commands, modified
17720 @cindex commands for invoking other commands
17722 This section describes commands that run other commands in some context
17723 different than the current one: a modified environment, as a different
17724 user, etc.
17726 @menu
17727 * chroot invocation::           Modify the root directory.
17728 * env invocation::              Modify environment variables.
17729 * nice invocation::             Modify niceness.
17730 * nohup invocation::            Immunize to hangups.
17731 * stdbuf invocation::           Modify buffering of standard streams.
17732 * timeout invocation::          Run with time limit.
17733 @end menu
17736 @node chroot invocation
17737 @section @command{chroot}: Run a command with a different root directory
17739 @pindex chroot
17740 @cindex running a program in a specified root directory
17741 @cindex root directory, running a program in a specified
17743 @command{chroot} runs a command with a specified root directory.
17744 On many systems, only the super-user can do this.@footnote{However,
17745 some systems (e.g., FreeBSD) can be configured to allow certain regular
17746 users to use the @code{chroot} system call, and hence to run this program.
17747 Also, on Cygwin, anyone can run the @command{chroot} command, because the
17748 underlying function is non-privileged due to lack of support in MS-Windows.
17749 Furthermore, the @command{chroot} command avoids the @code{chroot} system call
17750 when @var{newroot} is identical to the old @file{/} directory for consistency
17751 with systems where this is allowed for non-privileged users.}.
17752 Synopses:
17754 @example
17755 chroot @var{option} @var{newroot} [@var{command} [@var{args}]@dots{}]
17756 chroot @var{option}
17757 @end example
17759 Ordinarily, file names are looked up starting at the root of the
17760 directory structure, i.e., @file{/}.  @command{chroot} changes the root to
17761 the directory @var{newroot} (which must exist), then changes the working
17762 directory to @file{/}, and finally runs @var{command} with optional @var{args}.
17763 If @var{command} is not specified, the default is the value of the @env{SHELL}
17764 environment variable or @command{/bin/sh} if not set, invoked with the
17765 @option{-i} option.
17766 @var{command} must not be a special built-in utility
17767 (@pxref{Special built-in utilities}).
17769 The program accepts the following options.  Also see @ref{Common options}.
17770 Options must precede operands.
17772 @table @samp
17774 @item --groups=@var{groups}
17775 @opindex --groups
17776 Use this option to override the supplementary @var{groups} to be
17777 used by the new process.
17778 The items in the list (names or numeric IDs) must be separated by commas.
17779 Use @samp{--groups=''} to disable the supplementary group look-up
17780 implicit in the @option{--userspec} option.
17782 @item --userspec=@var{user}[:@var{group}]
17783 @opindex --userspec
17784 By default, @var{command} is run with the same credentials
17785 as the invoking process.
17786 Use this option to run it as a different @var{user} and/or with a
17787 different primary @var{group}.
17788 If a @var{user} is specified then the supplementary groups
17789 are set according to the system defined list for that user,
17790 unless overridden with the @option{--groups} option.
17792 @item --skip-chdir
17793 @opindex --skip-chdir
17794 Use this option to not change the working directory to @file{/} after changing
17795 the root directory to @var{newroot}, i.e., inside the chroot.
17796 This option is only permitted when @var{newroot} is the old @file{/} directory,
17797 and therefore is mostly useful together with the @option{--groups} and
17798 @option{--userspec} options to retain the previous working directory.
17800 @end table
17802 The user and group name look-up performed by the @option{--userspec}
17803 and @option{--groups} options, is done both outside and inside
17804 the chroot, with successful look-ups inside the chroot taking precedence.
17805 If the specified user or group items are intended to represent a numeric ID,
17806 then a name to ID resolving step is avoided by specifying a leading @samp{+}.
17807 @xref{Disambiguating names and IDs}.
17809 Here are a few tips to help avoid common problems in using chroot.
17810 To start with a simple example, make @var{command} refer to a statically
17811 linked binary.  If you were to use a dynamically linked executable, then
17812 you'd have to arrange to have the shared libraries in the right place under
17813 your new root directory.
17815 For example, if you create a statically linked @command{ls} executable,
17816 and put it in @file{/tmp/empty}, you can run this command as root:
17818 @example
17819 $ chroot /tmp/empty /ls -Rl /
17820 @end example
17822 Then you'll see output like this:
17824 @example
17826 total 1023
17827 -rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
17828 @end example
17830 If you want to use a dynamically linked executable, say @command{bash},
17831 then first run @samp{ldd bash} to see what shared objects it needs.
17832 Then, in addition to copying the actual binary, also copy the listed
17833 files to the required positions under your intended new root directory.
17834 Finally, if the executable requires any other files (e.g., data, state,
17835 device files), copy them into place, too.
17837 @command{chroot} is installed only on systems that have the
17838 @code{chroot} function, so portable scripts should not rely on its
17839 existence.
17841 @cindex exit status of @command{chroot}
17842 Exit status:
17844 @display
17845 125 if @command{chroot} itself fails
17846 126 if @var{command} is found but cannot be invoked
17847 127 if @var{command} cannot be found
17848 the exit status of @var{command} otherwise
17849 @end display
17852 @node env invocation
17853 @section @command{env}: Run a command in a modified environment
17855 @pindex env
17856 @cindex environment, running a program in a modified
17857 @cindex modified environment, running a program in a
17858 @cindex running a program in a modified environment
17860 @command{env} runs a command with a modified environment.  Synopses:
17862 @example
17863 env [@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17864 [@var{command} [@var{args}]@dots{}]
17865 env -[v]S'[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17866 [@var{command} [@var{args}]@dots{}]'
17868 @end example
17870 @command{env} is commonly used on first line of scripts (shebang line):
17871 @example
17872 #!/usr/bin/env @var{command}
17873 #!/usr/bin/env -[v]S[@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
17874 @var{command} [@var{args}]@dots{}
17875 @end example
17877 Operands of the form @samp{@var{variable}=@var{value}} set
17878 the environment variable @var{variable} to value @var{value}.
17879 @var{value} may be empty (@samp{@var{variable}=}).  Setting a variable
17880 to an empty value is different from unsetting it.
17881 These operands are evaluated left-to-right, so if two operands
17882 mention the same variable the earlier is ignored.
17884 Environment variable names can be empty, and can contain any
17885 characters other than @samp{=} and ASCII NUL.
17886 However, it is wise to limit yourself to names that
17887 consist solely of underscores, digits, and ASCII letters,
17888 and that begin with a non-digit, as applications like the shell do not
17889 work well with other names.
17891 @vindex PATH
17892 The first operand that does not contain the character @samp{=}
17893 specifies the program to invoke; it is
17894 searched for according to the @env{PATH} environment variable.  Any
17895 remaining arguments are passed as arguments to that program.
17896 The program should not be a special built-in utility
17897 (@pxref{Special built-in utilities}).
17899 Modifications to @env{PATH} take effect prior to searching for
17900 @var{command}.  Use caution when reducing @env{PATH}; behavior is
17901 not portable when @env{PATH} is undefined or omits key directories
17902 such as @file{/bin}.
17904 In the rare case that a utility contains a @samp{=} in the name, the
17905 only way to disambiguate it from a variable assignment is to use an
17906 intermediate command for @var{command}, and pass the problematic
17907 program name via @var{args}.  For example, if @file{./prog=} is an
17908 executable in the current @env{PATH}:
17910 @example
17911 env prog= true # runs 'true', with prog= in environment
17912 env ./prog= true # runs 'true', with ./prog= in environment
17913 env -- prog= true # runs 'true', with prog= in environment
17914 env sh -c '\prog= true' # runs 'prog=' with argument 'true'
17915 env sh -c 'exec "$@@"' sh prog= true # also runs 'prog='
17916 @end example
17918 @cindex environment, printing
17920 If no command name is specified following the environment
17921 specifications, the resulting environment is printed.  This is like
17922 specifying the @command{printenv} program.
17924 For some examples, suppose the environment passed to @command{env}
17925 contains @samp{LOGNAME=rms}, @samp{EDITOR=emacs}, and
17926 @samp{PATH=.:/gnubin:/hacks}:
17928 @itemize @bullet
17930 @item
17931 Output the current environment.
17932 @example
17933 $ env | LC_ALL=C sort
17934 EDITOR=emacs
17935 LOGNAME=rms
17936 PATH=.:/gnubin:/hacks
17937 @end example
17939 @item
17940 Run @command{foo} with a reduced environment, preserving only the
17941 original @env{PATH} to avoid problems in locating @command{foo}.
17942 @example
17943 env - PATH="$PATH" foo
17944 @end example
17946 @item
17947 Run @command{foo} with the environment containing @samp{LOGNAME=rms},
17948 @samp{EDITOR=emacs}, and @samp{PATH=.:/gnubin:/hacks}, and guarantees
17949 that @command{foo} was found in the file system rather than as a shell
17950 built-in.
17951 @example
17952 env foo
17953 @end example
17955 @item
17956 Run @command{nemacs} with the environment containing @samp{LOGNAME=foo},
17957 @samp{EDITOR=emacs}, @samp{PATH=.:/gnubin:/hacks}, and
17958 @samp{DISPLAY=gnu:0}.
17959 @example
17960 env DISPLAY=gnu:0 LOGNAME=foo nemacs
17961 @end example
17963 @item
17964 Attempt to run the program @command{/energy/--} (as that is the only
17965 possible path search result); if the command exists, the environment
17966 will contain @samp{LOGNAME=rms} and @samp{PATH=/energy}, and the
17967 arguments will be @samp{e=mc2}, @samp{bar}, and @samp{baz}.
17968 @example
17969 env -u EDITOR PATH=/energy -- e=mc2 bar baz
17970 @end example
17972 @end itemize
17975 @subsection General options
17977 The program accepts the following options.  Also see @ref{Common options}.
17978 Options must precede operands.
17980 @table @samp
17982 @optNull
17984 @item -a @var{arg}
17985 @itemx --argv0=@var{arg}
17986 @opindex -a
17987 @opindex --argv0
17988 Override the zeroth argument passed to the command being executed.
17989 Without this option a default value of @var{command} is used.
17991 @item -u @var{name}
17992 @itemx --unset=@var{name}
17993 @opindex -u
17994 @opindex --unset
17995 Remove variable @var{name} from the environment, if it was in the
17996 environment.
17998 @item -
17999 @itemx -i
18000 @itemx --ignore-environment
18001 @opindex -
18002 @opindex -i
18003 @opindex --ignore-environment
18004 Start with an empty environment, ignoring the inherited environment.
18006 @item -C @var{dir}
18007 @itemx --chdir=@var{dir}
18008 @opindex -C
18009 @opindex --chdir
18010 Change the working directory to @var{dir} before invoking @var{command}.
18011 This differs from the shell built-in @command{cd} in that it starts
18012 @var{command} as a subprocess rather than altering the shell's own working
18013 directory; this allows it to be chained with other commands that run commands
18014 in a different context.  For example:
18016 @example
18017 # Run 'true' with /chroot as its root directory and /srv as its working
18018 # directory.
18019 chroot /chroot env --chdir=/srv true
18020 # Run 'true' with /build as its working directory, FOO=bar in its
18021 # environment, and a time limit of five seconds.
18022 env --chdir=/build FOO=bar timeout 5 true
18023 @end example
18025 @item --default-signal[=@var{sig}]
18026 Unblock and reset signal @var{sig} to its default signal handler.
18027 Without @var{sig} all known signals are unblocked and reset to their defaults.
18028 Multiple signals can be comma-separated. An empty @var{sig} argument is a no-op.
18029 The following command runs @command{seq} with SIGINT and SIGPIPE set to their
18030 default (which is to terminate the program):
18032 @example
18033 env --default-signal=PIPE,INT seq 1000 | head -n1
18034 @end example
18036 In the following example, we see how this is not
18037 possible to do with traditional shells.
18038 Here the first trap command sets SIGPIPE to ignore.
18039 The second trap command ostensibly sets it back to its default,
18040 but POSIX mandates that the shell must not change inherited
18041 state of the signal -- so it is a no-op.
18043 @example
18044 trap '' PIPE && sh -c 'trap - PIPE ; seq inf | head -n1'
18045 @end example
18047 Using @option{--default-signal=PIPE} we can
18048 ensure the signal handling is set to its default behavior:
18050 @example
18051 trap '' PIPE && sh -c 'env --default-signal=PIPE seq inf | head -n1'
18052 @end example
18055 @item --ignore-signal[=@var{sig}]
18056 Ignore signal @var{sig} when running a program.  Without @var{sig} all
18057 known signals are set to ignore.  Multiple signals can be comma-separated.
18058 An empty @var{sig} argument is a no-op. The following command runs @command{seq}
18059 with SIGINT set to be ignored -- pressing @kbd{Ctrl-C} will not terminate it:
18061 @example
18062 env --ignore-signal=INT seq inf > /dev/null
18063 @end example
18065 @samp{SIGCHLD} is special, in that @option{--ignore-signal=CHLD} might have
18066 no effect (POSIX says it's unspecified).
18068 Most operating systems do not allow ignoring @samp{SIGKILL}, @samp{SIGSTOP}
18069 (and possibly other signals).  Attempting to ignore these signals will fail.
18071 Multiple (and contradictory) @option{--default-signal=SIG} and
18072 @option{--ignore-signal=SIG} options are processed left-to-right,
18073 with the latter taking precedence.  In the following example, @samp{SIGPIPE} is
18074 set to default while @samp{SIGINT} is ignored:
18076 @example
18077 env --default-signal=INT,PIPE --ignore-signal=INT
18078 @end example
18080 @item --block-signal[=@var{sig}]
18081 Block signal(s) @var{sig} from being delivered.  Without @var{sig} all
18082 known signals are set to blocked.  Multiple signals can be comma-separated.
18083 An empty @var{sig} argument is a no-op.
18085 @item --list-signal-handling
18086 List blocked or ignored signals to standard error, before executing a command.
18088 @item -v
18089 @itemx --debug
18090 @opindex -v
18091 @opindex --debug
18092 Show verbose information for each processing step.
18094 @example
18095 $ env -v -uTERM A=B uname -s
18096 unset:    TERM
18097 setenv:   A=B
18098 executing: uname
18099    arg[0]= 'uname'
18100    arg[1]= '-s'
18101 Linux
18102 @end example
18104 When combined with @option{-S} it is recommended to list @option{-v}
18105 first, e.g. @command{env -vS'string'}.
18107 @item -S @var{string}
18108 @itemx --split-string=@var{string}
18109 @opindex -S
18110 @opindex --split-string
18111 @cindex shebang arguments
18112 @cindex scripts arguments
18113 @cindex env in scripts
18114 process and split @var{string} into separate arguments used to pass
18115 multiple arguments on shebang lines.  @command{env} supports FreeBSD's
18116 syntax of several escape sequences and environment variable
18117 expansions. See below for details and examples.
18119 @end table
18121 @cindex exit status of @command{env}
18122 Exit status:
18124 @display
18125 0   if no @var{command} is specified and the environment is output
18126 125 if @command{env} itself fails
18127 126 if @var{command} is found but cannot be invoked
18128 127 if @var{command} cannot be found
18129 the exit status of @var{command} otherwise
18130 @end display
18132 @subsection @option{-S}/@option{--split-string} usage in scripts
18134 The @option{-S}/@option{--split-string} option enables use of multiple
18135 arguments on the first line of scripts (the shebang line, @samp{#!}).
18137 When a script's interpreter is in a known location, scripts typically
18138 contain the absolute file name in their first line:
18140 @multitable {Python Script:} {#!/usr/bin/python3}
18141 @item Shell script:
18142 @tab
18143 @example
18144 #!/bin/sh
18145 echo hello
18146 @end example
18148 @item Perl script:
18149 @tab
18150 @example
18151 #!/usr/bin/perl
18152 print "hello\n";
18153 @end example
18155 @item Python script:
18156 @tab
18157 @example
18158 #!/usr/bin/python3
18159 print("hello")
18160 @end example
18162 @end multitable
18164 When a script's interpreter is in a non-standard location
18165 in the @env{PATH} environment variable, it is recommended
18166 to use @command{env} on the first line of the script to
18167 find the executable and run it:
18169 @multitable {Python Script:} {#!/usr/bin/env python3}
18170 @item Shell script:
18171 @tab
18172 @example
18173 #!/usr/bin/env bash
18174 echo hello
18175 @end example
18177 @item Perl script:
18178 @tab
18179 @example
18180 #!/usr/bin/env perl
18181 print "hello\n";
18182 @end example
18184 @item Python script:
18185 @tab
18186 @example
18187 #!/usr/bin/env python3
18188 print("hello")
18189 @end example
18191 @end multitable
18193 Most operating systems (e.g. GNU/Linux, BSDs) treat all text after the
18194 first space as a single argument. When using @command{env} in a script
18195 it is thus not possible to specify multiple arguments.
18197 In the following example:
18198 @example
18199 #!/usr/bin/env perl -T -w
18200 print "hello\n";
18201 @end example
18203 The operating system treats @samp{perl -T -w} as one argument (the
18204 program's name), and executing the script fails with:
18206 @example
18207 /usr/bin/env: 'perl -T -w': No such file or directory
18208 @end example
18210 The @option{-S} option instructs @command{env} to split the single string
18211 into multiple arguments. The following example works as expected:
18213 @example
18214 $ cat hello.pl
18215 #!/usr/bin/env -S perl -T -w
18216 print "hello\n";
18218 $ chmod a+x hello.pl
18219 $ ./hello.pl
18220 hello
18221 @end example
18223 And is equivalent to running @command{perl -T -w hello.pl} on the command line
18224 prompt.
18226 @unnumberedsubsubsec Testing and troubleshooting
18228 @cindex single quotes, and @command{env -S}
18229 @cindex @command{env -S}, and single quotes
18230 @cindex @option{-S}, env and single quotes
18231 To test @command{env -S} on the command line, use single quotes for the
18232 @option{-S} string to emulate a single parameter. Single quotes are not
18233 needed when using @command{env -S} in a shebang line on the first line of a
18234 script (the operating system already treats it as one argument).
18236 The following command is equivalent to the @file{hello.pl} script above:
18238 @example
18239 $ env -S'perl -T -w' hello.pl
18240 @end example
18242 @cindex @command{env -S}, debugging
18243 @cindex debugging, @command{env -S}
18245 To troubleshoot @option{-S} usage add the @option{-v} as the first
18246 argument (before @option{-S}).
18248 Using @option{-vS} on a shebang line in a script:
18250 @example
18251 $ cat hello-debug.pl
18252 #!/usr/bin/env -vS perl -T -w
18253 print "hello\n";
18255 $ chmod a+x hello-debug.pl
18256 $ ./hello-debug.pl
18257 split -S:  'perl -T -w'
18258  into:    'perl'
18259      &    '-T'
18260      &    '-w'
18261 executing: perl
18262    arg[0]= 'perl'
18263    arg[1]= '-T'
18264    arg[2]= '-w'
18265    arg[3]= './hello-debug.pl'
18266 hello
18267 @end example
18269 Using @option{-vS} on the command line prompt (adding single quotes):
18271 @example
18272 $ env -vS'perl -T -w' hello-debug.pl
18273 split -S:  'perl -T -w'
18274  into:    'perl'
18275      &    '-T'
18276      &    '-w'
18277 executing: perl
18278    arg[0]= 'perl'
18279    arg[1]= '-T'
18280    arg[2]= '-w'
18281    arg[3]= 'hello-debug.pl'
18282 hello
18283 @end example
18285 @subsection @option{-S}/@option{--split-string} syntax
18287 @unnumberedsubsubsec Splitting arguments by whitespace
18289 Running @command{env -Sstring} splits the @var{string} into
18290 arguments based on unquoted spaces or tab characters.
18291 (Newlines, carriage returns, vertical tabs and form feeds are treated
18292 like spaces and tabs.)
18294 In the following contrived example the @command{awk} variable
18295 @samp{OFS} will be @code{<space>xyz<space>} as these spaces are inside
18296 double quotes. The other space characters are used as argument separators:
18298 @example
18299 $ cat one.awk
18300 #!/usr/bin/env -S awk -v OFS=" xyz " -f
18301 BEGIN @{print 1,2,3@}
18303 $ chmod a+x one.awk
18304 $ ./one.awk
18305 1 xyz 2 xyz 3
18306 @end example
18308 When using @option{-S} on the command line prompt, remember to add
18309 single quotes around the entire string:
18311 @example
18312 $ env -S'awk -v OFS=" xyz " -f' one.awk
18313 1 xyz 2 xyz 3
18314 @end example
18316 @unnumberedsubsubsec Escape sequences
18318 @command{env} supports several escape sequences. These sequences
18319 are processed when unquoted or inside double quotes (unless otherwise noted).
18320 Single quotes disable escape sequences except @samp{\'} and @samp{\\}.
18322 @multitable @columnfractions .10 .90
18324 @item @code{\c}
18325 @tab Ignore the remaining characters in the string.
18326 Cannot be used inside double quotes.
18328 @item @code{\f}
18329 @tab form-feed character (ASCII 0x0C)
18331 @item @code{\n}
18332 @tab new-line character (ASCII 0x0A)
18334 @item @code{\r}
18335 @tab carriage-return character (ASCII 0x0D)
18337 @item @code{\t}
18338 @tab tab character (ASCII 0x09)
18340 @item @code{\v}
18341 @tab vertical tab character (ASCII 0x0B)
18343 @item @code{\#}
18344 @tab A hash @samp{#} character. Used when a @samp{#} character
18345 is needed as the first character of an argument (see 'comments' section
18346 below).
18348 @item @code{\$}
18349 @tab A dollar-sign character @samp{$}. Unescaped @samp{$} characters
18350 are used to expand environment variables (see 'variables' section below).
18352 @item @code{\_}
18353 @tab Inside double-quotes, replaced with a single space character.
18354 Outside quotes, treated as an argument separator. @samp{\_} can be used
18355 to avoid space characters in a shebang line (see examples below).
18357 @item @code{\"}
18358 @tab A double-quote character.
18360 @item @code{\'}
18361 @tab A single-quote character.
18362 This escape sequence works inside single-quoted strings.
18364 @item @code{\\}
18365 @tab A backslash character.
18366 This escape sequence works inside single-quoted strings.
18368 @end multitable
18370 The following @command{awk} script will use tab character as input and output
18371 field separator (instead of spaces and tabs):
18373 @example
18374 $ cat tabs.awk
18375 #!/usr/bin/env -S awk -v FS="\t" -v OFS="\t" -f
18377 @end example
18379 @unnumberedsubsubsec Comments
18381 The escape sequence @samp{\c} (used outside single/double quotes)
18382 causes @command{env} to ignore the rest of the string.
18384 The @samp{#} character causes @command{env} to ignore the rest of
18385 the string when it appears as the first character of an argument.
18386 Use @samp{\#} to reverse this behavior.
18388 @example
18389 $ env -S'printf %s\n A B C'
18394 $ env -S'printf %s\n A# B C'
18399 $ env -S'printf %s\n A #B C'
18402 $ env -S'printf %s\n A \#B C'
18407 $ env -S'printf %s\n A\cB C'
18409 @end example
18411 The above examples use single quotes as they are executed
18412 on the command-line.
18416 @unnumberedsubsubsec Environment variable expansion
18418 The pattern @samp{$@{VARNAME@}} is used to substitute a value from
18419 the environment variable. The pattern must include the curly braces
18420 (@samp{@{},@samp{@}}). Without them @command{env} will reject the string.
18421 Special shell variables (such as @samp{$@@}, @samp{$*}, @samp{$$}) are
18422 not supported.
18424 If the environment variable is empty or not set, the pattern will be replaced
18425 by an empty string. The value of @samp{$@{VARNAME@}} will be that of
18426 the executed @command{env}, before any modifications using
18427 @option{-i}/@option{--ignore-environment}/@option{-u}/@option{--unset} or
18428 setting new values using @samp{VAR=VALUE}.
18430 The following python script prepends @file{/opt/custom/modules} to the python
18431 module search path environment variable (@samp{PYTHONPATH}):
18433 @example
18434 $ cat custom.py
18435 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$@{PYTHONPATH@} python
18436 print "hello"
18438 @end example
18440 The expansion of @samp{$@{PYTHONPATH@}} is performed by @command{env},
18441 not by a shell. If the curly braces are omitted, @command{env} will fail:
18443 @example
18444 $ cat custom.py
18445 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$PYTHONPATH python
18446 print "hello"
18449 $ chmod a+x custom.py
18450 $ custom.py
18451 /usr/bin/env: only $@{VARNAME@} expansion is supported, error at: $PYTHONPATH @c
18452 python
18453 @end example
18455 Environment variable expansion happens before clearing the environment
18456 (with @option{-i}) or unsetting specific variables (with @option{-u}):
18458 @example
18459 $ env -S'-i OLDUSER=$@{USER@} env'
18460 OLDUSER=gordon
18461 @end example
18463 Use @option{-v} to diagnose the operations step-by-step:
18465 @example
18466 $ env -vS'-i OLDUSER=$@{USER@} env'
18467 expanding $@{USER@} into 'gordon'
18468 split -S:  '-i OLDUSER=$@{USER@} env'
18469  into:    '-i'
18470      &    'OLDUSER=gordon'
18471      &    'env'
18472 cleaning environ
18473 setenv:   OLDUSER=gordon
18474 executing: env
18475    arg[0]= 'env'
18476 OLDUSER=gordon
18477 @end example
18481 @node nice invocation
18482 @section @command{nice}: Run a command with modified niceness
18484 @pindex nice
18485 @cindex niceness
18486 @cindex scheduling, affecting
18487 @cindex appropriate privileges
18489 @command{nice} prints a process's @dfn{niceness}, or runs
18490 a command with modified niceness.  @dfn{niceness} affects how
18491 favorably the process is scheduled in the system.
18492 Synopsis:
18494 @example
18495 nice [@var{option}]@dots{} [@var{command} [@var{arg}]@dots{}]
18496 @end example
18498 If no arguments are given, @command{nice} prints the current niceness.
18499 Otherwise, @command{nice} runs the given @var{command} with its
18500 niceness adjusted.  By default, its niceness is incremented by 10.
18502 Niceness values range at least from @minus{}20 (process has high priority
18503 and gets more resources, thus slowing down other processes) through 19
18504 (process has lower priority and runs slowly itself, but has less impact
18505 on the speed of other running processes).  Some systems
18506 may have a wider range of niceness values; conversely, other systems may
18507 enforce more restrictive limits.  An attempt to set the niceness
18508 outside the supported range is treated as an attempt to use the
18509 minimum or maximum supported value.
18511 A niceness should not be confused with a scheduling priority, which
18512 lets applications determine the order in which threads are scheduled
18513 to run.  Unlike a priority, a niceness is merely advice to the
18514 scheduler, which the scheduler is free to ignore.  Also, as a point of
18515 terminology, POSIX defines the behavior of @command{nice} in
18516 terms of a @dfn{nice value}, which is the non-negative difference
18517 between a niceness and the minimum niceness.  Though @command{nice}
18518 conforms to POSIX, its documentation and diagnostics use the
18519 term ``niceness'' for compatibility with historical practice.
18521 @var{command} must not be a special built-in utility (@pxref{Special
18522 built-in utilities}).
18524 @mayConflictWithShellBuiltIn{nice}
18526 To change the @dfn{niceness} of an existing process,
18527 one needs to use the @command{renice} command.
18529 The program accepts the following option.  Also see @ref{Common options}.
18530 Options must precede operands.
18532 @table @samp
18533 @item -n @var{adjustment}
18534 @itemx --adjustment=@var{adjustment}
18535 @opindex -n
18536 @opindex --adjustment
18537 Add @var{adjustment} instead of 10 to the command's niceness.  If
18538 @var{adjustment} is negative and you lack appropriate privileges,
18539 @command{nice} issues a warning but otherwise acts as if you specified
18540 a zero adjustment.
18542 For compatibility @command{nice} also supports an obsolete
18543 option syntax @option{-@var{adjustment}}.  New scripts should use
18544 @option{-n @var{adjustment}} instead.
18546 @end table
18548 @command{nice} is installed only on systems that have the POSIX
18549 @code{setpriority} function, so portable scripts should not rely on
18550 its existence on non-POSIX platforms.
18552 @cindex exit status of @command{nice}
18553 Exit status:
18555 @display
18556 0   if no @var{command} is specified and the niceness is output
18557 125 if @command{nice} itself fails
18558 126 if @var{command} is found but cannot be invoked
18559 127 if @var{command} cannot be found
18560 the exit status of @var{command} otherwise
18561 @end display
18563 It is sometimes useful to run a non-interactive program with reduced niceness.
18565 @example
18566 $ nice factor 4611686018427387903
18567 @end example
18569 Since @command{nice} prints the current niceness,
18570 you can invoke it through itself to demonstrate how it works.
18572 The default behavior is to increase the niceness by @samp{10}:
18574 @example
18575 $ nice
18577 $ nice nice
18579 $ nice -n 10 nice
18581 @end example
18583 The @var{adjustment} is relative to the current niceness.  In the
18584 next example, the first @command{nice} invocation runs the second one
18585 with niceness 10, and it in turn runs the final one with a niceness
18586 that is 3 more:
18588 @example
18589 $ nice nice -n 3 nice
18591 @end example
18593 Specifying a niceness larger than the supported range
18594 is the same as specifying the maximum supported value:
18596 @example
18597 $ nice -n 10000000000 nice
18599 @end example
18601 Only a privileged user may run a process with lower niceness:
18603 @example
18604 $ nice -n -1 nice
18605 nice: cannot set niceness: Permission denied
18607 $ sudo nice -n -1 nice
18609 @end example
18612 @node nohup invocation
18613 @section @command{nohup}: Run a command immune to hangups
18615 @pindex nohup
18616 @cindex hangups, immunity to
18617 @cindex immunity to hangups
18618 @cindex logging out and continuing to run
18620 @flindex nohup.out
18621 @command{nohup} runs the given @var{command} with hangup signals ignored,
18622 so that the command can continue running in the background after you log
18623 out.  Synopsis:
18625 @example
18626 nohup @var{command} [@var{arg}]@dots{}
18627 @end example
18629 If standard input is a terminal, redirect it so that terminal sessions
18630 do not mistakenly consider the terminal to be used by the command.
18631 Make the substitute file descriptor unreadable, so that commands that
18632 mistakenly attempt to read from standard input can report an error.
18633 This redirection is a GNU extension; programs intended to be portable
18634 to non-GNU hosts can use @samp{nohup @var{command} [@var{arg}]@dots{}
18635 0>/dev/null} instead.
18637 @flindex nohup.out
18638 If standard output is a terminal, the command's standard output is appended
18639 to the file @file{nohup.out}; if that cannot be written to, it is appended
18640 to the file @file{$HOME/nohup.out}; and if that cannot be written to, the
18641 command is not run.
18642 Any @file{nohup.out} or @file{$HOME/nohup.out} file created by
18643 @command{nohup} is made readable and writable only to the user,
18644 regardless of the current umask settings.
18646 If standard error is a terminal, it is normally redirected to the same file
18647 descriptor as the (possibly-redirected) standard output.
18648 However, if standard output is closed, standard error terminal output
18649 is instead appended to the file @file{nohup.out} or
18650 @file{$HOME/nohup.out} as above.
18652 To capture the command's output to a file other than @file{nohup.out}
18653 you can redirect it.  For example, to capture the output of
18654 @command{make}:
18656 @example
18657 nohup make > make.log
18658 @end example
18660 @command{nohup} does not automatically put the command it runs in the
18661 background; you must do that explicitly, by ending the command line
18662 with an @samp{&}.  Also, @command{nohup} does not alter the
18663 niceness of @var{command}; use @command{nice} for that,
18664 e.g., @samp{nohup nice @var{command}}.
18666 @var{command} must not be a special built-in utility (@pxref{Special
18667 built-in utilities}).
18669 The only options are @option{--help} and @option{--version}.  @xref{Common
18670 options}.  Options must precede operands.
18672 @cindex exit status of @command{nohup}
18673 Exit status:
18675 @display
18676 125 if @command{nohup} itself fails, and @env{POSIXLY_CORRECT} is not set
18677 126 if @var{command} is found but cannot be invoked
18678 127 if @var{command} cannot be found
18679 the exit status of @var{command} otherwise
18680 @end display
18682 If @env{POSIXLY_CORRECT} is set, internal failures give status 127
18683 instead of 125.
18686 @node stdbuf invocation
18687 @section @command{stdbuf}: Run a command with modified I/O stream buffering
18689 @pindex stdbuf
18690 @cindex standard streams, buffering
18691 @cindex line buffered
18693 @command{stdbuf} allows one to modify the buffering operations of the
18694 three standard I/O streams associated with a program.  Synopsis:
18696 @example
18697 stdbuf @var{option}@dots{} @var{command}
18698 @end example
18700 @var{command} must start with the name of a program that
18701 @enumerate
18702 @item
18703 uses the ISO C @code{FILE} streams for input/output, and
18705 @item
18706 does not adjust the buffering of its standard streams.
18707 @end enumerate
18709 Not every command operates in this way.
18710 For example, @command{dd} does not use @code{FILE} streams,
18711 and @command{tee} adjusts its streams' buffering.
18713 Any additional @var{arg}s are passed as additional arguments to the
18714 @var{command}.
18716 The program accepts the following options.  Also see @ref{Common options}.
18718 @table @samp
18720 @item -i @var{mode}
18721 @itemx --input=@var{mode}
18722 @opindex -i
18723 @opindex --input
18724 Adjust the standard input stream buffering.
18726 @item -o @var{mode}
18727 @itemx --output=@var{mode}
18728 @opindex -o
18729 @opindex --output
18730 Adjust the standard output stream buffering.
18732 @item -e @var{mode}
18733 @itemx --error=@var{mode}
18734 @opindex -e
18735 @opindex --error
18736 Adjust the standard error stream buffering.
18738 @end table
18740 The @var{mode} can be specified as follows:
18742 @table @samp
18744 @item L
18745 Set the stream to line buffered mode.
18746 In this mode data is coalesced until a newline is output or
18747 input is read from any stream attached to a terminal device.
18748 This option is invalid with standard input.
18750 @item 0
18751 Disable buffering of the selected stream.
18752 In this mode, data is output immediately and only the
18753 amount of data requested is read from input.
18754 Disabling buffering for input does not necessarily influence the responsiveness
18755 or blocking behavior of the stream input functions.
18756 For example, @code{fread} will still block until @code{EOF} or error
18757 or the amount requested is read,
18758 even if the underlying @code{read} returns less data than requested.
18760 @item @var{size}
18761 Specify the size of the buffer to use in fully buffered mode.
18762 @multiplierSuffixesNoBlocks{size}
18764 @end table
18766 @command{stdbuf} is installed only on platforms that use the
18767 Executable and Linkable Format (ELF) and support the
18768 @code{constructor} attribute, so portable scripts should not rely on
18769 its existence.
18771 @cindex exit status of @command{stdbuf}
18772 Exit status:
18774 @display
18775 125 if @command{stdbuf} itself fails
18776 126 if @var{command} is found but cannot be invoked
18777 127 if @var{command} cannot be found
18778 the exit status of @var{command} otherwise
18779 @end display
18782 @node timeout invocation
18783 @section @command{timeout}: Run a command with a time limit
18785 @pindex timeout
18786 @cindex time limit
18787 @cindex run commands with bounded time
18789 @command{timeout} runs the given @var{command} and kills it if it is
18790 still running after the specified time interval.  Synopsis:
18792 @example
18793 timeout [@var{option}] @var{duration} @var{command} [@var{arg}]@dots{}
18794 @end example
18796 @var{command} must not be a special built-in utility (@pxref{Special
18797 built-in utilities}).
18799 The program accepts the following options.  Also see @ref{Common options}.
18800 Options must precede operands.
18802 @table @samp
18803 @item --preserve-status
18804 @opindex --preserve-status
18805 Return the exit status of the managed @var{command} on timeout, rather than
18806 a specific exit status indicating a timeout.  This is useful if the
18807 managed @var{command} supports running for an indeterminate amount of time.
18809 @item --foreground
18810 @opindex --foreground
18811 Don't create a separate background program group, so that
18812 the managed @var{command} can use the foreground TTY normally.
18813 This is needed to support two situations when timing out commands,
18814 when not invoking @command{timeout} from an interactive shell.
18815 @enumerate
18816 @item
18817 @var{command} is interactive and needs to read from the terminal for example
18818 @item
18819 the user wants to support sending signals directly to @var{command}
18820 from the terminal (like Ctrl-C for example)
18821 @end enumerate
18823 In this mode of operation, any children of @var{command}
18824 will not be timed out.  Also SIGCONT will not be sent to @var{command},
18825 as it's generally not needed with foreground processes, and can
18826 cause intermittent signal delivery issues with programs that are monitors
18827 themselves (like GDB for example).
18829 @item -k @var{duration}
18830 @itemx --kill-after=@var{duration}
18831 @opindex -k
18832 @opindex --kill-after
18833 Ensure the monitored @var{command} is killed by also sending a @samp{KILL}
18834 signal.
18836 The specified @var{duration} starts from the point in time when
18837 @command{timeout} sends the initial signal to @var{command}, i.e.,
18838 not from the beginning when the @var{command} is started.
18840 This option has no effect if either the main @var{duration}
18841 of the @command{timeout} command, or the @var{duration} specified
18842 to this option, is 0.
18844 This option may be useful if the selected signal did not kill the @var{command},
18845 either because the signal was blocked or ignored, or if the @var{command} takes
18846 too long (e.g. for cleanup work) to terminate itself within a certain amount
18847 of time.
18849 @item -s @var{signal}
18850 @itemx --signal=@var{signal}
18851 @opindex -s
18852 @opindex --signal
18853 Send this @var{signal} to @var{command} on timeout, rather than the
18854 default @samp{TERM} signal.  @var{signal} may be a name like @samp{HUP}
18855 or a number.  @xref{Signal specifications}.
18857 @item -v
18858 @itemx --verbose
18859 @opindex -v
18860 @opindex --verbose
18861 Diagnose to standard error, any signal sent upon timeout.
18862 @end table
18864 @cindex time units
18865 @var{duration} is a floating point number in either the current or the
18866 C locale (@pxref{Floating point}) followed by an optional unit:
18867 @display
18868 @samp{s} for seconds (the default)
18869 @samp{m} for minutes
18870 @samp{h} for hours
18871 @samp{d} for days
18872 @end display
18873 A duration of 0 disables the associated timeout.
18874 The actual timeout duration is dependent on system conditions,
18875 which should be especially considered when specifying sub-second timeouts.
18877 @cindex exit status of @command{timeout}
18878 Exit status:
18880 @display
18881 124 if @var{command} times out, and @option{--preserve-status} is not specified
18882 125 if @command{timeout} itself fails
18883 126 if @var{command} is found but cannot be invoked
18884 127 if @var{command} cannot be found
18885 137 if @var{command} or @command{timeout} is sent the KILL(9) signal (128+9)
18886 the exit status of @var{command} otherwise
18887 @end display
18889 In the case of the @samp{KILL(9)} signal, @command{timeout} returns with
18890 exit status 137, regardless of whether that signal is sent to @var{command}
18891 or to @command{timeout} itself, i.e., these cases cannot be distinguished.
18892 In the latter case, the @var{command} process may still be alive after
18893 @command{timeout} has forcefully been terminated.
18895 Examples:
18897 @example
18898 # Send the default TERM signal after 20s to a short-living 'sleep 1'.
18899 # As that terminates long before the given duration, 'timeout' returns
18900 # with the same exit status as the command, 0 in this case.
18901 timeout 20 sleep 1
18903 # Send the INT signal after 5s to the 'sleep' command.  Returns after
18904 # 5 seconds with exit status 124 to indicate the sending of the signal.
18905 timeout -s INT 5 sleep 20
18907 # Likewise, but the command ignoring the INT signal due to being started
18908 # via 'env --ignore-signal'.  Thus, 'sleep' terminates regularly after
18909 # the full 20 seconds, still 'timeout' returns with exit status 124.
18910 timeout -s INT 5s env --ignore-signal=INT sleep 20
18912 # Likewise, but sending the KILL signal 3 seconds after the initial
18913 # INT signal.  Hence, 'sleep' is forcefully terminated after about
18914 # 8 seconds (5+3), and 'timeout' returns with an exit status of 137.
18915 timeout -s INT -k 3s 5s env --ignore-signal=INT sleep 20
18916 @end example
18918 @node Process control
18919 @chapter Process control
18921 @cindex processes, commands for controlling
18922 @cindex commands for controlling processes
18924 @menu
18925 * kill invocation::             Sending a signal to processes.
18926 @end menu
18929 @node kill invocation
18930 @section @command{kill}: Send a signal to processes
18932 @pindex kill
18933 @cindex send a signal to processes
18935 The @command{kill} command sends a signal to processes, causing them
18936 to terminate or otherwise act upon receiving the signal in some way.
18937 Alternatively, it lists information about signals.  Synopses:
18939 @example
18940 kill [-s @var{signal} | --signal @var{signal} | -@var{signal}] @var{pid}@dots{}
18941 kill [-l | --list | -t | --table] [@var{signal}]@dots{}
18942 @end example
18944 @mayConflictWithShellBuiltIn{kill}
18946 The first form of the @command{kill} command sends a signal to all
18947 @var{pid} arguments.  The default signal to send if none is specified
18948 is @samp{TERM}@.  The special signal number @samp{0} does not denote a
18949 valid signal, but can be used to test whether the @var{pid} arguments
18950 specify processes to which a signal could be sent.
18952 If @var{pid} is positive, the signal is sent to the process with the
18953 process ID @var{pid}.  If @var{pid} is zero, the signal is sent to all
18954 processes in the process group of the current process.  If @var{pid}
18955 is @minus{}1, the signal is sent to all processes for which the user has
18956 permission to send a signal.  If @var{pid} is less than @minus{}1, the signal
18957 is sent to all processes in the process group that equals the absolute
18958 value of @var{pid}.
18960 If @var{pid} is not positive, a system-dependent set of system
18961 processes is excluded from the list of processes to which the signal
18962 is sent.
18964 If a negative @var{pid} argument is desired as the first one, it
18965 should be preceded by @option{--}.  However, as a common extension to
18966 POSIX, @option{--} is not required with @samp{kill
18967 -@var{signal} -@var{pid}}.  The following commands are equivalent:
18969 @example
18970 kill -15 -1
18971 kill -TERM -1
18972 kill -s TERM -- -1
18973 kill -- -1
18974 @end example
18976 The first form of the @command{kill} command succeeds if every @var{pid}
18977 argument specifies at least one process that the signal was sent to.
18979 The second form of the @command{kill} command lists signal information.
18980 Either the @option{-l} or @option{--list} option, or the @option{-t}
18981 or @option{--table} option must be specified.  Without any
18982 @var{signal} argument, all supported signals are listed.  The output
18983 of @option{-l} or @option{--list} is a list of the signal names, one
18984 per line; if @var{signal} is already a name, the signal number is
18985 printed instead.  The output of @option{-t} or @option{--table} is a
18986 table of signal numbers, names, and descriptions.  This form of the
18987 @command{kill} command succeeds if all @var{signal} arguments are valid
18988 and if there is no output error.
18990 The @command{kill} command also supports the @option{--help} and
18991 @option{--version} options.  @xref{Common options}.
18993 A @var{signal} may be a signal name like @samp{HUP}, or a signal
18994 number like @samp{1}, or an exit status of a process terminated by the
18995 signal.  A signal name can be given in canonical form or prefixed by
18996 @samp{SIG}@.  The case of the letters is ignored, except for the
18997 @option{-@var{signal}} option which must use upper case to avoid
18998 ambiguity with lower case option letters.
18999 @xref{Signal specifications}, for a list of supported
19000 signal names and numbers.
19002 @node Delaying
19003 @chapter Delaying
19005 @cindex delaying commands
19006 @cindex commands for delaying
19008 @c Perhaps @command{wait} or other commands should be described here also?
19010 @menu
19011 * sleep invocation::            Delay for a specified time.
19012 @end menu
19015 @node sleep invocation
19016 @section @command{sleep}: Delay for a specified time
19018 @pindex sleep
19019 @cindex delay for a specified time
19021 @command{sleep} pauses for an amount of time specified by the sum of
19022 the values of the command line arguments.
19023 Synopsis:
19025 @example
19026 sleep @var{number}[smhd]@dots{}
19027 @end example
19029 @cindex time units
19030 Each argument is a non-negative number followed by an optional unit; the default
19031 is seconds.  The units are:
19033 @table @samp
19034 @item s
19035 seconds
19036 @item m
19037 minutes
19038 @item h
19039 hours
19040 @item d
19041 days
19042 @end table
19044 Although portable POSIX scripts must give @command{sleep} a single
19045 non-negative integer argument without a suffix, GNU @command{sleep}
19046 also accepts two or more arguments, unit suffixes, and floating-point
19047 numbers in either the current or the C locale.  @xref{Floating point}.
19049 For instance, the following could be used to @command{sleep} for
19050 1 second, 234 milli-, 567 micro- and 890 nanoseconds:
19052 @example
19053 sleep 1234e-3 567.89e-6
19054 @end example
19056 Also one could sleep indefinitely like:
19058 @example
19059 sleep inf
19060 @end example
19062 The only options are @option{--help} and @option{--version}.  @xref{Common
19063 options}.
19065 @c sleep is a shell built-in at least with Solaris 11's /bin/sh
19066 @mayConflictWithShellBuiltIn{sleep}
19068 @exitstatus
19071 @node Numeric operations
19072 @chapter Numeric operations
19074 @cindex numeric operations
19075 These programs do numerically-related operations.
19077 @menu
19078 * factor invocation::              Show factors of numbers.
19079 * numfmt invocation::              Reformat numbers.
19080 * seq invocation::                 Print sequences of numbers.
19081 @end menu
19084 @node factor invocation
19085 @section @command{factor}: Print prime factors
19087 @pindex factor
19088 @cindex prime factors
19090 @command{factor} prints prime factors.  Synopsis:
19092 @example
19093 factor [@var{option}]@dots{} [@var{number}]@dots{}
19094 @end example
19096 If no @var{number} is specified on the command line, @command{factor} reads
19097 numbers from standard input, delimited by newlines, tabs, or spaces.
19099 The program accepts the following options.  Also see @ref{Common options}.
19101 @table @samp
19102 @item -h
19103 @itemx --exponents
19104 @opindex -h
19105 @opindex --exponents
19106 print factors in the form @math{p^e}, rather than repeating
19107 the prime @samp{p}, @samp{e} times. If the exponent @samp{e} is 1,
19108 then it is omitted.
19110 @example
19111 $ factor --exponents 3000
19112 3000: 2^3 3 5^3
19113 @end example
19114 @end table
19116 If the number to be factored is small (less than @math{2^{127}} on
19117 typical machines), @command{factor} uses a faster algorithm.
19118 For example, on a circa-2017 Intel Xeon Silver 4116, factoring the
19119 product of the eighth and ninth Mersenne primes (approximately
19120 @math{2^{92}}) takes about 4 ms of CPU time:
19122 @example
19123 $ M8=$(echo 2^31-1 | bc)
19124 $ M9=$(echo 2^61-1 | bc)
19125 $ n=$(echo "$M8 * $M9" | bc)
19126 $ bash -c "time factor $n"
19127 4951760154835678088235319297: 2147483647 2305843009213693951
19129 real    0m0.004s
19130 user    0m0.004s
19131 sys     0m0.000s
19132 @end example
19134 For larger numbers, @command{factor} uses a slower algorithm.  On the
19135 same platform, factoring the eighth Fermat number @math{2^{256} + 1}
19136 takes about 14 seconds, and the slower algorithm would have taken
19137 about 750 ms to factor @math{2^{127} - 3} instead of the 50 ms needed by
19138 the faster algorithm.
19140 Factoring large numbers is, in general, hard.  The Pollard-Brent rho
19141 algorithm used by @command{factor} is particularly effective for
19142 numbers with relatively small factors.  If you wish to factor large
19143 numbers which do not have small factors (for example, numbers which
19144 are the product of two large primes), other methods are far better.
19146 @exitstatus
19149 @node numfmt invocation
19150 @section @command{numfmt}: Reformat numbers
19152 @pindex numfmt
19154 @command{numfmt} reads numbers in various representations and reformats them
19155 as requested.  The most common usage is converting numbers to/from @emph{human}
19156 representation (e.g. @samp{4G} @expansion{} @samp{4,000,000,000}).
19158 @example
19159 numfmt [@var{option}]@dots{} [@var{number}]
19160 @end example
19162 @command{numfmt} converts each @var{number} on the command-line according to the
19163 specified options (see below).  If no @var{number}s are given, it reads numbers
19164 from standard input.  @command{numfmt} can optionally extract numbers from
19165 specific columns, maintaining proper line padding and alignment.
19167 @exitstatus
19169 See @option{--invalid} for additional information regarding exit status.
19171 @subsection General options
19173 The program accepts the following options.  Also see @ref{Common options}.
19175 @table @samp
19177 @item --debug
19178 @opindex --debug
19179 Print (to standard error) warning messages about possible erroneous usage.
19181 @item -d @var{d}
19182 @itemx --delimiter=@var{d}
19183 @opindex -d
19184 @opindex --delimiter
19185 Use the character @var{d} as input field separator (default: whitespace).
19186 Using non-default delimiter turns off automatic padding.
19188 @item --field=@var{fields}
19189 @opindex --field
19190 Convert the number in input field @var{fields} (default: 1).
19191 @var{fields} supports @command{cut} style field ranges:
19193 @example
19194 N    N'th field, counted from 1
19195 N-   from N'th field, to end of line
19196 N-M  from N'th to M'th field (inclusive)
19197 -M   from first to M'th field (inclusive)
19198 -    all fields
19199 @end example
19202 @item --format=@var{format}
19203 @opindex --format
19204 Use printf-style floating FORMAT string.  The @var{format} string must contain
19205 one @samp{%f} directive, optionally with @samp{'}, @samp{-}, @samp{0}, width
19206 or precision modifiers.  The @samp{'} modifier will enable @option{--grouping},
19207 the @samp{-} modifier will enable left-aligned @option{--padding} and the width
19208 modifier will enable right-aligned @option{--padding}.  The @samp{0} width
19209 modifier (without the @samp{-} modifier) will generate leading zeros on the
19210 number, up to the specified width.  A precision specification like @samp{%.1f}
19211 will override the precision determined from the input data or set due to
19212 @option{--to} option auto scaling.
19214 @item --from=@var{unit}
19215 @opindex --from
19216 Auto-scales input numbers according to @var{unit}.  See UNITS below.
19217 The default is no scaling, meaning suffixes (e.g. @samp{M}, @samp{G}) will
19218 trigger an error.
19220 @item --from-unit=@var{n}
19221 @opindex --from-unit
19222 Specify the input unit size (instead of the default 1).  Use this option when
19223 the input numbers represent other units (e.g. if the input number @samp{10}
19224 represents 10 units of 512 bytes, use @samp{--from-unit=512}).
19225 Suffixes are handled as with @samp{--from=auto}.
19227 @item --grouping
19228 @opindex --grouping
19229 Group digits in output numbers according to the current locale's grouping rules
19230 (e.g @emph{Thousands Separator} character, commonly @samp{.} (dot) or @samp{,}
19231 comma).  This option has no effect in @samp{POSIX/C} locale.
19233 @item --header[=@var{n}]
19234 @opindex --header
19235 @opindex --header=N
19236 Print the first @var{n} (default: 1) lines without any conversion.
19238 @item --invalid=@var{mode}
19239 @opindex --invalid
19240 The default action on input errors is to exit immediately with status code 2.
19241 @option{--invalid=@samp{abort}} explicitly specifies this default mode.
19242 With a @var{mode} of @samp{fail}, print a warning for @emph{each} conversion
19243 error, and exit with status 2.  With a @var{mode} of @samp{warn}, exit with
19244 status 0, even in the presence of conversion errors, and with a @var{mode} of
19245 @samp{ignore} do not even print diagnostics.
19247 @item --padding=@var{n}
19248 @opindex --padding
19249 Pad the output numbers to @var{n} characters, by adding spaces.  If @var{n} is
19250 a positive number, numbers will be right-aligned.  If @var{n} is a negative
19251 number, numbers will be left-aligned.  By default, numbers are automatically
19252 aligned based on the input line's width (only with the default delimiter).
19254 @item --round=@var{method}
19255 @opindex --round
19256 @opindex --round=up
19257 @opindex --round=down
19258 @opindex --round=from-zero
19259 @opindex --round=towards-zero
19260 @opindex --round=nearest
19261 When converting number representations, round the number according to
19262 @var{method}, which can be @samp{up}, @samp{down},
19263 @samp{from-zero} (the default), @samp{towards-zero}, @samp{nearest}.
19265 @item --suffix=@var{suffix}
19266 @opindex --suffix
19267 Add @samp{SUFFIX} to the output numbers, and accept optional @samp{SUFFIX} in
19268 input numbers.
19270 @item --to=@var{unit}
19271 @opindex --to
19272 Auto-scales output numbers according to @var{unit}.  See @emph{Units} below.
19273 The default is no scaling, meaning all the digits of the number are printed.
19275 @item --to-unit=@var{n}
19276 @opindex --to-unit
19277 Specify the output unit size (instead of the default 1).  Use this option when
19278 the output numbers represent other units (e.g. to represent @samp{4,000,000}
19279 bytes in blocks of 1kB, use @samp{--to=si --to-unit=1000}).
19280 Suffixes are handled as with @samp{--from=auto}.
19282 @optZeroTerminated
19283 @newlineFieldSeparator
19285 @end table
19287 @subsection Possible @var{unit}s:
19289 The following are the possible @var{unit} options with @option{--from=UNITS} and
19290 @option{--to=UNITS}:
19292 @table @var
19294 @item none
19295 No scaling is performed.  For input numbers, no suffixes are accepted, and any
19296 trailing characters following the number will trigger an error.  For output
19297 numbers, all digits of the numbers will be printed.
19299 @item si
19300 Auto-scale numbers according to the @emph{International System of Units (SI)}
19301 standard.
19302 For input numbers, accept one of the following suffixes.
19303 For output numbers, values larger than 1000 will be rounded, and printed with
19304 one of the following suffixes:
19306 @example
19307 @samp{K}  =>  @math{1000^1 = 10^3} (Kilo) (uppercase accepted on input)
19308 @samp{k}  =>  @math{1000^1 = 10^3} (Kilo) (lowercase used on output)
19309 @samp{M}  =>  @math{1000^2 = 10^6} (Mega)
19310 @samp{G}  =>  @math{1000^3 = 10^9} (Giga)
19311 @samp{T}  =>  @math{1000^4 = 10^{12}} (Tera)
19312 @samp{P}  =>  @math{1000^5 = 10^{15}} (Peta)
19313 @samp{E}  =>  @math{1000^6 = 10^{18}} (Exa)
19314 @samp{Z}  =>  @math{1000^7 = 10^{21}} (Zetta)
19315 @samp{Y}  =>  @math{1000^8 = 10^{24}} (Yotta)
19316 @samp{R}  =>  @math{1000^9 = 10^{27}} (Ronna)
19317 @samp{Q}  =>  @math{1000^{10} = 10^{30}} (Quetta)
19318 @end example
19320 @item iec
19321 Auto-scale numbers according to the @emph{International Electrotechnical
19322 Commission (IEC)} standard.
19323 For input numbers, accept one of the following suffixes.
19324 For output numbers, values larger than 1024 will be rounded, and printed with
19325 one of the following suffixes:
19327 @example
19328 @samp{K}  =>  @math{1024^1 = 2^{10}} (Kibi) (uppercase used on output)
19329 @samp{k}  =>  @math{1024^1 = 2^{10}} (Kibi) (lowercase accepted on input)
19330 @samp{M}  =>  @math{1024^2 = 2^{20}} (Mebi)
19331 @samp{G}  =>  @math{1024^3 = 2^{30}} (Gibi)
19332 @samp{T}  =>  @math{1024^4 = 2^{40}} (Tebi)
19333 @samp{P}  =>  @math{1024^5 = 2^{50}} (Pebi)
19334 @samp{E}  =>  @math{1024^6 = 2^{60}} (Exbi)
19335 @samp{Z}  =>  @math{1024^7 = 2^{70}} (Zebi)
19336 @samp{Y}  =>  @math{1024^8 = 2^{80}} (Yobi)
19337 @samp{R}  =>  @math{1024^9 = 2^{90}} (Robi)
19338 @samp{Q}  =>  @math{1024^{10} = 2^{100}} (Quebi)
19339 @end example
19341 The @option{iec} option uses a single letter suffix (e.g. @samp{G}), which is
19342 not fully standard, as the @emph{iec} standard recommends a two-letter symbol
19343 (e.g @samp{Gi}) -- but in practice, this method is common.  Compare with
19344 the @option{iec-i} option.
19346 @item iec-i
19347 Auto-scale numbers according to the @emph{International Electrotechnical
19348 Commission (IEC)} standard.
19349 For input numbers, accept one of the following suffixes.
19350 For output numbers, values larger than 1024 will be rounded, and printed with
19351 one of the following suffixes:
19353 @example
19354 @samp{Ki}  =>  @math{1024^1 = 2^{10}} (Kibi) (uppercase used on output)
19355 @samp{ki}  =>  @math{1024^1 = 2^{10}} (Kibi) (lowercase accepted on input)
19356 @samp{Mi}  =>  @math{1024^2 = 2^{20}} (Mebi)
19357 @samp{Gi}  =>  @math{1024^3 = 2^{30}} (Gibi)
19358 @samp{Ti}  =>  @math{1024^4 = 2^{40}} (Tebi)
19359 @samp{Pi}  =>  @math{1024^5 = 2^{50}} (Pebi)
19360 @samp{Ei}  =>  @math{1024^6 = 2^{60}} (Exbi)
19361 @samp{Zi}  =>  @math{1024^7 = 2^{70}} (Zebi)
19362 @samp{Yi}  =>  @math{1024^8 = 2^{80}} (Yobi)
19363 @samp{Ri}  =>  @math{1024^9 = 2^{90}} (Robi)
19364 @samp{Qi}  =>  @math{1024^{10} = 2^{100}} (Quebi)
19365 @end example
19367 The @option{iec-i} option uses a two-letter suffix symbol (e.g. @samp{Gi}),
19368 as the @emph{iec} standard recommends, but this is not always common in
19369 practice.  Compare with the @option{iec} option.
19371 @item auto
19372 @samp{auto} can only be used with @option{--from}.  With this method, numbers
19373 with single-letter suffixes like @samp{K}
19374 suffixes are interpreted as @emph{SI} values, and numbers with
19375 two-letter suffixes like @samp{Ki}
19376 are interpreted as @emph{IEC} values.
19378 @end table
19380 @subsection Examples of using @command{numfmt}
19382 Converting a single number from/to @emph{human} representation:
19383 @example
19384 $ numfmt --to=si 500000
19385 500k
19387 $ numfmt --to=iec 500000
19388 489K
19390 $ numfmt --to=iec-i 500000
19391 489Ki
19393 $ numfmt --from=si 1M
19394 1000000
19396 $ numfmt --from=iec 1M
19397 1048576
19399 # with '--from=auto', M=Mega, Mi=Mebi
19400 $ numfmt --from=auto 1M
19401 1000000
19402 $ numfmt --from=auto 1Mi
19403 1048576
19404 @end example
19406 Converting from @samp{SI} to @samp{IEC} scales (e.g. when a drive's capacity is
19407 advertised as @samp{1TB}, while checking the drive's capacity gives lower
19408 values):
19410 @example
19411 $ numfmt --from=si --to=iec 1T
19412 932G
19413 @end example
19415 With both input and output scales specified,
19416 the largest defined prefixes are supported:
19418 @example
19419 $ numfmt --from=si --to=iec-i 2000R
19420 1.6Qi
19421 @end example
19423 Converting a single field from an input file / piped input (these contrived
19424 examples are for demonstration purposes only, as both @command{ls} and
19425 @command{df} support the @option{--human-readable} option to
19426 output sizes in human-readable format):
19428 @example
19429 # Third field (file size) will be shown in SI representation
19430 $ ls -log | numfmt --field 3 --header --to=si | head -n4
19431 -rw-r--r--  1     94k Aug 23  2011 ABOUT-NLS
19432 -rw-r--r--  1    3.7k Jan  7 16:15 AUTHORS
19433 -rw-r--r--  1     36k Jun  1  2011 COPYING
19434 -rw-r--r--  1       0 Jan  7 15:15 ChangeLog
19436 # Second field (size) will be shown in IEC representation
19437 $ df --block-size=1 | numfmt --field 2 --header --to=iec | head -n4
19438 File system   1B-blocks        Used  Available Use% Mounted on
19439 rootfs             132G   104741408   26554036  80% /
19440 tmpfs              794M        7580     804960   1% /run/shm
19441 /dev/sdb1          694G   651424756   46074696  94% /home
19442 @end example
19445 Output can be tweaked using @option{--padding} or @option{--format}:
19447 @example
19448 # Pad to 10 characters, right-aligned
19449 $ du -s * | numfmt --to=si --padding=10
19450       2.5k config.log
19451        108 config.status
19452       1.7k configure
19453         20 configure.ac
19455 # Pad to 10 characters, left-aligned
19456 $ du -s * | numfmt --to=si --padding=-10
19457 2.5k       config.log
19458 108        config.status
19459 1.7k       configure
19460 20         configure.ac
19462 # Pad to 10 characters, left-aligned, using 'format'
19463 $ du -s * | numfmt --to=si --format="%10f"
19464       2.5k config.log
19465        108 config.status
19466       1.7k configure
19467         20 configure.ac
19469 # Pad to 10 characters, left-aligned, using 'format'
19470 $ du -s * | numfmt --to=si --padding="%-10f"
19471 2.5k       config.log
19472 108        config.status
19473 1.7k       configure
19474 20         configure.ac
19475 @end example
19477 With locales that support grouping digits, using @option{--grouping} or
19478 @option{--format} enables grouping.  In @samp{POSIX} locale, grouping is
19479 silently ignored:
19481 @example
19482 $ LC_ALL=C numfmt --from=iec --grouping 2G
19483 2147483648
19485 $ LC_ALL=en_US.utf8 numfmt --from=iec --grouping 2G
19486 2,147,483,648
19488 $ LC_ALL=ta_IN numfmt --from=iec --grouping 2G
19489 2,14,74,83,648
19491 $ LC_ALL=C numfmt --from=iec --format="==%'15f==" 2G
19492 ==     2147483648==
19494 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'15f==" 2G
19495 ==  2,147,483,648==
19497 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'-15f==" 2G
19498 ==2,147,483,648  ==
19500 $ LC_ALL=ta_IN numfmt --from=iec --format="==%'15f==" 2G
19501 == 2,14,74,83,648==
19502 @end example
19505 @node seq invocation
19506 @section @command{seq}: Print numeric sequences
19508 @pindex seq
19509 @cindex numeric sequences
19510 @cindex sequence of numbers
19512 @command{seq} prints a sequence of numbers to standard output.  Synopses:
19514 @example
19515 seq [@var{option}]@dots{} @var{last}
19516 seq [@var{option}]@dots{} @var{first} @var{last}
19517 seq [@var{option}]@dots{} @var{first} @var{increment} @var{last}
19518 @end example
19520 @command{seq} prints the numbers from @var{first} to @var{last} by
19521 @var{increment}.  By default, each number is printed on a separate line.
19522 When @var{increment} is not specified, it defaults to @samp{1},
19523 even when @var{first} is larger than @var{last}.
19524 @var{first} also defaults to @samp{1}.  So @code{seq 1} prints
19525 @samp{1}, but @code{seq 0} and @code{seq 10 5} produce no output.
19526 The sequence of numbers ends when the sum of the current number and
19527 @var{increment} would become greater than @var{last},
19528 so @code{seq 1 10 10} only produces @samp{1}.
19529 @var{increment} must not be @samp{0}; use the tool @command{yes} to get
19530 repeated output of a constant number.
19531 @var{first}, @var{increment} and @var{last} must not be @code{NaN},
19532 but @code{inf} is supported.
19533 Floating-point numbers may be specified in either the current or
19534 the C locale.  @xref{Floating point}.
19536 The program accepts the following options.  Also see @ref{Common options}.
19537 Options must precede operands.
19539 @table @samp
19540 @item -f @var{format}
19541 @itemx --format=@var{format}
19542 @opindex -f
19543 @opindex --format
19544 @cindex formatting of numbers in @command{seq}
19545 Print all numbers using @var{format}.
19546 @var{format} must contain exactly one of the @samp{printf}-style
19547 floating point conversion specifications @samp{%a}, @samp{%e},
19548 @samp{%f}, @samp{%g}, @samp{%A}, @samp{%E}, @samp{%F}, @samp{%G}@.
19549 The @samp{%} may be followed by zero or more flags taken from the set
19550 @samp{-+#0 '}, then an optional width containing one or more digits,
19551 then an optional precision consisting of a @samp{.} followed by zero
19552 or more digits.  @var{format} may also contain any number of @samp{%%}
19553 conversion specifications.  All conversion specifications have the
19554 same meaning as with @samp{printf}.
19556 The default format is derived from @var{first}, @var{step}, and
19557 @var{last}.  If these all use a fixed point decimal representation,
19558 the default format is @samp{%.@var{p}f}, where @var{p} is the minimum
19559 precision that can represent the output numbers exactly.  Otherwise,
19560 the default format is @samp{%g}.
19562 @item -s @var{string}
19563 @itemx --separator=@var{string}
19564 @opindex -s
19565 @opindex --separator
19566 @cindex separator for numbers in @command{seq}
19567 Separate numbers with @var{string}; default is a newline.
19568 The output always terminates with a newline.
19570 @item -w
19571 @itemx --equal-width
19572 @opindex -w
19573 @opindex --equal-width
19574 Print all numbers with the same width, by padding with leading zeros.
19575 @var{first}, @var{step}, and @var{last} should all use a fixed point
19576 decimal representation.
19577 (To have other kinds of padding, use @option{--format}).
19579 @end table
19581 You can get finer-grained control over output with @option{-f}:
19583 @example
19584 $ seq -f '(%9.2E)' -9e5 1.1e6 1.3e6
19585 (-9.00E+05)
19586 ( 2.00E+05)
19587 ( 1.30E+06)
19588 @end example
19590 If you want hexadecimal integer output, you can use @command{printf}
19591 to perform the conversion:
19593 @example
19594 $ printf '%x\n' $(seq 1048575 1024 1050623)
19595 fffff
19596 1003ff
19597 1007ff
19598 @end example
19600 For very long lists of numbers, use xargs to avoid
19601 system limitations on the length of an argument list:
19603 @example
19604 $ seq 1000000 | xargs printf '%x\n' | tail -n 3
19605 f423e
19606 f423f
19607 f4240
19608 @end example
19610 To generate octal output, use the printf @code{%o} format instead
19611 of @code{%x}.
19613 On most systems, seq can produce whole-number output for values up to
19614 at least @math{2^{53}}.  Larger integers are approximated.  The details
19615 differ depending on your floating-point implementation.
19616 @xref{Floating point}.  A common
19617 case is that @command{seq} works with integers through @math{2^{64}},
19618 and larger integers may not be numerically correct:
19620 @example
19621 $ seq 50000000000000000000 2 50000000000000000004
19622 50000000000000000000
19623 50000000000000000000
19624 50000000000000000004
19625 @end example
19627 However, when limited to non-negative whole numbers,
19628 an increment of less than 200, and no format-specifying option,
19629 seq can print arbitrarily large numbers.
19630 Therefore @command{seq inf} can be used to
19631 generate an infinite sequence of numbers.
19633 Be careful when using @command{seq} with outlandish values: otherwise
19634 you may see surprising results, as @command{seq} uses floating point
19635 internally.  For example, on the x86 platform, where the internal
19636 representation uses a 64-bit fraction, the command:
19638 @example
19639 seq 1 0.0000000000000000001 1.0000000000000000009
19640 @end example
19642 outputs 1.0000000000000000007 twice and skips 1.0000000000000000008.
19644 @exitstatus
19647 @node File permissions
19648 @chapter File permissions
19649 @include perm.texi
19652 @node File timestamps
19653 @chapter File timestamps
19655 @cindex atime
19656 @cindex birthtime
19657 @cindex ctime
19658 @cindex mtime
19659 Standard POSIX files have three timestamps: the access timestamp
19660 (atime) of the last read, the modification timestamp (mtime) of the
19661 last write, and the status change timestamp (ctime) of the last change
19662 to the file's meta-information.  Some file systems support a
19663 fourth time: the birth timestamp (birthtime) of when the file was
19664 created; by definition, birthtime never changes.
19666 One common example of a ctime change is when the permissions of a file
19667 change.  Changing the permissions doesn't access the file, so atime
19668 doesn't change, nor does it modify the file, so the mtime doesn't
19669 change.  Yet, something about the file itself has changed, and this
19670 must be noted somewhere.  This is the job of the ctime field.  This is
19671 necessary, so that, for example, a backup program can make a fresh
19672 copy of the file, including the new permissions value.  Another
19673 operation that modifies a file's ctime without affecting the others is
19674 renaming.
19676 Naively, a file's atime, mtime, and ctime are set to the current time
19677 whenever you read, write, or change the attributes of the file
19678 respectively, and searching a directory counts as reading it.  A
19679 file's atime and mtime can also be set directly, via the
19680 @command{touch} command (@pxref{touch invocation}).  In practice,
19681 though, timestamps are not updated quite that way.
19683 For efficiency reasons, many systems are lazy about updating atimes:
19684 when a program accesses a file, they may delay updating the file's
19685 atime, or may not update the file's atime if the file has been
19686 accessed recently, or may not update the atime at all.  Similar
19687 laziness, though typically not quite so extreme, applies to mtimes and
19688 ctimes.
19690 Some systems emulate timestamps instead of supporting them directly,
19691 and these emulations may disagree with the naive interpretation.  For
19692 example, a system may fake an atime or ctime by using the mtime.
19694 @cindex clock skew
19695 The determination of what time is ``current'' depends on the
19696 platform.  Platforms with network file systems often use different
19697 clocks for the operating system and for file systems; because
19698 updates typically uses file systems' clocks by default, clock
19699 skew can cause the resulting file timestamps to appear to be in a
19700 program's ``future'' or ``past''.
19702 @cindex file timestamp resolution
19703 When the system updates a file timestamp to a desired time @var{t}
19704 (which is either the current time, or a time specified via the
19705 @command{touch} command), there are several reasons the file's
19706 timestamp may be set to a value that differs from @var{t}.  First,
19707 @var{t} may have a higher resolution than supported.  Second, a file
19708 system may use different resolutions for different types of times.
19709 Third, file timestamps may use a different resolution than operating
19710 system timestamps.  Fourth, the operating system primitives used to
19711 update timestamps may employ yet a different resolution.  For example,
19712 in theory a file system might use 10-microsecond resolution for access
19713 timestamp and 100-nanosecond resolution for modification timestamp, and the
19714 operating system might use nanosecond resolution for the current time
19715 and microsecond resolution for the primitive that @command{touch} uses
19716 to set a file's timestamp to an arbitrary value.
19719 @include parse-datetime.texi
19721 @include sort-version.texi
19723 @c              What's GNU?
19724 @c              Arnold Robbins
19725 @node Opening the software toolbox
19726 @chapter Opening the Software Toolbox
19728 An earlier version of this chapter appeared in
19729 @uref{https://www.linuxjournal.com/article.php?sid=2762, the
19730 @cite{What's GNU@?} column of the June 1994 @cite{Linux Journal}}.
19731 It was written by Arnold Robbins.
19733 @menu
19734 * Toolbox introduction::        Toolbox introduction
19735 * I/O redirection::             I/O redirection
19736 * The who command::             The @command{who} command
19737 * The cut command::             The @command{cut} command
19738 * The sort command::            The @command{sort} command
19739 * The uniq command::            The @command{uniq} command
19740 * Putting the tools together::  Putting the tools together
19741 @end menu
19744 @node Toolbox introduction
19745 @unnumberedsec Toolbox Introduction
19747 This month's column is only peripherally related to the GNU Project, in
19748 that it describes a number of the GNU tools on your GNU/Linux system
19749 and how they
19750 might be used.  What it's really about is the ``Software Tools'' philosophy
19751 of program development and usage.
19753 The software tools philosophy was an important and integral concept
19754 in the initial design and development of Unix (of which GNU/Linux and GNU are
19755 essentially clones).  Unfortunately, in the modern day press of
19756 Internetworking and flashy GUIs, it seems to have fallen by the
19757 wayside.  This is a shame, since it provides a powerful mental model
19758 for solving many kinds of problems.
19760 Many people carry a Swiss Army knife around in their pants pockets (or
19761 purse).  A Swiss Army knife is a handy tool to have: it has several knife
19762 blades, a screwdriver, tweezers, toothpick, nail file, corkscrew, and perhaps
19763 a number of other things on it.  For the everyday, small miscellaneous jobs
19764 where you need a simple, general purpose tool, it's just the thing.
19766 On the other hand, an experienced carpenter doesn't build a house using
19767 a Swiss Army knife.  Instead, he has a toolbox chock full of specialized
19768 tools -- a saw, a hammer, a screwdriver, a plane, and so on.  And he knows
19769 exactly when and where to use each tool; you won't catch him hammering nails
19770 with the handle of his screwdriver.
19772 The Unix developers at Bell Labs were all professional programmers and trained
19773 computer scientists.  They had found that while a one-size-fits-all program
19774 might appeal to a user because there's only one program to use, in practice
19775 such programs are
19777 @enumerate a
19778 @item
19779 difficult to write,
19781 @item
19782 difficult to maintain and
19783 debug, and
19785 @item
19786 difficult to extend to meet new situations.
19787 @end enumerate
19789 Instead, they felt that programs should be specialized tools.  In short, each
19790 program ``should do one thing well.''  No more and no less.  Such programs are
19791 simpler to design, write, and get right -- they only do one thing.
19793 Furthermore, they found that with the right machinery for hooking programs
19794 together, that the whole was greater than the sum of the parts.  By combining
19795 several special purpose programs, you could accomplish a specific task
19796 that none of the programs was designed for, and accomplish it much more
19797 quickly and easily than if you had to write a special purpose program.
19798 We will see some (classic) examples of this further on in the column.
19799 (An important additional point was that, if necessary, take a detour
19800 and build any software tools you may need first, if you don't already
19801 have something appropriate in the toolbox.)
19803 @node I/O redirection
19804 @unnumberedsec I/O Redirection
19806 Hopefully, you are familiar with the basics of I/O redirection in the
19807 shell, in particular the concepts of ``standard input,'' ``standard output,''
19808 and ``standard error''.  Briefly, ``standard input'' is a data source, where
19809 data comes from.  A program should not need to either know or care if the
19810 data source is a regular file, a keyboard, a magnetic tape, or even a punched
19811 card reader.  Similarly, ``standard output'' is a data sink, where data goes
19812 to.  The program should neither know nor care where this might be.
19813 Programs that only read their standard input, do something to the data,
19814 and then send it on, are called @dfn{filters}, by analogy to filters in a
19815 water pipeline.
19817 With the Unix shell, it's very easy to set up data pipelines:
19819 @example
19820 program_to_create_data | filter1 | ... | filterN > final.pretty.data
19821 @end example
19823 We start out by creating the raw data; each filter applies some successive
19824 transformation to the data, until by the time it comes out of the pipeline,
19825 it is in the desired form.
19827 This is fine and good for standard input and standard output.  Where does the
19828 standard error come in to play?  Well, think about @command{filter1} in
19829 the pipeline above.  What happens if it encounters an error in the data it
19830 sees?  If it writes an error message to standard output, it will just
19831 disappear down the pipeline into @command{filter2}'s input, and the
19832 user will probably never see it.  So programs need a place where they can send
19833 error messages so that the user will notice them.  This is standard error,
19834 and it is usually connected to your console or window, even if you have
19835 redirected standard output of your program away from your screen.
19837 For filter programs to work together, the format of the data has to be
19838 agreed upon.  The most straightforward and easiest format to use is simply
19839 lines of text.  Unix data files are generally just streams of bytes, with
19840 lines delimited by the ASCII LF (Line Feed) character,
19841 conventionally called a ``newline'' in the Unix literature.  (This is
19842 @code{'\n'} if you're a C programmer.)  This is the format used by all
19843 the traditional filtering programs.  (Many earlier operating systems
19844 had elaborate facilities and special purpose programs for managing
19845 binary data.  Unix has always shied away from such things, under the
19846 philosophy that it's easiest to simply be able to view and edit your
19847 data with a text editor.)
19849 OK, enough introduction.  Let's take a look at some of the tools, and then
19850 we'll see how to hook them together in interesting ways.   In the following
19851 discussion, we will only present those command line options that interest
19852 us.  As you should always do, double check your system documentation
19853 for the full story.
19855 @node The who command
19856 @unnumberedsec The @command{who} Command
19858 The first program is the @command{who} command.  By itself, it generates a
19859 list of the users who are currently logged in.  Although I'm writing
19860 this on a single-user system, we'll pretend that several people are
19861 logged in:
19863 @example
19864 $ who
19865 @print{} arnold   console Jan 22 19:57
19866 @print{} miriam   ttyp0   Jan 23 14:19(:0.0)
19867 @print{} bill     ttyp1   Jan 21 09:32(:0.0)
19868 @print{} arnold   ttyp2   Jan 23 20:48(:0.0)
19869 @end example
19871 Here, the @samp{$} is the usual shell prompt, at which I typed @samp{who}.
19872 There are three people logged in, and I am logged in twice.  On traditional
19873 Unix systems, user names are never more than eight characters long.  This
19874 little bit of trivia will be useful later.  The output of @command{who} is nice,
19875 but the data is not all that exciting.
19877 @node The cut command
19878 @unnumberedsec The @command{cut} Command
19880 The next program we'll look at is the @command{cut} command.  This program
19881 cuts out columns or fields of input data.  For example, we can tell it
19882 to print just the login name and full name from the @file{/etc/passwd}
19883 file.  The @file{/etc/passwd} file has seven fields, separated by
19884 colons:
19886 @example
19887 arnold:xyzzy:2076:10:Arnold D. Robbins:/home/arnold:/bin/bash
19888 @end example
19890 To get the first and fifth fields, we would use @command{cut} like this:
19892 @example
19893 $ cut -d: -f1,5 /etc/passwd
19894 @print{} root:Operator
19895 @dots{}
19896 @print{} arnold:Arnold D. Robbins
19897 @print{} miriam:Miriam A. Robbins
19898 @dots{}
19899 @end example
19901 With the @option{-c} option, @command{cut} will cut out specific characters
19902 (i.e., columns) in the input lines.  This is useful for input data
19903 that has fixed width fields, and does not have a field separator.  For
19904 example, list the Monday dates for the current month:
19906 @c Is using cal ok?  Looked at gcal, but I don't like it.
19907 @example
19908 $ cal | cut -c 3-5
19909 @print{}Mo
19910 @print{}
19911 @print{}  6
19912 @print{} 13
19913 @print{} 20
19914 @print{} 27
19915 @end example
19917 @node The sort command
19918 @unnumberedsec The @command{sort} Command
19920 Next we'll look at the @command{sort} command.  This is one of the most
19921 powerful commands on a Unix-style system; one that you will often find
19922 yourself using when setting up fancy data plumbing.
19924 The @command{sort}
19925 command reads and sorts each file named on the command line.  It then
19926 merges the sorted data and writes it to standard output.  It will read
19927 standard input if no files are given on the command line (thus
19928 making it into a filter).  The sort is based on the character collating
19929 sequence or based on user-supplied ordering criteria.
19932 @node The uniq command
19933 @unnumberedsec The @command{uniq} Command
19935 Finally (at least for now), we'll look at the @command{uniq} program.  When
19936 sorting data, you will often end up with duplicate lines, lines that
19937 are identical.  Usually, all you need is one instance of each line.
19938 This is where @command{uniq} comes in.  The @command{uniq} program reads its
19939 standard input.  It prints only one
19940 copy of each repeated line.  It does have several options.  Later on,
19941 we'll use the @option{-c} option, which prints each unique line, preceded
19942 by a count of the number of times that line occurred in the input.
19945 @node Putting the tools together
19946 @unnumberedsec Putting the Tools Together
19948 Now, let's suppose this is a large ISP server system with dozens of users
19949 logged in.  The management wants the system administrator to write a
19950 program that will
19951 generate a sorted list of logged in users.  Furthermore, even if a user
19952 is logged in multiple times, his or her name should only show up in the
19953 output once.
19955 The administrator could sit down with the system documentation and write a C
19956 program that did this.  It would take perhaps a couple of hundred lines
19957 of code and about two hours to write it, test it, and debug it.
19958 However, knowing the software toolbox, the administrator can instead start out
19959 by generating just a list of logged on users:
19961 @example
19962 $ who | cut -c1-8
19963 @print{} arnold
19964 @print{} miriam
19965 @print{} bill
19966 @print{} arnold
19967 @end example
19969 Next, sort the list:
19971 @example
19972 $ who | cut -c1-8 | sort
19973 @print{} arnold
19974 @print{} arnold
19975 @print{} bill
19976 @print{} miriam
19977 @end example
19979 Finally, run the sorted list through @command{uniq}, to weed out duplicates:
19981 @example
19982 $ who | cut -c1-8 | sort | uniq
19983 @print{} arnold
19984 @print{} bill
19985 @print{} miriam
19986 @end example
19988 The @command{sort} command actually has a @option{-u} option that does what
19989 @command{uniq} does.  However, @command{uniq} has other uses for which one
19990 cannot substitute @samp{sort -u}.
19992 The administrator puts this pipeline into a shell script, and makes it
19993 available for
19994 all the users on the system (@samp{#} is the system administrator,
19995 or @code{root}, prompt):
19997 @example
19998 # cat > /usr/local/bin/listusers
19999 who | cut -c1-8 | sort | uniq
20001 # chmod +x /usr/local/bin/listusers
20002 @end example
20004 There are four major points to note here.  First, with just four
20005 programs, on one command line, the administrator was able to save about two
20006 hours worth of work.  Furthermore, the shell pipeline is just about as
20007 efficient as the C program would be, and it is much more efficient in
20008 terms of programmer time.  People time is much more expensive than
20009 computer time, and in our modern ``there's never enough time to do
20010 everything'' society, saving two hours of programmer time is no mean
20011 feat.
20013 Second, it is also important to emphasize that with the
20014 @emph{combination} of the tools, it is possible to do a special
20015 purpose job never imagined by the authors of the individual programs.
20017 Third, it is also valuable to build up your pipeline in stages, as we did here.
20018 This allows you to view the data at each stage in the pipeline, which helps
20019 you acquire the confidence that you are indeed using these tools correctly.
20021 Finally, by bundling the pipeline in a shell script, other users can use
20022 your command, without having to remember the fancy plumbing you set up for
20023 them.  In terms of how you run them, shell scripts and compiled programs are
20024 indistinguishable.
20026 After the previous warm-up exercise, we'll look at two additional, more
20027 complicated pipelines.  For them, we need to introduce two more tools.
20029 The first is the @command{tr} command, which stands for ``transliterate.''
20030 The @command{tr} command works on a character-by-character basis, changing
20031 characters.  Normally it is used for things like mapping upper case to
20032 lower case:
20034 @example
20035 $ echo ThIs ExAmPlE HaS MIXED case! | tr '[:upper:]' '[:lower:]'
20036 @print{} this example has mixed case!
20037 @end example
20039 There are several options of interest:
20041 @table @code
20042 @item -c
20043 work on the complement of the listed characters, i.e.,
20044 operations apply to characters not in the given set
20046 @item -d
20047 delete characters in the first set from the output
20049 @item -s
20050 squeeze repeated characters in the output into just one character.
20051 @end table
20053 We will be using all three options in a moment.
20055 The other command we'll look at is @command{comm}.  The @command{comm}
20056 command takes two sorted input files as input data, and prints out the
20057 files' lines in three columns.  The output columns are the data lines
20058 unique to the first file, the data lines unique to the second file, and
20059 the data lines that are common to both.  The @option{-1}, @option{-2}, and
20060 @option{-3} command line options @emph{omit} the respective columns.  (This is
20061 non-intuitive and takes a little getting used to.)  For example:
20063 @example
20064 $ cat f1
20065 @print{} 11111
20066 @print{} 22222
20067 @print{} 33333
20068 @print{} 44444
20069 $ cat f2
20070 @print{} 00000
20071 @print{} 22222
20072 @print{} 33333
20073 @print{} 55555
20074 $ comm f1 f2
20075 @print{}         00000
20076 @print{} 11111
20077 @print{}                 22222
20078 @print{}                 33333
20079 @print{} 44444
20080 @print{}         55555
20081 @end example
20083 The file name @file{-} tells @command{comm} to read standard input
20084 instead of a regular file.
20086 Now we're ready to build a fancy pipeline.  The first application is a word
20087 frequency counter.  This helps an author determine if he or she is over-using
20088 certain words.
20090 The first step is to change the case of all the letters in our input file
20091 to one case.  ``The'' and ``the'' are the same word when doing counting.
20093 @example
20094 $ tr '[:upper:]' '[:lower:]' < whats.gnu | ...
20095 @end example
20097 The next step is to get rid of punctuation.  Quoted words and unquoted words
20098 should be treated identically; it's easiest to just get the punctuation out of
20099 the way.
20101 @example
20102 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' | ...
20103 @end example
20105 The second @command{tr} command operates on the complement of the listed
20106 characters, which are all the letters, the digits, the underscore, and
20107 the blank.  The @samp{\n} represents the newline character; it has to
20108 be left alone.  (The ASCII tab character should also be included for
20109 good measure in a production script.)
20111 At this point, we have data consisting of words separated by blank space.
20112 The words only contain alphanumeric characters (and the underscore).  The
20113 next step is break the data apart so that we have one word per line.  This
20114 makes the counting operation much easier, as we will see shortly.
20116 @example
20117 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20118 > tr -s ' ' '\n' | ...
20119 @end example
20121 This command turns blanks into newlines.  The @option{-s} option squeezes
20122 multiple newline characters in the output into just one, removing
20123 blank lines.  (The @samp{>} is the shell's ``secondary prompt.''
20124 This is what the shell prints when it notices you haven't finished
20125 typing in all of a command.)
20127 We now have data consisting of one word per line, no punctuation, all one
20128 case.  We're ready to count each word:
20130 @example
20131 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20132 > tr -s ' ' '\n' | sort | uniq -c | ...
20133 @end example
20135 At this point, the data might look something like this:
20137 @example
20138      60 a
20139       2 able
20140       6 about
20141       1 above
20142       2 accomplish
20143       1 acquire
20144       1 actually
20145       2 additional
20146 @end example
20148 The output is sorted by word, not by count!  What we want is the most
20149 frequently used words first.  Fortunately, this is easy to accomplish,
20150 with the help of two more @command{sort} options:
20152 @table @code
20153 @item -n
20154 do a numeric sort, not a textual one
20156 @item -r
20157 reverse the order of the sort
20158 @end table
20160 The final pipeline looks like this:
20162 @example
20163 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20164 > tr -s ' ' '\n' | sort | uniq -c | sort -n -r
20165 @print{}    156 the
20166 @print{}     60 a
20167 @print{}     58 to
20168 @print{}     51 of
20169 @print{}     51 and
20170 @dots{}
20171 @end example
20173 Whew!  That's a lot to digest.  Yet, the same principles apply.  With six
20174 commands, on two lines (really one long one split for convenience), we've
20175 created a program that does something interesting and useful, in much
20176 less time than we could have written a C program to do the same thing.
20178 A minor modification to the above pipeline can give us a simple spelling
20179 checker!  To determine if you've spelled a word correctly, all you have to
20180 do is look it up in a dictionary.  If it is not there, then chances are
20181 that your spelling is incorrect.  So, we need a dictionary.
20182 The conventional location for a dictionary is @file{/usr/share/dict/words}.
20184 Now, how to compare our file with the dictionary?  As before, we generate
20185 a sorted list of words, one per line:
20187 @example
20188 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20189 > tr -s ' ' '\n' | sort -u | ...
20190 @end example
20192 Now, all we need is a list of words that are @emph{not} in the
20193 dictionary.  Here is where the @command{comm} command comes in.
20194 Unfortunately @command{comm} operates on sorted input and
20195 @file{/usr/share/dict/words} is not sorted the way that @command{sort}
20196 and @command{comm} normally use, so we first create a properly-sorted
20197 copy of the dictionary and then run a pipeline that uses the copy.
20199 @example
20200 $ sort /usr/share/dict/words > sorted-words
20201 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
20202 > tr -s ' ' '\n' | sort -u |
20203 > comm -23 - sorted-words
20204 @end example
20206 The @option{-2} and @option{-3} options eliminate lines that are only in the
20207 dictionary (the second file), and lines that are in both files.  Lines
20208 only in the first file (standard input, our stream of words), are
20209 words that are not in the dictionary.  These are likely candidates for
20210 spelling errors.  This pipeline was the first cut at a production
20211 spelling checker on Unix.
20213 There are some other tools that deserve brief mention.
20215 @table @command
20216 @item grep
20217 search files for text that matches a regular expression
20219 @item wc
20220 count lines, words, characters
20222 @item tee
20223 a T-fitting for data pipes, copies data to files and to standard output
20225 @item sed
20226 the stream editor, an advanced tool
20228 @item awk
20229 a data manipulation language, another advanced tool
20230 @end table
20232 The software tools philosophy also espoused the following bit of
20233 advice: ``Let someone else do the hard part.''  This means, take
20234 something that gives you most of what you need, and then massage it the
20235 rest of the way until it's in the form that you want.
20237 To summarize:
20239 @enumerate 1
20240 @item
20241 Each program should do one thing well.  No more, no less.
20243 @item
20244 Combining programs with appropriate plumbing leads to results where
20245 the whole is greater than the sum of the parts.  It also leads to novel
20246 uses of programs that the authors might never have imagined.
20248 @item
20249 Programs should never print extraneous header or trailer data, since these
20250 could get sent on down a pipeline.  (A point we didn't mention earlier.)
20252 @item
20253 Let someone else do the hard part.
20255 @item
20256 Know your toolbox!  Use each program appropriately.  If you don't have an
20257 appropriate tool, build one.
20258 @end enumerate
20260 All the programs discussed are available as described in
20261 @uref{https://www.gnu.org/software/coreutils/coreutils.html,
20262 GNU core utilities}.
20264 None of what I have presented in this column is new.  The Software Tools
20265 philosophy was first introduced in the book @cite{Software Tools}, by
20266 Brian Kernighan and P.J. Plauger (Addison-Wesley, ISBN 0-201-03669-X).
20267 This book showed how to write and use software tools.  It was written in
20268 1976, using a preprocessor for FORTRAN named @command{ratfor} (RATional
20269 FORtran).  At the time, C was not as ubiquitous as it is now; FORTRAN
20270 was.  The last chapter presented a @command{ratfor} to FORTRAN
20271 processor, written in @command{ratfor}.  @command{ratfor} looks an awful
20272 lot like C; if you know C, you won't have any problem following the
20273 code.
20275 In 1981, the book was updated and made available as @cite{Software Tools
20276 in Pascal} (Addison-Wesley, ISBN 0-201-10342-7).  Both books are
20277 still in print and are well worth
20278 reading if you're a programmer.  They certainly made a major change in
20279 how I view programming.
20281 The programs in both books are available from
20282 @uref{https://www.cs.princeton.edu/~bwk/, Brian Kernighan's home page}.
20283 For a number of years, there was an active
20284 Software Tools Users Group, whose members had ported the original
20285 @command{ratfor} programs to essentially every computer system with a
20286 FORTRAN compiler.  The popularity of the group waned in the middle 1980s
20287 as Unix began to spread beyond universities.
20289 With the current proliferation of GNU code and other clones of Unix programs,
20290 these programs now receive little attention; modern C versions are
20291 much more efficient and do more than these programs do.  Nevertheless, as
20292 exposition of good programming style, and evangelism for a still-valuable
20293 philosophy, these books are unparalleled, and I recommend them highly.
20295 Acknowledgment: I would like to express my gratitude to Brian Kernighan
20296 of Bell Labs, the original Software Toolsmith, for reviewing this column.
20298 @node GNU Free Documentation License
20299 @appendix GNU Free Documentation License
20301 @include fdl.texi
20303 @node Concept index
20304 @unnumbered Index
20306 @printindex cp
20308 @bye
20310 @c Local variables:
20311 @c texinfo-column-for-description: 32
20312 @c End: