This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem concating (>>) to a large file


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

http://cygwin.com/acronyms/#PPIOSPE - redirecting to the list

According to Peter Milne on 5/25/2007 9:55 PM:
> Hi Eric
> 
> Thanks for responding to my query.
> 
> Brian Dessent also responded.  He suggested using the following command:
> 
> 	dd if=B of=A bs=64k conv=notrunc oflag=append
> 
> but this gave the same result as >>, that is, it stuck the contents of file
> B at the front of A rather than at the end.

If that happened, it is a different bug, since dd does not go through the
stdio library, therefore does not see the bug in stdout being in 32-bit
mode instead of 64-bit mode.  Exactly how big are a and b?  I'd like to
try to reproduce this, and observe what strace has to say about it,
because I agree with Brian that it should work.

> It looks like dd is broken in
> this respect in the current version of cygwin.  I wonder if dd will come
> good in 1.70.0 too?  Do you have any idea when 1.70.0 will be released?

1.70.0?  Not for many, many more years (after all, the 1.5.x series lasted
for several years). :)  1.7.0, on the other hand, might be released this
year, once it is ready.  But in classic open source mindset, the release
will be sooner if you help.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGWC8r84KuGfSFAYARAqZPAKCbA1hzqmf7tZBwwsgmNf+Q1358SACfT8ze
fpNDzc7Zn40vc9I3SkGb08w=
=/ilm
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]