Skip to content
EntityQ5450018· pop 5· linked from 122 articles

'''''' is a shell command that searches for text in files and prints matching lines to standard output. The command provides similar functionality as find, but findstr supports regular expressions. However, findstr does not support UTF-16 whereas find does. findstr cannot search for null bytes commonly found in Unicode computer files.

~2 min read

Article

6 sections
Contents
  • Use
  • Example
  • See also
  • References
  • Further reading
  • External links

'''' is a shell command that searches for text in files and prints matching lines to standard output. The command provides similar functionality as find, but findstr supports regular expressions. However, findstr does not support UTF-16 whereas find does. findstr cannot search for null bytes commonly found in Unicode computer files.

findstr was first released as part of the Windows 2000 Resource Kit under the name qgrep. The command is available in Windows and ReactOS.

Available in 5 languages

via Wikidata sitelinks · CC0

Connections

Categories