View Single Post
  #10 (permalink)  
Old 31-12-2008, 02:03 PM
unSpawn unSpawn is offline
Junior Member
User
 
Join Date: Feb 2008
OS: .
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
unSpawn is on a distinguished road
Default

Quote:
Originally Posted by amanuensis View Post
Hope all this make sense.
It doesn't to me but if it does to you, oh well... :-] Maybe something like 'find ${SOMEPATH}/* -type d|while read DIRNAME; do zip -r "${DIRNAME}/${DIRNAME//*\//}.zip" "${DIRNAME}"; done'?..
Reply With Quote