diff options
| author | Masatake YAMATO <yamato@redhat.com> | 2024-01-23 06:05:39 +0900 |
|---|---|---|
| committer | Masatake YAMATO <yamato@redhat.com> | 2024-01-23 06:05:52 +0900 |
| commit | 3dd79293b5b655da9d913dedd8facb08959a7826 (patch) | |
| tree | d5f1c5cc14aa72c5da0697120bddaa88b0afedcc /bash-completion | |
| parent | 90201f5493f1e497ba28ef023d99953a05bfd5f6 (diff) | |
| download | util-linux-3dd79293b5b655da9d913dedd8facb08959a7826.tar.gz | |
findmnt: add -I, --dfi options for imitating the output of df -i
An example output:
$ ./findmnt -I
SOURCE FSTYPE INO.TOTAL INO.USED INO.AVAIL INO.USE% TARGET
/dev/mapper/fedora_dev64-root ext4 5341184 1135307 4205877 21% /
devtmpfs devtmpfs 32930640 1209 32929431 0% /dev
tmpfs tmpfs 32938620 86 32938534 0% /dev/shm
...
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/findmnt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/findmnt b/bash-completion/findmnt index c8a204c66d..859439472b 100644 --- a/bash-completion/findmnt +++ b/bash-completion/findmnt @@ -106,6 +106,7 @@ _findmnt_module() --ascii --canonicalize --df + --dfi --direction --evaluate --tab-file |
