From 4cb0d1a0bdc37ecf0f5aa39f04210475d550a03a Mon Sep 17 00:00:00 2001
From: Byungheong Jeong <byungheon.jeong@gmail.com>
Date: Wed, 15 Jul 2020 01:35:08 -0700
Subject: [PATCH] Update extraction.sh

---
 extraction.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/extraction.sh b/extraction.sh
index 8321851..685200e 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
-- 
GitLab