Ever seen the error "arg list too long" when issuing an ls with a wildcard? The simple way round this is as follows:
find . -name "regexp" -exec ls -l '{}' +
Where:
regexp is the regular expression you are searching for
Examples, Annoyances and Peculiarities with Oracle, Java and BI Publisher
Ever seen the error "arg list too long" when issuing an ls with a wildcard? The simple way round this is as follows:
find . -name "regexp" -exec ls -l '{}' +
Where:
regexp is the regular expression you are searching for
No comments:
Post a Comment