mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
formatting
This commit is contained in:
@ -318,10 +318,10 @@ Line slicing is supported using the `START:STOP` syntax similar to Python
|
|||||||
slicing. This allows you to skip lines at the beginning and/or end of the
|
slicing. This allows you to skip lines at the beginning and/or end of the
|
||||||
output you would like `jc` to convert.
|
output you would like `jc` to convert.
|
||||||
|
|
||||||
`START` and `STOP` can be positive or negative integers and allow you to
|
`START` and `STOP` can be positive or negative integers or blank and allow
|
||||||
specify how many lines to skip and how many lines to process. Positive
|
you to specify how many lines to skip and how many lines to process.
|
||||||
slices are the most memory efficient. Any negative slices will use more
|
Positive and blank slices are the most memory efficient. Any negative
|
||||||
memory.
|
integers in the slice will use more memory.
|
||||||
|
|
||||||
For example, to skip the first and last line of the following text, you
|
For example, to skip the first and last line of the following text, you
|
||||||
could express the slice in a couple ways:
|
could express the slice in a couple ways:
|
||||||
|
@ -180,10 +180,10 @@ Line slicing is supported using the `START:STOP` syntax similar to Python
|
|||||||
slicing. This allows you to skip lines at the beginning and/or end of the
|
slicing. This allows you to skip lines at the beginning and/or end of the
|
||||||
output you would like `jc` to convert.
|
output you would like `jc` to convert.
|
||||||
|
|
||||||
`START` and `STOP` can be positive or negative integers and allow you to
|
`START` and `STOP` can be positive or negative integers or blank and allow
|
||||||
specify how many lines to skip and how many lines to process. Positive
|
you to specify how many lines to skip and how many lines to process.
|
||||||
slices are the most memory efficient. Any negative slices will use more
|
Positive and blank slices are the most memory efficient. Any negative
|
||||||
memory.
|
integers in the slice will use more memory.
|
||||||
|
|
||||||
For example, to skip the first and last line of the following text, you
|
For example, to skip the first and last line of the following text, you
|
||||||
could express the slice in a couple ways:
|
could express the slice in a couple ways:
|
||||||
|
Reference in New Issue
Block a user