public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Earnie Boyd <earnie_boyd@yahoo.com>
To: "Waldor Michael \(K3/EMW4\)" <Michael.Waldor@de.bosch.com>
Cc: cygwin users <cygwin@sourceware.cygnus.com>
Subject: Re: B20: Bug? backslashes and stars within args of ls
Date: Wed, 31 Mar 1999 19:45:00 -0000	[thread overview]
Message-ID: <19990303155126.14113.rocketmail@send1e.yahoomail.com> (raw)
Message-ID: <19990331194500.TMqsjJ3wy0k5KIV5xsfOFp86docEsfTOcAX7x8Zl6uA@z> (raw)

---"Waldor Michael (K3/EMW4)" <Michael.Waldor@de.bosch.com> wrote:
8<
> not ok: ls c:\\temp\\f*
> //i/programme/mm3/util/ls: c:\temp\f*: No such file or directory
8<

Yep.  This is a bug.

8< 
> not ok: ls c:\temp\f*
> //i/programme/mm3/util/ls: c:tempf*: No such file or directory
8<

This is the expected result.

8<
> I would like to call ls like
> 
> ls c:\temp/f*
> 
> i.e. with SINGLE backslash.
8<

Will never happen.  Actually the \ character is used for character
quoting and is therefore the reason you need two of them.  The first
one quotes the second one.

8<
> 
> Maybe there is a environment variable to control cygwin's behaviour?
> 
8<

Well there is but not for this problem.  Look at the FAQ for the
environment variable CYGWIN.

You could also do:

mount c:\\ /c

then you would be able to do:

ls /c/temp/f*

==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


             reply	other threads:[~1999-03-31 19:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-03  7:52 Earnie Boyd [this message]
     [not found] ` < 19990303155126.14113.rocketmail@send1e.yahoomail.com >
1999-03-04  8:08   ` Chris Faylor
1999-03-31 19:45     ` Chris Faylor
1999-03-31 19:45 ` Earnie Boyd
  -- strict thread matches above, loose matches on Subject: below --
1999-03-03  0:34 Waldor Michael (K3/EMW4)
1999-03-31 19:45 ` Waldor Michael (K3/EMW4)

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=19990303155126.14113.rocketmail@send1e.yahoomail.com \
    --to=earnie_boyd@yahoo.com \
    --cc=Michael.Waldor@de.bosch.com \
    --cc=cygwin@sourceware.cygnus.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).