fixed wrong echo
This commit is contained in:
2
run.sh
2
run.sh
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# checking for unrelated
|
# checking for unrelated
|
||||||
echo '[*] Checking for Unrelated Data';
|
echo '[*] Checking for Unrelated Data';
|
||||||
echo >> $(whoami)
|
echo >> $(whoami).txt
|
||||||
echo '[*] Directories with more than 1GB size:';
|
echo '[*] Directories with more than 1GB size:';
|
||||||
du -h ./ | grep '[0-9]G\>' >> $(whoami).txt
|
du -h ./ | grep '[0-9]G\>' >> $(whoami).txt
|
||||||
echo >> $(whoami)
|
echo >> $(whoami)
|
||||||
|
|||||||
Reference in New Issue
Block a user