fixed wrong echo

This commit is contained in:
Palma Solutions LTD
2019-02-09 10:56:41 +01:00
parent ce0e97879e
commit 9e4e93987b
+1 -1
View File
@@ -2,7 +2,7 @@
# checking for unrelated
echo '[*] Checking for Unrelated Data';
echo >> $(whoami)
echo >> $(whoami).txt
echo '[*] Directories with more than 1GB size:';
du -h ./ | grep '[0-9]G\>' >> $(whoami).txt
echo >> $(whoami)