summaryrefslogtreecommitdiff
path: root/content/snippets/disk-usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/snippets/disk-usage.md')
-rw-r--r--content/snippets/disk-usage.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/content/snippets/disk-usage.md b/content/snippets/disk-usage.md
deleted file mode 100644
index 15920b3..0000000
--- a/content/snippets/disk-usage.md
+++ /dev/null
@@ -1,8 +0,0 @@
-+++
-date = "2016-10-21T18:27:00+02:00"
-draft = false
-title = "sort by disk usage"
-
-+++
-
-$ du -sh * | sort -hr | grep -iE "^[0-9]+([,.][0-9]+)?[mMgG]"