cpio problem

Geoffrey Noer noer@cygnus.com
Tue Apr 14 14:04:00 GMT 1998


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@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list