mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-17 17:18:45 +02:00
(dd invocation): New flags directory, nolinks.
Alphabetize nofollow.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user