zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Sven Guckes <guckes@math.fu-berlin.de>, zsh-users@math.gatech.edu
Subject: Re: [3.0.5] pattern ^*.tif gives non-existing file
Date: Sat, 13 Jun 1998 16:29:16 -0700	[thread overview]
Message-ID: <980613162916.ZM28267@candle.brasslantern.com> (raw)
In-Reply-To: <19980613210613.U3086@math.fu-berlin.de>

On Jun 13,  9:06pm, Sven Guckes wrote:
} Subject: [3.0.5] pattern ^*.tif gives non-existing file
}
} I wanted to quickly see all non-TIFF files in the TIFF dir.
} So I thought the file pattern must be  "^*.tif".  But see:
} 
} 	$ cd pics/tiff
} 	$ ls ^*.tif
} 	doku04.tif      doku04b.tif
} 
} Now, both these files certainly do end in ".tif".  Huh?
} But now the scary part:  doku04.tif does not exist!

Try "echo ^*.tif".  I suspect you'll find that what gets echo'd is the
name of a directory, and that in that directory are the two files above.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1998-06-13 23:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-13 19:06 Sven Guckes
1998-06-13 23:29 ` Bart Schaefer [this message]
1998-06-15  0:27   ` [3.0.5] pattern ^*.tif gives non-existing file (solved) Sven Guckes

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=980613162916.ZM28267@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=guckes@math.fu-berlin.de \
    --cc=zsh-users@math.gatech.edu \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).