Re: Filename Expansion: Find Utility Pattern Matching vs Bash Shell Pattern Matching

2015-06-16 Thread Eric Blake
On 06/16/2015 01:02 PM, Michael Convey wrote: > For filename expansion, the 'find' utility's '-name' option seems to > function similarly, but not exactly the same as the bash shell's builtin > pattern matching. Correct. bash's builtin pattern matching is implemented as if by using fnmatch(), and

Filename Expansion: Find Utility Pattern Matching vs Bash Shell Pattern Matching

2015-06-16 Thread Michael Convey
For filename expansion, the 'find' utility's '-name' option seems to function similarly, but not exactly the same as the bash shell's builtin pattern matching. Here are the relevant sections of the GNU reference manual: - Bash shell pattern matching: http://www.gnu.org/software/bash/manual/

[patch #8688] Spelling fixes

2015-06-16 Thread Ville Skyttä
URL: Summary: Spelling fixes Project: findutils Submitted by: scop Submitted on: Tue 16 Jun 2015 06:32:17 PM GMT Category: documentation improvement Priority: 3 - Low