1762578114

This commit is contained in:
2025-11-07 22:01:53 -07:00
parent f621b35077
commit d32f9d86a0
+2 -1
View File
@@ -11,4 +11,5 @@ fi
echo -e "\nPath: $path"
echo "Space used: $(du -h -d 0 $path | awk '{print $1}')"
echo "Files: $(find $path -type f -print | wc -l)"
echo "Directories: $(find $path -type d -print | wc -l)"
echo "Directories: $(find $path -type d -print | wc -l)"
uptime