Created
August 1, 2022 03:41
-
-
Save SimZhou/abcd23bf8e81d9e8d5070b40b2c09637 to your computer and use it in GitHub Desktop.
Write folder size info of curdir into du.<datetime>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ====================== | |
# To write folder size info into curdir as a file, | |
# with timestamps. | |
# ====================== | |
du -d 1 -h | tee "du."$(date "+%Y%m%d_%H-%M-%S") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment