Linux shell command help needed - file path length

Man of Honour
Joined
18 Oct 2002
Posts
13,262
Location
Northallerton/Harrogate
Hi,

I need to list the contents of a folder structure, including the length of the total path for each file in # of characters.

Is this possible?

I'm not too hot with linux.
find -name "*.wr" -print doesn't really do what i need.

It's just the length of the whole folder structure for each file I need.
Or even better, just list those files which are above a certain length, e.g. 60 chars..

Any ideas?
 
Back
Top Bottom