|
thanks for all the responses guys...i've tried this:
find . -type d | awk '!/\.\/200*/' | awk -F"/" '{print $2}' | more
just to see what it would return, since technically, i will do a rm -fR on the top level dir...Seems like it will do the trick.
Thanks.
|