diff --git a/customscripts/find_bytes b/customscripts/find_bytes index b8abd7c..cc4b61e 100644 --- a/customscripts/find_bytes +++ b/customscripts/find_bytes @@ -7,6 +7,6 @@ else # -W hexdump binary matches, while keeping text matches as text # -z decompress files if need be to scan them # -R recursive - # ug -W -z -R - ug -W -z -R "'$1'" "'$2'" + # ug -W -z -R '' "" + ug -W -z -R "'$1'" "$2" fi