diff --git a/extraction.sh b/extraction.sh index 83218512366fe31dcaff0e4ecc29b3b692d6fdb7..685200efdb4b2107705444d6b74394a4cf892193 100644 --- a/extraction.sh +++ b/extraction.sh @@ -1,2 +1,4 @@ ls |grep -v ".*-c$"|xargs -I {} rm -rf {} -find /userdata/kerasData/hpwren.ucsd.edu/HWB/HPWREN-FIgLib/ -type f -name ".*.mp4" -print \ No newline at end of file +find /userdata/kerasData/hpwren.ucsd.edu/HWB/HPWREN-FIgLib/ -type f -name ".*.mp4" -print + +find $PWD -maxdepth 2|grep ".*html.*"|xargs -I {} rm -rf {} \ No newline at end of file