grep.1posix -q %27%5Eoption%27 file %26%26 sed -i %27s%2F%5Eoption.%2A%2Foption%3Dvalue%2F%27 file %7C%7C echo %27option%3Dvalue%27 %3E%3E file
search a file for a pattern
-q     Quiet. Nothing shall be written to the standard output, regardless of matching  lines.  Exit  with
       zero status if an input line is selected.
-i     Perform  pattern  matching  in searches without regard to case; see the Base Definitions volume of
       IEEE Std 1003.1-2001, Section 9.2, Regular Expression General Requirements.
source manpages: grep