Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Command != command ???
- X-seq: zsh-users 9181
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Command != command ???
- Date: Tue, 26 Jul 2005 05:07:57 +0000
- In-reply-to: <20050726.023319.41198250.Meino.Cramer@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <8764uyitfr.fsf@xxxxxxxxxxxxxxxx> <20050725.213536.78705211.Meino.Cramer@xxxxxx> <87oe8qh5qh.fsf@xxxxxxxxxxxxxxxx> <20050726.023319.41198250.Meino.Cramer@xxxxxx>
Philippe and Meino, would you please trim off some of each other's
previous postings before appending new stuff to the end? It's not
necessary to include the entire thread so far, expecially when
you're often adding very little new text.
On Jul 26, 2:33am, Meino Christian Cramer wrote:
}
} ### find
} .
} .
} .
} <print of the jpg-files>
} .
} .
} .
} ### glob
Please show us at least a couple of the actual paths printed by "find".
You may be concealing a critical bit of information.
} Now I did a
}
} touch "test.jpg"
}
} in the root and run the script again.
} Now, this single fake jpg in the root was found by the glob pattern
} '**/*.jpg'...but nothing else.
What happens if you use
print **/*.jpg(D)
in the script?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author