Notes and resources for the Dunn Lab.
Batch script templates in scripts
Count files in directories:
find directory/ -type f | wc -l
Check sum of file sizes:
du -h --max-depth=1 .
Notes and resources for the Dunn Lab.
Batch script templates in scripts
Count files in directories:
find directory/ -type f | wc -l
Check sum of file sizes:
du -h --max-depth=1 .