zsh make **/*.cpp **/*.cxx **/*.hpp not result in error
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-03-15T22:41:33Z
Indexed on
2010/03/15
22:59 UTC
Read the original article
Hit count: 635
zsh
I have "v" aliased to "vim */.cpp */.hpp */.cxx"
Problem is, if I'm in a directory without any .cxx files, zsh treats this as an error. Is there anyway to tell zsh to create the absence of */*.cxx files as "" instead of an error?
© Stack Overflow or respective owner