Using FIND/FINDSTR Commands in Windows

In Windows, Web Hosting professionals use FIND / FINDSTR commands to execute a number of functions irrespective of the reason. Find below the illustration of the commands.

FIND: Search for a text string in a file & display all the lines where it is found.

Syntax: FIND [/V] [/C] [/N] [/I] “string” [pathname(s)]

FINDSTR: Search for strings in files.

Syntax: FINDSTR [options] [/F:file] [/C:string] [/G:file]
[/D:DirList] [/A:color] [/OFF[LINE]] [string(s)] [pathname(s)]

Rate this post:


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...