Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Command != command ???



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