5
Qual é a diferença entre os comandos find e findstr no Windows?
No Windows, quais são as diferenças entre os comandos finde findstr? Ambos parecem procurar texto em arquivos: encontrar C:\> find /? Searches for a text string in a file or files. FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] "string" [[drive:][path]filename[ ...]] /V Displays all lines NOT containing the specified string. /C …