Kehui's Blog

For Kevin Durant


  • Home

  • Archives

  • Tags

Linux command tips

Posted on 2019-03-21 | Post modified 2020-07-22

remove and move files in batches

find ./ -name “slurm“ | xargs rm -rf
find ./ -name “
.mat” | xargs -i mv {} ./res

# study
Boosting algorithm principle and practice
Xgboost bias variance trade-off and hyper-parameters tuning
  • Table of Contents
  • Overview
Kehui Yao

Kehui Yao

33 posts
5 tags
GitHub Linkedin Twitter
  1. 1. remove and move files in batches
© 2021 Kehui Yao
Powered by Hexo
Theme - NexT.Pisces