1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

use link to anchor for Parsers

This commit is contained in:
Kelly Brazil
2020-02-20 15:38:45 -08:00
parent 2ad3167434
commit 72a0016bd8
+1 -1
View File
@@ -1,7 +1,7 @@
# JC
JSON CLI output utility
`jc` is used to JSONify the output of many standard linux cli tools and file types for easier parsing in scripts. See the **Parsers** section for supported commands.
`jc` is used to JSONify the output of many standard linux cli tools and file types for easier parsing in scripts. See the [**Parsers**](#parsers) section for supported commands.
This allows further command line processing of output with tools like `jq` simply by piping commands:
```