This commit is contained in:
2025-08-02 13:59:30 -06:00
parent e10ab86b08
commit 9a74f9bdfa
+2 -2
View File
@@ -7,6 +7,6 @@ else
# -W hexdump binary matches, while keeping text matches as text # -W hexdump binary matches, while keeping text matches as text
# -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