-E
: Use extended regular expressions.--help
: Print a usage message.-V
: Print the version number of grep.-e
: Use patterns for matching.-a
: Process a binary file as if it were text.-f
: Get patterns from FILE.-o
: Print only matched parts of matching lines.-r
: Process files in directory, recursively.-F
: Interpret patterns as fixed strings.-i
: Ignore case distinctions in patterns.--help
: Print a usage message.-V
: Print the version number of grep.-q
: Quiet, do not write anything to output.curl -O https://example.com/file.txt
grep -i "pattern" file1 file2
grep -ri "pattern" dir/
> Visit cURL for_OSINT Website <