1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

id formatting

This commit is contained in:
Kelly Brazil
2020-02-04 21:12:32 -08:00
parent 3b36022e5a
commit 831a42f660

View File

@ -674,7 +674,7 @@ $ cat /etc/hosts | jc --hosts -p
### id ### id
``` ```
$ id | jc --id -p $ id | jc --id -p
{ {
"uid": { "uid": {
"id": 1000, "id": 1000,
"name": "kbrazil" "name": "kbrazil"
@ -699,7 +699,7 @@ $ id | jc --id -p
"type": "unconfined_t", "type": "unconfined_t",
"level": "s0-s0:c0.c1023" "level": "s0-s0:c0.c1023"
} }
} }
``` ```
### ifconfig ### ifconfig
``` ```