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?
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?