help
This commit is contained in:
@@ -8,5 +8,5 @@ else
|
|||||||
# -z decompress files if need be to scan them
|
# -z decompress files if need be to scan them
|
||||||
# -R recursive
|
# -R recursive
|
||||||
# ug -W -z -R '<bytes regex>' "<path>"
|
# ug -W -z -R '<bytes regex>' "<path>"
|
||||||
ug -W -z -R "'$1'" "$2"
|
ug -W -z -R $1 $2
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user