Skip to content

Commit ae6d968

Browse files
Create Check_Directory_Size.sh
1 parent 6f106de commit ae6d968

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Check_Directory_Size.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
echo -n "Enter directory: "
3+
read -r x
4+
du -sh "$x"

0 commit comments

Comments
 (0)