public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Parker, Ron" <rdparker@butlermfg.com>
To: mvdv@bigfoot.com, Cygwin <cygwin@sourceware.cygnus.com>
Subject: RE: Permissions
Date: Thu, 08 Jun 2000 11:51:00 -0000	[thread overview]
Message-ID: <30173.960490270.0@NO-ID-FOUND.mhonarc.org> (raw)

> 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

It must be something in your configuration.  It runs just fine on my
machine.  To quote Ernie, "The output from cygcheck -s -v -r might be useful
in this case."

Just a note on your script fragment.  the 'ls' is not needed.  The following
will work as well:

	for FI in /usr/info/*.info; do  sed -n 'p' $FI; done

             reply	other threads:[~2000-06-08 11:51 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-08 11:51 Parker, Ron [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-12-03  5:28 Permissions Jacob Vennervald Madsen
2001-12-04  3:40 ` Permissions Pavel Tsekov
2001-04-24 15:30 permissions Karl M
2001-04-24 16:12 ` permissions DJ Delorie
2001-03-30 10:24 permissions Rick Rauenzahn
2001-03-30 10:56 ` permissions Larry Hall (RFK Partners, Inc)
2001-03-30 11:02 ` permissions Michael Erdely
2001-03-30 14:49 ` permissions Corinna Vinschen
2000-06-07 23:15 Permissions Mark Van De Vyver
1999-10-29 14:55 permissions Mike MacDonald
1999-10-31 19:54 ` permissions Mike MacDonald
1999-10-29 14:33 permissions Mike MacDonald
1999-10-29 14:43 ` permissions Suhaib Siddiqi
1999-10-31 19:54   ` permissions Suhaib Siddiqi
1999-10-31 19:54 ` permissions Mike MacDonald
1999-10-29 14:17 permissions Earnie Boyd
1999-10-31 19:54 ` permissions Earnie Boyd
1999-10-29 14:05 permissions Earnie Boyd
1999-10-31 19:54 ` permissions Earnie Boyd
1999-10-29 13:56 FW: permissions Mike MacDonald
1999-10-29 14:27 ` permissions Suhaib Siddiqi
1999-10-31 19:54   ` permissions Suhaib Siddiqi
1999-10-29 13:21 permissions Mike MacDonald
1999-10-29 13:37 ` permissions Suhaib Siddiqi
1999-10-31 19:54   ` permissions Suhaib Siddiqi
1999-10-31 19:54 ` permissions Mike MacDonald
1999-10-29 12:36 permissions Mike MacDonald
1999-10-31 19:54 ` permissions Mike MacDonald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=30173.960490270.0@NO-ID-FOUND.mhonarc.org \
    --to=rdparker@butlermfg.com \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=mvdv@bigfoot.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).