We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f106de commit ae6d968Copy full SHA for ae6d968
Check_Directory_Size.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+echo -n "Enter directory: "
3
+read -r x
4
+du -sh "$x"
0 commit comments