I need to generate the character count for each string (full path and filename excluding the ./) generated by the find command.
find . -name "*" -print
./long.sh
./.snapshot/sv_hourly.0
./.snapshot/sv_hourly.0/.ssh/known_hosts
./.snapshot/sv_hourly.0/WINDOWS
Any help would be appreciated.
--- You must not fight too often with one enemy, or you will teach him all your tricks of war.
find . -name "*" -print
./long.sh
./.snapshot/sv_hourly.0
./.snapshot/sv_hourly.0/.ssh/known_hosts
./.snapshot/sv_hourly.0/WINDOWS
Any help would be appreciated.
--- You must not fight too often with one enemy, or you will teach him all your tricks of war.