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

remove extra $ from slicing example

This commit is contained in:
Kelly Brazil
2024-02-05 18:22:05 -08:00
parent a319ec85ca
commit efb02493b8

View File

@ -101,7 +101,7 @@ Examples:
$ jc --pretty /proc/meminfo
Line Slicing:
$ $ cat output.txt | jc 4:15 --parser # Parse from line 4 to 14
$ cat output.txt | jc 4:15 --parser # Parse from line 4 to 14
with parser (zero-based)
Parser Documentation: