1.1 ! takayama 1: : ! 2: : $OpenXM$ ! 3: for fn in $* ! 4: do ! 5: ar x $fn ! 6: ls | grep -v 'CVS$' | grep -v '__'| xargs chmod 644 ! 7: done