Wesalius преди 6 години
родител
ревизия
59d646b8af
променени са 1 файла, в които са добавени 19 реда и са изтрити 0 реда
  1. 19 0
      pages/linux/ncdu.md

+ 19 - 0
pages/linux/ncdu.md

@@ -0,0 +1,19 @@
+# ncdu
+
+> Disk usage analyzer with an ncurses interface.
+
+- Analyze the current working directory:
+
+`ncdu`
+
+- Analyze a given directory:
+
+`ncdu {{path/to/directory}}`
+
+- Save results to a file:
+
+`ncdu -o {{path/to/file}}`
+
+- Exclude files that match a pattern, argument can be given multiple times to add more patterns:
+
+`ncdu --exclude '{{*.txt}}'`