5
ความแตกต่างระหว่างคำสั่ง find และ findstr ใน Windows คืออะไร
ใน Windows ความแตกต่างระหว่างfindและfindstrคำสั่งคืออะไร ทั้งคู่ดูเหมือนจะค้นหาข้อความในไฟล์: หา 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 Displays only the count of lines containing the string. /N Displays line numbers …