I'm using command line
grep -rI "TEXTSEARCH" . > output.txt
and I get the error/prompt
grep: input file ‘./output.txt’ is also the output
Seems to work successfully but don't want to make extensive searching if this is something to worry about or is that just a regular response?