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

description updates

This commit is contained in:
Kelly Brazil
2020-02-04 21:46:52 -08:00
parent 657b722f94
commit ab06989a18

View File

@ -569,7 +569,7 @@ $ free | jc --free -p
} }
] ]
``` ```
### /etc/fstab ### /etc/fstab file
``` ```
$ cat /etc/fstab | jc --fstab -p $ cat /etc/fstab | jc --fstab -p
[ [
@ -622,7 +622,7 @@ $ history | jc --history -p
... ...
] ]
``` ```
### /etc/hosts ### /etc/hosts file
``` ```
$ cat /etc/hosts | jc --hosts -p $ cat /etc/hosts | jc --hosts -p
[ [
@ -772,7 +772,7 @@ $ ifconfig | jc --ifconfig -p
} }
] ]
``` ```
### INI ### INI files
``` ```
$ cat example.ini $ cat example.ini
[DEFAULT] [DEFAULT]
@ -1743,7 +1743,7 @@ $ w | jc --w -p
} }
] ]
``` ```
### XML ### XML files
``` ```
$ cat cd_catalog.xml $ cat cd_catalog.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
@ -1789,7 +1789,7 @@ $ cat cd_catalog.xml | jc --xml -p
... ...
} }
``` ```
### YAML ### YAML files
``` ```
$ cat istio-mtls-permissive.yaml $ cat istio-mtls-permissive.yaml
apiVersion: "authentication.istio.io/v1alpha1" apiVersion: "authentication.istio.io/v1alpha1"