Quote:
Originally Posted by amanuensis
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'?..