delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Reply-To: | <mvdv AT bigfoot DOT com> |
From: | "Mark Van De Vyver" <mvdv AT bigfoot DOT com> |
To: | "Cygwin" <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | Permissions |
Date: | Thu, 8 Jun 2000 14:13:43 +0800 |
Message-ID: | <NDBBJCODCILMGGMPECDMOEKICGAA.mvdv@bigfoot.com> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.6600 |
Importance: | Normal |
Hi, Still v new to Cygwin with not much unix experience so this is probably trivial... why does this work OK /usr/bin bash-2.04$ sed -n 'p' /usr/info/time.info < ... output omitted .... > but this not work: bash-2.04$ for FI in `ls /usr/info/*.info`; do sed -n 'p' $FI; done sed: can't read /usr/info/autoconf.info: No such file or directory sed: can't read /usr/info/automake.info: No such file or directory sed: can't read /usr/info/bison.info: No such file or directory sed: can't read /usr/info/byacc.info: No such file or directory sed: can't read /usr/info/cpp.info: No such file or directory sed: can't read /usr/info/dejagnu.info: No such file or directory sed: can't read /usr/info/diff.info: No such file or directory sed: can't read /usr/info/fileutils.info: No such file or directory sed: can't read /usr/info/find.info: No such file or directory sed: can't read /usr/info/flex.info: No such file or directory sed: can't read /usr/info/g77.info: No such file or directory sed: can't read /usr/info/gawk.info: No such file or directory sed: can't read /usr/info/gcc.info: No such file or directory sed: can't read /usr/info/gperf.info: No such file or directory sed: can't read /usr/info/gzip.info: No such file or directory sed: can't read /usr/info/m4.info: No such file or directory sed: can't read /usr/info/make.info: No such file or directory sed: can't read /usr/info/sed.info: No such file or directory sed: can't read /usr/info/sh-utils.info: No such file or directory sed: can't read /usr/info/standards.info: No such file or directory sed: can't read /usr/info/tar.info: No such file or directory sed: can't read /usr/info/textutils.info: No such file or directory sed: can't read /usr/info/time.info: No such file or directory /usr/bin bash-2.04$ This arose while trying to install info following a mail msg posted to this list. Any tips much appreciated... TIA Mark Van De Vyver Department of Accounting and Finance University of Western Australia Hacket Drive Nedlands 6907 Perth, WA mailto:mvdv AT bigfoot DOT com http://www.bigfoot.com/~mvdv +61 8 9345-1572 (after hrs - GMT+8) +61 8 9380-2510 (direct) +61 8 9380-2917 (general office) +61 8 9380-1047 (fax) -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |