Find File Names Case-insensitively
08 March 2015
Familiar with the command "find" I might be, I was not aware of the option
-iname until recently. What a shame!
The -iname is very much the same as -name except that the match is case
insensitive. Though I may stick to -name in my scripts, I will definitely opt
for -iname when working in an interactive terminal.
blog comments powered by Disqus