Find all the PDFs with at least three characters in their name – unix.stackexchange.com

I'd like to find the PDF files whose name (excluding the extension) is greater than three. $ find ~ -iregex ".{3,}/.pdf" returns nothing, but $ find ~ -iregex ".+/.pdf" works. How can I enable ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Find all the PDFs with at least three characters in their name – unix.stackexchange.com"