1762578114
This commit is contained in:
@@ -12,3 +12,4 @@ echo -e "\nPath: $path"
|
|||||||
echo "Space used: $(du -h -d 0 $path | awk '{print $1}')"
|
echo "Space used: $(du -h -d 0 $path | awk '{print $1}')"
|
||||||
echo "Files: $(find $path -type f -print | wc -l)"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user