Fix single quote escapes

This commit is contained in:
rwxrob 2021-08-31 09:54:18 -04:00
parent 39e386700a
commit e3f8a5cc01
No known key found for this signature in database
GPG Key ID: 1CCACEDD2F65578E
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ passes them to the calling function as the first argument. The UNIX philosophy r
Takes the name of an array and a bash extended regular expression Takes the name of an array and a bash extended regular expression
and prints only the array entries that match, one to a line suitable for and prints only the array entries that match, one to a line suitable for
converting back into an array with `IFS=$n` or just as an in-memory converting back into an array with `IFS=$'\n'` or just as an in-memory
`grep` replacement. `grep` replacement.
### `_jsonstr` ### `_jsonstr`
@ -246,5 +246,5 @@ Displays a summary of usage.
---- ----
*Autogenerated Tue Aug 31 09:47:12 AM EDT 2021* *Autogenerated Tue Aug 31 09:54:00 AM EDT 2021*

2
cmd
View File

@ -95,7 +95,7 @@ passes them to the calling function as the first argument. The UNIX philosophy r
Takes the name of an array and a bash extended regular expression Takes the name of an array and a bash extended regular expression
and prints only the array entries that match, one to a line suitable for and prints only the array entries that match, one to a line suitable for
converting back into an array with `IFS=$'\n'` or just as an in-memory converting back into an array with `IFS=$'"'\\\n'"'` or just as an in-memory
`grep` replacement. `grep` replacement.
### `_jsonstr` ### `_jsonstr`