Last active
June 28, 2022 09:46
-
-
Save nutrino/dcdc580a8c42a8cc6340a9096b1ceef1 to your computer and use it in GitHub Desktop.
Linux get size of current location https://unix.stackexchange.com/questions/67806/how-to-recursively-find-the-amount-stored-in-directory
This file contains hidden or 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
| du -schx .[!.]* * | sort -h |
Author
Author
grep -rl /root/miniconda . | xargs sed -i 's//root//home/bulvit/g'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
du -h --max-depth=1 .