Home
Blog
All tags
Pieces of code
Bioinfo trainings
Machine learning
Online books
Coursera
Teaching
Contact
CV
View on GitHub
Bash - disk usage with
du
and
df
01 Jul 2020
Space usage by disks:
df -h
Space usage for a given folder:
du -sh FOLDER_NAME
[
bash
]