1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

doc update

This commit is contained in:
Kelly Brazil
2020-02-28 13:31:38 -08:00
parent 9dcabc057c
commit 52fad02903
2 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# jc.parsers.ls # jc.parsers.ls
jc - JSON CLI output utility ls Parser jc - JSON CLI output utility ls Parser
Note: The -l option of ls should be used to correctly parse filenames that include newline characters. Note: The -l or -b option of ls should be used to correctly parse filenames that include newline characters.
Since ls does not encode newlines in filenames when outputting to a pipe it will cause jc to see Since ls does not encode newlines in filenames when outputting to a pipe it will cause jc to see
multiple files instead of a single file if -l is not used. multiple files instead of a single file if -l or -b is not used.
Usage: Usage:
@ -11,7 +11,7 @@ Usage:
ls options supported: ls options supported:
-laR -lbaR
--time-style=full-iso --time-style=full-iso
-h file sizes will be available in text form with -r but larger file sizes -h file sizes will be available in text form with -r but larger file sizes
with human readable suffixes will be converted to Null in default view with human readable suffixes will be converted to Null in default view

View File

@ -1,8 +1,8 @@
"""jc - JSON CLI output utility ls Parser """jc - JSON CLI output utility ls Parser
Note: The -l option of ls should be used to correctly parse filenames that include newline characters. Note: The -l or -b option of ls should be used to correctly parse filenames that include newline characters.
Since ls does not encode newlines in filenames when outputting to a pipe it will cause jc to see Since ls does not encode newlines in filenames when outputting to a pipe it will cause jc to see
multiple files instead of a single file if -l is not used. multiple files instead of a single file if -l or -b is not used.
Usage: Usage:
@ -10,7 +10,7 @@ Usage:
ls options supported: ls options supported:
-laR -lbaR
--time-style=full-iso --time-style=full-iso
-h file sizes will be available in text form with -r but larger file sizes -h file sizes will be available in text form with -r but larger file sizes
with human readable suffixes will be converted to Null in default view with human readable suffixes will be converted to Null in default view