Mail Archives: cygwin/1998/04/14/21:34:23
Ian Collins wrote:
>
> I have just compiled and made cpio on gnu win32 b19.
> I tested it with a 400Mb binary cpio file.
> If I use,
>
> cpio -icv < file.cpio
>
> then it gets a premature end of file error.
>
> However, if I use,
>
> cpio -icv -I file.cpio
>
> then it works OK.
>
> What is stdin doing?
Almost certainly, the redirect is happening in text mode while the
-I inputs the file in binary mode.
--
Geoffrey Noer
noer AT cygnus DOT com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -