cvdfoundation / kinetics-dataset

716 stars 92 forks source link

k600_extract script #36

Closed fwtan closed 2 years ago

fwtan commented 2 years ago

find $curr_dl -type f | while read file; do mv "$file"echo $file | tr ' ' '_'done should be find $curr_dl -type f | while read file; do mv "$file"echo $file | tr ' ' '_'; done Missing the semicolon leads to an error.

kinetics-cvdf commented 2 years ago

hi, i think this was fixed two days ago, could you check ? Thanks.

fwtan commented 2 years ago

Thanks!