Tuesday, August 9, 2011

Using find with --regex option

http://www.gnu.org/software/findutils/manual/html_mono/find.html#posix_002degrep-regular-expression-syntax

Note that you need to specify .*/ in the beginning because find matches the whole path.

http://stackoverflow.com/questions/6844785/how-to-use-regex-with-find-command

No comments:

Post a Comment