hello
i want to make a bash script to grep all .asp file in specific directory that doesn't not contain a word like "program by x team" for security reason.
i mean if the grep command find these word"program by x team", it will ignore the file in result.
if the grep command doesnt find the words "program by x team" in a file it will print the fill path for the file.
i want to make a bash script to grep all .asp file in specific directory that doesn't not contain a word like "program by x team" for security reason.
i mean if the grep command find these word"program by x team", it will ignore the file in result.
if the grep command doesnt find the words "program by x team" in a file it will print the fill path for the file.