@ -1,3 +1,3 @@
#!/usr/bin/env bash
du -s * | sort -k1n | awk '{print $1/1024.0 " " $2}'
du -s * | sort -k1n | awk '{printf "%.1f", $1/1024.0; $1=""; print "\t" $0}'
The note is not visible to the blocked user.