1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

readme update

This commit is contained in:
Kelly Brazil
2019-10-22 17:24:56 -07:00
parent d8337870ca
commit 976fd7d9bd

View File

@ -82,39 +82,38 @@ jc [parser] [options]
$ df | jc --df -p $ df | jc --df -p
[ [
{ {
"Filesystem": "/dev/disk1s1", "Filesystem": "udev",
"512-blocks": "976490576", "1K-blocks": "977500",
"Used": "268326664", "Used": "0",
"Available": "702568152", "Available": "977500",
"Capacity": "28%", "Use%": "0%",
"iused": "1395740",
"ifree": "9223372036853380067",
"%iused": "0%",
"Mounted": "/"
},
{
"Filesystem": "devfs",
"512-blocks": "680",
"Used": "680",
"Available": "0",
"Capacity": "100%",
"iused": "1178",
"ifree": "0",
"%iused": "100%",
"Mounted": "/dev" "Mounted": "/dev"
}, },
{ {
"Filesystem": "map", "Filesystem": "tmpfs",
"512-blocks": "auto_home", "1K-blocks": "201732",
"Used": "1180",
"Available": "200552",
"Use%": "1%",
"Mounted": "/run"
},
{
"Filesystem": "/dev/sda2",
"1K-blocks": "20508240",
"Used": "5747284",
"Available": "13696152",
"Use%": "30%",
"Mounted": "/"
},
{
"Filesystem": "tmpfs",
"1K-blocks": "1008648",
"Used": "0", "Used": "0",
"Available": "0", "Available": "1008648",
"Capacity": "0", "Use%": "0%",
"iused": "100%", "Mounted": "/dev/shm"
"ifree": "0", },
"%iused": "0", ...
"Mounted": "100%",
"on": "/home"
}
] ]
``` ```
### env ### env