zsh-users
 help / color / mirror / code / Atom feed
From: Atom Smasher <atom@smasher.org>
To: meino.cramer@gmx.de
Cc: zsh-users@zsh.org
Subject: Re: Weird directory (cd)
Date: Mon, 21 Apr 2014 17:22:43 +1200 (NZST)	[thread overview]
Message-ID: <alpine.DEB.2.00.1404211719150.3131@oreo.lan> (raw)
In-Reply-To: <20140421050746.GA3848@solfire>

On Mon, 21 Apr 2014, meino.cramer@gmx.de wrote:

> on a sdcard there is a directory which name looks like
>
>    ##CARD#
>
> when listed with 'ls'.
>
> I did a
>
>    cd \#\#CARD\#
>
> and got back
>
> cd:10: bad pattern: ##CARD#
> zsh: exit 1
>
> . Am I completly blind this morning or...
>
> What do I wrong here?
==================

try this:

  cd *CARD*([1])

or get more info about the dir:

  stat *CARD*

or if you really get stuck, this usually works:
  cd /path/to/files/<<TAB>>

and just keep TABbing until you see what you want.


-- 
         ...atom

  ________________________
  http://atom.smasher.org/
  762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
  -------------------------------------------------

 	"Government is not reason, it is not eloquence, it is force;
 	 like fire, a troublesome servant and a fearful master. Never
 	 for a moment should it be left to irresponsible action."
 		-- George Washington


  reply	other threads:[~2014-04-21  5:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-21  5:07 meino.cramer
2014-04-21  5:22 ` Atom Smasher [this message]
2014-04-21 13:50 ` Bart Schaefer

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=alpine.DEB.2.00.1404211719150.3131@oreo.lan \
    --to=atom@smasher.org \
    --cc=meino.cramer@gmx.de \
    --cc=zsh-users@zsh.org \
    /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).