Answers for "if there is a string in a file batch"

0

if there is a string in a file batch

>nul find "Hello World" log.txt && (
  echo "Hello World" was found.
) || (
  echo "Hello World" was NOT found.
)
Posted by: Guest on January-23-2021

Code answers related to "if there is a string in a file batch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language