#!/bin/bash rm -rf r-base/* for i in boot cluster foreign kernsmooth lattice mgcv nlme rpart survival vr; do rm -rf $i/* done