First big articles reformatting now that I properly understand hugo
This commit is contained in:
parent
5e6844592a
commit
1a4981a826
40 changed files with 184 additions and 173 deletions
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Find where inodes are used"
|
||||
linkTitle: "Find where inodes are used"
|
||||
date: 2018-04-25
|
||||
description: >
|
||||
Find where inodes are used
|
||||
description: How to locate what is taking all the inodes in the subdirectory of a given device
|
||||
tags:
|
||||
- find
|
||||
- simple utilities
|
||||
---
|
||||
|
||||
{{< highlight sh >}}
|
||||
find . -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
|
||||
{{< /highlight >}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue