Skip to content
Snippets Groups Projects
Commit 246fdc29 authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update getfiles.sh

parent 4f6a8194
No related branches found
No related tags found
No related merge requests found
Pipeline #13616 passed
wget -r -A .jpg -l2 --no-parent http://hpwren.ucsd.edu/HPWREN-FIgLib/HPWREN-FIgLib-Data/
ls |grep -v ".*-c$"|xargs -I {} rm -rf {}
find /userdata/kerasData/hpwren.ucsd.edu/HWB/HPWREN-FIgLib/ -type f -name ".*.mp4" -print
find $PWD -maxdepth 2|grep ".*html.*"|xargs -I {} rm -rf {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment