1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 09:05:50 +02:00

(dd invocation): New flags directory, nolinks.

Alphabetize nofollow.
This commit is contained in:
Paul Eggert
2006-03-06 07:21:40 +00:00
parent c21aeb1bd8
commit 7c7486d168
2 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2006-03-05 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (dd invocation): New flags directory, nolinks.
Alphabetize nofollow.
2006-02-17 Simon Josefsson <jas@extundo.com>
* coreutils.texi: Add base64 section.

View File

@@ -7003,7 +7003,8 @@ argument(s). (No spaces around any comma(s).)
Access the output file using the flags specified by the @var{flag}
argument(s). (No spaces around any comma(s).)
Flags:
Here are the flags. Not every flag is supported on every operating
system.
@table @samp
@@ -7019,6 +7020,13 @@ contents of the file. This flag makes sense only for output.
@cindex direct I/O
Use direct I/O for data, avoiding the buffer cache.
@item directory
@opindex directory
@cindex directory I/O
Fail unless the file is a directory. Most operating systems do not
allow I/O to a directory, so this flag has limited utility.
@item dsync
@opindex dsync
@cindex synchronized data reads
@@ -7043,11 +7051,6 @@ Use non-blocking I/O.
@cindex access time
Do not update the file's access time.
@item nofollow
@opindex nofollow
@cindex symbolic links, following
Do not follow symbolic links.
@item noctty
@opindex noctty
@cindex controlling terminal
@@ -7056,6 +7059,16 @@ This has no effect when the file is not a terminal.
On many hosts (e.g., @acronym{GNU}/Linux hosts), this option has no effect
at all.
@item nofollow
@opindex nofollow
@cindex symbolic links, following
Do not follow symbolic links.
@item nolinks
@opindex nolinks
@cindex hard links
Fail if the file has multiple hard links.
@item binary
@opindex binary
@cindex binary I/O