Re: A question about filename generate
Marc Chantreux <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.user |
|---|---|
| Message-ID | <aIXEhg9QG9uRxn0X@prometheus> |
hello,
# when you can, please provide a way for people who want to help
# a simple why to setup sandbox
mkdir subdir
touch subdir/file{a..c}.{tex,aux}
touch index.{tex,aux,log}
# prefered version because its result is streamed so you can
# process things on fly:
find . \! -name '*.tex' -type f
# zsh glob version: retention of all the result to build the
# print arguments list.
print -l **~*.tex(.)
regards
--
Marc Chantreux
Pôle CESAR (Calcul et services avancés à la recherche)
Université de Strasbourg
14 rue René Descartes,
BP 80010, 67084 STRASBOURG CEDEX
03.68.85.60.79
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQrhynLytp14smlCwy+er2aYc+1WAUCaIXEgAAKCRC+er2aYc+1 WBnqAQC0RnWBMzf7eMZpftcwDlG+iSvrOWCwghmbA/rezry6AwEA1BkQaokCxfiL Viu1sAer1Lt1Gb3Iy2Roc+XGjGRg0Qg= =j71j -----END PGP SIGNATURE-----