md5sum * */* 2>/dev/null > md5sum.md5
grep -lr "PASSED" $WORK_DIR/*/logs/*log | xargs rm
ruby -rfileutils -e "Dir.glob('**/*~').each { |path| FileUtils.rm(path) }"
diff -r -I "^\s+#" -I "^\s+\/\/" root1/ root2
find . | xargs file > /tmp/filetype.txt
cat /tmp/filetype.txt | cut -d':' -f2 | tr -d "[:blank:]" | sort -u
# install
sudo apt-get install lm-sensors
# setup
sudo sensors-detect
# show sensors state
sensors
source: https://www.ostechnix.com/view-cpu-temperature-linux/
This tool enables to dig into CPU, Memory, Thread, File descriptor and more. The drawback is that you to patch the linux kernel and add low level module during installation. link: https://sysdig.com/opensource/
csysdig