a56b05480692109e5196a831bd92191bd7ecd129
[platform/upstream/coreutils.git] / doc / coreutils.texi
1 \input texinfo
2 @c %**start of header
3 @setfilename coreutils.info
4 @settitle @sc{gnu} Coreutils
5
6 @c %**end of header
7
8 @include version.texi
9 @include constants.texi
10
11 @c Define new indices.
12 @defcodeindex op
13 @defcodeindex fl
14
15 @c Put everything in one index (arbitrarily chosen to be the concept index).
16 @syncodeindex fl cp
17 @syncodeindex fn cp
18 @syncodeindex ky cp
19 @syncodeindex op cp
20 @syncodeindex pg cp
21 @syncodeindex vr cp
22
23 @dircategory Basics
24 @direntry
25 * Coreutils: (coreutils).       Core GNU (file, text, shell) utilities.
26 * Common options: (coreutils)Common options.      Common options.
27 * File permissions: (coreutils)File permissions.  Access modes.
28 * Date input formats: (coreutils)Date input formats.
29 @end direntry
30
31 @c FIXME: the following need documentation
32 @c * [: (coreutils)[ invocation.                   File/string tests.
33 @c * pinky: (coreutils)pinky invocation.           FIXME.
34 @c * uptime: (coreutils)uptime invocation.         FIXME.
35
36 @dircategory Individual utilities
37 @direntry
38 * base64: (coreutils)base64 invocation.         Base64 encode/decode data.
39 * basename: (coreutils)basename invocation.     Strip directory and suffix.
40 * cat: (coreutils)cat invocation.               Concatenate and write files.
41 * chgrp: (coreutils)chgrp invocation.           Change file groups.
42 * chmod: (coreutils)chmod invocation.           Change file permissions.
43 * chown: (coreutils)chown invocation.           Change file owners/groups.
44 * chroot: (coreutils)chroot invocation.         Specify the root directory.
45 * cksum: (coreutils)cksum invocation.           Print POSIX CRC checksum.
46 * comm: (coreutils)comm invocation.             Compare sorted files by line.
47 * cp: (coreutils)cp invocation.                 Copy files.
48 * csplit: (coreutils)csplit invocation.         Split by context.
49 * cut: (coreutils)cut invocation.               Print selected parts of lines.
50 * date: (coreutils)date invocation.             Print/set system date and time.
51 * dd: (coreutils)dd invocation.                 Copy and convert a file.
52 * df: (coreutils)df invocation.                 Report file system disk usage.
53 * dir: (coreutils)dir invocation.               List directories briefly.
54 * dircolors: (coreutils)dircolors invocation.   Color setup for ls.
55 * dirname: (coreutils)dirname invocation.       Strip non-directory suffix.
56 * du: (coreutils)du invocation.                 Report on disk usage.
57 * echo: (coreutils)echo invocation.             Print a line of text.
58 * env: (coreutils)env invocation.               Modify the environment.
59 * expand: (coreutils)expand invocation.         Convert tabs to spaces.
60 * expr: (coreutils)expr invocation.             Evaluate expressions.
61 * factor: (coreutils)factor invocation.         Print prime factors
62 * false: (coreutils)false invocation.           Do nothing, unsuccessfully.
63 * fmt: (coreutils)fmt invocation.               Reformat paragraph text.
64 * fold: (coreutils)fold invocation.             Wrap long input lines.
65 * groups: (coreutils)groups invocation.         Print group names a user is in.
66 * head: (coreutils)head invocation.             Output the first part of files.
67 * hostid: (coreutils)hostid invocation.         Print numeric host identifier.
68 * hostname: (coreutils)hostname invocation.     Print or set system name.
69 * id: (coreutils)id invocation.                 Print user identity.
70 * install: (coreutils)install invocation.       Copy and change attributes.
71 * join: (coreutils)join invocation.             Join lines on a common field.
72 * kill: (coreutils)kill invocation.             Send a signal to processes.
73 * link: (coreutils)link invocation.             Make hard links between files.
74 * ln: (coreutils)ln invocation.                 Make links between files.
75 * logname: (coreutils)logname invocation.       Print current login name.
76 * ls: (coreutils)ls invocation.                 List directory contents.
77 * md5sum: (coreutils)md5sum invocation.         Print or check MD5 digests.
78 * mkdir: (coreutils)mkdir invocation.           Create directories.
79 * mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).
80 * mknod: (coreutils)mknod invocation.           Create special files.
81 * mv: (coreutils)mv invocation.                 Rename files.
82 * nice: (coreutils)nice invocation.             Modify niceness.
83 * nl: (coreutils)nl invocation.                 Number lines and write files.
84 * nohup: (coreutils)nohup invocation.           Immunize to hangups.
85 * od: (coreutils)od invocation.                 Dump files in octal, etc.
86 * paste: (coreutils)paste invocation.           Merge lines of files.
87 * pathchk: (coreutils)pathchk invocation.       Check file name portability.
88 * pr: (coreutils)pr invocation.                 Paginate or columnate files.
89 * printenv: (coreutils)printenv invocation.     Print environment variables.
90 * printf: (coreutils)printf invocation.         Format and print data.
91 * ptx: (coreutils)ptx invocation.               Produce permuted indexes.
92 * pwd: (coreutils)pwd invocation.               Print working directory.
93 * readlink: (coreutils)readlink invocation.     Print referent of a symlink.
94 * rm: (coreutils)rm invocation.                 Remove files.
95 * rmdir: (coreutils)rmdir invocation.           Remove empty directories.
96 * seq: (coreutils)seq invocation.               Print numeric sequences
97 * sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.
98 * sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.
99 * shred: (coreutils)shred invocation.           Remove files more securely.
100 * sleep: (coreutils)sleep invocation.           Delay for a specified time.
101 * sort: (coreutils)sort invocation.             Sort text files.
102 * split: (coreutils)split invocation.           Split into fixed-size pieces.
103 * stat: (coreutils)stat invocation.             Report file(system) status.
104 * stty: (coreutils)stty invocation.             Print/change terminal settings.
105 * su: (coreutils)su invocation.                 Modify user and group ID.
106 * sum: (coreutils)sum invocation.               Print traditional checksum.
107 * sync: (coreutils)sync invocation.             Synchronize memory and disk.
108 * tac: (coreutils)tac invocation.               Reverse files.
109 * tail: (coreutils)tail invocation.             Output the last part of files.
110 * tee: (coreutils)tee invocation.               Redirect to multiple files.
111 * test: (coreutils)test invocation.             File/string tests.
112 * touch: (coreutils)touch invocation.           Change file timestamps.
113 * tr: (coreutils)tr invocation.                 Translate characters.
114 * true: (coreutils)true invocation.             Do nothing, successfully.
115 * tsort: (coreutils)tsort invocation.           Topological sort.
116 * tty: (coreutils)tty invocation.               Print terminal name.
117 * uname: (coreutils)uname invocation.           Print system information.
118 * unexpand: (coreutils)unexpand invocation.     Convert spaces to tabs.
119 * uniq: (coreutils)uniq invocation.             Uniquify files.
120 * unlink: (coreutils)unlink invocation.         Removal via unlink(2).
121 * users: (coreutils)users invocation.           Print current user names.
122 * vdir: (coreutils)vdir invocation.             List directories verbosely.
123 * wc: (coreutils)wc invocation.                 Line, word, and byte counts.
124 * who: (coreutils)who invocation.               Print who is logged in.
125 * whoami: (coreutils)whoami invocation.         Print effective user ID.
126 * yes: (coreutils)yes invocation.               Print a string indefinitely.
127 @end direntry
128
129 @copying
130 This manual documents version @value{VERSION} of the @sc{gnu} core
131 utilities, including the standard programs for text and file manipulation.
132
133 Copyright @copyright{} 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2004,
134 2005, 2006 Free Software Foundation, Inc.
135
136 @quotation
137 Permission is granted to copy, distribute and/or modify this document
138 under the terms of the GNU Free Documentation License, Version 1.1 or
139 any later version published by the Free Software Foundation; with no
140 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
141 Texts.  A copy of the license is included in the section entitled ``GNU
142 Free Documentation License''.
143 @end quotation
144 @end copying
145
146 @titlepage
147 @title @sc{gnu} @code{Coreutils}
148 @subtitle Core GNU utilities
149 @subtitle for version @value{VERSION}, @value{UPDATED}
150 @author David MacKenzie et al.
151
152 @page
153 @vskip 0pt plus 1filll
154 @insertcopying
155 @end titlepage
156
157
158 @ifnottex
159 @node Top
160 @top GNU Coreutils
161
162 @insertcopying
163 @end ifnottex
164
165 @cindex core utilities
166 @cindex text utilities
167 @cindex shell utilities
168 @cindex file utilities
169
170 @menu
171 * Introduction::                       Caveats, overview, and authors.
172 * Common options::                     Common options.
173 * Output of entire files::             cat tac nl od
174 * Formatting file contents::           fmt pr fold
175 * Output of parts of files::           head tail split csplit
176 * Summarizing files::                  wc sum cksum md5sum sha1sum sha2
177 * Operating on sorted files::          sort uniq comm ptx tsort
178 * Operating on fields within a line::  cut paste join
179 * Operating on characters::            tr expand unexpand
180 * Directory listing::                  ls dir vdir dircolors
181 * Basic operations::                   cp dd install mv rm shred
182 * Special file types::                 ln mkdir rmdir mkfifo mknod
183 * Changing file attributes::           chgrp chmod chown touch
184 * Disk usage::                         df du stat sync
185 * Printing text::                      echo printf yes
186 * Conditions::                         false true test expr
187 * Redirection::                        tee
188 * File name manipulation::             dirname basename pathchk
189 * Working context::                    pwd stty printenv tty
190 * User information::                   id logname whoami groups users who
191 * System context::                     date uname hostname hostid
192 * Modified command invocation::        chroot env nice nohup su
193 * Process control::                    kill
194 * Delaying::                           sleep
195 * Numeric operations::                 factor seq
196 * File permissions::                   Access modes.
197 * Date input formats::                 Specifying date strings.
198 * Opening the software toolbox::       The software tools philosophy.
199 * GNU Free Documentation License::     The license for this documentation.
200 * Index::                              General index.
201
202 @detailmenu
203  --- The Detailed Node Listing ---
204
205 Common Options
206
207 * Exit status::                 Indicating program success or failure.
208 * Backup options::              Backup options
209 * Block size::                  Block size
210 * Target directory::            Target directory
211 * Trailing slashes::            Trailing slashes
212 * Traversing symlinks::         Traversing symlinks to directories
213 * Treating / specially::        Treating / specially
214 * Standards conformance::       Standards conformance
215
216 Output of entire files
217
218 * cat invocation::              Concatenate and write files.
219 * tac invocation::              Concatenate and write files in reverse.
220 * nl invocation::               Number lines and write files.
221 * od invocation::               Write files in octal or other formats.
222 * base64 invocation::           Transform data into printable data.
223
224 Formatting file contents
225
226 * fmt invocation::              Reformat paragraph text.
227 * pr invocation::               Paginate or columnate files for printing.
228 * fold invocation::             Wrap input lines to fit in specified width.
229
230 Output of parts of files
231
232 * head invocation::             Output the first part of files.
233 * tail invocation::             Output the last part of files.
234 * split invocation::            Split a file into fixed-size pieces.
235 * csplit invocation::           Split a file into context-determined pieces.
236
237 Summarizing files
238
239 * wc invocation::               Print newline, word, and byte counts.
240 * sum invocation::              Print checksum and block counts.
241 * cksum invocation::            Print CRC checksum and byte counts.
242 * md5sum invocation::           Print or check MD5 digests.
243 * sha1sum invocation::          Print or check SHA-1 digests.
244 * sha2 utilities::              Print or check SHA-2 digests.
245
246 Operating on sorted files
247
248 * sort invocation::             Sort text files.
249 * uniq invocation::             Uniquify files.
250 * comm invocation::             Compare two sorted files line by line.
251 * ptx invocation::              Produce a permuted index of file contents.
252 * tsort invocation::            Topological sort.
253
254 @command{ptx}: Produce permuted indexes
255
256 * General options in ptx::      Options which affect general program behavior.
257 * Charset selection in ptx::    Underlying character set considerations.
258 * Input processing in ptx::     Input fields, contexts, and keyword selection.
259 * Output formatting in ptx::    Types of output format, and sizing the fields.
260 * Compatibility in ptx::        The GNU extensions to @command{ptx}
261
262 Operating on fields within a line
263
264 * cut invocation::              Print selected parts of lines.
265 * paste invocation::            Merge lines of files.
266 * join invocation::             Join lines on a common field.
267
268 Operating on characters
269
270 * tr invocation::               Translate, squeeze, and/or delete characters.
271 * expand invocation::           Convert tabs to spaces.
272 * unexpand invocation::         Convert spaces to tabs.
273
274 @command{tr}: Translate, squeeze, and/or delete characters
275
276 * Character sets::              Specifying sets of characters.
277 * Translating::                 Changing one set of characters to another.
278 * Squeezing::                   Squeezing repeats and deleting.
279
280 Directory listing
281
282 * ls invocation::               List directory contents
283 * dir invocation::              Briefly list directory contents
284 * vdir invocation::             Verbosely list directory contents
285 * dircolors invocation::        Color setup for @command{ls}
286
287 @command{ls}:  List directory contents
288
289 * Which files are listed::      Which files are listed
290 * What information is listed::  What information is listed
291 * Sorting the output::          Sorting the output
292 * More details about version sort::  More details about version sort
293 * General output formatting::   General output formatting
294 * Formatting the file names::   Formatting the file names
295
296 Basic operations
297
298 * cp invocation::               Copy files and directories
299 * dd invocation::               Convert and copy a file
300 * install invocation::          Copy files and set attributes
301 * mv invocation::               Move (rename) files
302 * rm invocation::               Remove files or directories
303 * shred invocation::            Remove files more securely
304
305 Special file types
306
307 * link invocation::             Make a hard link via the link syscall
308 * ln invocation::               Make links between files
309 * mkdir invocation::            Make directories
310 * mkfifo invocation::           Make FIFOs (named pipes)
311 * mknod invocation::            Make block or character special files
312 * readlink invocation::         Print the referent of a symbolic link
313 * rmdir invocation::            Remove empty directories
314 * unlink invocation::           Remove files via unlink syscall
315
316 Changing file attributes
317
318 * chown invocation::            Change file owner and group
319 * chgrp invocation::            Change group ownership
320 * chmod invocation::            Change access permissions
321 * touch invocation::            Change file timestamps
322
323 Disk usage
324
325 * df invocation::               Report file system disk space usage
326 * du invocation::               Estimate file space usage
327 * stat invocation::             Report file or file system status
328 * sync invocation::             Synchronize data on disk with memory
329
330 Printing text
331
332 * echo invocation::             Print a line of text
333 * printf invocation::           Format and print data
334 * yes invocation::              Print a string until interrupted
335
336 Conditions
337
338 * false invocation::              Do nothing, unsuccessfully
339 * true invocation::               Do nothing, successfully
340 * test invocation::               Check file types and compare values
341 * expr invocation::               Evaluate expressions
342
343 @command{test}: Check file types and compare values
344
345 * File type tests::               File type tests
346 * Access permission tests::       Access permission tests
347 * File characteristic tests::     File characteristic tests
348 * String tests::                  String tests
349 * Numeric tests::                 Numeric tests
350
351 @command{expr}: Evaluate expression
352
353 * String expressions::         + : match substr index length
354 * Numeric expressions::        + - * / %
355 * Relations for expr::         | & < <= = == != >= >
356 * Examples of expr::           Examples of using @command{expr}
357
358 Redirection
359
360 * tee invocation::               Redirect output to multiple files
361
362 File name manipulation
363
364 * basename invocation::          Strip directory and suffix from a file name
365 * dirname invocation::           Strip non-directory suffix from a file name
366 * pathchk invocation::           Check file name portability
367
368 Working context
369
370 * pwd invocation::               Print working directory
371 * stty invocation::              Print or change terminal characteristics
372 * printenv invocation::          Print all or some environment variables
373 * tty invocation::               Print file name of terminal on standard input
374
375 @command{stty}: Print or change terminal characteristics
376
377 * Control::                     Control settings
378 * Input::                       Input settings
379 * Output::                      Output settings
380 * Local::                       Local settings
381 * Combination::                 Combination settings
382 * Characters::                  Special characters
383 * Special::                     Special settings
384
385 User information
386
387 * id invocation::                Print user identity
388 * logname invocation::           Print current login name
389 * whoami invocation::            Print effective user ID
390 * groups invocation::            Print group names a user is in
391 * users invocation::             Print login names of users currently logged in
392 * who invocation::               Print who is currently logged in
393
394 System context
395
396 * date invocation::              Print or set system date and time
397 * uname invocation::             Print system information
398 * hostname invocation::          Print or set system name
399 * hostid invocation::            Print numeric host identifier.
400
401 @command{date}: Print or set system date and time
402
403 * Time conversion specifiers::   %[HIklMNpPrRsSTXzZ]
404 * Date conversion specifiers::   %[aAbBcCdDeFgGhjmuUVwWxyY]
405 * Literal conversion specifiers:: %[%nt]
406 * Padding and other flags::      Pad with zeros, spaces, etc.
407 * Setting the time::             Changing the system clock.
408 * Options for date::             Instead of the current time.
409 * Examples of date::             Examples.
410
411 Modified command invocation
412
413 * chroot invocation::            Run a command with a different root directory
414 * env invocation::               Run a command in a modified environment
415 * nice invocation::              Run a command with modified niceness
416 * nohup invocation::             Run a command immune to hangups
417 * su invocation::                Run a command with substitute user and group ID
418
419 Process control
420
421 * kill invocation::              Sending a signal to processes.
422
423 Delaying
424
425 * sleep invocation::             Delay for a specified time
426
427 Numeric operations
428
429 * factor invocation::            Print prime factors
430 * seq invocation::               Print numeric sequences
431
432 File permissions
433
434 * Mode Structure::               Structure of File Permissions
435 * Symbolic Modes::               Mnemonic permissions representation
436 * Numeric Modes::                Permissions as octal numbers
437
438 Date input formats
439
440 * General date syntax::          Common rules.
441 * Calendar date items::          19 Dec 1994.
442 * Time of day items::            9:20pm.
443 * Time zone items::              @sc{est}, @sc{pdt}, @sc{gmt}.
444 * Day of week items::            Monday and others.
445 * Relative items in date strings:: next tuesday, 2 years ago.
446 * Pure numbers in date strings:: 19931219, 1440.
447 * Seconds since the Epoch::      @@1078100502.
448 * Specifying time zone rules::   TZ="America/New_York", TZ="UTC0".
449 * Authors of get_date::          Bellovin, Eggert, Salz, Berets, et al.
450
451 Opening the software toolbox
452
453 * Toolbox introduction::         Toolbox introduction
454 * I/O redirection::              I/O redirection
455 * The who command::              The @command{who} command
456 * The cut command::              The @command{cut} command
457 * The sort command::             The @command{sort} command
458 * The uniq command::             The @command{uniq} command
459 * Putting the tools together::   Putting the tools together
460
461 GNU Free Documentation License
462
463 * How to use this License for your documents::
464
465 @end detailmenu
466 @end menu
467
468
469 @node Introduction
470 @chapter Introduction
471
472 This manual is a work in progress: many sections make no attempt to explain
473 basic concepts in a way suitable for novices.  Thus, if you are interested,
474 please get involved in improving this manual.  The entire @sc{gnu} community
475 will benefit.
476
477 @cindex @acronym{POSIX}
478 The @sc{gnu} utilities documented here are mostly compatible with the
479 @acronym{POSIX} standard.
480 @cindex bugs, reporting
481 Please report bugs to @email{bug-coreutils@@gnu.org}.  Remember
482 to include the version number, machine architecture, input files, and
483 any other information needed to reproduce the bug: your input, what you
484 expected, what you got, and why it is wrong.  Diffs are welcome, but
485 please include a description of the problem as well, since this is
486 sometimes difficult to infer.  @xref{Bugs, , , gcc, Using and Porting GNU CC}.
487
488 @cindex Berry, K.
489 @cindex Paterson, R.
490 @cindex Stallman, R.
491 @cindex Pinard, F.
492 @cindex MacKenzie, D.
493 @cindex Meyering, J.
494 @cindex Youmans, B.
495 This manual was originally derived from the Unix man pages in the
496 distributions, which were written by David MacKenzie and updated by Jim
497 Meyering.  What you are reading now is the authoritative documentation
498 for these utilities; the man pages are no longer being maintained.  The
499 original @command{fmt} man page was written by Ross Paterson.  Fran@,{c}ois
500 Pinard did the initial conversion to Texinfo format.  Karl Berry did the
501 indexing, some reorganization, and editing of the results.  Brian
502 Youmans of the Free Software Foundation office staff combined the
503 manuals for textutils, fileutils, and sh-utils to produce the present
504 omnibus manual.  Richard Stallman contributed his usual invaluable
505 insights to the overall process.
506
507 @node Common options
508 @chapter Common options
509
510 @macro optBackup
511 @item -b
512 @itemx @w{@kbd{--backup}[=@var{method}]}
513 @opindex -b
514 @opindex --backup
515 @vindex VERSION_CONTROL
516 @cindex backups, making
517 @xref{Backup options}.
518 Make a backup of each file that would otherwise be overwritten or removed.
519 @end macro
520
521 @macro optBackupSuffix
522 @item -S @var{suffix}
523 @itemx --suffix=@var{suffix}
524 @opindex -S
525 @opindex --suffix
526 Append @var{suffix} to each backup file made with @option{-b}.
527 @xref{Backup options}.
528 @end macro
529
530 @macro optTargetDirectory
531 @item -t @var{directory}
532 @itemx @w{@kbd{--target-directory}=@var{directory}}
533 @opindex -t
534 @opindex --target-directory
535 @cindex target directory
536 @cindex destination directory
537 Specify the destination @var{directory}.
538 @xref{Target directory}.
539 @end macro
540
541 @macro optNoTargetDirectory
542 @item -T
543 @itemx --no-target-directory
544 @opindex -T
545 @opindex --no-target-directory
546 @cindex target directory
547 @cindex destination directory
548 Do not treat the last operand specially when it is a directory or a
549 symbolic link to a directory.  @xref{Target directory}.
550 @end macro
551
552 @macro optSi
553 @itemx --si
554 @opindex --si
555 @cindex SI output
556 Append an SI-style abbreviation to each size, such as @samp{MB} for
557 megabytes.  Powers of 1000 are used, not 1024; @samp{MB} stands for
558 1,000,000 bytes.  This option is equivalent to
559 @option{--block-size=si}.  Use the @option{-h} or
560 @option{--human-readable} option if
561 you prefer powers of 1024.
562 @end macro
563
564 @macro optHumanReadable
565 @item -h
566 @itemx --human-readable
567 @opindex -h
568 @opindex --human-readable
569 @cindex human-readable output
570 Append a size letter to each size, such as @samp{M} for mebibytes.
571 Powers of 1024 are used, not 1000; @samp{M} stands for 1,048,576 bytes.
572 Use the @option{--si} option if you prefer powers of 1000.
573 @end macro
574
575 @macro optStripTrailingSlashes
576 @itemx @w{@kbd{--strip-trailing-slashes}}
577 @opindex --strip-trailing-slashes
578 @cindex stripping trailing slashes
579 Remove any trailing slashes from each @var{source} argument.
580 @xref{Trailing slashes}.
581 @end macro
582
583 @cindex common options
584
585 Certain options are available in all of these programs.  Rather than
586 writing identical descriptions for each of the programs, they are
587 described here.  (In fact, every @sc{gnu} program accepts (or should accept)
588 these options.)
589
590 @vindex POSIXLY_CORRECT
591 Normally options and operands can appear in any order, and programs act
592 as if all the options appear before any operands.  For example,
593 @samp{sort -r passwd -t :} acts like @samp{sort -r -t : passwd}, since
594 @samp{:} is an option-argument of @option{-t}.  However, if the
595 @env{POSIXLY_CORRECT} environment variable is set, options must appear
596 before operands, unless otherwise specified for a particular command.
597
598 A few programs can usefully have trailing operands with leading
599 @samp{-}.  With such a program, options must precede operands even if
600 @env{POSIXLY_CORRECT} is not set, and this fact is noted in the
601 program description.  For example, the @command{env} command's options
602 must appear before its operands, since in some cases the operands
603 specify a command that itself contains options.
604
605 Some of these programs recognize the @option{--help} and @option{--version}
606 options only when one of them is the sole command line argument.
607
608 @table @samp
609
610 @item --help
611 @opindex --help
612 @cindex help, online
613 Print a usage message listing all available options, then exit successfully.
614
615 @item --version
616 @opindex --version
617 @cindex version number, finding
618 Print the version number, then exit successfully.
619
620 @item --
621 @opindex --
622 @cindex option delimiter
623 Delimit the option list.  Later arguments, if any, are treated as
624 operands even if they begin with @samp{-}.  For example, @samp{sort --
625 -r} reads from the file named @file{-r}.
626
627 @end table
628
629 @cindex standard input
630 @cindex standard output
631 A single @samp{-} operand is not really an option, though it looks like one.  It
632 stands for standard input, or for standard output if that is clear from
633 the context.  For example, @samp{sort -} reads from standard input,
634 and is equivalent to plain @samp{sort}, and @samp{tee -} writes an
635 extra copy of its input to standard output.  Unless otherwise
636 specified, @samp{-} can appear as any operand that requires a file
637 name.
638
639 @menu
640 * Exit status::                 Indicating program success or failure.
641 * Backup options::              -b -S, in some programs.
642 * Block size::                  BLOCK_SIZE and --block-size, in some programs.
643 * Target directory::            Specifying a target directory, in some programs.
644 * Trailing slashes::            --strip-trailing-slashes, in some programs.
645 * Traversing symlinks::         -H, -L, or -P, in some programs.
646 * Treating / specially::        --preserve-root and --no-preserve-root.
647 * Special built-in utilities::  @command{break}, @command{:}, @command{eval}, @dots{}
648 * Standards conformance::       Conformance to the @acronym{POSIX} standard.
649 @end menu
650
651
652 @node Exit status
653 @section Exit status
654
655 @macro exitstatus
656 An exit status of zero indicates success,
657 and a nonzero value indicates failure.
658 @end macro
659
660 Nearly every command invocation yields an integral @dfn{exit status}
661 that can be used to change how other commands work.
662 For the vast majority of commands, an exit status of zero indicates
663 success.  Failure is indicated by a nonzero value---typically
664 @samp{1}, though it may differ on unusual platforms as @acronym{POSIX}
665 requires only that it be nonzero.
666
667 However, some of the programs documented here do produce
668 other exit status values and a few associate different
669 meanings with the values @samp{0} and @samp{1}.
670 Here are some of the exceptions:
671 @command{chroot}, @command{env}, @command{expr},
672 @command{nice}, @command{nohup}, @command{printenv},
673 @command{sort}, @command{su}, @command{test}, @command{tty}.
674
675
676 @node Backup options
677 @section Backup options
678
679 @cindex backup options
680
681 Some @sc{gnu} programs (at least @command{cp}, @command{install},
682 @command{ln}, and @command{mv}) optionally make backups of files
683 before writing new versions.
684 These options control the details of these backups.  The options are also
685 briefly mentioned in the descriptions of the particular programs.
686
687 @table @samp
688
689 @item -b
690 @itemx @w{@kbd{--backup}[=@var{method}]}
691 @opindex -b
692 @opindex --backup
693 @vindex VERSION_CONTROL
694 @cindex backups, making
695 Make a backup of each file that would otherwise be overwritten or removed.
696 Without this option, the original versions are destroyed.
697 Use @var{method} to determine the type of backups to make.
698 When this option is used but @var{method} is not specified,
699 then the value of the @env{VERSION_CONTROL}
700 environment variable is used.  And if @env{VERSION_CONTROL} is not set,
701 the default backup type is @samp{existing}.
702
703 Note that the short form of this option, @option{-b} does not accept any
704 argument.  Using @option{-b} is equivalent to using @option{--backup=existing}.
705
706 @vindex version-control @r{Emacs variable}
707 This option corresponds to the Emacs variable @samp{version-control};
708 the values for @var{method} are the same as those used in Emacs.
709 This option also accepts more descriptive names.
710 The valid @var{method}s are (unique abbreviations are accepted):
711
712 @table @samp
713 @item none
714 @itemx off
715 @opindex none @r{backup method}
716 Never make backups.
717
718 @item numbered
719 @itemx t
720 @opindex numbered @r{backup method}
721 Always make numbered backups.
722
723 @item existing
724 @itemx nil
725 @opindex existing @r{backup method}
726 Make numbered backups of files that already have them, simple backups
727 of the others.
728
729 @item simple
730 @itemx never
731 @opindex simple @r{backup method}
732 Always make simple backups.  Please note @samp{never} is not to be
733 confused with @samp{none}.
734
735 @end table
736
737 @item -S @var{suffix}
738 @itemx --suffix=@var{suffix}
739 @opindex -S
740 @opindex --suffix
741 @cindex backup suffix
742 @vindex SIMPLE_BACKUP_SUFFIX
743 Append @var{suffix} to each backup file made with @option{-b}.  If this
744 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
745 environment variable is used.  And if @env{SIMPLE_BACKUP_SUFFIX} is not
746 set, the default is @samp{~}, just as in Emacs.
747
748 @end table
749
750 @node Block size
751 @section Block size
752
753 @cindex block size
754
755 Some @sc{gnu} programs (at least @command{df}, @command{du}, and
756 @command{ls}) display sizes in ``blocks''.  You can adjust the block size
757 and method of display to make sizes easier to read.  The block size
758 used for display is independent of any file system block size.
759 Fractional block counts are rounded up to the nearest integer.
760
761 @opindex --block-size=@var{size}
762 @vindex BLOCKSIZE
763 @vindex BLOCK_SIZE
764 @vindex DF_BLOCK_SIZE
765 @vindex DU_BLOCK_SIZE
766 @vindex LS_BLOCK_SIZE
767 @vindex POSIXLY_CORRECT@r{, and block size}
768
769 The default block size is chosen by examining the following environment
770 variables in turn; the first one that is set determines the block size.
771
772 @table @code
773
774 @item DF_BLOCK_SIZE
775 This specifies the default block size for the @command{df} command.
776 Similarly, @env{DU_BLOCK_SIZE} specifies the default for @command{du} and
777 @env{LS_BLOCK_SIZE} for @command{ls}.
778
779 @item BLOCK_SIZE
780 This specifies the default block size for all three commands, if the
781 above command-specific environment variables are not set.
782
783 @item BLOCKSIZE
784 This specifies the default block size for all values that are normally
785 printed as blocks, if neither @env{BLOCK_SIZE} nor the above
786 command-specific environment variables are set.  Unlike the other
787 environment variables, @env{BLOCKSIZE} does not affect values that are
788 normally printed as byte counts, e.g., the file sizes contained in
789 @code{ls -l} output.
790
791 @item POSIXLY_CORRECT
792 If neither @env{@var{command}_BLOCK_SIZE}, nor @env{BLOCK_SIZE}, nor
793 @env{BLOCKSIZE} is set, but this variable is set, the block size
794 defaults to 512.
795
796 @end table
797
798 If none of the above environment variables are set, the block size
799 currently defaults to 1024 bytes in most contexts, but this number may
800 change in the future.  For @command{ls} file sizes, the block size
801 defaults to 1 byte.
802
803 @cindex human-readable output
804 @cindex SI output
805
806 A block size specification can be a positive integer specifying the number
807 of bytes per block, or it can be @code{human-readable} or @code{si} to
808 select a human-readable format.  Integers may be followed by suffixes
809 that are upward compatible with the
810 @uref{http://www.bipm.fr/enus/3_SI/si-prefixes.html, SI prefixes}
811 for decimal multiples and with the
812 @uref{http://physics.nist.gov/cuu/Units/binary.html, IEC 60027-2
813 prefixes for binary multiples}.
814
815 With human-readable formats, output sizes are followed by a size letter
816 such as @samp{M} for megabytes.  @code{BLOCK_SIZE=human-readable} uses
817 powers of 1024; @samp{M} stands for 1,048,576 bytes.
818 @code{BLOCK_SIZE=si} is similar, but uses powers of 1000 and appends
819 @samp{B}; @samp{MB} stands for 1,000,000 bytes.
820
821 @vindex LC_NUMERIC
822 A block size specification preceded by @samp{'} causes output sizes to
823 be displayed with thousands separators.  The @env{LC_NUMERIC} locale
824 specifies the thousands separator and grouping.  For example, in an
825 American English locale, @samp{--block-size="'1kB"} would cause a size
826 of 1234000 bytes to be displayed as @samp{1,234}.  In the default C
827 locale, there is no thousands separator so a leading @samp{'} has no
828 effect.
829
830 An integer block size can be followed by a suffix to specify a
831 multiple of that size.  A bare size letter,
832 or one followed by @samp{iB}, specifies
833 a multiple using powers of 1024.  A size letter followed by @samp{B}
834 specifies powers of 1000 instead.  For example, @samp{1M} and
835 @samp{1MiB} are equivalent to @samp{1048576}, whereas @samp{1MB} is
836 equivalent to @samp{1000000}.
837
838 A plain suffix without a preceding integer acts as if @samp{1} were
839 prepended, except that it causes a size indication to be appended to
840 the output.  For example, @samp{--block-size="kB"} displays 3000 as
841 @samp{3kB}.
842
843 The following suffixes are defined.  Large sizes like @code{1Y}
844 may be rejected by your computer due to limitations of its arithmetic.
845
846 @table @samp
847 @item kB
848 @cindex kilobyte, definition of
849 kilobyte: @math{10^3 = 1000}.
850 @item k
851 @itemx K
852 @itemx KiB
853 @cindex kibibyte, definition of
854 kibibyte: @math{2^10 = 1024}.  @samp{K} is special: the SI prefix is
855 @samp{k} and the IEC 60027-2 prefix is @samp{Ki}, but tradition and
856 @acronym{POSIX} use @samp{k} to mean @samp{KiB}.
857 @item MB
858 @cindex megabyte, definition of
859 megabyte: @math{10^6 = 1,000,000}.
860 @item M
861 @itemx MiB
862 @cindex mebibyte, definition of
863 mebibyte: @math{2^20 = 1,048,576}.
864 @item GB
865 @cindex gigabyte, definition of
866 gigabyte: @math{10^9 = 1,000,000,000}.
867 @item G
868 @itemx GiB
869 @cindex gibibyte, definition of
870 gibibyte: @math{2^30 = 1,073,741,824}.
871 @item TB
872 @cindex terabyte, definition of
873 terabyte:  @math{10^12 = 1,000,000,000,000}.
874 @item T
875 @itemx TiB
876 @cindex tebibyte, definition of
877 tebibyte: @math{2^40 = 1,099,511,627,776}.
878 @item PB
879 @cindex petabyte, definition of
880 petabyte: @math{10^15 = 1,000,000,000,000,000}.
881 @item P
882 @itemx PiB
883 @cindex pebibyte, definition of
884 pebibyte: @math{2^50 = 1,125,899,906,842,624}.
885 @item EB
886 @cindex exabyte, definition of
887 exabyte: @math{10^18 = 1,000,000,000,000,000,000}.
888 @item E
889 @itemx EiB
890 @cindex exbibyte, definition of
891 exbibyte: @math{2^60 = 1,152,921,504,606,846,976}.
892 @item ZB
893 @cindex zettabyte, definition of
894 zettabyte: @math{10^21 = 1,000,000,000,000,000,000,000}
895 @item Z
896 @itemx ZiB
897 @math{2^70 = 1,180,591,620,717,411,303,424}.
898 (@samp{Zi} is a GNU extension to IEC 60027-2.)
899 @item YB
900 @cindex yottabyte, definition of
901 yottabyte: @math{10^24 = 1,000,000,000,000,000,000,000,000}.
902 @item Y
903 @itemx YiB
904 @math{2^80 = 1,208,925,819,614,629,174,706,176}.
905 (@samp{Yi} is a GNU extension to IEC 60027-2.)
906 @end table
907
908 @opindex -k
909 @opindex -h
910 @opindex --block-size
911 @opindex --human-readable
912 @opindex --si
913
914 Block size defaults can be overridden by an explicit
915 @option{--block-size=@var{size}} option.  The @option{-k}
916 option is equivalent to @option{--block-size=1K}, which
917 is the default unless the @env{POSIXLY_CORRECT} environment variable is
918 set.  The @option{-h} or @option{--human-readable} option is equivalent to
919 @option{--block-size=human-readable}.  The @option{--si} option is
920 equivalent to @option{--block-size=si}.
921
922 @node Target directory
923 @section Target directory
924
925 @cindex target directory
926
927 The @command{cp}, @command{install}, @command{ln}, and @command{mv}
928 commands normally treat the last operand specially when it is a
929 directory or a symbolic link to a directory.  For example, @samp{cp
930 source dest} is equivalent to @samp{cp source dest/source} if
931 @file{dest} is a directory.  Sometimes this behavior is not exactly
932 what is wanted, so these commands support the following options to
933 allow more fine-grained control:
934
935 @table @samp
936
937 @item -T
938 @itemx --no-target-directory
939 @opindex --no-target-directory
940 @cindex target directory
941 @cindex destination directory
942 Do not treat the last operand specially when it is a directory or a
943 symbolic link to a directory.  This can help avoid race conditions in
944 programs that operate in a shared area.  For example, when the command
945 @samp{mv /tmp/source /tmp/dest} succeeds, there is no guarantee that
946 @file{/tmp/source} was renamed to @file{/tmp/dest}: it could have been
947 renamed to @file{/tmp/dest/source} instead, if some other process
948 created @file{/tmp/dest} as a directory.  However, if @file{mv
949 -T /tmp/source /tmp/dest} succeeds, there is no
950 question that @file{/tmp/source} was renamed to @file{/tmp/dest}.
951
952 In the opposite situation, where you want the last operand to be
953 treated as a directory and want a diagnostic otherwise, you can use
954 the @option{--target-directory} (@option{-t}) option.
955
956 @item -t @var{directory}
957 @itemx @w{@kbd{--target-directory}=@var{directory}}
958 @opindex --target-directory
959 @cindex target directory
960 @cindex destination directory
961 Use @var{directory} as the directory component of each destination
962 file name.
963
964 The interface for most programs is that after processing options and a
965 finite (possibly zero) number of fixed-position arguments, the remaining
966 argument list is either expected to be empty, or is a list of items
967 (usually files) that will all be handled identically.  The @command{xargs}
968 program is designed to work well with this convention.
969
970 The commands in the @command{mv}-family are unusual in that they take
971 a variable number of arguments with a special case at the @emph{end}
972 (namely, the target directory).  This makes it nontrivial to perform some
973 operations, e.g., ``move all files from here to ../d/'', because
974 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...}
975 doesn't have a clean way to specify an extra final argument for each
976 invocation of the subject command.  (It can be done by going through a
977 shell command, but that requires more human labor and brain power than
978 it should.)
979
980 The @w{@kbd{--target-directory}} (@option{-t}) option allows the @command{cp},
981 @command{install}, @command{ln}, and @command{mv} programs to be used
982 conveniently with @command{xargs}.  For example, you can move the files
983 from the current directory to a sibling directory, @code{d} like this:
984
985 @smallexample
986 ls | xargs mv -t ../d --
987 @end smallexample
988
989 However, this doesn't move files whose names begin with @samp{.}.
990 If you use the @sc{gnu} @command{find} program, you can move those
991 files too, with this command:
992
993 @example
994 find . -mindepth 1 -maxdepth 1 \
995   | xargs mv -t ../d
996 @end example
997
998 But both of the above approaches fail if there are no files in the
999 current directory, or if any file has a name containing a blank or
1000 some other special characters.
1001 The following example removes those limitations and requires both
1002 @sc{gnu} @command{find} and @sc{gnu} @command{xargs}:
1003
1004 @example
1005 find . -mindepth 1 -maxdepth 1 -print0 \
1006   | xargs --null --no-run-if-empty \
1007       mv -t ../d
1008 @end example
1009
1010 @end table
1011
1012 @noindent
1013 The @option{--target-directory} (@option{-t}) and
1014 @option{--no-target-directory} (@option{-T})
1015 options cannot be combined.
1016
1017 @node Trailing slashes
1018 @section Trailing slashes
1019
1020 @cindex trailing slashes
1021
1022 Some @sc{gnu} programs (at least @command{cp} and @command{mv}) allow you to
1023 remove any trailing slashes from each @var{source} argument before
1024 operating on it.  The @w{@kbd{--strip-trailing-slashes}} option enables
1025 this behavior.
1026
1027 This is useful when a @var{source} argument may have a trailing slash and
1028 @c FIXME: mv's behavior in this case is system-dependent
1029 specify a symbolic link to a directory.  This scenario is in fact rather
1030 common because some shells can automatically append a trailing slash when
1031 performing file name completion on such symbolic links.  Without this
1032 option, @command{mv}, for example, (via the system's rename function) must
1033 interpret a trailing slash as a request to dereference the symbolic link
1034 and so must rename the indirectly referenced @emph{directory} and not
1035 the symbolic link.  Although it may seem surprising that such behavior
1036 be the default, it is required by @acronym{POSIX} and is consistent with
1037 other parts of that standard.
1038
1039 @node Traversing symlinks
1040 @section Traversing symlinks
1041
1042 @cindex symbolic link to directory, controlling traversal of
1043
1044 The following options modify how @command{chown} and @command{chgrp}
1045 @c FIXME: note that `du' has these options, too, but they have slightly
1046 @c different meaning.
1047 traverse a hierarchy when the @option{--recursive} (@option{-R})
1048 option is also specified.
1049 If more than one of the following options is specified, only the final
1050 one takes effect.
1051 These options specify whether processing a symbolic link to a directory
1052 entails operating on just the symbolic link or on all files in the
1053 hierarchy rooted at that directory.
1054
1055 These options are independent of @option{--dereference} and
1056 @option{--no-dereference} (@option{-h}), which control whether to modify
1057 a symlink or its referent.
1058
1059 @table @samp
1060
1061 @macro choptH
1062 @item -H
1063 @opindex -H
1064 @cindex symbolic link to directory, traverse each that is specified on the command line
1065 If @option{--recursive} (@option{-R}) is specified and
1066 a command line argument is a symbolic link to a directory, traverse it.
1067 @end macro
1068 @choptH
1069
1070 @macro choptL
1071 @item -L
1072 @opindex -L
1073 @cindex symbolic link to directory, traverse each that is encountered
1074 In a recursive traversal, traverse every symbolic link to a directory
1075 that is encountered.
1076 @end macro
1077 @choptL
1078
1079 @macro choptP
1080 @item -P
1081 @opindex -P
1082 @cindex symbolic link to directory, never traverse
1083 Do not traverse any symbolic links.
1084 This is the default if none of @option{-H}, @option{-L},
1085 or @option{-P} is specified.
1086 @end macro
1087 @choptP
1088
1089 @end table
1090
1091
1092 @node Treating / specially
1093 @section Treating / specially
1094
1095 Certain commands can operate destructively on entire hierarchies.
1096 For example, if a user with appropriate privileges mistakenly runs
1097 @samp{rm -rf / tmp/junk} or @samp{cd /bin; rm -rf ../}, that may remove
1098 all files on the entire system.  Since there are so few
1099 @footnote{If you know of one, please write to @email{bug-coreutils@@gnu.org}.}
1100 legitimate uses for such a command,
1101 @sc{gnu} @command{rm} provides the @option{--preserve-root} option
1102 to make it so @command{rm} declines to operate on any directory
1103 that resolves to @file{/}.  The default is still to allow
1104 @samp{rm -rf /} to operate unimpeded.
1105 Another new option, @option{--no-preserve-root}, cancels the
1106 effect of any preceding @option{--preserve-root} option.
1107 Note that the @option{--preserve-root} behavior may become the default
1108 for @command{rm}.
1109
1110 The commands @command{chgrp}, @command{chmod} and @command{chown}
1111 can also operate destructively on entire hierarchies, so they too
1112 support these options.  Although, unlike @command{rm}, they don't
1113 actually unlink files, these commands are arguably more dangerous
1114 when operating recursively on @file{/}, since they often work much
1115 more quickly, and hence damage more files before an alert user can
1116 interrupt them.
1117
1118 @node Special built-in utilities
1119 @section Special built-in utilities
1120
1121 Some programs like @command{nice} can invoke other programs; for
1122 example, the command @samp{nice cat file} invokes the program
1123 @command{cat} by executing the command @samp{cat file}.  However,
1124 @dfn{special built-in utilities} like @command{exit} cannot be invoked
1125 this way.  For example, the command @samp{nice exit} does not have a
1126 well-defined behavior: it may generate an error message instead of
1127 exiting.
1128
1129 Here is a list of the special built-in utilities that are standardized
1130 by @acronym{POSIX} 1003.1-2004.
1131
1132 @quotation
1133 @t{.@: : break continue eval exec exit export readonly
1134 return set shift times trap unset}
1135 @end quotation
1136
1137 For example, because @samp{.}, @samp{:}, and @samp{exec} are special,
1138 the commands @samp{nice . foo.sh}, @samp{nice :}, and @samp{nice exec
1139 pwd} do not work as you might expect.
1140
1141 Many shells extend this list.  For example, Bash has several extra
1142 special built-in utilities like @command{history}, and
1143 @command{suspend}, and with Bash the command @samp{nice suspend}
1144 generates an error message instead of suspending.
1145
1146 @node Standards conformance
1147 @section Standards conformance
1148
1149 @vindex POSIXLY_CORRECT
1150 In a few cases, the @sc{gnu} utilities' default behavior is
1151 incompatible with the @acronym{POSIX} standard.  To suppress these
1152 incompatibilities, define the @env{POSIXLY_CORRECT} environment
1153 variable.  Unless you are checking for @acronym{POSIX} conformance, you
1154 probably do not need to define @env{POSIXLY_CORRECT}.
1155
1156 Newer versions of @acronym{POSIX} are occasionally incompatible with older
1157 versions.  For example, older versions of @acronym{POSIX} required the
1158 command @samp{sort +1} to sort based on the second and succeeding
1159 fields in each input line, but starting with @acronym{POSIX} 1003.1-2001
1160 the same command is required to sort the file named @file{+1}, and you
1161 must instead use the command @samp{sort -k 2} to get the field-based
1162 sort.
1163
1164 @vindex _POSIX2_VERSION
1165 The @sc{gnu} utilities normally conform to the version of @acronym{POSIX}
1166 that is standard for your system.  To cause them to conform to a
1167 different version of @acronym{POSIX}, define the @env{_POSIX2_VERSION}
1168 environment variable to a value of the form @var{yyyymm} specifying
1169 the year and month the standard was adopted.  Two values are currently
1170 supported for @env{_POSIX2_VERSION}: @samp{199209} stands for
1171 @acronym{POSIX} 1003.2-1992, and @samp{200112} stands for @acronym{POSIX}
1172 1003.1-2001.  For example, if you have a newer system but are running software
1173 that assumes an older version of @acronym{POSIX} and uses @samp{sort +1}
1174 or @samp{tail +10}, you can work around any compatibility problems by setting
1175 @samp{_POSIX2_VERSION=199209} in your environment.
1176
1177 @node Output of entire files
1178 @chapter Output of entire files
1179
1180 @cindex output of entire files
1181 @cindex entire files, output of
1182
1183 These commands read and write entire files, possibly transforming them
1184 in some way.
1185
1186 @menu
1187 * cat invocation::              Concatenate and write files.
1188 * tac invocation::              Concatenate and write files in reverse.
1189 * nl invocation::               Number lines and write files.
1190 * od invocation::               Write files in octal or other formats.
1191 * base64 invocation::           Transform data into printable data.
1192 @end menu
1193
1194 @node cat invocation
1195 @section @command{cat}: Concatenate and write files
1196
1197 @pindex cat
1198 @cindex concatenate and write files
1199 @cindex copying files
1200
1201 @command{cat} copies each @var{file} (@samp{-} means standard input), or
1202 standard input if none are given, to standard output.  Synopsis:
1203
1204 @example
1205 cat [@var{option}] [@var{file}]@dots{}
1206 @end example
1207
1208 The program accepts the following options.  Also see @ref{Common options}.
1209
1210 @table @samp
1211
1212 @item -A
1213 @itemx --show-all
1214 @opindex -A
1215 @opindex --show-all
1216 Equivalent to @option{-vET}.
1217
1218 @item -b
1219 @itemx --number-nonblank
1220 @opindex -b
1221 @opindex --number-nonblank
1222 Number all nonblank output lines, starting with 1.
1223
1224 @item -e
1225 @opindex -e
1226 Equivalent to @option{-vE}.
1227
1228 @item -E
1229 @itemx --show-ends
1230 @opindex -E
1231 @opindex --show-ends
1232 Display a @samp{$} after the end of each line.
1233
1234 @item -n
1235 @itemx --number
1236 @opindex -n
1237 @opindex --number
1238 Number all output lines, starting with 1.
1239
1240 @item -s
1241 @itemx --squeeze-blank
1242 @opindex -s
1243 @opindex --squeeze-blank
1244 @cindex squeezing blank lines
1245 Replace multiple adjacent blank lines with a single blank line.
1246
1247 @item -t
1248 @opindex -t
1249 Equivalent to @option{-vT}.
1250
1251 @item -T
1252 @itemx --show-tabs
1253 @opindex -T
1254 @opindex --show-tabs
1255 Display TAB characters as @samp{^I}.
1256
1257 @item -u
1258 @opindex -u
1259 Ignored; for @acronym{POSIX} compatibility.
1260
1261 @item -v
1262 @itemx --show-nonprinting
1263 @opindex -v
1264 @opindex --show-nonprinting
1265 Display control characters except for LFD and TAB using
1266 @samp{^} notation and precede characters that have the high bit set with
1267 @samp{M-}.
1268
1269 @end table
1270
1271 On systems like MS-DOS that distinguish between text and binary files,
1272 @command{cat} normally reads and writes in binary mode.  However,
1273 @command{cat} reads in text mode if one of the options
1274 @option{-bensAE} is used or if @command{cat} is reading from standard
1275 input and standard input is a terminal.  Similarly, @command{cat}
1276 writes in text mode if one of the options @option{-bensAE} is used or
1277 if standard output is a terminal.
1278
1279 @exitstatus
1280
1281 Examples:
1282
1283 @smallexample
1284 # Output f's contents, then standard input, then g's contents.
1285 cat f - g
1286
1287 # Copy standard input to standard output.
1288 cat
1289 @end smallexample
1290
1291
1292 @node tac invocation
1293 @section @command{tac}: Concatenate and write files in reverse
1294
1295 @pindex tac
1296 @cindex reversing files
1297
1298 @command{tac} copies each @var{file} (@samp{-} means standard input), or
1299 standard input if none are given, to standard output, reversing the
1300 records (lines by default) in each separately.  Synopsis:
1301
1302 @example
1303 tac [@var{option}]@dots{} [@var{file}]@dots{}
1304 @end example
1305
1306 @dfn{Records} are separated by instances of a string (newline by
1307 default).  By default, this separator string is attached to the end of
1308 the record that it follows in the file.
1309
1310 The program accepts the following options.  Also see @ref{Common options}.
1311
1312 @table @samp
1313
1314 @item -b
1315 @itemx --before
1316 @opindex -b
1317 @opindex --before
1318 The separator is attached to the beginning of the record that it
1319 precedes in the file.
1320
1321 @item -r
1322 @itemx --regex
1323 @opindex -r
1324 @opindex --regex
1325 Treat the separator string as a regular expression.  Users of @command{tac}
1326 on MS-DOS/MS-Windows should note that, since @command{tac} reads files in
1327 binary mode, each line of a text file might end with a CR/LF pair
1328 instead of the Unix-style LF.
1329
1330 @item -s @var{separator}
1331 @itemx --separator=@var{separator}
1332 @opindex -s
1333 @opindex --separator
1334 Use @var{separator} as the record separator, instead of newline.
1335
1336 @end table
1337
1338 @exitstatus
1339
1340
1341 @node nl invocation
1342 @section @command{nl}: Number lines and write files
1343
1344 @pindex nl
1345 @cindex numbering lines
1346 @cindex line numbering
1347
1348 @command{nl} writes each @var{file} (@samp{-} means standard input), or
1349 standard input if none are given, to standard output, with line numbers
1350 added to some or all of the lines.  Synopsis:
1351
1352 @example
1353 nl [@var{option}]@dots{} [@var{file}]@dots{}
1354 @end example
1355
1356 @cindex logical pages, numbering on
1357 @command{nl} decomposes its input into (logical) pages; by default, the
1358 line number is reset to 1 at the top of each logical page.  @command{nl}
1359 treats all of the input files as a single document; it does not reset
1360 line numbers or logical pages between files.
1361
1362 @cindex headers, numbering
1363 @cindex body, numbering
1364 @cindex footers, numbering
1365 A logical page consists of three sections: header, body, and footer.
1366 Any of the sections can be empty.  Each can be numbered in a different
1367 style from the others.
1368
1369 The beginnings of the sections of logical pages are indicated in the
1370 input file by a line containing exactly one of these delimiter strings:
1371
1372 @table @samp
1373 @item \:\:\:
1374 start of header;
1375 @item \:\:
1376 start of body;
1377 @item \:
1378 start of footer.
1379 @end table
1380
1381 The two characters from which these strings are made can be changed from
1382 @samp{\} and @samp{:} via options (see below), but the pattern and
1383 length of each string cannot be changed.
1384
1385 A section delimiter is replaced by an empty line on output.  Any text
1386 that comes before the first section delimiter string in the input file
1387 is considered to be part of a body section, so @command{nl} treats a
1388 file that contains no section delimiters as a single body section.
1389
1390 The program accepts the following options.  Also see @ref{Common options}.
1391
1392 @table @samp
1393
1394 @item -b @var{style}
1395 @itemx --body-numbering=@var{style}
1396 @opindex -b
1397 @opindex --body-numbering
1398 Select the numbering style for lines in the body section of each
1399 logical page.  When a line is not numbered, the current line number
1400 is not incremented, but the line number separator character is still
1401 prepended to the line.  The styles are:
1402
1403 @table @samp
1404 @item a
1405 number all lines,
1406 @item t
1407 number only nonempty lines (default for body),
1408 @item n
1409 do not number lines (default for header and footer),
1410 @item p@var{bre}
1411 number only lines that contain a match for the basic regular
1412 expression @var{bre}.
1413 @xref{Regular Expressions, , Regular Expressions, grep, The GNU Grep Manual}.
1414 @end table
1415
1416 @item -d @var{cd}
1417 @itemx --section-delimiter=@var{cd}
1418 @opindex -d
1419 @opindex --section-delimiter
1420 @cindex section delimiters of pages
1421 Set the section delimiter characters to @var{cd}; default is
1422 @samp{\:}.  If only @var{c} is given, the second remains @samp{:}.
1423 (Remember to protect @samp{\} or other metacharacters from shell
1424 expansion with quotes or extra backslashes.)
1425
1426 @item -f @var{style}
1427 @itemx --footer-numbering=@var{style}
1428 @opindex -f
1429 @opindex --footer-numbering
1430 Analogous to @option{--body-numbering}.
1431
1432 @item -h @var{style}
1433 @itemx --header-numbering=@var{style}
1434 @opindex -h
1435 @opindex --header-numbering
1436 Analogous to @option{--body-numbering}.
1437
1438 @item -i @var{number}
1439 @itemx --page-increment=@var{number}
1440 @opindex -i
1441 @opindex --page-increment
1442 Increment line numbers by @var{number} (default 1).
1443
1444 @item -l @var{number}
1445 @itemx --join-blank-lines=@var{number}
1446 @opindex -l
1447 @opindex --join-blank-lines
1448 @cindex empty lines, numbering
1449 @cindex blank lines, numbering
1450 Consider @var{number} (default 1) consecutive empty lines to be one
1451 logical line for numbering, and only number the last one.  Where fewer
1452 than @var{number} consecutive empty lines occur, do not number them.
1453 An empty line is one that contains no characters, not even spaces
1454 or tabs.
1455
1456 @item -n @var{format}
1457 @itemx --number-format=@var{format}
1458 @opindex -n
1459 @opindex --number-format
1460 Select the line numbering format (default is @code{rn}):
1461
1462 @table @samp
1463 @item ln
1464 @opindex ln @r{format for @command{nl}}
1465 left justified, no leading zeros;
1466 @item rn
1467 @opindex rn @r{format for @command{nl}}
1468 right justified, no leading zeros;
1469 @item rz
1470 @opindex rz @r{format for @command{nl}}
1471 right justified, leading zeros.
1472 @end table
1473
1474 @item -p
1475 @itemx --no-renumber
1476 @opindex -p
1477 @opindex --no-renumber
1478 Do not reset the line number at the start of a logical page.
1479
1480 @item -s @var{string}
1481 @itemx --number-separator=@var{string}
1482 @opindex -s
1483 @opindex --number-separator
1484 Separate the line number from the text line in the output with
1485 @var{string} (default is the TAB character).
1486
1487 @item -v @var{number}
1488 @itemx --starting-line-number=@var{number}
1489 @opindex -v
1490 @opindex --starting-line-number
1491 Set the initial line number on each logical page to @var{number} (default 1).
1492
1493 @item -w @var{number}
1494 @itemx --number-width=@var{number}
1495 @opindex -w
1496 @opindex --number-width
1497 Use @var{number} characters for line numbers (default 6).
1498
1499 @end table
1500
1501 @exitstatus
1502
1503
1504 @node od invocation
1505 @section @command{od}: Write files in octal or other formats
1506
1507 @pindex od
1508 @cindex octal dump of files
1509 @cindex hex dump of files
1510 @cindex ASCII dump of files
1511 @cindex file contents, dumping unambiguously
1512
1513 @command{od} writes an unambiguous representation of each @var{file}
1514 (@samp{-} means standard input), or standard input if none are given.
1515 Synopses:
1516
1517 @smallexample
1518 od [@var{option}]@dots{} [@var{file}]@dots{}
1519 od [-abcdfilosx]@dots{} [@var{file}] [[+]@var{offset}[.][b]]
1520 od [@var{option}]@dots{} --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
1521 @end smallexample
1522
1523 Each line of output consists of the offset in the input, followed by
1524 groups of data from the file.  By default, @command{od} prints the offset in
1525 octal, and each group of file data is a C @code{short int}'s worth of input
1526 printed as a single octal number.
1527
1528 If @var{offset} is given, it specifies how many input bytes to skip
1529 before formatting and writing.  By default, it is interpreted as an
1530 octal number, but the optional trailing decimal point causes it to be
1531 interpreted as decimal.  If no decimal is specified and the offset
1532 begins with @samp{0x} or @samp{0X} it is interpreted as a hexadecimal
1533 number.  If there is a trailing @samp{b}, the number of bytes skipped
1534 will be @var{offset} multiplied by 512.
1535
1536 If a command is of both the first and second forms, the second form is
1537 assumed if the last operand begins with @samp{+} or (if there are two
1538 operands) a digit.  For example, in @samp{od foo 10} and @samp{od +10}
1539 the @samp{10} is an offset, whereas in @samp{od 10} the @samp{10} is a
1540 file name.
1541
1542 The program accepts the following options.  Also see @ref{Common options}.
1543
1544 @table @samp
1545
1546 @item -A @var{radix}
1547 @itemx --address-radix=@var{radix}
1548 @opindex -A
1549 @opindex --address-radix
1550 @cindex radix for file offsets
1551 @cindex file offset radix
1552 Select the base in which file offsets are printed.  @var{radix} can
1553 be one of the following:
1554
1555 @table @samp
1556 @item d
1557 decimal;
1558 @item o
1559 octal;
1560 @item x
1561 hexadecimal;
1562 @item n
1563 none (do not print offsets).
1564 @end table
1565
1566 The default is octal.
1567
1568 @item -j @var{bytes}
1569 @itemx --skip-bytes=@var{bytes}
1570 @opindex -j
1571 @opindex --skip-bytes
1572 Skip @var{bytes} input bytes before formatting and writing.  If
1573 @var{bytes} begins with @samp{0x} or @samp{0X}, it is interpreted in
1574 hexadecimal; otherwise, if it begins with @samp{0}, in octal; otherwise,
1575 in decimal.  Appending @samp{b} multiplies @var{bytes} by 512, @samp{k}
1576 by 1024, and @samp{m} by 1048576.
1577
1578 @item -N @var{bytes}
1579 @itemx --read-bytes=@var{bytes}
1580 @opindex -N
1581 @opindex --read-bytes
1582 Output at most @var{bytes} bytes of the input.  Prefixes and suffixes on
1583 @code{bytes} are interpreted as for the @option{-j} option.
1584
1585 @item -S @var{n}
1586 @itemx --strings[=@var{n}]
1587 @opindex -S
1588 @opindex --strings
1589 @cindex string constants, outputting
1590 Instead of the normal output, output only @dfn{string constants}: at
1591 least @var{n} consecutive @acronym{ASCII} graphic characters,
1592 followed by a null (zero) byte.
1593
1594 If @var{n} is omitted with @option{--strings}, the default is 3.
1595
1596 @item -t @var{type}
1597 @itemx --format=@var{type}
1598 @opindex -t
1599 @opindex --format
1600 Select the format in which to output the file data.  @var{type} is a
1601 string of one or more of the below type indicator characters.  If you
1602 include more than one type indicator character in a single @var{type}
1603 string, or use this option more than once, @command{od} writes one copy
1604 of each output line using each of the data types that you specified,
1605 in the order that you specified.
1606
1607 Adding a trailing ``z'' to any type specification appends a display
1608 of the @acronym{ASCII} character representation of the printable characters
1609 to the output line generated by the type specification.
1610
1611 @table @samp
1612 @item a
1613 named character, ignoring high-order bit
1614 @item c
1615 @acronym{ASCII} character or backslash escape,
1616 @item d
1617 signed decimal
1618 @item f
1619 floating point
1620 @item o
1621 octal
1622 @item u
1623 unsigned decimal
1624 @item x
1625 hexadecimal
1626 @end table
1627
1628 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
1629 newline, and @samp{nul} for a null (zero) byte.  Only the least significant
1630 seven bits of each byte is used; the high-order bit is ignored.
1631 Type @code{c} outputs
1632 @samp{ }, @samp{\n}, and @code{\0}, respectively.
1633
1634 @cindex type size
1635 Except for types @samp{a} and @samp{c}, you can specify the number
1636 of bytes to use in interpreting each number in the given data type
1637 by following the type indicator character with a decimal integer.
1638 Alternately, you can specify the size of one of the C compiler's
1639 built-in data types by following the type indicator character with
1640 one of the following characters.  For integers (@samp{d}, @samp{o},
1641 @samp{u}, @samp{x}):
1642
1643 @table @samp
1644 @item C
1645 char
1646 @item S
1647 short
1648 @item I
1649 int
1650 @item L
1651 long
1652 @end table
1653
1654 For floating point (@code{f}):
1655
1656 @table @asis
1657 @item F
1658 float
1659 @item D
1660 double
1661 @item L
1662 long double
1663 @end table
1664
1665 @item -v
1666 @itemx --output-duplicates
1667 @opindex -v
1668 @opindex --output-duplicates
1669 Output consecutive lines that are identical.  By default, when two or
1670 more consecutive output lines would be identical, @command{od} outputs only
1671 the first line, and puts just an asterisk on the following line to
1672 indicate the elision.
1673
1674 @item -w[@var{n}]
1675 @itemx --width[=@var{n}]
1676 @opindex -w
1677 @opindex --width
1678 Dump @code{n} input bytes per output line.  This must be a multiple of
1679 the least common multiple of the sizes associated with the specified
1680 output types.
1681
1682 If this option is not given at all, the default is 16.  If @var{n} is
1683 omitted, the default is 32.
1684
1685 @end table
1686
1687 The next several options are shorthands for format specifications.
1688 @sc{gnu} @command{od} accepts any combination of shorthands and format
1689 specification options.  These options accumulate.
1690
1691 @table @samp
1692
1693 @item -a
1694 @opindex -a
1695 Output as named characters.  Equivalent to @samp{-t a}.
1696
1697 @item -b
1698 @opindex -b
1699 Output as octal bytes.  Equivalent to @samp{-t o1}.
1700
1701 @item -c
1702 @opindex -c
1703 Output as @acronym{ASCII} characters or backslash escapes.  Equivalent to
1704 @samp{-t c}.
1705
1706 @item -d
1707 @opindex -d
1708 Output as unsigned decimal two-byte units.  Equivalent to @samp{-t u2}.
1709
1710 @item -f
1711 @opindex -f
1712 Output as floats.  Equivalent to @samp{-t fF}.
1713
1714 @item -i
1715 @opindex -i
1716 Output as decimal ints.  Equivalent to @samp{-t dI}.
1717
1718 @item -l
1719 @opindex -l
1720 Output as decimal long ints.  Equivalent to @samp{-t dL}.
1721
1722 @item -o
1723 @opindex -o
1724 Output as octal two-byte units.  Equivalent to @option{-t o2}.
1725
1726 @item -s
1727 @opindex -s
1728 Output as decimal two-byte units.  Equivalent to @option{-t d2}.
1729
1730 @item -x
1731 @opindex -x
1732 Output as hexadecimal two-byte units.  Equivalent to @samp{-t x2}.
1733
1734 @item --traditional
1735 @opindex --traditional
1736 Recognize the non-option label argument that traditional @command{od}
1737 accepted.  The following syntax:
1738
1739 @smallexample
1740 od --traditional [@var{file}] [[+]@var{offset}[.][b] [[+]@var{label}[.][b]]]
1741 @end smallexample
1742
1743 @noindent
1744 can be used to specify at most one file and optional arguments
1745 specifying an offset and a pseudo-start address, @var{label}.
1746 The @var{label} argument is interpreted
1747 just like @var{offset}, but it specifies an initial pseudo-address.  The
1748 pseudo-addresses are displayed in parentheses following any normal
1749 address.
1750
1751 @end table
1752
1753 @exitstatus
1754
1755 @node base64 invocation
1756 @section @command{base64}: Transform data into printable data.
1757
1758 @pindex base64
1759 @cindex base64 encoding
1760
1761 @command{base64} transforms data read from a file, or standard input,
1762 into (or from) base64 encoded form.  The base64 encoded form uses
1763 printable @acronym{ASCII} characters to represent binary data, see
1764 @uref{ftp://ftp.rfc-editor.org/in-notes/rfc3548.txt, RFC 3548}.
1765 Synopses:
1766
1767 @smallexample
1768 base64 [@var{option}]@dots{} [@var{file}]
1769 base64 --decode [@var{option}]@dots{} [@var{file}]
1770 @end smallexample
1771
1772 The base64 encoding expands data to roughly 133% of the original.
1773
1774 The program accepts the following options.  Also see @ref{Common options}.
1775
1776 @table @samp
1777
1778 @item -w @var{COLS}
1779 @itemx --wrap=@var{COLS}
1780 @opindex -w
1781 @opindex --wrap
1782 @cindex wrap data
1783 @cindex column to wrap data after
1784 During encoding, wrap lines after @var{COLS} characters.  This must be
1785 a positive number.
1786
1787 The default is to wrap after 76 characters.  Use the value 0 to
1788 disable line wrapping altogether.
1789
1790 @item -d
1791 @itemx --decode
1792 @opindex -d
1793 @opindex --decode
1794 @cindex Decode base64 data
1795 @cindex Base64 decoding
1796 Change the mode of operation, from the default of encoding data, to
1797 decoding data.  Input is expected to be base64 encoded data, and the
1798 output will be the original data.
1799
1800 @item -i
1801 @itemx --ignore-garbage
1802 @opindex -i
1803 @opindex --ignore-garbage
1804 @cindex Ignore garbage in base64 stream
1805 During decoding, ignore unrecognized characters (including newline),
1806 to permit distorted data to be decoded.
1807
1808 @end table
1809
1810 @exitstatus
1811
1812
1813 @node Formatting file contents
1814 @chapter Formatting file contents
1815
1816 @cindex formatting file contents
1817
1818 These commands reformat the contents of files.
1819
1820 @menu
1821 * fmt invocation::              Reformat paragraph text.
1822 * pr invocation::               Paginate or columnate files for printing.
1823 * fold invocation::             Wrap input lines to fit in specified width.
1824 @end menu
1825
1826
1827 @node fmt invocation
1828 @section @command{fmt}: Reformat paragraph text
1829
1830 @pindex fmt
1831 @cindex reformatting paragraph text
1832 @cindex paragraphs, reformatting
1833 @cindex text, reformatting
1834
1835 @command{fmt} fills and joins lines to produce output lines of (at most)
1836 a given number of characters (75 by default).  Synopsis:
1837
1838 @example
1839 fmt [@var{option}]@dots{} [@var{file}]@dots{}
1840 @end example
1841
1842 @command{fmt} reads from the specified @var{file} arguments (or standard
1843 input if none are given), and writes to standard output.
1844
1845 By default, blank lines, spaces between words, and indentation are
1846 preserved in the output; successive input lines with different
1847 indentation are not joined; tabs are expanded on input and introduced on
1848 output.
1849
1850 @cindex line-breaking
1851 @cindex sentences and line-breaking
1852 @cindex Knuth, Donald E.
1853 @cindex Plass, Michael F.
1854 @command{fmt} prefers breaking lines at the end of a sentence, and tries to
1855 avoid line breaks after the first word of a sentence or before the last
1856 word of a sentence.  A @dfn{sentence break} is defined as either the end
1857 of a paragraph or a word ending in any of @samp{.?!}, followed by two
1858 spaces or end of line, ignoring any intervening parentheses or quotes.
1859 Like @TeX{}, @command{fmt} reads entire ``paragraphs'' before choosing line
1860 breaks; the algorithm is a variant of that given by Donald E. Knuth
1861 and Michael F. Plass in ``Breaking Paragraphs Into Lines'',
1862 @cite{Software---Practice & Experience} @b{11}, 11 (November 1981),
1863 1119--1184.
1864
1865 The program accepts the following options.  Also see @ref{Common options}.
1866
1867 @table @samp
1868
1869 @item -c
1870 @itemx --crown-margin
1871 @opindex -c
1872 @opindex --crown-margin
1873 @cindex crown margin
1874 @dfn{Crown margin} mode: preserve the indentation of the first two
1875 lines within a paragraph, and align the left margin of each subsequent
1876 line with that of the second line.
1877
1878 @item -t
1879 @itemx --tagged-paragraph
1880 @opindex -t
1881 @opindex --tagged-paragraph
1882 @cindex tagged paragraphs
1883 @dfn{Tagged paragraph} mode: like crown margin mode, except that if
1884 indentation of the first line of a paragraph is the same as the
1885 indentation of the second, the first line is treated as a one-line
1886 paragraph.
1887
1888 @item -s
1889 @itemx --split-only
1890 @opindex -s
1891 @opindex --split-only
1892 Split lines only.  Do not join short lines to form longer ones.  This
1893 prevents sample lines of code, and other such ``formatted'' text from
1894 being unduly combined.
1895
1896 @item -u
1897 @itemx --uniform-spacing
1898 @opindex -u
1899 @opindex --uniform-spacing
1900 Uniform spacing.  Reduce spacing between words to one space, and spacing
1901 between sentences to two spaces.
1902
1903 @item -@var{width}
1904 @itemx -w @var{width}
1905 @itemx --width=@var{width}
1906 @opindex -@var{width}
1907 @opindex -w
1908 @opindex --width
1909 Fill output lines up to @var{width} characters (default 75).  @command{fmt}
1910 initially tries to make lines about 7% shorter than this, to give it
1911 room to balance line lengths.
1912
1913 @item -p @var{prefix}
1914 @itemx --prefix=@var{prefix}
1915 Only lines beginning with @var{prefix} (possibly preceded by whitespace)
1916 are subject to formatting.  The prefix and any preceding whitespace are
1917 stripped for the formatting and then re-attached to each formatted output
1918 line.  One use is to format certain kinds of program comments, while
1919 leaving the code unchanged.
1920
1921 @end table
1922
1923 @exitstatus
1924
1925
1926 @node pr invocation
1927 @section @command{pr}: Paginate or columnate files for printing
1928
1929 @pindex pr
1930 @cindex printing, preparing files for
1931 @cindex multicolumn output, generating
1932 @cindex merging files in parallel
1933
1934 @command{pr} writes each @var{file} (@samp{-} means standard input), or
1935 standard input if none are given, to standard output, paginating and
1936 optionally outputting in multicolumn format; optionally merges all
1937 @var{file}s, printing all in parallel, one per column.  Synopsis:
1938
1939 @example
1940 pr [@var{option}]@dots{} [@var{file}]@dots{}
1941 @end example
1942
1943 @vindex LC_MESSAGES
1944 By default, a 5-line header is printed at each page: two blank lines;
1945 a line with the date, the file name, and the page count; and two more
1946 blank lines.  A footer of five blank lines is also printed.
1947 With the @option{-F}
1948 option, a 3-line header is printed: the leading two blank lines are
1949 omitted; no footer is used.  The default @var{page_length} in both cases is 66
1950 lines.  The default number of text lines changes from 56 (without @option{-F})
1951 to 63 (with @option{-F}).  The text line of the header takes the form
1952 @samp{@var{date} @var{string} @var{page}}, with spaces inserted around
1953 @var{string} so that the line takes up the full @var{page_width}.  Here,
1954 @var{date} is the date (see the @option{-D} or @option{--date-format}
1955 option for details), @var{string} is the centered header string, and
1956 @var{page} identifies the page number.  The @env{LC_MESSAGES} locale
1957 category affects the spelling of @var{page}; in the default C locale, it
1958 is @samp{Page @var{number}} where @var{number} is the decimal page
1959 number.
1960
1961 Form feeds in the input cause page breaks in the output.  Multiple form
1962 feeds produce empty pages.
1963
1964 Columns are of equal width, separated by an optional string (default
1965 is @samp{space}).  For multicolumn output, lines will always be truncated to
1966 @var{page_width} (default 72), unless you use the @option{-J} option.
1967 For single
1968 column output no line truncation occurs by default.  Use @option{-W} option to
1969 truncate lines in that case.
1970
1971 The following changes were made in version 1.22i and apply to later
1972 versions of @command{pr}:
1973 @c FIXME: this whole section here sounds very awkward to me. I
1974 @c made a few small changes, but really it all needs to be redone. - Brian
1975 @c OK, I fixed another sentence or two, but some of it I just don't understand.
1976 @ - Brian
1977 @itemize @bullet
1978
1979 @item
1980 Some small @var{letter options} (@option{-s}, @option{-w}) have been
1981 redefined for better @acronym{POSIX} compliance.  The output of some further
1982 cases has been adapted to other Unix systems.  These changes are not
1983 compatible with earlier versions of the program.
1984
1985 @item
1986 Some @var{new capital letter} options (@option{-J}, @option{-S}, @option{-W})
1987 have been introduced to turn off unexpected interferences of small letter
1988 options.  The @option{-N} option and the second argument @var{last_page}
1989 of @samp{+FIRST_PAGE} offer more flexibility.  The detailed handling of
1990 form feeds set in the input files requires the @option{-T} option.
1991
1992 @item
1993 Capital letter options override small letter ones.
1994
1995 @item
1996 Some of the option-arguments (compare @option{-s}, @option{-e},
1997 @option{-i}, @option{-n}) cannot be specified as separate arguments from the
1998 preceding option letter (already stated in the @acronym{POSIX} specification).
1999 @end itemize
2000
2001 The program accepts the following options.  Also see @ref{Common options}.
2002
2003 @table @samp
2004
2005 @item +@var{first_page}[:@var{last_page}]
2006 @itemx --pages=@var{first_page}[:@var{last_page}]
2007 @c The two following @opindex lines evoke warnings because they contain `:'
2008 @c The `info' spec does not permit that.  If we use those lines, we end
2009 @c up with truncated index entries that don't work.
2010 @c @opindex +@var{first_page}[:@var{last_page}]
2011 @c @opindex --pages=@var{first_page}[:@var{last_page}]
2012 @opindex +@var{page_range}
2013 @opindex --pages=@var{page_range}
2014 Begin printing with page @var{first_page} and stop with @var{last_page}.
2015 Missing @samp{:@var{last_page}} implies end of file.  While estimating
2016 the number of skipped pages each form feed in the input file results
2017 in a new page.  Page counting with and without @samp{+@var{first_page}}
2018 is identical.  By default, counting starts with the first page of input
2019 file (not first page printed).  Line numbering may be altered by @option{-N}
2020 option.
2021
2022 @item -@var{column}
2023 @itemx --columns=@var{column}
2024 @opindex -@var{column}
2025 @opindex --columns
2026 @cindex down columns
2027 With each single @var{file}, produce @var{column} columns of output
2028 (default is 1) and print columns down, unless @option{-a} is used.  The
2029 column width is automatically decreased as @var{column} increases; unless
2030 you use the @option{-W/-w} option to increase @var{page_width} as well.
2031 This option might well cause some lines to be truncated.  The number of
2032 lines in the columns on each page are balanced.  The options @option{-e}
2033 and @option{-i} are on for multiple text-column output.  Together with
2034 @option{-J} option column alignment and line truncation is turned off.
2035 Lines of full length are joined in a free field format and @option{-S}
2036 option may set field separators.  @option{-@var{column}} may not be used
2037 with @option{-m} option.
2038
2039 @item -a
2040 @itemx --across
2041 @opindex -a
2042 @opindex --across
2043 @cindex across columns
2044 With each single @var{file}, print columns across rather than down.  The
2045 @option{-@var{column}} option must be given with @var{column} greater than one.
2046 If a line is too long to fit in a column, it is truncated.
2047
2048 @item -c
2049 @itemx --show-control-chars
2050 @opindex -c
2051 @opindex --show-control-chars
2052 Print control characters using hat notation (e.g., @samp{^G}); print
2053 other nonprinting characters in octal backslash notation.  By default,
2054 nonprinting characters are not changed.
2055
2056 @item -d
2057 @itemx --double-space
2058 @opindex -d
2059 @opindex --double-space
2060 @cindex double spacing
2061 Double space the output.
2062
2063 @item -D @var{format}
2064 @itemx --date-format=@var{format}
2065 @cindex time formats
2066 @cindex formatting times
2067 Format header dates using @var{format}, using the same conventions as
2068 for the command @samp{date +@var{format}}; @xref{date invocation}.
2069 Except for directives, which start with
2070 @samp{%}, characters in @var{format} are printed unchanged.  You can use
2071 this option to specify an arbitrary string in place of the header date,
2072 e.g., @option{--date-format="Monday morning"}.
2073
2074 @vindex POSIXLY_CORRECT
2075 @vindex LC_TIME
2076 Normally the date
2077 format defaults to @samp{%Y-%m-%d %H:%M} (for example, @samp{2001-12-04
2078 23:59}); but if the @env{POSIXLY_CORRECT} environment variable is set
2079 and the @env{LC_TIME} locale category specifies the @acronym{POSIX}
2080 locale, the default is @samp{%b %e %H:%M %Y} (for example,
2081 @samp{Dec@ @ 4 23:59 2001}.
2082
2083 @vindex TZ
2084 Time stamps are listed according to the time zone rules specified by
2085 the @env{TZ} environment variable, or by the system default rules if
2086 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
2087 with @env{TZ}, libc, The GNU C Library}.
2088
2089 @item -e[@var{in-tabchar}[@var{in-tabwidth}]]
2090 @itemx --expand-tabs[=@var{in-tabchar}[@var{in-tabwidth}]]
2091 @opindex -e
2092 @opindex --expand-tabs
2093 @cindex input tabs
2094 Expand @var{tab}s to spaces on input.  Optional argument @var{in-tabchar} is
2095 the input tab character (default is the TAB character).  Second optional
2096 argument @var{in-tabwidth} is the input tab character's width (default
2097 is 8).
2098
2099 @item -f
2100 @itemx -F
2101 @itemx --form-feed
2102 @opindex -F
2103 @opindex -f
2104 @opindex --form-feed
2105 Use a form feed instead of newlines to separate output pages.  The default
2106 page length of 66 lines is not altered.  But the number of lines of text
2107 per page changes from default 56 to 63 lines.
2108
2109 @item -h @var{HEADER}
2110 @itemx --header=@var{HEADER}
2111 @opindex -h
2112 @opindex --header
2113 Replace the file name in the header with the centered string @var{header}.
2114 When using the shell, @var{header} should be quoted and should be
2115 separated from @option{-h} by a space.
2116
2117 @item -i[@var{out-tabchar}[@var{out-tabwidth}]]
2118 @itemx --output-tabs[=@var{out-tabchar}[@var{out-tabwidth}]]
2119 @opindex -i
2120 @opindex --output-tabs
2121 @cindex output tabs
2122 Replace spaces with @var{tab}s on output.  Optional argument @var{out-tabchar}
2123 is the output tab character (default is the TAB character).  Second optional
2124 argument @var{out-tabwidth} is the output tab character's width (default
2125 is 8).
2126
2127 @item -J
2128 @itemx --join-lines
2129 @opindex -J
2130 @opindex --join-lines
2131 Merge lines of full length.  Used together with the column options
2132 @option{-@var{column}}, @option{-a -@var{column}} or @option{-m}.  Turns off
2133 @option{-W/-w} line truncation;
2134 no column alignment used; may be used with
2135 @option{--sep-string[=@var{string}]}.  @option{-J} has been introduced
2136 (together with @option{-W} and @option{--sep-string})
2137 to disentangle the old (@acronym{POSIX}-compliant) options @option{-w} and
2138 @option{-s} along with the three column options.
2139
2140
2141 @item -l @var{page_length}
2142 @itemx --length=@var{page_length}
2143 @opindex -l
2144 @opindex --length
2145 Set the page length to @var{page_length} (default 66) lines, including
2146 the lines of the header [and the footer].  If @var{page_length} is less
2147 than or equal to 10 (or <= 3 with @option{-F}), the header and footer are
2148 omitted, and all form feeds set in input files are eliminated, as if
2149 the @option{-T} option had been given.
2150
2151 @item -m
2152 @itemx --merge
2153 @opindex -m
2154 @opindex --merge
2155 Merge and print all @var{file}s in parallel, one in each column.  If a
2156 line is too long to fit in a column, it is truncated, unless the @option{-J}
2157 option is used.  @option{--sep-string[=@var{string}]} may be used.
2158 Empty pages in
2159 some @var{file}s (form feeds set) produce empty columns, still marked
2160 by @var{string}.  The result is a continuous line numbering and column
2161 marking throughout the whole merged file.  Completely empty merged pages
2162 show no separators or line numbers.  The default header becomes
2163 @samp{@var{date} @var{page}} with spaces inserted in the middle; this
2164 may be used with the @option{-h} or @option{--header} option to fill up
2165 the middle blank part.
2166
2167 @item -n[@var{number-separator}[@var{digits}]]
2168 @itemx --number-lines[=@var{number-separator}[@var{digits}]]
2169 @opindex -n
2170 @opindex --number-lines
2171 Provide @var{digits} digit line numbering (default for @var{digits} is
2172 5).  With multicolumn output the number occupies the first @var{digits}
2173 column positions of each text column or only each line of @option{-m}
2174 output.  With single column output the number precedes each line just as
2175 @option{-m} does.  Default counting of the line numbers starts with the
2176 first line of the input file (not the first line printed, compare the
2177 @option{--page} option and @option{-N} option).
2178 Optional argument @var{number-separator} is the character appended to
2179 the line number to separate it from the text followed.  The default
2180 separator is the TAB character.  In a strict sense a TAB is always
2181 printed with single column output only.  The @var{TAB}-width varies
2182 with the @var{TAB}-position, e.g., with the left @var{margin} specified
2183 by @option{-o} option.  With multicolumn output priority is given to
2184 @samp{equal width of output columns} (a @acronym{POSIX} specification).
2185 The @var{TAB}-width is fixed to the value of the first column and does
2186 not change with different values of left @var{margin}.  That means a
2187 fixed number of spaces is always printed in the place of the
2188 @var{number-separator tab}.  The tabification depends upon the output
2189 position.
2190
2191 @item -N @var{line_number}
2192 @itemx --first-line-number=@var{line_number}
2193 @opindex -N
2194 @opindex --first-line-number
2195 Start line counting with the number @var{line_number} at first line of
2196 first page printed (in most cases not the first line of the input file).
2197
2198 @item -o @var{margin}
2199 @itemx --indent=@var{margin}
2200 @opindex -o
2201 @opindex --indent
2202 @cindex indenting lines
2203 @cindex left margin
2204 Indent each line with a margin @var{margin} spaces wide (default is zero).
2205 The total page width is the size of the margin plus the @var{page_width}
2206 set with the @option{-W/-w} option.  A limited overflow may occur with
2207 numbered single column output (compare @option{-n} option).
2208
2209 @item -r
2210 @itemx --no-file-warnings
2211 @opindex -r
2212 @opindex --no-file-warnings
2213 Do not print a warning message when an argument @var{file} cannot be
2214 opened.  (The exit status will still be nonzero, however.)
2215
2216 @item -s[@var{char}]
2217 @itemx --separator[=@var{char}]
2218 @opindex -s
2219 @opindex --separator
2220 Separate columns by a single character @var{char}.  The default for
2221 @var{char} is the TAB character without @option{-w} and @samp{no
2222 character} with @option{-w}.  Without @option{-s} the default separator
2223 @samp{space} is set.  @option{-s[char]} turns off line truncation of all
2224 three column options (@option{-COLUMN}|@option{-a -COLUMN}|@option{-m}) unless
2225 @option{-w} is set.  This is a @acronym{POSIX}-compliant formulation.
2226
2227
2228 @item -S@var{string}
2229 @itemx --sep-string[=@var{string}]
2230 @opindex -S
2231 @opindex --sep-string
2232 Use @var{string} to separate output columns.  The @option{-S} option doesn't
2233 affect the @option{-W/-w} option, unlike the @option{-s} option which does.  It
2234 does not affect line truncation or column alignment.
2235 Without @option{-S}, and with @option{-J}, @command{pr} uses the default output
2236 separator, TAB@.
2237 Without @option{-S} or @option{-J}, @command{pr} uses a @samp{space}
2238 (same as @option{-S"@w{ }"}).  @option{--sep-string} with no
2239 @samp{=@var{string}} is equivalent to @option{--sep-string=""}.
2240
2241 @item -t
2242 @itemx --omit-header
2243 @opindex -t
2244 @opindex --omit-header
2245 Do not print the usual header [and footer] on each page, and do not fill
2246 out the bottom of pages (with blank lines or a form feed).  No page
2247 structure is produced, but form feeds set in the input files are retained.
2248 The predefined pagination is not changed.  @option{-t} or @option{-T} may be
2249 useful together with other options; e.g.: @option{-t -e4}, expand TAB characters
2250 in the input file to 4 spaces but don't make any other changes.  Use of
2251 @option{-t} overrides @option{-h}.
2252
2253 @item -T
2254 @itemx --omit-pagination
2255 @opindex -T
2256 @opindex --omit-pagination
2257 Do not print header [and footer].  In addition eliminate all form feeds
2258 set in the input files.
2259
2260 @item -v
2261 @itemx --show-nonprinting
2262 @opindex -v
2263 @opindex --show-nonprinting
2264 Print nonprinting characters in octal backslash notation.
2265
2266 @item -w @var{page_width}
2267 @itemx --width=@var{page_width}
2268 @opindex -w
2269 @opindex --width
2270 Set page width to @var{page_width} characters for multiple text-column
2271 output only (default for @var{page_width} is 72).  @option{-s[CHAR]} turns
2272 off the default page width and any line truncation and column alignment.
2273 Lines of full length are merged, regardless of the column options
2274 set.  No @var{page_width} setting is possible with single column output.
2275 A @acronym{POSIX}-compliant formulation.
2276
2277 @item -W @var{page_width}
2278 @itemx --page_width=@var{page_width}
2279 @opindex -W
2280 @opindex --page_width
2281 Set the page width to @var{page_width} characters.  That's valid with and
2282 without a column option.  Text lines are truncated, unless @option{-J}
2283 is used.  Together with one of the three column options
2284 (@option{-@var{column}}, @option{-a -@var{column}} or @option{-m}) column
2285 alignment is always used.  The separator options @option{-S} or @option{-s}
2286 don't affect the @option{-W} option.  Default is 72 characters.  Without
2287 @option{-W @var{page_width}} and without any of the column options NO line
2288 truncation is used (defined to keep downward compatibility and to meet
2289 most frequent tasks).  That's equivalent to @option{-W 72 -J}.  The header
2290 line is never truncated.
2291
2292 @end table
2293
2294 @exitstatus
2295
2296
2297 @node fold invocation
2298 @section @command{fold}: Wrap input lines to fit in specified width
2299
2300 @pindex fold
2301 @cindex wrapping long input lines
2302 @cindex folding long input lines
2303
2304 @command{fold} writes each @var{file} (@option{-} means standard input), or
2305 standard input if none are given, to standard output, breaking long
2306 lines.  Synopsis:
2307
2308 @example
2309 fold [@var{option}]@dots{} [@var{file}]@dots{}
2310 @end example
2311
2312 By default, @command{fold} breaks lines wider than 80 columns.  The output
2313 is split into as many lines as necessary.
2314
2315 @cindex screen columns
2316 @command{fold} counts screen columns by default; thus, a tab may count more
2317 than one column, backspace decreases the column count, and carriage
2318 return sets the column to zero.
2319
2320 The program accepts the following options.  Also see @ref{Common options}.
2321
2322 @table @samp
2323
2324 @item -b
2325 @itemx --bytes
2326 @opindex -b
2327 @opindex --bytes
2328 Count bytes rather than columns, so that tabs, backspaces, and carriage
2329 returns are each counted as taking up one column, just like other
2330 characters.
2331
2332 @item -s
2333 @itemx --spaces
2334 @opindex -s
2335 @opindex --spaces
2336 Break at word boundaries: the line is broken after the last blank before
2337 the maximum line length.  If the line contains no such blanks, the line
2338 is broken at the maximum line length as usual.
2339
2340 @item -w @var{width}
2341 @itemx --width=@var{width}
2342 @opindex -w
2343 @opindex --width
2344 Use a maximum line length of @var{width} columns instead of 80.
2345
2346 For compatibility @command{fold} supports an obsolete option syntax
2347 @option{-@var{width}}.  New scripts should use @option{-w @var{width}}
2348 instead.
2349
2350 @end table
2351
2352 @exitstatus
2353
2354
2355 @node Output of parts of files
2356 @chapter Output of parts of files
2357
2358 @cindex output of parts of files
2359 @cindex parts of files, output of
2360
2361 These commands output pieces of the input.
2362
2363 @menu
2364 * head invocation::             Output the first part of files.
2365 * tail invocation::             Output the last part of files.
2366 * split invocation::            Split a file into fixed-size pieces.
2367 * csplit invocation::           Split a file into context-determined pieces.
2368 @end menu
2369
2370 @node head invocation
2371 @section @command{head}: Output the first part of files
2372
2373 @pindex head
2374 @cindex initial part of files, outputting
2375 @cindex first part of files, outputting
2376
2377 @command{head} prints the first part (10 lines by default) of each
2378 @var{file}; it reads from standard input if no files are given or
2379 when given a @var{file} of @option{-}.  Synopsis:
2380
2381 @example
2382 head [@var{option}]@dots{} [@var{file}]@dots{}
2383 @end example
2384
2385 If more than one @var{file} is specified, @command{head} prints a
2386 one-line header consisting of:
2387
2388 @example
2389 ==> @var{file name} <==
2390 @end example
2391
2392 @noindent
2393 before the output for each @var{file}.
2394
2395 The program accepts the following options.  Also see @ref{Common options}.
2396
2397 @table @samp
2398
2399 @item -c @var{n}
2400 @itemx --bytes=@var{n}
2401 @opindex -c
2402 @opindex --bytes
2403 Print the first @var{n} bytes, instead of initial lines.  Appending
2404 @samp{b} multiplies @var{n} by 512, @samp{k} by 1024, and @samp{m}
2405 by 1048576.
2406 However, if @var{n} starts with a @samp{-},
2407 print all but the last @var{n} bytes of each file.
2408
2409 @itemx -n @var{n}
2410 @itemx --lines=@var{n}
2411 @opindex -n
2412 @opindex --lines
2413 Output the first @var{n} lines.
2414 However, if @var{n} starts with a @samp{-},
2415 print all but the last @var{n} lines of each file.
2416
2417 @item -q
2418 @itemx --quiet
2419 @itemx --silent
2420 @opindex -q
2421 @opindex --quiet
2422 @opindex --silent
2423 Never print file name headers.
2424
2425 @item -v
2426 @itemx --verbose
2427 @opindex -v
2428 @opindex --verbose
2429 Always print file name headers.
2430
2431 @end table
2432
2433 For compatibility @command{head} also supports an obsolete option syntax
2434 @option{-@var{count}@var{options}}, which is recognized only if it is
2435 specified first.  @var{count} is a decimal number optionally followed
2436 by a size letter (@samp{b}, @samp{k}, @samp{m}) as in @option{-c}, or
2437 @samp{l} to mean count by lines, or other option letters (@samp{cqv}).
2438 Scripts intended for standard hosts should use @option{-c @var{count}}
2439 or @option{-n @var{count}} instead.  If your script must also run on
2440 hosts that support only the obsolete syntax, it is usually simpler to
2441 avoid @command{head}, e.g., by using @samp{sed 5q} instead of
2442 @samp{head -5}.
2443
2444 @exitstatus
2445
2446
2447 @node tail invocation
2448 @section @command{tail}: Output the last part of files
2449
2450 @pindex tail
2451 @cindex last part of files, outputting
2452
2453 @command{tail} prints the last part (10 lines by default) of each
2454 @var{file}; it reads from standard input if no files are given or
2455 when given a @var{file} of @samp{-}.  Synopsis:
2456
2457 @example
2458 tail [@var{option}]@dots{} [@var{file}]@dots{}
2459 @end example
2460
2461 If more than one @var{file} is specified, @command{tail} prints a
2462 one-line header consisting of:
2463
2464 @example
2465 ==> @var{file name} <==
2466 @end example
2467
2468 @noindent
2469 before the output for each @var{file}.
2470
2471 @cindex BSD @command{tail}
2472 @sc{gnu} @command{tail} can output any amount of data (some other versions of
2473 @command{tail} cannot).  It also has no @option{-r} option (print in
2474 reverse), since reversing a file is really a different job from printing
2475 the end of a file; BSD @command{tail} (which is the one with @option{-r}) can
2476 only reverse files that are at most as large as its buffer, which is
2477 typically 32 KiB@.  A more reliable and versatile way to reverse files is
2478 the @sc{gnu} @command{tac} command.
2479
2480 If any option-argument is a number @var{n} starting with a @samp{+},
2481 @command{tail} begins printing with the @var{n}th item from the start of
2482 each file, instead of from the end.
2483
2484 The program accepts the following options.  Also see @ref{Common options}.
2485
2486 @table @samp
2487
2488 @item -c @var{bytes}
2489 @itemx --bytes=@var{bytes}
2490 @opindex -c
2491 @opindex --bytes
2492 Output the last @var{bytes} bytes, instead of final lines.  Appending
2493 @samp{b} multiplies @var{bytes} by 512, @samp{k} by 1024, and @samp{m}
2494 by 1048576.
2495
2496 @item -f
2497 @itemx --follow[=@var{how}]
2498 @opindex -f
2499 @opindex --follow
2500 @cindex growing files
2501 @vindex name @r{follow option}
2502 @vindex descriptor @r{follow option}
2503 Loop forever trying to read more characters at the end of the file,
2504 presumably because the file is growing.
2505 If more than one file is given, @command{tail} prints a header whenever it
2506 gets output from a different file, to indicate which file that output is
2507 from.
2508
2509 There are two ways to specify how you'd like to track files with this option,
2510 but that difference is noticeable only when a followed file is removed or
2511 renamed.
2512 If you'd like to continue to track the end of a growing file even after
2513 it has been unlinked, use @option{--follow=descriptor}.  This is the default
2514 behavior, but it is not useful if you're tracking a log file that may be
2515 rotated (removed or renamed, then reopened).  In that case, use
2516 @option{--follow=name} to track the named file by reopening it periodically
2517 to see if it has been removed and recreated by some other program.
2518
2519 No matter which method you use, if the tracked file is determined to have
2520 shrunk, @command{tail} prints a message saying the file has been truncated
2521 and resumes tracking the end of the file from the newly-determined endpoint.
2522
2523 When a file is removed, @command{tail}'s behavior depends on whether it is
2524 following the name or the descriptor.  When following by name, tail can
2525 detect that a file has been removed and gives a message to that effect,
2526 and if @option{--retry} has been specified it will continue checking
2527 periodically to see if the file reappears.
2528 When following a descriptor, tail does not detect that the file has
2529 been unlinked or renamed and issues no message;  even though the file
2530 may no longer be accessible via its original name, it may still be
2531 growing.
2532
2533 The option values @samp{descriptor} and @samp{name} may be specified only
2534 with the long form of the option, not with @option{-f}.
2535
2536 @vindex POSIXLY_CORRECT
2537 If @env{POSIXLY_CORRECT} is set, the @option{-f} option is ignored if
2538 no @var{file} operand is specified and standard input is a pipe.
2539
2540 @item -F
2541 @opindex -F
2542 This option is the same as @option{--follow=name --retry}.  That is, tail
2543 will attempt to reopen a file when it is removed.  Should this fail, tail
2544 will keep trying until it becomes accessible again.
2545
2546 @itemx --retry
2547 @opindex --retry
2548 This option is useful mainly when following by name (i.e., with
2549 @option{--follow=name}).
2550 Without this option, when tail encounters a file that doesn't
2551 exist or is otherwise inaccessible, it reports that fact and
2552 never checks it again.
2553
2554 @itemx --sleep-interval=@var{number}
2555 @opindex --sleep-interval
2556 Change the number of seconds to wait between iterations (the default is 1.0).
2557 During one iteration, every specified file is checked to see if it has
2558 changed size.
2559 Historical implementations of @command{tail} have required that
2560 @var{number} be an integer.  However, GNU @command{tail} accepts
2561 an arbitrary floating point number (using a period before any
2562 fractional digits).
2563
2564 @itemx --pid=@var{pid}
2565 @opindex --pid
2566 When following by name or by descriptor, you may specify the process ID,
2567 @var{pid}, of the sole writer of all @var{file} arguments.  Then, shortly
2568 after that process terminates, tail will also terminate.  This will
2569 work properly only if the writer and the tailing process are running on
2570 the same machine.  For example, to save the output of a build in a file
2571 and to watch the file grow, if you invoke @command{make} and @command{tail}
2572 like this then the tail process will stop when your build completes.
2573 Without this option, you would have had to kill the @code{tail -f}
2574 process yourself.
2575
2576 @example
2577 $ make >& makerr & tail --pid=$! -f makerr
2578 @end example
2579
2580 If you specify a @var{pid} that is not in use or that does not correspond
2581 to the process that is writing to the tailed files, then @command{tail}
2582 may terminate long before any @var{file}s stop growing or it may not
2583 terminate until long after the real writer has terminated.
2584 Note that @option{--pid} cannot be supported on some systems; @command{tail}
2585 will print a warning if this is the case.
2586
2587 @itemx --max-unchanged-stats=@var{n}
2588 @opindex --max-unchanged-stats
2589 When tailing a file by name, if there have been @var{n} (default
2590 n=@value{DEFAULT_MAX_N_UNCHANGED_STATS_BETWEEN_OPENS}) consecutive
2591 iterations for which the file has not changed, then
2592 @code{open}/@code{fstat} the file to determine if that file name is
2593 still associated with the same device/inode-number pair as before.
2594 When following a log file that is rotated, this is approximately the
2595 number of seconds between when tail prints the last pre-rotation lines
2596 and when it prints the lines that have accumulated in the new log file.
2597 This option is meaningful only when following by name.
2598
2599 @itemx -n @var{n}
2600 @itemx --lines=@var{n}
2601 @opindex -n
2602 @opindex --lines
2603 Output the last @var{n} lines.
2604
2605 @item -q
2606 @itemx --quiet
2607 @itemx --silent
2608 @opindex -q
2609 @opindex --quiet
2610 @opindex --silent
2611 Never print file name headers.
2612
2613 @item -v
2614 @itemx --verbose
2615 @opindex -v
2616 @opindex --verbose
2617 Always print file name headers.
2618
2619 @end table
2620
2621 For compatibility @command{tail} also supports an obsolete usage
2622 @samp{tail -[@var{count}][bcl][f] [@var{file}]}, which is recognized
2623 only if it does not conflict with the usage described
2624 above.  This obsolete form uses exactly one option and at most one
2625 file.  In the option, @var{count} is an optional decimal number optionally
2626 followed by a size letter (@samp{b}, @samp{c}, @samp{l}) to mean count
2627 by 512-byte blocks, bytes, or lines, optionally followed by @samp{f}
2628 which has the same meaning as @option{-f}.
2629
2630 @vindex _POSIX2_VERSION
2631 On older systems, the leading @samp{-} can be replaced by @samp{+} in
2632 the obsolete option syntax with the same meaning as in counts, and
2633 obsolete usage overrides normal usage when the two conflict.
2634 This obsolete behavior can be enabled or disabled with the
2635 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
2636 conformance}).
2637
2638 Scripts intended for use on standard hosts should avoid obsolete
2639 syntax and should use @option{-c @var{count}[b]}, @option{-n
2640 @var{count}}, and/or @option{-f} instead.  If your script must also
2641 run on hosts that support only the obsolete syntax, you can often
2642 rewrite it to avoid problematic usages, e.g., by using @samp{sed -n
2643 '$p'} rather than @samp{tail -1}.  If that's not possible, the script
2644 can use a test like @samp{if tail -c +1 </dev/null >/dev/null 2>&1;
2645 then @dots{}} to decide which syntax to use.
2646
2647 Even if your script assumes the standard behavior, you should still
2648 beware usages whose behaviors differ depending on the @acronym{POSIX}
2649 version.  For example, avoid @samp{tail - main.c}, since it might be
2650 interpreted as either @samp{tail main.c} or as @samp{tail -- -
2651 main.c}; avoid @samp{tail -c 4}, since it might mean either @samp{tail
2652 -c4} or @samp{tail -c 10 4}; and avoid @samp{tail +4}, since it might
2653 mean either @samp{tail ./+4} or @samp{tail -n +4}.
2654
2655 @exitstatus
2656
2657
2658 @node split invocation
2659 @section @command{split}: Split a file into fixed-size pieces
2660
2661 @pindex split
2662 @cindex splitting a file into pieces
2663 @cindex pieces, splitting a file into
2664
2665 @command{split} creates output files containing consecutive sections of
2666 @var{input} (standard input if none is given or @var{input} is
2667 @samp{-}).  Synopsis:
2668
2669 @example
2670 split [@var{option}] [@var{input} [@var{prefix}]]
2671 @end example
2672
2673 By default, @command{split} puts 1000 lines of @var{input} (or whatever is
2674 left over for the last section), into each output file.
2675
2676 @cindex output file name prefix
2677 The output files' names consist of @var{prefix} (@samp{x} by default)
2678 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
2679 default), such that concatenating the output files in traditional
2680 sorted order by file name produces
2681 the original input file.  If the output file names are exhausted,
2682 @command{split} reports an error without deleting the output files
2683 that it did create.
2684
2685 The program accepts the following options.  Also see @ref{Common options}.
2686
2687 @table @samp
2688
2689 @item -a @var{length}
2690 @itemx --suffix-length=@var{length}
2691 @opindex -a
2692 @opindex --suffix-length
2693 Use suffixes of length @var{length}.  The default @var{length} is 2.
2694
2695 @item -l @var{lines}
2696 @itemx --lines=@var{lines}
2697 @opindex -l
2698 @opindex --lines
2699 Put @var{lines} lines of @var{input} into each output file.
2700
2701 For compatibility @command{split} also supports an obsolete
2702 option syntax @option{-@var{lines}}.  New scripts should use @option{-l
2703 @var{lines}} instead.
2704
2705 @item -b @var{bytes}
2706 @itemx --bytes=@var{bytes}
2707 @opindex -b
2708 @opindex --bytes
2709 Put the first @var{bytes} bytes of @var{input} into each output file.
2710 Appending @samp{b} multiplies @var{bytes} by 512, @samp{k} by 1024, and
2711 @samp{m} by 1048576.
2712
2713 @item -C @var{bytes}
2714 @itemx --line-bytes=@var{bytes}
2715 @opindex -C
2716 @opindex --line-bytes
2717 Put into each output file as many complete lines of @var{input} as
2718 possible without exceeding @var{bytes} bytes.  For lines longer than
2719 @var{bytes} bytes, put @var{bytes} bytes into each output file until
2720 less than @var{bytes} bytes of the line are left, then continue
2721 normally.  @var{bytes} has the same format as for the @option{--bytes}
2722 option.
2723
2724 @item -d
2725 @itemx --numeric-suffixes
2726 @opindex -d
2727 @opindex --numeric-suffixes
2728 Use digits in suffixes rather than lower-case letters.
2729
2730 @itemx --verbose
2731 @opindex --verbose
2732 Write a diagnostic to standard error just before each output file is opened.
2733
2734 @end table
2735
2736 @exitstatus
2737
2738
2739 @node csplit invocation
2740 @section @command{csplit}: Split a file into context-determined pieces
2741
2742 @pindex csplit
2743 @cindex context splitting
2744 @cindex splitting a file into pieces by context
2745
2746 @command{csplit} creates zero or more output files containing sections of
2747 @var{input} (standard input if @var{input} is @samp{-}).  Synopsis:
2748
2749 @example
2750 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{}
2751 @end example
2752
2753 The contents of the output files are determined by the @var{pattern}
2754 arguments, as detailed below.  An error occurs if a @var{pattern}
2755 argument refers to a nonexistent line of the input file (e.g., if no
2756 remaining line matches a given regular expression).  After every
2757 @var{pattern} has been matched, any remaining input is copied into one
2758 last output file.
2759
2760 By default, @command{csplit} prints the number of bytes written to each
2761 output file after it has been created.
2762
2763 The types of pattern arguments are:
2764
2765 @table @samp
2766
2767 @item @var{n}
2768 Create an output file containing the input up to but not including line
2769 @var{n} (a positive integer).  If followed by a repeat count, also
2770 create an output file containing the next @var{n} lines of the input
2771 file once for each repeat.
2772
2773 @item /@var{regexp}/[@var{offset}]
2774 Create an output file containing the current line up to (but not
2775 including) the next line of the input file that contains a match for
2776 @var{regexp}.  The optional @var{offset} is an integer.
2777 If it is given, the input up to (but not including) the
2778 matching line plus or minus @var{offset} is put into the output file,
2779 and the line after that begins the next section of input.
2780
2781 @item %@var{regexp}%[@var{offset}]
2782 Like the previous type, except that it does not create an output
2783 file, so that section of the input file is effectively ignored.
2784
2785 @item @{@var{repeat-count}@}
2786 Repeat the previous pattern @var{repeat-count} additional
2787 times.  The @var{repeat-count} can either be a positive integer or an
2788 asterisk, meaning repeat as many times as necessary until the input is
2789 exhausted.
2790
2791 @end table
2792
2793 The output files' names consist of a prefix (@samp{xx} by default)
2794 followed by a suffix.  By default, the suffix is an ascending sequence
2795 of two-digit decimal numbers from @samp{00} to @samp{99}.  In any case,
2796 concatenating the output files in sorted order by file name produces the
2797 original input file.
2798
2799 By default, if @command{csplit} encounters an error or receives a hangup,
2800 interrupt, quit, or terminate signal, it removes any output files
2801 that it has created so far before it exits.
2802
2803 The program accepts the following options.  Also see @ref{Common options}.
2804
2805 @table @samp
2806
2807 @item -f @var{prefix}
2808 @itemx --prefix=@var{prefix}
2809 @opindex -f
2810 @opindex --prefix
2811 @cindex output file name prefix
2812 Use @var{prefix} as the output file name prefix.
2813
2814 @item -b @var{suffix}
2815 @itemx --suffix=@var{suffix}
2816 @opindex -b
2817 @opindex --suffix
2818 @cindex output file name suffix
2819 Use @var{suffix} as the output file name suffix.  When this option is
2820 specified, the suffix string must include exactly one
2821 @code{printf(3)}-style conversion specification, possibly including
2822 format specification flags, a field width, a precision specifications,
2823 or all of these kinds of modifiers.  The format letter must convert a
2824 binary integer argument to readable form; thus, only @samp{d}, @samp{i},
2825 @samp{u}, @samp{o}, @samp{x}, and @samp{X} conversions are allowed.  The
2826 entire @var{suffix} is given (with the current output file number) to
2827 @code{sprintf(3)} to form the file name suffixes for each of the
2828 individual output files in turn.  If this option is used, the
2829 @option{--digits} option is ignored.
2830
2831 @item -n @var{digits}
2832 @itemx --digits=@var{digits}
2833 @opindex -n
2834 @opindex --digits
2835 Use output file names containing numbers that are @var{digits} digits
2836 long instead of the default 2.
2837
2838 @item -k
2839 @itemx --keep-files
2840 @opindex -k
2841 @opindex --keep-files
2842 Do not remove output files when errors are encountered.
2843
2844 @item -z
2845 @itemx --elide-empty-files
2846 @opindex -z
2847 @opindex --elide-empty-files
2848 Suppress the generation of zero-length output files.  (In cases where
2849 the section delimiters of the input file are supposed to mark the first
2850 lines of each of the sections, the first output file will generally be a
2851 zero-length file unless you use this option.)  The output file sequence
2852 numbers always run consecutively starting from 0, even when this option
2853 is specified.
2854
2855 @item -s
2856 @itemx -q
2857 @itemx --silent
2858 @itemx --quiet
2859 @opindex -s
2860 @opindex -q
2861 @opindex --silent
2862 @opindex --quiet
2863 Do not print counts of output file sizes.
2864
2865 @end table
2866
2867 @exitstatus
2868
2869
2870 @node Summarizing files
2871 @chapter Summarizing files
2872
2873 @cindex summarizing files
2874
2875 These commands generate just a few numbers representing entire
2876 contents of files.
2877
2878 @menu
2879 * wc invocation::               Print newline, word, and byte counts.
2880 * sum invocation::              Print checksum and block counts.
2881 * cksum invocation::            Print CRC checksum and byte counts.
2882 * md5sum invocation::           Print or check MD5 digests.
2883 * sha1sum invocation::          Print or check SHA-1 digests.
2884 * sha2 utilities::              Print or check SHA-2 digests.
2885 @end menu
2886
2887
2888 @node wc invocation
2889 @section @command{wc}: Print newline, word, and byte counts
2890
2891 @pindex wc
2892 @cindex byte count
2893 @cindex character count
2894 @cindex word count
2895 @cindex line count
2896
2897 @command{wc} counts the number of bytes, characters, whitespace-separated
2898 words, and newlines in each given @var{file}, or standard input if none
2899 are given or for a @var{file} of @samp{-}.  Synopsis:
2900
2901 @example
2902 wc [@var{option}]@dots{} [@var{file}]@dots{}
2903 @end example
2904
2905 @cindex total counts
2906 @command{wc} prints one line of counts for each file, and if the file was
2907 given as an argument, it prints the file name following the counts.  If
2908 more than one @var{file} is given, @command{wc} prints a final line
2909 containing the cumulative counts, with the file name @file{total}.  The
2910 counts are printed in this order: newlines, words, characters, bytes.
2911 Each count is printed right-justified in a field with at least one
2912 space between fields so that the numbers and file names normally line
2913 up nicely in columns.  The width of the count fields varies depending
2914 on the inputs, so you should not depend on a particular field width.
2915 However, as a @acronym{GNU} extension, if only one count is printed,
2916 it is guaranteed to be printed without leading spaces.
2917
2918 By default, @command{wc} prints three counts: the newline, words, and byte
2919 counts.  Options can specify that only certain counts be printed.
2920 Options do not undo others previously given, so
2921
2922 @example
2923 wc --bytes --words
2924 @end example
2925
2926 @noindent
2927 prints both the byte counts and the word counts.
2928
2929 With the @option{--max-line-length} option, @command{wc} prints the length
2930 of the longest line per file, and if there is more than one file it
2931 prints the maximum (not the sum) of those lengths.
2932
2933 The program accepts the following options.  Also see @ref{Common options}.
2934
2935 @table @samp
2936
2937 @item -c
2938 @itemx --bytes
2939 @opindex -c
2940 @opindex --bytes
2941 Print only the byte counts.
2942
2943 @item -m
2944 @itemx --chars
2945 @opindex -m
2946 @opindex --chars
2947 Print only the character counts.
2948
2949 @item -w
2950 @itemx --words
2951 @opindex -w
2952 @opindex --words
2953 Print only the word counts.
2954
2955 @item -l
2956 @itemx --lines
2957 @opindex -l
2958 @opindex --lines
2959 Print only the newline counts.
2960
2961 @item -L
2962 @itemx --max-line-length
2963 @opindex -L
2964 @opindex --max-line-length
2965 Print only the maximum line lengths.
2966
2967 @itemx --files0-from=@var{FILE}
2968 @opindex --files0-from=@var{FILE}
2969 @cindex including files from @command{du}
2970 Rather than processing files named on the command line, process those
2971 named in file @var{FILE}; each name is terminated by a null byte.
2972 This is useful when
2973 the list of file names is so long that it may exceed a command line
2974 length limitation.
2975 In such cases, running @command{wc} via @command{xargs} is undesirable
2976 because it splits the list into pieces and makes @command{wc} print a
2977 total for each sublist rather than for the entire list.
2978 One way to produce a list of null-byte-terminated file names is with @sc{gnu}
2979 @command{find}, using its @option{-print0} predicate.  For example, to find
2980 the length of the longest line in any @file{.c} or @file{.h} file in the
2981 current hierarchy, do this:
2982
2983 @example
2984 find . -name '*.[ch]' -print0 | wc -L --files0-from=- | tail -n1
2985 @end example
2986
2987 Do not specify any @var{FILE} on the command line when using this option.
2988
2989 @end table
2990
2991 @exitstatus
2992
2993
2994 @node sum invocation
2995 @section @command{sum}: Print checksum and block counts
2996
2997 @pindex sum
2998 @cindex 16-bit checksum
2999 @cindex checksum, 16-bit
3000
3001 @command{sum} computes a 16-bit checksum for each given @var{file}, or
3002 standard input if none are given or for a @var{file} of @samp{-}.  Synopsis:
3003
3004 @example
3005 sum [@var{option}]@dots{} [@var{file}]@dots{}
3006 @end example
3007
3008 @command{sum} prints the checksum for each @var{file} followed by the
3009 number of blocks in the file (rounded up).  If more than one @var{file}
3010 is given, file names are also printed (by default).  (With the
3011 @option{--sysv} option, corresponding file names are printed when there is
3012 at least one file argument.)
3013
3014 By default, @sc{gnu} @command{sum} computes checksums using an algorithm
3015 compatible with BSD @command{sum} and prints file sizes in units of
3016 1024-byte blocks.
3017
3018 The program accepts the following options.  Also see @ref{Common options}.
3019
3020 @table @samp
3021
3022 @item -r
3023 @opindex -r
3024 @cindex BSD @command{sum}
3025 Use the default (BSD compatible) algorithm.  This option is included for
3026 compatibility with the System V @command{sum}.  Unless @option{-s} was also
3027 given, it has no effect.
3028
3029 @item -s
3030 @itemx --sysv
3031 @opindex -s
3032 @opindex --sysv
3033 @cindex System V @command{sum}
3034 Compute checksums using an algorithm compatible with System V
3035 @command{sum}'s default, and print file sizes in units of 512-byte blocks.
3036
3037 @end table
3038
3039 @command{sum} is provided for compatibility; the @command{cksum} program (see
3040 next section) is preferable in new applications.
3041
3042 @exitstatus
3043
3044
3045 @node cksum invocation
3046 @section @command{cksum}: Print CRC checksum and byte counts
3047
3048 @pindex cksum
3049 @cindex cyclic redundancy check
3050 @cindex CRC checksum
3051
3052 @command{cksum} computes a cyclic redundancy check (CRC) checksum for each
3053 given @var{file}, or standard input if none are given or for a
3054 @var{file} of @samp{-}.  Synopsis:
3055
3056 @example
3057 cksum [@var{option}]@dots{} [@var{file}]@dots{}
3058 @end example
3059
3060 @command{cksum} prints the CRC checksum for each file along with the number
3061 of bytes in the file, and the file name unless no arguments were given.
3062
3063 @command{cksum} is typically used to ensure that files
3064 transferred by unreliable means (e.g., netnews) have not been corrupted,
3065 by comparing the @command{cksum} output for the received files with the
3066 @command{cksum} output for the original files (typically given in the
3067 distribution).
3068
3069 The CRC algorithm is specified by the @acronym{POSIX} standard.  It is not
3070 compatible with the BSD or System V @command{sum} algorithms (see the
3071 previous section); it is more robust.
3072
3073 The only options are @option{--help} and @option{--version}.  @xref{Common
3074 options}.
3075
3076 @exitstatus
3077
3078
3079 @node md5sum invocation
3080 @section @command{md5sum}: Print or check MD5 digests
3081
3082 @pindex md5sum
3083 @cindex MD5
3084 @cindex 128-bit checksum
3085 @cindex checksum, 128-bit
3086 @cindex fingerprint, 128-bit
3087 @cindex message-digest, 128-bit
3088
3089 @command{md5sum} computes a 128-bit checksum (or @dfn{fingerprint} or
3090 @dfn{message-digest}) for each specified @var{file}.
3091
3092 Note: The MD5 digest is more reliable than a simple CRC (provided by
3093 the @command{cksum} command) for detecting accidental file corruption,
3094 as the chances of accidentally having two files with identical MD5
3095 are vanishingly small.  However, it should not be considered truly
3096 secure against malicious tampering: although finding a file with a
3097 given MD5 fingerprint, or modifying a file so as to retain its MD5 are
3098 considered infeasible at the moment, it is known how to produce
3099 different files with identical MD5 (a ``collision''), something which
3100 can be a security issue in certain contexts.  For more secure hashes,
3101 consider using SHA-1 or SHA-2.  @xref{sha1sum invocation}, and
3102 @ref{sha2 utilities}.
3103
3104 If a @var{file} is specified as @samp{-} or if no files are given
3105 @command{md5sum} computes the checksum for the standard input.
3106 @command{md5sum} can also determine whether a file and checksum are
3107 consistent.  Synopsis:
3108
3109 @example
3110 md5sum [@var{option}]@dots{} [@var{file}]@dots{}
3111 @end example
3112
3113 For each @var{file}, @samp{md5sum} outputs the MD5 checksum, a flag
3114 indicating a binary or text input file, and the file name.
3115 If @var{file} is omitted or specified as @samp{-}, standard input is read.
3116
3117 The program accepts the following options.  Also see @ref{Common options}.
3118
3119 @table @samp
3120
3121 @item -b
3122 @itemx --binary
3123 @opindex -b
3124 @opindex --binary
3125 @cindex binary input files
3126 Treat each input file as binary, by reading it in binary mode and
3127 outputting a @samp{*} flag.  This is the inverse of @option{--text}.
3128 On systems like @acronym{GNU} that do not distinguish between binary
3129 and text files, this option merely flags each input file as binary:
3130 the MD5 checksum is unaffected.  This option is the default on systems
3131 like MS-DOS that distinguish between binary and text files, except
3132 for reading standard input when standard input is a terminal.
3133
3134 @item -c
3135 @itemx --check
3136 Read file names and checksum information (not data) from each
3137 @var{file} (or from stdin if no @var{file} was specified) and report
3138 whether the checksums match the contents of the named files.
3139 The input to this mode of @command{md5sum} is usually the output of
3140 a prior, checksum-generating run of @samp{md5sum}.
3141 Each valid line of input consists of an MD5 checksum, a binary/text
3142 flag, and then a file name.
3143 Binary files are marked with @samp{*}, text with @samp{ }.
3144 For each such line, @command{md5sum} reads the named file and computes its
3145 MD5 checksum.  Then, if the computed message digest does not match the
3146 one on the line with the file name, the file is noted as having
3147 failed the test.  Otherwise, the file passes the test.
3148 By default, for each valid line, one line is written to standard
3149 output indicating whether the named file passed the test.
3150 After all checks have been performed, if there were any failures,
3151 a warning is issued to standard error.
3152 Use the @option{--status} option to inhibit that output.
3153 If any listed file cannot be opened or read, if any valid line has
3154 an MD5 checksum inconsistent with the associated file, or if no valid
3155 line is found, @command{md5sum} exits with nonzero status.  Otherwise,
3156 it exits successfully.
3157
3158 @itemx --status
3159 @opindex --status
3160 @cindex verifying MD5 checksums
3161 This option is useful only when verifying checksums.
3162 When verifying checksums, don't generate the default one-line-per-file
3163 diagnostic and don't output the warning summarizing any failures.
3164 Failures to open or read a file still evoke individual diagnostics to
3165 standard error.
3166 If all listed files are readable and are consistent with the associated
3167 MD5 checksums, exit successfully.  Otherwise exit with a status code
3168 indicating there was a failure.
3169
3170 @item -t
3171 @itemx --text
3172 @opindex -t
3173 @opindex --text
3174 @cindex text input files
3175 Treat each input file as text, by reading it in text mode and
3176 outputting a @samp{ } flag.  This is the inverse of @option{--binary}.
3177 This option is the default on systems like @acronym{GNU} that do not
3178 distinguish between binary and text files.  On other systems, it is
3179 the default for reading standard input when standard input is a
3180 terminal.
3181
3182 @item -w
3183 @itemx --warn
3184 @opindex -w
3185 @opindex --warn
3186 @cindex verifying MD5 checksums
3187 When verifying checksums, warn about improperly formatted MD5 checksum lines.
3188 This option is useful only if all but a few lines in the checked input
3189 are valid.
3190
3191 @end table
3192
3193 @exitstatus
3194
3195
3196 @node sha1sum invocation
3197 @section @command{sha1sum}: Print or check SHA-1 digests
3198
3199 @pindex sha1sum
3200 @cindex SHA-1
3201 @cindex 160-bit checksum
3202 @cindex checksum, 160-bit
3203 @cindex fingerprint, 160-bit
3204 @cindex message-digest, 160-bit
3205
3206 @command{sha1sum} computes a 160-bit checksum for each specified
3207 @var{file}.  The usage and options of this command are precisely the
3208 same as for @command{md5sum}.  @xref{md5sum invocation}.
3209
3210 Note: The SHA-1 digest is more secure than MD5, and no collisions of
3211 it are known (different files having the same fingerprint).  However,
3212 it is known that they can be produced with considerable, but not
3213 unreasonable, resources.  For this reason, it is generally considered
3214 that SHA-1 should be gradually phased out in favor of the more secure
3215 SHA-2 hash algorithms.  @xref{sha2 utilities}.
3216
3217
3218 @node sha2 utilities
3219 @section sha2 utilities: Print or check SHA-2 digests
3220
3221 @pindex sha224sum
3222 @pindex sha256sum
3223 @pindex sha384sum
3224 @pindex sha512sum
3225 @cindex SHA-2
3226 @cindex 224-bit checksum
3227 @cindex 256-bit checksum
3228 @cindex 384-bit checksum
3229 @cindex 512-bit checksum
3230 @cindex checksum, 224-bit
3231 @cindex checksum, 256-bit
3232 @cindex checksum, 384-bit
3233 @cindex checksum, 512-bit
3234 @cindex fingerprint, 224-bit
3235 @cindex fingerprint, 256-bit
3236 @cindex fingerprint, 384-bit
3237 @cindex fingerprint, 512-bit
3238 @cindex message-digest, 224-bit
3239 @cindex message-digest, 256-bit
3240 @cindex message-digest, 384-bit
3241 @cindex message-digest, 512-bit
3242
3243 The commands @command{sha224sum}, @command{sha256sum},
3244 @command{sha384sum} and @command{sha512sum} compute checksums of
3245 various lengths (respectively 224, 256, 384 and 512 bits),
3246 collectively known as the SHA-2 hashes.  The usage and options of
3247 these commands are precisely the same as for @command{md5sum}.
3248 @xref{md5sum invocation}.
3249
3250 Note: The SHA384 and SHA512 digests are considerably slower to
3251 compute, especially on 32-bit computers, than SHA224 or SHA256.
3252
3253
3254 @node Operating on sorted files
3255 @chapter Operating on sorted files
3256
3257 @cindex operating on sorted files
3258 @cindex sorted files, operations on
3259
3260 These commands work with (or produce) sorted files.
3261
3262 @menu
3263 * sort invocation::             Sort text files.
3264 * uniq invocation::             Uniquify files.
3265 * comm invocation::             Compare two sorted files line by line.
3266 * ptx invocation::              Produce a permuted index of file contents.
3267 * tsort invocation::            Topological sort.
3268 * tsort background::            Where tsort came from.
3269 @end menu
3270
3271
3272 @node sort invocation
3273 @section @command{sort}: Sort text files
3274
3275 @pindex sort
3276 @cindex sorting files
3277
3278 @command{sort} sorts, merges, or compares all the lines from the given
3279 files, or standard input if none are given or for a @var{file} of
3280 @samp{-}.  By default, @command{sort} writes the results to standard
3281 output.  Synopsis:
3282
3283 @example
3284 sort [@var{option}]@dots{} [@var{file}]@dots{}
3285 @end example
3286
3287 @command{sort} has three modes of operation: sort (the default), merge,
3288 and check for sortedness.  The following options change the operation
3289 mode:
3290
3291 @table @samp
3292
3293 @item -c
3294 @itemx --check
3295 @opindex -c
3296 @opindex --check
3297 @cindex checking for sortedness
3298 Check whether the given files are already sorted: if they are not all
3299 sorted, print an error message and exit with a status of 1.
3300 Otherwise, exit successfully.
3301
3302 @item -m
3303 @itemx --merge
3304 @opindex -m
3305 @opindex --merge
3306 @cindex merging sorted files
3307 Merge the given files by sorting them as a group.  Each input file must
3308 always be individually sorted.  It always works to sort instead of
3309 merge; merging is provided because it is faster, in the case where it
3310 works.
3311
3312 @end table
3313
3314 @cindex sort stability
3315 @cindex sort's last-resort comparison
3316 A pair of lines is compared as follows:
3317 @command{sort} compares each pair of fields, in the
3318 order specified on the command line, according to the associated
3319 ordering options, until a difference is found or no fields are left.
3320 If no key fields are specified, @command{sort} uses a default key of
3321 the entire line.  Finally, as a last resort when all keys compare
3322 equal, @command{sort} compares entire lines as if no ordering options
3323 other than @option{--reverse} (@option{-r}) were specified.  The
3324 @option{--stable} (@option{-s}) option disables this @dfn{last-resort
3325 comparison} so that lines in which all fields compare equal are left
3326 in their original relative order.  The @option{--unique}
3327 (@option{-u}) option also disables the last-resort comparison.
3328
3329 @vindex LC_ALL
3330 @vindex LC_COLLATE
3331 Unless otherwise specified, all comparisons use the character collating
3332 sequence specified by the @env{LC_COLLATE} locale.@footnote{If you
3333 use a non-@acronym{POSIX} locale (e.g., by setting @env{LC_ALL}
3334 to @samp{en_US}), then @command{sort} may produce output that is sorted
3335 differently than you're accustomed to.  In that case, set the @env{LC_ALL}
3336 environment variable to @samp{C}.  Note that setting only @env{LC_COLLATE}
3337 has two problems.  First, it is ineffective if @env{LC_ALL} is also set.
3338 Second, it has undefined behavior if @env{LC_CTYPE} (or @env{LANG}, if
3339 @env{LC_CTYPE} is unset) is set to an incompatible value.  For example,
3340 you get undefined behavior if @env{LC_CTYPE} is @code{ja_JP.PCK} but
3341 @env{LC_COLLATE} is @code{en_US.UTF-8}.}
3342
3343 @sc{gnu} @command{sort} (as specified for all @sc{gnu} utilities) has no
3344 limit on input line length or restrictions on bytes allowed within lines.
3345 In addition, if the final byte of an input file is not a newline, @sc{gnu}
3346 @command{sort} silently supplies one.  A line's trailing newline is not
3347 part of the line for comparison purposes.
3348
3349 @cindex exit status of @command{sort}
3350 Exit status:
3351
3352 @display
3353 0 if no error occurred
3354 1 if invoked with @option{-c} and the input is not properly sorted
3355 2 if an error occurred
3356 @end display
3357
3358 @vindex TMPDIR
3359 If the environment variable @env{TMPDIR} is set, @command{sort} uses its
3360 value as the directory for temporary files instead of @file{/tmp}.  The
3361 @option{--temporary-directory} (@option{-T}) option in turn overrides
3362 the environment variable.
3363
3364
3365 The following options affect the ordering of output lines.  They may be
3366 specified globally or as part of a specific key field.  If no key
3367 fields are specified, global options apply to comparison of entire
3368 lines; otherwise the global options are inherited by key fields that do
3369 not specify any special options of their own.  In pre-@acronym{POSIX}
3370 versions of @command{sort}, global options affect only later key fields,
3371 so portable shell scripts should specify global options first.
3372
3373 @table @samp
3374
3375 @item -b
3376 @itemx --ignore-leading-blanks
3377 @opindex -b
3378 @opindex --ignore-leading-blanks
3379 @cindex blanks, ignoring leading
3380 @vindex LC_CTYPE
3381 Ignore leading blanks when finding sort keys in each line.
3382 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
3383 can change this.
3384
3385 @item -d
3386 @itemx --dictionary-order
3387 @opindex -d
3388 @opindex --dictionary-order
3389 @cindex dictionary order
3390 @cindex phone directory order
3391 @cindex telephone directory order
3392 @vindex LC_CTYPE
3393 Sort in @dfn{phone directory} order: ignore all characters except
3394 letters, digits and blanks when sorting.
3395 By default letters and digits are those of @acronym{ASCII} and a blank
3396 is a space or a tab, but the @env{LC_CTYPE} locale can change this.
3397
3398 @item -f
3399 @itemx --ignore-case
3400 @opindex -f
3401 @opindex --ignore-case
3402 @cindex ignoring case
3403 @cindex case folding
3404 @vindex LC_CTYPE
3405 Fold lowercase characters into the equivalent uppercase characters when
3406 comparing so that, for example, @samp{b} and @samp{B} sort as equal.
3407 The @env{LC_CTYPE} locale determines character types.
3408
3409 @item -g
3410 @itemx --general-numeric-sort
3411 @opindex -g
3412 @opindex --general-numeric-sort
3413 @cindex general numeric sort
3414 @vindex LC_NUMERIC
3415 Sort numerically, using the standard C function @code{strtod} to convert
3416 a prefix of each line to a double-precision floating point number.
3417 This allows floating point numbers to be specified in scientific notation,
3418 like @code{1.0e-34} and @code{10e100}.
3419 The @env{LC_NUMERIC} locale determines the decimal-point character.
3420 Do not report overflow, underflow, or conversion errors.
3421 Use the following collating sequence:
3422
3423 @itemize @bullet
3424 @item
3425 Lines that do not start with numbers (all considered to be equal).
3426 @item
3427 NaNs (``Not a Number'' values, in IEEE floating point arithmetic)
3428 in a consistent but machine-dependent order.
3429 @item
3430 Minus infinity.
3431 @item
3432 Finite numbers in ascending numeric order (with @math{-0} and @math{+0} equal).
3433 @item
3434 Plus infinity.
3435 @end itemize
3436
3437 Use this option only if there is no alternative; it is much slower than
3438 @option{--numeric-sort} (@option{-n}) and it can lose information when
3439 converting to floating point.
3440
3441 @item -i
3442 @itemx --ignore-nonprinting
3443 @opindex -i
3444 @opindex --ignore-nonprinting
3445 @cindex nonprinting characters, ignoring
3446 @cindex unprintable characters, ignoring
3447 @vindex LC_CTYPE
3448 Ignore nonprinting characters.
3449 The @env{LC_CTYPE} locale determines character types.
3450 This option has no effect if the stronger @option{--dictionary-order}
3451 (@option{-d}) option is also given.
3452
3453 @item -M
3454 @itemx --month-sort
3455 @opindex -M
3456 @opindex --month-sort
3457 @cindex months, sorting by
3458 @vindex LC_TIME
3459 An initial string, consisting of any amount of blanks, followed
3460 by a month name abbreviation, is folded to UPPER case and
3461 compared in the order @samp{JAN} < @samp{FEB} < @dots{} < @samp{DEC}.
3462 Invalid names compare low to valid names.  The @env{LC_TIME} locale
3463 category determines the month spellings.
3464 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
3465 can change this.
3466
3467 @item -n
3468 @itemx --numeric-sort
3469 @opindex -n
3470 @opindex --numeric-sort
3471 @cindex numeric sort
3472 @vindex LC_NUMERIC
3473 Sort numerically: the number begins each line; specifically, it consists
3474 of optional blanks, an optional @samp{-} sign, and zero or more
3475 digits possibly separated by thousands separators, optionally followed
3476 by a decimal-point character and zero or more digits.  A string of
3477 no digits is interpreted as @samp{0}.  The @env{LC_NUMERIC}
3478 locale specifies the decimal-point character and thousands separator.
3479 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
3480 can change this.
3481
3482 Numeric sort uses what might be considered an unconventional method to
3483 compare strings representing floating point numbers.  Rather than first
3484 converting each string to the C @code{double} type and then comparing
3485 those values, @command{sort} aligns the decimal-point characters in the
3486 two strings and compares the strings a character at a time.  One benefit
3487 of using this approach is its speed.  In practice this is much more
3488 efficient than performing the two corresponding string-to-double (or
3489 even string-to-integer) conversions and then comparing doubles.  In
3490 addition, there is no corresponding loss of precision.  Converting each
3491 string to @code{double} before comparison would limit precision to about
3492 16 digits on most systems.
3493
3494 Neither a leading @samp{+} nor exponential notation is recognized.
3495 To compare such strings numerically, use the
3496 @option{--general-numeric-sort} (@option{-g}) option.
3497
3498 @item -r
3499 @itemx --reverse
3500 @opindex -r
3501 @opindex --reverse
3502 @cindex reverse sorting
3503 Reverse the result of comparison, so that lines with greater key values
3504 appear earlier in the output instead of later.
3505
3506 @item -R
3507 @itemx --random-sort
3508 @opindex -R
3509 @opindex --random-sort
3510 @cindex random sort
3511 Sort by hashing the input keys and then sorting the hash values.  This
3512 is much like a random shuffle of the inputs, except that keys with the
3513 same value sort together.  The hash function is chosen at random.
3514
3515 @end table
3516
3517 Other options are:
3518
3519 @table @samp
3520
3521 @item -k @var{pos1}[,@var{pos2}]
3522 @itemx --key=@var{pos1}[,@var{pos2}]
3523 @opindex -k
3524 @opindex --key
3525 @cindex sort field
3526 Specify a sort field that consists of the part of the line between
3527 @var{pos1} and @var{pos2} (or the end of the line, if @var{pos2} is
3528 omitted), @emph{inclusive}.  Fields and character positions are numbered
3529 starting with 1.  So to sort on the second field, you'd use
3530 @option{--key=2,2} (@option{-k 2,2}).  See below for more examples.
3531
3532 @item -o @var{output-file}
3533 @itemx --output=@var{output-file}
3534 @opindex -o
3535 @opindex --output
3536 @cindex overwriting of input, allowed
3537 Write output to @var{output-file} instead of standard output.
3538 Normally, @command{sort} reads all input before opening
3539 @var{output-file}, so you can safely sort a file in place by using
3540 commands like @code{sort -o F F} and @code{cat F | sort -o F}.
3541 However, @command{sort} with @option{--merge} (@option{-m}) can open
3542 the output file before reading all input, so a command like @code{cat
3543 F | sort -m -o F - G} is not safe as @command{sort} might start
3544 writing @file{F} before @command{cat} is done reading it.
3545
3546 @vindex POSIXLY_CORRECT
3547 On newer systems, @option{-o} cannot appear after an input file if
3548 @env{POSIXLY_CORRECT} is set, e.g., @samp{sort F -o F}.  Portable
3549 scripts should specify @option{-o @var{output-file}} before any input
3550 files.
3551
3552 @item -s
3553 @itemx --stable
3554 @opindex -s
3555 @opindex --stable
3556 @cindex sort stability
3557 @cindex sort's last-resort comparison
3558
3559 Make @command{sort} stable by disabling its last-resort comparison.
3560 This option has no effect if no fields or global ordering options
3561 other than @option{--reverse} (@option{-R}) are specified.
3562
3563 @item -S @var{size}
3564 @itemx --buffer-size=@var{size}
3565 @opindex -S
3566 @opindex --buffer-size
3567 @cindex size for main memory sorting
3568 Use a main-memory sort buffer of the given @var{size}.  By default,
3569 @var{size} is in units of 1024 bytes.  Appending @samp{%} causes
3570 @var{size} to be interpreted as a percentage of physical memory.
3571 Appending @samp{K} multiplies @var{size} by 1024 (the default),
3572 @samp{M} by 1,048,576, @samp{G} by 1,073,741,824, and so on for
3573 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.  Appending
3574 @samp{b} causes @var{size} to be interpreted as a byte count, with no
3575 multiplication.
3576
3577 This option can improve the performance of @command{sort} by causing it
3578 to start with a larger or smaller sort buffer than the default.
3579 However, this option affects only the initial buffer size.  The buffer
3580 grows beyond @var{size} if @command{sort} encounters input lines larger
3581 than @var{size}.
3582
3583 @item -t @var{separator}
3584 @itemx --field-separator=@var{separator}
3585 @opindex -t
3586 @opindex --field-separator
3587 @cindex field separator character
3588 Use character @var{separator} as the field separator when finding the
3589 sort keys in each line.  By default, fields are separated by the empty
3590 string between a non-blank character and a blank character.
3591 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
3592 can change this.
3593
3594 That is, given the input line @w{@samp{ foo bar}}, @command{sort} breaks it
3595 into fields @w{@samp{ foo}} and @w{@samp{ bar}}.  The field separator is
3596 not considered to be part of either the field preceding or the field
3597 following, so with @samp{sort @w{-t " "}} the same input line has
3598 three fields: an empty field, @samp{foo}, and @samp{bar}.
3599 However, fields that extend to the end of the line,
3600 as @option{-k 2}, or fields consisting of a range, as @option{-k 2,3},
3601 retain the field separators present between the endpoints of the range.
3602
3603 To specify a null character (@acronym{ASCII} @sc{nul}) as
3604 the field separator, use the two-character string @samp{\0}, e.g.,
3605 @samp{sort -t '\0'}.
3606
3607 @item -T @var{tempdir}
3608 @itemx --temporary-directory=@var{tempdir}
3609 @opindex -T
3610 @opindex --temporary-directory
3611 @cindex temporary directory
3612 @vindex TMPDIR
3613 Use directory @var{tempdir} to store temporary files, overriding the
3614 @env{TMPDIR} environment variable.  If this option is given more than
3615 once, temporary files are stored in all the directories given.  If you
3616 have a large sort or merge that is I/O-bound, you can often improve
3617 performance by using this option to specify directories on different
3618 disks and controllers.
3619
3620 @item -u
3621 @itemx --unique
3622 @opindex -u
3623 @opindex --unique
3624 @cindex uniquifying output
3625
3626 Normally, output only the first of a sequence of lines that compare
3627 equal.  For the @option{--check} (@option{-c}) option,
3628 check that no pair of consecutive lines compares equal.
3629
3630 This option also disables the default last-resort comparison.
3631
3632 The commands @code{sort -u} and @code{sort | uniq} are equivalent, but
3633 this equivalence does not extend to arbitrary @command{sort} options.
3634 For example, @code{sort -n -u} inspects only the value of the initial
3635 numeric string when checking for uniqueness, whereas @code{sort -n |
3636 uniq} inspects the entire line.  @xref{uniq invocation}.
3637
3638 @item -z
3639 @itemx --zero-terminated
3640 @opindex -z
3641 @opindex --zero-terminated
3642 @cindex sort zero-terminated lines
3643 Treat the input as a set of lines, each terminated by a null character
3644 (@acronym{ASCII} @sc{nul}) instead of a line feed
3645 (@acronym{ASCII} @sc{lf}).
3646 This option can be useful in conjunction with @samp{perl -0} or
3647 @samp{find -print0} and @samp{xargs -0} which do the same in order to
3648 reliably handle arbitrary file names (even those containing blanks
3649 or other special characters).
3650
3651 @end table
3652
3653 Historical (BSD and System V) implementations of @command{sort} have
3654 differed in their interpretation of some options, particularly
3655 @option{-b}, @option{-f}, and @option{-n}.  @sc{gnu} sort follows the @acronym{POSIX}
3656 behavior, which is usually (but not always!) like the System V behavior.
3657 According to @acronym{POSIX}, @option{-n} no longer implies @option{-b}.  For
3658 consistency, @option{-M} has been changed in the same way.  This may
3659 affect the meaning of character positions in field specifications in
3660 obscure cases.  The only fix is to add an explicit @option{-b}.
3661
3662 A position in a sort field specified with the @option{-k}
3663 option has the form @samp{@var{f}.@var{c}}, where @var{f} is the number
3664 of the field to use and @var{c} is the number of the first character
3665 from the beginning of the field.  In a start position, an omitted
3666 @samp{.@var{c}} stands for the field's first character.  In an end
3667 position, an omitted or zero @samp{.@var{c}} stands for the field's
3668 last character.  If the start field falls after the end of the line
3669 or after the end field, the field is empty.  If the
3670 @option{-b} option was specified, the @samp{.@var{c}} part of a field
3671 specification is counted from the first nonblank character of the field.
3672
3673 A sort key position may also have any of the option letters @samp{Mbdfinr}
3674 appended to it, in which case the global ordering options are not used
3675 for that particular field.  The @option{-b} option may be independently
3676 attached to either or both of the start and
3677 end positions of a field specification, and if it is inherited
3678 from the global options it will be attached to both.
3679 If input lines can contain leading or adjacent blanks and @option{-t}
3680 is not used, then @option{-k} is typically combined with @option{-b},
3681 @option{-g}, @option{-M}, or @option{-n}; otherwise the varying
3682 numbers of leading blanks in fields can cause confusing results.
3683
3684 Keys can span multiple fields.
3685
3686 @vindex _POSIX2_VERSION
3687 @vindex POSIXLY_CORRECT
3688 On older systems, @command{sort} supports an obsolete origin-zero
3689 syntax @samp{+@var{pos1} [-@var{pos2}]} for specifying sort keys.
3690 This obsolete behavior can be enabled or disabled with the
3691 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
3692 conformance}); it can also be enabled when @env{POSIXLY_CORRECT} is
3693 not set by using the obsolete syntax with @samp{-@var{pos2}} present.
3694
3695 Scripts intended for use on standard hosts should avoid obsolete
3696 syntax and should use @option{-k} instead.  For example, avoid
3697 @samp{sort +2}, since it might be interpreted as either @samp{sort
3698 ./+2} or @samp{sort -k 3}.  If your script must also run on hosts that
3699 support only the obsolete syntax, it can use a test like @samp{if sort
3700 -k 1 </dev/null >/dev/null 2>&1; then @dots{}} to decide which syntax
3701 to use.
3702
3703 Here are some examples to illustrate various combinations of options.
3704
3705 @itemize @bullet
3706
3707 @item
3708 Sort in descending (reverse) numeric order.
3709
3710 @example
3711 sort -n -r
3712 @end example
3713
3714 @item
3715 Sort alphabetically, omitting the first and second fields
3716 and the blanks at the start of the third field.
3717 This uses a single key composed of the characters beginning
3718 at the start of the first nonblank character in field three
3719 and extending to the end of each line.
3720
3721 @example
3722 sort -k 3b
3723 @end example
3724
3725 @item
3726 Sort numerically on the second field and resolve ties by sorting
3727 alphabetically on the third and fourth characters of field five.
3728 Use @samp{:} as the field delimiter.
3729
3730 @example
3731 sort -t : -k 2,2n -k 5.3,5.4
3732 @end example
3733
3734 Note that if you had written @option{-k 2n} instead of @option{-k 2,2n}
3735 @command{sort} would have used all characters beginning in the second field
3736 and extending to the end of the line as the primary @emph{numeric}
3737 key.  For the large majority of applications, treating keys spanning
3738 more than one field as numeric will not do what you expect.
3739
3740 Also note that the @samp{n} modifier was applied to the field-end
3741 specifier for the first key.  It would have been equivalent to
3742 specify @option{-k 2n,2} or @option{-k 2n,2n}.  All modifiers except
3743 @samp{b} apply to the associated @emph{field}, regardless of whether
3744 the modifier character is attached to the field-start and/or the
3745 field-end part of the key specifier.
3746
3747 @item
3748 Sort the password file on the fifth field and ignore any
3749 leading blanks.  Sort lines with equal values in field five
3750 on the numeric user ID in field three.  Fields are separated
3751 by @samp{:}.
3752
3753 @example
3754 sort -t : -k 5b,5 -k 3,3n /etc/passwd
3755 sort -t : -n -k 5b,5 -k 3,3 /etc/passwd
3756 sort -t : -b -k 5,5 -k 3,3n /etc/passwd
3757 @end example
3758
3759 These three commands have equivalent effect.  The first specifies that
3760 the first key's start position ignores leading blanks and the second
3761 key is sorted numerically.  The other two commands rely on global
3762 options being inherited by sort keys that lack modifiers.  The inheritance
3763 works in this case because @option{-k 5b,5b} and @option{-k 5b,5} are
3764 equivalent, as the location of a field-end lacking a @samp{.@var{c}}
3765 character position is not affected by whether initial blanks are
3766 skipped.
3767
3768 @item
3769 Sort a set of log files, primarily by IPv4 address and secondarily by
3770 time stamp.  If two lines' primary and secondary keys are identical,
3771 output the lines in the same order that they were input.  The log
3772 files contain lines that look like this:
3773
3774 @example
3775 4.150.156.3 - - [01/Apr/2004:06:31:51 +0000] message 1
3776 211.24.3.231 - - [24/Apr/2004:20:17:39 +0000] message 2
3777 @end example
3778
3779 Fields are separated by exactly one space.  Sort IPv4 addresses
3780 lexicographically, e.g., 212.61.52.2 sorts before 212.129.233.201
3781 because 61 is less than 129.
3782
3783 @example
3784 sort -s -t ' ' -k 4.9n -k 4.5M -k 4.2n -k 4.14,4.21 file*.log |
3785 sort -s -t '.' -k 1,1n -k 2,2n -k 3,3n -k 4,4n
3786 @end example
3787
3788 This example cannot be done with a single @command{sort} invocation,
3789 since IPv4 address components are separated by @samp{.} while dates
3790 come just after a space.  So it is broken down into two invocations of
3791 @command{sort}: the first sorts by time stamp and the second by IPv4
3792 address.  The time stamp is sorted by year, then month, then day, and
3793 finally by hour-minute-second field, using @option{-k} to isolate each
3794 field.  Except for hour-minute-second there's no need to specify the
3795 end of each key field, since the @samp{n} and @samp{M} modifiers sort
3796 based on leading prefixes that cannot cross field boundaries.  The
3797 IPv4 addresses are sorted lexicographically.  The second sort uses
3798 @samp{-s} so that ties in the primary key are broken by the secondary
3799 key; the first sort uses @samp{-s} so that the combination of the two
3800 sorts is stable.
3801
3802 @item
3803 Generate a tags file in case-insensitive sorted order.
3804
3805 @smallexample
3806 find src -type f -print0 | sort -z -f | xargs -0 etags --append
3807 @end smallexample
3808
3809 The use of @option{-print0}, @option{-z}, and @option{-0} in this case means
3810 that file names that contain blanks or other special characters are
3811 not broken up
3812 by the sort operation.
3813
3814 @c This example is a bit contrived and needs more explanation.
3815 @c @item
3816 @c Sort records separated by an arbitrary string by using a pipe to convert
3817 @c each record delimiter string to @samp{\0}, then using sort's -z option,
3818 @c and converting each @samp{\0} back to the original record delimiter.
3819 @c
3820 @c @example
3821 @c printf 'c\n\nb\n\na\n'|perl -0pe 's/\n\n/\n\0/g'|sort -z|perl -0pe 's/\0/\n/g'
3822 @c @end example
3823
3824 @item
3825 Shuffle a list of directories, but preserve the order of files within
3826 each directory.  For instance, one could use this to generate a music
3827 playlist in which albums are shuffled but the songs of each album are
3828 played in order.
3829
3830 @example
3831 ls */* | sort -t / -k 1,1R -k 2,2
3832 @end example
3833
3834 @end itemize
3835
3836
3837 @node uniq invocation
3838 @section @command{uniq}: Uniquify files
3839
3840 @pindex uniq
3841 @cindex uniquify files
3842
3843 @command{uniq} writes the unique lines in the given @file{input}, or
3844 standard input if nothing is given or for an @var{input} name of
3845 @samp{-}.  Synopsis:
3846
3847 @example
3848 uniq [@var{option}]@dots{} [@var{input} [@var{output}]]
3849 @end example
3850
3851 By default, @command{uniq} prints its input lines, except that
3852 it discards all but the first of adjacent repeated lines, so that
3853 no output lines are repeated.  Optionally, it can instead discard
3854 lines that are not repeated, or all repeated lines.
3855
3856 The input need not be sorted, but repeated input lines are detected
3857 only if they are adjacent.  If you want to discard non-adjacent
3858 duplicate lines, perhaps you want to use @code{sort -u}.
3859 @xref{sort invocation}.
3860
3861 @vindex LC_COLLATE
3862 Comparisons use the character collating sequence specified by the
3863 @env{LC_COLLATE} locale category.
3864
3865 If no @var{output} file is specified, @command{uniq} writes to standard
3866 output.
3867
3868 The program accepts the following options.  Also see @ref{Common options}.
3869
3870 @table @samp
3871
3872 @item -f @var{n}
3873 @itemx --skip-fields=@var{n}
3874 @opindex -f
3875 @opindex --skip-fields
3876 Skip @var{n} fields on each line before checking for uniqueness.  Use
3877 a null string for comparison if a line has fewer than @var{n} fields.  Fields
3878 are sequences of non-space non-tab characters that are separated from
3879 each other by at least one space or tab.
3880
3881 For compatibility @command{uniq} supports an obsolete option syntax
3882 @option{-@var{n}}.  New scripts should use @option{-f @var{n}} instead.
3883
3884 @item -s @var{n}
3885 @itemx --skip-chars=@var{n}
3886 @opindex -s
3887 @opindex --skip-chars
3888 Skip @var{n} characters before checking for uniqueness.  Use a null string
3889 for comparison if a line has fewer than @var{n} characters.  If you use both
3890 the field and character skipping options, fields are skipped over first.
3891
3892 @vindex _POSIX2_VERSION
3893 On older systems, @command{uniq} supports an obsolete option syntax
3894 @option{+@var{n}}.
3895 This obsolete behavior can be enabled or disabled with the
3896 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
3897 conformance}), but portable scripts should avoid commands whose
3898 behavior depends on this variable.
3899 For example, use @samp{uniq ./+10} or @samp{uniq -s 10} rather than
3900 the ambiguous @samp{uniq +10}.
3901
3902 @item -c
3903 @itemx --count
3904 @opindex -c
3905 @opindex --count
3906 Print the number of times each line occurred along with the line.
3907
3908 @item -i
3909 @itemx --ignore-case
3910 @opindex -i
3911 @opindex --ignore-case
3912 Ignore differences in case when comparing lines.
3913
3914 @item -d
3915 @itemx --repeated
3916 @opindex -d
3917 @opindex --repeated
3918 @cindex repeated lines, outputting
3919 Discard lines that are not repeated.  When used by itself, this option
3920 causes @command{uniq} to print the first copy of each repeated line,
3921 and nothing else.
3922
3923 @item -D
3924 @itemx --all-repeated[=@var{delimit-method}]
3925 @opindex -D
3926 @opindex --all-repeated
3927 @cindex all repeated lines, outputting
3928 Do not discard the second and subsequent repeated input lines,
3929 but discard lines that are not repeated.
3930 This option is useful mainly in conjunction with other options e.g.,
3931 to ignore case or to compare only selected fields.
3932 The optional @var{delimit-method} tells how to delimit
3933 groups of repeated lines, and must be one of the following:
3934
3935 @table @samp
3936
3937 @item none
3938 Do not delimit groups of repeated lines.
3939 This is equivalent to @option{--all-repeated} (@option{-D}).
3940
3941 @item prepend
3942 Output a newline before each group of repeated lines.
3943
3944 @item separate
3945 Separate groups of repeated lines with a single newline.
3946 This is the same as using @samp{prepend}, except that
3947 there is no newline before the first group, and hence
3948 may be better suited for output direct to users.
3949 @end table
3950
3951 Note that when groups are delimited and the input stream contains
3952 two or more consecutive blank lines, then the output is ambiguous.
3953 To avoid that, filter the input through @samp{tr -s '\n'} to replace
3954 each sequence of consecutive newlines with a single newline.
3955
3956 This is a @sc{gnu} extension.
3957 @c FIXME: give an example showing *how* it's useful
3958
3959 @item -u
3960 @itemx --unique
3961 @opindex -u
3962 @opindex --unique
3963 @cindex unique lines, outputting
3964 Discard the first repeated line.  When used by itself, this option
3965 causes @command{uniq} to print unique lines, and nothing else.
3966
3967 @item -w @var{n}
3968 @itemx --check-chars=@var{n}
3969 @opindex -w
3970 @opindex --check-chars
3971 Compare at most @var{n} characters on each line (after skipping any specified
3972 fields and characters).  By default the entire rest of the lines are
3973 compared.
3974
3975 @end table
3976
3977 @exitstatus
3978
3979
3980 @node comm invocation
3981 @section @command{comm}: Compare two sorted files line by line
3982
3983 @pindex comm
3984 @cindex line-by-line comparison
3985 @cindex comparing sorted files
3986
3987 @command{comm} writes to standard output lines that are common, and lines
3988 that are unique, to two input files; a file name of @samp{-} means
3989 standard input.  Synopsis:
3990
3991 @example
3992 comm [@var{option}]@dots{} @var{file1} @var{file2}
3993 @end example
3994
3995 @vindex LC_COLLATE
3996 Before @command{comm} can be used, the input files must be sorted using the
3997 collating sequence specified by the @env{LC_COLLATE} locale.
3998 If an input file ends in a non-newline
3999 character, a newline is silently appended.  The @command{sort} command with
4000 no options always outputs a file that is suitable input to @command{comm}.
4001
4002 @cindex differing lines
4003 @cindex common lines
4004 With no options, @command{comm} produces three-column output.  Column one
4005 contains lines unique to @var{file1}, column two contains lines unique
4006 to @var{file2}, and column three contains lines common to both files.
4007 Columns are separated by a single TAB character.
4008 @c FIXME: when there's an option to supply an alternative separator
4009 @c string, append `by default' to the above sentence.
4010
4011 @opindex -1
4012 @opindex -2
4013 @opindex -3
4014 The options @option{-1}, @option{-2}, and @option{-3} suppress printing of
4015 the corresponding columns.  Also see @ref{Common options}.
4016
4017 Unlike some other comparison utilities, @command{comm} has an exit
4018 status that does not depend on the result of the comparison.
4019 Upon normal completion @command{comm} produces an exit code of zero.
4020 If there is an error it exits with nonzero status.
4021
4022
4023 @node tsort invocation
4024 @section @command{tsort}: Topological sort
4025
4026 @pindex tsort
4027 @cindex topological sort
4028
4029 @command{tsort} performs a topological sort on the given @var{file}, or
4030 standard input if no input file is given or for a @var{file} of
4031 @samp{-}.  For more details and some history, see @ref{tsort background}.
4032 Synopsis:
4033
4034 @example
4035 tsort [@var{option}] [@var{file}]
4036 @end example
4037
4038 @command{tsort} reads its input as pairs of strings, separated by blanks,
4039 indicating a partial ordering.  The output is a total ordering that
4040 corresponds to the given partial ordering.
4041
4042 For example
4043
4044 @example
4045 tsort <<EOF
4046 a b c
4047 d
4048 e f
4049 b c d e
4050 EOF
4051 @end example
4052
4053 @noindent
4054 will produce the output
4055
4056 @example
4057 a
4058 b
4059 c
4060 d
4061 e
4062 f
4063 @end example
4064
4065 Consider a more realistic example.
4066 You have a large set of functions all in one file, and they may all be
4067 declared static except one.  Currently that one (say @code{main}) is the
4068 first function defined in the file, and the ones it calls directly follow
4069 it, followed by those they call, etc.  Let's say that you are determined
4070 to take advantage of prototypes, so you have to choose between declaring
4071 all of those functions (which means duplicating a lot of information from
4072 the definitions) and rearranging the functions so that as many as possible
4073 are defined before they are used.  One way to automate the latter process
4074 is to get a list for each function of the functions it calls directly.
4075 Many programs can generate such lists.  They describe a call graph.
4076 Consider the following list, in which a given line indicates that the
4077 function on the left calls the one on the right directly.
4078
4079 @example
4080 main parse_options
4081 main tail_file
4082 main tail_forever
4083 tail_file pretty_name
4084 tail_file write_header
4085 tail_file tail
4086 tail_forever recheck
4087 tail_forever pretty_name
4088 tail_forever write_header
4089 tail_forever dump_remainder
4090 tail tail_lines
4091 tail tail_bytes
4092 tail_lines start_lines
4093 tail_lines dump_remainder
4094 tail_lines file_lines
4095 tail_lines pipe_lines
4096 tail_bytes xlseek
4097 tail_bytes start_bytes
4098 tail_bytes dump_remainder
4099 tail_bytes pipe_bytes
4100 file_lines dump_remainder
4101 recheck pretty_name
4102 @end example
4103
4104 then you can use @command{tsort} to produce an ordering of those
4105 functions that satisfies your requirement.
4106
4107 @example
4108 example$ tsort call-graph | tac
4109 dump_remainder
4110 start_lines
4111 file_lines
4112 pipe_lines
4113 xlseek
4114 start_bytes
4115 pipe_bytes
4116 tail_lines
4117 tail_bytes
4118 pretty_name
4119 write_header
4120 tail
4121 recheck
4122 parse_options
4123 tail_file
4124 tail_forever
4125 main
4126 @end example
4127
4128 @command{tsort} detects any cycles in the input and writes the first cycle
4129 encountered to standard error.
4130
4131 Note that for a given partial ordering, generally there is no unique
4132 total ordering.  In the context of the call graph above, the function
4133 @code{parse_options} may be placed anywhere in the list as long as it
4134 precedes @code{main}.
4135
4136 The only options are @option{--help} and @option{--version}.  @xref{Common
4137 options}.
4138
4139 @node tsort background
4140 @section @command{tsort}: Background
4141
4142 @command{tsort} exists because very early versions of the Unix linker processed
4143 an archive file exactly once, and in order.  As @command{ld} read each object
4144 in the archive, it decided whether it was needed in the program based on
4145 whether it defined any symbols which were undefined at that point in
4146 the link.
4147
4148 This meant that dependencies within the archive had to be handled
4149 specially.  For example, @code{scanf} probably calls @code{read}.  That means
4150 that in a single pass through an archive, it was important for @code{scanf.o}
4151 to appear before read.o, because otherwise a program which calls
4152 @code{scanf} but not @code{read} might end up with an unexpected unresolved
4153 reference to @code{read}.
4154
4155 The way to address this problem was to first generate a set of
4156 dependencies of one object file on another.  This was done by a shell
4157 script called @command{lorder}.  The GNU tools don't provide a version of
4158 lorder, as far as I know, but you can still find it in BSD
4159 distributions.
4160
4161 Then you ran @command{tsort} over the @command{lorder} output, and you used the
4162 resulting sort to define the order in which you added objects to the archive.
4163
4164 This whole procedure has been obsolete since about 1980, because
4165 Unix archives now contain a symbol table (traditionally built by
4166 @command{ranlib}, now generally built by @command{ar} itself), and the Unix
4167 linker uses the symbol table to effectively make multiple passes over
4168 an archive file.
4169
4170 Anyhow, that's where tsort came from.  To solve an old problem with
4171 the way the linker handled archive files, which has since been solved
4172 in different ways.
4173
4174 @exitstatus
4175
4176
4177 @node ptx invocation
4178 @section @command{ptx}: Produce permuted indexes
4179
4180 @pindex ptx
4181
4182 @command{ptx} reads a text file and essentially produces a permuted index, with
4183 each keyword in its context.  The calling sketch is either one of:
4184
4185 @example
4186 ptx [@var{option} @dots{}] [@var{file} @dots{}]
4187 ptx -G [@var{option} @dots{}] [@var{input} [@var{output}]]
4188 @end example
4189
4190 The @option{-G} (or its equivalent: @option{--traditional}) option disables
4191 all @sc{gnu} extensions and reverts to traditional mode, thus introducing some
4192 limitations and changing several of the program's default option values.
4193 When @option{-G} is not specified, @sc{gnu} extensions are always enabled.
4194 @sc{gnu} extensions to @command{ptx} are documented wherever appropriate in this
4195 document.  For the full list, see @xref{Compatibility in ptx}.
4196
4197 Individual options are explained in the following sections.
4198
4199 When @sc{gnu} extensions are enabled, there may be zero, one or several
4200 @var{file}s after the options.  If there is no @var{file}, the program
4201 reads the standard input.  If there is one or several @var{file}s, they
4202 give the name of input files which are all read in turn, as if all the
4203 input files were concatenated.  However, there is a full contextual
4204 break between each file and, when automatic referencing is requested,
4205 file names and line numbers refer to individual text input files.  In
4206 all cases, the program outputs the permuted index to the standard
4207 output.
4208
4209 When @sc{gnu} extensions are @emph{not} enabled, that is, when the program
4210 operates in traditional mode, there may be zero, one or two parameters
4211 besides the options.  If there are no parameters, the program reads the
4212 standard input and outputs the permuted index to the standard output.
4213 If there is only one parameter, it names the text @var{input} to be read
4214 instead of the standard input.  If two parameters are given, they give
4215 respectively the name of the @var{input} file to read and the name of
4216 the @var{output} file to produce.  @emph{Be very careful} to note that,
4217 in this case, the contents of file given by the second parameter is
4218 destroyed.  This behavior is dictated by System V @command{ptx}
4219 compatibility; @sc{gnu} Standards normally discourage output parameters not
4220 introduced by an option.
4221
4222 Note that for @emph{any} file named as the value of an option or as an
4223 input text file, a single dash @kbd{-} may be used, in which case
4224 standard input is assumed.  However, it would not make sense to use this
4225 convention more than once per program invocation.
4226
4227 @menu
4228 * General options in ptx::      Options which affect general program behavior.
4229 * Charset selection in ptx::    Underlying character set considerations.
4230 * Input processing in ptx::     Input fields, contexts, and keyword selection.
4231 * Output formatting in ptx::    Types of output format, and sizing the fields.
4232 * Compatibility in ptx::
4233 @end menu
4234
4235
4236 @node General options in ptx
4237 @subsection General options
4238
4239 @table @samp
4240
4241 @item -G
4242 @itemx --traditional
4243 As already explained, this option disables all @sc{gnu} extensions to
4244 @command{ptx} and switches to traditional mode.
4245
4246 @item --help
4247 Print a short help on standard output, then exit without further
4248 processing.
4249
4250 @item --version
4251 Print the program version on standard output, then exit without further
4252 processing.
4253
4254 @end table
4255
4256 @exitstatus
4257
4258
4259 @node Charset selection in ptx
4260 @subsection Charset selection
4261
4262 @c FIXME:  People don't necessarily know what an IBM-PC was these days.
4263 As it is set up now, the program assumes that the input file is coded
4264 using 8-bit @acronym{ISO} 8859-1 code, also known as Latin-1 character set,
4265 @emph{unless} it is compiled for MS-DOS, in which case it uses the
4266 character set of the IBM-PC@.  (@sc{gnu} @command{ptx} is not known to work on
4267 smaller MS-DOS machines anymore.)  Compared to 7-bit @acronym{ASCII}, the set
4268 of characters which are letters is different; this alters the behavior
4269 of regular expression matching.  Thus, the default regular expression
4270 for a keyword allows foreign or diacriticized letters.  Keyword sorting,
4271 however, is still crude; it obeys the underlying character set ordering
4272 quite blindly.
4273
4274 @table @samp
4275
4276 @item -f
4277 @itemx --ignore-case
4278 Fold lower case letters to upper case for sorting.
4279
4280 @end table
4281
4282
4283 @node Input processing in ptx
4284 @subsection Word selection and input processing
4285
4286 @table @samp
4287
4288 @item -b @var{file}
4289 @item --break-file=@var{file}
4290
4291 This option provides an alternative (to @option{-W}) method of describing
4292 which characters make up words.  It introduces the name of a
4293 file which contains a list of characters which can@emph{not} be part of
4294 one word; this file is called the @dfn{Break file}.  Any character which
4295 is not part of the Break file is a word constituent.  If both options
4296 @option{-b} and @option{-W} are specified, then @option{-W} has precedence and
4297 @option{-b} is ignored.
4298
4299 When @sc{gnu} extensions are enabled, the only way to avoid newline as a
4300 break character is to write all the break characters in the file with no
4301 newline at all, not even at the end of the file.  When @sc{gnu} extensions
4302 are disabled, spaces, tabs and newlines are always considered as break
4303 characters even if not included in the Break file.
4304
4305 @item -i @var{file}
4306 @itemx --ignore-file=@var{file}
4307
4308 The file associated with this option contains a list of words which will
4309 never be taken as keywords in concordance output.  It is called the
4310 @dfn{Ignore file}.  The file contains exactly one word in each line; the
4311 end of line separation of words is not subject to the value of the
4312 @option{-S} option.
4313
4314 @item -o @var{file}
4315 @itemx --only-file=@var{file}
4316
4317 The file associated with this option contains a list of words which will
4318 be retained in concordance output; any word not mentioned in this file
4319 is ignored.  The file is called the @dfn{Only file}.  The file contains
4320 exactly one word in each line; the end of line separation of words is
4321 not subject to the value of the @option{-S} option.
4322
4323 There is no default for the Only file.  When both an Only file and an
4324 Ignore file are specified, a word is considered a keyword only
4325 if it is listed in the Only file and not in the Ignore file.
4326
4327 @item -r
4328 @itemx --references
4329
4330 On each input line, the leading sequence of non-white space characters will be
4331 taken to be a reference that has the purpose of identifying this input
4332 line in the resulting permuted index.  For more information about reference
4333 production, see @xref{Output formatting in ptx}.
4334 Using this option changes the default value for option @option{-S}.
4335
4336 Using this option, the program does not try very hard to remove
4337 references from contexts in output, but it succeeds in doing so
4338 @emph{when} the context ends exactly at the newline.  If option
4339 @option{-r} is used with @option{-S} default value, or when @sc{gnu} extensions
4340 are disabled, this condition is always met and references are completely
4341 excluded from the output contexts.
4342
4343 @item -S @var{regexp}
4344 @itemx --sentence-regexp=@var{regexp}
4345
4346 This option selects which regular expression will describe the end of a
4347 line or the end of a sentence.  In fact, this regular expression is not
4348 the only distinction between end of lines or end of sentences, and input
4349 line boundaries have no special significance outside this option.  By
4350 default, when @sc{gnu} extensions are enabled and if @option{-r} option is not
4351 used, end of sentences are used.  In this case, this @var{regex} is
4352 imported from @sc{gnu} Emacs:
4353
4354 @example
4355 [.?!][]\"')@}]*\\($\\|\t\\|  \\)[ \t\n]*
4356 @end example
4357
4358 Whenever @sc{gnu} extensions are disabled or if @option{-r} option is used, end
4359 of lines are used; in this case, the default @var{regexp} is just:
4360
4361 @example
4362 \n
4363 @end example
4364
4365 Using an empty @var{regexp} is equivalent to completely disabling end of
4366 line or end of sentence recognition.  In this case, the whole file is
4367 considered to be a single big line or sentence.  The user might want to
4368 disallow all truncation flag generation as well, through option @option{-F
4369 ""}.  @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
4370 Manual}.
4371
4372 When the keywords happen to be near the beginning of the input line or
4373 sentence, this often creates an unused area at the beginning of the
4374 output context line; when the keywords happen to be near the end of the
4375 input line or sentence, this often creates an unused area at the end of
4376 the output context line.  The program tries to fill those unused areas
4377 by wrapping around context in them; the tail of the input line or
4378 sentence is used to fill the unused area on the left of the output line;
4379 the head of the input line or sentence is used to fill the unused area
4380 on the right of the output line.
4381
4382 As a matter of convenience to the user, many usual backslashed escape
4383 sequences from the C language are recognized and converted to the
4384 corresponding characters by @command{ptx} itself.
4385
4386 @item -W @var{regexp}
4387 @itemx --word-regexp=@var{regexp}
4388
4389 This option selects which regular expression will describe each keyword.
4390 By default, if @sc{gnu} extensions are enabled, a word is a sequence of
4391 letters; the @var{regexp} used is @samp{\w+}.  When @sc{gnu} extensions are
4392 disabled, a word is by default anything which ends with a space, a tab
4393 or a newline; the @var{regexp} used is @samp{[^ \t\n]+}.
4394
4395 An empty @var{regexp} is equivalent to not using this option.
4396 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
4397 Manual}.
4398
4399 As a matter of convenience to the user, many usual backslashed escape
4400 sequences, as found in the C language, are recognized and converted to
4401 the corresponding characters by @command{ptx} itself.
4402
4403 @end table
4404
4405
4406 @node Output formatting in ptx
4407 @subsection Output formatting
4408
4409 Output format is mainly controlled by the @option{-O} and @option{-T} options
4410 described in the table below.  When neither @option{-O} nor @option{-T} are
4411 selected, and if @sc{gnu} extensions are enabled, the program chooses an
4412 output format suitable for a dumb terminal.  Each keyword occurrence is
4413 output to the center of one line, surrounded by its left and right
4414 contexts.  Each field is properly justified, so the concordance output
4415 can be readily observed.  As a special feature, if automatic
4416 references are selected by option @option{-A} and are output before the
4417 left context, that is, if option @option{-R} is @emph{not} selected, then
4418 a colon is added after the reference; this nicely interfaces with @sc{gnu}
4419 Emacs @code{next-error} processing.  In this default output format, each
4420 white space character, like newline and tab, is merely changed to
4421 exactly one space, with no special attempt to compress consecutive
4422 spaces.  This might change in the future.  Except for those white space
4423 characters, every other character of the underlying set of 256
4424 characters is transmitted verbatim.
4425
4426 Output format is further controlled by the following options.
4427
4428 @table @samp
4429
4430 @item -g @var{number}
4431 @itemx --gap-size=@var{number}
4432
4433 Select the size of the minimum white space gap between the fields on the
4434 output line.
4435
4436 @item -w @var{number}
4437 @itemx --width=@var{number}
4438
4439 Select the maximum output width of each final line.  If references are
4440 used, they are included or excluded from the maximum output width
4441 depending on the value of option @option{-R}.  If this option is not
4442 selected, that is, when references are output before the left context,
4443 the maximum output width takes into account the maximum length of all
4444 references.  If this option is selected, that is, when references are
4445 output after the right context, the maximum output width does not take
4446 into account the space taken by references, nor the gap that precedes
4447 them.
4448
4449 @item -A
4450 @itemx --auto-reference
4451
4452 Select automatic references.  Each input line will have an automatic
4453 reference made up of the file name and the line ordinal, with a single
4454 colon between them.  However, the file name will be empty when standard
4455 input is being read.  If both @option{-A} and @option{-r} are selected, then
4456 the input reference is still read and skipped, but the automatic
4457 reference is used at output time, overriding the input reference.
4458
4459 @item -R
4460 @itemx --right-side-refs
4461
4462 In the default output format, when option @option{-R} is not used, any
4463 references produced by the effect of options @option{-r} or @option{-A} are
4464 placed to the far right of output lines, after the right context.  With
4465 default output format, when the @option{-R} option is specified, references
4466 are rather placed at the beginning of each output line, before the left
4467 context.  For any other output format, option @option{-R} is
4468 ignored, with one exception:  with @option{-R} the width of references
4469 is @emph{not} taken into account in total output width given by @option{-w}.
4470
4471 This option is automatically selected whenever @sc{gnu} extensions are
4472 disabled.
4473
4474 @item -F @var{string}
4475 @itemx --flac-truncation=@var{string}
4476
4477 This option will request that any truncation in the output be reported
4478 using the string @var{string}.  Most output fields theoretically extend
4479 towards the beginning or the end of the current line, or current
4480 sentence, as selected with option @option{-S}.  But there is a maximum
4481 allowed output line width, changeable through option @option{-w}, which is
4482 further divided into space for various output fields.  When a field has
4483 to be truncated because it cannot extend beyond the beginning or the end of
4484 the current line to fit in, then a truncation occurs.  By default,
4485 the string used is a single slash, as in @option{-F /}.
4486
4487 @var{string} may have more than one character, as in @option{-F ...}.
4488 Also, in the particular case when @var{string} is empty (@option{-F ""}),
4489 truncation flagging is disabled, and no truncation marks are appended in
4490 this case.
4491
4492 As a matter of convenience to the user, many usual backslashed escape
4493 sequences, as found in the C language, are recognized and converted to
4494 the corresponding characters by @command{ptx} itself.
4495
4496 @item -M @var{string}
4497 @itemx --macro-name=@var{string}
4498
4499 Select another @var{string} to be used instead of @samp{xx}, while
4500 generating output suitable for @command{nroff}, @command{troff} or @TeX{}.
4501
4502 @item -O
4503 @itemx --format=roff
4504
4505 Choose an output format suitable for @command{nroff} or @command{troff}
4506 processing.  Each output line will look like:
4507
4508 @smallexample
4509 .xx "@var{tail}" "@var{before}" "@var{keyword_and_after}" "@var{head}" "@var{ref}"
4510 @end smallexample
4511
4512 so it will be possible to write a @samp{.xx} roff macro to take care of
4513 the output typesetting.  This is the default output format when @sc{gnu}
4514 extensions are disabled.  Option @option{-M} can be used to change
4515 @samp{xx} to another macro name.
4516
4517 In this output format, each non-graphical character, like newline and
4518 tab, is merely changed to exactly one space, with no special attempt to
4519 compress consecutive spaces.  Each quote character: @kbd{"} is doubled
4520 so it will be correctly processed by @command{nroff} or @command{troff}.
4521
4522 @item -T
4523 @itemx --format=tex
4524
4525 Choose an output format suitable for @TeX{} processing.  Each output
4526 line will look like:
4527
4528 @smallexample
4529 \xx @{@var{tail}@}@{@var{before}@}@{@var{keyword}@}@{@var{after}@}@{@var{head}@}@{@var{ref}@}
4530 @end smallexample
4531
4532 @noindent
4533 so it will be possible to write a @code{\xx} definition to take care of
4534 the output typesetting.  Note that when references are not being
4535 produced, that is, neither option @option{-A} nor option @option{-r} is
4536 selected, the last parameter of each @code{\xx} call is inhibited.
4537 Option @option{-M} can be used to change @samp{xx} to another macro
4538 name.
4539
4540 In this output format, some special characters, like @kbd{$}, @kbd{%},
4541 @kbd{&}, @kbd{#} and @kbd{_} are automatically protected with a
4542 backslash.  Curly brackets @kbd{@{}, @kbd{@}} are protected with a
4543 backslash and a pair of dollar signs (to force mathematical mode).  The
4544 backslash itself produces the sequence @code{\backslash@{@}}.
4545 Circumflex and tilde diacritical marks produce the sequence @code{^\@{ @}} and
4546 @code{~\@{ @}} respectively.  Other diacriticized characters of the
4547 underlying character set produce an appropriate @TeX{} sequence as far
4548 as possible.  The other non-graphical characters, like newline and tab,
4549 and all other characters which are not part of @acronym{ASCII}, are merely
4550 changed to exactly one space, with no special attempt to compress
4551 consecutive spaces.  Let me know how to improve this special character
4552 processing for @TeX{}.
4553
4554 @end table
4555
4556
4557 @node Compatibility in ptx
4558 @subsection The @sc{gnu} extensions to @command{ptx}
4559
4560 This version of @command{ptx} contains a few features which do not exist in
4561 System V @command{ptx}.  These extra features are suppressed by using the
4562 @option{-G} command line option, unless overridden by other command line
4563 options.  Some @sc{gnu} extensions cannot be recovered by overriding, so the
4564 simple rule is to avoid @option{-G} if you care about @sc{gnu} extensions.
4565 Here are the differences between this program and System V @command{ptx}.
4566
4567 @itemize @bullet
4568
4569 @item
4570 This program can read many input files at once, it always writes the
4571 resulting concordance on standard output.  On the other hand, System V
4572 @command{ptx} reads only one file and sends the result to standard output
4573 or, if a second @var{file} parameter is given on the command, to that
4574 @var{file}.
4575
4576 Having output parameters not introduced by options is a dangerous
4577 practice which @sc{gnu} avoids as far as possible.  So, for using @command{ptx}
4578 portably between @sc{gnu} and System V, you should always use it with a
4579 single input file, and always expect the result on standard output.  You
4580 might also want to automatically configure in a @option{-G} option to
4581 @command{ptx} calls in products using @command{ptx}, if the configurator finds
4582 that the installed @command{ptx} accepts @option{-G}.
4583
4584 @item
4585 The only options available in System V @command{ptx} are options @option{-b},
4586 @option{-f}, @option{-g}, @option{-i}, @option{-o}, @option{-r}, @option{-t} and
4587 @option{-w}.  All other options are @sc{gnu} extensions and are not repeated in
4588 this enumeration.  Moreover, some options have a slightly different
4589 meaning when @sc{gnu} extensions are enabled, as explained below.
4590
4591 @item
4592 By default, concordance output is not formatted for @command{troff} or
4593 @command{nroff}.  It is rather formatted for a dumb terminal.  @command{troff}
4594 or @command{nroff} output may still be selected through option @option{-O}.
4595
4596 @item
4597 Unless @option{-R} option is used, the maximum reference width is
4598 subtracted from the total output line width.  With @sc{gnu} extensions
4599 disabled, width of references is not taken into account in the output
4600 line width computations.
4601
4602 @item
4603 All 256 bytes, even null bytes, are always read and processed from
4604 input file with no adverse effect, even if @sc{gnu} extensions are disabled.
4605 However, System V @command{ptx} does not accept 8-bit characters, a few
4606 control characters are rejected, and the tilde @kbd{~} is also rejected.
4607
4608 @item
4609 Input line length is only limited by available memory, even if @sc{gnu}
4610 extensions are disabled.  However, System V @command{ptx} processes only
4611 the first 200 characters in each line.
4612
4613 @item
4614 The break (non-word) characters default to be every character except all
4615 letters of the underlying character set, diacriticized or not.  When @sc{gnu}
4616 extensions are disabled, the break characters default to space, tab and
4617 newline only.
4618
4619 @item
4620 The program makes better use of output line width.  If @sc{gnu} extensions
4621 are disabled, the program rather tries to imitate System V @command{ptx},
4622 but still, there are some slight disposition glitches this program does
4623 not completely reproduce.
4624
4625 @item
4626 The user can specify both an Ignore file and an Only file.  This is not
4627 allowed with System V @command{ptx}.
4628
4629 @end itemize
4630
4631
4632 @node Operating on fields within a line
4633 @chapter Operating on fields within a line
4634
4635 @menu
4636 * cut invocation::              Print selected parts of lines.
4637 * paste invocation::            Merge lines of files.
4638 * join invocation::             Join lines on a common field.
4639 @end menu
4640
4641
4642 @node cut invocation
4643 @section @command{cut}: Print selected parts of lines
4644
4645 @pindex cut
4646 @command{cut} writes to standard output selected parts of each line of each
4647 input file, or standard input if no files are given or for a file name of
4648 @samp{-}.  Synopsis:
4649
4650 @example
4651 cut [@var{option}]@dots{} [@var{file}]@dots{}
4652 @end example
4653
4654 In the table which follows, the @var{byte-list}, @var{character-list},
4655 and @var{field-list} are one or more numbers or ranges (two numbers
4656 separated by a dash) separated by commas.  Bytes, characters, and
4657 fields are numbered starting at 1.  Incomplete ranges may be
4658 given: @option{-@var{m}} means @samp{1-@var{m}}; @samp{@var{n}-} means
4659 @samp{@var{n}} through end of line or last field.  The list elements
4660 can be repeated, can overlap, and can be specified in any order; but
4661 the selected input is written in the same order that it is read, and
4662 is written exactly once.
4663
4664 The program accepts the following options.  Also see @ref{Common
4665 options}.
4666
4667 @table @samp
4668
4669 @item -b @var{byte-list}
4670 @itemx --bytes=@var{byte-list}
4671 @opindex -b
4672 @opindex --bytes
4673 Select for printing only the bytes in positions listed in
4674 @var{byte-list}.  Tabs and backspaces are treated like any other
4675 character; they take up 1 byte.  If an output delimiter is specified,
4676 (see the description of @option{--output-delimiter}), then output that
4677 string between ranges of selected bytes.
4678
4679 @item -c @var{character-list}
4680 @itemx --characters=@var{character-list}
4681 @opindex -c
4682 @opindex --characters
4683 Select for printing only the characters in positions listed in
4684 @var{character-list}.  The same as @option{-b} for now, but
4685 internationalization will change that.  Tabs and backspaces are
4686 treated like any other character; they take up 1 character.  If an
4687 output delimiter is specified, (see the description of
4688 @option{--output-delimiter}), then output that string between ranges
4689 of selected bytes.
4690
4691 @item -f @var{field-list}
4692 @itemx --fields=@var{field-list}
4693 @opindex -f
4694 @opindex --fields
4695 Select for printing only the fields listed in @var{field-list}.
4696 Fields are separated by a TAB character by default.  Also print any
4697 line that contains no delimiter character, unless the
4698 @option{--only-delimited} (@option{-s}) option is specified
4699
4700 @item -d @var{input_delim_byte}
4701 @itemx --delimiter=@var{input_delim_byte}
4702 @opindex -d
4703 @opindex --delimiter
4704 With @option{-f}, use the first byte of @var{input_delim_byte} as
4705 the input fields separator (default is TAB).
4706
4707 @item -n
4708 @opindex -n
4709 Do not split multi-byte characters (no-op for now).
4710
4711 @item -s
4712 @itemx --only-delimited
4713 @opindex -s
4714 @opindex --only-delimited
4715 For @option{-f}, do not print lines that do not contain the field separator
4716 character.  Normally, any line without a field separator is printed verbatim.
4717
4718 @item --output-delimiter=@var{output_delim_string}
4719 @opindex --output-delimiter
4720 With @option{-f}, output fields are separated by @var{output_delim_string}.
4721 The default with @option{-f} is to use the input delimiter.
4722 When using @option{-b} or @option{-c} to select ranges of byte or
4723 character offsets (as opposed to ranges of fields),
4724 output @var{output_delim_string} between non-overlapping
4725 ranges of selected bytes.
4726
4727 @item --complement
4728 @opindex --complement
4729 This option is a GNU extension.
4730 Select for printing the complement of the bytes, characters or fields
4731 selected with the @option{-b}, @option{-c} or @option{-f} options.
4732 In other words, do @emph{not} print the bytes, characters or fields
4733 specified via those options.  This option is useful when you have
4734 many fields and want to print all but a few of them.
4735
4736 @end table
4737
4738 @exitstatus
4739
4740
4741 @node paste invocation
4742 @section @command{paste}: Merge lines of files
4743
4744 @pindex paste
4745 @cindex merging files
4746
4747 @command{paste} writes to standard output lines consisting of sequentially
4748 corresponding lines of each given file, separated by a TAB character.
4749 Standard input is used for a file name of @samp{-} or if no input files
4750 are given.
4751
4752 For example:
4753
4754 @example
4755 $ cat num2
4756 1
4757 2
4758 $ cat let3
4759 a
4760 b
4761 c
4762 $ paste num2 let3
4763 1       a
4764 2       b
4765        @ c
4766 @end example
4767
4768 Synopsis:
4769
4770 @example
4771 paste [@var{option}]@dots{} [@var{file}]@dots{}
4772 @end example
4773
4774 The program accepts the following options.  Also see @ref{Common options}.
4775
4776 @table @samp
4777
4778 @item -s
4779 @itemx --serial
4780 @opindex -s
4781 @opindex --serial
4782 Paste the lines of one file at a time rather than one line from each
4783 file.  Using the above example data:
4784
4785 @example
4786 $ paste -s num2 let3
4787 1       2
4788 a       b       c
4789 @end example
4790
4791 @item -d @var{delim-list}
4792 @itemx --delimiters=@var{delim-list}
4793 @opindex -d
4794 @opindex --delimiters
4795 Consecutively use the characters in @var{delim-list} instead of
4796 TAB to separate merged lines.  When @var{delim-list} is
4797 exhausted, start again at its beginning.  Using the above example data:
4798
4799 @example
4800 $ paste -d '%_' num2 let3 num2
4801 1%a_1
4802 2%b_2
4803 %c_
4804 @end example
4805
4806 @end table
4807
4808 @exitstatus
4809
4810
4811 @node join invocation
4812 @section @command{join}: Join lines on a common field
4813
4814 @pindex join
4815 @cindex common field, joining on
4816
4817 @command{join} writes to standard output a line for each pair of input
4818 lines that have identical join fields.  Synopsis:
4819
4820 @example
4821 join [@var{option}]@dots{} @var{file1} @var{file2}
4822 @end example
4823
4824 Either @var{file1} or @var{file2} (but not both) can be @samp{-},
4825 meaning standard input.  @var{file1} and @var{file2} should be
4826 sorted on the join fields.
4827
4828 @vindex LC_COLLATE
4829 Normally, the sort order is that of the
4830 collating sequence specified by the @env{LC_COLLATE} locale.  Unless
4831 the @option{-t} option is given, the sort comparison ignores blanks at
4832 the start of the join field, as in @code{sort -b}.  If the
4833 @option{--ignore-case} option is given, the sort comparison ignores
4834 the case of characters in the join field, as in @code{sort -f}.
4835
4836 The @command{sort} and @command{join} commands should use consistent
4837 locales and options if the output of @command{sort} is fed to
4838 @command{join}.  You can use a command like @samp{sort -k 1b,1} to
4839 sort a file on its default join field, but if you select a non-default
4840 locale, join field, separator, or comparison options, then you should
4841 do so consistently between @command{join} and @command{sort}.
4842
4843 As a GNU extension, if the input has no unpairable lines the
4844 sort order can be any order that considers two fields to be equal if and
4845 only if the sort comparison described above considers them to be equal.
4846 For example:
4847
4848 @example
4849 $ cat file1
4850 a a1
4851 c c1
4852 b b1
4853 $ cat file2
4854 a a2
4855 c c2
4856 b b2
4857 $ join file1 file2
4858 a a1 a2
4859 c c1 c2
4860 b b1 b2
4861 @end example
4862
4863 The defaults are:
4864 @itemize
4865 @item the join field is the first field in each line;
4866 @item fields in the input are separated by one or more blanks, with leading
4867       blanks on the line ignored;
4868 @item fields in the output are separated by a space;
4869 @item each output line consists of the join field, the remaining
4870 fields from @var{file1}, then the remaining fields from @var{file2}.
4871 @end itemize
4872
4873 The program accepts the following options.  Also see @ref{Common options}.
4874
4875 @table @samp
4876
4877 @item -a @var{file-number}
4878 @opindex -a
4879 Print a line for each unpairable line in file @var{file-number} (either
4880 @samp{1} or @samp{2}), in addition to the normal output.
4881
4882 @item -e @var{string}
4883 @opindex -e
4884 Replace those output fields that are missing in the input with
4885 @var{string}.
4886
4887 @item -i
4888 @itemx --ignore-case
4889 @opindex -i
4890 @opindex --ignore-case
4891 Ignore differences in case when comparing keys.
4892 With this option, the lines of the input files must be ordered in the same way.
4893 Use @samp{sort -f} to produce this ordering.
4894
4895 @item -1 @var{field}
4896 @opindex -1
4897 Join on field @var{field} (a positive integer) of file 1.
4898
4899 @item -2 @var{field}
4900 @opindex -2
4901 Join on field @var{field} (a positive integer) of file 2.
4902
4903 @item -j @var{field}
4904 Equivalent to @option{-1 @var{field} -2 @var{field}}.
4905
4906 @item -o @var{field-list}
4907 Construct each output line according to the format in @var{field-list}.
4908 Each element in @var{field-list} is either the single character @samp{0} or
4909 has the form @var{m.n} where the file number, @var{m}, is @samp{1} or
4910 @samp{2} and @var{n} is a positive field number.
4911
4912 A field specification of @samp{0} denotes the join field.
4913 In most cases, the functionality of the @samp{0} field spec
4914 may be reproduced using the explicit @var{m.n} that corresponds
4915 to the join field.  However, when printing unpairable lines
4916 (using either of the @option{-a} or @option{-v} options), there is no way
4917 to specify the join field using @var{m.n} in @var{field-list}
4918 if there are unpairable lines in both files.
4919 To give @command{join} that functionality, @acronym{POSIX} invented the @samp{0}
4920 field specification notation.
4921
4922 The elements in @var{field-list}
4923 are separated by commas or blanks.
4924 Blank separators typically need to be quoted for the shell.  For
4925 example, the commands @samp{join -o 1.2,2.2} and @samp{join -o '1.2
4926 2.2'} are equivalent.
4927
4928 All output lines---including those printed because of any -a or -v
4929 option---are subject to the specified @var{field-list}.
4930
4931 @item -t @var{char}
4932 Use character @var{char} as the input and output field separator.
4933 Treat as significant each occurrence of @var{char} in the input file.
4934 Use @samp{sort -t @var{char}}, without the @option{-b} option of
4935 @samp{sort}, to produce this ordering.
4936
4937 @item -v @var{file-number}
4938 Print a line for each unpairable line in file @var{file-number}
4939 (either @samp{1} or @samp{2}), instead of the normal output.
4940
4941 @end table
4942
4943 @exitstatus
4944
4945
4946 @node Operating on characters
4947 @chapter Operating on characters
4948
4949 @cindex operating on characters
4950
4951 This commands operate on individual characters.
4952
4953 @menu
4954 * tr invocation::               Translate, squeeze, and/or delete characters.
4955 * expand invocation::           Convert tabs to spaces.
4956 * unexpand invocation::         Convert spaces to tabs.
4957 @end menu
4958
4959
4960 @node tr invocation
4961 @section @command{tr}: Translate, squeeze, and/or delete characters
4962
4963 @pindex tr
4964
4965 Synopsis:
4966
4967 @example
4968 tr [@var{option}]@dots{} @var{set1} [@var{set2}]
4969 @end example
4970
4971 @command{tr} copies standard input to standard output, performing
4972 one of the following operations:
4973
4974 @itemize @bullet
4975 @item
4976 translate, and optionally squeeze repeated characters in the result,
4977 @item
4978 squeeze repeated characters,
4979 @item
4980 delete characters,
4981 @item
4982 delete characters, then squeeze repeated characters from the result.
4983 @end itemize
4984
4985 The @var{set1} and (if given) @var{set2} arguments define ordered
4986 sets of characters, referred to below as @var{set1} and @var{set2}.  These
4987 sets are the characters of the input that @command{tr} operates on.
4988 The @option{--complement} (@option{-c}, @option{-C}) option replaces
4989 @var{set1} with its
4990 complement (all of the characters that are not in @var{set1}).
4991
4992 Currently @command{tr} fully supports only single-byte characters.
4993 Eventually it will support multibyte characters; when it does, the
4994 @option{-C} option will cause it to complement the set of characters,
4995 whereas @option{-c} will cause it to complement the set of values.
4996 This distinction will matter only when some values are not characters,
4997 and this is possible only in locales using multibyte encodings when
4998 the input contains encoding errors.
4999
5000 The program accepts the @option{--help} and @option{--version}
5001 options.  @xref{Common options}.  Options must precede operands.
5002
5003 @exitstatus
5004
5005 @menu
5006 * Character sets::              Specifying sets of characters.
5007 * Translating::                 Changing one set of characters to another.
5008 * Squeezing::                   Squeezing repeats and deleting.
5009 @end menu
5010
5011
5012 @node Character sets
5013 @subsection Specifying sets of characters
5014
5015 @cindex specifying sets of characters
5016
5017 The format of the @var{set1} and @var{set2} arguments resembles
5018 the format of regular expressions; however, they are not regular
5019 expressions, only lists of characters.  Most characters simply
5020 represent themselves in these strings, but the strings can contain
5021 the shorthands listed below, for convenience.  Some of them can be
5022 used only in @var{set1} or @var{set2}, as noted below.
5023
5024 @table @asis
5025
5026 @item Backslash escapes
5027 @cindex backslash escapes
5028
5029 The following backslash escape sequences are recognized:
5030
5031 @table @samp
5032 @item \a
5033 Control-G.
5034 @item \b
5035 Control-H.
5036 @item \f
5037 Control-L.
5038 @item \n
5039 Control-J.
5040 @item \r
5041 Control-M.
5042 @item \t
5043 Control-I.
5044 @item \v
5045 Control-K.
5046 @item \@var{ooo}
5047 The character with the value given by @var{ooo}, which is 1 to 3
5048 octal digits,
5049 @item \\
5050 A backslash.
5051 @end table
5052
5053 While a backslash followed by a character not listed above is
5054 interpreted as that character, the backslash also effectively
5055 removes any special significance, so it is useful to escape
5056 @samp{[}, @samp{]}, @samp{*}, and @samp{-}.
5057
5058 @item Ranges
5059 @cindex ranges
5060
5061 The notation @samp{@var{m}-@var{n}} expands to all of the characters
5062 from @var{m} through @var{n}, in ascending order.  @var{m} should
5063 collate before @var{n}; if it doesn't, an error results.  As an example,
5064 @samp{0-9} is the same as @samp{0123456789}.
5065
5066 @sc{gnu} @command{tr} does not support the System V syntax that uses square
5067 brackets to enclose ranges.  Translations specified in that format
5068 sometimes work as expected, since the brackets are often transliterated
5069 to themselves.  However, they should be avoided because they sometimes
5070 behave unexpectedly.  For example, @samp{tr -d '[0-9]'} deletes brackets
5071 as well as digits.
5072
5073 Many historically common and even accepted uses of ranges are not
5074 portable.  For example, on @acronym{EBCDIC} hosts using the @samp{A-Z}
5075 range will not do what most would expect because @samp{A} through @samp{Z}
5076 are not contiguous as they are in @acronym{ASCII}.
5077 If you can rely on a @acronym{POSIX} compliant version of @command{tr}, then
5078 the best way to work around this is to use character classes (see below).
5079 Otherwise, it is most portable (and most ugly) to enumerate the members
5080 of the ranges.
5081
5082 @item Repeated characters
5083 @cindex repeated characters
5084
5085 The notation @samp{[@var{c}*@var{n}]} in @var{set2} expands to @var{n}
5086 copies of character @var{c}.  Thus, @samp{[y*6]} is the same as
5087 @samp{yyyyyy}.  The notation @samp{[@var{c}*]} in @var{string2} expands
5088 to as many copies of @var{c} as are needed to make @var{set2} as long as
5089 @var{set1}.  If @var{n} begins with @samp{0}, it is interpreted in
5090 octal, otherwise in decimal.
5091
5092 @item Character classes
5093 @cindex character classes
5094
5095 The notation @samp{[:@var{class}:]} expands to all of the characters in
5096 the (predefined) class @var{class}.  The characters expand in no
5097 particular order, except for the @code{upper} and @code{lower} classes,
5098 which expand in ascending order.  When the @option{--delete} (@option{-d})
5099 and @option{--squeeze-repeats} (@option{-s}) options are both given, any
5100 character class can be used in @var{set2}.  Otherwise, only the
5101 character classes @code{lower} and @code{upper} are accepted in
5102 @var{set2}, and then only if the corresponding character class
5103 (@code{upper} and @code{lower}, respectively) is specified in the same
5104 relative position in @var{set1}.  Doing this specifies case conversion.
5105 The class names are given below; an error results when an invalid class
5106 name is given.
5107
5108 @table @code
5109 @item alnum
5110 @opindex alnum
5111 Letters and digits.
5112 @item alpha
5113 @opindex alpha
5114 Letters.
5115 @item blank
5116 @opindex blank
5117 Horizontal whitespace.
5118 @item cntrl
5119 @opindex cntrl
5120 Control characters.
5121 @item digit
5122 @opindex digit
5123 Digits.
5124 @item graph
5125 @opindex graph
5126 Printable characters, not including space.
5127 @item lower
5128 @opindex lower
5129 Lowercase letters.
5130 @item print
5131 @opindex print
5132 Printable characters, including space.
5133 @item punct
5134 @opindex punct
5135 Punctuation characters.
5136 @item space
5137 @opindex space
5138 Horizontal or vertical whitespace.
5139 @item upper
5140 @opindex upper
5141 Uppercase letters.
5142 @item xdigit
5143 @opindex xdigit
5144 Hexadecimal digits.
5145 @end table
5146
5147 @item Equivalence classes
5148 @cindex equivalence classes
5149
5150 The syntax @samp{[=@var{c}=]} expands to all of the characters that are
5151 equivalent to @var{c}, in no particular order.  Equivalence classes are
5152 a relatively recent invention intended to support non-English alphabets.
5153 But there seems to be no standard way to define them or determine their
5154 contents.  Therefore, they are not fully implemented in @sc{gnu} @command{tr};
5155 each character's equivalence class consists only of that character,
5156 which is of no particular use.
5157
5158 @end table
5159
5160
5161 @node Translating
5162 @subsection Translating
5163
5164 @cindex translating characters
5165
5166 @command{tr} performs translation when @var{set1} and @var{set2} are
5167 both given and the @option{--delete} (@option{-d}) option is not given.
5168 @command{tr} translates each character of its input that is in @var{set1}
5169 to the corresponding character in @var{set2}.  Characters not in
5170 @var{set1} are passed through unchanged.  When a character appears more
5171 than once in @var{set1} and the corresponding characters in @var{set2}
5172 are not all the same, only the final one is used.  For example, these
5173 two commands are equivalent:
5174
5175 @example
5176 tr aaa xyz
5177 tr a z
5178 @end example
5179
5180 A common use of @command{tr} is to convert lowercase characters to
5181 uppercase.  This can be done in many ways.  Here are three of them:
5182
5183 @example
5184 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
5185 tr a-z A-Z
5186 tr '[:lower:]' '[:upper:]'
5187 @end example
5188
5189 @noindent
5190 But note that using ranges like @code{a-z} above is not portable.
5191
5192 When @command{tr} is performing translation, @var{set1} and @var{set2}
5193 typically have the same length.  If @var{set1} is shorter than
5194 @var{set2}, the extra characters at the end of @var{set2} are ignored.
5195
5196 On the other hand, making @var{set1} longer than @var{set2} is not
5197 portable; @acronym{POSIX} says that the result is undefined.  In this situation,
5198 BSD @command{tr} pads @var{set2} to the length of @var{set1} by repeating
5199 the last character of @var{set2} as many times as necessary.  System V
5200 @command{tr} truncates @var{set1} to the length of @var{set2}.
5201
5202 By default, @sc{gnu} @command{tr} handles this case like BSD @command{tr}.
5203 When the @option{--truncate-set1} (@option{-t}) option is given,
5204 @sc{gnu} @command{tr} handles this case like the System V @command{tr}
5205 instead.  This option is ignored for operations other than translation.
5206
5207 Acting like System V @command{tr} in this case breaks the relatively common
5208 BSD idiom:
5209
5210 @example
5211 tr -cs A-Za-z0-9 '\012'
5212 @end example
5213
5214 @noindent
5215 because it converts only zero bytes (the first element in the
5216 complement of @var{set1}), rather than all non-alphanumerics, to
5217 newlines.
5218
5219 @noindent
5220 By the way, the above idiom is not portable because it uses ranges, and
5221 it assumes that the octal code for newline is 012.
5222 Assuming a @acronym{POSIX} compliant @command{tr}, here is a better way to write it:
5223
5224 @example
5225 tr -cs '[:alnum:]' '[\n*]'
5226 @end example
5227
5228
5229 @node Squeezing
5230 @subsection Squeezing repeats and deleting
5231
5232 @cindex squeezing repeat characters
5233 @cindex deleting characters
5234
5235 When given just the @option{--delete} (@option{-d}) option, @command{tr}
5236 removes any input characters that are in @var{set1}.
5237
5238 When given just the @option{--squeeze-repeats} (@option{-s}) option,
5239 @command{tr} replaces each input sequence of a repeated character that
5240 is in @var{set1} with a single occurrence of that character.
5241
5242 When given both @option{--delete} and @option{--squeeze-repeats}, @command{tr}
5243 first performs any deletions using @var{set1}, then squeezes repeats
5244 from any remaining characters using @var{set2}.
5245
5246 The @option{--squeeze-repeats} option may also be used when translating,
5247 in which case @command{tr} first performs translation, then squeezes
5248 repeats from any remaining characters using @var{set2}.
5249
5250 Here are some examples to illustrate various combinations of options:
5251
5252 @itemize @bullet
5253
5254 @item
5255 Remove all zero bytes:
5256
5257 @example
5258 tr -d '\0'
5259 @end example
5260
5261 @item
5262 Put all words on lines by themselves.  This converts all
5263 non-alphanumeric characters to newlines, then squeezes each string
5264 of repeated newlines into a single newline:
5265
5266 @example
5267 tr -cs '[:alnum:]' '[\n*]'
5268 @end example
5269
5270 @item
5271 Convert each sequence of repeated newlines to a single newline:
5272
5273 @example
5274 tr -s '\n'
5275 @end example
5276
5277 @item
5278 Find doubled occurrences of words in a document.
5279 @c Separate the following two "the"s, so typo checkers don't complain.
5280 For example, people often write ``the @w{}the'' with the repeated words
5281 separated by a newline.  The Bourne shell script below works first
5282 by converting each sequence of punctuation and blank characters to a
5283 single newline.  That puts each ``word'' on a line by itself.
5284 Next it maps all uppercase characters to lower case, and finally it
5285 runs @command{uniq} with the @option{-d} option to print out only the words
5286 that were repeated.
5287
5288 @example
5289 #!/bin/sh
5290 cat -- "$@@" \
5291   | tr -s '[:punct:][:blank:]' '[\n*]' \
5292   | tr '[:upper:]' '[:lower:]' \
5293   | uniq -d
5294 @end example
5295
5296 @item
5297 Deleting a small set of characters is usually straightforward.  For example,
5298 to remove all @samp{a}s, @samp{x}s, and @samp{M}s you would do this:
5299
5300 @example
5301 tr -d axM
5302 @end example
5303
5304 However, when @samp{-} is one of those characters, it can be tricky because
5305 @samp{-} has special meanings.  Performing the same task as above but also
5306 removing all @samp{-} characters, we might try @code{tr -d -axM}, but
5307 that would fail because @command{tr} would try to interpret @option{-a} as
5308 a command-line option.  Alternatively, we could try putting the hyphen
5309 inside the string, @code{tr -d a-xM}, but that wouldn't work either because
5310 it would make @command{tr} interpret @code{a-x} as the range of characters
5311 @samp{a}@dots{}@samp{x} rather than the three.
5312 One way to solve the problem is to put the hyphen at the end of the list
5313 of characters:
5314
5315 @example
5316 tr -d axM-
5317 @end example
5318
5319 Or you can use @samp{--} to terminate option processing:
5320
5321 @example
5322 tr -d -- -axM
5323 @end example
5324
5325 More generally, use the character class notation @code{[=c=]}
5326 with @samp{-} (or any other character) in place of the @samp{c}:
5327
5328 @example
5329 tr -d '[=-=]axM'
5330 @end example
5331
5332 Note how single quotes are used in the above example to protect the
5333 square brackets from interpretation by a shell.
5334
5335 @end itemize
5336
5337
5338 @node expand invocation
5339 @section @command{expand}: Convert tabs to spaces
5340
5341 @pindex expand
5342 @cindex tabs to spaces, converting
5343 @cindex converting tabs to spaces
5344
5345 @command{expand} writes the contents of each given @var{file}, or standard
5346 input if none are given or for a @var{file} of @samp{-}, to standard
5347 output, with tab characters converted to the appropriate number of
5348 spaces.  Synopsis:
5349
5350 @example
5351 expand [@var{option}]@dots{} [@var{file}]@dots{}
5352 @end example
5353
5354 By default, @command{expand} converts all tabs to spaces.  It preserves
5355 backspace characters in the output; they decrement the column count for
5356 tab calculations.  The default action is equivalent to @option{-t 8} (set
5357 tabs every 8 columns).
5358
5359 The program accepts the following options.  Also see @ref{Common options}.
5360
5361 @table @samp
5362
5363 @item -t @var{tab1}[,@var{tab2}]@dots{}
5364 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
5365 @opindex -t
5366 @opindex --tabs
5367 @cindex tab stops, setting
5368 If only one tab stop is given, set the tabs @var{tab1} spaces apart
5369 (default is 8).  Otherwise, set the tabs at columns @var{tab1},
5370 @var{tab2}, @dots{} (numbered from 0), and replace any tabs beyond the
5371 last tab stop given with single spaces.  Tab stops can be separated by
5372 blanks as well as by commas.
5373
5374 For compatibility, GNU @command{expand} also accepts the obsolete
5375 option syntax, @option{-@var{t1}[,@var{t2}]@dots{}}.  New scripts
5376 should use @option{-t @var{t1}[,@var{t2}]@dots{}} instead.
5377
5378 @item -i
5379 @itemx --initial
5380 @opindex -i
5381 @opindex --initial
5382 @cindex initial tabs, converting
5383 Only convert initial tabs (those that precede all non-space or non-tab
5384 characters) on each line to spaces.
5385
5386 @end table
5387
5388 @exitstatus
5389
5390
5391 @node unexpand invocation
5392 @section @command{unexpand}: Convert spaces to tabs
5393
5394 @pindex unexpand
5395
5396 @command{unexpand} writes the contents of each given @var{file}, or
5397 standard input if none are given or for a @var{file} of @samp{-}, to
5398 standard output, converting blanks at the beginning of each line into
5399 as many tab characters as needed.  In the default @acronym{POSIX}
5400 locale, a @dfn{blank} is a space or a tab; other locales may specify
5401 additional blank characters.  Synopsis:
5402
5403 @example
5404 unexpand [@var{option}]@dots{} [@var{file}]@dots{}
5405 @end example
5406
5407 By default, @command{unexpand} converts only initial blanks (those
5408 that precede all non-blank characters) on each line.  It
5409 preserves backspace characters in the output; they decrement the column
5410 count for tab calculations.  By default, tabs are set at every 8th
5411 column.
5412
5413 The program accepts the following options.  Also see @ref{Common options}.
5414
5415 @table @samp
5416
5417 @item -t @var{tab1}[,@var{tab2}]@dots{}
5418 @itemx --tabs=@var{tab1}[,@var{tab2}]@dots{}
5419 @opindex -t
5420 @opindex --tabs
5421 If only one tab stop is given, set the tabs @var{tab1} columns apart
5422 instead of the default 8.  Otherwise, set the tabs at columns
5423 @var{tab1}, @var{tab2}, @dots{} (numbered from 0), and leave blanks
5424 beyond the tab stops given unchanged.  Tab stops can be separated by
5425 blanks as well as by commas.  This option implies the @option{-a} option.
5426
5427 For compatibility, GNU @command{unexpand} supports the obsolete option syntax,
5428 @option{-@var{tab1}[,@var{tab2}]@dots{}}, where tab stops must be
5429 separated by commas.  (Unlike @option{-t}, this obsolete option does
5430 not imply @option{-a}.)  New scripts should use @option{--first-only -t
5431 @var{tab1}[,@var{tab2}]@dots{}} instead.
5432
5433 @item -a
5434 @itemx --all
5435 @opindex -a
5436 @opindex --all
5437 Also convert all sequences of two or more blanks just before a tab stop,
5438 even if they occur after non-blank characters in a line.
5439
5440 @end table
5441
5442 @exitstatus
5443
5444
5445 @node Directory listing
5446 @chapter Directory listing
5447
5448 This chapter describes the @command{ls} command and its variants @command{dir}
5449 and @command{vdir}, which list information about files.
5450
5451 @menu
5452 * ls invocation::               List directory contents.
5453 * dir invocation::              Briefly ls.
5454 * vdir invocation::             Verbosely ls.
5455 * dircolors invocation::        Color setup for ls, etc.
5456 @end menu
5457
5458
5459 @node ls invocation
5460 @section @command{ls}: List directory contents
5461
5462 @pindex ls
5463 @cindex directory listing
5464
5465 The @command{ls} program lists information about files (of any type,
5466 including directories).  Options and file arguments can be intermixed
5467 arbitrarily, as usual.
5468
5469 For non-option command-line arguments that are directories, by default
5470 @command{ls} lists the contents of directories, not recursively, and
5471 omitting files with names beginning with @samp{.}.  For other non-option
5472 arguments, by default @command{ls} lists just the file name.  If no
5473 non-option argument is specified, @command{ls} operates on the current
5474 directory, acting as if it had been invoked with a single argument of @samp{.}.
5475
5476 @vindex LC_ALL
5477 By default, the output is sorted alphabetically, according to the locale
5478 settings in effect.@footnote{If you use a non-@acronym{POSIX}
5479 locale (e.g., by setting @env{LC_ALL} to @samp{en_US}), then @command{ls} may
5480 produce output that is sorted differently than you're accustomed to.
5481 In that case, set the @env{LC_ALL} environment variable to @samp{C}.}
5482 If standard output is
5483 a terminal, the output is in columns (sorted vertically) and control
5484 characters are output as question marks; otherwise, the output is listed
5485 one per line and control characters are output as-is.
5486
5487 Because @command{ls} is such a fundamental program, it has accumulated many
5488 options over the years.  They are described in the subsections below;
5489 within each section, options are listed alphabetically (ignoring case).
5490 The division of options into the subsections is not absolute, since some
5491 options affect more than one aspect of @command{ls}'s operation.
5492
5493 @cindex exit status of @command{ls}
5494 Exit status:
5495
5496 @display
5497 0 success
5498 1 minor problems (e.g., a subdirectory was not found)
5499 2 serious trouble (e.g., memory exhausted)
5500 @end display
5501
5502 Also see @ref{Common options}.
5503
5504 @menu
5505 * Which files are listed::
5506 * What information is listed::
5507 * Sorting the output::
5508 * More details about version sort::
5509 * General output formatting::
5510 * Formatting file timestamps::
5511 * Formatting the file names::
5512 @end menu
5513
5514
5515 @node Which files are listed
5516 @subsection Which files are listed
5517
5518 These options determine which files @command{ls} lists information for.
5519 By default, @command{ls} lists files and the contents of any
5520 directories on the command line, except that in directories it ignores
5521 files whose names start with @samp{.}.
5522
5523 @table @samp
5524
5525 @item -a
5526 @itemx --all
5527 @opindex -a
5528 @opindex --all
5529 In directories, do not ignore file names that start with @samp{.}.
5530
5531 @item -A
5532 @itemx --almost-all
5533 @opindex -A
5534 @opindex --almost-all
5535 In directories, do not ignore all file names that start with @samp{.};
5536 ignore only @file{.} and @file{..}.  The @option{--all} (@option{-a})
5537 option overrides this option.
5538
5539 @item -B
5540 @itemx --ignore-backups
5541 @opindex -B
5542 @opindex --ignore-backups
5543 @cindex backup files, ignoring
5544 In directories, ignore files that end with @samp{~}.  This option is
5545 equivalent to @samp{--ignore='*~' --ignore='.*~'}.
5546
5547 @item -d
5548 @itemx --directory
5549 @opindex -d
5550 @opindex --directory
5551 List just the names of directories, as with other types of files, rather
5552 than listing their contents.
5553 @c The following sentence is the same as the one for -F.
5554 Do not follow symbolic links listed on the
5555 command line unless the @option{--dereference-command-line} (@option{-H}),
5556 @option{--dereference} (@option{-L}), or
5557 @option{--dereference-command-line-symlink-to-dir} options are specified.
5558
5559 @item -H
5560 @itemx --dereference-command-line
5561 @opindex -H
5562 @opindex --dereference-command-line
5563 @cindex symbolic links, dereferencing
5564 If a command line argument specifies a symbolic link, show information
5565 for the file the link references rather than for the link itself.
5566
5567 @itemx --dereference-command-line-symlink-to-dir
5568 @opindex --dereference-command-line-symlink-to-dir
5569 @cindex symbolic links, dereferencing
5570 Do not dereference symbolic links, with one exception:
5571 if a command line argument specifies a symbolic link that refers to
5572 a directory, show information for that directory rather than for the
5573 link itself.
5574 This is the default behavior when no other dereferencing-related
5575 option has been specified (@option{--classify} (@option{-F}),
5576 @option{--directory} (@option{-d}),
5577 (@option{-l}),
5578 @option{--dereference} (@option{-L}), or
5579 @option{--dereference-command-line} (@option{-H})).
5580
5581 @item --group-directories-first
5582 @opindex --group-directories-first
5583 Group all the directories before the files and then sort the
5584 directories and the files separately using the selected sort key
5585 (see --sort option).
5586 That is, this option specifies a primary sort key,
5587 and the --sort option specifies a secondary key.
5588
5589 @item --hide=PATTERN
5590 @opindex --hide=@var{pattern}
5591 In directories, ignore files whose names match the shell pattern
5592 @var{pattern}, unless the @option{--all} (@option{-a}) or
5593 @option{--almost-all} (@option{-A}) is also given.  This
5594 option acts like @option{--ignore=@var{pattern}} except that it has no
5595 effect if @option{--all} (@option{-a}) or @option{--almost-all}
5596 (@option{-A}) is also given.
5597
5598 This option can be useful in shell aliases.  For example, if
5599 @command{lx} is an alias for @samp{ls --hide='*~'} and @command{ly} is
5600 an alias for @samp{ls --ignore='*~'}, then the command @samp{lx -A}
5601 lists the file @file{README~} even though @samp{ly -A} would not.
5602
5603 @item -I @var{pattern}
5604 @itemx --ignore=@var{pattern}
5605 @opindex -I
5606 @opindex --ignore=@var{pattern}
5607 In directories, ignore files whose names match the shell pattern
5608 (not regular expression) @var{pattern}.  As
5609 in the shell, an initial @samp{.} in a file name does not match a
5610 wildcard at the start of @var{pattern}.  Sometimes it is useful
5611 to give this option several times.  For example,
5612
5613 @smallexample
5614 $ ls --ignore='.??*' --ignore='.[^.]' --ignore='#*'
5615 @end smallexample
5616
5617 The first option ignores names of length 3 or more that start with @samp{.},
5618 the second ignores all two-character names that start with @samp{.}
5619 except @samp{..}, and the third ignores names that start with @samp{#}.
5620
5621 @item -L
5622 @itemx --dereference
5623 @opindex -L
5624 @opindex --dereference
5625 @cindex symbolic links, dereferencing
5626 When showing file information for a symbolic link, show information
5627 for the file the link references rather than the link itself.
5628 However, even with this option, @command{ls} still prints the name
5629 of the link itself, not the name of the file that the link points to.
5630
5631 @item -R
5632 @itemx --recursive
5633 @opindex -R
5634 @opindex --recursive
5635 @cindex recursive directory listing
5636 @cindex directory listing, recursive
5637 List the contents of all directories recursively.
5638
5639 @end table
5640
5641
5642 @node What information is listed
5643 @subsection What information is listed
5644
5645 These options affect the information that @command{ls} displays.  By
5646 default, only file names are shown.
5647
5648 @table @samp
5649
5650 @item --author
5651 @opindex --author
5652 @cindex hurd, author, printing
5653 List each file's author when producing long format directory listings.
5654 In GNU/Hurd, file authors can differ from their owners, but in other
5655 operating systems the two are the same.
5656
5657 @item -D
5658 @itemx --dired
5659 @opindex -D
5660 @opindex --dired
5661 @cindex dired Emacs mode support
5662 With the long listing (@option{-l}) format, print an additional line after
5663 the main output:
5664
5665 @example
5666 //DIRED// @var{beg1} @var{end1} @var{beg2} @var{end2} @dots{}
5667 @end example
5668
5669 @noindent
5670 The @var{begN} and @var{endN} are unsigned integers that record the
5671 byte position of the beginning and end of each file name in the output.
5672 This makes it easy for Emacs to find the names, even when they contain
5673 unusual characters such as space or newline, without fancy searching.
5674
5675 If directories are being listed recursively (@option{-R}), output a similar
5676 line with offsets for each subdirectory name:
5677
5678 @example
5679 //SUBDIRED// @var{beg1} @var{end1} @dots{}
5680 @end example
5681
5682 Finally, output a line of the form:
5683
5684 @example
5685 //DIRED-OPTIONS// --quoting-style=@var{word}
5686 @end example
5687
5688 @noindent
5689 where @var{word} is the quoting style (@pxref{Formatting the file names}).
5690
5691 Here is an actual example:
5692
5693 @example
5694 $ mkdir -p a/sub/deeper a/sub2
5695 $ touch a/f1 a/f2
5696 $ touch a/sub/deeper/file
5697 $ ls -gloRF --dired a
5698   a:
5699   total 8
5700   -rw-r--r-- 1    0 Jun 10 12:27 f1
5701   -rw-r--r-- 1    0 Jun 10 12:27 f2
5702   drwxr-xr-x 3 4096 Jun 10 12:27 sub/
5703   drwxr-xr-x 2 4096 Jun 10 12:27 sub2/
5704
5705   a/sub:
5706   total 4
5707   drwxr-xr-x 2 4096 Jun 10 12:27 deeper/
5708
5709   a/sub/deeper:
5710   total 0
5711   -rw-r--r-- 1 0 Jun 10 12:27 file
5712
5713   a/sub2:
5714   total 0
5715 //DIRED// 48 50 84 86 120 123 158 162 217 223 282 286
5716 //SUBDIRED// 2 3 167 172 228 240 290 296
5717 //DIRED-OPTIONS// --quoting-style=literal
5718 @end example
5719
5720 Note that the pairs of offsets on the @samp{//DIRED//} line above delimit
5721 these names: @file{f1}, @file{f2}, @file{sub}, @file{sub2}, @file{deeper},
5722 @file{file}.
5723 The offsets on the @samp{//SUBDIRED//} line delimit the following
5724 directory names: @file{a}, @file{a/sub}, @file{a/sub/deeper}, @file{a/sub2}.
5725
5726 Here is an example of how to extract the fifth entry name, @samp{deeper},
5727 corresponding to the pair of offsets, 222 and 228:
5728
5729 @example
5730 $ ls -gloRF --dired a > out
5731 $ dd bs=1 skip=222 count=6 < out 2>/dev/null; echo
5732 deeper
5733 @end example
5734
5735 Note that although the listing above includes a trailing slash
5736 for the @samp{deeper} entry, the offsets select the name without
5737 the trailing slash.  However, if you invoke @command{ls} with @option{--dired}
5738 along with an option like @option{--escape} (aka @option{-b}) and operate
5739 on a file whose name contains special characters, notice that the backslash
5740 @emph{is} included:
5741
5742 @example
5743 $ touch 'a b'
5744 $ ls -blog --dired 'a b'
5745   -rw-r--r-- 1 0 Jun 10 12:28 a\ b
5746 //DIRED// 30 34
5747 //DIRED-OPTIONS// --quoting-style=escape
5748 @end example
5749
5750 If you use a quoting style that adds quote marks
5751 (e.g., @option{--quoting-style=c}), then the offsets include the quote marks.
5752 So beware that the user may select the quoting style via the environment
5753 variable @env{QUOTING_STYLE}.  Hence, applications using @option{--dired}
5754 should either specify an explicit @option{--quoting-style=literal} option
5755 (aka @option{-N} or @option{--literal}) on the command line, or else be
5756 prepared to parse the escaped names.
5757
5758 @item --full-time
5759 @opindex --full-time
5760 Produce long format directory listings, and list times in full.  It is
5761 equivalent to using @option{--format=long} with
5762 @option{--time-style=full-iso} (@pxref{Formatting file timestamps}).
5763
5764 @item -g
5765 @opindex -g
5766 Produce long format directory listings, but don't display owner information.
5767
5768 @item -G
5769 @itemx --no-group
5770 @opindex -G
5771 @opindex --no-group
5772 Inhibit display of group information in a long format directory listing.
5773 (This is the default in some non-@sc{gnu} versions of @command{ls}, so we
5774 provide this option for compatibility.)
5775
5776 @optHumanReadable
5777
5778 @item -i
5779 @itemx --inode
5780 @opindex -i
5781 @opindex --inode
5782 @cindex inode number, printing
5783 Print the inode number (also called the file serial number and index
5784 number) of each file to the left of the file name.  (This number
5785 uniquely identifies each file within a particular file system.)
5786
5787 @item -l
5788 @itemx --format=long
5789 @itemx --format=verbose
5790 @opindex -l
5791 @opindex --format
5792 @opindex long ls @r{format}
5793 @opindex verbose ls @r{format}
5794 In addition to the name of each file, print the file type, file mode bits,
5795 number of hard links, owner name, group name, size, and
5796 timestamp (@pxref{Formatting file timestamps}), normally
5797 the modification time.
5798
5799 Normally the size is printed as a byte count without punctuation, but
5800 this can be overridden (@pxref{Block size}).  For example, @option{-h}
5801 prints an abbreviated, human-readable count, and
5802 @samp{--block-size="'1"} prints a byte count with the thousands
5803 separator of the current locale.
5804
5805 For each directory that is listed, preface the files with a line
5806 @samp{total @var{blocks}}, where @var{blocks} is the total disk allocation
5807 for all files in that directory.  The block size currently defaults to 1024
5808 bytes, but this can be overridden (@pxref{Block size}).
5809 The @var{blocks} computed counts each hard link separately;
5810 this is arguably a deficiency.
5811
5812 The file type is one of the following characters:
5813
5814 @c The commented-out entries are ones we're not sure about.
5815
5816 @table @samp
5817 @item -
5818 regular file
5819 @item b
5820 block special file
5821 @item c
5822 character special file
5823 @item C
5824 high performance (``contiguous data'') file
5825 @item d
5826 directory
5827 @item D
5828 door (Solaris 2.5 and up)
5829 @c @item F
5830 @c semaphore, if this is a distinct file type
5831 @item l
5832 symbolic link
5833 @c @item m
5834 @c multiplexed file (7th edition Unix; obsolete)
5835 @item M
5836 off-line (``migrated'') file (Cray DMF)
5837 @item n
5838 network special file (HP-UX)
5839 @item p
5840 FIFO (named pipe)
5841 @item P
5842 port (Solaris 10 and up)
5843 @c @item Q
5844 @c message queue, if this is a distinct file type
5845 @item s
5846 socket
5847 @c @item S
5848 @c shared memory object, if this is a distinct file type
5849 @c @item T
5850 @c typed memory object, if this is a distinct file type
5851 @c @item w
5852 @c whiteout (4.4BSD; not implemented)
5853 @item ?
5854 some other file type
5855 @end table
5856
5857 @cindex permissions, output by @command{ls}
5858 The file mode bits listed are similar to symbolic mode specifications
5859 (@pxref{Symbolic Modes}).  But @command{ls} combines multiple bits into the
5860 third character of each set of permissions as follows:
5861
5862 @table @samp
5863 @item s
5864 If the setuid or setgid bit and the corresponding executable bit
5865 are both set.
5866
5867 @item S
5868 If the setuid or setgid bit is set but the corresponding executable bit
5869 is not set.
5870
5871 @item t
5872 If the sticky bit and the other-executable bit are both set.
5873
5874 @item T
5875 If the sticky bit is set but the other-executable bit is not set.
5876
5877 @item x
5878 If the executable bit is set and none of the above apply.
5879
5880 @item -
5881 Otherwise.
5882 @end table
5883
5884 Following the file mode bits is a single character that specifies
5885 whether an alternate access method such as an access control list
5886 applies to the file.  When the character following the file mode bits is a
5887 space, there is no alternate access method.  When it is a printing
5888 character, then there is such a method.
5889
5890 For a file with an extended access control list, a @samp{+} character is
5891 listed.  Basic access control lists are equivalent to the permissions
5892 listed, and are not considered an alternate access method.
5893
5894 @item -n
5895 @itemx --numeric-uid-gid
5896 @opindex -n
5897 @opindex --numeric-uid-gid
5898 @cindex numeric uid and gid
5899 @cindex numeric user and group IDs
5900 Produce long format directory listings, but
5901 display numeric user and group IDs instead of the owner and group names.
5902
5903 @item -o
5904 @opindex -o
5905 Produce long format directory listings, but don't display group information.
5906 It is equivalent to using @option{--format=long} with @option{--no-group} .
5907
5908 @item -s
5909 @itemx --size
5910 @opindex -s
5911 @opindex --size
5912 @cindex disk allocation
5913 @cindex size of files, reporting
5914 Print the disk allocation of each file to the left of the file name.
5915 This is the amount of disk space used by the file, which is usually a
5916 bit more than the file's size, but it can be less if the file has holes.
5917
5918 Normally the disk allocation is printed in units of
5919 1024 bytes, but this can be overridden (@pxref{Block size}).
5920
5921 @cindex NFS mounts from BSD to HP-UX
5922 For files that are NFS-mounted from an HP-UX system to a BSD system,
5923 this option reports sizes that are half the correct values.  On HP-UX
5924 systems, it reports sizes that are twice the correct values for files
5925 that are NFS-mounted from BSD systems.  This is due to a flaw in HP-UX;
5926 it also affects the HP-UX @command{ls} program.
5927
5928 @optSi
5929
5930 @end table
5931
5932
5933 @node Sorting the output
5934 @subsection Sorting the output
5935
5936 @cindex sorting @command{ls} output
5937 These options change the order in which @command{ls} sorts the information
5938 it outputs.  By default, sorting is done by character code
5939 (e.g., @acronym{ASCII} order).
5940
5941 @table @samp
5942
5943 @item -c
5944 @itemx --time=ctime
5945 @itemx --time=status
5946 @opindex -c
5947 @opindex --time
5948 @opindex ctime@r{, printing or sorting by}
5949 @opindex status time@r{, printing or sorting by}
5950 @opindex use time@r{, printing or sorting files by}
5951 If the long listing format (e.g., @option{-l}, @option{-o}) is being used,
5952 print the status change time (the @samp{ctime} in the inode) instead of
5953 the modification time.
5954 When explicitly sorting by time (@option{--sort=time} or @option{-t})
5955 or when not using a long listing format,
5956 sort according to the status change time.
5957
5958 @item -f
5959 @opindex -f
5960 @cindex unsorted directory listing
5961 @cindex directory order, listing by
5962 Primarily, like @option{-U}---do not sort; list the files in whatever
5963 order they are stored in the directory.  But also enable @option{-a} (list
5964 all files) and disable @option{-l}, @option{--color}, and @option{-s} (if they
5965 were specified before the @option{-f}).
5966
5967 @item -r
5968 @itemx --reverse
5969 @opindex -r
5970 @opindex --reverse
5971 @cindex reverse sorting
5972 Reverse whatever the sorting method is---e.g., list files in reverse
5973 alphabetical order, youngest first, smallest first, or whatever.
5974
5975 @item -S
5976 @itemx --sort=size
5977 @opindex -S
5978 @opindex --sort
5979 @opindex size of files@r{, sorting files by}
5980 Sort by file size, largest first.
5981
5982 @item -t
5983 @itemx --sort=time
5984 @opindex -t
5985 @opindex --sort
5986 @opindex modification time@r{, sorting files by}
5987 Sort by modification time (the @samp{mtime} in the inode), newest first.
5988
5989 @item -u
5990 @itemx --time=atime
5991 @itemx --time=access
5992 @itemx --time=use
5993 @opindex -u
5994 @opindex --time
5995 @opindex use time@r{, printing or sorting files by}
5996 @opindex atime@r{, printing or sorting files by}
5997 @opindex access time@r{, printing or sorting files by}
5998 If the long listing format (e.g., @option{--format=long}) is being used,
5999 print the last access time (the @samp{atime} in the inode).
6000 When explicitly sorting by time (@option{--sort=time} or @option{-t})
6001 or when not using a long listing format, sort according to the access time.
6002
6003 @item -U
6004 @itemx --sort=none
6005 @opindex -U
6006 @opindex --sort
6007 @opindex none@r{, sorting option for @command{ls}}
6008 Do not sort; list the files in whatever order they are
6009 stored in the directory.  (Do not do any of the other unrelated things
6010 that @option{-f} does.)  This is especially useful when listing very large
6011 directories, since not doing any sorting can be noticeably faster.
6012
6013 @item -v
6014 @itemx --sort=version
6015 @opindex -v
6016 @opindex --sort
6017 @opindex version@r{, sorting option for @command{ls}}
6018 Sort by version name and number, lowest first.  It behaves like a default
6019 sort, except that each sequence of decimal digits is treated numerically
6020 as an index/version number.  (@xref{More details about version sort}.)
6021
6022 @item -X
6023 @itemx --sort=extension
6024 @opindex -X
6025 @opindex --sort
6026 @opindex extension@r{, sorting files by}
6027 Sort directory contents alphabetically by file extension (characters
6028 after the last @samp{.}); files with no extension are sorted first.
6029
6030 @end table
6031
6032
6033 @node More details about version sort
6034 @subsection More details about version sort
6035
6036 The version sort takes into account the fact that file names frequently include
6037 indices or version numbers.  Standard sorting functions usually do not produce
6038 the ordering that people expect because comparisons are made on a
6039 character-by-character basis.  The version
6040 sort addresses this problem, and is especially useful when browsing
6041 directories that contain many files with indices/version numbers in their
6042 names:
6043
6044 @example
6045 $ ls -1            $ ls -1v
6046 foo.zml-1.gz       foo.zml-1.gz
6047 foo.zml-100.gz     foo.zml-2.gz
6048 foo.zml-12.gz      foo.zml-6.gz
6049 foo.zml-13.gz      foo.zml-12.gz
6050 foo.zml-2.gz       foo.zml-13.gz
6051 foo.zml-25.gz      foo.zml-25.gz
6052 foo.zml-6.gz       foo.zml-100.gz
6053 @end example
6054
6055 Note also that numeric parts with leading zeros are considered as
6056 fractional one:
6057
6058 @example
6059 $ ls -1            $ ls -1v
6060 abc-1.007.tgz      abc-1.007.tgz
6061 abc-1.012b.tgz     abc-1.01a.tgz
6062 abc-1.01a.tgz      abc-1.012b.tgz
6063 @end example
6064
6065 This functionality is implemented using the @code{strverscmp} function.
6066 @xref{String/Array Comparison, , , libc, The GNU C Library Reference Manual}.
6067 One result of that implementation decision is that @code{ls -v} does not
6068 use the locale category, @env{LC_COLLATE}.  As a result, non-numeric prefixes
6069 are sorted as if @env{LC_COLLATE} were set to @code{C}.
6070
6071 @node General output formatting
6072 @subsection General output formatting
6073
6074 These options affect the appearance of the overall output.
6075
6076 @table @samp
6077
6078 @item -1
6079 @itemx --format=single-column
6080 @opindex -1
6081 @opindex --format
6082 @opindex single-column @r{output of files}
6083 List one file per line.  This is the default for @command{ls} when standard
6084 output is not a terminal.
6085
6086 @item -C
6087 @itemx --format=vertical
6088 @opindex -C
6089 @opindex --format
6090 @opindex vertical @r{sorted files in columns}
6091 List files in columns, sorted vertically.  This is the default for
6092 @command{ls} if standard output is a terminal.  It is always the default
6093 for the @command{dir} program.
6094 @sc{gnu} @command{ls} uses variable width columns to display as many files as
6095 possible in the fewest lines.
6096
6097 @item --color [=@var{when}]
6098 @opindex --color
6099 @cindex color, distinguishing file types with
6100 Specify whether to use color for distinguishing file types.  @var{when}
6101 may be omitted, or one of:
6102 @itemize @bullet
6103 @item none
6104 @vindex none @r{color option}
6105 - Do not use color at all.  This is the default.
6106 @item auto
6107 @vindex auto @r{color option}
6108 @cindex terminal, using color iff
6109 - Only use color if standard output is a terminal.
6110 @item always
6111 @vindex always @r{color option}
6112 - Always use color.
6113 @end itemize
6114 Specifying @option{--color} and no @var{when} is equivalent to
6115 @option{--color=always}.
6116 Piping a colorized listing through a pager like @command{more} or
6117 @command{less} usually produces unreadable results.  However, using
6118 @code{more -f} does seem to work.
6119
6120 @item -F
6121 @itemx --classify
6122 @itemx --indicator-style=classify
6123 @opindex -F
6124 @opindex --classify
6125 @opindex --indicator-style
6126 @cindex file type and executables, marking
6127 @cindex executables and file type, marking
6128 Append a character to each file name indicating the file type.  Also,
6129 for regular files that are executable, append @samp{*}.  The file type
6130 indicators are @samp{/} for directories, @samp{@@} for symbolic links,
6131 @samp{|} for FIFOs, @samp{=} for sockets, @samp{>} for doors,
6132 and nothing for regular files.
6133 @c The following sentence is the same as the one for -d.
6134 Do not follow symbolic links listed on the
6135 command line unless the @option{--dereference-command-line} (@option{-H}),
6136 @option{--dereference} (@option{-L}), or
6137 @option{--dereference-command-line-symlink-to-dir} options are specified.
6138
6139 @item --file-type
6140 @itemx --indicator-style=file-type
6141 @opindex --file-type
6142 @opindex --indicator-style
6143 @cindex file type, marking
6144 Append a character to each file name indicating the file type.  This is
6145 like @option{-F}, except that executables are not marked.
6146
6147 @item --indicator-style=@var{word}
6148 @opindex --indicator-style
6149 Append a character indicator with style @var{word} to entry names,
6150 as follows:
6151
6152 @table @samp
6153 @item none
6154 Do not append any character indicator; this is the default.
6155 @item slash
6156 Append @samp{/} for directories.  This is the same as the @option{-p}
6157 option.
6158 @item file-type
6159 Append @samp{/} for directories, @samp{@@} for symbolic links, @samp{|}
6160 for FIFOs, @samp{=} for sockets, and nothing for regular files.  This is
6161 the same as the @option{--file-type} option.
6162 @item classify
6163 Append @samp{*} for executable regular files, otherwise behave as for
6164 @samp{file-type}.  This is the same as the @option{-F} or
6165 @option{--classify} option.
6166 @end table
6167
6168 @item -k
6169 @opindex -k
6170 Print file sizes in 1024-byte blocks, overriding the default block
6171 size (@pxref{Block size}).
6172 This option is equivalent to @option{--block-size=1K}.
6173
6174 @item -m
6175 @itemx --format=commas
6176 @opindex -m
6177 @opindex --format
6178 @opindex commas@r{, outputting between files}
6179 List files horizontally, with as many as will fit on each line,
6180 separated by @samp{, } (a comma and a space).
6181
6182 @item -p
6183 @itemx --indicator-style=slash
6184 @opindex -p
6185 @opindex --indicator-style
6186 @cindex file type, marking
6187 Append a @samp{/} to directory names.
6188
6189 @item -x
6190 @itemx --format=across
6191 @itemx --format=horizontal
6192 @opindex -x
6193 @opindex --format
6194 @opindex across@r{, listing files}
6195 @opindex horizontal@r{, listing files}
6196 List the files in columns, sorted horizontally.
6197
6198 @item -T @var{cols}
6199 @itemx --tabsize=@var{cols}
6200 @opindex -T
6201 @opindex --tabsize
6202 Assume that each tab stop is @var{cols} columns wide.  The default is 8.
6203 @command{ls} uses tabs where possible in the output, for efficiency.  If
6204 @var{cols} is zero, do not use tabs at all.
6205
6206 @item -w
6207 @itemx --width=@var{cols}
6208 @opindex -w
6209 @opindex --width
6210 @vindex COLUMNS
6211 Assume the screen is @var{cols} columns wide.  The default is taken
6212 from the terminal settings if possible; otherwise the environment
6213 variable @env{COLUMNS} is used if it is set; otherwise the default
6214 is 80.
6215
6216 @end table
6217
6218
6219 @node Formatting file timestamps
6220 @subsection Formatting file timestamps
6221
6222 By default, file timestamps are listed in abbreviated form.  Most
6223 locales use a timestamp like @samp{2002-03-30 23:45}.  However, the
6224 default @acronym{POSIX} locale uses a date like @samp{Mar 30@ @ 2002}
6225 for non-recent timestamps, and a date-without-year and time like
6226 @samp{Mar 30 23:45} for recent timestamps.
6227
6228 A timestamp is considered to be @dfn{recent} if it is less than six
6229 months old, and is not dated in the future.  If a timestamp dated
6230 today is not listed in recent form, the timestamp is in the future,
6231 which means you probably have clock skew problems which may break
6232 programs like @command{make} that rely on file timestamps.
6233
6234 @vindex TZ
6235 Time stamps are listed according to the time zone rules specified by
6236 the @env{TZ} environment variable, or by the system default rules if
6237 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
6238 with @env{TZ}, libc, The GNU C Library}.
6239
6240 The following option changes how file timestamps are printed.
6241
6242 @table @samp
6243 @item --time-style=@var{style}
6244 @opindex --time-style
6245 @cindex time style
6246 List timestamps in style @var{style}.  The @var{style} should
6247 be one of the following:
6248
6249 @table @samp
6250 @item +@var{format}
6251 @vindex LC_TIME
6252 List timestamps using @var{format}, where @var{format} is interpreted
6253 like the format argument of @command{date} (@pxref{date invocation}).
6254 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
6255 @command{ls} to list timestamps like @samp{2002-03-30 23:45:56}.  As
6256 with @command{date}, @var{format}'s interpretation is affected by the
6257 @env{LC_TIME} locale category.
6258
6259 If @var{format} contains two format strings separated by a newline,
6260 the former is used for non-recent files and the latter for recent
6261 files; if you want output columns to line up, you may need to insert
6262 spaces in one of the two formats.
6263
6264 @item full-iso
6265 List timestamps in full using @acronym{ISO} 8601 date, time, and time zone
6266 format with nanosecond precision, e.g., @samp{2002-03-30
6267 23:45:56.477817180 -0700}.  This style is equivalent to
6268 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
6269
6270 This is useful because the time output includes all the information that
6271 is available from the operating system.  For example, this can help
6272 explain @command{make}'s behavior, since @acronym{GNU} @command{make}
6273 uses the full timestamp to determine whether a file is out of date.
6274
6275 @item long-iso
6276 List @acronym{ISO} 8601 date and time in minutes, e.g.,
6277 @samp{2002-03-30 23:45}.  These timestamps are shorter than
6278 @samp{full-iso} timestamps, and are usually good enough for everyday
6279 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
6280
6281 @item iso
6282 List @acronym{ISO} 8601 dates for non-recent timestamps (e.g.,
6283 @samp{2002-03-30@ }), and @acronym{ISO} 8601 month, day, hour, and
6284 minute for recent timestamps (e.g., @samp{03-30 23:45}).  These
6285 timestamps are uglier than @samp{long-iso} timestamps, but they carry
6286 nearly the same information in a smaller space and their brevity helps
6287 @command{ls} output fit within traditional 80-column output lines.
6288 The following two @command{ls} invocations are equivalent:
6289
6290 @example
6291 newline='
6292 '
6293 ls -l --time-style="+%Y-%m-%d $newline%m-%d %H:%M"
6294 ls -l --time-style="iso"
6295 @end example
6296
6297 @item locale
6298 @vindex LC_TIME
6299 List timestamps in a locale-dependent form.  For example, a Finnish
6300 locale might list non-recent timestamps like @samp{maalis 30@ @ 2002}
6301 and recent timestamps like @samp{maalis 30 23:45}.  Locale-dependent
6302 timestamps typically consume more space than @samp{iso} timestamps and
6303 are harder for programs to parse because locale conventions vary so
6304 widely, but they are easier for many people to read.
6305
6306 The @env{LC_TIME} locale category specifies the timestamp format.  The
6307 default @acronym{POSIX} locale uses timestamps like @samp{Mar 30@
6308 @ 2002} and @samp{Mar 30 23:45}; in this locale, the following two
6309 @command{ls} invocations are equivalent:
6310
6311 @example
6312 newline='
6313 '
6314 ls -l --time-style="+%b %e  %Y$newline%b %e %H:%M"
6315 ls -l --time-style="locale"
6316 @end example
6317
6318 Other locales behave differently.  For example, in a German locale,
6319 @option{--time-style="locale"} might be equivalent to
6320 @option{--time-style="+%e. %b %Y $newline%e. %b %H:%M"}
6321 and might generate timestamps like @samp{30. M@"ar 2002@ } and
6322 @samp{30. M@"ar 23:45}.
6323
6324 @item posix-@var{style}
6325 @vindex LC_TIME
6326 List @acronym{POSIX}-locale timestamps if the @env{LC_TIME} locale
6327 category is @acronym{POSIX}, @var{style} timestamps otherwise.  For
6328 example, the @samp{posix-long-iso} style lists
6329 timestamps like @samp{Mar 30@ @ 2002} and @samp{Mar 30 23:45} when in
6330 the @acronym{POSIX} locale, and like @samp{2002-03-30 23:45} otherwise.
6331 @end table
6332 @end table
6333
6334 @vindex TIME_STYLE
6335 You can specify the default value of the @option{--time-style} option
6336 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
6337 the default style is @samp{locale}.  @acronym{GNU} Emacs 21.3 and
6338 later use the @option{--dired} option and therefore can parse any date
6339 format, but if you are using Emacs 21.1 or 21.2 and specify a
6340 non-@acronym{POSIX} locale you may need to set
6341 @samp{TIME_STYLE="posix-long-iso"}.
6342
6343 To avoid certain denial-of-service attacks, timestamps that would be
6344 longer than 1000 bytes may be treated as errors.
6345
6346
6347 @node Formatting the file names
6348 @subsection Formatting the file names
6349
6350 These options change how file names themselves are printed.
6351
6352 @table @samp
6353
6354 @item -b
6355 @itemx --escape
6356 @itemx --quoting-style=escape
6357 @opindex -b
6358 @opindex --escape
6359 @opindex --quoting-style
6360 @cindex backslash sequences for file names
6361 Quote nongraphic characters in file names using alphabetic and octal
6362 backslash sequences like those used in C.
6363
6364 @item -N
6365 @itemx --literal
6366 @itemx --quoting-style=literal
6367 @opindex -N
6368 @opindex --literal
6369 @opindex --quoting-style
6370 Do not quote file names.  However, with @command{ls} nongraphic
6371 characters are still printed as question marks if the output is a
6372 terminal and you do not specify the @option{--show-control-chars}
6373 option.
6374
6375 @item -q
6376 @itemx --hide-control-chars
6377 @opindex -q
6378 @opindex --hide-control-chars
6379 Print question marks instead of nongraphic characters in file names.
6380 This is the default if the output is a terminal and the program is
6381 @command{ls}.
6382
6383 @item -Q
6384 @itemx --quote-name
6385 @itemx --quoting-style=c
6386 @opindex -Q
6387 @opindex --quote-name
6388 @opindex --quoting-style
6389 Enclose file names in double quotes and quote nongraphic characters as
6390 in C.
6391
6392 @item --quoting-style=@var{word}
6393 @opindex --quoting-style
6394 @cindex quoting style
6395 Use style @var{word} to quote file names and other strings that may
6396 contain arbitrary characters.  The @var{word} should
6397 be one of the following:
6398
6399 @table @samp
6400 @item literal
6401 Output strings as-is; this is the same as the @option{-N} or
6402 @option{--literal} option.
6403 @item shell
6404 Quote strings for the shell if they contain shell metacharacters or would
6405 cause ambiguous output.
6406 The quoting is suitable for @acronym{POSIX}-compatible shells like
6407 @command{bash}, but it does not always work for incompatible shells
6408 like @command{csh}.
6409 @item shell-always
6410 Quote strings for the shell, even if they would normally not require quoting.
6411 @item c
6412 Quote strings as for C character string literals, including the
6413 surrounding double-quote characters; this is the same as the
6414 @option{-Q} or @option{--quote-name} option.
6415 @item escape
6416 Quote strings as for C character string literals, except omit the
6417 surrounding double-quote
6418 characters; this is the same as the @option{-b} or @option{--escape} option.
6419 @item clocale
6420 Quote strings as for C character string literals, except use
6421 surrounding quotation marks appropriate for the
6422 locale.
6423 @item locale
6424 @c Use @t instead of @samp to avoid duplicate quoting in some output styles.
6425 Quote strings as for C character string literals, except use
6426 surrounding quotation marks appropriate for the locale, and quote
6427 @t{`like this'} instead of @t{"like
6428 this"} in the default C locale.  This looks nicer on many displays.
6429 @end table
6430
6431 You can specify the default value of the @option{--quoting-style} option
6432 with the environment variable @env{QUOTING_STYLE}.  If that environment
6433 variable is not set, the default value is @samp{literal}, but this
6434 default may change to @samp{shell} in a future version of this package.
6435
6436 @item --show-control-chars
6437 @opindex --show-control-chars
6438 Print nongraphic characters as-is in file names.
6439 This is the default unless the output is a terminal and the program is
6440 @command{ls}.
6441
6442 @end table
6443
6444
6445 @node dir invocation
6446 @section @command{dir}: Briefly list directory contents
6447
6448 @pindex dir
6449 @cindex directory listing, brief
6450
6451 @command{dir} is equivalent to @code{ls -C
6452 -b}; that is, by default files are listed in columns, sorted vertically,
6453 and special characters are represented by backslash escape sequences.
6454
6455 @xref{ls invocation, @command{ls}}.
6456
6457
6458 @node vdir invocation
6459 @section @command{vdir}: Verbosely list directory contents
6460
6461 @pindex vdir
6462 @cindex directory listing, verbose
6463
6464 @command{vdir} is equivalent to @code{ls -l
6465 -b}; that is, by default files are listed in long format and special
6466 characters are represented by backslash escape sequences.
6467
6468 @node dircolors invocation
6469 @section @command{dircolors}: Color setup for @command{ls}
6470
6471 @pindex dircolors
6472 @cindex color setup
6473 @cindex setup for color
6474
6475 @command{dircolors} outputs a sequence of shell commands to set up the
6476 terminal for color output from @command{ls} (and @command{dir}, etc.).
6477 Typical usage:
6478
6479 @example
6480 eval "`dircolors [@var{option}]@dots{} [@var{file}]`"
6481 @end example
6482
6483 If @var{file} is specified, @command{dircolors} reads it to determine which
6484 colors to use for which file types and extensions.  Otherwise, a
6485 precompiled database is used.  For details on the format of these files,
6486 run @samp{dircolors --print-database}.
6487
6488 @vindex LS_COLORS
6489 @vindex SHELL @r{environment variable, and color}
6490 The output is a shell command to set the @env{LS_COLORS} environment
6491 variable.  You can specify the shell syntax to use on the command line,
6492 or @command{dircolors} will guess it from the value of the @env{SHELL}
6493 environment variable.
6494
6495 The program accepts the following options.  Also see @ref{Common options}.
6496
6497 @table @samp
6498 @item -b
6499 @itemx --sh
6500 @itemx --bourne-shell
6501 @opindex -b
6502 @opindex --sh
6503 @opindex --bourne-shell
6504 @cindex Bourne shell syntax for color setup
6505 @cindex @command{sh} syntax for color setup
6506 Output Bourne shell commands.  This is the default if the @env{SHELL}
6507 environment variable is set and does not end with @samp{csh} or
6508 @samp{tcsh}.
6509
6510 @item -c
6511 @itemx --csh
6512 @itemx --c-shell
6513 @opindex -c
6514 @opindex --csh
6515 @opindex --c-shell
6516 @cindex C shell syntax for color setup
6517 @cindex @command{csh} syntax for color setup
6518 Output C shell commands.  This is the default if @code{SHELL} ends with
6519 @command{csh} or @command{tcsh}.
6520
6521 @item -p
6522 @itemx --print-database
6523 @opindex -p
6524 @opindex --print-database
6525 @cindex color database, printing
6526 @cindex database for color setup, printing
6527 @cindex printing color database
6528 Print the (compiled-in) default color configuration database.  This
6529 output is itself a valid configuration file, and is fairly descriptive
6530 of the possibilities.
6531
6532 @end table
6533
6534 @exitstatus
6535
6536
6537 @node Basic operations
6538 @chapter Basic operations
6539
6540 @cindex manipulating files
6541
6542 This chapter describes the commands for basic file manipulation:
6543 copying, moving (renaming), and deleting (removing).
6544
6545 @menu
6546 * cp invocation::               Copy files.
6547 * dd invocation::               Convert and copy a file.
6548 * install invocation::          Copy files and set attributes.
6549 * mv invocation::               Move (rename) files.
6550 * rm invocation::               Remove files or directories.
6551 * shred invocation::            Remove files more securely.
6552 @end menu
6553
6554
6555 @node cp invocation
6556 @section @command{cp}: Copy files and directories
6557
6558 @pindex cp
6559 @cindex copying files and directories
6560 @cindex files, copying
6561 @cindex directories, copying
6562
6563 @command{cp} copies files (or, optionally, directories).  The copy is
6564 completely independent of the original.  You can either copy one file to
6565 another, or copy arbitrarily many files to a destination directory.
6566 Synopses:
6567
6568 @example
6569 cp [@var{option}]@dots{} [-T] @var{source} @var{dest}
6570 cp [@var{option}]@dots{} @var{source}@dots{} @var{directory}
6571 cp [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
6572 @end example
6573
6574 @itemize @bullet
6575 @item
6576 If two file names are given, @command{cp} copies the first file to the
6577 second.
6578
6579 @item
6580 If the @option{--target-directory} (@option{-t}) option is given, or
6581 failing that if the last file is a directory and the
6582 @option{--no-target-directory} (@option{-T}) option is not given,
6583 @command{cp} copies each @var{source} file to the specified directory,
6584 using the @var{source}s' names.
6585 @end itemize
6586
6587 Generally, files are written just as they are read.  For exceptions,
6588 see the @option{--sparse} option below.
6589
6590 By default, @command{cp} does not copy directories.  However, the
6591 @option{-R}, @option{-a}, and @option{-r} options cause @command{cp} to
6592 copy recursively by descending into source directories and copying files
6593 to corresponding destination directories.
6594
6595 By default, @command{cp} follows symbolic links only when not copying
6596 recursively.  This default can be overridden with the
6597 @option{--archive} (@option{-a}), @option{-d}, @option{--dereference}
6598 (@option{-L}), @option{--no-dereference} (@option{-P}), and
6599 @option{-H} options.  If more than one of these options is specified,
6600 the last one silently overrides the others.
6601
6602 By default, @command{cp} copies the contents of special files only
6603 when not copying recursively.  This default can be overridden with the
6604 @option{--copy-contents} option.
6605
6606 @cindex self-backups
6607 @cindex backups, making only
6608 @command{cp} generally refuses to copy a file onto itself, with the
6609 following exception: if @option{--force --backup} is specified with
6610 @var{source} and @var{dest} identical, and referring to a regular file,
6611 @command{cp} will make a backup file, either regular or numbered, as
6612 specified in the usual ways (@pxref{Backup options}).  This is useful when
6613 you simply want to make a backup of an existing file before changing it.
6614
6615 The program accepts the following options.  Also see @ref{Common options}.
6616
6617 @table @samp
6618 @item -a
6619 @itemx --archive
6620 @opindex -a
6621 @opindex --archive
6622 Preserve as much as possible of the structure and attributes of the
6623 original files in the copy (but do not attempt to preserve internal
6624 directory structure; i.e., @samp{ls -U} may list the entries in a copied
6625 directory in a different order).
6626 Equivalent to @option{-dpPR}.
6627
6628 @item -b
6629 @itemx @w{@kbd{--backup}[=@var{method}]}
6630 @opindex -b
6631 @opindex --backup
6632 @vindex VERSION_CONTROL
6633 @cindex backups, making
6634 @xref{Backup options}.
6635 Make a backup of each file that would otherwise be overwritten or removed.
6636 As a special case, @command{cp} makes a backup of @var{source} when the force
6637 and backup options are given and @var{source} and @var{dest} are the same
6638 name for an existing, regular file.  One useful application of this
6639 combination of options is this tiny Bourne shell script:
6640
6641 @example
6642 #!/bin/sh
6643 # Usage: backup FILE...
6644 # Create a @sc{gnu}-style backup of each listed FILE.
6645 for i; do
6646   cp --backup --force -- "$i" "$i"
6647 done
6648 @end example
6649
6650 @item --copy-contents
6651 @cindex directories, copying recursively
6652 @cindex copying directories recursively
6653 @cindex recursively copying directories
6654 @cindex non-directories, copying as special files
6655 If copying recursively, copy the contents of any special files (e.g.,
6656 FIFOs and device files) as if they were regular files.  This means
6657 trying to read the data in each source file and writing it to the
6658 destination.  It is usually a mistake to use this option, as it
6659 normally has undesirable effects on special files like FIFOs and the
6660 ones typically found in the @file{/dev} directory.  In most cases,
6661 @code{cp -R --copy-contents} will hang indefinitely trying to read
6662 from FIFOs and special files like @file{/dev/console}, and it will
6663 fill up your destination disk if you use it to copy @file{/dev/zero}.
6664 This option has no effect unless copying recursively, and it does not
6665 affect the copying of symbolic links.
6666
6667 @item -d
6668 @opindex -d
6669 @cindex symbolic links, copying
6670 @cindex hard links, preserving
6671 Copy symbolic links as symbolic links rather than copying the files that
6672 they point to, and preserve hard links between source files in the copies.
6673 Equivalent to @option{--no-dereference --preserve=links}.
6674
6675 @item -f
6676 @itemx --force
6677 @opindex -f
6678 @opindex --force
6679 When copying without this option and an existing destination file cannot
6680 be opened for writing, the copy fails.  However, with @option{--force}),
6681 when a destination file cannot be opened, @command{cp} then unlinks it and
6682 tries to open it again.  Contrast this behavior with that enabled by
6683 @option{--link} and @option{--symbolic-link}, whereby the destination file
6684 is never opened but rather is unlinked unconditionally.  Also see the
6685 description of @option{--remove-destination}.
6686
6687 @item -H
6688 @opindex -H
6689 If a command line argument specifies a symbolic link, then copy the
6690 file it points to rather than the symbolic link itself.  However,
6691 copy (preserving its nature) any symbolic link that is encountered
6692 via recursive traversal.
6693
6694 @item -i
6695 @itemx --interactive
6696 @opindex -i
6697 @opindex --interactive
6698 Prompt whether to overwrite existing regular destination files.
6699
6700 @item -l
6701 @itemx --link
6702 @opindex -l
6703 @opindex --link
6704 Make hard links instead of copies of non-directories.
6705
6706 @item -L
6707 @itemx --dereference
6708 @opindex -L
6709 @opindex --dereference
6710 Always follow symbolic links.
6711
6712 @item -P
6713 @itemx --no-dereference
6714 @opindex -P
6715 @opindex --no-dereference
6716 @cindex symbolic links, copying
6717 Copy symbolic links as symbolic links rather than copying the files that
6718 they point to.
6719
6720 @item -p
6721 @itemx @w{@kbd{--preserve}[=@var{attribute_list}]}
6722 @opindex -p
6723 @opindex --preserve
6724 @cindex file information, preserving
6725 Preserve the specified attributes of the original files.
6726 If specified, the @var{attribute_list} must be a comma-separated list
6727 of one or more of the following strings:
6728
6729 @table @samp
6730 @itemx mode
6731 Preserve the file mode bits and access control lists.
6732 @itemx ownership
6733 Preserve the owner and group.  On most modern systems,
6734 only the super-user may change the owner of a file, and regular users
6735 may preserve the group ownership of a file only if they happen to be
6736 a member of the desired group.
6737 @itemx timestamps
6738 Preserve the times of last access and last modification.
6739 @itemx links
6740 Preserve in the destination files
6741 any links between corresponding source files.
6742 @c Give examples illustrating how hard links are preserved.
6743 @c Also, show how soft links map to hard links with -L and -H.
6744 @itemx all
6745 Preserve all file attributes.
6746 Equivalent to specifying all of the above.
6747 @end table
6748
6749 Using @option{--preserve} with no @var{attribute_list} is equivalent
6750 to @option{--preserve=mode,ownership,timestamps}.
6751
6752 In the absence of this option, each destination file is created with the
6753 mode bits of the corresponding source file, minus the bits set in the
6754 umask and minus the set-user-ID and set-group-ID bits.
6755 @xref{File permissions}.
6756
6757 @itemx @w{@kbd{--no-preserve}=@var{attribute_list}}
6758 @cindex file information, preserving
6759 Do not preserve the specified attributes.  The @var{attribute_list}
6760 has the same form as for @option{--preserve}.
6761
6762 @itemx --parents
6763 @opindex --parents
6764 @cindex parent directories and @command{cp}
6765 Form the name of each destination file by appending to the target
6766 directory a slash and the specified name of the source file.  The last
6767 argument given to @command{cp} must be the name of an existing directory.
6768 For example, the command:
6769
6770 @example
6771 cp --parents a/b/c existing_dir
6772 @end example
6773
6774 @noindent
6775 copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
6776 any missing intermediate directories.
6777
6778 @itemx @w{@kbd{--reply}=@var{how}}
6779 @opindex --reply
6780 @cindex interactivity
6781 @c FIXME: remove in 2008
6782 @strong{Deprecated: to be removed in 2008.}@*
6783 Using @option{--reply=yes} makes @command{cp} act as if @samp{yes} were
6784 given as a response to every prompt about a destination file.  That effectively
6785 cancels any preceding @option{--interactive} or @option{-i} option.
6786 Specify @option{--reply=no} to make @command{cp} act as if @samp{no} were
6787 given as a response to every prompt about a destination file.
6788 Specify @option{--reply=query} to make @command{cp} prompt the user
6789 about each existing destination file.
6790
6791 @item -R
6792 @itemx -r
6793 @itemx --recursive
6794 @opindex -R
6795 @opindex -r
6796 @opindex --recursive
6797 @cindex directories, copying recursively
6798 @cindex copying directories recursively
6799 @cindex recursively copying directories
6800 @cindex non-directories, copying as special files
6801 Copy directories recursively.  Symbolic links are not followed by
6802 default; see the @option{--archive} (@option{-a}), @option{-d},
6803 @option{--dereference} (@option{-L}), @option{--no-dereference}
6804 (@option{-P}), and @option{-H} options.  Special files are copied by
6805 creating a destination file of the same type as the source; see the
6806 @option{--copy-contents} option.  It is not portable to use
6807 @option{-r} to copy symbolic links or special files.  On some
6808 non-@sc{gnu} systems, @option{-r} implies the equivalent of
6809 @option{-L} and @option{--copy-contents} for historical reasons.
6810 Also, it is not portable to use @option{-R} to copy symbolic links
6811 unless you also specify @option{-P}, as @acronym{POSIX} allows
6812 implementations that dereference symbolic links by default.
6813
6814 @item --remove-destination
6815 @opindex --remove-destination
6816 Remove each existing destination file before attempting to open it
6817 (contrast with @option{-f} above).
6818
6819 @item --sparse=@var{when}
6820 @opindex --sparse=@var{when}
6821 @cindex sparse files, copying
6822 @cindex holes, copying files with
6823 @findex read @r{system call, and holes}
6824 A @dfn{sparse file} contains @dfn{holes}---a sequence of zero bytes that
6825 does not occupy any physical disk blocks; the @samp{read} system call
6826 reads these as zeros.  This can both save considerable disk space and
6827 increase speed, since many binary files contain lots of consecutive zero
6828 bytes.  By default, @command{cp} detects holes in input source files via a crude
6829 heuristic and makes the corresponding output file sparse as well.
6830 Only regular files may be sparse.
6831
6832 The @var{when} value can be one of the following:
6833
6834 @table @samp
6835 @item auto
6836 The default behavior: if the input file is sparse, attempt to make
6837 the output file sparse, too.  However, if an output file exists but
6838 refers to a non-regular file, then do not attempt to make it sparse.
6839
6840 @item always
6841 For each sufficiently long sequence of zero bytes in the input file,
6842 attempt to create a corresponding hole in the output file, even if the
6843 input file does not appear to be sparse.
6844 This is useful when the input file resides on a file system
6845 that does not support sparse files
6846 (for example,  @samp{efs} file systems in SGI IRIX 5.3 and earlier),
6847 but the output file is on a type of file system that does support them.
6848 Holes may be created only in regular files, so if the destination file
6849 is of some other type, @command{cp} does not even try to make it sparse.
6850
6851 @item never
6852 Never make the output file sparse.
6853 This is useful in creating a file for use with the @command{mkswap} command,
6854 since such a file must not have any holes.
6855 @end table
6856
6857 @optStripTrailingSlashes
6858
6859 @item -s
6860 @itemx --symbolic-link
6861 @opindex -s
6862 @opindex --symbolic-link
6863 @cindex symbolic links, copying with
6864 Make symbolic links instead of copies of non-directories.  All source
6865 file names must be absolute (starting with @samp{/}) unless the
6866 destination files are in the current directory.  This option merely
6867 results in an error message on systems that do not support symbolic links.
6868
6869 @optBackupSuffix
6870
6871 @optTargetDirectory
6872
6873 @optNoTargetDirectory
6874
6875 @item -u
6876 @itemx --update
6877 @opindex -u
6878 @opindex --update
6879 @cindex newer files, copying only
6880 Do not copy a non-directory that has an existing destination with the
6881 same or newer modification time.  If time stamps are being preserved,
6882 the comparison is to the source time stamp truncated to the
6883 resolutions of the destination file system and of the system calls
6884 used to update time stamps; this avoids duplicate work if several
6885 @samp{cp -pu} commands are executed with the same source and
6886 destination.
6887
6888 @item -v
6889 @itemx --verbose
6890 @opindex -v
6891 @opindex --verbose
6892 Print the name of each file before copying it.
6893
6894 @item -x
6895 @itemx --one-file-system
6896 @opindex -x
6897 @opindex --one-file-system
6898 @cindex file systems, omitting copying to different
6899 Skip subdirectories that are on different file systems from the one that
6900 the copy started on.
6901 However, mount point directories @emph{are} copied.
6902
6903 @end table
6904
6905 @exitstatus
6906
6907
6908 @node dd invocation
6909 @section @command{dd}: Convert and copy a file
6910
6911 @pindex dd
6912 @cindex converting while copying a file
6913
6914 @command{dd} copies a file (from standard input to standard output, by
6915 default) with a changeable I/O block size, while optionally performing
6916 conversions on it.  Synopses:
6917
6918 @example
6919 dd [@var{operand}]@dots{}
6920 dd @var{option}
6921 @end example
6922
6923 The only options are @option{--help} and @option{--version}.
6924 @xref{Common options}.  @command{dd} accepts the following operands.
6925
6926 @table @samp
6927
6928 @item if=@var{file}
6929 @opindex if
6930 Read from @var{file} instead of standard input.
6931
6932 @item of=@var{file}
6933 @opindex of
6934 Write to @var{file} instead of standard output.  Unless
6935 @samp{conv=notrunc} is given, @command{dd} truncates @var{file} to zero
6936 bytes (or the size specified with @samp{seek=}).
6937
6938 @item ibs=@var{bytes}
6939 @opindex ibs
6940 @cindex block size of input
6941 @cindex input block size
6942 Read @var{bytes} bytes at a time.
6943
6944 @item obs=@var{bytes}
6945 @opindex obs
6946 @cindex block size of output
6947 @cindex output block size
6948 Write @var{bytes} bytes at a time.
6949
6950 @item bs=@var{bytes}
6951 @opindex bs
6952 @cindex block size
6953 Both read and write @var{bytes} bytes at a time.  This overrides
6954 @samp{ibs} and @samp{obs}.
6955
6956 @item cbs=@var{bytes}
6957 @opindex cbs
6958 @cindex block size of conversion
6959 @cindex conversion block size
6960 Convert @var{bytes} bytes at a time.
6961
6962 @item skip=@var{blocks}
6963 @opindex skip
6964 Skip @var{blocks} @samp{ibs}-byte blocks in the input file before copying.
6965
6966 @item seek=@var{blocks}
6967 @opindex seek
6968 Skip @var{blocks} @samp{obs}-byte blocks in the output file before copying.
6969
6970 @item count=@var{blocks}
6971 @opindex count
6972 Copy @var{blocks} @samp{ibs}-byte blocks from the input file, instead
6973 of everything until the end of the file.
6974
6975 @item conv=@var{conversion}[,@var{conversion}]@dots{}
6976 @opindex conv
6977 Convert the file as specified by the @var{conversion} argument(s).
6978 (No spaces around any comma(s).)
6979
6980 Conversions:
6981
6982 @table @samp
6983
6984 @item ascii
6985 @opindex ascii@r{, converting to}
6986 Convert @acronym{EBCDIC} to @acronym{ASCII},
6987 using the conversion table specified by @acronym{POSIX}.
6988 This provides a 1:1 translation for all 256 bytes.
6989
6990 @item ebcdic
6991 @opindex ebcdic@r{, converting to}
6992 Convert @acronym{ASCII} to @acronym{EBCDIC}.
6993 This is the inverse of the @samp{ascii} conversion.
6994
6995 @item ibm
6996 @opindex alternate ebcdic@r{, converting to}
6997 Convert @acronym{ASCII} to alternate @acronym{EBCDIC},
6998 using the alternate conversion table specified by @acronym{POSIX}.
6999 This is not a 1:1 translation, but reflects common historical practice
7000 for @samp{~}, @samp{[}, and @samp{]}.
7001
7002 The @samp{ascii}, @samp{ebcdic}, and @samp{ibm} conversions are
7003 mutually exclusive.
7004
7005 @item block
7006 @opindex block @r{(space-padding)}
7007 For each line in the input, output @samp{cbs} bytes, replacing the
7008 input newline with a space and padding with spaces as necessary.
7009
7010 @item unblock
7011 @opindex unblock
7012 Replace trailing spaces in each @samp{cbs}-sized input block with a
7013 newline.
7014
7015 The @samp{block} and @samp{unblock} conversions are mutually exclusive.
7016
7017 @item lcase
7018 @opindex lcase@r{, converting to}
7019 Change uppercase letters to lowercase.
7020
7021 @item ucase
7022 @opindex ucase@r{, converting to}
7023 Change lowercase letters to uppercase.
7024
7025 The @samp{lcase} and @samp{ucase} conversions are mutually exclusive.
7026
7027 @item swab
7028 @opindex swab @r{(byte-swapping)}
7029 @cindex byte-swapping
7030 Swap every pair of input bytes.  @sc{gnu} @command{dd}, unlike others, works
7031 when an odd number of bytes are read---the last byte is simply copied
7032 (since there is nothing to swap it with).
7033
7034 @item noerror
7035 @opindex noerror
7036 @cindex read errors, ignoring
7037 Continue after read errors.
7038
7039 @item nocreat
7040 @opindex nocreat
7041 @cindex creating output file, avoiding
7042 Do not create the output file; the output file must already exist.
7043
7044 @item excl
7045 @opindex excl
7046 @cindex creating output file, requiring
7047 Fail if the output file already exists; @command{dd} must create the
7048 output file itself.
7049
7050 The @samp{excl} and @samp{nocreat} conversions are mutually exclusive.
7051
7052 @item notrunc
7053 @opindex notrunc
7054 @cindex truncating output file, avoiding
7055 Do not truncate the output file.
7056
7057 @item sync
7058 @opindex sync @r{(padding with nulls)}
7059 Pad every input block to size of @samp{ibs} with trailing zero bytes.
7060 When used with @samp{block} or @samp{unblock}, pad with spaces instead of
7061 zero bytes.
7062
7063 @item fdatasync
7064 @opindex fdatasync
7065 @cindex synchronized data writes, before finishing
7066 Synchronize output data just before finishing.  This forces a physical
7067 write of output data.
7068
7069 @item fsync
7070 @opindex fsync
7071 @cindex synchronized data and metadata writes, before finishing
7072 Synchronize output data and metadata just before finishing.  This
7073 forces a physical write of output data and metadata.
7074
7075 @end table
7076
7077 @item iflag=@var{flag}[,@var{flag}]@dots{}
7078 @opindex iflag
7079 Access the input file using the flags specified by the @var{flag}
7080 argument(s).  (No spaces around any comma(s).)
7081
7082 @item oflag=@var{flag}[,@var{flag}]@dots{}
7083 @opindex oflag
7084 Access the output file using the flags specified by the @var{flag}
7085 argument(s).  (No spaces around any comma(s).)
7086
7087 Here are the flags.  Not every flag is supported on every operating
7088 system.
7089
7090 @table @samp
7091
7092 @item append
7093 @opindex append
7094 @cindex appending to the output file
7095 Write in append mode, so that even if some other process is writing to
7096 this file, every @command{dd} write will append to the current
7097 contents of the file.  This flag makes sense only for output.
7098
7099 @item direct
7100 @opindex direct
7101 @cindex direct I/O
7102 Use direct I/O for data, avoiding the buffer cache.
7103
7104 @item directory
7105 @opindex directory
7106 @cindex directory I/O
7107
7108 Fail unless the file is a directory.  Most operating systems do not
7109 allow I/O to a directory, so this flag has limited utility.
7110
7111 @item dsync
7112 @opindex dsync
7113 @cindex synchronized data reads
7114 Use synchronized I/O for data.  For the output file, this forces a
7115 physical write of output data on each write.  For the input file,
7116 this flag can matter when reading from a remote file that has been
7117 written to synchronously by some other process.  Metadata (e.g.,
7118 last-access and last-modified time) is not necessarily synchronized.
7119
7120 @item sync
7121 @opindex sync
7122 @cindex synchronized data and metadata I/O
7123 Use synchronized I/O for both data and metadata.
7124
7125 @item nonblock
7126 @opindex nonblock
7127 @cindex nonblocking I/O
7128 Use non-blocking I/O.
7129
7130 @item noatime
7131 @opindex noatime
7132 @cindex access time
7133 Do not update the file's access time.
7134
7135 @item noctty
7136 @opindex noctty
7137 @cindex controlling terminal
7138 Do not assign the file to be a controlling terminal for @command{dd}.
7139 This has no effect when the file is not a terminal.
7140 On many hosts (e.g., @acronym{GNU}/Linux hosts), this option has no effect
7141 at all.
7142
7143 @item nofollow
7144 @opindex nofollow
7145 @cindex symbolic links, following
7146 Do not follow symbolic links.
7147
7148 @item nolinks
7149 @opindex nolinks
7150 @cindex hard links
7151 Fail if the file has multiple hard links.
7152
7153 @item binary
7154 @opindex binary
7155 @cindex binary I/O
7156 Use binary I/O.  This option has an effect only on nonstandard
7157 platforms that distinguish binary from text I/O.
7158
7159 @item text
7160 @opindex text
7161 @cindex text I/O
7162 Use text I/O.  Like @samp{binary}, this option has no effect on
7163 standard platforms.
7164
7165 @end table
7166
7167 These flags are not supported on all systems, and @samp{dd} rejects
7168 attempts to use them when they are not supported.  When reading from
7169 standard input or writing to standard output, the @samp{nofollow} and
7170 @samp{noctty} flags should not be specified, and the other flags
7171 (e.g., @samp{nonblock}) can affect how other processes behave with the
7172 affected file descriptors, even after @command{dd} exits.
7173
7174 @end table
7175
7176 @cindex multipliers after numbers
7177 The numeric-valued strings above (@var{bytes} and @var{blocks}) can be
7178 followed by a multiplier: @samp{b}=512, @samp{c}=1,
7179 @samp{w}=2, @samp{x@var{m}}=@var{m}, or any of the
7180 standard block size suffixes like @samp{k}=1024 (@pxref{Block size}).
7181
7182 Use different @command{dd} invocations to use different block sizes for
7183 skipping and I/O@.  For example, the following shell commands copy data
7184 in 512 KiB blocks between a disk and a tape, but do not save or restore a
7185 4 KiB label at the start of the disk:
7186
7187 @example
7188 disk=/dev/rdsk/c0t1d0s2
7189 tape=/dev/rmt/0
7190
7191 # Copy all but the label from disk to tape.
7192 (dd bs=4k skip=1 count=0 && dd bs=512k) <$disk >$tape
7193
7194 # Copy from tape back to disk, but leave the disk label alone.
7195 (dd bs=4k seek=1 count=0 && dd bs=512k) <$tape >$disk
7196 @end example
7197
7198 Sending an @samp{INFO} signal to a running @command{dd}
7199 process makes it print I/O statistics to standard error
7200 and then resume copying.  In the example below,
7201 @command{dd} is run in the background to copy 10 million blocks.
7202 The @command{kill} command makes it output intermediate I/O statistics,
7203 and when @command{dd} completes, it outputs the final statistics.
7204
7205 @example
7206 $ dd if=/dev/zero of=/dev/null count=10MB & pid=$!
7207 $ kill -s INFO $pid; wait $pid
7208 3385223+0 records in
7209 3385223+0 records out
7210 1733234176 bytes (1.7 GB) copied, 6.42173 seconds, 270 MB/s
7211 10000000+0 records in
7212 10000000+0 records out
7213 5120000000 bytes (5.1 GB) copied, 18.913 seconds, 271 MB/s
7214 @end example
7215
7216 @vindex POSIXLY_CORRECT
7217 On systems lacking the @samp{INFO} signal @command{dd} responds to the
7218 @samp{USR1} signal instead, unless the @env{POSIXLY_CORRECT}
7219 environment variable is set.
7220
7221 @exitstatus
7222
7223
7224 @node install invocation
7225 @section @command{install}: Copy files and set attributes
7226
7227 @pindex install
7228 @cindex copying files and setting attributes
7229
7230 @command{install} copies files while setting their file mode bits and, if
7231 possible, their owner and group.  Synopses:
7232
7233 @example
7234 install [@var{option}]@dots{} [-T] @var{source} @var{dest}
7235 install [@var{option}]@dots{} @var{source}@dots{} @var{directory}
7236 install [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
7237 install [@var{option}]@dots{} -d @var{directory}@dots{}
7238 @end example
7239
7240 @itemize @bullet
7241 @item
7242 If two file names are given, @command{install} copies the first file to the
7243 second.
7244
7245 @item
7246 If the @option{--target-directory} (@option{-t}) option is given, or
7247 failing that if the last file is a directory and the
7248 @option{--no-target-directory} (@option{-T}) option is not given,
7249 @command{install} copies each @var{source} file to the specified
7250 directory, using the @var{source}s' names.
7251
7252 @item
7253 If the @option{--directory} (@option{-d}) option is given,
7254 @command{install} creates each @var{directory} and any missing parent
7255 directories.
7256 @end itemize
7257
7258 @cindex Makefiles, installing programs in
7259 @command{install} is similar to @command{cp}, but allows you to control the
7260 attributes of destination files.  It is typically used in Makefiles to
7261 copy programs into their destination directories.  It refuses to copy
7262 files onto themselves.
7263
7264 The program accepts the following options.  Also see @ref{Common options}.
7265
7266 @table @samp
7267
7268 @optBackup
7269
7270 @item -c
7271 @opindex -c
7272 Ignored; for compatibility with old Unix versions of @command{install}.
7273
7274 @item -d
7275 @itemx --directory
7276 @opindex -d
7277 @opindex --directory
7278 @cindex directories, creating with given attributes
7279 @cindex parent directories, creating missing
7280 @cindex leading directories, creating missing
7281 Create each given directory and any missing parent directories, setting
7282 the owner, group and mode as given on the command line or to the
7283 defaults.  It also gives any parent directories it creates those
7284 attributes.  (This is different from the SunOS 4.x @command{install}, which
7285 gives directories that it creates the default attributes.)
7286
7287 @item -g @var{group}
7288 @itemx --group=@var{group}
7289 @opindex -g
7290 @opindex --group
7291 @cindex group ownership of installed files, setting
7292 Set the group ownership of installed files or directories to
7293 @var{group}.  The default is the process's current group.  @var{group}
7294 may be either a group name or a numeric group ID.
7295
7296 @item -m @var{mode}
7297 @itemx --mode=@var{mode}
7298 @opindex -m
7299 @opindex --mode
7300 @cindex permissions of installed files, setting
7301 Set the file mode bits for the installed file or directory to @var{mode},
7302 which can be either an octal number, or a symbolic mode as in
7303 @command{chmod}, with @samp{a=} (no access allowed to anyone) as the
7304 point of departure (@pxref{File permissions}).
7305 The default mode is @samp{u=rwx,go=rx}---read, write,
7306 and execute for the owner, and read and execute for group and other.
7307
7308 @item -o @var{owner}
7309 @itemx --owner=@var{owner}
7310 @opindex -o
7311 @opindex --owner
7312 @cindex ownership of installed files, setting
7313 @cindex appropriate privileges
7314 @vindex root @r{as default owner}
7315 If @command{install} has appropriate privileges (is run as root), set the
7316 ownership of installed files or directories to @var{owner}.  The default
7317 is @code{root}.  @var{owner} may be either a user name or a numeric user
7318 ID.
7319
7320 @item -p
7321 @itemx --preserve-timestamps
7322 @opindex -p
7323 @opindex --preserve-timestamps
7324 @cindex timestamps of installed files, preserving
7325 Set the time of last access and the time of last modification of each
7326 installed file to match those of each corresponding original file.
7327 When a file is installed without this option, its last access and
7328 last modification times are both set to the time of installation.
7329 This option is useful if you want to use the last modification times
7330 of installed files to keep track of when they were last built as opposed
7331 to when they were last installed.
7332
7333 @item -s
7334 @itemx --strip
7335 @opindex -s
7336 @opindex --strip
7337 @cindex symbol table information, stripping
7338 @cindex stripping symbol table information
7339 Strip the symbol tables from installed binary executables.
7340
7341 @optBackupSuffix
7342
7343 @optTargetDirectory
7344
7345 @optNoTargetDirectory
7346
7347 @item -v
7348 @itemx --verbose
7349 @opindex -v
7350 @opindex --verbose
7351 Print the name of each file before copying it.
7352
7353 @end table
7354
7355 @exitstatus
7356
7357
7358 @node mv invocation
7359 @section @command{mv}: Move (rename) files
7360
7361 @pindex mv
7362
7363 @command{mv} moves or renames files (or directories).  Synopses:
7364
7365 @example
7366 mv [@var{option}]@dots{} [-T] @var{source} @var{dest}
7367 mv [@var{option}]@dots{} @var{source}@dots{} @var{directory}
7368 mv [@var{option}]@dots{} -t @var{directory} @var{source}@dots{}
7369 @end example
7370
7371 @itemize @bullet
7372 @item
7373 If two file names are given, @command{mv} moves the first file to the
7374 second.
7375
7376 @item
7377 If the @option{--target-directory} (@option{-t}) option is given, or
7378 failing that if the last file is a directory and the
7379 @option{--no-target-directory} (@option{-T}) option is not given,
7380 @command{mv} moves each @var{source} file to the specified
7381 directory, using the @var{source}s' names.
7382 @end itemize
7383
7384 @command{mv} can move any type of file from one file system to another.
7385 Prior to version @code{4.0} of the fileutils,
7386 @command{mv} could move only regular files between file systems.
7387 For example, now @command{mv} can move an entire directory hierarchy
7388 including special device files from one partition to another.  It first
7389 uses some of the same code that's used by @code{cp -a} to copy the
7390 requested directories and files, then (assuming the copy succeeded)
7391 it removes the originals.  If the copy fails, then the part that was
7392 copied to the destination partition is removed.  If you were to copy
7393 three directories from one partition to another and the copy of the first
7394 directory succeeded, but the second didn't, the first would be left on
7395 the destination partition and the second and third would be left on the
7396 original partition.
7397
7398 @cindex prompting, and @command{mv}
7399 If a destination file exists but is normally unwritable, standard input
7400 is a terminal, and the @option{-f} or @option{--force} option is not given,
7401 @command{mv} prompts the user for whether to replace the file.  (You might
7402 own the file, or have write permission on its directory.)  If the
7403 response is not affirmative, the file is skipped.
7404
7405 @emph{Warning}: If you try to move a symlink that points to a directory,
7406 and you specify the symlink with a trailing slash, then @command{mv}
7407 doesn't move the symlink but instead moves the directory referenced
7408 by the symlink.  @xref{Trailing slashes}.
7409
7410 The program accepts the following options.  Also see @ref{Common options}.
7411
7412 @table @samp
7413
7414 @optBackup
7415
7416 @item -f
7417 @itemx --force
7418 @opindex -f
7419 @opindex --force
7420 @cindex prompts, omitting
7421 Do not prompt the user before removing a destination file.
7422
7423 @item -i
7424 @itemx --interactive
7425 @opindex -i
7426 @opindex --interactive
7427 @cindex prompts, forcing
7428 Prompt whether to overwrite each existing destination file, regardless
7429 of its permissions.
7430 If the response is not affirmative, the file is skipped.
7431
7432 @itemx @w{@kbd{--reply}=@var{how}}
7433 @opindex --reply
7434 @cindex interactivity
7435 @c FIXME: remove in 2008
7436 @strong{Deprecated: to be removed in 2008.}@*
7437 Specifying @option{--reply=yes} is equivalent to using @option{--force}.
7438 Specify @option{--reply=no} to make @command{mv} act as if @samp{no} were
7439 given as a response to every prompt about a destination file.
7440 Specify @option{--reply=query} to make @command{mv} prompt the user
7441 about each existing destination file.
7442 Note that @option{--reply=no} has an effect only when @command{mv} would prompt
7443 without @option{-i} or equivalent, i.e., when a destination file exists and is
7444 not writable, standard input is a terminal, and no @option{-f} (or equivalent)
7445 option is specified.
7446
7447 @item -u
7448 @itemx --update
7449 @opindex -u
7450 @opindex --update
7451 @cindex newer files, moving only
7452 Do not move a non-directory that has an existing destination with the
7453 same or newer modification time.
7454 If the move is across file system boundaries, the comparison is to the
7455 source time stamp truncated to the resolutions of the destination file
7456 system and of the system calls used to update time stamps; this avoids
7457 duplicate work if several @samp{mv -u} commands are executed with the
7458 same source and destination.
7459
7460 @item -v
7461 @itemx --verbose
7462 @opindex -v
7463 @opindex --verbose
7464 Print the name of each file before moving it.
7465
7466 @optStripTrailingSlashes
7467
7468 @optBackupSuffix
7469
7470 @optTargetDirectory
7471
7472 @optNoTargetDirectory
7473
7474 @end table
7475
7476 @exitstatus
7477
7478
7479 @node rm invocation
7480 @section @command{rm}: Remove files or directories
7481
7482 @pindex rm
7483 @cindex removing files or directories
7484
7485 @command{rm} removes each given @var{file}.  By default, it does not remove
7486 directories.  Synopsis:
7487
7488 @example
7489 rm [@var{option}]@dots{} [@var{file}]@dots{}
7490 @end example
7491
7492 @cindex prompting, and @command{rm}
7493 If the @option{-I} or @option{--interactive=once} option is given,
7494 and there are more than three files or the @option{-r}, @option{-R},
7495 or @option{--recursive} are given, then @command{rm} prompts the user
7496 for whether to proceed with the entire operation.  If the response is
7497 not affirmative, the entire command is aborted.
7498
7499 Otherwise, if a file is unwritable, standard input is a terminal, and
7500 the @option{-f} or @option{--force} option is not given, or the
7501 @option{-i} or @option{--interactive=always} option @emph{is} given,
7502 @command{rm} prompts the user for whether to remove the file.
7503 If the response is not affirmative, the file is skipped.
7504
7505 @emph{Warning}: If you use @command{rm} to remove a file, it is usually
7506 possible to recover the contents of that file.  If you want more assurance
7507 that the contents are truly unrecoverable, consider using @command{shred}.
7508
7509 The program accepts the following options.  Also see @ref{Common options}.
7510
7511 @table @samp
7512
7513 @item -f
7514 @itemx --force
7515 @opindex -f
7516 @opindex --force
7517 Ignore nonexistent files and never prompt the user.
7518 Ignore any previous @option{--interactive} (@option{-i}) option.
7519
7520 @item -i
7521 @opindex -i
7522 Prompt whether to remove each file.
7523 If the response is not affirmative, the file is skipped.
7524 Ignore any previous @option{--force} (@option{-f}) option.
7525 Equivalent to @option{--interactive=always}.
7526
7527 @item -I
7528 @opindex -I
7529 Prompt once whether to proceed with the command, if more than three
7530 files are named or if a recursive removal is requested.  Ignore any
7531 previous @option{--force} (@option{-f}) option.  Equivalent to
7532 @option{--interactive=once}.
7533
7534 @itemx --interactive [=@var{when}]
7535 @opindex --interactive
7536 Specify when to issue an interactive prompt.  @var{when} may be
7537 omitted, or one of:
7538 @itemize @bullet
7539 @item never
7540 @vindex never @r{interactive option}
7541 - Do not prompt at all.
7542 @item once
7543 @vindex once @r{interactive option}
7544 - Prompt once if more than three files are named or if a recursive
7545 removal is requested.  Equivalent to @option{-I}.
7546 @item always
7547 @vindex always @r{interactive option}
7548 - Prompt for every file being removed.  Equivalent to @option{-i}.
7549 @end itemize
7550 Specifying @option{--interactive} and no @var{when} is equivalent to
7551 @option{--interactive=always}.
7552
7553 @itemx --preserve-root
7554 @opindex --preserve-root
7555 @cindex root directory, disallow recursive destruction
7556 Fail upon any attempt to remove the file system root, @file{/},
7557 when used with the @option{--recursive} option.
7558 Without @option{--recursive}, this option has no effect.
7559 @xref{Treating / specially}.
7560
7561 @itemx --no-preserve-root
7562 @opindex --no-preserve-root
7563 @cindex root directory, allow recursive destruction
7564 Cancel the effect of any preceding @option{--preserve-root} option.
7565 @xref{Treating / specially}.
7566
7567 @item -r
7568 @itemx -R
7569 @itemx --recursive
7570 @opindex -r
7571 @opindex -R
7572 @opindex --recursive
7573 @cindex directories, removing (recursively)
7574 Remove the listed directories and their contents recursively.
7575
7576 @item -v
7577 @itemx --verbose
7578 @opindex -v
7579 @opindex --verbose
7580 Print the name of each file before removing it.
7581
7582 @end table
7583
7584 @cindex files beginning with @samp{-}, removing
7585 @cindex @samp{-}, removing files beginning with
7586 One common question is how to remove files whose names begin with a
7587 @samp{-}.  @sc{gnu} @command{rm}, like every program that uses the @code{getopt}
7588 function to parse its arguments, lets you use the @samp{--} option to
7589 indicate that all following arguments are non-options.  To remove a file
7590 called @file{-f} in the current directory, you could type either:
7591
7592 @example
7593 rm -- -f
7594 @end example
7595
7596 @noindent
7597 or:
7598
7599 @example
7600 rm ./-f
7601 @end example
7602
7603 @opindex - @r{and Unix @command{rm}}
7604 The Unix @command{rm} program's use of a single @samp{-} for this purpose
7605 predates the development of the getopt standard syntax.
7606
7607 @exitstatus
7608
7609
7610 @node shred invocation
7611 @section @command{shred}: Remove files more securely
7612
7613 @pindex shred
7614 @cindex data, erasing
7615 @cindex erasing data
7616
7617 @command{shred} overwrites devices or files, to help prevent even
7618 very expensive hardware from recovering the data.
7619
7620 Ordinarily when you remove a file (@pxref{rm invocation}), the data is
7621 not actually destroyed.  Only the index listing where the file is
7622 stored is destroyed, and the storage is made available for reuse.
7623 There are undelete utilities that will attempt to reconstruct the index
7624 and can bring the file back if the parts were not reused.
7625
7626 On a busy system with a nearly-full drive, space can get reused in a few
7627 seconds.  But there is no way to know for sure.  If you have sensitive
7628 data, you may want to be sure that recovery is not possible by actually
7629 overwriting the file with non-sensitive data.
7630
7631 However, even after doing that, it is possible to take the disk back
7632 to a laboratory and use a lot of sensitive (and expensive) equipment
7633 to look for the faint ``echoes'' of the original data underneath the
7634 overwritten data.  If the data has only been overwritten once, it's not
7635 even that hard.
7636
7637 The best way to remove something irretrievably is to destroy the media
7638 it's on with acid, melt it down, or the like.  For cheap removable media
7639 like floppy disks, this is the preferred method.  However, hard drives
7640 are expensive and hard to melt, so the @command{shred} utility tries
7641 to achieve a similar effect non-destructively.
7642
7643 This uses many overwrite passes, with the data patterns chosen to
7644 maximize the damage they do to the old data.  While this will work on
7645 floppies, the patterns are designed for best effect on hard drives.
7646 For more details, see the source code and Peter Gutmann's paper
7647 @uref{http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html,
7648 @cite{Secure Deletion of Data from Magnetic and Solid-State Memory}},
7649 from the proceedings of the Sixth @acronym{USENIX} Security Symposium (San Jose,
7650 California, July 22--25, 1996).
7651
7652 @strong{Please note} that @command{shred} relies on a very important assumption:
7653 that the file system overwrites data in place.  This is the traditional
7654 way to do things, but many modern file system designs do not satisfy this
7655 assumption.  Exceptions include:
7656
7657 @itemize @bullet
7658
7659 @item
7660 Log-structured or journaled file systems, such as those supplied with
7661 AIX and Solaris, and JFS, ReiserFS, XFS, Ext3 (in @code{data=journal} mode),
7662 BFS, NTFS, etc.@: when they are configured to journal @emph{data}.
7663
7664 @item
7665 File systems that write redundant data and carry on even if some writes
7666 fail, such as RAID-based file systems.
7667
7668 @item
7669 File systems that make snapshots, such as Network Appliance's NFS server.
7670
7671 @item
7672 File systems that cache in temporary locations, such as NFS version 3
7673 clients.
7674
7675 @item
7676 Compressed file systems.
7677 @end itemize
7678
7679 In the particular case of ext3 file systems, the above disclaimer applies (and
7680 @command{shred} is thus of limited effectiveness) only in @code{data=journal}
7681 mode, which journals file data in addition to just metadata. In both
7682 the @code{data=ordered} (default) and @code{data=writeback} modes,
7683 @command{shred} works as usual.  Ext3 journaling modes can be changed
7684 by adding the @code{data=something} option to the mount options for a
7685 particular file system in the @file{/etc/fstab} file, as documented in
7686 the mount man page (man mount).
7687
7688 If you are not sure how your file system operates, then you should assume
7689 that it does not overwrite data in place, which means that shred cannot
7690 reliably operate on regular files in your file system.
7691
7692 Generally speaking, it is more reliable to shred a device than a file,
7693 since this bypasses the problem of file system design mentioned above.
7694 However, even shredding devices is not always completely reliable.  For
7695 example, most disks map out bad sectors invisibly to the application; if
7696 the bad sectors contain sensitive data, @command{shred} won't be able to
7697 destroy it.
7698
7699 @command{shred} makes no attempt to detect or report this problem, just as
7700 it makes no attempt to do anything about backups.  However, since it is
7701 more reliable to shred devices than files, @command{shred} by default does
7702 not truncate or remove the output file.  This default is more suitable
7703 for devices, which typically cannot be truncated and should not be
7704 removed.
7705
7706 Finally, consider the risk of backups and mirrors.
7707 File system backups and remote mirrors may contain copies of the
7708 file that cannot be removed, and that will allow a shredded file
7709 to be recovered later.  So if you keep any data you may later want
7710 to destroy using @command{shred}, be sure that it is not backed up or mirrored.
7711
7712 @example
7713 shred [@var{option}]@dots{} @var{file}[@dots{}]
7714 @end example
7715
7716 The program accepts the following options.  Also see @ref{Common options}.
7717
7718 @table @samp
7719
7720 @item -f
7721 @itemx --force
7722 @opindex -f
7723 @opindex --force
7724 @cindex force deletion
7725 Override file permissions if necessary to allow overwriting.
7726
7727 @item -@var{NUMBER}
7728 @itemx -n @var{NUMBER}
7729 @itemx --iterations=@var{NUMBER}
7730 @opindex -n @var{NUMBER}
7731 @opindex --iterations=@var{NUMBER}
7732 @cindex iterations, selecting the number of
7733 By default, @command{shred} uses 25 passes of overwrite.  This is enough
7734 for all of the useful overwrite patterns to be used at least once.
7735 You can reduce this to save time, or increase it if you have a lot of
7736 time to waste.
7737
7738 @item -s @var{BYTES}
7739 @itemx --size=@var{BYTES}
7740 @opindex -s @var{BYTES}
7741 @opindex --size=@var{BYTES}
7742 @cindex size of file to shred
7743 Shred the first @var{BYTES} bytes of the file.  The default is to shred
7744 the whole file.  @var{BYTES} can be followed by a size specification like
7745 @samp{K}, @samp{M}, or @samp{G} to specify a multiple.  @xref{Block size}.
7746
7747 @item -u
7748 @itemx --remove
7749 @opindex -u
7750 @opindex --remove
7751 @cindex removing files after shredding
7752 After shredding a file, truncate it (if possible) and then remove it.
7753 If a file has multiple links, only the named links will be removed.
7754
7755 @item -v
7756 @itemx --verbose
7757 @opindex -v
7758 @opindex --verbose
7759 Display status updates as sterilization proceeds.
7760
7761 @item -x
7762 @itemx --exact
7763 @opindex -x
7764 @opindex --exact
7765 By default, @command{shred} rounds the size of a regular file up to the next
7766 multiple of the file system block size to fully erase the last block of the file.
7767 Use @option{--exact} to suppress that behavior.
7768 Thus, by default if you shred a 10-byte regular file on a system with 512-byte
7769 blocks, the resulting file will be 512 bytes long.  With this option,
7770 shred does not increase the apparent size of the file.
7771
7772 @item -z
7773 @itemx --zero
7774 @opindex -z
7775 @opindex --zero
7776 Normally, the last pass that @command{shred} writes is made up of
7777 random data.  If this would be conspicuous on your hard drive (for
7778 example, because it looks like encrypted data), or you just think
7779 it's tidier, the @option{--zero} option adds an additional overwrite pass with
7780 all zero bits.  This is in addition to the number of passes specified
7781 by the @option{--iterations} option.
7782
7783 @end table
7784
7785 You might use the following command to erase all trace of the
7786 file system you'd created on the floppy disk in your first drive.
7787 That command takes about 20 minutes to erase a ``1.44MB'' (actually
7788 1440 KiB) floppy.
7789
7790 @example
7791 shred --verbose /dev/fd0
7792 @end example
7793
7794 Similarly, to erase all data on a selected partition of
7795 your hard disk, you could give a command like this:
7796
7797 @example
7798 shred --verbose /dev/sda5
7799 @end example
7800
7801 A @var{file} of @samp{-} denotes standard output.
7802 The intended use of this is to shred a removed temporary file.
7803 For example:
7804
7805 @example
7806 i=`tempfile -m 0600`
7807 exec 3<>"$i"
7808 rm -- "$i"
7809 echo "Hello, world" >&3
7810 shred - >&3
7811 exec 3>-
7812 @end example
7813
7814 However, the command @samp{shred - >file} does not shred the contents
7815 of @var{file}, since the shell truncates @var{file} before invoking
7816 @command{shred}.  Use the command @samp{shred file} or (if using a
7817 Bourne-compatible shell) the command @samp{shred - 1<>file} instead.
7818
7819 @exitstatus
7820
7821
7822 @node Special file types
7823 @chapter Special file types
7824
7825 @cindex special file types
7826 @cindex file types, special
7827
7828 This chapter describes commands which create special types of files (and
7829 @command{rmdir}, which removes directories, one special file type).
7830
7831 @cindex special file types
7832 @cindex file types
7833 Although Unix-like operating systems have markedly fewer special file
7834 types than others, not @emph{everything} can be treated only as the
7835 undifferentiated byte stream of @dfn{normal files}.  For example, when a
7836 file is created or removed, the system must record this information,
7837 which it does in a @dfn{directory}---a special type of file.  Although
7838 you can read directories as normal files, if you're curious, in order
7839 for the system to do its job it must impose a structure, a certain
7840 order, on the bytes of the file.  Thus it is a ``special'' type of file.
7841
7842 Besides directories, other special file types include named pipes
7843 (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
7844
7845 @menu
7846 * link invocation::             Make a hard link via the link syscall
7847 * ln invocation::               Make links between files.
7848 * mkdir invocation::            Make directories.
7849 * mkfifo invocation::           Make FIFOs (named pipes).
7850 * mknod invocation::            Make block or character special files.
7851 * readlink invocation::         Print the referent of a symbolic link.
7852 * rmdir invocation::            Remove empty directories.
7853 * unlink invocation::           Remove files via the unlink syscall
7854 @end menu
7855
7856
7857 @node link invocation
7858 @section @command{link}: Make a hard link via the link syscall
7859
7860 @pindex link
7861 @cindex links, creating
7862 @cindex hard links, creating
7863 @cindex creating links (hard only)
7864
7865 @command{link} creates a single hard link at a time.
7866 It is a minimalist interface to the system-provided
7867 @code{link} function.  @xref{Hard Links, , , libc,
7868 The GNU C Library Reference Manual}.
7869 It avoids the bells and whistles of the more commonly-used
7870 @command{ln} command (@pxref{ln invocation}).
7871 Synopsis:
7872
7873 @example
7874 link @var{filename} @var{linkname}
7875 @end example
7876
7877 @var{filename} must specify an existing file, and @var{linkname}
7878 must specify a nonexistent entry in an existing directory.
7879 @command{link} simply calls @code{link (@var{filename}, @var{linkname})}
7880 to create the link.
7881
7882 On a @acronym{GNU} system, this command acts like @samp{ln --directory
7883 --no-target-directory @var{filename} @var{linkname}}.  However, the
7884 @option{--directory} and @option{--no-target-directory} options are
7885 not specified by @acronym{POSIX}, and the @command{link} command is
7886 more portable in practice.
7887
7888 @exitstatus
7889
7890
7891 @node ln invocation
7892 @section @command{ln}: Make links between files
7893
7894 @pindex ln
7895 @cindex links, creating
7896 @cindex hard links, creating
7897 @cindex symbolic (soft) links, creating
7898 @cindex creating links (hard or soft)
7899
7900 @cindex file systems and hard links
7901 @command{ln} makes links between files.  By default, it makes hard links;
7902 with the @option{-s} option, it makes symbolic (or @dfn{soft}) links.
7903 Synopses:
7904
7905 @example
7906 ln [@var{option}]@dots{} [-T] @var{target} @var{linkname}
7907 ln [@var{option}]@dots{} @var{target}
7908 ln [@var{option}]@dots{} @var{target}@dots{} @var{directory}
7909 ln [@var{option}]@dots{} -t @var{directory} @var{target}@dots{}
7910 @end example
7911
7912 @itemize @bullet
7913
7914 @item
7915 If two file names are given, @command{ln} creates a link to the first
7916 file from the second.
7917
7918 @item
7919 If one @var{target} is given, @command{ln} creates a link to that file
7920 in the current directory.
7921
7922 @item
7923 If the @option{--target-directory} (@option{-t}) option is given, or
7924 failing that if the last file is a directory and the
7925 @option{--no-target-directory} (@option{-T}) option is not given,
7926 @command{ln} creates a link to each @var{target} file in the specified
7927 directory, using the @var{target}s' names.
7928
7929 @end itemize
7930
7931 Normally @command{ln} does not remove existing files.  Use the
7932 @option{--force} (@option{-f}) option to remove them unconditionally,
7933 the @option{--interactive} (@option{-i}) option to remove them
7934 conditionally, and the @option{--backup} (@option{-b}) option to
7935 rename them.
7936
7937 @cindex hard link, defined
7938 @cindex inode, and hard links
7939 A @dfn{hard link} is another name for an existing file; the link and the
7940 original are indistinguishable.  Technically speaking, they share the
7941 same inode, and the inode contains all the information about a
7942 file---indeed, it is not incorrect to say that the inode @emph{is} the
7943 file.  On all existing implementations, you cannot make a hard link to
7944 a directory, and hard links cannot cross file system boundaries.  (These
7945 restrictions are not mandated by @acronym{POSIX}, however.)
7946
7947 @cindex dereferencing symbolic links
7948 @cindex symbolic link, defined
7949 @dfn{Symbolic links} (@dfn{symlinks} for short), on the other hand, are
7950 a special file type (which not all kernels support: System V release 3
7951 (and older) systems lack symlinks) in which the link file actually
7952 refers to a different file, by name.  When most operations (opening,
7953 reading, writing, and so on) are passed the symbolic link file, the
7954 kernel automatically @dfn{dereferences} the link and operates on the
7955 target of the link.  But some operations (e.g., removing) work on the
7956 link file itself, rather than on its target.  @xref{Symbolic Links,,,
7957 libc, The GNU C Library Reference Manual}.
7958
7959 The program accepts the following options.  Also see @ref{Common options}.
7960
7961 @table @samp
7962
7963 @optBackup
7964
7965 @item -d
7966 @itemx -F
7967 @itemx --directory
7968 @opindex -d
7969 @opindex -F
7970 @opindex --directory
7971 @cindex hard links to directories
7972 Allow the super-user to attempt to make hard links to directories.
7973 However, note that this will probably fail due to
7974 system restrictions, even for the super-user.
7975
7976 @item -f
7977 @itemx --force
7978 @opindex -f
7979 @opindex --force
7980 Remove existing destination files.
7981
7982 @item -i
7983 @itemx --interactive
7984 @opindex -i
7985 @opindex --interactive
7986 @cindex prompting, and @command{ln}
7987 Prompt whether to remove existing destination files.
7988
7989 @item -n
7990 @itemx --no-dereference
7991 @opindex -n
7992 @opindex --no-dereference
7993 Do not treat the last operand specially when it is a symbolic link to
7994 a directory.  Instead, treat it as if it were a normal file.
7995
7996 When the destination is an actual directory (not a symlink to one),
7997 there is no ambiguity.  The link is created in that directory.
7998 But when the specified destination is a symlink to a directory,
7999 there are two ways to treat the user's request.  @command{ln} can
8000 treat the destination just as it would a normal directory and create
8001 the link in it.  On the other hand, the destination can be viewed as a
8002 non-directory---as the symlink itself.  In that case, @command{ln}
8003 must delete or backup that symlink before creating the new link.
8004 The default is to treat a destination that is a symlink to a directory
8005 just like a directory.
8006
8007 This option is weaker than the @option{--no-target-directory}
8008 (@option{-T}) option, so it has no effect if both options are given.
8009
8010 @item -s
8011 @itemx --symbolic
8012 @opindex -s
8013 @opindex --symbolic
8014 Make symbolic links instead of hard links.  This option merely produces
8015 an error message on systems that do not support symbolic links.
8016
8017 @optBackupSuffix
8018
8019 @optTargetDirectory
8020
8021 @optNoTargetDirectory
8022
8023 @item -v
8024 @itemx --verbose
8025 @opindex -v
8026 @opindex --verbose
8027 Print the name of each file after linking it successfully.
8028
8029 @end table
8030
8031 @exitstatus
8032
8033 Examples:
8034
8035 @smallexample
8036 Bad Example:
8037
8038 # Create link ../a pointing to a in that directory.
8039 # Not really useful because it points to itself.
8040 ln -s a ..
8041
8042 Better Example:
8043
8044 # Change to the target before creating symlinks to avoid being confused.
8045 cd ..
8046 ln -s adir/a .
8047
8048 Bad Example:
8049
8050 # Hard coded file names don't move well.
8051 ln -s $(pwd)/a /some/dir/
8052
8053 Better Example:
8054
8055 # Relative file names survive directory moves and also
8056 # work across networked file systems.
8057 ln -s afile anotherfile
8058 ln -s ../adir/afile yetanotherfile
8059 @end smallexample
8060
8061
8062 @node mkdir invocation
8063 @section @command{mkdir}: Make directories
8064
8065 @pindex mkdir
8066 @cindex directories, creating
8067 @cindex creating directories
8068
8069 @command{mkdir} creates directories with the specified names.  Synopsis:
8070
8071 @example
8072 mkdir [@var{option}]@dots{} @var{name}@dots{}
8073 @end example
8074
8075 If a @var{name} is an existing file but not a directory, @command{mkdir} prints
8076 a warning message on stderr and will exit with a status of 1 after
8077 processing any remaining @var{name}s.  The same is done when a @var{name} is an
8078 existing directory and the -p option is not given.  If a @var{name} is an
8079 existing directory and the -p option is given, @command{mkdir} will ignore it.
8080 That is, @command{mkdir} will not print a warning, raise an error, or change
8081 the mode of the directory (even if the -m option is given), and will
8082 move on to processing any remaining @var{name}s.
8083
8084 The program accepts the following options.  Also see @ref{Common options}.
8085
8086 @table @samp
8087
8088 @item -m @var{mode}
8089 @itemx --mode=@var{mode}
8090 @opindex -m
8091 @opindex --mode
8092 @cindex modes of created directories, setting
8093 Set the mode of created directories to @var{mode}, which is symbolic as
8094 in @command{chmod} and uses @samp{a=rwx} (read, write and execute allowed for
8095 everyone) for the point of the departure.  @xref{File permissions}.
8096
8097 @item -p
8098 @itemx --parents
8099 @opindex -p
8100 @opindex --parents
8101 @cindex parent directories, creating
8102 Make any missing parent directories for each argument.  The file permission
8103 bits of parent directories are set to the umask modified by @samp{u+wx}.
8104 Ignore arguments corresponding to existing directories.
8105
8106 @item -v
8107 @item --verbose
8108 @opindex -v
8109 @opindex --verbose
8110 Print a message for each created directory.  This is most useful with
8111 @option{--parents}.
8112 @end table
8113
8114 @exitstatus
8115
8116
8117 @node mkfifo invocation
8118 @section @command{mkfifo}: Make FIFOs (named pipes)
8119
8120 @pindex mkfifo
8121 @cindex FIFOs, creating
8122 @cindex named pipes, creating
8123 @cindex creating FIFOs (named pipes)
8124
8125 @command{mkfifo} creates FIFOs (also called @dfn{named pipes}) with the
8126 specified names.  Synopsis:
8127
8128 @example
8129 mkfifo [@var{option}] @var{name}@dots{}
8130 @end example
8131
8132 A @dfn{FIFO} is a special file type that permits independent processes
8133 to communicate.  One process opens the FIFO file for writing, and
8134 another for reading, after which data can flow as with the usual
8135 anonymous pipe in shells or elsewhere.
8136
8137 The program accepts the following option.  Also see @ref{Common options}.
8138
8139 @table @samp
8140
8141 @item -m @var{mode}
8142 @itemx --mode=@var{mode}
8143 @opindex -m
8144 @opindex --mode
8145 @cindex modes of created FIFOs, setting
8146 Set the mode of created FIFOs to @var{mode}, which is symbolic as in
8147 @command{chmod} and uses @samp{a=rw} (read and write allowed for everyone)
8148 for the point of departure.  @var{mode} should specify only file
8149 permission bits.  @xref{File permissions}.
8150
8151 @end table
8152
8153 @exitstatus
8154
8155
8156 @node mknod invocation
8157 @section @command{mknod}: Make block or character special files
8158
8159 @pindex mknod
8160 @cindex block special files, creating
8161 @cindex character special files, creating
8162
8163 @command{mknod} creates a FIFO, character special file, or block special
8164 file with the specified name.  Synopsis:
8165
8166 @example
8167 mknod [@var{option}]@dots{} @var{name} @var{type} [@var{major} @var{minor}]
8168 @end example
8169
8170 @cindex special files
8171 @cindex block special files
8172 @cindex character special files
8173 Unlike the phrase ``special file type'' above, the term @dfn{special
8174 file} has a technical meaning on Unix: something that can generate or
8175 receive data.  Usually this corresponds to a physical piece of hardware,
8176 e.g., a printer or a disk.  (These files are typically created at
8177 system-configuration time.)  The @command{mknod} command is what creates
8178 files of this type.  Such devices can be read either a character at a
8179 time or a ``block'' (many characters) at a time, hence we say there are
8180 @dfn{block special} files and @dfn{character special} files.
8181
8182 The arguments after @var{name} specify the type of file to make:
8183
8184 @table @samp
8185
8186 @item p
8187 @opindex p @r{for FIFO file}
8188 for a FIFO
8189
8190 @item b
8191 @opindex b @r{for block special file}
8192 for a block special file
8193
8194 @item c
8195 @c Don't document the `u' option -- it's just a synonym for `c'.
8196 @c Do *any* versions of mknod still use it?
8197 @c @itemx u
8198 @opindex c @r{for character special file}
8199 @c @opindex u @r{for character special file}
8200 for a character special file
8201
8202 @end table
8203
8204 When making a block or character special file, the major and minor
8205 device numbers must be given after the file type.
8206 If a major or minor device number begins with @samp{0x} or @samp{0X},
8207 it is interpreted as hexadecimal; otherwise, if it begins with @samp{0},
8208 as octal; otherwise, as decimal.
8209
8210 The program accepts the following option.  Also see @ref{Common options}.
8211
8212 @table @samp
8213
8214 @item -m @var{mode}
8215 @itemx --mode=@var{mode}
8216 @opindex -m
8217 @opindex --mode
8218 Set the mode of created files to @var{mode}, which is symbolic as in
8219 @command{chmod} and uses @samp{a=rw} as the point of departure.
8220 @var{mode} should specify only file permission bits.
8221 @xref{File permissions}.
8222
8223 @end table
8224
8225 @exitstatus
8226
8227
8228 @node readlink invocation
8229 @section @command{readlink}: Print the referent of a symbolic link
8230
8231 @pindex readlink
8232 @cindex displaying value of a symbolic link
8233
8234 @command{readlink} may work in one of two supported modes:
8235
8236 @table @samp
8237
8238 @item Readlink mode
8239
8240 @command{readlink} outputs the value of the given symbolic link.
8241 If @command{readlink} is invoked with an argument other than the name
8242 of a symbolic link, it produces no output and exits with a nonzero exit code.
8243
8244 @item Canonicalize mode
8245
8246 @command{readlink} outputs the absolute name of the given file which contains
8247 no @file{.}, @file{..} components nor any repeated separators
8248 (@file{/}) or symbolic links.
8249
8250 @end table
8251
8252 @example
8253 readlink [@var{option}] @var{file}
8254 @end example
8255
8256 By default, @command{readlink} operates in readlink mode.
8257
8258 The program accepts the following options.  Also see @ref{Common options}.
8259
8260 @table @samp
8261
8262 @item -f
8263 @itemx --canonicalize
8264 @opindex -f
8265 @opindex --canonicalize
8266 Activate canonicalize mode.
8267 If any component of the file name except the last one is missing or unavailable,
8268 @command{readlink} produces no output and exits with a nonzero exit code.
8269
8270 @item -e
8271 @itemx --canonicalize-existing
8272 @opindex -e
8273 @opindex --canonicalize-existing
8274 Activate canonicalize mode.
8275 If any component is missing or unavailable, @command{readlink} produces
8276 no output and exits with a nonzero exit code.
8277
8278 @item -m
8279 @itemx --canonicalize-missing
8280 @opindex -m
8281 @opindex --canonicalize-missing
8282 Activate canonicalize mode.
8283 If any component is missing or unavailable, @command{readlink} treats it
8284 as a directory.
8285
8286 @item -n
8287 @itemx --no-newline
8288 @opindex -n
8289 @opindex --no-newline
8290 Do not output the trailing newline.
8291
8292 @item -s
8293 @itemx -q
8294 @itemx --silent
8295 @itemx --quiet
8296 @opindex -s
8297 @opindex -q
8298 @opindex --silent
8299 @opindex --quiet
8300 Suppress most error messages.
8301
8302 @item -v
8303 @itemx --verbose
8304 @opindex -v
8305 @opindex --verbose
8306 Report error messages.
8307
8308 @end table
8309
8310 The @command{readlink} utility first appeared in OpenBSD 2.1.
8311
8312 @exitstatus
8313
8314
8315 @node rmdir invocation
8316 @section @command{rmdir}: Remove empty directories
8317
8318 @pindex rmdir
8319 @cindex removing empty directories
8320 @cindex directories, removing empty
8321
8322 @command{rmdir} removes empty directories.  Synopsis:
8323
8324 @example
8325 rmdir [@var{option}]@dots{} @var{directory}@dots{}
8326 @end example
8327
8328 If any @var{directory} argument does not refer to an existing empty
8329 directory, it is an error.
8330
8331 The program accepts the following option.  Also see @ref{Common options}.
8332
8333 @table @samp
8334
8335 @item --ignore-fail-on-non-empty
8336 @opindex --ignore-fail-on-non-empty
8337 @cindex directory deletion, ignoring failures
8338 Ignore each failure to remove a directory that is solely because
8339 the directory is non-empty.
8340
8341 @item -p
8342 @itemx --parents
8343 @opindex -p
8344 @opindex --parents
8345 @cindex parent directories, removing
8346 Remove @var{directory}, then try to remove each component of @var{directory}.
8347 So, for example, @samp{rmdir -p a/b/c} is similar to @samp{rmdir a/b/c a/b a}.
8348 As such, it fails if any of those directories turns out not to be empty.
8349 Use the @option{--ignore-fail-on-non-empty} option to make it so such
8350 a failure does not evoke a diagnostic and does not cause @command{rmdir} to
8351 exit unsuccessfully.
8352
8353 @item -v
8354 @item --verbose
8355 @opindex -v
8356 @opindex --verbose
8357 @cindex directory deletion, reporting
8358 Give a diagnostic for each successful removal.
8359 @var{directory} is removed.
8360
8361 @end table
8362
8363 @xref{rm invocation}, for how to remove non-empty directories (recursively).
8364
8365 @exitstatus
8366
8367
8368 @node unlink invocation
8369 @section @command{unlink}: Remove files via the unlink syscall
8370
8371 @pindex unlink
8372 @cindex removing files or directories (via the unlink syscall)
8373
8374 @command{unlink} deletes a single specified file name.
8375 It is a minimalist interface to the system-provided
8376 @code{unlink} function.  @xref{Deleting Files, , , libc,
8377 The GNU C Library Reference Manual}.  Synopsis:
8378 It avoids the bells and whistles of the more commonly-used
8379 @command{rm} command (@pxref{rm invocation}).
8380
8381 @example
8382 unlink @var{filename}
8383 @end example
8384
8385 On some systems @code{unlink} can be used to delete the name of a
8386 directory.  On others, it can be used that way only by a privileged user.
8387 In the GNU system @code{unlink} can never delete the name of a directory.
8388
8389 The @command{unlink} command honors the @option{--help} and
8390 @option{--version} options.  To remove a file whose name begins with
8391 @samp{-}, prefix the name with @samp{./}, e.g., @samp{unlink ./--help}.
8392
8393 @exitstatus
8394
8395
8396 @node Changing file attributes
8397 @chapter Changing file attributes
8398
8399 @cindex changing file attributes
8400 @cindex file attributes, changing
8401 @cindex attributes, file
8402
8403 A file is not merely its contents, a name, and a file type
8404 (@pxref{Special file types}).  A file also has an owner (a user ID), a
8405 group (a group ID), permissions (what the owner can do with the file,
8406 what people in the group can do, and what everyone else can do), various
8407 timestamps, and other information.  Collectively, we call these a file's
8408 @dfn{attributes}.
8409
8410 These commands change file attributes.
8411
8412 @menu
8413 * chgrp invocation::            Change file groups.
8414 * chmod invocation::            Change access permissions.
8415 * chown invocation::            Change file owners and groups.
8416 * touch invocation::            Change file timestamps.
8417 @end menu
8418
8419
8420 @node chown invocation
8421 @section @command{chown}: Change file owner and group
8422
8423 @pindex chown
8424 @cindex file ownership, changing
8425 @cindex group ownership, changing
8426 @cindex changing file ownership
8427 @cindex changing group ownership
8428
8429 @command{chown} changes the user and/or group ownership of each given @var{file}
8430 to @var{new-owner} or to the user and group of an existing reference file.
8431 Synopsis:
8432
8433 @example
8434 chown [@var{option}]@dots{} @{@var{new-owner} | --reference=@var{ref_file}@} @var{file}@dots{}
8435 @end example
8436
8437 If used, @var{new-owner} specifies the new owner and/or group as follows
8438 (with no embedded white space):
8439
8440 @example
8441 [@var{owner}] [ : [@var{group}] ]
8442 @end example
8443
8444 Specifically:
8445
8446 @table @var
8447 @item owner
8448 If only an @var{owner} (a user name or numeric user ID) is given, that
8449 user is made the owner of each given file, and the files' group is not
8450 changed.
8451
8452 @item owner@samp{:}group
8453 If the @var{owner} is followed by a colon and a @var{group} (a
8454 group name or numeric group ID), with no spaces between them, the group
8455 ownership of the files is changed as well (to @var{group}).
8456
8457 @item owner@samp{:}
8458 If a colon but no group name follows @var{owner}, that user is
8459 made the owner of the files and the group of the files is changed to
8460 @var{owner}'s login group.
8461
8462 @item @samp{:}group
8463 If the colon and following @var{group} are given, but the owner
8464 is omitted, only the group of the files is changed; in this case,
8465 @command{chown} performs the same function as @command{chgrp}.
8466
8467 @item @samp{:}
8468 If only a colon is given, or if @var{new-owner} is empty, neither the
8469 owner nor the group is changed.
8470
8471 @end table
8472
8473 Some older scripts may still use @samp{.} in place of the @samp{:} separator.
8474 @acronym{POSIX} 1003.1-2001 (@pxref{Standards conformance}) does not
8475 require support for that, but for backward compatibility @acronym{GNU}
8476 @command{chown} supports @samp{.} so long as no ambiguity results.
8477 New scripts should avoid the use of @samp{.} because it is not
8478 portable, and because it has undesirable results if the entire
8479 @var{owner@samp{.}group} happens to identify a user whose name
8480 contains @samp{.}.
8481
8482 The @command{chown} command sometimes clears the set-user-ID or
8483 set-group-ID permission bits.  This behavior depends on the policy and
8484 functionality of the underlying @code{chown} system call, which may
8485 make system-dependent file mode modifications outside the control of
8486 the @command{chown} command.  For example, the @command{chown} command
8487 might not affect those bits when operated as the superuser, or if the
8488 bits signify some function other than executable permission (e.g.,
8489 mandatory locking).
8490 When in doubt, check the underlying system behavior.
8491
8492 The program accepts the following options.  Also see @ref{Common options}.
8493
8494 @table @samp
8495
8496 @item -c
8497 @itemx --changes
8498 @opindex -c
8499 @opindex --changes
8500 @cindex changed owners, verbosely describing
8501 Verbosely describe the action for each @var{file} whose ownership
8502 actually changes.
8503
8504 @item -f
8505 @itemx --silent
8506 @itemx --quiet
8507 @opindex -f
8508 @opindex --silent
8509 @opindex --quiet
8510 @cindex error messages, omitting
8511 Do not print error messages about files whose ownership cannot be
8512 changed.
8513
8514 @itemx @w{@kbd{--from}=@var{old-owner}}
8515 @opindex --from
8516 @cindex symbolic links, changing owner
8517 Change a @var{file}'s ownership only if it has current attributes specified
8518 by @var{old-owner}.  @var{old-owner} has the same form as @var{new-owner}
8519 described above.
8520 This option is useful primarily from a security standpoint in that
8521 it narrows considerably the window of potential abuse.
8522 For example, to reflect a user ID numbering change for one user's files
8523 without an option like this, @code{root} might run
8524
8525 @smallexample
8526 find / -owner OLDUSER -print0 | xargs -0 chown -h NEWUSER
8527 @end smallexample
8528
8529 But that is dangerous because the interval between when the @command{find}
8530 tests the existing file's owner and when the @command{chown} is actually run
8531 may be quite large.
8532 One way to narrow the gap would be to invoke chown for each file
8533 as it is found:
8534
8535 @example
8536 find / -owner OLDUSER -exec chown -h NEWUSER @{@} \;
8537 @end example
8538
8539 But that is very slow if there are many affected files.
8540 With this option, it is safer (the gap is narrower still)
8541 though still not perfect:
8542
8543 @example
8544 chown -h -R --from=OLDUSER NEWUSER /
8545 @end example
8546
8547 @item --dereference
8548 @opindex --dereference
8549 @cindex symbolic links, changing owner
8550 @findex lchown
8551 Do not act on symbolic links themselves but rather on what they point to.
8552 This is the default.
8553
8554 @item -h
8555 @itemx --no-dereference
8556 @opindex -h
8557 @opindex --no-dereference
8558 @cindex symbolic links, changing owner
8559 @findex lchown
8560 Act on symbolic links themselves instead of what they point to.
8561 This mode relies on the @code{lchown} system call.
8562 On systems that do not provide the @code{lchown} system call,
8563 @command{chown} fails when a file specified on the command line
8564 is a symbolic link.
8565 By default, no diagnostic is issued for symbolic links encountered
8566 during a recursive traversal, but see @option{--verbose}.
8567
8568 @itemx --preserve-root
8569 @opindex --preserve-root
8570 @cindex root directory, disallow recursive modification
8571 Fail upon any attempt to recursively change the file system root, @file{/}.
8572 Without @option{--recursive}, this option has no effect.
8573 @xref{Treating / specially}.
8574
8575 @itemx --no-preserve-root
8576 @opindex --no-preserve-root
8577 @cindex root directory, allow recursive modification
8578 Cancel the effect of any preceding @option{--preserve-root} option.
8579 @xref{Treating / specially}.
8580
8581 @item --reference=@var{ref_file}
8582 @opindex --reference
8583 Change the user and group of each @var{file} to be the same as those of
8584 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
8585 user and group of the symbolic link, but rather those of the file it
8586 refers to.
8587
8588 @item -v
8589 @itemx --verbose
8590 @opindex -v
8591 @opindex --verbose
8592 Output a diagnostic for every file processed.
8593 If a symbolic link is encountered during a recursive traversal
8594 on a system without the @code{lchown} system call, and @option{--no-dereference}
8595 is in effect, then issue a diagnostic saying neither the symbolic link nor
8596 its referent is being changed.
8597
8598 @item -R
8599 @itemx --recursive
8600 @opindex -R
8601 @opindex --recursive
8602 @cindex recursively changing file ownership
8603 Recursively change ownership of directories and their contents.
8604
8605 @choptH
8606 @xref{Traversing symlinks}.
8607
8608 @choptL
8609 @xref{Traversing symlinks}.
8610
8611 @choptP
8612 @xref{Traversing symlinks}.
8613
8614 @end table
8615
8616 @exitstatus
8617
8618 Examples:
8619
8620 @smallexample
8621 # Change the owner of /u to "root".
8622 chown root /u
8623
8624 # Likewise, but also change its group to "staff".
8625 chown root:staff /u
8626
8627 # Change the owner of /u and subfiles to "root".
8628 chown -hR root /u
8629 @end smallexample
8630
8631
8632 @node chgrp invocation
8633 @section @command{chgrp}: Change group ownership
8634
8635 @pindex chgrp
8636 @cindex group ownership, changing
8637 @cindex changing group ownership
8638
8639 @command{chgrp} changes the group ownership of each given @var{file}
8640 to @var{group} (which can be either a group name or a numeric group ID)
8641 or to the group of an existing reference file.  Synopsis:
8642
8643 @example
8644 chgrp [@var{option}]@dots{} @{@var{group} | --reference=@var{ref_file}@} @var{file}@dots{}
8645 @end example
8646
8647 The program accepts the following options.  Also see @ref{Common options}.
8648
8649 @table @samp
8650
8651 @item -c
8652 @itemx --changes
8653 @opindex -c
8654 @opindex --changes
8655 @cindex changed files, verbosely describing
8656 Verbosely describe the action for each @var{file} whose group actually
8657 changes.
8658
8659 @item -f
8660 @itemx --silent
8661 @itemx --quiet
8662 @opindex -f
8663 @opindex --silent
8664 @opindex --quiet
8665 @cindex error messages, omitting
8666 Do not print error messages about files whose group cannot be
8667 changed.
8668
8669 @item --dereference
8670 @opindex --dereference
8671 @cindex symbolic links, changing owner
8672 @findex lchown
8673 Do not act on symbolic links themselves but rather on what they point to.
8674 This is the default.
8675
8676 @item -h
8677 @itemx --no-dereference
8678 @opindex -h
8679 @opindex --no-dereference
8680 @cindex symbolic links, changing group
8681 @findex lchown
8682 Act on symbolic links themselves instead of what they point to.
8683 This mode relies on the @code{lchown} system call.
8684 On systems that do not provide the @code{lchown} system call,
8685 @command{chgrp} fails when a file specified on the command line
8686 is a symbolic link.
8687 By default, no diagnostic is issued for symbolic links encountered
8688 during a recursive traversal, but see @option{--verbose}.
8689
8690 @itemx --preserve-root
8691 @opindex --preserve-root
8692 @cindex root directory, disallow recursive modification
8693 Fail upon any attempt to recursively change the file system root, @file{/}.
8694 Without @option{--recursive}, this option has no effect.
8695 @xref{Treating / specially}.
8696
8697 @itemx --no-preserve-root
8698 @opindex --no-preserve-root
8699 @cindex root directory, allow recursive modification
8700 Cancel the effect of any preceding @option{--preserve-root} option.
8701 @xref{Treating / specially}.
8702
8703 @item --reference=@var{ref_file}
8704 @opindex --reference
8705 Change the group of each @var{file} to be the same as that of
8706 @var{ref_file}.  If @var{ref_file} is a symbolic link, do not use the
8707 group of the symbolic link, but rather that of the file it refers to.
8708
8709 @item -v
8710 @itemx --verbose
8711 @opindex -v
8712 @opindex --verbose
8713 Output a diagnostic for every file processed.
8714 If a symbolic link is encountered during a recursive traversal
8715 on a system without the @code{lchown} system call, and @option{--no-dereference}
8716 is in effect, then issue a diagnostic saying neither the symbolic link nor
8717 its referent is being changed.
8718
8719 @item -R
8720 @itemx --recursive
8721 @opindex -R
8722 @opindex --recursive
8723 @cindex recursively changing group ownership
8724 Recursively change the group ownership of directories and their contents.
8725
8726 @choptH
8727 @xref{Traversing symlinks}.
8728
8729 @choptL
8730 @xref{Traversing symlinks}.
8731
8732 @choptP
8733 @xref{Traversing symlinks}.
8734
8735 @end table
8736
8737 @exitstatus
8738
8739 Examples:
8740
8741 @smallexample
8742 # Change the group of /u to "staff".
8743 chgrp staff /u
8744
8745 # Change the group of /u and subfiles to "staff".
8746 chgrp -hR staff /u
8747 @end smallexample
8748
8749
8750 @node chmod invocation
8751 @section @command{chmod}: Change access permissions
8752
8753 @pindex chmod
8754 @cindex changing access permissions
8755 @cindex access permissions, changing
8756 @cindex permissions, changing access
8757
8758 @command{chmod} changes the access permissions of the named files.  Synopsis:
8759
8760 @example
8761 chmod [@var{option}]@dots{} @{@var{mode} | --reference=@var{ref_file}@} @var{file}@dots{}
8762 @end example
8763
8764 @cindex symbolic links, permissions of
8765 @command{chmod} never changes the permissions of symbolic links, since
8766 the @command{chmod} system call cannot change their permissions.
8767 This is not a problem since the permissions of symbolic links are
8768 never used.  However, for each symbolic link listed on the command
8769 line, @command{chmod} changes the permissions of the pointed-to file.
8770 In contrast, @command{chmod} ignores symbolic links encountered during
8771 recursive directory traversals.
8772
8773 If used, @var{mode} specifies the new file mode bits.
8774 For details, see the section on @ref{File permissions}.
8775 If you really want @var{mode} to have a leading @samp{-}, you should
8776 use @option{--} first, e.g., @samp{chmod -- -w file}.  Typically,
8777 though, @samp{chmod a-w file} is preferable, and @command{chmod -w
8778 file} (without the @option{--}) complains if it behaves differently
8779 from what @samp{chmod a-w file} would do.
8780
8781 The program accepts the following options.  Also see @ref{Common options}.
8782
8783 @table @samp
8784
8785 @item -c
8786 @itemx --changes
8787 @opindex -c
8788 @opindex --changes
8789 Verbosely describe the action for each @var{file} whose permissions
8790 actually changes.
8791
8792 @item -f
8793 @itemx --silent
8794 @itemx --quiet
8795 @opindex -f
8796 @opindex --silent
8797 @opindex --quiet
8798 @cindex error messages, omitting
8799 Do not print error messages about files whose permissions cannot be
8800 changed.
8801
8802 @itemx --preserve-root
8803 @opindex --preserve-root
8804 @cindex root directory, disallow recursive modification
8805 Fail upon any attempt to recursively change the file system root, @file{/}.
8806 Without @option{--recursive}, this option has no effect.
8807 @xref{Treating / specially}.
8808
8809 @itemx --no-preserve-root
8810 @opindex --no-preserve-root
8811 @cindex root directory, allow recursive modification
8812 Cancel the effect of any preceding @option{--preserve-root} option.
8813 @xref{Treating / specially}.
8814
8815 @item -v
8816 @itemx --verbose
8817 @opindex -v
8818 @opindex --verbose
8819 Verbosely describe the action or non-action taken for every @var{file}.
8820
8821 @item --reference=@var{ref_file}
8822 @opindex --reference
8823 Change the mode of each @var{file} to be the same as that of @var{ref_file}.
8824 @xref{File permissions}.
8825 If @var{ref_file} is a symbolic link, do not use the mode
8826 of the symbolic link, but rather that of the file it refers to.
8827
8828 @item -R
8829 @itemx --recursive
8830 @opindex -R
8831 @opindex --recursive
8832 @cindex recursively changing access permissions
8833 Recursively change permissions of directories and their contents.
8834
8835 @end table
8836
8837 @exitstatus
8838
8839
8840 @node touch invocation
8841 @section @command{touch}: Change file timestamps
8842
8843 @pindex touch
8844 @cindex changing file timestamps
8845 @cindex file timestamps, changing
8846 @cindex timestamps, changing file
8847
8848 @command{touch} changes the access and/or modification times of the
8849 specified files.  Synopsis:
8850
8851 @example
8852 touch [@var{option}]@dots{} @var{file}@dots{}
8853 @end example
8854
8855 @cindex empty files, creating
8856 Any @var{file} that does not exist is created empty.
8857
8858 A @var{file} of @samp{-} causes @command{touch} to change the
8859 times of the file associated with standard output.
8860
8861 @cindex permissions, for changing file timestamps
8862 If changing both the access and modification times to the current
8863 time, @command{touch} can change the timestamps for files that the user
8864 running it does not own but has write permission for.  Otherwise, the
8865 user must own the files.
8866
8867 Although @command{touch} provides options for changing two of the times---the
8868 times of last access and modification---of a file, there is actually
8869 a third one as well: the inode change time.  This is often referred to
8870 as a file's @code{ctime}.
8871 The inode change time represents the time when the file's meta-information
8872 last changed.  One common example of this is when the permissions of a
8873 file change.  Changing the permissions doesn't access the file, so
8874 the atime doesn't change, nor does it modify the file, so the mtime
8875 doesn't change.  Yet, something about the file itself has changed,
8876 and this must be noted somewhere.  This is the job of the ctime field.
8877 This is necessary, so that, for example, a backup program can make a
8878 fresh copy of the file, including the new permissions value.
8879 Another operation that modifies a file's ctime without affecting
8880 the others is renaming.  In any case, it is not possible, in normal
8881 operations, for a user to change the ctime field to a user-specified value.
8882
8883 @vindex TZ
8884 Time stamps assume the time zone rules specified by the @env{TZ}
8885 environment variable, or by the system default rules if @env{TZ} is
8886 not set.  @xref{TZ Variable,, Specifying the Time Zone with @env{TZ},
8887 libc, The GNU C Library}.  You can avoid avoid ambiguities during
8888 daylight saving transitions by using @sc{utc} time stamps.
8889
8890 The program accepts the following options.  Also see @ref{Common options}.
8891
8892 @table @samp
8893
8894 @item -a
8895 @itemx --time=atime
8896 @itemx --time=access
8897 @itemx --time=use
8898 @opindex -a
8899 @opindex --time
8900 @opindex atime@r{, changing}
8901 @opindex access @r{time, changing}
8902 @opindex use @r{time, changing}
8903 Change the access time only.
8904
8905 @item -c
8906 @itemx --no-create
8907 @opindex -c
8908 @opindex --no-create
8909 Do not create files that do not exist.
8910
8911 @item -d
8912 @itemx --date=@var{time}
8913 @opindex -d
8914 @opindex --date
8915 @opindex time
8916 Use @var{time} instead of the current time.  It can contain month names,
8917 time zones, @samp{am} and @samp{pm}, @samp{yesterday}, etc.  For
8918 example, @option{--date="2004-02-27 14:19:13.489392193 +0530"}
8919 specifies the instant of time that is 489,392,193 nanoseconds after
8920 February 27, 2004 at 2:19:13 PM in a time zone that is 5 hours and 30
8921 minutes east of @acronym{UTC}.  @xref{Date input formats}.
8922 File systems that do not support high-resolution time stamps
8923 silently ignore any excess precision here.
8924
8925 @item -f
8926 @opindex -f
8927 @cindex BSD @command{touch} compatibility
8928 Ignored; for compatibility with BSD versions of @command{touch}.
8929
8930 @item -m
8931 @itemx --time=mtime
8932 @itemx --time=modify
8933 @opindex -m
8934 @opindex --time
8935 @opindex mtime@r{, changing}
8936 @opindex modify @r{time, changing}
8937 Change the modification time only.
8938
8939 @item -r @var{file}
8940 @itemx --reference=@var{file}
8941 @opindex -r
8942 @opindex --reference
8943 Use the times of the reference @var{file} instead of the current time.
8944 If this option is combined with the @option{--date=@var{time}}
8945 (@option{-d @var{time}}) option, the reference @var{file}'s time is
8946 the origin for any relative @var{time}s given, but is otherwise ignored.
8947 For example, @samp{-r foo -d '-5 seconds'} specifies a time stamp
8948 equal to five seconds before the corresponding time stamp for @file{foo}.
8949
8950 @item -t [[@var{CC}]@var{YY}]@var{MMDDhhmm}[.@var{ss}]
8951 Use the argument (optional four-digit or two-digit years, months,
8952 days, hours, minutes, optional seconds) instead of the current time.
8953 If the year is specified with only two digits, then @var{CC}
8954 is 20 for years in the range 0 @dots{} 68, and 19 for years in
8955 69 @dots{} 99.  If no digits of the year are specified,
8956 the argument is interpreted as a date in the current year.
8957
8958 @end table
8959
8960 @vindex _POSIX2_VERSION
8961 On older systems, @command{touch} supports an obsolete syntax, as follows.
8962 If no timestamp is given with any of the @option{-d}, @option{-r}, or
8963 @option{-t} options, and if there are two or more @var{file}s and the
8964 first @var{file} is of the form @samp{@var{MMDDhhmm}[@var{YY}]} and this
8965 would be a valid argument to the @option{-t} option (if the @var{YY}, if
8966 any, were moved to the front), and if the represented year
8967 is in the range 1969--1999, that argument is interpreted as the time
8968 for the other files instead of as a file name.
8969 This obsolete behavior can be enabled or disabled with the
8970 @env{_POSIX2_VERSION} environment variable (@pxref{Standards
8971 conformance}), but portable scripts should avoid commands whose
8972 behavior depends on this variable.
8973 For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
8974 12312359 main.c} rather than the ambiguous @samp{touch 12312359 main.c}.
8975
8976 @exitstatus
8977
8978
8979 @node Disk usage
8980 @chapter Disk usage
8981
8982 @cindex disk usage
8983
8984 No disk can hold an infinite amount of data.  These commands report on
8985 how much disk storage is in use or available.  (This has nothing much to
8986 do with how much @emph{main memory}, i.e., RAM, a program is using when
8987 it runs; for that, you want @command{ps} or @command{pstat} or @command{swap}
8988 or some such command.)
8989
8990 @menu
8991 * df invocation::               Report file system disk space usage.
8992 * du invocation::               Estimate file space usage.
8993 * stat invocation::             Report file or file system status.
8994 * sync invocation::             Synchronize memory and disk.
8995 @end menu
8996
8997
8998 @node df invocation
8999 @section @command{df}: Report file system disk space usage
9000
9001 @pindex df
9002 @cindex file system disk usage
9003 @cindex disk usage by file system
9004
9005 @command{df} reports the amount of disk space used and available on
9006 file systems.  Synopsis:
9007
9008 @example
9009 df [@var{option}]@dots{} [@var{file}]@dots{}
9010 @end example
9011
9012 With no arguments, @command{df} reports the space used and available on all
9013 currently mounted file systems (of all types).  Otherwise, @command{df}
9014 reports on the file system containing each argument @var{file}.
9015
9016 Normally the disk space is printed in units of
9017 1024 bytes, but this can be overridden (@pxref{Block size}).
9018 Non-integer quantities are rounded up to the next higher unit.
9019
9020 @cindex disk device file
9021 @cindex device file, disk
9022 If an argument @var{file} is a disk device file containing a mounted
9023 file system, @command{df} shows the space available on that file system
9024 rather than on the file system containing the device node (i.e., the root
9025 file system).  @sc{gnu} @command{df} does not attempt to determine the disk usage
9026 on unmounted file systems, because on most kinds of systems doing so
9027 requires extremely nonportable intimate knowledge of file system
9028 structures.
9029
9030 The program accepts the following options.  Also see @ref{Common options}.
9031
9032 @table @samp
9033
9034 @item -a
9035 @itemx --all
9036 @opindex -a
9037 @opindex --all
9038 @cindex automounter file systems
9039 @cindex ignore file systems
9040 Include in the listing dummy file systems, which
9041 are omitted by default.  Such file systems are typically special-purpose
9042 pseudo-file-systems, such as automounter entries.
9043
9044 @item -B @var{size}
9045 @itemx --block-size=@var{size}
9046 @opindex -B
9047 @opindex --block-size
9048 @cindex file system sizes
9049 Scale sizes by @var{size} before printing them (@pxref{Block size}).
9050 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
9051
9052 @optHumanReadable
9053
9054 @item -H
9055 @opindex -H
9056 Equivalent to @option{--si}.
9057
9058 @item -i
9059 @itemx --inodes
9060 @opindex -i
9061 @opindex --inodes
9062 @cindex inode usage
9063 List inode usage information instead of block usage.  An inode (short
9064 for index node) contains information about a file such as its owner,
9065 permissions, timestamps, and location on the disk.
9066
9067 @item -k
9068 @opindex -k
9069 @cindex kibibytes for file system sizes
9070 Print sizes in 1024-byte blocks, overriding the default block size
9071 (@pxref{Block size}).
9072 This option is equivalent to @option{--block-size=1K}.
9073
9074 @item -l
9075 @itemx --local
9076 @opindex -l
9077 @opindex --local
9078 @cindex file system types, limiting output to certain
9079 Limit the listing to local file systems.  By default, remote file systems
9080 are also listed.
9081
9082 @item --no-sync
9083 @opindex --no-sync
9084 @cindex file system space, retrieving old data more quickly
9085 Do not invoke the @code{sync} system call before getting any usage data.
9086 This may make @command{df} run significantly faster on systems with many
9087 disks, but on some systems (notably SunOS) the results may be slightly
9088 out of date.  This is the default.
9089
9090 @item -P
9091 @itemx --portability
9092 @opindex -P
9093 @opindex --portability
9094 @cindex one-line output format
9095 @cindex @acronym{POSIX} output format
9096 @cindex portable output format
9097 @cindex output format, portable
9098 Use the @acronym{POSIX} output format.  This is like the default format except
9099 for the following:
9100
9101 @enumerate
9102 @item
9103 The information about each file system is always printed on exactly
9104 one line; a mount device is never put on a line by itself.  This means
9105 that if the mount device name is more than 20 characters long (e.g., for
9106 some network mounts), the columns are misaligned.
9107
9108 @item
9109 The labels in the header output line are changed to conform to @acronym{POSIX}.
9110 @end enumerate
9111
9112 @optSi
9113
9114 @item --sync
9115 @opindex --sync
9116 @cindex file system space, retrieving current data more slowly
9117 Invoke the @code{sync} system call before getting any usage data.  On
9118 some systems (notably SunOS), doing this yields more up to date results,
9119 but in general this option makes @command{df} much slower, especially when
9120 there are many or very busy file systems.
9121
9122 @item -t @var{fstype}
9123 @itemx --type=@var{fstype}
9124 @opindex -t
9125 @opindex --type
9126 @cindex file system types, limiting output to certain
9127 Limit the listing to file systems of type @var{fstype}.  Multiple
9128 file system types can be specified by giving multiple @option{-t} options.
9129 By default, nothing is omitted.
9130
9131 @item -T
9132 @itemx --print-type
9133 @opindex -T
9134 @opindex --print-type
9135 @cindex file system types, printing
9136 Print each file system's type.  The types printed here are the same ones
9137 you can include or exclude with @option{-t} and @option{-x}.  The particular
9138 types printed are whatever is supported by the system.  Here are some of
9139 the common names (this list is certainly not exhaustive):
9140
9141 @table @samp
9142
9143 @item nfs
9144 @cindex @acronym{NFS} file system type
9145 An @acronym{NFS} file system, i.e., one mounted over a network from another
9146 machine.  This is the one type name which seems to be used uniformly by
9147 all systems.
9148
9149 @item 4.2@r{, }ufs@r{, }efs@dots{}
9150 @cindex Linux file system types
9151 @cindex local file system types
9152 @opindex 4.2 @r{file system type}
9153 @opindex ufs @r{file system type}
9154 @opindex efs @r{file system type}
9155 A file system on a locally-mounted hard disk.  (The system might even
9156 support more than one type here; Linux does.)
9157
9158 @item hsfs@r{, }cdfs
9159 @cindex CD-ROM file system type
9160 @cindex High Sierra file system
9161 @opindex hsfs @r{file system type}
9162 @opindex cdfs @r{file system type}
9163 A file system on a CD-ROM drive.  HP-UX uses @samp{cdfs}, most other
9164 systems use @samp{hsfs} (@samp{hs} for ``High Sierra'').
9165
9166 @item pcfs
9167 @cindex PC file system
9168 @cindex DOS file system
9169 @cindex MS-DOS file system
9170 @cindex diskette file system
9171 @opindex pcfs
9172 An MS-DOS file system, usually on a diskette.
9173
9174 @end table
9175
9176 @item -x @var{fstype}
9177 @itemx --exclude-type=@var{fstype}
9178 @opindex -x
9179 @opindex --exclude-type
9180 Limit the listing to file systems not of type @var{fstype}.
9181 Multiple file system types can be eliminated by giving multiple
9182 @option{-x} options.  By default, no file system types are omitted.
9183
9184 @item -v
9185 Ignored; for compatibility with System V versions of @command{df}.
9186
9187 @end table
9188
9189 @exitstatus
9190
9191
9192 @node du invocation
9193 @section @command{du}: Estimate file space usage
9194
9195 @pindex du
9196 @cindex file space usage
9197 @cindex disk usage for files
9198
9199 @command{du} reports the amount of disk space used by the specified files
9200 and for each subdirectory (of directory arguments).  Synopsis:
9201
9202 @example
9203 du [@var{option}]@dots{} [@var{file}]@dots{}
9204 @end example
9205
9206 With no arguments, @command{du} reports the disk space for the current
9207 directory.  Normally the disk space is printed in units of
9208 1024 bytes, but this can be overridden (@pxref{Block size}).
9209 Non-integer quantities are rounded up to the next higher unit.
9210
9211 The program accepts the following options.  Also see @ref{Common options}.
9212
9213 @table @samp
9214
9215 @item -a
9216 @itemx --all
9217 @opindex -a
9218 @opindex --all
9219 Show counts for all files, not just directories.
9220
9221 @itemx --apparent-size
9222 @opindex --apparent-size
9223 Print apparent sizes, rather than disk usage.  The apparent size of a
9224 file is the number of bytes reported by @code{wc -c} on regular files,
9225 or more generally, @code{ls -l --block-size=1} or @code{stat --format=%s}.
9226 For example, a file containing the word @samp{zoo} with no newline would,
9227 of course, have an apparent size of 3.  Such a small file may require
9228 anywhere from 0 to 16 KiB or more of disk space, depending on
9229 the type and configuration of the file system on which the file resides.
9230 However, a sparse file created with this command:
9231
9232 @example
9233 dd bs=1 seek=2GiB if=/dev/null of=big
9234 @end example
9235
9236 @noindent
9237 has an apparent size of 2 GiB, yet on most modern
9238 systems, it actually uses almost no disk space.
9239
9240 @item -b
9241 @itemx --bytes
9242 @opindex -b
9243 @opindex --bytes
9244 Equivalent to @code{--apparent-size --block-size=1}.
9245
9246 @item -B @var{size}
9247 @itemx --block-size=@var{size}
9248 @opindex -B
9249 @opindex --block-size
9250 @cindex file sizes
9251 Scale sizes by @var{size} before printing them (@pxref{Block size}).
9252 For example, @option{-BG} prints sizes in units of 1,073,741,824 bytes.
9253
9254 @item -c
9255 @itemx --total
9256 @opindex -c
9257 @opindex --total
9258 @cindex grand total of disk space
9259 Print a grand total of all arguments after all arguments have
9260 been processed.  This can be used to find out the total disk usage of
9261 a given set of files or directories.
9262
9263 @item -D
9264 @itemx --dereference-args
9265 @opindex -D
9266 @opindex --dereference-args
9267 Dereference symbolic links that are command line arguments.
9268 Does not affect other symbolic links.  This is helpful for finding
9269 out the disk usage of directories, such as @file{/usr/tmp}, which
9270 are often symbolic links.
9271
9272 @itemx --files0-from=@var{FILE}
9273 @opindex --files0-from=@var{FILE}
9274 @cindex including files from @command{du}
9275 Rather than processing files named on the command line, process those
9276 named in file @var{FILE}; each name is terminated by a null byte.
9277 This is useful with the @option{--total} (@option{-c}) option when
9278 the list of file names is so long that it may exceed a command line
9279 length limitation.
9280 In such cases, running @command{du} via @command{xargs} is undesirable
9281 because it splits the list into pieces and makes @command{du} print a
9282 total for each sublist rather than for the entire list.
9283 One way to produce a list of null-byte-terminated file names is with @sc{gnu}
9284 @command{find}, using its @option{-print0} predicate.
9285 Do not specify any @var{FILE} on the command line when using this option.
9286
9287 @optHumanReadable
9288
9289 @item -H
9290 @opindex -H
9291 Currently, @option{-H} is the same as @option{--si},
9292 except that @option{-H} evokes a warning.
9293 This option will be changed to be equivalent to
9294 @option{--dereference-args} (@option{-D}).
9295
9296 @item -k
9297 @opindex -k
9298 @cindex kibibytes for file sizes
9299 Print sizes in 1024-byte blocks, overriding the default block size
9300 (@pxref{Block size}).
9301 This option is equivalent to @option{--block-size=1K}.
9302
9303 @item -l
9304 @itemx --count-links
9305 @opindex -l
9306 @opindex --count-links
9307 @cindex hard links, counting in @command{du}
9308 Count the size of all files, even if they have appeared already (as a
9309 hard link).
9310
9311 @item -L
9312 @itemx --dereference
9313 @opindex -L
9314 @opindex --dereference
9315 @cindex symbolic links, dereferencing in @command{du}
9316 Dereference symbolic links (show the disk space used by the file
9317 or directory that the link points to instead of the space used by
9318 the link).
9319
9320 @item -m
9321 @opindex -m
9322 @cindex mebibytes for file sizes
9323 Print sizes in 1,048,576-byte blocks, overriding the default block size
9324 (@pxref{Block size}).
9325 This option is equivalent to @option{--block-size=1M}.
9326
9327 @item -P
9328 @itemx --no-dereference
9329 @opindex -P
9330 @opindex --no-dereference
9331 @cindex symbolic links, dereferencing in @command{du}
9332 For each symbolic links encountered by @command{du},
9333 consider the disk space used by the symbolic link.
9334
9335 @item --max-depth=@var{DEPTH}
9336 @opindex --max-depth=@var{DEPTH}
9337 @cindex limiting output of @command{du}
9338 Show the total for each directory (and file if --all) that is at
9339 most MAX_DEPTH levels down from the root of the hierarchy.  The root
9340 is at level 0, so @code{du --max-depth=0} is equivalent to @code{du -s}.
9341
9342 @item -0
9343 @opindex -0
9344 @itemx --null
9345 @opindex --null
9346 @cindex output null-byte-terminated lines
9347 Output a null byte at the end of each line, rather than a newline.
9348 This option enables other programs to parse the output of @command{du}
9349 even when that output would contain file names with embedded newlines.
9350
9351 @itemx --si
9352 @opindex --si
9353 @cindex SI output
9354 Append an SI-style abbreviation to each size, such as @samp{MB} for
9355 megabytes.  Powers of 1000 are used, not 1024; @samp{MB} stands for
9356 1,000,000 bytes.  Use the @option{-h} or @option{--human-readable} option if
9357 you prefer powers of 1024.
9358
9359 @item -s
9360 @itemx --summarize
9361 @opindex -s
9362 @opindex --summarize
9363 Display only a total for each argument.
9364
9365 @item -S
9366 @itemx --separate-dirs
9367 @opindex -S
9368 @opindex --separate-dirs
9369 Report the size of each directory separately, not including the sizes
9370 of subdirectories.
9371
9372 @itemx --time
9373 @opindex --time
9374 @cindex last modified dates, displaying in @command{du}
9375 Show time of the most recent modification of any file in the directory,
9376 or any of its subdirectories.
9377
9378 @itemx --time=ctime
9379 @itemx --time=status
9380 @itemx --time=use
9381 @opindex --time
9382 @opindex ctime@r{, show the most recent}
9383 @opindex status time@r{, show the most recent}
9384 @opindex use time@r{, show the most recent}
9385 Show the most recent status change time (the @samp{ctime} in the inode) of
9386 any file in the directory, instead of the modification time.
9387
9388 @itemx --time=atime
9389 @itemx --time=access
9390 @opindex --time
9391 @opindex atime@r{, show the most recent}
9392 @opindex access time@r{, show the most recent}
9393 Show the most recent access time (the @samp{atime} in the inode) of
9394 any file in the directory, instead of the modification time.
9395
9396 @item --time-style=@var{style}
9397 @opindex --time-style
9398 @cindex time style
9399 List timestamps in style @var{style}.  This option has an effect only if
9400 the @option{--time} option is also specified.  The @var{style} should
9401 be one of the following:
9402
9403 @table @samp
9404 @item +@var{format}
9405 @vindex LC_TIME
9406 List timestamps using @var{format}, where @var{format} is interpreted
9407 like the format argument of @command{date} (@pxref{date invocation}).
9408 For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
9409 @command{du} to list timestamps like @samp{2002-03-30 23:45:56}.  As
9410 with @command{date}, @var{format}'s interpretation is affected by the
9411 @env{LC_TIME} locale category.
9412
9413 @item full-iso
9414 List timestamps in full using @acronym{ISO} 8601 date, time, and time zone
9415 format with nanosecond precision, e.g., @samp{2002-03-30
9416 23:45:56.477817180 -0700}.  This style is equivalent to
9417 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
9418
9419 @item long-iso
9420 List @acronym{ISO} 8601 date and time in minutes, e.g.,
9421 @samp{2002-03-30 23:45}.  These timestamps are shorter than
9422 @samp{full-iso} timestamps, and are usually good enough for everyday
9423 work.  This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
9424
9425 @item iso
9426 List @acronym{ISO} 8601 dates for timestamps, e.g., @samp{2002-03-30}.
9427 This style is equivalent to @samp{+%Y-%m-%d}.
9428 @end table
9429
9430 @vindex TIME_STYLE
9431 You can specify the default value of the @option{--time-style} option
9432 with the environment variable @env{TIME_STYLE}; if @env{TIME_STYLE} is not set
9433 the default style is @samp{long-iso}.  For compatibility with @command{ls},
9434 if @env{TIME_STYLE} begins with @samp{+} and contains a newline,
9435 the newline and any later characters are ignored; if @env{TIME_STYLE}
9436 begins with @samp{posix-} the @samp{posix-} is ignored; and if
9437 @env{TIME_STYLE} is @samp{locale} it is ignored.
9438
9439 @item -x
9440 @itemx --one-file-system
9441 @opindex -x
9442 @opindex --one-file-system
9443 @cindex one file system, restricting @command{du} to
9444 Skip directories that are on different file systems from the one that
9445 the argument being processed is on.
9446
9447 @item --exclude=@var{PATTERN}
9448 @opindex --exclude=@var{PATTERN}
9449 @cindex excluding files from @command{du}
9450 When recursing, skip subdirectories or files matching @var{PATTERN}.
9451 For example, @code{du --exclude='*.o'} excludes files whose names
9452 end in @samp{.o}.
9453
9454 @item -X @var{FILE}
9455 @itemx --exclude-from=@var{FILE}
9456 @opindex -X @var{FILE}
9457 @opindex --exclude-from=@var{FILE}
9458 @cindex excluding files from @command{du}
9459 Like @option{--exclude}, except take the patterns to exclude from @var{FILE},
9460 one per line.  If @var{FILE} is @samp{-}, take the patterns from standard
9461 input.
9462
9463 @end table
9464
9465 @cindex NFS mounts from BSD to HP-UX
9466 On BSD systems, @command{du} reports sizes that are half the correct
9467 values for files that are NFS-mounted from HP-UX systems.  On HP-UX
9468 systems, it reports sizes that are twice the correct values for
9469 files that are NFS-mounted from BSD systems.  This is due to a flaw
9470 in HP-UX; it also affects the HP-UX @command{du} program.
9471
9472 @exitstatus
9473
9474
9475 @node stat invocation
9476 @section @command{stat}: Report file or file system status
9477
9478 @pindex stat
9479 @cindex file status
9480 @cindex file system status
9481
9482 @command{stat} displays information about the specified file(s).  Synopsis:
9483
9484 @example
9485 stat [@var{option}]@dots{} [@var{file}]@dots{}
9486 @end example
9487
9488 With no option, @command{stat} reports all information about the given files.
9489 But it also can be used to report the information of the file systems the
9490 given files are located on.  If the files are links, @command{stat} can
9491 also give information about the files the links point to.
9492
9493
9494 @table @samp
9495
9496 @item -L
9497 @itemx --dereference
9498 @opindex -L
9499 @opindex --dereference
9500 @cindex symbolic links, dereferencing in @command{stat}
9501 Change how @command{stat} treats symbolic links.
9502 With this option, @command{stat} acts on the file referenced
9503 by each symbolic link argument.
9504 Without it, @command{stat} acts on any symbolic link argument directly.
9505
9506 @item -f
9507 @itemx --file-system
9508 @opindex -f
9509 @opindex --file-system
9510 @cindex file systems
9511 Report information about the file systems where the given files are located
9512 instead of information about the files themselves.
9513
9514 @item -c
9515 @itemx --format=@var{format}
9516 @opindex -c
9517 @opindex --format=@var{format}
9518 @cindex output format
9519 Use @var{format} rather than the default format.
9520 @var{format} is automatically newline-terminated, so
9521 running a command like the following with two or more @var{file}
9522 operands produces a line of output for each operand:
9523 @example
9524 $ stat --format=%d:%i / /usr
9525 2050:2
9526 2057:2
9527 @end example
9528
9529 @itemx --printf=@var{format}
9530 @opindex --printf=@var{format}
9531 @cindex output format
9532 Use @var{format} rather than the default format.
9533 Like like @option{--format}, but interpret backslash escapes,
9534 and do not output a mandatory trailing newline.
9535 If you want a newline, include @samp{\n} in the @var{format}.
9536 Here's how you would use @option{--printf} to print the device
9537 and inode numbers of @file{/} and @file{/usr}:
9538 @example
9539 $ stat --printf='%d:%i\n' / /usr
9540 2050:2
9541 2057:2
9542 @end example
9543
9544 @item -t
9545 @itemx --terse
9546 @opindex -t
9547 @opindex --terse
9548 @cindex terse output
9549 Print the information in terse form, suitable for parsing by other programs.
9550
9551 The valid format sequences for files are:
9552
9553 @itemize @bullet
9554 @item %a - Access rights in octal
9555 @item %A - Access rights in human readable form
9556 @item %b - Number of blocks allocated (see @samp{%B})
9557 @item %B - The size in bytes of each block reported by @samp{%b}
9558 @item %d - Device number in decimal
9559 @item %D - Device number in hex
9560 @item %f - Raw mode in hex
9561 @item %F - File type
9562 @item %g - Group ID of owner
9563 @item %G - Group name of owner
9564 @item %h - Number of hard links
9565 @item %i - Inode number
9566 @item %n - File name
9567 @item %N - Quoted file name with dereference if symbolic link
9568 @item %o - I/O block size
9569 @item %s - Total size, in bytes
9570 @item %t - Major device type in hex
9571 @item %T - Minor device type in hex
9572 @item %u - User ID of owner
9573 @item %U - User name of owner
9574 @item %x - Time of last access
9575 @item %X - Time of last access as seconds since Epoch
9576 @item %y - Time of last modification
9577 @item %Y - Time of last modification as seconds since Epoch
9578 @item %z - Time of last change
9579 @item %Z - Time of last change as seconds since Epoch
9580 @end itemize
9581
9582 The valid format sequences for file systems are:
9583
9584 @itemize @bullet
9585 @item %a - Free blocks available to non-superuser
9586 @item %b - Total data blocks in file system
9587 @item %c - Total file nodes in file system
9588 @item %d - Free file nodes in file system
9589 @item %f - Free blocks in file system
9590 @item %i - File System ID in hex
9591 @item %l - Maximum length of file names
9592 @item %n - File name
9593 @item %s - Block size (for faster transfers)
9594 @item %S - Fundamental block size (for block counts)
9595 @item %t - Type in hex
9596 @item %T - Type in human readable form
9597 @end itemize
9598
9599 @vindex TZ
9600 Time stamps are listed according to the time zone rules specified by
9601 the @env{TZ} environment variable, or by the system default rules if
9602 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
9603 with @env{TZ}, libc, The GNU C Library}.
9604 @end table
9605
9606 @exitstatus
9607
9608
9609 @node sync invocation
9610 @section @command{sync}: Synchronize data on disk with memory
9611
9612 @pindex sync
9613 @cindex synchronize disk and memory
9614
9615 @cindex superblock, writing
9616 @cindex inodes, written buffered
9617 @command{sync} writes any data buffered in memory out to disk.  This can
9618 include (but is not limited to) modified superblocks, modified inodes,
9619 and delayed reads and writes.  This must be implemented by the kernel;
9620 The @command{sync} program does nothing but exercise the @code{sync} system
9621 call.
9622
9623 @cindex crashes and corruption
9624 The kernel keeps data in memory to avoid doing (relatively slow) disk
9625 reads and writes.  This improves performance, but if the computer
9626 crashes, data may be lost or the file system corrupted as a
9627 result.  The @command{sync} command ensures everything in memory
9628 is written to disk.
9629
9630 Any arguments are ignored, except for a lone @option{--help} or
9631 @option{--version} (@pxref{Common options}).
9632
9633 @exitstatus
9634
9635
9636 @node Printing text
9637 @chapter Printing text
9638
9639 @cindex printing text, commands for
9640 @cindex commands for printing text
9641
9642 This section describes commands that display text strings.
9643
9644 @menu
9645 * echo invocation::             Print a line of text.
9646 * printf invocation::           Format and print data.
9647 * yes invocation::              Print a string until interrupted.
9648 @end menu
9649
9650
9651 @node echo invocation
9652 @section @command{echo}: Print a line of text
9653
9654 @pindex echo
9655 @cindex displaying text
9656 @cindex printing text
9657 @cindex text, displaying
9658 @cindex arbitrary text, displaying
9659
9660 @command{echo} writes each given @var{string} to standard output, with a
9661 space between each and a newline after the last one.  Synopsis:
9662
9663 @example
9664 echo [@var{option}]@dots{} [@var{string}]@dots{}
9665 @end example
9666
9667 The program accepts the following options.  Also see @ref{Common options}.
9668 Options must precede operands, and the normally-special argument
9669 @samp{--} has no special meaning and is treated like any other
9670 @var{string}.
9671
9672 @table @samp
9673 @item -n
9674 @opindex -n
9675 Do not output the trailing newline.
9676
9677 @item -e
9678 @opindex -e
9679 @cindex backslash escapes
9680 Enable interpretation of the following backslash-escaped characters in
9681 each @var{string}:
9682
9683 @table @samp
9684 @item \a
9685 alert (bell)
9686 @item \b
9687 backspace
9688 @item \c
9689 suppress trailing newline
9690 @item \f
9691 form feed
9692 @item \n
9693 new line
9694 @item \r
9695 carriage return
9696 @item \t
9697 horizontal tab
9698 @item \v
9699 vertical tab
9700 @item \\
9701 backslash
9702 @item \0@var{nnn}
9703 the eight-bit value that is the octal number @var{nnn}
9704 (zero to three octal digits)
9705 @item \@var{nnn}
9706 the eight-bit value that is the octal number @var{nnn}
9707 (one to three octal digits)
9708 @item \x@var{hh}
9709 the eight-bit value that is the hexadecimal number @var{hh}
9710 (one or two hexadecimal digits)
9711 @end table
9712
9713 @item -E
9714 @opindex -E
9715 @cindex backslash escapes
9716 Disable interpretation of backslash escapes in each @var{string}.
9717 This is the default.  If @option{-e} and @option{-E} are both
9718 specified, the last one given takes effect.
9719
9720 @end table
9721
9722 @vindex POSIXLY_CORRECT
9723 If the @env{POSIXLY_CORRECT} environment variable is set, then when
9724 @command{echo}'s first argument is not @option{-n} it outputs
9725 option-like arguments instead of treating them as options.  For
9726 example, @code{echo -ne hello} outputs @samp{-ne hello} instead of
9727 plain @samp{hello}.
9728
9729 @acronym{POSIX} does not require support for any options, and says
9730 that the behavior of @command{echo} is implementation-defined if any
9731 @var{string} contains a backslash or if the first argument is
9732 @option{-n}.  Portable programs can use the @command{printf} command
9733 if they need to omit trailing newlines or output control characters or
9734 backslashes.  @xref{printf invocation}.
9735
9736 @exitstatus
9737
9738
9739 @node printf invocation
9740 @section @command{printf}: Format and print data
9741
9742 @pindex printf
9743 @command{printf} does formatted printing of text.  Synopsis:
9744
9745 @example
9746 printf @var{format} [@var{argument}]@dots{}
9747 @end example
9748
9749 @command{printf} prints the @var{format} string, interpreting @samp{%}
9750 directives and @samp{\} escapes to format numeric and string arguments
9751 in a way that is mostly similar to the C @samp{printf} function.  The
9752 differences are as follows:
9753
9754 @itemize @bullet
9755
9756 @item
9757 The @var{format} argument is reused as necessary to convert all the
9758 given @var{argument}s.  For example, the command @samp{printf %s a b}
9759 outputs @samp{ab}.
9760
9761 @item
9762 Missing @var{argument}s are treated as null strings or as zeros,
9763 depending on whether the context expects a string or a number.  For
9764 example, the command @samp{printf %sx%d} prints @samp{x0}.
9765
9766 @item
9767 @kindex \c
9768 An additional escape, @samp{\c}, causes @command{printf} to produce no
9769 further output.  For example, the command @samp{printf 'A%sC\cD%sF' B
9770 E} prints @samp{ABC}.
9771
9772 @item
9773 The hexadecimal escape sequence @samp{\x@var{hh}} has at most two
9774 digits, as opposed to C where it can have an unlimited number of
9775 digits.  For example, the command @samp{printf '\x07e'} prints two
9776 bytes, whereas the C statement @samp{printf ("\x07e")} prints just
9777 one.
9778
9779 @item
9780 @kindex %b
9781 @command{printf} has an additional directive, @samp{%b}, which prints its
9782 argument string with @samp{\} escapes interpreted in the same way as in
9783 the @var{format} string, except that octal escapes are of the form
9784 @samp{\0@var{ooo}} where @var{ooo} is 0 to 3 octal digits.
9785 If a precision is also given, it limits the number of bytes printed
9786 from the converted string.
9787
9788 @item
9789 Numeric arguments must be single C constants, possibly with leading
9790 @samp{+} or @samp{-}.  For example, @samp{printf %.4d -3} outputs
9791 @samp{-0003}.
9792
9793 @item
9794 @vindex POSIXLY_CORRECT
9795 If the leading character of a numeric argument is @samp{"} or @samp{'}
9796 then its value is the numeric value of the immediately following
9797 character.  Any remaining characters are silently ignored if the
9798 @env{POSIXLY_CORRECT} environment variable is set; otherwise, a
9799 warning is printed.  For example, @samp{printf "%d" "'a"} outputs
9800 @samp{97} on hosts that use the @acronym{ASCII} character set, since
9801 @samp{a} has the numeric value 97 in @acronym{ASCII}.
9802
9803 @end itemize
9804
9805 @vindex LC_NUMERIC
9806 A floating-point argument must use a period before any fractional
9807 digits, but is printed according to the @env{LC_NUMERIC} category of the
9808 current locale.  For example, in a locale whose radix character is a
9809 comma, the command @samp{printf %g 3.14} outputs @samp{3,14} whereas
9810 the command @samp{printf %g 3,14} is an error.
9811
9812 @kindex \@var{ooo}
9813 @kindex \x@var{hh}
9814 @command{printf} interprets @samp{\@var{ooo}} in @var{format} as an octal number
9815 (if @var{ooo} is 1 to 3 octal digits) specifying a character to print,
9816 and @samp{\x@var{hh}} as a hexadecimal number (if @var{hh} is 1 to 2 hex
9817 digits) specifying a character to print.
9818
9819 @kindex \uhhhh
9820 @kindex \Uhhhhhhhh
9821 @cindex Unicode
9822 @cindex ISO/IEC 10646
9823 @vindex LC_CTYPE
9824 @command{printf} interprets two character syntaxes introduced in
9825 @acronym{ISO} C 99:
9826 @samp{\u} for 16-bit Unicode (@acronym{ISO}/@acronym{IEC} 10646)
9827 characters, specified as
9828 four hexadecimal digits @var{hhhh}, and @samp{\U} for 32-bit Unicode
9829 characters, specified as eight hexadecimal digits @var{hhhhhhhh}.
9830 @command{printf} outputs the Unicode characters
9831 according to the @env{LC_CTYPE} locale.
9832
9833 The processing of @samp{\u} and @samp{\U} requires a full-featured
9834 @code{iconv} facility.  It is activated on systems with glibc 2.2 (or newer),
9835 or when @code{libiconv} is installed prior to this package.  Otherwise
9836 @samp{\u} and @samp{\U} will print as-is.
9837
9838 The only options are a lone @option{--help} or
9839 @option{--version}.  @xref{Common options}.
9840 Options must precede operands.
9841
9842 The Unicode character syntaxes are useful for writing strings in a locale
9843 independent way.  For example, a string containing the Euro currency symbol
9844
9845 @example
9846 $ /usr/local/bin/printf '\u20AC 14.95'
9847 @end example
9848
9849 @noindent
9850 will be output correctly in all locales supporting the Euro symbol
9851 (@acronym{ISO}-8859-15, UTF-8, and others).  Similarly, a Chinese string
9852
9853 @example
9854 $ /usr/local/bin/printf '\u4e2d\u6587'
9855 @end example
9856
9857 @noindent
9858 will be output correctly in all Chinese locales (GB2312, BIG5, UTF-8, etc).
9859
9860 Note that in these examples, the full name of @command{printf} has been
9861 given, to distinguish it from the GNU @code{bash} built-in function
9862 @command{printf}.
9863
9864 For larger strings, you don't need to look up the hexadecimal code
9865 values of each character one by one.  @acronym{ASCII} characters mixed with \u
9866 escape sequences is also known as the JAVA source file encoding.  You can
9867 use GNU recode 3.5c (or newer) to convert strings to this encoding.  Here
9868 is how to convert a piece of text into a shell script which will output
9869 this text in a locale-independent way:
9870
9871 @smallexample
9872 $ LC_CTYPE=zh_CN.big5 /usr/local/bin/printf \
9873     '\u4e2d\u6587\n' > sample.txt
9874 $ recode BIG5..JAVA < sample.txt \
9875     | sed -e "s|^|/usr/local/bin/printf '|" -e "s|$|\\\\n'|" \
9876     > sample.sh
9877 @end smallexample
9878
9879 @exitstatus
9880
9881
9882 @node yes invocation
9883 @section @command{yes}: Print a string until interrupted
9884
9885 @pindex yes
9886 @cindex repeated output of a string
9887
9888 @command{yes} prints the command line arguments, separated by spaces and
9889 followed by a newline, forever until it is killed.  If no arguments are
9890 given, it prints @samp{y} followed by a newline forever until killed.
9891
9892 Upon a write error, @command{yes} exits with status @samp{1}.
9893
9894 The only options are a lone @option{--help} or @option{--version}.
9895 To output an argument that begins with
9896 @samp{-}, precede it with @option{--}, e.g., @samp{yes -- --help}.
9897 @xref{Common options}.
9898
9899
9900 @node Conditions
9901 @chapter Conditions
9902
9903 @cindex conditions
9904 @cindex commands for exit status
9905 @cindex exit status commands
9906
9907 This section describes commands that are primarily useful for their exit
9908 status, rather than their output.  Thus, they are often used as the
9909 condition of shell @code{if} statements, or as the last command in a
9910 pipeline.
9911
9912 @menu
9913 * false invocation::            Do nothing, unsuccessfully.
9914 * true invocation::             Do nothing, successfully.
9915 * test invocation::             Check file types and compare values.
9916 * expr invocation::             Evaluate expressions.
9917 @end menu
9918
9919
9920 @node false invocation
9921 @section @command{false}: Do nothing, unsuccessfully
9922
9923 @pindex false
9924 @cindex do nothing, unsuccessfully
9925 @cindex failure exit status
9926 @cindex exit status of @command{false}
9927
9928 @command{false} does nothing except return an exit status of 1, meaning
9929 @dfn{failure}.  It can be used as a place holder in shell scripts
9930 where an unsuccessful command is needed.
9931 In most modern shells, @command{false} is a built-in command, so when
9932 you use @samp{false} in a script, you're probably using the built-in
9933 command, not the one documented here.
9934
9935 @command{false} honors the @option{--help} and @option{--version} options.
9936
9937 This version of @command{false} is implemented as a C program, and is thus
9938 more secure and faster than a shell script implementation, and may safely
9939 be used as a dummy shell for the purpose of disabling accounts.
9940
9941 Note that @command{false} (unlike all other programs documented herein)
9942 exits unsuccessfully, even when invoked with
9943 @option{--help} or @option{--version}.
9944
9945 Portable programs should not assume that the exit status of
9946 @command{false} is 1, as it is greater than 1 on some
9947 non-@acronym{GNU} hosts.
9948
9949
9950 @node true invocation
9951 @section @command{true}: Do nothing, successfully
9952
9953 @pindex true
9954 @cindex do nothing, successfully
9955 @cindex no-op
9956 @cindex successful exit
9957 @cindex exit status of @command{true}
9958
9959 @command{true} does nothing except return an exit status of 0, meaning
9960 @dfn{success}.  It can be used as a place holder in shell scripts
9961 where a successful command is needed, although the shell built-in
9962 command @code{:} (colon) may do the same thing faster.
9963 In most modern shells, @command{true} is a built-in command, so when
9964 you use @samp{true} in a script, you're probably using the built-in
9965 command, not the one documented here.
9966
9967 @command{true} honors the @option{--help} and @option{--version} options.
9968
9969 Note, however, that it is possible to cause @command{true}
9970 to exit with nonzero status: with the @option{--help} or @option{--version}
9971 option, and with standard
9972 output already closed or redirected to a file that evokes an I/O error.
9973 For example, using a Bourne-compatible shell:
9974
9975 @example
9976 $ ./true --version >&-
9977 ./true: write error: Bad file number
9978 $ ./true --version > /dev/full
9979 ./true: write error: No space left on device
9980 @end example
9981
9982 This version of @command{true} is implemented as a C program, and is thus
9983 more secure and faster than a shell script implementation, and may safely
9984 be used as a dummy shell for the purpose of disabling accounts.
9985
9986 @node test invocation
9987 @section @command{test}: Check file types and compare values
9988
9989 @pindex test
9990 @cindex check file types
9991 @cindex compare values
9992 @cindex expression evaluation
9993
9994 @command{test} returns a status of 0 (true) or 1 (false) depending on the
9995 evaluation of the conditional expression @var{expr}.  Each part of the
9996 expression must be a separate argument.
9997
9998 @command{test} has file status checks, string operators, and numeric
9999 comparison operators.
10000
10001 @command{test} has an alternate form that uses opening and closing
10002 square brackets instead a leading @samp{test}.  For example, instead
10003 of @samp{test -d /}, you can write @samp{[ -d / ]}.  The square
10004 brackets must be separate arguments; for example, @samp{[-d /]} does
10005 not have the desired effect.  Since @samp{test @var{expr}} and @samp{[
10006 @var{expr} ]} have the same meaning, only the former form is discussed
10007 below.
10008
10009 Synopses:
10010
10011 @example
10012 test @var{expression}
10013 test
10014 [ @var{expression} ]
10015 [ ]
10016 [ @var{option}
10017 @end example
10018
10019 @cindex conflicts with shell built-ins
10020 @cindex built-in shell commands, conflicts with
10021 Because most shells have a built-in @command{test} command, using an
10022 unadorned @command{test} in a script or interactively may get you
10023 different functionality than that described here.
10024
10025 If @var{expression} is omitted, @command{test} returns false.
10026 If @var{expression} is a single argument,
10027 @command{test} returns false if the argument is null and true otherwise.  The argument
10028 can be any string, including strings like @samp{-d}, @samp{-1},
10029 @samp{--}, @samp{--help}, and @samp{--version} that most other
10030 programs would treat as options.  To get help and version information,
10031 invoke the commands @samp{[ --help} and @samp{[ --version}, without
10032 the usual closing brackets.  @xref{Common options}.
10033
10034 @cindex exit status of @command{test}
10035 Exit status:
10036
10037 @display
10038 0 if the expression is true,
10039 1 if the expression is false,
10040 2 if an error occurred.
10041 @end display
10042
10043 @menu
10044 * File type tests::             -[bcdfhLpSt]
10045 * Access permission tests::     -[gkruwxOG]
10046 * File characteristic tests::   -e -s -nt -ot -ef
10047 * String tests::                -z -n = !=
10048 * Numeric tests::               -eq -ne -lt -le -gt -ge
10049 * Connectives for test::        ! -a -o
10050 @end menu
10051
10052
10053 @node File type tests
10054 @subsection File type tests
10055
10056 @cindex file type tests
10057
10058 These options test for particular types of files.  (Everything's a file,
10059 but not all files are the same!)
10060
10061 @table @samp
10062
10063 @item -b @var{file}
10064 @opindex -b
10065 @cindex block special check
10066 True if @var{file} exists and is a block special device.
10067
10068 @item -c @var{file}
10069 @opindex -c
10070 @cindex character special check
10071 True if @var{file} exists and is a character special device.
10072
10073 @item -d @var{file}
10074 @opindex -d
10075 @cindex directory check
10076 True if @var{file} exists and is a directory.
10077
10078 @item -f @var{file}
10079 @opindex -f
10080 @cindex regular file check
10081 True if @var{file} exists and is a regular file.
10082
10083 @item -h @var{file}
10084 @itemx -L @var{file}
10085 @opindex -L
10086 @opindex -h
10087 @cindex symbolic link check
10088 True if @var{file} exists and is a symbolic link.
10089 Unlike all other file-related tests, this test does not dereference
10090 @var{file} if it is a symbolic link.
10091
10092 @item -p @var{file}
10093 @opindex -p
10094 @cindex named pipe check
10095 True if @var{file} exists and is a named pipe.
10096
10097 @item -S @var{file}
10098 @opindex -S
10099 @cindex socket check
10100 True if @var{file} exists and is a socket.
10101
10102 @item -t @var{fd}
10103 @opindex -t
10104 @cindex terminal check
10105 True if @var{fd} is a file descriptor that is associated with a
10106 terminal.
10107
10108 @end table
10109
10110
10111 @node Access permission tests
10112 @subsection Access permission tests
10113
10114 @cindex access permission tests
10115 @cindex permission tests
10116
10117 These options test for particular access permissions.
10118
10119 @table @samp
10120
10121 @item -g @var{file}
10122 @opindex -g
10123 @cindex set-group-ID check
10124 True if @var{file} exists and has its set-group-ID bit set.
10125
10126 @item -k @var{file}
10127 @opindex -k
10128 @cindex sticky bit check
10129 True if @var{file} exists and has its @dfn{sticky} bit set.
10130
10131 @item -r @var{file}
10132 @opindex -r
10133 @cindex readable file check
10134 True if @var{file} exists and read permission is granted.
10135
10136 @item -u @var{file}
10137 @opindex -u
10138 @cindex set-user-ID check
10139 True if @var{file} exists and has its set-user-ID bit set.
10140
10141 @item -w @var{file}
10142 @opindex -w
10143 @cindex writable file check
10144 True if @var{file} exists and write permission is granted.
10145
10146 @item -x @var{file}
10147 @opindex -x
10148 @cindex executable file check
10149 True if @var{file} exists and execute permission is granted
10150 (or search permission, if it is a directory).
10151
10152 @item -O @var{file}
10153 @opindex -O
10154 @cindex owned by effective user ID check
10155 True if @var{file} exists and is owned by the current effective user ID.
10156
10157 @item -G @var{file}
10158 @opindex -G
10159 @cindex owned by effective group ID check
10160 True if @var{file} exists and is owned by the current effective group ID.
10161
10162 @end table
10163
10164 @node File characteristic tests
10165 @subsection File characteristic tests
10166
10167 @cindex file characteristic tests
10168
10169 These options test other file characteristics.
10170
10171 @table @samp
10172
10173 @item -e @var{file}
10174 @opindex -e
10175 @cindex existence-of-file check
10176 True if @var{file} exists.
10177
10178 @item -s @var{file}
10179 @opindex -s
10180 @cindex nonempty file check
10181 True if @var{file} exists and has a size greater than zero.
10182
10183 @item @var{file1} -nt @var{file2}
10184 @opindex -nt
10185 @cindex newer-than file check
10186 True if @var{file1} is newer (according to modification date) than
10187 @var{file2}, or if @var{file1} exists and @var{file2} does not.
10188
10189 @item @var{file1} -ot @var{file2}
10190 @opindex -ot
10191 @cindex older-than file check
10192 True if @var{file1} is older (according to modification date) than
10193 @var{file2}, or if @var{file2} exists and @var{file1} does not.
10194
10195 @item @var{file1} -ef @var{file2}
10196 @opindex -ef
10197 @cindex same file check
10198 @cindex hard link check
10199 True if @var{file1} and @var{file2} have the same device and inode
10200 numbers, i.e., if they are hard links to each other.
10201
10202 @end table
10203
10204
10205 @node String tests
10206 @subsection String tests
10207
10208 @cindex string tests
10209
10210 These options test string characteristics.  You may need to quote
10211 @var{string} arguments for the shell.  For example:
10212
10213 @example
10214 test -n "$V"
10215 @end example
10216
10217 The quotes here prevent the wrong arguments from being passed to
10218 @command{test} if @samp{$V} is empty or contains special characters.
10219
10220 @table @samp
10221
10222 @item -z @var{string}
10223 @opindex -z
10224 @cindex zero-length string check
10225 True if the length of @var{string} is zero.
10226
10227 @item -n @var{string}
10228 @itemx @var{string}
10229 @opindex -n
10230 @cindex nonzero-length string check
10231 True if the length of @var{string} is nonzero.
10232
10233 @item @var{string1} = @var{string2}
10234 @opindex =
10235 @cindex equal string check
10236 True if the strings are equal.
10237
10238 @item @var{string1} != @var{string2}
10239 @opindex !=
10240 @cindex not-equal string check
10241 True if the strings are not equal.
10242
10243 @end table
10244
10245
10246 @node Numeric tests
10247 @subsection Numeric tests
10248
10249 @cindex numeric tests
10250 @cindex arithmetic tests
10251
10252 Numeric relationals.  The arguments must be entirely numeric (possibly
10253 negative), or the special expression @w{@code{-l @var{string}}}, which
10254 evaluates to the length of @var{string}.
10255
10256 @table @samp
10257
10258 @item @var{arg1} -eq @var{arg2}
10259 @itemx @var{arg1} -ne @var{arg2}
10260 @itemx @var{arg1} -lt @var{arg2}
10261 @itemx @var{arg1} -le @var{arg2}
10262 @itemx @var{arg1} -gt @var{arg2}
10263 @itemx @var{arg1} -ge @var{arg2}
10264 @opindex -eq
10265 @opindex -ne
10266 @opindex -lt
10267 @opindex -le
10268 @opindex -gt
10269 @opindex -ge
10270 These arithmetic binary operators return true if @var{arg1} is equal,
10271 not-equal, less-than, less-than-or-equal, greater-than, or
10272 greater-than-or-equal than @var{arg2}, respectively.
10273
10274 @end table
10275
10276 For example:
10277
10278 @example
10279 test -1 -gt -2 && echo yes
10280 @result{} yes
10281 test -l abc -gt 1 && echo yes
10282 @result{} yes
10283 test 0x100 -eq 1
10284 @error{} test: integer expression expected before -eq
10285 @end example
10286
10287
10288 @node Connectives for test
10289 @subsection Connectives for @command{test}
10290
10291 @cindex logical connectives
10292 @cindex connectives, logical
10293
10294 The usual logical connectives.
10295
10296 @table @samp
10297
10298 @item ! @var{expr}
10299 @opindex !
10300 True if @var{expr} is false.
10301
10302 @item @var{expr1} -a @var{expr2}
10303 @opindex -a
10304 @cindex logical and operator
10305 @cindex and operator
10306 True if both @var{expr1} and @var{expr2} are true.
10307
10308 @item @var{expr1} -o @var{expr2}
10309 @opindex -o
10310 @cindex logical or operator
10311 @cindex or operator
10312 True if either @var{expr1} or @var{expr2} is true.
10313
10314 @end table
10315
10316
10317 @node expr invocation
10318 @section @command{expr}: Evaluate expressions
10319
10320 @pindex expr
10321 @cindex expression evaluation
10322 @cindex evaluation of expressions
10323
10324 @command{expr} evaluates an expression and writes the result on standard
10325 output.  Each token of the expression must be a separate argument.
10326
10327 Operands are either integers or strings.  Integers consist of one or
10328 more decimal digits, with an optional leading @samp{-}.
10329 @command{expr} converts
10330 anything appearing in an operand position to an integer or a string
10331 depending on the operation being applied to it.
10332
10333 Strings are not quoted for @command{expr} itself, though you may need to
10334 quote them to protect characters with special meaning to the shell,
10335 e.g., spaces.  However, regardless of whether it is quoted, a string
10336 operand should not be a parenthesis or any of @command{expr}'s
10337 operators like @code{+}, so you cannot safely pass an arbitrary string
10338 @code{$str} to expr merely by quoting it to the shell.  One way to
10339 work around this is to use the @sc{gnu} extension @code{+},
10340 (e.g., @code{+ "$str" = foo}); a more portable way is to use
10341 @code{@w{" $str"}} and to adjust the rest of the expression to take
10342 the leading space into account (e.g., @code{@w{" $str" = " foo"}}).
10343
10344 You should not pass a negative integer or a string with leading
10345 @samp{-} as @command{expr}'s first argument, as it might be
10346 misinterpreted as an option; this can be avoided by parenthesization.
10347 Also, portable scripts should not use a string operand that happens to
10348 take the form of an integer; this can be worked around by inserting
10349 leading spaces as mentioned above.
10350
10351 @cindex parentheses for grouping
10352 Operators may be given as infix symbols or prefix keywords.  Parentheses
10353 may be used for grouping in the usual manner.  You must quote
10354 parentheses and many operators to avoid the shell evaluating them,
10355 however.
10356
10357 The only options are @option{--help} and @option{--version}.  @xref{Common
10358 options}.  Options must precede operands.
10359
10360 @cindex exit status of @command{expr}
10361 Exit status:
10362
10363 @display
10364 0 if the expression is neither null nor 0,
10365 1 if the expression is null or 0,
10366 2 if the expression is invalid,
10367 3 if an internal error occurred (e.g., arithmetic overflow).
10368 @end display
10369
10370 @menu
10371 * String expressions::          + : match substr index length
10372 * Numeric expressions::         + - * / %
10373 * Relations for expr::          | & < <= = == != >= >
10374 * Examples of expr::            Examples.
10375 @end menu
10376
10377
10378 @node String expressions
10379 @subsection String expressions
10380
10381 @cindex string expressions
10382 @cindex expressions, string
10383
10384 @command{expr} supports pattern matching and other string operators.  These
10385 have lower precedence than both the numeric and relational operators (in
10386 the next sections).
10387
10388 @table @samp
10389
10390 @item @var{string} : @var{regex}
10391 @cindex pattern matching
10392 @cindex regular expression matching
10393 @cindex matching patterns
10394 Perform pattern matching.  The arguments are converted to strings and the
10395 second is considered to be a (basic, a la GNU @code{grep}) regular
10396 expression, with a @code{^} implicitly prepended.  The first argument is
10397 then matched against this regular expression.
10398
10399 If the match succeeds and @var{regex} uses @samp{\(} and @samp{\)}, the
10400 @code{:} expression returns the part of @var{string} that matched the
10401 subexpression; otherwise, it returns the number of characters matched.
10402
10403 If the match fails, the @code{:} operator returns the null string if
10404 @samp{\(} and @samp{\)} are used in @var{regex}, otherwise 0.
10405
10406 @kindex \( @r{regexp operator}
10407 Only the first @samp{\( @dots{} \)} pair is relevant to the return
10408 value; additional pairs are meaningful only for grouping the regular
10409 expression operators.
10410
10411 @kindex \+ @r{regexp operator}
10412 @kindex \? @r{regexp operator}
10413 @kindex \| @r{regexp operator}
10414 In the regular expression, @code{\+}, @code{\?}, and @code{\|} are
10415 operators which respectively match one or more, zero or one, or separate
10416 alternatives.  SunOS and other @command{expr}'s treat these as regular
10417 characters.  (@acronym{POSIX} allows either behavior.)
10418 @xref{Top, , Regular Expression Library, regex, Regex}, for details of
10419 regular expression syntax.  Some examples are in @ref{Examples of expr}.
10420
10421 @item match @var{string} @var{regex}
10422 @findex match
10423 An alternative way to do pattern matching.  This is the same as
10424 @w{@samp{@var{string} : @var{regex}}}.
10425
10426 @item substr @var{string} @var{position} @var{length}
10427 @findex substr
10428 Returns the substring of @var{string} beginning at @var{position}
10429 with length at most @var{length}.  If either @var{position} or
10430 @var{length} is negative, zero, or non-numeric, returns the null string.
10431
10432 @item index @var{string} @var{charset}
10433 @findex index
10434 Returns the first position in @var{string} where the first character in
10435 @var{charset} was found.  If no character in @var{charset} is found in
10436 @var{string}, return 0.
10437
10438 @item length @var{string}
10439 @findex length
10440 Returns the length of @var{string}.
10441
10442 @item + @var{token}
10443 @kindex +
10444 Interpret @var{token} as a string, even if it is a keyword like @var{match}
10445 or an operator like @code{/}.
10446 This makes it possible to test @code{expr length + "$x"} or
10447 @code{expr + "$x" : '.*/\(.\)'} and have it do the right thing even if
10448 the value of @var{$x} happens to be (for example) @code{/} or @code{index}.
10449 This operator is a GNU extension.  Portable shell scripts should use
10450 @code{@w{" $token"} : @w{' \(.*\)'}} instead of @code{+ "$token"}.
10451
10452 @end table
10453
10454 To make @command{expr} interpret keywords as strings, you must use the
10455 @code{quote} operator.
10456
10457
10458 @node Numeric expressions
10459 @subsection Numeric expressions
10460
10461 @cindex numeric expressions
10462 @cindex expressions, numeric
10463
10464 @command{expr} supports the usual numeric operators, in order of increasing
10465 precedence.  The string operators (previous section) have lower precedence,
10466 the connectives (next section) have higher.
10467
10468 @table @samp
10469
10470 @item + -
10471 @kindex +
10472 @kindex -
10473 @cindex addition
10474 @cindex subtraction
10475 Addition and subtraction.  Both arguments are converted to integers;
10476 an error occurs if this cannot be done.
10477
10478 @item * / %
10479 @kindex *
10480 @kindex /
10481 @kindex %
10482 @cindex multiplication
10483 @cindex division
10484 @cindex remainder
10485 Multiplication, division, remainder.  Both arguments are converted to
10486 integers; an error occurs if this cannot be done.
10487
10488 @end table
10489
10490
10491 @node Relations for expr
10492 @subsection Relations for @command{expr}
10493
10494 @cindex connectives, logical
10495 @cindex logical connectives
10496 @cindex relations, numeric or string
10497
10498 @command{expr} supports the usual logical connectives and relations.  These
10499 are higher precedence than either the string or numeric operators
10500 (previous sections).  Here is the list, lowest-precedence operator first.
10501
10502 @table @samp
10503
10504 @item |
10505 @kindex |
10506 @cindex logical or operator
10507 @cindex or operator
10508 Returns its first argument if that is neither null nor zero, otherwise
10509 its second argument if it is neither null nor zero, otherwise 0.  It
10510 does not evaluate its second argument if its first argument is neither
10511 null nor zero.
10512
10513 @item &
10514 @kindex &
10515 @cindex logical and operator
10516 @cindex and operator
10517 Return its first argument if neither argument is null or zero, otherwise
10518 0.  It does not evaluate its second argument if its first argument is
10519 null or zero.
10520
10521 @item < <= = == != >= >
10522 @kindex <
10523 @kindex <=
10524 @kindex =
10525 @kindex ==
10526 @kindex >
10527 @kindex >=
10528 @cindex comparison operators
10529 @vindex LC_COLLATE
10530 Compare the arguments and return 1 if the relation is true, 0 otherwise.
10531 @code{==} is a synonym for @code{=}.  @command{expr} first tries to convert
10532 both arguments to integers and do a numeric comparison; if either
10533 conversion fails, it does a lexicographic comparison using the character
10534 collating sequence specified by the @env{LC_COLLATE} locale.
10535
10536 @end table
10537
10538
10539 @node Examples of expr
10540 @subsection Examples of using @command{expr}
10541
10542 @cindex examples of @command{expr}
10543 Here are a few examples, including quoting for shell metacharacters.
10544
10545 To add 1 to the shell variable @code{foo}, in Bourne-compatible shells:
10546
10547 @example
10548 foo=`expr $foo + 1`
10549 @end example
10550
10551 To print the non-directory part of the file name stored in
10552 @code{$fname}, which need not contain a @code{/}:
10553
10554 @example
10555 expr $fname : '.*/\(.*\)' '|' $fname
10556 @end example
10557
10558 An example showing that @code{\+} is an operator:
10559
10560 @example
10561 expr aaa : 'a\+'
10562 @result{} 3
10563 @end example
10564
10565 @example
10566 expr abc : 'a\(.\)c'
10567 @result{} b
10568 expr index abcdef cz
10569 @result{} 3
10570 expr index index a
10571 @error{} expr: syntax error
10572 expr index quote index a
10573 @result{} 0
10574 @end example
10575
10576
10577 @node Redirection
10578 @chapter Redirection
10579
10580 @cindex redirection
10581 @cindex commands for redirection
10582
10583 Unix shells commonly provide several forms of @dfn{redirection}---ways
10584 to change the input source or output destination of a command.  But one
10585 useful redirection is performed by a separate command, not by the shell;
10586 it's described here.
10587
10588 @menu
10589 * tee invocation::              Redirect output to multiple files.
10590 @end menu
10591
10592
10593 @node tee invocation
10594 @section @command{tee}: Redirect output to multiple files
10595
10596 @pindex tee
10597 @cindex pipe fitting
10598 @cindex destinations, multiple output
10599 @cindex read from stdin and write to stdout and files
10600
10601 The @command{tee} command copies standard input to standard output and also
10602 to any files given as arguments.  This is useful when you want not only
10603 to send some data down a pipe, but also to save a copy.  Synopsis:
10604
10605 @example
10606 tee [@var{option}]@dots{} [@var{file}]@dots{}
10607 @end example
10608
10609 If a file being written to does not already exist, it is created.  If a
10610 file being written to already exists, the data it previously contained
10611 is overwritten unless the @option{-a} option is used.
10612
10613 A @var{file} of @samp{-} causes @command{tee} to send another copy of
10614 input to standard output, but this is typically not that useful as the
10615 copies are interleaved.
10616
10617 The program accepts the following options.  Also see @ref{Common options}.
10618
10619 @table @samp
10620 @item -a
10621 @itemx --append
10622 @opindex -a
10623 @opindex --append
10624 Append standard input to the given files rather than overwriting
10625 them.
10626
10627 @item -i
10628 @itemx --ignore-interrupts
10629 @opindex -i
10630 @opindex --ignore-interrupts
10631 Ignore interrupt signals.
10632
10633 @end table
10634
10635 @exitstatus
10636
10637
10638 @node File name manipulation
10639 @chapter File name manipulation
10640
10641 @cindex file name manipulation
10642 @cindex manipulation of file names
10643 @cindex commands for file name manipulation
10644
10645 This section describes commands that manipulate file names.
10646
10647 @menu
10648 * basename invocation::         Strip directory and suffix from a file name.
10649 * dirname invocation::          Strip non-directory suffix from a file name.
10650 * pathchk invocation::          Check file name portability.
10651 @end menu
10652
10653
10654 @node basename invocation
10655 @section @command{basename}: Strip directory and suffix from a file name
10656
10657 @pindex basename
10658 @cindex strip directory and suffix from file names
10659 @cindex directory, stripping from file names
10660 @cindex suffix, stripping from file names
10661 @cindex file names, stripping directory and suffix
10662 @cindex leading directory components, stripping
10663
10664 @command{basename} removes any leading directory components from
10665 @var{name}.  Synopsis:
10666
10667 @example
10668 basename @var{name} [@var{suffix}]
10669 @end example
10670
10671 If @var{suffix} is specified and is identical to the end of @var{name},
10672 it is removed from @var{name} as well.  Note that since trailing slashes
10673 are removed prior to suffix matching, @var{suffix} will do nothing if it
10674 contains slashes.  @command{basename} prints the result on standard
10675 output.
10676
10677 @c This test is used both here and in the section on dirname.
10678 @macro basenameAndDirname
10679 Together, @command{basename} and @command{dirname} are designed such
10680 that if @samp{ls "$name"} succeeds, then the command sequence @samp{cd
10681 "$(dirname "$name")"; ls "$(basename "$name")"} will, too.  This works
10682 for everything except file names containing a trailing newline.
10683 @end macro
10684 @basenameAndDirname
10685
10686 @acronym{POSIX} allows the implementation to define the results if
10687 @var{name} is empty or @samp{//}.  In the former case, @acronym{GNU}
10688 @command{basename} returns the empty string.  In the latter case, the
10689 result is @samp{//} on platforms where @var{//} is distinct from
10690 @var{/}, and @samp{/} on platforms where there is no difference.
10691
10692 The only options are @option{--help} and @option{--version}.  @xref{Common
10693 options}.  Options must precede operands.
10694
10695 @exitstatus
10696
10697 Examples:
10698
10699 @smallexample
10700 # Output "sort".
10701 basename /usr/bin/sort
10702
10703 # Output "stdio".
10704 basename include/stdio.h .h
10705 @end smallexample
10706
10707
10708 @node dirname invocation
10709 @section @command{dirname}: Strip non-directory suffix from a file name
10710
10711 @pindex dirname
10712 @cindex directory components, printing
10713 @cindex stripping non-directory suffix
10714 @cindex non-directory suffix, stripping
10715
10716 @command{dirname} prints all but the final slash-delimited component of
10717 a string (presumably a file name).  Synopsis:
10718
10719 @example
10720 dirname @var{name}
10721 @end example
10722
10723 If @var{name} is a single component, @command{dirname} prints @samp{.}
10724 (meaning the current directory).
10725
10726 @basenameAndDirname
10727
10728 @acronym{POSIX} allows the implementation to define the results if
10729 @var{name} is @samp{//}.  With @acronym{GNU} @command{dirname}, the
10730 result is @samp{//} on platforms where @var{//} is distinct from
10731 @var{/}, and @samp{/} on platforms where there is no difference.
10732
10733 The only options are @option{--help} and @option{--version}.  @xref{Common
10734 options}.
10735
10736 @exitstatus
10737
10738 Examples:
10739
10740 @smallexample
10741 # Output "/usr/bin".
10742 dirname /usr/bin/sort
10743
10744 # Output ".".
10745 dirname stdio.h
10746 @end smallexample
10747
10748
10749 @node pathchk invocation
10750 @section @command{pathchk}: Check file name portability
10751
10752 @pindex pathchk
10753 @cindex file names, checking validity and portability
10754 @cindex valid file names, checking for
10755 @cindex portable file names, checking for
10756
10757 @command{pathchk} checks portability of file names.  Synopsis:
10758
10759 @example
10760 pathchk [@var{option}]@dots{} @var{name}@dots{}
10761 @end example
10762
10763 For each @var{name}, @command{pathchk} prints a message if any of
10764 these conditions is true:
10765
10766 @enumerate
10767 @item
10768 One of the existing directories in @var{name} does not have search
10769 (execute) permission,
10770 @item
10771 The length of @var{name} is larger than the maximum supported by the
10772 operating system.
10773 @item
10774 The length of one component of @var{name} is longer than
10775 its file system's maximum.
10776 @end enumerate
10777
10778 A nonexistent @var{name} is not an error, so long a file with that
10779 name could be created under the above conditions.
10780
10781 The program accepts the following options.  Also see @ref{Common options}.
10782 Options must precede operands.
10783
10784 @table @samp
10785
10786 @item -p
10787 @opindex -p
10788 Instead of performing checks based on the underlying file system,
10789 print a message if any of these conditions is true:
10790
10791 @enumerate
10792 @item
10793 A file name is empty.
10794
10795 @item
10796 The length of a file name or one of its components exceeds the
10797 @acronym{POSIX} minimum limits for portability.
10798
10799 @item
10800 A file name contains a character outside the portable file name
10801 character set, namely, the ASCII letters and digits, @samp{-},
10802 @samp{.}, @samp{/}, and @samp{_}.
10803 @end enumerate
10804
10805 @item -P
10806 @opindex -P
10807 Print a message if a file name is empty, or if it contains a component
10808 that begins with @samp{-}.
10809
10810 @item --portability
10811 @opindex --portability
10812 Print a message if a file name is not portable to all @acronym{POSIX}
10813 hosts.  This option is equivalent to @samp{-p -P}.
10814
10815 @end table
10816
10817 @cindex exit status of @command{pathchk}
10818 Exit status:
10819
10820 @display
10821 0 if all specified file names passed all checks,
10822 1 otherwise.
10823 @end display
10824
10825
10826 @node Working context
10827 @chapter Working context
10828
10829 @cindex working context
10830 @cindex commands for printing the working context
10831
10832 This section describes commands that display or alter the context in
10833 which you are working: the current directory, the terminal settings, and
10834 so forth.  See also the user-related commands in the next section.
10835
10836 @menu
10837 * pwd invocation::              Print working directory.
10838 * stty invocation::             Print or change terminal characteristics.
10839 * printenv invocation::         Print environment variables.
10840 * tty invocation::              Print file name of terminal on standard input.
10841 @end menu
10842
10843
10844 @node pwd invocation
10845 @section @command{pwd}: Print working directory
10846
10847 @pindex pwd
10848 @cindex print name of current directory
10849 @cindex current working directory, printing
10850 @cindex working directory, printing
10851
10852 @cindex symbolic links and @command{pwd}
10853 @command{pwd} prints the fully resolved name of the current directory.
10854 That is, all components of the printed name will be actual directory
10855 names---none will be symbolic links.
10856
10857 @cindex conflicts with shell built-ins
10858 @cindex built-in shell commands, conflicts with
10859 Because most shells have a built-in @command{pwd} command, using an
10860 unadorned @command{pwd} in a script or interactively may get you
10861 different functionality than that described here.
10862
10863 The only options are a lone @option{--help} or
10864 @option{--version}.  @xref{Common options}.
10865
10866 @exitstatus
10867
10868
10869 @node stty invocation
10870 @section @command{stty}: Print or change terminal characteristics
10871
10872 @pindex stty
10873 @cindex change or print terminal settings
10874 @cindex terminal settings
10875 @cindex line settings of terminal
10876
10877 @command{stty} prints or changes terminal characteristics, such as baud rate.
10878 Synopses:
10879
10880 @example
10881 stty [@var{option}] [@var{setting}]@dots{}
10882 stty [@var{option}]
10883 @end example
10884
10885 If given no line settings, @command{stty} prints the baud rate, line
10886 discipline number (on systems that support it), and line settings
10887 that have been changed from the values set by @samp{stty sane}.
10888 By default, mode reading and setting are performed on the tty line
10889 connected to standard input, although this can be modified by the
10890 @option{--file} option.
10891
10892 @command{stty} accepts many non-option arguments that change aspects of
10893 the terminal line operation, as described below.
10894
10895 The program accepts the following options.  Also see @ref{Common options}.
10896
10897 @table @samp
10898 @item -a
10899 @itemx --all
10900 @opindex -a
10901 @opindex --all
10902 Print all current settings in human-readable form.  This option may not
10903 be used in combination with any line settings.
10904
10905 @item -F @var{device}
10906 @itemx --file=@var{device}
10907 @opindex -F
10908 @opindex --file
10909 Set the line opened by the file name specified in @var{device} instead of
10910 the tty line connected to standard input.  This option is necessary
10911 because opening a @acronym{POSIX} tty requires use of the @code{O_NONDELAY} flag to
10912 prevent a @acronym{POSIX} tty from blocking until the carrier detect line is high if
10913 the @code{clocal} flag is not set.  Hence, it is not always possible
10914 to allow the shell to open the device in the traditional manner.
10915
10916 @item -g
10917 @itemx --save
10918 @opindex -g
10919 @opindex --save
10920 @cindex machine-readable @command{stty} output
10921 Print all current settings in a form that can be used as an argument to
10922 another @command{stty} command to restore the current settings.  This option
10923 may not be used in combination with any line settings.
10924
10925 @end table
10926
10927 Many settings can be turned off by preceding them with a @samp{-}.
10928 Such arguments are marked below with ``May be negated'' in their
10929 description.  The descriptions themselves refer to the positive
10930 case, that is, when @emph{not} negated (unless stated otherwise,
10931 of course).
10932
10933 Some settings are not available on all @acronym{POSIX} systems, since they use
10934 extensions.  Such arguments are marked below with ``Non-@acronym{POSIX}'' in their
10935 description.  On non-@acronym{POSIX} systems, those or other settings also may not
10936 be available, but it's not feasible to document all the variations: just
10937 try it and see.
10938
10939 @exitstatus
10940
10941 @menu
10942 * Control::                     Control settings
10943 * Input::                       Input settings
10944 * Output::                      Output settings
10945 * Local::                       Local settings
10946 * Combination::                 Combination settings
10947 * Characters::                  Special characters
10948 * Special::                     Special settings
10949 @end menu
10950
10951
10952 @node Control
10953 @subsection Control settings
10954
10955 @cindex control settings
10956 Control settings:
10957
10958 @table @samp
10959 @item parenb
10960 @opindex parenb
10961 @cindex two-way parity
10962 Generate parity bit in output and expect parity bit in input.
10963 May be negated.
10964
10965 @item parodd
10966 @opindex parodd
10967 @cindex odd parity
10968 @cindex even parity
10969 Set odd parity (even if negated).  May be negated.
10970
10971 @item cs5
10972 @itemx cs6
10973 @itemx cs7
10974 @itemx cs8
10975 @opindex cs@var{n}
10976 @cindex character size
10977 @cindex eight-bit characters
10978 Set character size to 5, 6, 7, or 8 bits.
10979
10980 @item hup
10981 @itemx hupcl
10982 @opindex hup[cl]
10983 Send a hangup signal when the last process closes the tty.  May be
10984 negated.
10985
10986 @item cstopb
10987 @opindex cstopb
10988 @cindex stop bits
10989 Use two stop bits per character (one if negated).  May be negated.
10990
10991 @item cread
10992 @opindex cread
10993 Allow input to be received.  May be negated.
10994
10995 @item clocal
10996 @opindex clocal
10997 @cindex modem control
10998 Disable modem control signals.  May be negated.
10999
11000 @item crtscts
11001 @opindex crtscts
11002 @cindex hardware flow control
11003 @cindex flow control, hardware
11004 @cindex RTS/CTS flow control
11005 Enable RTS/CTS flow control.  Non-@acronym{POSIX}.  May be negated.
11006 @end table
11007
11008
11009 @node Input
11010 @subsection Input settings
11011
11012 @cindex input settings
11013
11014 @table @samp
11015 @item ignbrk
11016 @opindex ignbrk
11017 @cindex breaks, ignoring
11018 Ignore break characters.  May be negated.
11019
11020 @item brkint
11021 @opindex brkint
11022 @cindex breaks, cause interrupts
11023 Make breaks cause an interrupt signal.  May be negated.
11024
11025 @item ignpar
11026 @opindex ignpar
11027 @cindex parity, ignoring
11028 Ignore characters with parity errors.  May be negated.
11029
11030 @item parmrk
11031 @opindex parmrk
11032 @cindex parity errors, marking
11033 Mark parity errors (with a 255-0-character sequence).  May be negated.
11034
11035 @item inpck
11036 @opindex inpck
11037 Enable input parity checking.  May be negated.
11038
11039 @item istrip
11040 @opindex istrip
11041 @cindex eight-bit input
11042 Clear high (8th) bit of input characters.  May be negated.
11043
11044 @item inlcr
11045 @opindex inlcr
11046 @cindex newline, translating to return
11047 Translate newline to carriage return.  May be negated.
11048
11049 @item igncr
11050 @opindex igncr
11051 @cindex return, ignoring
11052 Ignore carriage return.  May be negated.
11053
11054 @item icrnl
11055 @opindex icrnl
11056 @cindex return, translating to newline
11057 Translate carriage return to newline.  May be negated.
11058
11059 @item iutf8
11060 @opindex iutf8
11061 @cindex input encoding, UTF-8
11062 Assume input characters are UTF-8 encoded.  May be negated.
11063
11064 @item ixon
11065 @opindex ixon
11066 @kindex C-s/C-q flow control
11067 @cindex XON/XOFF flow control
11068 Enable XON/XOFF flow control (that is, @kbd{CTRL-S}/@kbd{CTRL-Q}).  May
11069 be negated.
11070
11071 @item ixoff
11072 @itemx tandem
11073 @opindex ixoff
11074 @opindex tandem
11075 @cindex software flow control
11076 @cindex flow control, software
11077 Enable sending of @code{stop} character when the system input buffer
11078 is almost full, and @code{start} character when it becomes almost
11079 empty again.  May be negated.
11080
11081 @item iuclc
11082 @opindex iuclc
11083 @cindex uppercase, translating to lowercase
11084 Translate uppercase characters to lowercase.  Non-@acronym{POSIX}.  May be
11085 negated.
11086
11087 @item ixany
11088 @opindex ixany
11089 Allow any character to restart output (only the start character
11090 if negated).  Non-@acronym{POSIX}.  May be negated.
11091
11092 @item imaxbel
11093 @opindex imaxbel
11094 @cindex beeping at input buffer full
11095 Enable beeping and not flushing input buffer if a character arrives
11096 when the input buffer is full.  Non-@acronym{POSIX}.  May be negated.
11097 @end table
11098
11099
11100 @node Output
11101 @subsection Output settings
11102
11103 @cindex output settings
11104 These arguments specify output-related operations.
11105
11106 @table @samp
11107 @item opost
11108 @opindex opost
11109 Postprocess output.  May be negated.
11110
11111 @item olcuc
11112 @opindex olcuc
11113 @cindex lowercase, translating to output
11114 Translate lowercase characters to uppercase.  Non-@acronym{POSIX}.  May be
11115 negated.
11116
11117 @item ocrnl
11118 @opindex ocrnl
11119 @cindex return, translating to newline
11120 Translate carriage return to newline.  Non-@acronym{POSIX}.  May be negated.
11121
11122 @item onlcr
11123 @opindex onlcr
11124 @cindex newline, translating to crlf
11125 Translate newline to carriage return-newline.  Non-@acronym{POSIX}.  May be
11126 negated.
11127
11128 @item onocr
11129 @opindex onocr
11130 Do not print carriage returns in the first column.  Non-@acronym{POSIX}.
11131 May be negated.
11132
11133 @item onlret
11134 @opindex onlret
11135 Newline performs a carriage return.  Non-@acronym{POSIX}.  May be negated.
11136
11137 @item ofill
11138 @opindex ofill
11139 @cindex pad instead of timing for delaying
11140 Use fill (padding) characters instead of timing for delays.  Non-@acronym{POSIX}.
11141 May be negated.
11142
11143 @item ofdel
11144 @opindex ofdel
11145 @cindex pad character
11146 Use delete characters for fill instead of null characters.  Non-@acronym{POSIX}.
11147 May be negated.
11148
11149 @item nl1
11150 @itemx nl0
11151 @opindex nl@var{n}
11152 Newline delay style.  Non-@acronym{POSIX}.
11153
11154 @item cr3
11155 @itemx cr2
11156 @itemx cr1
11157 @itemx cr0
11158 @opindex cr@var{n}
11159 Carriage return delay style.  Non-@acronym{POSIX}.
11160
11161 @item tab3
11162 @itemx tab2
11163 @itemx tab1
11164 @itemx tab0
11165 @opindex tab@var{n}
11166 Horizontal tab delay style.  Non-@acronym{POSIX}.
11167
11168 @item bs1
11169 @itemx bs0
11170 @opindex bs@var{n}
11171 Backspace delay style.  Non-@acronym{POSIX}.
11172
11173 @item vt1
11174 @itemx vt0
11175 @opindex vt@var{n}
11176 Vertical tab delay style.  Non-@acronym{POSIX}.
11177
11178 @item ff1
11179 @itemx ff0
11180 @opindex ff@var{n}
11181 Form feed delay style.  Non-@acronym{POSIX}.
11182 @end table
11183
11184
11185 @node Local
11186 @subsection Local settings
11187
11188 @cindex local settings
11189
11190 @table @samp
11191 @item isig
11192 @opindex isig
11193 Enable @code{interrupt}, @code{quit}, and @code{suspend} special
11194 characters.  May be negated.
11195
11196 @item icanon
11197 @opindex icanon
11198 Enable @code{erase}, @code{kill}, @code{werase}, and @code{rprnt}
11199 special characters.  May be negated.
11200
11201 @item iexten
11202 @opindex iexten
11203 Enable non-@acronym{POSIX} special characters.  May be negated.
11204
11205 @item echo
11206 @opindex echo
11207 Echo input characters.  May be negated.
11208
11209 @item echoe
11210 @itemx crterase
11211 @opindex echoe
11212 @opindex crterase
11213 Echo @code{erase} characters as backspace-space-backspace.  May be
11214 negated.
11215
11216 @item echok
11217 @opindex echok
11218 @cindex newline echoing after @code{kill}
11219 Echo a newline after a @code{kill} character.  May be negated.
11220
11221 @item echonl
11222 @opindex echonl
11223 @cindex newline, echoing
11224 Echo newline even if not echoing other characters.  May be negated.
11225
11226 @item noflsh
11227 @opindex noflsh
11228 @cindex flushing, disabling
11229 Disable flushing after @code{interrupt} and @code{quit} special
11230 characters.  May be negated.
11231
11232 @item xcase
11233 @opindex xcase
11234 @cindex case translation
11235 Enable input and output of uppercase characters by preceding their
11236 lowercase equivalents with @samp{\}, when @code{icanon} is set.
11237 Non-@acronym{POSIX}.  May be negated.
11238
11239 @item tostop
11240 @opindex tostop
11241 @cindex background jobs, stopping at terminal write
11242 Stop background jobs that try to write to the terminal.  Non-@acronym{POSIX}.
11243 May be negated.
11244
11245 @item echoprt
11246 @itemx prterase
11247 @opindex echoprt
11248 @opindex prterase
11249 Echo erased characters backward, between @samp{\} and @samp{/}.
11250 Non-@acronym{POSIX}.  May be negated.
11251
11252 @item echoctl
11253 @itemx ctlecho
11254 @opindex echoctl
11255 @opindex ctlecho
11256 @cindex control characters, using @samp{^@var{c}}
11257 @cindex hat notation for control characters
11258 Echo control characters in hat notation (@samp{^@var{c}}) instead
11259 of literally.  Non-@acronym{POSIX}.  May be negated.
11260
11261 @item echoke
11262 @itemx crtkill
11263 @opindex echoke
11264 @opindex crtkill
11265 Echo the @code{kill} special character by erasing each character on
11266 the line as indicated by the @code{echoprt} and @code{echoe} settings,
11267 instead of by the @code{echoctl} and @code{echok} settings.  Non-@acronym{POSIX}.
11268 May be negated.
11269 @end table
11270
11271
11272 @node Combination
11273 @subsection Combination settings
11274
11275 @cindex combination settings
11276 Combination settings:
11277
11278 @table @samp
11279 @item evenp
11280 @opindex evenp
11281 @itemx parity
11282 @opindex parity
11283 Same as @code{parenb -parodd cs7}.  May be negated.  If negated, same
11284 as @code{-parenb cs8}.
11285
11286 @item oddp
11287 @opindex oddp
11288 Same as @code{parenb parodd cs7}.  May be negated.  If negated, same
11289 as @code{-parenb cs8}.
11290
11291 @item nl
11292 @opindex nl
11293 Same as @code{-icrnl -onlcr}.  May be negated.  If negated, same as
11294 @code{icrnl -inlcr -igncr onlcr -ocrnl -onlret}.
11295
11296 @item ek
11297 @opindex ek
11298 Reset the @code{erase} and @code{kill} special characters to their default
11299 values.
11300
11301 @item sane
11302 @opindex sane
11303 Same as:
11304
11305 @c This is too long to write inline.
11306 @example
11307 cread -ignbrk brkint -inlcr -igncr icrnl -ixoff
11308 -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr
11309 -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0
11310 ff0 isig icanon iexten echo echoe echok -echonl
11311 -noflsh -xcase -tostop -echoprt echoctl echoke
11312 @end example
11313
11314 @noindent
11315 and also sets all special characters to their default values.
11316
11317 @item cooked
11318 @opindex cooked
11319 Same as @code{brkint ignpar istrip icrnl ixon opost isig icanon}, plus
11320 sets the @code{eof} and @code{eol} characters to their default values
11321 if they are the same as the @code{min} and @code{time} characters.
11322 May be negated.  If negated, same as @code{raw}.
11323
11324 @item raw
11325 @opindex raw
11326 Same as:
11327
11328 @example
11329 -ignbrk -brkint -ignpar -parmrk -inpck -istrip
11330 -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany
11331 -imaxbel -opost -isig -icanon -xcase min 1 time 0
11332 @end example
11333
11334 @noindent
11335 May be negated.  If negated, same as @code{cooked}.
11336
11337 @item cbreak
11338 @opindex cbreak
11339 Same as @option{-icanon}.  May be negated.  If negated, same as
11340 @code{icanon}.
11341
11342 @item pass8
11343 @opindex pass8
11344 @cindex eight-bit characters
11345 Same as @code{-parenb -istrip cs8}.  May be negated.  If negated,
11346 same as @code{parenb istrip cs7}.
11347
11348 @item litout
11349 @opindex litout
11350 Same as @option{-parenb -istrip -opost cs8}.  May be negated.
11351 If negated, same as @code{parenb istrip opost cs7}.
11352
11353 @item decctlq
11354 @opindex decctlq
11355 Same as @option{-ixany}.  Non-@acronym{POSIX}.  May be negated.
11356
11357 @item tabs
11358 @opindex tabs
11359 Same as @code{tab0}.  Non-@acronym{POSIX}.  May be negated.  If negated, same
11360 as @code{tab3}.
11361
11362 @item lcase
11363 @itemx LCASE
11364 @opindex lcase
11365 @opindex LCASE
11366 Same as @code{xcase iuclc olcuc}.  Non-@acronym{POSIX}.  May be negated.
11367
11368 @item crt
11369 @opindex crt
11370 Same as @code{echoe echoctl echoke}.
11371
11372 @item dec
11373 @opindex dec
11374 Same as @code{echoe echoctl echoke -ixany intr ^C erase ^? kill C-u}.
11375 @end table
11376
11377
11378 @node Characters
11379 @subsection Special characters
11380
11381 @cindex special characters
11382 @cindex characters, special
11383
11384 The special characters' default values vary from system to system.
11385 They are set with the syntax @samp{name value}, where the names are
11386 listed below and the value can be given either literally, in hat
11387 notation (@samp{^@var{c}}), or as an integer which may start with
11388 @samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
11389 any other digit to indicate decimal.
11390
11391 @cindex disabling special characters
11392 @kindex u@r{, and disabling special characters}
11393 For GNU stty, giving a value of @code{^-} or @code{undef} disables that
11394 special character.  (This is incompatible with Ultrix @command{stty},
11395 which uses  a value of @samp{u} to disable a special character.  GNU
11396 @command{stty} treats a value @samp{u} like any other, namely to set that
11397 special character to @key{U}.)
11398
11399 @table @samp
11400
11401 @item intr
11402 @opindex intr
11403 Send an interrupt signal.
11404
11405 @item quit
11406 @opindex quit
11407 Send a quit signal.
11408
11409 @item erase
11410 @opindex erase
11411 Erase the last character typed.
11412
11413 @item kill
11414 @opindex kill
11415 Erase the current line.
11416
11417 @item eof
11418 @opindex eof
11419 Send an end of file (terminate the input).
11420
11421 @item eol
11422 @opindex eol
11423 End the line.
11424
11425 @item eol2
11426 @opindex eol2
11427 Alternate character to end the line.  Non-@acronym{POSIX}.
11428
11429 @item swtch
11430 @opindex swtch
11431 Switch to a different shell layer.  Non-@acronym{POSIX}.
11432
11433 @item start
11434 @opindex start
11435 Restart the output after stopping it.
11436
11437 @item stop
11438 @opindex stop
11439 Stop the output.
11440
11441 @item susp
11442 @opindex susp
11443 Send a terminal stop signal.
11444
11445 @item dsusp
11446 @opindex dsusp
11447 Send a terminal stop signal after flushing the input.  Non-@acronym{POSIX}.
11448
11449 @item rprnt
11450 @opindex rprnt
11451 Redraw the current line.  Non-@acronym{POSIX}.
11452
11453 @item werase
11454 @opindex werase
11455 Erase the last word typed.  Non-@acronym{POSIX}.
11456
11457 @item lnext
11458 @opindex lnext
11459 Enter the next character typed literally, even if it is a special
11460 character.  Non-@acronym{POSIX}.
11461 @end table
11462
11463
11464 @node Special
11465 @subsection Special settings
11466
11467 @cindex special settings
11468
11469 @table @samp
11470 @item min @var{n}
11471 @opindex min
11472 Set the minimum number of characters that will satisfy a read until
11473 the time value has expired, when @option{-icanon} is set.
11474
11475 @item time @var{n}
11476 @opindex time
11477 Set the number of tenths of a second before reads time out if the minimum
11478 number of characters have not been read, when @option{-icanon} is set.
11479
11480 @item ispeed @var{n}
11481 @opindex ispeed
11482 Set the input speed to @var{n}.
11483
11484 @item ospeed @var{n}
11485 @opindex ospeed
11486 Set the output speed to @var{n}.
11487
11488 @item rows @var{n}
11489 @opindex rows
11490 Tell the tty kernel driver that the terminal has @var{n} rows.  Non-@acronym{POSIX}.
11491
11492 @item cols @var{n}
11493 @itemx columns @var{n}
11494 @opindex cols
11495 @opindex columns
11496 Tell the kernel that the terminal has @var{n} columns.  Non-@acronym{POSIX}.
11497
11498 @item size
11499 @opindex size
11500 @vindex LINES
11501 @vindex COLUMNS
11502 Print the number of rows and columns that the kernel thinks the
11503 terminal has.  (Systems that don't support rows and columns in the kernel
11504 typically use the environment variables @env{LINES} and @env{COLUMNS}
11505 instead; however, GNU @command{stty} does not know anything about them.)
11506 Non-@acronym{POSIX}.
11507
11508 @item line @var{n}
11509 @opindex line
11510 Use line discipline @var{n}.  Non-@acronym{POSIX}.
11511
11512 @item speed
11513 @opindex speed
11514 Print the terminal speed.
11515
11516 @item @var{n}
11517 @cindex baud rate, setting
11518 @c FIXME: Is this still true that the baud rate can't be set
11519 @c higher than 38400?
11520 Set the input and output speeds to @var{n}.  @var{n} can be one
11521 of: 0 50 75 110 134 134.5 150 200 300 600 1200 1800 2400 4800 9600
11522 19200 38400 @code{exta} @code{extb}.  @code{exta} is the same as
11523 19200; @code{extb} is the same as 38400.  0 hangs up the line if
11524 @option{-clocal} is set.
11525 @end table
11526
11527
11528 @node printenv invocation
11529 @section @command{printenv}: Print all or some environment variables
11530
11531 @pindex printenv
11532 @cindex printing all or some environment variables
11533 @cindex environment variables, printing
11534
11535 @command{printenv} prints environment variable values.  Synopsis:
11536
11537 @example
11538 printenv [@var{option}] [@var{variable}]@dots{}
11539 @end example
11540
11541 If no @var{variable}s are specified, @command{printenv} prints the value of
11542 every environment variable.  Otherwise, it prints the value of each
11543 @var{variable} that is set, and nothing for those that are not set.
11544
11545 The only options are a lone @option{--help} or @option{--version}.
11546 @xref{Common options}.
11547
11548 @cindex exit status of @command{printenv}
11549 Exit status:
11550
11551 @display
11552 0 if all variables specified were found
11553 1 if at least one specified variable was not found
11554 2 if a write error occurred
11555 @end display
11556
11557
11558 @node tty invocation
11559 @section @command{tty}: Print file name of terminal on standard input
11560
11561 @pindex tty
11562 @cindex print terminal file name
11563 @cindex terminal file name, printing
11564
11565 @command{tty} prints the file name of the terminal connected to its standard
11566 input.  It prints @samp{not a tty} if standard input is not a terminal.
11567 Synopsis:
11568
11569 @example
11570 tty [@var{option}]@dots{}
11571 @end example
11572
11573 The program accepts the following option.  Also see @ref{Common options}.
11574
11575 @table @samp
11576
11577 @item -s
11578 @itemx --silent
11579 @itemx --quiet
11580 @opindex -s
11581 @opindex --silent
11582 @opindex --quiet
11583 Print nothing; only return an exit status.
11584
11585 @end table
11586
11587 @cindex exit status of @command{tty}
11588 Exit status:
11589
11590 @display
11591 0 if standard input is a terminal
11592 1 if standard input is not a terminal
11593 2 if given incorrect arguments
11594 3 if a write error occurs
11595 @end display
11596
11597
11598 @node User information
11599 @chapter User information
11600
11601 @cindex user information, commands for
11602 @cindex commands for printing user information
11603
11604 This section describes commands that print user-related information:
11605 logins, groups, and so forth.
11606
11607 @menu
11608 * id invocation::               Print user identity.
11609 * logname invocation::          Print current login name.
11610 * whoami invocation::           Print effective user ID.
11611 * groups invocation::           Print group names a user is in.
11612 * users invocation::            Print login names of users currently logged in.
11613 * who invocation::              Print who is currently logged in.
11614 @end menu
11615
11616
11617 @node id invocation
11618 @section @command{id}: Print user identity
11619
11620 @pindex id
11621 @cindex real user and group IDs, printing
11622 @cindex effective user and group IDs, printing
11623 @cindex printing real and effective user and group IDs
11624
11625 @command{id} prints information about the given user, or the process
11626 running it if no user is specified.  Synopsis:
11627
11628 @example
11629 id [@var{option}]@dots{} [@var{username}]
11630 @end example
11631
11632 By default, it prints the real user ID, real group ID, effective user ID
11633 if different from the real user ID, effective group ID if different from
11634 the real group ID, and supplemental group IDs.
11635
11636 Each of these numeric values is preceded by an identifying string and
11637 followed by the corresponding user or group name in parentheses.
11638
11639 The options cause @command{id} to print only part of the above information.
11640 Also see @ref{Common options}.
11641
11642 @table @samp
11643 @item -g
11644 @itemx --group
11645 @opindex -g
11646 @opindex --group
11647 Print only the group ID.
11648
11649 @item -G
11650 @itemx --groups
11651 @opindex -G
11652 @opindex --groups
11653 Print only the group ID and the supplementary groups.
11654
11655 @item -n
11656 @itemx --name
11657 @opindex -n
11658 @opindex --name
11659 Print the user or group name instead of the ID number.  Requires
11660 @option{-u}, @option{-g}, or @option{-G}.
11661
11662 @item -r
11663 @itemx --real
11664 @opindex -r
11665 @opindex --real
11666 Print the real, instead of effective, user or group ID.  Requires
11667 @option{-u}, @option{-g}, or @option{-G}.
11668
11669 @item -u
11670 @itemx --user
11671 @opindex -u
11672 @opindex --user
11673 Print only the user ID.
11674
11675 @end table
11676
11677 @exitstatus
11678
11679
11680 @node logname invocation
11681 @section @command{logname}: Print current login name
11682
11683 @pindex logname
11684 @cindex printing user's login name
11685 @cindex login name, printing
11686 @cindex user name, printing
11687
11688 @flindex utmp
11689 @command{logname} prints the calling user's name, as found in a
11690 system-maintained file (often @file{/var/run/utmp} or
11691 @file{/etc/utmp}), and exits with a status of 0.  If there is no entry
11692 for the calling process, @command{logname} prints
11693 an error message and exits with a status of 1.
11694
11695 The only options are @option{--help} and @option{--version}.  @xref{Common
11696 options}.
11697
11698 @exitstatus
11699
11700
11701 @node whoami invocation
11702 @section @command{whoami}: Print effective user ID
11703
11704 @pindex whoami
11705 @cindex effective user ID, printing
11706 @cindex printing the effective user ID
11707
11708 @command{whoami} prints the user name associated with the current
11709 effective user ID.  It is equivalent to the command @samp{id -un}.
11710
11711 The only options are @option{--help} and @option{--version}.  @xref{Common
11712 options}.
11713
11714 @exitstatus
11715
11716
11717 @node groups invocation
11718 @section @command{groups}: Print group names a user is in
11719
11720 @pindex groups
11721 @cindex printing groups a user is in
11722 @cindex supplementary groups, printing
11723
11724 @command{groups} prints the names of the primary and any supplementary
11725 groups for each given @var{username}, or the current process if no names
11726 are given.  If names are given, the name of each user is printed before
11727 the list of that user's groups.  Synopsis:
11728
11729 @example
11730 groups [@var{username}]@dots{}
11731 @end example
11732
11733 The group lists are equivalent to the output of the command @samp{id -Gn}.
11734
11735 The only options are @option{--help} and @option{--version}.  @xref{Common
11736 options}.
11737
11738 @exitstatus
11739
11740
11741 @node users invocation
11742 @section @command{users}: Print login names of users currently logged in
11743
11744 @pindex users
11745 @cindex printing current usernames
11746 @cindex usernames, printing current
11747
11748 @cindex login sessions, printing users with
11749 @command{users} prints on a single line a blank-separated list of user
11750 names of users currently logged in to the current host.  Each user name
11751 corresponds to a login session, so if a user has more than one login
11752 session, that user's name will appear the same number of times in the
11753 output.  Synopsis:
11754
11755 @example
11756 users [@var{file}]
11757 @end example
11758
11759 @flindex utmp
11760 @flindex wtmp
11761 With no @var{file} argument, @command{users} extracts its information from
11762 a system-maintained file (often @file{/var/run/utmp} or
11763 @file{/etc/utmp}).  If a file argument is given, @command{users} uses
11764 that file instead.  A common choice is @file{/var/log/wtmp}.
11765
11766 The only options are @option{--help} and @option{--version}.  @xref{Common
11767 options}.
11768
11769 @exitstatus
11770
11771
11772 @node who invocation
11773 @section @command{who}: Print who is currently logged in
11774
11775 @pindex who
11776 @cindex printing current user information
11777 @cindex information, about current users
11778
11779 @command{who} prints information about users who are currently logged on.
11780 Synopsis:
11781
11782 @example
11783 @command{who} [@var{option}] [@var{file}] [am i]
11784 @end example
11785
11786 @cindex terminal lines, currently used
11787 @cindex login time
11788 @cindex remote hostname
11789 If given no non-option arguments, @command{who} prints the following
11790 information for each user currently logged on: login name, terminal
11791 line, login time, and remote hostname or X display.
11792
11793 @flindex utmp
11794 @flindex wtmp
11795 If given one non-option argument, @command{who} uses that instead of
11796 a default system-maintained file (often @file{/var/run/utmp} or
11797 @file{/etc/utmp}) as the name of the file containing the record of
11798 users logged on.  @file{/var/log/wtmp} is commonly given as an argument
11799 to @command{who} to look at who has previously logged on.
11800
11801 @opindex am i
11802 @opindex who am i
11803 If given two non-option arguments, @command{who} prints only the entry
11804 for the user running it (determined from its standard input), preceded
11805 by the hostname.  Traditionally, the two arguments given are @samp{am
11806 i}, as in @samp{who am i}.
11807
11808 @vindex TZ
11809 Time stamps are listed according to the time zone rules specified by
11810 the @env{TZ} environment variable, or by the system default rules if
11811 @env{TZ} is not set.  @xref{TZ Variable,, Specifying the Time Zone
11812 with @env{TZ}, libc, The GNU C Library}.
11813
11814 The program accepts the following options.  Also see @ref{Common options}.
11815
11816 @table @samp
11817
11818 @item -a
11819 @itemx --all
11820 @opindex -a
11821 @opindex --all
11822 Same as @samp{-b -d --login -p -r -t -T -u}.
11823
11824 @item -b
11825 @itemx --boot
11826 @opindex -b
11827 @opindex --boot
11828 Print the date and time of last system boot.
11829
11830 @item -d
11831 @itemx --dead
11832 @opindex -d
11833 @opindex --dead
11834 Print information corresponding to dead processes.
11835
11836 @item -H
11837 @itemx --heading
11838 @opindex -H
11839 @opindex --heading
11840 Print column headings.
11841
11842 @item -m
11843 @opindex -m
11844 Same as @samp{who am i}.
11845
11846 @item -q
11847 @itemx --count
11848 @opindex -q
11849 @opindex --count
11850 Print only the login names and the number of users logged on.
11851 Overrides all other options.
11852
11853 @item -s
11854 @opindex -s
11855 Ignored; for compatibility with other versions of @command{who}.
11856
11857 @itemx -u
11858 @opindex -u
11859 @cindex idle time
11860 After the login time, print the number of hours and minutes that the
11861 user has been idle.  @samp{.} means the user was active in the last minute.
11862 @samp{old} means the user has been idle for more than 24 hours.
11863
11864 @item -l
11865 @itemx --login
11866 @opindex -l
11867 @opindex --login
11868 List only the entries that correspond to processes via which the
11869 system is waiting for a user to login.  The user name is always @samp{LOGIN}.
11870
11871 @itemx --lookup
11872 @opindex --lookup
11873 Attempt to canonicalize hostnames found in utmp through a DNS lookup.  This
11874 is not the default because it can cause significant delays on systems with
11875 automatic dial-up internet access.
11876
11877 @item -H
11878 @itemx --heading
11879 @opindex -H
11880 @opindex --heading
11881 Print a line of column headings.
11882
11883 @item -w
11884 @itemx -T
11885 @itemx --mesg
11886 @itemx --message
11887 @itemx --writable
11888 @opindex -w
11889 @opindex -T
11890 @opindex --mesg
11891 @opindex --message
11892 @opindex --writable
11893 @cindex message status
11894 @pindex write@r{, allowed}
11895 After each login name print a character indicating the user's message status:
11896
11897 @display
11898 @samp{+} allowing @code{write} messages
11899 @samp{-} disallowing @code{write} messages
11900 @samp{?} cannot find terminal device
11901 @end display
11902
11903 @end table
11904
11905 @exitstatus
11906
11907
11908 @node System context
11909 @chapter System context
11910
11911 @cindex system context
11912 @cindex context, system
11913 @cindex commands for system context
11914
11915 This section describes commands that print or change system-wide
11916 information.
11917
11918 @menu
11919 * date invocation::             Print or set system date and time.
11920 * uname invocation::            Print system information.
11921 * hostname invocation::         Print or set system name.
11922 * hostid invocation::           Print numeric host identifier.
11923 @end menu
11924
11925
11926 @node date invocation
11927 @section @command{date}: Print or set system date and time
11928
11929 @pindex date
11930 @cindex time, printing or setting
11931 @cindex printing the current time
11932
11933 Synopses:
11934
11935 @example
11936 date [@var{option}]@dots{} [+@var{format}]
11937 date [-u|--utc|--universal] @c this avoids a newline in the output
11938 [ MMDDhhmm[[CC]YY][.ss] ]
11939 @end example
11940
11941 @vindex LC_TIME
11942 Invoking @command{date} with no @var{format} argument is equivalent to invoking
11943 it with a default format that depends on the @env{LC_TIME} locale category.
11944 In the default C locale, this format is @samp{'+%a %b %e %H:%M:%S %Z %Y'},
11945 so the output looks like @samp{Thu Mar @ 3 13:47:51 PST 2005}.
11946
11947 @vindex TZ
11948 Normally, @command{date} uses the time zone rules indicated by the
11949 @env{TZ} environment variable, or the system default rules if @env{TZ}
11950 is not set.  @xref{TZ Variable,, Specifying the Time Zone with
11951 @env{TZ}, libc, The GNU C Library}.
11952
11953 @findex strftime @r{and @command{date}}
11954 @cindex time formats
11955 @cindex formatting times
11956 If given an argument that starts with a @samp{+}, @command{date} prints the
11957 current date and time (or the date and time specified by the
11958 @option{--date} option, see below) in the format defined by that argument,
11959 which is similar to that of the @code{strftime} function.  Except for
11960 conversion specifiers, which start with @samp{%}, characters in the
11961 format string are printed unchanged.  The conversion specifiers are
11962 described below.
11963
11964 @exitstatus
11965
11966 @menu
11967 * Time conversion specifiers::     %[HIklMNpPrRsSTXzZ]
11968 * Date conversion specifiers::     %[aAbBcCdDeFgGhjmuUVwWxyY]
11969 * Literal conversion specifiers::  %[%nt]
11970 * Padding and other flags::        Pad with zeros, spaces, etc.
11971 * Setting the time::               Changing the system clock.
11972 * Options for date::               Instead of the current time.
11973 * Examples of date::               Examples.
11974 @end menu
11975
11976 @node Time conversion specifiers
11977 @subsection Time conversion specifiers
11978
11979 @cindex time conversion specifiers
11980 @cindex conversion specifiers, time
11981
11982 @command{date} conversion specifiers related to times.
11983
11984 @table @samp
11985 @item %H
11986 hour (@samp{00}@dots{}@samp{23})
11987 @item %I
11988 hour (@samp{01}@dots{}@samp{12})
11989 @item %k
11990 hour (@samp{ 0}@dots{}@samp{23}).
11991 This is a @acronym{GNU} extension.
11992 @item %l
11993 hour (@samp{ 1}@dots{}@samp{12}).
11994 This is a @acronym{GNU} extension.
11995 @item %M
11996 minute (@samp{00}@dots{}@samp{59})
11997 @item %N
11998 nanoseconds (@samp{000000000}@dots{}@samp{999999999}).
11999 This is a @acronym{GNU} extension.
12000 @item %p
12001 locale's equivalent of either @samp{AM} or @samp{PM};
12002 blank in many locales.
12003 Noon is treated as @samp{PM} and midnight as @samp{AM}.
12004 @item %P
12005 like @samp{%p}, except lower case.
12006 This is a @acronym{GNU} extension.
12007 @item %r
12008 locale's 12-hour clock time (e.g., @samp{11:11:04 PM})
12009 @item %R
12010 24-hour hour and minute.  Same as @samp{%H:%M}.
12011 This is a @acronym{GNU} extension.
12012 @item %s
12013 @cindex epoch, seconds since
12014 @cindex seconds since the epoch
12015 @cindex beginning of time
12016 seconds since the epoch, i.e., since 1970-01-01 00:00:00 UTC.
12017 Leap seconds are not counted unless leap second support is available.
12018 @xref{%s-examples}, for examples.
12019 This is a @acronym{GNU} extension.
12020 @item %S
12021 second (@samp{00}@dots{}@samp{60}).
12022 This may be @samp{60} if leap seconds are supported.
12023 @item %T
12024 24-hour hour, minute, and second.  Same as @samp{%H:%M:%S}.
12025 @item %X
12026 locale's time representation (e.g., @samp{23:13:48})
12027 @item %z
12028 @w{@acronym{RFC} 2822/@acronym{ISO} 8601} style numeric time zone
12029 (e.g., @samp{-0600} or @samp{+0530}), or nothing if no
12030 time zone is determinable.  This value reflects the numeric time zone
12031 appropriate for the current time, using the time zone rules specified
12032 by the @env{TZ} environment variable.
12033 The time (and optionally, the time zone rules) can be overridden
12034 by the @option{--date} option.
12035 This is a @acronym{GNU} extension.
12036 @item %:z
12037 @w{@acronym{RFC} 3339/@acronym{ISO} 8601} style numeric time zone with
12038 @samp{:} (e.g., @samp{-06:00} or @samp{+05:30}), or nothing if no time
12039 zone is determinable.
12040 This is a @acronym{GNU} extension.
12041 @item %::z
12042 Numeric time zone to the nearest second with @samp{:} (e.g.,
12043 @samp{-06:00:00} or @samp{+05:30:00}), or nothing if no time zone is
12044 determinable.
12045 This is a @acronym{GNU} extension.
12046 @item %:::z
12047 Numeric time zone with @samp{:} using the minimum necessary precision
12048 (e.g., @samp{-06}, @samp{+05:30}, or @samp{-04:56:02}), or nothing if
12049 no time zone is determinable.
12050 This is a @acronym{GNU} extension.
12051 @item %Z
12052 alphabetic time zone abbreviation (e.g., @samp{EDT}), or nothing if no
12053 time zone is determinable.  See @samp{%z} for how it is determined.
12054 @end table
12055
12056
12057 @node Date conversion specifiers
12058 @subsection Date conversion specifiers
12059
12060 @cindex date conversion specifiers
12061 @cindex conversion specifiers, date
12062
12063 @command{date} conversion specifiers related to dates.
12064
12065 @table @samp
12066 @item %a
12067 locale's abbreviated weekday name (e.g., @samp{Sun})
12068 @item %A
12069 locale's full weekday name, variable length (e.g., @samp{Sunday})
12070 @item %b
12071 locale's abbreviated month name (e.g., @samp{Jan})
12072 @item %B
12073 locale's full month name, variable length (e.g., @samp{January})
12074 @item %c
12075 locale's date and time (e.g., @samp{Thu Mar @ 3 23:05:25 2005})
12076 @item %C
12077 century.  This is like @samp{%Y}, except the last two digits are omitted.
12078 For example, it is @samp{20} if @samp{%Y} is @samp{2000},
12079 and is @samp{-0} if @samp{%Y} is @samp{-001}.
12080 It is normally at least two characters, but it may be more.
12081 @item %d
12082 day of month (e.g., @samp{01})
12083 @item %D
12084 date; same as @samp{%m/%d/%y}
12085 @item %e
12086 day of month, space padded; same as @samp{%_d}
12087 @item %F
12088 full date in @acronym{ISO} 8601 format; same as @samp{%Y-%m-%d}.
12089 This is a good choice for a date format, as it is standard and
12090 is easy to sort in the usual case where years are in the range
12091 0000@dots{}9999.
12092 This is a @acronym{GNU} extension.
12093 @item %g
12094 year corresponding to the @acronym{ISO} week number, but without the century
12095 (range @samp{00} through @samp{99}).  This has the same format and value
12096 as @samp{%y}, except that if the @acronym{ISO} week number (see
12097 @samp{%V}) belongs
12098 to the previous or next year, that year is used instead.
12099 This is a @acronym{GNU} extension.
12100 @item %G
12101 year corresponding to the @acronym{ISO} week number.  This has the
12102 same format and value as @samp{%Y}, except that if the @acronym{ISO}
12103 week number (see
12104 @samp{%V}) belongs to the previous or next year, that year is used
12105 instead.
12106 It is normally useful only if @samp{%V} is also used;
12107 for example, the format @samp{%G-%m-%d} is probably a mistake,
12108 since it combines the ISO week number year with the conventional month and day.
12109 This is a @acronym{GNU} extension.
12110 @item %h
12111 same as @samp{%b}
12112 @item %j
12113 day of year (@samp{001}@dots{}@samp{366})
12114 @item %m
12115 month (@samp{01}@dots{}@samp{12})
12116 @item %u
12117 day of week (@samp{1}@dots{}@samp{7}) with @samp{1} corresponding to Monday
12118 @item %U
12119 week number of year, with Sunday as the first day of the week
12120 (@samp{00}@dots{}@samp{53}).
12121 Days in a new year preceding the first Sunday are in week zero.
12122 @item %V
12123 @acronym{ISO} week number, that is, the
12124 week number of year, with Monday as the first day of the week
12125 (@samp{01}@dots{}@samp{53}).
12126 If the week containing January 1 has four or more days in
12127 the new year, then it is considered week 1; otherwise, it is week 53 of
12128 the previous year, and the next week is week 1.  (See the @acronym{ISO} 8601
12129 standard.)
12130 @item %w
12131 day of week (@samp{0}@dots{}@samp{6}) with 0 corresponding to Sunday
12132 @item %W
12133 week number of year, with Monday as first day of week
12134 (@samp{00}@dots{}@samp{53}).
12135 Days in a new year preceding the first Monday are in week zero.
12136 @item %x
12137 locale's date representation (e.g., @samp{12/31/99})
12138 @item %y
12139 last two digits of year (@samp{00}@dots{}@samp{99})
12140 @item %Y
12141 year.  This is normally at least four characters, but it may be more.
12142 Year @samp{0000} precedes year @samp{0001}, and year @samp{-001}
12143 precedes year @samp{0000}.
12144 @end table
12145
12146
12147 @node Literal conversion specifiers
12148 @subsection Literal conversion specifiers
12149
12150 @cindex literal conversion specifiers
12151 @cindex conversion specifiers, literal
12152
12153 @command{date} conversion specifiers that produce literal strings.
12154
12155 @table @samp
12156 @item %%
12157 a literal %
12158 @item %n
12159 a newline
12160 @item %t
12161 a horizontal tab
12162 @end table
12163
12164
12165 @node Padding and other flags
12166 @subsection Padding and other flags
12167
12168 @cindex numeric field padding
12169 @cindex padding of numeric fields
12170 @cindex fields, padding numeric
12171
12172 Unless otherwise specified, @command{date} normally pads numeric fields
12173 with zeros, so that, for
12174 example, numeric months are always output as two digits.
12175 Seconds since the epoch are not padded, though,
12176 since there is no natural width for them.
12177
12178 As a @acronym{GNU} extension, @command{date} recognizes any of the
12179 following optional flags after the @samp{%}:
12180
12181 @table @samp
12182 @item -
12183 (hyphen) Do not pad the field; useful if the output is intended for
12184 human consumption.
12185 @item _
12186 (underscore) Pad with spaces; useful if you need a fixed
12187 number of characters in the output, but zeros are too distracting.
12188 @item 0
12189 (zero) Pad with zeros even if the conversion specifier
12190 would normally pad with spaces.
12191 @item ^
12192 Use upper case characters if possible.
12193 @item #
12194 Use opposite case characters if possible.
12195 A field that is normally upper case becomes lower case, and vice versa.
12196 @end table
12197
12198 @noindent
12199 Here are some examples of padding:
12200
12201 @example
12202 date +%d/%m -d "Feb 1"
12203 @result{} 01/02
12204 date +%-d/%-m -d "Feb 1"
12205 @result{} 1/2
12206 date +%_d/%_m -d "Feb 1"
12207 @result{}  1/ 2
12208 @end example
12209
12210 As a @acronym{GNU} extension, you can specify the field width
12211 (after any flag, if present) as a decimal number.  If the natural size of the
12212 output is of the field has less than the specified number of characters,
12213 the result is written right adjusted and padded to the given
12214 size.  For example, @samp{%9B} prints the right adjusted month name in
12215 a field of width 9.
12216
12217 An optional modifier can follow the optional flag and width
12218 specification.  The modifiers are:
12219
12220 @table @samp
12221 @item E
12222 Use the locale's alternate representation for date and time.  This
12223 modifier applies to the @samp{%c}, @samp{%C}, @samp{%x}, @samp{%X},
12224 @samp{%y} and @samp{%Y} conversion specifiers.  In a Japanese locale, for
12225 example, @samp{%Ex} might yield a date format based on the Japanese
12226 Emperors' reigns.
12227
12228 @item O
12229 Use the locale's alternate numeric symbols for numbers.  This modifier
12230 applies only to numeric conversion specifiers.
12231 @end table
12232
12233 If the format supports the modifier but no alternate representation
12234 is available, it is ignored.
12235
12236
12237 @node Setting the time
12238 @subsection Setting the time
12239
12240 @cindex setting the time
12241 @cindex time setting
12242 @cindex appropriate privileges
12243
12244 If given an argument that does not start with @samp{+}, @command{date} sets
12245 the system clock to the date and time specified by that argument (as
12246 described below).  You must have appropriate privileges to set the
12247 system clock.  The @option{--date} and @option{--set} options may not be
12248 used with such an argument.  The @option{--universal} option may be used
12249 with such an argument to indicate that the specified date and time are
12250 relative to Coordinated Universal Time rather than to the local time
12251 zone.
12252
12253 The argument must consist entirely of digits, which have the following
12254 meaning:
12255
12256 @table @samp
12257 @item MM
12258 month
12259 @item DD
12260 day within month
12261 @item hh
12262 hour
12263 @item mm
12264 minute
12265 @item CC
12266 first two digits of year (optional)
12267 @item YY
12268 last two digits of year (optional)
12269 @item ss
12270 second (optional)
12271 @end table
12272
12273 The @option{--set} option also sets the system clock; see the next section.
12274
12275
12276 @node Options for date
12277 @subsection Options for @command{date}
12278
12279 @cindex @command{date} options
12280 @cindex options for @command{date}
12281
12282 The program accepts the following options.  Also see @ref{Common options}.
12283
12284 @table @samp
12285
12286 @item -d @var{datestr}
12287 @itemx --date=@var{datestr}
12288 @opindex -d
12289 @opindex --date
12290 @cindex parsing date strings
12291 @cindex date strings, parsing
12292 @cindex arbitrary date strings, parsing
12293 @opindex yesterday
12294 @opindex tomorrow
12295 @opindex next @var{day}
12296 @opindex last @var{day}
12297 Display the date and time specified in @var{datestr} instead of the
12298 current date and time.  @var{datestr} can be in almost any common
12299 format.  It can contain month names, time zones, @samp{am} and @samp{pm},
12300 @samp{yesterday}, etc.  For example, @option{--date="2004-02-27
12301 14:19:13.489392193 +0530"} specifies the instant of time that is
12302 489,392,193 nanoseconds after February 27, 2004 at 2:19:13 PM in a
12303 time zone that is 5 hours and 30 minutes east of @acronym{UTC}.
12304 @xref{Date input formats}.
12305
12306 @item -f @var{datefile}
12307 @itemx --file=@var{datefile}
12308 @opindex -f
12309 @opindex --file
12310 Parse each line in @var{datefile} as with @option{-d} and display the
12311 resulting date and time.  If @var{datefile} is @samp{-}, use standard
12312 input.  This is useful when you have many dates to process, because the
12313 system overhead of starting up the @command{date} executable many times can
12314 be considerable.
12315
12316 @item -r @var{file}
12317 @itemx --reference=@var{file}
12318 @opindex -r
12319 @opindex --reference
12320 Display the date and time of the last modification of @var{file},
12321 instead of the current date and time.
12322
12323 @item -R
12324 @itemx --rfc-822
12325 @itemx --rfc-2822
12326 @opindex -R
12327 @opindex --rfc-822
12328 @opindex --rfc-2822
12329 Display the date and time using the format @samp{%a, %d %b %Y %H:%M:%S
12330 %z}, evaluated in the C locale so abbreviations are always in English.
12331 For example:
12332
12333 @example
12334 Fri, 09 Sep 2005 13:51:39 -0700
12335 @end example
12336
12337 This format conforms to
12338 @uref{ftp://ftp.rfc-editor.org/in-notes/rfc2822.txt, Internet
12339 @acronym{RFCs} 2822} and
12340 @uref{ftp://ftp.rfc-editor.org/in-notes/rfc822.txt, 822}, the
12341 current and previous standards for Internet email.
12342
12343 @item --rfc-3339=@var{timespec}
12344 @opindex --rfc-3339=@var{timespec}
12345 Display the date using a format specified by
12346 @uref{ftp://ftp.rfc-editor.org/in-notes/rfc3339.txt, Internet
12347 @acronym{RFC} 3339}.  This is a subset of the @acronym{ISO} 8601
12348 format, except that it also permits applications to use a space rather
12349 than a @samp{T} to separate dates from times.  Unlike the other
12350 standard formats, @acronym{RFC} 3339 format is always suitable as
12351 input for the @option{--date} (@option{-d}) and @option{--file}
12352 (@option{-f}) options, regardless of the current locale.
12353
12354 The argument @var{timespec} specifies how much of the time to include.
12355 It can be one of the following:
12356
12357 @table @samp
12358 @item date
12359 Print just the full-date, e.g., @samp{2005-09-14}.
12360 This is equivalent to the format @samp{%Y-%m-%d}.
12361
12362 @item seconds
12363 Print the full-date and full-time separated by a space, e.g.,
12364 @samp{2005-09-14 00:56:06+05:30}.  The output ends with a numeric
12365 time-offset; here the @samp{+05:30} means that local time is five
12366 hours and thirty minutes east of @acronym{UTC}.  This is equivalent to
12367 the format @samp{%Y-%m-%d %H:%M:%S%:z}.
12368
12369 @item ns
12370 Like @samp{seconds}, but also print nanoseconds, e.g.,
12371 @samp{2005-09-14 00:56:06.998458565+05:30}.
12372 This is equivalent to the format @samp{%Y-%m-%d %H:%M:%S.%N%:z}.
12373
12374 @end table
12375
12376 @item -s @var{datestr}
12377 @itemx --set=@var{datestr}
12378 @opindex -s
12379 @opindex --set
12380 Set the date and time to @var{datestr}.  See @option{-d} above.
12381
12382 @item -u
12383 @itemx --utc
12384 @itemx --universal
12385 @opindex -u
12386 @opindex --utc
12387 @opindex --universal
12388 @cindex Coordinated Universal Time
12389 @cindex UTC
12390 @cindex Greenwich Mean Time
12391 @cindex GMT
12392 @vindex TZ
12393 Use Coordinated Universal Time (@acronym{UTC}) by operating as if the
12394 @env{TZ} environment variable were set to the string @samp{UTC0}.
12395 Coordinated
12396 Universal Time is often called ``Greenwich Mean Time'' (@sc{gmt}) for
12397 historical reasons.
12398 @end table
12399
12400
12401 @node Examples of date
12402 @subsection Examples of @command{date}
12403
12404 @cindex examples of @command{date}
12405
12406 Here are a few examples.  Also see the documentation for the @option{-d}
12407 option in the previous section.
12408
12409 @itemize @bullet
12410
12411 @item
12412 To print the date of the day before yesterday:
12413
12414 @example
12415 date --date='2 days ago'
12416 @end example
12417
12418 @item
12419 To print the date of the day three months and one day hence:
12420
12421 @example
12422 date --date='3 months 1 day'
12423 @end example
12424
12425 @item
12426 To print the day of year of Christmas in the current year:
12427
12428 @example
12429 date --date='25 Dec' +%j
12430 @end example
12431
12432 @item
12433 To print the current full month name and the day of the month:
12434
12435 @example
12436 date '+%B %d'
12437 @end example
12438
12439 But this may not be what you want because for the first nine days of
12440 the month, the @samp{%d} expands to a zero-padded two-digit field,
12441 for example @samp{date -d 1may '+%B %d'} will print @samp{May 01}.
12442
12443 @item
12444 To print a date without the leading zero for one-digit days
12445 of the month, you can use the (@acronym{GNU} extension)
12446 @samp{-} flag to suppress
12447 the padding altogether:
12448
12449 @example
12450 date -d 1may '+%B %-d
12451 @end example
12452
12453 @item
12454 To print the current date and time in the format required by many
12455 non-@acronym{GNU} versions of @command{date} when setting the system clock:
12456
12457 @example
12458 date +%m%d%H%M%Y.%S
12459 @end example
12460
12461 @item
12462 To set the system clock forward by two minutes:
12463
12464 @example
12465 date --set='+2 minutes'
12466 @end example
12467
12468 @item
12469 To print the date in @acronym{RFC} 2822 format,
12470 use @samp{date --rfc-2822}.  Here is some example output:
12471
12472 @example
12473 Fri, 09 Sep 2005 13:51:39 -0700
12474 @end example
12475
12476 @anchor{%s-examples}
12477 @item
12478 To convert a date string to the number of seconds since the epoch
12479 (which is 1970-01-01 00:00:00 UTC), use the @option{--date} option with
12480 the @samp{%s} format.  That can be useful in sorting and/or graphing
12481 and/or comparing data by date.  The following command outputs the
12482 number of the seconds since the epoch for the time two minutes after the
12483 epoch:
12484
12485 @example
12486 date --date='1970-01-01 00:02:00 +0000' +%s
12487 120
12488 @end example
12489
12490 If you do not specify time zone information in the date string,
12491 @command{date} uses your computer's idea of the time zone when
12492 interpreting the string.  For example, if your computer's time zone is
12493 that of Cambridge, Massachusetts, which was then 5 hours (i.e., 18,000
12494 seconds) behind UTC:
12495
12496 @example
12497 # local time zone used
12498 date --date='1970-01-01 00:02:00' +%s
12499 18120
12500 @end example
12501
12502 @item
12503 If you're sorting or graphing dated data, your raw date values may be
12504 represented as seconds since the epoch.  But few people can look at
12505 the date @samp{946684800} and casually note ``Oh, that's the first second
12506 of the year 2000 in Greenwich, England.''
12507
12508 @example
12509 date --date='2000-01-01 UTC' +%s
12510 946684800
12511 @end example
12512
12513 An alternative is to use the @option{--utc} (@option{-u}) option.
12514 Then you may omit @samp{UTC} from the date string.  Although this
12515 produces the same result for @samp{%s} and many other format sequences,
12516 with a time zone offset different from zero, it would give a different
12517 result for zone-dependent formats like @samp{%z}.
12518
12519 @example
12520 date -u --date=2000-01-01 +%s
12521 946684800
12522 @end example
12523
12524 To convert such an unwieldy number of seconds back to
12525 a more readable form, use a command like this:
12526
12527 @smallexample
12528 # local time zone used
12529 date -d '1970-01-01 UTC 946684800 seconds' +"%Y-%m-%d %T %z"
12530 1999-12-31 19:00:00 -0500
12531 @end smallexample
12532
12533 Or if you do not mind depending on the @samp{@@} feature present since
12534 coreutils 5.3.0, you could shorten this to:
12535
12536 @smallexample
12537 date -d @@946684800 +"%F %T %z"
12538 1999-12-31 19:00:00 -0500
12539 @end smallexample
12540
12541 Often it is better to output UTC-relative date and time:
12542
12543 @smallexample
12544 date -u -d '1970-01-01 946684800 seconds' +"%Y-%m-%d %T %z"
12545 2000-01-01 00:00:00 +0000
12546 @end smallexample
12547
12548 @end itemize
12549
12550
12551 @node uname invocation
12552 @section @command{uname}: Print system information
12553
12554 @pindex uname
12555 @cindex print system information
12556 @cindex system information, printing
12557
12558 @command{uname} prints information about the machine and operating system
12559 it is run on.  If no options are given, @command{uname} acts as if the
12560 @option{-s} option were given.  Synopsis:
12561
12562 @example
12563 uname [@var{option}]@dots{}
12564 @end example
12565
12566 If multiple options or @option{-a} are given, the selected information is
12567 printed in this order:
12568
12569 @example
12570 @var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version}
12571 @var{machine} @var{processor} @var{hardware-platform} @var{operating-system}
12572 @end example
12573
12574 The information may contain internal spaces, so such output cannot be
12575 parsed reliably.  In the following example, @var{release} is
12576 @samp{2.2.18ss.e820-bda652a #4 SMP Tue Jun 5 11:24:08 PDT 2001}:
12577
12578 @smallexample
12579 uname -a
12580 @result{} Linux dum 2.2.18 #4 SMP Tue Jun 5 11:24:08 PDT 2001 i686 unknown unknown GNU/Linux
12581 @end smallexample
12582
12583
12584 The program accepts the following options.  Also see @ref{Common options}.
12585
12586 @table @samp
12587
12588 @item -a
12589 @itemx --all
12590 @opindex -a
12591 @opindex --all
12592 Print all of the below information, except omit the processor type
12593 and the hardware platform name if they are unknown.
12594
12595 @item -i
12596 @itemx --hardware-platform
12597 @opindex -i
12598 @opindex --hardware-platform
12599 @cindex implementation, hardware
12600 @cindex hardware platform
12601 @cindex platform, hardware
12602 Print the hardware platform name
12603 (sometimes called the hardware implementation).
12604 Print @samp{unknown} if the kernel does not make this information
12605 easily available, as is the case with Linux kernels.
12606
12607 @item -m
12608 @itemx --machine
12609 @opindex -m
12610 @opindex --machine
12611 @cindex machine type
12612 @cindex hardware class
12613 @cindex hardware type
12614 Print the machine hardware name (sometimes called the hardware class
12615 or hardware type).
12616
12617 @item -n
12618 @itemx --nodename
12619 @opindex -n
12620 @opindex --nodename
12621 @cindex hostname
12622 @cindex node name
12623 @cindex network node name
12624 Print the network node hostname.
12625
12626 @item -p
12627 @itemx --processor
12628 @opindex -p
12629 @opindex --processor
12630 @cindex host processor type
12631 Print the processor type (sometimes called the instruction set
12632 architecture or ISA).
12633 Print @samp{unknown} if the kernel does not make this information
12634 easily available, as is the case with Linux kernels.
12635
12636 @item -o
12637 @itemx --operating-system
12638 @opindex -o
12639 @opindex --operating-system
12640 @cindex operating system name
12641 Print the name of the operating system.
12642
12643 @item -r
12644 @itemx --kernel-release
12645 @opindex -r
12646 @opindex --kernel-release
12647 @cindex kernel release
12648 @cindex release of kernel
12649 Print the kernel release.
12650
12651 @item -s
12652 @itemx --kernel-name
12653 @opindex -s
12654 @opindex --kernel-name
12655 @cindex kernel name
12656 @cindex name of kernel
12657 Print the kernel name.
12658 @acronym{POSIX} 1003.1-2001 (@pxref{Standards conformance}) calls this
12659 ``the implementation of the operating system'', because the
12660 @acronym{POSIX} specification itself has no notion of ``kernel''.
12661 The kernel name might be the same as the operating system name printed
12662 by the @option{-o} or @option{--operating-system} option, but it might
12663 differ.  Some operating systems (e.g., FreeBSD, HP-UX) have the same
12664 name as their underlying kernels; others (e.g., GNU/Linux, Solaris)
12665 do not.
12666
12667 @item -v
12668 @itemx --kernel-version
12669 @opindex -v
12670 @opindex --kernel-version
12671 @cindex kernel version
12672 @cindex version of kernel
12673 Print the kernel version.
12674
12675 @end table
12676
12677 @exitstatus
12678
12679
12680 @node hostname invocation
12681 @section @command{hostname}: Print or set system name
12682
12683 @pindex hostname
12684 @cindex setting the hostname
12685 @cindex printing the hostname
12686 @cindex system name, printing
12687 @cindex appropriate privileges
12688
12689 With no arguments, @command{hostname} prints the name of the current host
12690 system.  With one argument, it sets the current host name to the
12691 specified string.  You must have appropriate privileges to set the host
12692 name.  Synopsis:
12693
12694 @example
12695 hostname [@var{name}]
12696 @end example
12697
12698 The only options are @option{--help} and @option{--version}.  @xref{Common
12699 options}.
12700
12701 @exitstatus
12702
12703
12704 @node hostid invocation
12705 @section @command{hostid}: Print numeric host identifier.
12706
12707 @pindex hostid
12708 @cindex printing the host identifier
12709
12710 @command{hostid} prints the numeric identifier of the current host
12711 in hexadecimal.  This command accepts no arguments.
12712 The only options are @option{--help} and @option{--version}.
12713 @xref{Common options}.
12714
12715 For example, here's what it prints on one system I use:
12716
12717 @example
12718 $ hostid
12719 1bac013d
12720 @end example
12721
12722 On that system, the 32-bit quantity happens to be closely
12723 related to the system's Internet address, but that isn't always
12724 the case.
12725
12726 @exitstatus
12727
12728
12729 @node Modified command invocation
12730 @chapter Modified command invocation
12731
12732 @cindex modified command invocation
12733 @cindex invocation of commands, modified
12734 @cindex commands for invoking other commands
12735
12736 This section describes commands that run other commands in some context
12737 different than the current one: a modified environment, as a different
12738 user, etc.
12739
12740 @menu
12741 * chroot invocation::           Modify the root directory.
12742 * env invocation::              Modify environment variables.
12743 * nice invocation::             Modify niceness.
12744 * nohup invocation::            Immunize to hangups.
12745 * su invocation::               Modify user and group ID.
12746 @end menu
12747
12748
12749 @node chroot invocation
12750 @section @command{chroot}: Run a command with a different root directory
12751
12752 @pindex chroot
12753 @cindex running a program in a specified root directory
12754 @cindex root directory, running a program in a specified
12755
12756 @command{chroot} runs a command with a specified root directory.
12757 On many systems, only the super-user can do this.
12758 Synopses:
12759
12760 @example
12761 chroot @var{newroot} [@var{command} [@var{args}]@dots{}]
12762 chroot @var{option}
12763 @end example
12764
12765 Ordinarily, file names are looked up starting at the root of the
12766 directory structure, i.e., @file{/}.  @command{chroot} changes the root to
12767 the directory @var{newroot} (which must exist) and then runs
12768 @var{command} with optional @var{args}.  If @var{command} is not
12769 specified, the default is the value of the @env{SHELL} environment
12770 variable or @command{/bin/sh} if not set, invoked with the @option{-i} option.
12771 @var{command} must not be a special built-in utility
12772 (@pxref{Special built-in utilities}).
12773
12774 The only options are @option{--help} and @option{--version}.  @xref{Common
12775 options}.  Options must precede operands.
12776
12777 Here are a few tips to help avoid common problems in using chroot.
12778 To start with a simple example, make @var{command} refer to a statically
12779 linked binary.  If you were to use a dynamically linked executable, then
12780 you'd have to arrange to have the shared libraries in the right place under
12781 your new root directory.
12782
12783 For example, if you create a statically linked @command{ls} executable,
12784 and put it in @file{/tmp/empty}, you can run this command as root:
12785
12786 @example
12787 $ chroot /tmp/empty /ls -Rl /
12788 @end example
12789
12790 Then you'll see output like this:
12791
12792 @example
12793 /:
12794 total 1023
12795 -rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
12796 @end example
12797
12798 If you want to use a dynamically linked executable, say @command{bash},
12799 then first run @samp{ldd bash} to see what shared objects it needs.
12800 Then, in addition to copying the actual binary, also copy the listed
12801 files to the required positions under your intended new root directory.
12802 Finally, if the executable requires any other files (e.g., data, state,
12803 device files), copy them into place, too.
12804
12805 @cindex exit status of @command{chroot}
12806 Exit status:
12807
12808 @display
12809 1   if @command{chroot} itself fails
12810 126 if @var{command} is found but cannot be invoked
12811 127 if @var{command} cannot be found
12812 the exit status of @var{command} otherwise
12813 @end display
12814
12815
12816 @node env invocation
12817 @section @command{env}: Run a command in a modified environment
12818
12819 @pindex env
12820 @cindex environment, running a program in a modified
12821 @cindex modified environment, running a program in a
12822 @cindex running a program in a modified environment
12823
12824 @command{env} runs a command with a modified environment.  Synopses:
12825
12826 @example
12827 env [@var{option}]@dots{} [@var{name}=@var{value}]@dots{} @c
12828 [@var{command} [@var{args}]@dots{}]
12829 env
12830 @end example
12831
12832 Operands of the form @samp{@var{variable}=@var{value}} set
12833 the environment variable @var{variable} to value @var{value}.
12834 @var{value} may be empty (@samp{@var{variable}=}).  Setting a variable
12835 to an empty value is different from unsetting it.
12836 These operands are evaluated left-to-right, so if two operands
12837 mention the same variable the earlier is ignored.
12838
12839 Environment variable names can be empty, and can contain any
12840 characters other than @samp{=} and the null character (@acronym{ASCII}
12841 @sc{nul}).  However, it is wise to limit yourself to names that
12842 consist solely of underscores, digits, and @acronym{ASCII} letters,
12843 and that begin with a non-digit, as applications like the shell do not
12844 work well with other names.
12845
12846 @vindex PATH
12847 The first operand that does not contain the character @samp{=}
12848 specifies the program to invoke; it is
12849 searched for according to the @env{PATH} environment variable.  Any
12850 remaining arguments are passed as arguments to that program.
12851 The program should not be a special built-in utility
12852 (@pxref{Special built-in utilities}).
12853
12854 @cindex environment, printing
12855
12856 If no command name is specified following the environment
12857 specifications, the resulting environment is printed.  This is like
12858 specifying the @command{printenv} program.
12859
12860 The program accepts the following options.  Also see @ref{Common options}.
12861 Options must precede operands.
12862
12863 @table @samp
12864
12865 @item -u @var{name}
12866 @itemx --unset=@var{name}
12867 @opindex -u
12868 @opindex --unset
12869 Remove variable @var{name} from the environment, if it was in the
12870 environment.
12871
12872 @item -
12873 @itemx -i
12874 @itemx --ignore-environment
12875 @opindex -
12876 @opindex -i
12877 @opindex --ignore-environment
12878 Start with an empty environment, ignoring the inherited environment.
12879
12880 @end table
12881
12882 @cindex exit status of @command{env}
12883 Exit status:
12884
12885 @display
12886 0   if no @var{command} is specified and the environment is output
12887 1   if @command{env} itself fails
12888 126 if @var{command} is found but cannot be invoked
12889 127 if @var{command} cannot be found
12890 the exit status of @var{command} otherwise
12891 @end display
12892
12893
12894 @node nice invocation
12895 @section @command{nice}: Run a command with modified niceness
12896
12897 @pindex nice
12898 @cindex niceness
12899 @cindex scheduling, affecting
12900 @cindex appropriate privileges
12901
12902 @command{nice} prints or modifies a process's @dfn{niceness},
12903 a parameter that affects whether the process is scheduled favorably.
12904 Synopsis:
12905
12906 @example
12907 nice [@var{option}]@dots{} [@var{command} [@var{arg}]@dots{}]
12908 @end example
12909
12910 If no arguments are given, @command{nice} prints the current niceness.
12911 Otherwise, @command{nice} runs the given @var{command} with its
12912 niceness adjusted.  By default, its niceness is incremented by 10.
12913
12914 Nicenesses range at least from @minus{}20 (resulting in the most
12915 favorable scheduling) through 19 (the least favorable).  Some systems
12916 may have a wider range of nicenesses; conversely, other systems may
12917 enforce more restrictive limits.  An attempt to set the niceness
12918 outside the supported range is treated as an attempt to use the
12919 minimum or maximum supported value.
12920
12921 A niceness should not be confused with a scheduling priority, which
12922 lets applications determine the order in which threads are scheduled
12923 to run.  Unlike a priority, a niceness is merely advice to the
12924 scheduler, which the scheduler is free to ignore.  Also, as a point of
12925 terminology, @acronym{POSIX} defines the behavior of @command{nice} in
12926 terms of a @dfn{nice value}, which is the nonnegative difference
12927 between a niceness and the minimum niceness.  Though @command{nice}
12928 conforms to @acronym{POSIX}, its documentation and diagnostics use the
12929 term ``niceness'' for compatibility with historical practice.
12930
12931 @var{command} must not be a special built-in utility (@pxref{Special
12932 built-in utilities}).
12933
12934 @cindex conflicts with shell built-ins
12935 @cindex built-in shell commands, conflicts with
12936 Because many shells have a built-in @command{nice} command, using an
12937 unadorned @command{nice} in a script or interactively may get you
12938 different functionality than that described here.
12939
12940 The program accepts the following option.  Also see @ref{Common options}.
12941 Options must precede operands.
12942
12943 @table @samp
12944 @item -n @var{adjustment}
12945 @itemx --adjustment=@var{adjustment}
12946 @opindex -n
12947 @opindex --adjustment
12948 Add @var{adjustment} instead of 10 to the command's niceness.  If
12949 @var{adjustment} is negative and you lack appropriate privileges,
12950 @command{nice} issues a warning but otherwise acts as if you specified
12951 a zero adjustment.
12952
12953 For compatibility @command{nice} also supports an obsolete
12954 option syntax @option{-@var{adjustment}}.  New scripts should use
12955 @option{-n @var{adjustment}} instead.
12956
12957 @end table
12958
12959 @cindex exit status of @command{nice}
12960 Exit status:
12961
12962 @display
12963 0   if no @var{command} is specified and the niceness is output
12964 1   if @command{nice} itself fails
12965 126 if @var{command} is found but cannot be invoked
12966 127 if @var{command} cannot be found
12967 the exit status of @var{command} otherwise
12968 @end display
12969
12970 It is sometimes useful to run a non-interactive program with reduced niceness.
12971
12972 @example
12973 $ nice factor 4611686018427387903
12974 @end example
12975
12976 Since @command{nice} prints the current niceness,
12977 you can invoke it through itself to demonstrate how it works.
12978
12979 The default behavior is to increase the niceness by @samp{10}:
12980
12981 @example
12982 $ nice
12983 0
12984 $ nice nice
12985 10
12986 $ nice -n 10 nice
12987 10
12988 @end example
12989
12990 The @var{adjustment} is relative to the current niceness.  In the
12991 next example, the first @command{nice} invocation runs the second one
12992 with niceness 10, and it in turn runs the final one with a niceness
12993 that is 3 more:
12994
12995 @example
12996 $ nice nice -n 3 nice
12997 13
12998 @end example
12999
13000 Specifying a niceness larger than the supported range
13001 is the same as specifying the maximum supported value:
13002
13003 @example
13004 $ nice -n 10000000000 nice
13005 19
13006 @end example
13007
13008 Only a privileged user may run a process with lower niceness:
13009
13010 @example
13011 $ nice -n -1 nice
13012 nice: cannot set niceness: Permission denied
13013 0
13014 $ sudo nice -n -1 nice
13015 -1
13016 @end example
13017
13018
13019 @node nohup invocation
13020 @section @command{nohup}: Run a command immune to hangups
13021
13022 @pindex nohup
13023 @cindex hangups, immunity to
13024 @cindex immunity to hangups
13025 @cindex logging out and continuing to run
13026
13027 @flindex nohup.out
13028 @command{nohup} runs the given @var{command} with hangup signals ignored,
13029 so that the command can continue running in the background after you log
13030 out.  Synopsis:
13031
13032 @example
13033 nohup @var{command} [@var{arg}]@dots{}
13034 @end example
13035
13036 If standard input is a terminal, it is redirected from
13037 @file{/dev/null} so that terminal sessions do not mistakenly consider
13038 the terminal to be used by the command.  This is a @acronym{GNU}
13039 extension; programs intended to be portable to non-@acronym{GNU} hosts
13040 should use @samp{nohup @var{command} [@var{arg}]@dots{} </dev/null}
13041 instead.
13042
13043 @flindex nohup.out
13044 If standard output is a terminal, the command's standard output is appended
13045 to the file @file{nohup.out}; if that cannot be written to, it is appended
13046 to the file @file{$HOME/nohup.out}; and if that cannot be written to, the
13047 command is not run.
13048 Any @file{nohup.out} or @file{$HOME/nohup.out} file created by
13049 @command{nohup} is made readable and writable only to the user,
13050 regardless of the current umask settings.
13051
13052 If standard error is a terminal, it is normally redirected to the same file
13053 descriptor as the (possibly-redirected) standard output.
13054 However, if standard output is closed, standard error terminal output
13055 is instead appended to the file @file{nohup.out} or
13056 @file{$HOME/nohup.out} as above.
13057
13058 @command{nohup} does not automatically put the command it runs in the
13059 background; you must do that explicitly, by ending the command line
13060 with an @samp{&}.  Also, @command{nohup} does not alter the
13061 niceness of @var{command}; use @command{nice} for that,
13062 e.g., @samp{nohup nice @var{command}}.
13063
13064 @var{command} must not be a special built-in utility (@pxref{Special
13065 built-in utilities}).
13066
13067 The only options are @option{--help} and @option{--version}.  @xref{Common
13068 options}.  Options must precede operands.
13069
13070 @cindex exit status of @command{nohup}
13071 Exit status:
13072
13073 @display
13074 126 if @var{command} is found but cannot be invoked
13075 127 if @command{nohup} itself fails or if @var{command} cannot be found
13076 the exit status of @var{command} otherwise
13077 @end display
13078
13079
13080 @node su invocation
13081 @section @command{su}: Run a command with substitute user and group ID
13082
13083 @pindex su
13084 @cindex substitute user and group IDs
13085 @cindex user ID, switching
13086 @cindex super-user, becoming
13087 @cindex root, becoming
13088
13089 @command{su} allows one user to temporarily become another user.  It runs a
13090 command (often an interactive shell) with the real and effective user
13091 ID, group ID, and supplemental groups of a given @var{user}.  Synopsis:
13092
13093 @example
13094 su [@var{option}]@dots{} [@var{user} [@var{arg}]@dots{}]
13095 @end example
13096
13097 @cindex passwd entry, and @command{su} shell
13098 @flindex /bin/sh
13099 @flindex /etc/passwd
13100 If no @var{user} is given, the default is @code{root}, the super-user.
13101 The shell to use is taken from @var{user}'s @code{passwd} entry, or
13102 @file{/bin/sh} if none is specified there.  If @var{user} has a
13103 password, @command{su} prompts for the password unless run by a user with
13104 effective user ID of zero (the super-user).
13105
13106 @vindex HOME
13107 @vindex SHELL
13108 @vindex USER
13109 @vindex LOGNAME
13110 @cindex login shell
13111 By default, @command{su} does not change the current directory.
13112 It sets the environment variables @env{HOME} and @env{SHELL}
13113 from the password entry for @var{user}, and if @var{user} is not
13114 the super-user, sets @env{USER} and @env{LOGNAME} to @var{user}.
13115 By default, the shell is not a login shell.
13116
13117 Any additional @var{arg}s are passed as additional arguments to the
13118 shell.
13119
13120 @cindex @option{-su}
13121 GNU @command{su} does not treat @file{/bin/sh} or any other shells specially
13122 (e.g., by setting @code{argv[0]} to @option{-su}, passing @option{-c} only
13123 to certain shells, etc.).
13124
13125 @findex syslog
13126 @command{su} can optionally be compiled to use @code{syslog} to report
13127 failed, and optionally successful, @command{su} attempts.  (If the system
13128 supports @code{syslog}.)  However, GNU @command{su} does not check if the
13129 user is a member of the @code{wheel} group; see below.
13130
13131 The program accepts the following options.  Also see @ref{Common options}.
13132
13133 @table @samp
13134 @item -c @var{command}
13135 @itemx --command=@var{command}
13136 @opindex -c
13137 @opindex --command
13138 Pass @var{command}, a single command line to run, to the shell with
13139 a @option{-c} option instead of starting an interactive shell.
13140
13141 @item -f
13142 @itemx --fast
13143 @opindex -f
13144 @opindex --fast
13145 @flindex .cshrc
13146 @cindex file name pattern expansion, disabled
13147 @cindex globbing, disabled
13148 Pass the @option{-f} option to the shell.  This probably only makes sense
13149 if the shell run is @command{csh} or @command{tcsh}, for which the @option{-f}
13150 option prevents reading the startup file (@file{.cshrc}).  With
13151 Bourne-like shells, the @option{-f} option disables file name pattern
13152 expansion (globbing), which is not likely to be useful.
13153
13154 @item -
13155 @itemx -l
13156 @itemx --login
13157 @opindex -
13158 @opindex -l
13159 @opindex --login
13160 @c other variables already indexed above
13161 @vindex TERM
13162 @vindex PATH
13163 @cindex login shell, creating
13164 Make the shell a login shell.  This means the following.  Unset all
13165 environment variables except @env{TERM}, @env{HOME}, and @env{SHELL}
13166 (which are set as described above), and @env{USER} and @env{LOGNAME}
13167 (which are set, even for the super-user, as described above), and set
13168 @env{PATH} to a compiled-in default value.  Change to @var{user}'s home
13169 directory.  Prepend @samp{-} to the shell's name, intended to make it
13170 read its login startup file(s).
13171
13172 @item -m
13173 @itemx -p
13174 @itemx --preserve-environment
13175 @opindex -m
13176 @opindex -p
13177 @opindex --preserve-environment
13178 @cindex environment, preserving
13179 @flindex /etc/shells
13180 @cindex restricted shell
13181 Do not change the environment variables @env{HOME}, @env{USER},
13182 @env{LOGNAME}, or @env{SHELL}.  Run the shell given in the environment
13183 variable @env{SHELL} instead of the shell from @var{user}'s passwd
13184 entry, unless the user running @command{su} is not the superuser and
13185 @var{user}'s shell is restricted.  A @dfn{restricted shell} is one that
13186 is not listed in the file @file{/etc/shells}, or in a compiled-in list
13187 if that file does not exist.  Parts of what this option does can be
13188 overridden by @option{--login} and @option{--shell}.
13189
13190 @item -s @var{shell}
13191 @itemx --shell=@var{shell}
13192 @opindex -s
13193 @opindex --shell
13194 Run @var{shell} instead of the shell from @var{user}'s passwd entry,
13195 unless the user running @command{su} is not the superuser and @var{user}'s
13196 shell is restricted (see @option{-m} just above).
13197
13198 @end table
13199
13200 @cindex exit status of @command{su}
13201 Exit status:
13202
13203 @display
13204 1   if @command{su} itself fails
13205 126 if subshell is found but cannot be invoked
13206 127 if subshell cannot be found
13207 the exit status of the subshell otherwise
13208 @end display
13209
13210 @cindex wheel group, not supported
13211 @cindex group wheel, not supported
13212 @cindex fascism
13213 @subsection Why GNU @command{su} does not support the @samp{wheel} group
13214
13215 (This section is by Richard Stallman.)
13216
13217 @cindex Twenex
13218 @cindex MIT AI lab
13219 Sometimes a few of the users try to hold total power over all the
13220 rest.  For example, in 1984, a few users at the MIT AI lab decided to
13221 seize power by changing the operator password on the Twenex system and
13222 keeping it secret from everyone else.  (I was able to thwart this coup
13223 and give power back to the users by patching the kernel, but I
13224 wouldn't know how to do that in Unix.)
13225
13226 However, occasionally the rulers do tell someone.  Under the usual
13227 @command{su} mechanism, once someone learns the root password who
13228 sympathizes with the ordinary users, he or she can tell the rest.  The
13229 ``wheel group'' feature would make this impossible, and thus cement the
13230 power of the rulers.
13231
13232 I'm on the side of the masses, not that of the rulers.  If you are
13233 used to supporting the bosses and sysadmins in whatever they do, you
13234 might find this idea strange at first.
13235
13236
13237 @node Process control
13238 @chapter Process control
13239
13240 @cindex processes, commands for controlling
13241 @cindex commands for controlling processes
13242
13243 @menu
13244 * kill invocation::             Sending a signal to processes.
13245 @end menu
13246
13247
13248 @node kill invocation
13249 @section @command{kill}: Send a signal to processes
13250
13251 @pindex kill
13252 @cindex send a signal to processes
13253
13254 The @command{kill} command sends a signal to processes, causing them
13255 to terminate or otherwise act upon receiving the signal in some way.
13256 Alternatively, it lists information about signals.  Synopses:
13257
13258 @example
13259 kill [-s @var{signal} | --signal @var{signal} | -@var{signal}] @var{pid}@dots{}
13260 kill [-l | --list | -t | --table] [@var{signal}]@dots{}
13261 @end example
13262
13263 The first form of the @command{kill} command sends a signal to all
13264 @var{pid} arguments.  The default signal to send if none is specified
13265 is @samp{TERM}.  The special signal number @samp{0} does not denote a
13266 valid signal, but can be used to test whether the @var{pid} arguments
13267 specify processes to which a signal could be sent.
13268
13269 If @var{pid} is positive, the signal is sent to the process with the
13270 process ID @var{pid}.  If @var{pid} is zero, the signal is sent to all
13271 processes in the process group of the current process.  If @var{pid}
13272 is @minus{}1, the signal is sent to all processes for which the user has
13273 permission to send a signal.  If @var{pid} is less than @minus{}1, the signal
13274 is sent to all processes in the process group that equals the absolute
13275 value of @var{pid}.
13276
13277 If @var{pid} is not positive, a system-dependent set of system
13278 processes is excluded from the list of processes to which the signal
13279 is sent.
13280
13281 If a negative @var{PID} argument is desired as the first one, it
13282 should be preceded by @option{--}.  However, as a common extension to
13283 @acronym{POSIX}, @option{--} is not required with @samp{kill
13284 -@var{signal} -@var{pid}}.  The following commands are equivalent:
13285
13286 @example
13287 kill -15 -1
13288 kill -TERM -1
13289 kill -s TERM -- -1
13290 kill -- -1
13291 @end example
13292
13293 The first form of the @command{kill} command succeeds if every @var{pid}
13294 argument specifies at least one process that the signal was sent to.
13295
13296 The second form of the @command{kill} command lists signal information.
13297 Either the @option{-l} or @option{--list} option, or the @option{-t}
13298 or @option{--table} option must be specified.  Without any
13299 @var{signal} argument, all supported signals are listed.  The output
13300 of @option{-l} or @option{--list} is a list of the signal names, one
13301 per line; if @var{signal} is already a name, the signal number is
13302 printed instead.  The output of @option{-t} or @option{--table} is a
13303 table of signal numbers, names, and descriptions.  This form of the
13304 @command{kill} command succeeds if all @var{signal} arguments are valid
13305 and if there is no output error.
13306
13307 The @command{kill} command also supports the @option{--help} and
13308 @option{--version} options.  @xref{Common options}.
13309
13310 A @var{signal} may be a signal name like @samp{HUP}, or a signal
13311 number like @samp{1}, or an exit status of a process terminated by the
13312 signal.  A signal name can be given in canonical form or prefixed by
13313 @samp{SIG}.  The case of the letters is ignored, except for the
13314 @option{-@var{signal}} option which must use upper case to avoid
13315 ambiguity with lower case option letters.  The following signal names
13316 and numbers are supported on all @acronym{POSIX} compliant systems:
13317
13318 @table @samp
13319 @item HUP
13320 1.  Hangup.
13321 @item INT
13322 2.  Terminal interrupt.
13323 @item QUIT
13324 3.  Terminal quit.
13325 @item ABRT
13326 6.  Process abort.
13327 @item KILL
13328 9.  Kill (cannot be caught or ignored).
13329 @item ALRM
13330 14.  Alarm Clock.
13331 @item TERM
13332 15.  Termination.
13333 @end table
13334
13335 @noindent
13336 Other supported signal names have system-dependent corresponding
13337 numbers.  All systems conforming to @acronym{POSIX} 1003.1-2001 also
13338 support the following signals:
13339
13340 @table @samp
13341 @item BUS
13342 Access to an undefined portion of a memory object.
13343 @item CHLD
13344 Child process terminated, stopped, or continued.
13345 @item CONT
13346 Continue executing, if stopped.
13347 @item FPE
13348 Erroneous arithmetic operation.
13349 @item ILL
13350 Illegal Instruction.
13351 @item PIPE
13352 Write on a pipe with no one to read it.
13353 @item SEGV
13354 Invalid memory reference.
13355 @item STOP
13356 Stop executing (cannot be caught or ignored).
13357 @item TSTP
13358 Terminal stop.
13359 @item TTIN
13360 Background process attempting read.
13361 @item TTOU
13362 Background process attempting write.
13363 @item URG
13364 High bandwidth data is available at a socket.
13365 @item USR1
13366 User-defined signal 1.
13367 @item USR2
13368 User-defined signal 2.
13369 @end table
13370
13371 @noindent
13372 @acronym{POSIX} 1003.1-2001 systems that support the @acronym{XSI} extension
13373 also support the following signals:
13374
13375 @table @samp
13376 @item POLL
13377 Pollable event.
13378 @item PROF
13379 Profiling timer expired.
13380 @item SYS
13381 Bad system call.
13382 @item TRAP
13383 Trace/breakpoint trap.
13384 @item VTALRM
13385 Virtual timer expired.
13386 @item XCPU
13387 CPU time limit exceeded.
13388 @item XFSZ
13389 File size limit exceeded.
13390 @end table
13391
13392 @noindent
13393 @acronym{POSIX} 1003.1-2001 systems that support the @acronym{XRT} extension
13394 also support at least eight real-time signals called @samp{RTMIN},
13395 @samp{RTMIN+1}, @dots{}, @samp{RTMAX-1}, @samp{RTMAX}.
13396
13397
13398 @node Delaying
13399 @chapter Delaying
13400
13401 @cindex delaying commands
13402 @cindex commands for delaying
13403
13404 @c Perhaps @command{wait} or other commands should be described here also?
13405
13406 @menu
13407 * sleep invocation::            Delay for a specified time.
13408 @end menu
13409
13410
13411 @node sleep invocation
13412 @section @command{sleep}: Delay for a specified time
13413
13414 @pindex sleep
13415 @cindex delay for a specified time
13416
13417 @command{sleep} pauses for an amount of time specified by the sum of
13418 the values of the command line arguments.
13419 Synopsis:
13420
13421 @example
13422 sleep @var{number}[smhd]@dots{}
13423 @end example
13424
13425 @cindex time units
13426 Each argument is a number followed by an optional unit; the default
13427 is seconds.  The units are:
13428
13429 @table @samp
13430 @item s
13431 seconds
13432 @item m
13433 minutes
13434 @item h
13435 hours
13436 @item d
13437 days
13438 @end table
13439
13440 Historical implementations of @command{sleep} have required that
13441 @var{number} be an integer, and only accepted a single argument
13442 without a suffix.  However, GNU @command{sleep} accepts
13443 arbitrary floating point numbers (using a period before any fractional
13444 digits).
13445
13446 The only options are @option{--help} and @option{--version}.  @xref{Common
13447 options}.
13448
13449 @exitstatus
13450
13451
13452 @node Numeric operations
13453 @chapter Numeric operations
13454
13455 @cindex numeric operations
13456 These programs do numerically-related operations.
13457
13458 @menu
13459 * factor invocation::              Show factors of numbers.
13460 * seq invocation::                 Print sequences of numbers.
13461 @end menu
13462
13463
13464 @node factor invocation
13465 @section @command{factor}: Print prime factors
13466
13467 @pindex factor
13468 @cindex prime factors
13469
13470 @command{factor} prints prime factors.  Synopses:
13471
13472 @example
13473 factor [@var{number}]@dots{}
13474 factor @var{option}
13475 @end example
13476
13477 If no @var{number} is specified on the command line, @command{factor} reads
13478 numbers from standard input, delimited by newlines, tabs, or spaces.
13479
13480 The only options are @option{--help} and @option{--version}.  @xref{Common
13481 options}.
13482
13483 The algorithm it uses is not very sophisticated, so for some inputs
13484 @command{factor} runs for a long time.  The hardest numbers to factor are
13485 the products of large primes.  Factoring the product of the two largest 32-bit
13486 prime numbers takes about 80 seconds of CPU time on a 1.6 GHz Athlon.
13487
13488 @example
13489 $ p=`echo '4294967279 * 4294967291'|bc`
13490 $ factor $p
13491 18446743979220271189: 4294967279 4294967291
13492 @end example
13493
13494 Similarly, it takes about 80 seconds for GNU factor (from coreutils-5.1.2)
13495 to ``factor'' the largest 64-bit prime:
13496
13497 @example
13498 $ factor 18446744073709551557
13499   18446744073709551557: 18446744073709551557
13500 @end example
13501
13502 In contrast, @command{factor} factors the largest 64-bit number in just
13503 over a tenth of a second:
13504
13505 @example
13506 $ factor `echo '2^64-1'|bc`
13507 18446744073709551615: 3 5 17 257 641 65537 6700417
13508 @end example
13509
13510 @exitstatus
13511
13512
13513 @node seq invocation
13514 @section @command{seq}: Print numeric sequences
13515
13516 @pindex seq
13517 @cindex numeric sequences
13518 @cindex sequence of numbers
13519
13520 @command{seq} prints a sequence of numbers to standard output.  Synopses:
13521
13522 @example
13523 seq [@var{option}]@dots{} @var{last}
13524 seq [@var{option}]@dots{} @var{first} @var{last}
13525 seq [@var{option}]@dots{} @var{first} @var{increment} @var{last}
13526 @end example
13527
13528 @command{seq} prints the numbers from @var{first} to @var{last} by
13529 @var{increment}.  By default, each number is printed on a separate line.
13530 When @var{increment} is not specified, it defaults to @samp{1},
13531 even when @var{first} is larger than @var{last}.
13532 @var{first} also defaults to @samp{1}.  So @code{seq 1} prints
13533 @samp{1}, but @code{seq 0} and @code{seq 10 5} produce no output.
13534 Floating-point numbers
13535 may be specified (using a period before any fractional digits).
13536
13537 The program accepts the following options.  Also see @ref{Common options}.
13538 Options must precede operands.
13539
13540 @table @samp
13541 @item -f @var{format}
13542 @itemx --format=@var{format}
13543 @opindex -f @var{format}
13544 @opindex --format=@var{format}
13545 @cindex formatting of numbers in @command{seq}
13546 Print all numbers using @var{format}.
13547 @var{format} must contain exactly one of the @samp{printf}-style
13548 floating point conversion specifications @samp{%a}, @samp{%e},
13549 @samp{%f}, @samp{%g}, @samp{%A}, @samp{%E}, @samp{%F}, @samp{%G}.
13550
13551 The default format is derived from @var{first}, @var{step}, and
13552 @var{last}.  If these all use a fixed point decimal representation,
13553 the default format is @samp{%.@var{p}f}, where @var{p} is the minimum
13554 precision that can represent the output numbers exactly.  Otherwise,
13555 the default format is @samp{%g}.
13556
13557 @item -s @var{string}
13558 @itemx --separator=@var{string}
13559 @cindex separator for numbers in @command{seq}
13560 Separate numbers with @var{string}; default is a newline.
13561 The output always terminates with a newline.
13562
13563 @item -w
13564 @itemx --equal-width
13565 Print all numbers with the same width, by padding with leading zeros.
13566 @var{first}, @var{step}, and @var{last} should all use a fixed point
13567 decimal representation.
13568 (To have other kinds of padding, use @option{--format}).
13569
13570 @end table
13571
13572 If you want hexadecimal integer output, you can use @command{printf}
13573 to perform the conversion:
13574
13575 @example
13576 $ printf '%x\n' `seq 1048575 1024 1050623`
13577 fffff
13578 1003ff
13579 1007ff
13580 @end example
13581
13582 For very long lists of numbers, use xargs to avoid
13583 system limitations on the length of an argument list:
13584
13585 @example
13586 $ seq 1000000 | xargs printf '%x\n' | tail -n 3
13587 f423e
13588 f423f
13589 f4240
13590 @end example
13591
13592 To generate octal output, use the printf @code{%o} format instead
13593 of @code{%x}.
13594
13595 On most systems, seq can produce whole-number output for values up to
13596 at least @code{2^53}.  Larger integers are approximated.  The details
13597 differ depending on your floating-point implementation, but a common
13598 case is that @command{seq} works with integers through @code{2^64},
13599 and larger integers may not be numerically correct:
13600
13601 @example
13602 $ seq 18446744073709551616 1 18446744073709551618
13603 18446744073709551616
13604 18446744073709551616
13605 18446744073709551618
13606 @end example
13607
13608 Be careful when using @command{seq} with a fractional @var{increment};
13609 otherwise you may see surprising results.  Most people would expect to
13610 see @code{0.000003} printed as the last number in this example:
13611
13612 @example
13613 $ seq -s ' ' 0 0.000001 0.000003
13614 0.000000 0.000001 0.000002
13615 @end example
13616
13617 But that doesn't happen on many systems because @command{seq} is
13618 implemented using binary floating point arithmetic (via the C
13619 @code{long double} type)---which means decimal fractions like @code{0.000001}
13620 cannot be represented exactly.  That in turn means some nonintuitive
13621 conditions like @w{@code{0.000001 * 3 > 0.000003}} will end up being true.
13622
13623 To work around that in the above example, use a slightly larger number as
13624 the @var{last} value:
13625
13626 @example
13627 $ seq -s ' ' 0 0.000001 0.0000031
13628 0.000000 0.000001 0.000002 0.000003
13629 @end example
13630
13631 In general, when using an @var{increment} with a fractional part, where
13632 (@var{last} - @var{first}) / @var{increment} is (mathematically) a whole
13633 number, specify a slightly larger (or smaller, if @var{increment} is negative)
13634 value for @var{last} to ensure that @var{last} is the final value printed
13635 by seq.
13636
13637 @exitstatus
13638
13639
13640 @node File permissions
13641 @chapter File permissions
13642 @include perm.texi
13643
13644 @include getdate.texi
13645
13646 @c              What's GNU?
13647 @c              Arnold Robbins
13648 @node Opening the software toolbox
13649 @chapter Opening the Software Toolbox
13650
13651 An earlier version of this chapter appeared in
13652 @uref{http://www.linuxjournal.com/article.php?sid=2762, the
13653 @cite{What's GNU?} column of @cite{Linux Journal}, 2 (June, 1994)}.
13654 It was written by Arnold Robbins.
13655
13656 @menu
13657 * Toolbox introduction::        Toolbox introduction
13658 * I/O redirection::             I/O redirection
13659 * The who command::             The @command{who} command
13660 * The cut command::             The @command{cut} command
13661 * The sort command::            The @command{sort} command
13662 * The uniq command::            The @command{uniq} command
13663 * Putting the tools together::  Putting the tools together
13664 @end menu
13665
13666
13667 @node Toolbox introduction
13668 @unnumberedsec Toolbox Introduction
13669
13670 This month's column is only peripherally related to the GNU Project, in
13671 that it describes a number of the GNU tools on your GNU/Linux system and how they
13672 might be used.  What it's really about is the ``Software Tools'' philosophy
13673 of program development and usage.
13674
13675 The software tools philosophy was an important and integral concept
13676 in the initial design and development of Unix (of which Linux and GNU are
13677 essentially clones).  Unfortunately, in the modern day press of
13678 Internetworking and flashy GUIs, it seems to have fallen by the
13679 wayside.  This is a shame, since it provides a powerful mental model
13680 for solving many kinds of problems.
13681
13682 Many people carry a Swiss Army knife around in their pants pockets (or
13683 purse).  A Swiss Army knife is a handy tool to have: it has several knife
13684 blades, a screwdriver, tweezers, toothpick, nail file, corkscrew, and perhaps
13685 a number of other things on it.  For the everyday, small miscellaneous jobs
13686 where you need a simple, general purpose tool, it's just the thing.
13687
13688 On the other hand, an experienced carpenter doesn't build a house using
13689 a Swiss Army knife.  Instead, he has a toolbox chock full of specialized
13690 tools---a saw, a hammer, a screwdriver, a plane, and so on.  And he knows
13691 exactly when and where to use each tool; you won't catch him hammering nails
13692 with the handle of his screwdriver.
13693
13694 The Unix developers at Bell Labs were all professional programmers and trained
13695 computer scientists.  They had found that while a one-size-fits-all program
13696 might appeal to a user because there's only one program to use, in practice
13697 such programs are
13698
13699 @enumerate a
13700 @item
13701 difficult to write,
13702
13703 @item
13704 difficult to maintain and
13705 debug, and
13706
13707 @item
13708 difficult to extend to meet new situations.
13709 @end enumerate
13710
13711 Instead, they felt that programs should be specialized tools.  In short, each
13712 program ``should do one thing well.''  No more and no less.  Such programs are
13713 simpler to design, write, and get right---they only do one thing.
13714
13715 Furthermore, they found that with the right machinery for hooking programs
13716 together, that the whole was greater than the sum of the parts.  By combining
13717 several special purpose programs, you could accomplish a specific task
13718 that none of the programs was designed for, and accomplish it much more
13719 quickly and easily than if you had to write a special purpose program.
13720 We will see some (classic) examples of this further on in the column.
13721 (An important additional point was that, if necessary, take a detour
13722 and build any software tools you may need first, if you don't already
13723 have something appropriate in the toolbox.)
13724
13725 @node I/O redirection
13726 @unnumberedsec I/O Redirection
13727
13728 Hopefully, you are familiar with the basics of I/O redirection in the
13729 shell, in particular the concepts of ``standard input,'' ``standard output,''
13730 and ``standard error''.  Briefly, ``standard input'' is a data source, where
13731 data comes from.  A program should not need to either know or care if the
13732 data source is a disk file, a keyboard, a magnetic tape, or even a punched
13733 card reader.  Similarly, ``standard output'' is a data sink, where data goes
13734 to.  The program should neither know nor care where this might be.
13735 Programs that only read their standard input, do something to the data,
13736 and then send it on, are called @dfn{filters}, by analogy to filters in a
13737 water pipeline.
13738
13739 With the Unix shell, it's very easy to set up data pipelines:
13740
13741 @smallexample
13742 program_to_create_data | filter1 | ... | filterN > final.pretty.data
13743 @end smallexample
13744
13745 We start out by creating the raw data; each filter applies some successive
13746 transformation to the data, until by the time it comes out of the pipeline,
13747 it is in the desired form.
13748
13749 This is fine and good for standard input and standard output.  Where does the
13750 standard error come in to play?  Well, think about @command{filter1} in
13751 the pipeline above.  What happens if it encounters an error in the data it
13752 sees?  If it writes an error message to standard output, it will just
13753 disappear down the pipeline into @command{filter2}'s input, and the
13754 user will probably never see it.  So programs need a place where they can send
13755 error messages so that the user will notice them.  This is standard error,
13756 and it is usually connected to your console or window, even if you have
13757 redirected standard output of your program away from your screen.
13758
13759 For filter programs to work together, the format of the data has to be
13760 agreed upon.  The most straightforward and easiest format to use is simply
13761 lines of text.  Unix data files are generally just streams of bytes, with
13762 lines delimited by the @acronym{ASCII} @sc{lf} (Line Feed) character,
13763 conventionally called a ``newline'' in the Unix literature.  (This is
13764 @code{'\n'} if you're a C programmer.)  This is the format used by all
13765 the traditional filtering programs.  (Many earlier operating systems
13766 had elaborate facilities and special purpose programs for managing
13767 binary data.  Unix has always shied away from such things, under the
13768 philosophy that it's easiest to simply be able to view and edit your
13769 data with a text editor.)
13770
13771 OK, enough introduction.  Let's take a look at some of the tools, and then
13772 we'll see how to hook them together in interesting ways.   In the following
13773 discussion, we will only present those command line options that interest
13774 us.  As you should always do, double check your system documentation
13775 for the full story.
13776
13777 @node The who command
13778 @unnumberedsec The @command{who} Command
13779
13780 The first program is the @command{who} command.  By itself, it generates a
13781 list of the users who are currently logged in.  Although I'm writing
13782 this on a single-user system, we'll pretend that several people are
13783 logged in:
13784
13785 @example
13786 $ who
13787 @print{} arnold   console Jan 22 19:57
13788 @print{} miriam   ttyp0   Jan 23 14:19(:0.0)
13789 @print{} bill     ttyp1   Jan 21 09:32(:0.0)
13790 @print{} arnold   ttyp2   Jan 23 20:48(:0.0)
13791 @end example
13792
13793 Here, the @samp{$} is the usual shell prompt, at which I typed @samp{who}.
13794 There are three people logged in, and I am logged in twice.  On traditional
13795 Unix systems, user names are never more than eight characters long.  This
13796 little bit of trivia will be useful later.  The output of @command{who} is nice,
13797 but the data is not all that exciting.
13798
13799 @node The cut command
13800 @unnumberedsec The @command{cut} Command
13801
13802 The next program we'll look at is the @command{cut} command.  This program
13803 cuts out columns or fields of input data.  For example, we can tell it
13804 to print just the login name and full name from the @file{/etc/passwd}
13805 file.  The @file{/etc/passwd} file has seven fields, separated by
13806 colons:
13807
13808 @example
13809 arnold:xyzzy:2076:10:Arnold D. Robbins:/home/arnold:/bin/bash
13810 @end example
13811
13812 To get the first and fifth fields, we would use @command{cut} like this:
13813
13814 @example
13815 $ cut -d: -f1,5 /etc/passwd
13816 @print{} root:Operator
13817 @dots{}
13818 @print{} arnold:Arnold D. Robbins
13819 @print{} miriam:Miriam A. Robbins
13820 @dots{}
13821 @end example
13822
13823 With the @option{-c} option, @command{cut} will cut out specific characters
13824 (i.e., columns) in the input lines.  This is useful for input data
13825 that has fixed width fields, and does not have a field separator.  For
13826 example, list the Monday dates for the current month:
13827
13828 @c Is using cal ok?  Looked at gcal, but I don't like it.
13829 @example
13830 $ cal | cut -c 3-5
13831 @print{}Mo
13832 @print{}
13833 @print{}  6
13834 @print{} 13
13835 @print{} 20
13836 @print{} 27
13837 @end example
13838
13839 @node The sort command
13840 @unnumberedsec The @command{sort} Command
13841
13842 Next we'll look at the @command{sort} command.  This is one of the most
13843 powerful commands on a Unix-style system; one that you will often find
13844 yourself using when setting up fancy data plumbing.
13845
13846 The @command{sort}
13847 command reads and sorts each file named on the command line.  It then
13848 merges the sorted data and writes it to standard output.  It will read
13849 standard input if no files are given on the command line (thus
13850 making it into a filter).  The sort is based on the character collating
13851 sequence or based on user-supplied ordering criteria.
13852
13853
13854 @node The uniq command
13855 @unnumberedsec The @command{uniq} Command
13856
13857 Finally (at least for now), we'll look at the @command{uniq} program.  When
13858 sorting data, you will often end up with duplicate lines, lines that
13859 are identical.  Usually, all you need is one instance of each line.
13860 This is where @command{uniq} comes in.  The @command{uniq} program reads its
13861 standard input.  It prints only one
13862 copy of each repeated line.  It does have several options.  Later on,
13863 we'll use the @option{-c} option, which prints each unique line, preceded
13864 by a count of the number of times that line occurred in the input.
13865
13866
13867 @node Putting the tools together
13868 @unnumberedsec Putting the Tools Together
13869
13870 Now, let's suppose this is a large ISP server system with dozens of users
13871 logged in.  The management wants the system administrator to write a program that will
13872 generate a sorted list of logged in users.  Furthermore, even if a user
13873 is logged in multiple times, his or her name should only show up in the
13874 output once.
13875
13876 The administrator could sit down with the system documentation and write a C
13877 program that did this.  It would take perhaps a couple of hundred lines
13878 of code and about two hours to write it, test it, and debug it.
13879 However, knowing the software toolbox, the administrator can instead start out
13880 by generating just a list of logged on users:
13881
13882 @example
13883 $ who | cut -c1-8
13884 @print{} arnold
13885 @print{} miriam
13886 @print{} bill
13887 @print{} arnold
13888 @end example
13889
13890 Next, sort the list:
13891
13892 @example
13893 $ who | cut -c1-8 | sort
13894 @print{} arnold
13895 @print{} arnold
13896 @print{} bill
13897 @print{} miriam
13898 @end example
13899
13900 Finally, run the sorted list through @command{uniq}, to weed out duplicates:
13901
13902 @example
13903 $ who | cut -c1-8 | sort | uniq
13904 @print{} arnold
13905 @print{} bill
13906 @print{} miriam
13907 @end example
13908
13909 The @command{sort} command actually has a @option{-u} option that does what
13910 @command{uniq} does.  However, @command{uniq} has other uses for which one
13911 cannot substitute @samp{sort -u}.
13912
13913 The administrator puts this pipeline into a shell script, and makes it available for
13914 all the users on the system (@samp{#} is the system administrator,
13915 or @code{root}, prompt):
13916
13917 @example
13918 # cat > /usr/local/bin/listusers
13919 who | cut -c1-8 | sort | uniq
13920 ^D
13921 # chmod +x /usr/local/bin/listusers
13922 @end example
13923
13924 There are four major points to note here.  First, with just four
13925 programs, on one command line, the administrator was able to save about two
13926 hours worth of work.  Furthermore, the shell pipeline is just about as
13927 efficient as the C program would be, and it is much more efficient in
13928 terms of programmer time.  People time is much more expensive than
13929 computer time, and in our modern ``there's never enough time to do
13930 everything'' society, saving two hours of programmer time is no mean
13931 feat.
13932
13933 Second, it is also important to emphasize that with the
13934 @emph{combination} of the tools, it is possible to do a special
13935 purpose job never imagined by the authors of the individual programs.
13936
13937 Third, it is also valuable to build up your pipeline in stages, as we did here.
13938 This allows you to view the data at each stage in the pipeline, which helps
13939 you acquire the confidence that you are indeed using these tools correctly.
13940
13941 Finally, by bundling the pipeline in a shell script, other users can use
13942 your command, without having to remember the fancy plumbing you set up for
13943 them.  In terms of how you run them, shell scripts and compiled programs are
13944 indistinguishable.
13945
13946 After the previous warm-up exercise, we'll look at two additional, more
13947 complicated pipelines.  For them, we need to introduce two more tools.
13948
13949 The first is the @command{tr} command, which stands for ``transliterate.''
13950 The @command{tr} command works on a character-by-character basis, changing
13951 characters.  Normally it is used for things like mapping upper case to
13952 lower case:
13953
13954 @example
13955 $ echo ThIs ExAmPlE HaS MIXED case! | tr '[:upper:]' '[:lower:]'
13956 @print{} this example has mixed case!
13957 @end example
13958
13959 There are several options of interest:
13960
13961 @table @code
13962 @item -c
13963 work on the complement of the listed characters, i.e.,
13964 operations apply to characters not in the given set
13965
13966 @item -d
13967 delete characters in the first set from the output
13968
13969 @item -s
13970 squeeze repeated characters in the output into just one character.
13971 @end table
13972
13973 We will be using all three options in a moment.
13974
13975 The other command we'll look at is @command{comm}.  The @command{comm}
13976 command takes two sorted input files as input data, and prints out the
13977 files' lines in three columns.  The output columns are the data lines
13978 unique to the first file, the data lines unique to the second file, and
13979 the data lines that are common to both.  The @option{-1}, @option{-2}, and
13980 @option{-3} command line options @emph{omit} the respective columns.  (This is
13981 non-intuitive and takes a little getting used to.)  For example:
13982
13983 @example
13984 $ cat f1
13985 @print{} 11111
13986 @print{} 22222
13987 @print{} 33333
13988 @print{} 44444
13989 $ cat f2
13990 @print{} 00000
13991 @print{} 22222
13992 @print{} 33333
13993 @print{} 55555
13994 $ comm f1 f2
13995 @print{}         00000
13996 @print{} 11111
13997 @print{}                 22222
13998 @print{}                 33333
13999 @print{} 44444
14000 @print{}         55555
14001 @end example
14002
14003 The file name @file{-} tells @command{comm} to read standard input
14004 instead of a regular file.
14005
14006 Now we're ready to build a fancy pipeline.  The first application is a word
14007 frequency counter.  This helps an author determine if he or she is over-using
14008 certain words.
14009
14010 The first step is to change the case of all the letters in our input file
14011 to one case.  ``The'' and ``the'' are the same word when doing counting.
14012
14013 @example
14014 $ tr '[:upper:]' '[:lower:]' < whats.gnu | ...
14015 @end example
14016
14017 The next step is to get rid of punctuation.  Quoted words and unquoted words
14018 should be treated identically; it's easiest to just get the punctuation out of
14019 the way.
14020
14021 @smallexample
14022 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' | ...
14023 @end smallexample
14024
14025 The second @command{tr} command operates on the complement of the listed
14026 characters, which are all the letters, the digits, the underscore, and
14027 the blank.  The @samp{\n} represents the newline character; it has to
14028 be left alone.  (The @acronym{ASCII} tab character should also be included for
14029 good measure in a production script.)
14030
14031 At this point, we have data consisting of words separated by blank space.
14032 The words only contain alphanumeric characters (and the underscore).  The
14033 next step is break the data apart so that we have one word per line.  This
14034 makes the counting operation much easier, as we will see shortly.
14035
14036 @smallexample
14037 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
14038 > tr -s ' ' '\n' | ...
14039 @end smallexample
14040
14041 This command turns blanks into newlines.  The @option{-s} option squeezes
14042 multiple newline characters in the output into just one.  This helps us
14043 avoid blank lines.  (The @samp{>} is the shell's ``secondary prompt.''
14044 This is what the shell prints when it notices you haven't finished
14045 typing in all of a command.)
14046
14047 We now have data consisting of one word per line, no punctuation, all one
14048 case.  We're ready to count each word:
14049
14050 @smallexample
14051 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
14052 > tr -s ' ' '\n' | sort | uniq -c | ...
14053 @end smallexample
14054
14055 At this point, the data might look something like this:
14056
14057 @example
14058      60 a
14059       2 able
14060       6 about
14061       1 above
14062       2 accomplish
14063       1 acquire
14064       1 actually
14065       2 additional
14066 @end example
14067
14068 The output is sorted by word, not by count!  What we want is the most
14069 frequently used words first.  Fortunately, this is easy to accomplish,
14070 with the help of two more @command{sort} options:
14071
14072 @table @code
14073 @item -n
14074 do a numeric sort, not a textual one
14075
14076 @item -r
14077 reverse the order of the sort
14078 @end table
14079
14080 The final pipeline looks like this:
14081
14082 @smallexample
14083 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
14084 > tr -s ' ' '\n' | sort | uniq -c | sort -n -r
14085 @print{}    156 the
14086 @print{}     60 a
14087 @print{}     58 to
14088 @print{}     51 of
14089 @print{}     51 and
14090 @dots{}
14091 @end smallexample
14092
14093 Whew!  That's a lot to digest.  Yet, the same principles apply.  With six
14094 commands, on two lines (really one long one split for convenience), we've
14095 created a program that does something interesting and useful, in much
14096 less time than we could have written a C program to do the same thing.
14097
14098 A minor modification to the above pipeline can give us a simple spelling
14099 checker!  To determine if you've spelled a word correctly, all you have to
14100 do is look it up in a dictionary.  If it is not there, then chances are
14101 that your spelling is incorrect.  So, we need a dictionary.
14102 The conventional location for a dictionary is @file{/usr/dict/words}.
14103 On my GNU/Linux system,@footnote{Redhat Linux 6.1, for the November 2000
14104 revision of this article.}
14105 this is a is a sorted, 45,402 word dictionary.
14106
14107 Now, how to compare our file with the dictionary?  As before, we generate
14108 a sorted list of words, one per line:
14109
14110 @smallexample
14111 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
14112 > tr -s ' ' '\n' | sort -u | ...
14113 @end smallexample
14114
14115 Now, all we need is a list of words that are @emph{not} in the
14116 dictionary.  Here is where the @command{comm} command comes in.
14117
14118 @smallexample
14119 $ tr '[:upper:]' '[:lower:]' < whats.gnu | tr -cd '[:alnum:]_ \n' |
14120 > tr -s ' ' '\n' | sort -u |
14121 > comm -23 - /usr/dict/words
14122 @end smallexample
14123
14124 The @option{-2} and @option{-3} options eliminate lines that are only in the
14125 dictionary (the second file), and lines that are in both files.  Lines
14126 only in the first file (standard input, our stream of words), are
14127 words that are not in the dictionary.  These are likely candidates for
14128 spelling errors.  This pipeline was the first cut at a production
14129 spelling checker on Unix.
14130
14131 There are some other tools that deserve brief mention.
14132
14133 @table @command
14134 @item grep
14135 search files for text that matches a regular expression
14136
14137 @item wc
14138 count lines, words, characters
14139
14140 @item tee
14141 a T-fitting for data pipes, copies data to files and to standard output
14142
14143 @item sed
14144 the stream editor, an advanced tool
14145
14146 @item awk
14147 a data manipulation language, another advanced tool
14148 @end table
14149
14150 The software tools philosophy also espoused the following bit of
14151 advice: ``Let someone else do the hard part.''  This means, take
14152 something that gives you most of what you need, and then massage it the
14153 rest of the way until it's in the form that you want.
14154
14155 To summarize:
14156
14157 @enumerate 1
14158 @item
14159 Each program should do one thing well.  No more, no less.
14160
14161 @item
14162 Combining programs with appropriate plumbing leads to results where
14163 the whole is greater than the sum of the parts.  It also leads to novel
14164 uses of programs that the authors might never have imagined.
14165
14166 @item
14167 Programs should never print extraneous header or trailer data, since these
14168 could get sent on down a pipeline.  (A point we didn't mention earlier.)
14169
14170 @item
14171 Let someone else do the hard part.
14172
14173 @item
14174 Know your toolbox!  Use each program appropriately.  If you don't have an
14175 appropriate tool, build one.
14176 @end enumerate
14177
14178 As of this writing, all the programs we've discussed are available via
14179 anonymous @command{ftp} from: @*
14180 @uref{ftp://gnudist.gnu.org/textutils/textutils-1.22.tar.gz}.  (There may
14181 be more recent versions available now.)
14182
14183 None of what I have presented in this column is new.  The Software Tools
14184 philosophy was first introduced in the book @cite{Software Tools}, by
14185 Brian Kernighan and P.J. Plauger (Addison-Wesley, ISBN 0-201-03669-X).
14186 This book showed how to write and use software tools.  It was written in
14187 1976, using a preprocessor for FORTRAN named @command{ratfor} (RATional
14188 FORtran).  At the time, C was not as ubiquitous as it is now; FORTRAN
14189 was.  The last chapter presented a @command{ratfor} to FORTRAN
14190 processor, written in @command{ratfor}.  @command{ratfor} looks an awful
14191 lot like C; if you know C, you won't have any problem following the
14192 code.
14193
14194 In 1981, the book was updated and made available as @cite{Software Tools
14195 in Pascal} (Addison-Wesley, ISBN 0-201-10342-7).  Both books are
14196 still in print and are well worth
14197 reading if you're a programmer.  They certainly made a major change in
14198 how I view programming.
14199
14200 The programs in both books are available from
14201 @uref{http://cm.bell-labs.com/who/bwk, Brian Kernighan's home page}.
14202 For a number of years, there was an active
14203 Software Tools Users Group, whose members had ported the original
14204 @command{ratfor} programs to essentially every computer system with a
14205 FORTRAN compiler.  The popularity of the group waned in the middle 1980s
14206 as Unix began to spread beyond universities.
14207
14208 With the current proliferation of GNU code and other clones of Unix programs,
14209 these programs now receive little attention; modern C versions are
14210 much more efficient and do more than these programs do.  Nevertheless, as
14211 exposition of good programming style, and evangelism for a still-valuable
14212 philosophy, these books are unparalleled, and I recommend them highly.
14213
14214 Acknowledgment: I would like to express my gratitude to Brian Kernighan
14215 of Bell Labs, the original Software Toolsmith, for reviewing this column.
14216
14217 @include doclicense.texi
14218
14219 @node Index
14220 @unnumbered Index
14221
14222 @printindex cp
14223
14224 @shortcontents
14225 @contents
14226 @bye
14227
14228 @c Local variables:
14229 @c texinfo-column-for-description: 32
14230 @c End: