finding files with uppercase characters

Smoot Carl-Mitchell smoot at tic.com
Wed May 11 20:37:21 UTC 2011


On Wed, 2011-05-11 at 21:28 +0100, Oliver Marshall wrote:
> Thanks all of you.
> 
> There were more files than I thought. What would I need to add to just
> count the number of files returned rather than list them all?

Just pipe it through "wc". e.g.

find .... | wc -l

-- 
Smoot Carl-Mitchell
System/Network Architect
voice: +1 480 922-7313
cell: +1 602 421-9005
smoot at tic.com





More information about the ubuntu-users mailing list