JSON updates
This commit is contained in:
parent
19f26e6838
commit
34d7f60ca4
6 changed files with 81 additions and 17 deletions
|
|
@ -193,7 +193,8 @@ EOF
|
|||
if [ -z "$ret" -a -z "$expect" ]; then
|
||||
return
|
||||
fi
|
||||
# -E for regexp (eg ^$). -Z for nul character, -x for implicit ^$ -q for quiet
|
||||
# -G for basic regexp (eg ^$). -E for extended regular expression - differs in \
|
||||
# -Z for nul character, -x for implicit ^$ -q for quiet
|
||||
# -o only matching
|
||||
# Two variants: -EZo and -Fxq
|
||||
# match=`echo "$ret" | grep -FZo "$expect"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue