This is a discussion on RE: Problem extracting IDS.CPI within the Informix forums, part of the Database Server Software category; --> Paul- You need a "\" before the ";" because Unix and Linux use ";" to indicate the beginning of ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Paul- You need a "\" before the ";" because Unix and Linux use ";" to indicate the beginning of a second command on the same line. Try: cpio -icpdumB < IDS.CPI\;1 --EEM -----Original Message----- From: informix-list-bounces@iiug.org [mailto:informix-list-bounces@iiug.org] On Behalf Of Paul Lindsay Sent: Friday, February 16, 2007 8:46 AM To: informix-list@iiug.org Subject: Problem extracting IDS.CPI Hi I want to extract the installation file IDS.CPI from the informix cd using CPIO, but when i view the contents of the cd i get "IDS.CPI;1". CPIO wont recognise IDS.CPI and I havent got a clue what the ";1" means. I'm running HP-UX by the way. Can anyone shine any light on this please as its sending me nuts. Thanks in advance Paul _______________________________________________ Informix-list mailing list Informix-list@iiug.org http://www.iiug.org/mailman/listinfo/informix-list |
| ||||
| Excellent, worked a treat. Thanks for the swift reply Paul "Everett Mills" <eemills@nationalbeef.com> wrote in message news:mailman.217.1171637919.10648.informix-list@iiug.org... Paul- You need a "\" before the ";" because Unix and Linux use ";" to indicate the beginning of a second command on the same line. Try: cpio -icpdumB < IDS.CPI\;1 --EEM -----Original Message----- From: informix-list-bounces@iiug.org [mailto:informix-list-bounces@iiug.org] On Behalf Of Paul Lindsay Sent: Friday, February 16, 2007 8:46 AM To: informix-list@iiug.org Subject: Problem extracting IDS.CPI Hi I want to extract the installation file IDS.CPI from the informix cd using CPIO, but when i view the contents of the cd i get "IDS.CPI;1". CPIO wont recognise IDS.CPI and I havent got a clue what the ";1" means. I'm running HP-UX by the way. Can anyone shine any light on this please as its sending me nuts. Thanks in advance Paul _______________________________________________ Informix-list mailing list Informix-list@iiug.org http://www.iiug.org/mailman/listinfo/informix-list |