On 2005-05-08T02:02:27-0400, Kevin Mark wrote: > my 2 cents Nice.
> ------------------------------------------------
> A="/cvs/proj/src"
> B="/code"
> find "$A/" |while read line; do
> X=$(echo "$line"|cut -d/ -f6-);
X=$(echo "$line"|baseline);
> ln -s "$line" "$B/$X";
> done
/Allan
signature.asc
Description: Digital signature

