From f55342cad5140893bcefe7d17896e393525b7391 Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Wed, 18 Jan 2023 10:01:25 +0100 Subject: [PATCH] just a test on grepHttp2 script --- 27-01-2021-grepString/grepHttp2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/27-01-2021-grepString/grepHttp2.sh b/27-01-2021-grepString/grepHttp2.sh index 1335942..8f41949 100644 --- a/27-01-2021-grepString/grepHttp2.sh +++ b/27-01-2021-grepString/grepHttp2.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -out=`find . -name '*.java' -exec grep 'http://' /dev/null {} +` +out=`find . -name '*.java' -exec grep '843339462' /dev/null {} +` if [[ -n "${out}" ]]; then echo "HTTP protocol found in " echo "${out}"