From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 7 Sep 2009 21:29:30 -0600 Message-Id: <87skeym7vp.fsf@marvin.902northland.adams.home> From: madams@phantomware.ca (Matt Adams) To: 9fans@9fans.net In-reply-to: <607df9c5c6c2c916c613568fe50fcc27@quanstro.net> (message from erik quanstrom on Mon, 7 Sep 2009 22:13:26 -0400) References: <607df9c5c6c2c916c613568fe50fcc27@quanstro.net> Subject: Re: [9fans] Installer error (not supposed to happen) Topicbox-Message-UUID: 69e4aede-ead5-11e9-9d60-3106f5b1d025 > i don't think so. i tested that before > i asked the original question. what does this > x=/dev/sd*/plan9* > whatis x x=(/dev/sdC0/plan9 /dev/sdC1/plan9) > ls -q /dev/sd*/plan9* (0000000004300016 1 00) /dev/sdC0/plan9 (0000000004301016 1 00) /dev/sdC1/plan9 Also: % test -f /dev/sdC0/plan9 # produces no errors % test -f /dev/sdC1/plan9 # produces no errors As soon as I put a wildcard into the test string, e.g., % test -f /dev/sd*/plan9 test: unexpected operator/operand: /dev/sdC1/plan9 Hope this helps - thanks! Matt