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:
@ -101,8 +101,8 @@ Examples:
|
|||||||
$ jc --pretty /proc/meminfo
|
$ jc --pretty /proc/meminfo
|
||||||
|
|
||||||
Line Slicing:
|
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)
|
with parser (zero-based)
|
||||||
|
|
||||||
Parser Documentation:
|
Parser Documentation:
|
||||||
$ jc --help --dig
|
$ jc --help --dig
|
||||||
|
Reference in New Issue
Block a user