Package: coreutils
Version: 5.96-3
Severity: normal

hi

AFAICT, from the man page

...
       oflag=FLAGS
              write as per the comma separated symbol list
...
       Each FLAG symbol may be:

       append append mode (makes sense only for output)
..........


but in this example

vvvvvvvvvvvvvvvvvvvvvvv
$ echo hi there | dd oflag=append of=salute
0+1 records in
0+1 records out
9 bytes (9 B) copied, 0,000739 seconds, 12,2 kB/s
$ echo nice to see you | dd oflag=append of=salute
0+1 records in
0+1 records out
16 bytes (16 B) copied, 0,00434 seconds, 3,7 kB/s
$ cat salute
nice to see you
^^^^^^^^^^^^^^^^^^^^^^^^

you see that dd is not appending to the output

a.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages coreutils depends on:
ii  libacl1                       2.2.37-1   Access control list shared library
ii  libc6                         2.3.6-15   GNU C Library: Shared libraries
ii  libselinux1                   1.30-1     SELinux shared libraries

coreutils recommends no packages.

-- no debconf information

-- 
Andrea Mennucc
 "E' un mondo difficile. Che vita intensa!" (Tonino Carotone)

Attachment: signature.asc
Description: Digital signature

Reply via email to