dd garbled output
Steven Penny
svnpenn@gmail.com
Sun May 11 07:17:00 GMT 2014
Using this file
$ cat file.txt
hello
doge
world
I can run this command
$ grep -v doge file.txt | dd conv=notrunc of=file.txt
and get output as expected
$ cat file.txt
hello
world
However with Cygwin the end result is garbled
$ cat infile.txt
hello
world
orld
What is causing this?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list