Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 248 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 248 Bytes

Cluster notes

Notes and resources for the Dunn Lab.

Batch script templates in scripts

Commands

Count files in directories:

find directory/ -type f | wc -l

Check sum of file sizes:

du -h --max-depth=1 .