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

noglob + find



At some point recently, I gave in and tried 'noglob' (usually preferring to quote things explicitly, even if it caused occasional annoyance). But now I've run into trouble with:

alias find='noglob find'

$ find /tmp/tmp.* -name *.c -mtime -1
find `/tmp/tmp.*': No such file or directory

Is there a nice way to specify 'noglob'-like behavior for the arguments after the first dashed argument? So that I can specify glob patterns as the directories, but not have to quote the 'find' patterns?

--
Best,
Ben



Messages sorted by: Reverse Date, Date, Thread, Author