ความแตกต่างระหว่างคำสั่ง find และ findstr ใน Windows คืออะไร


24

ใน 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 with the displayed lines.
  /I         Ignores the case of characters when searching for the string.
  /OFF[LINE] Do not skip files with offline attribute set.
  "string"   Specifies the text string to find.
  [drive:][path]filename
             Specifies a file or files to search.

If a path is not specified, FIND searches the text typed at the prompt
or piped from another command.

findstr

C:\> findstr /?
Searches for strings in files.

FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file]
        [/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]]
        strings [[drive:][path]filename[ ...]]

  /B         Matches pattern if at the beginning of a line.
  /E         Matches pattern if at the end of a line.
  /L         Uses search strings literally.
  /R         Uses search strings as regular expressions.
  /S         Searches for matching files in the current directory and all
             subdirectories.
  /I         Specifies that the search is not to be case-sensitive.
  /X         Prints lines that match exactly.
  /V         Prints only lines that do not contain a match.
  /N         Prints the line number before each line that matches.
  /M         Prints only the filename if a file contains a match.
  /O         Prints character offset before each matching line.
  /P         Skip files with non-printable characters.
  /OFF[LINE] Do not skip files with offline attribute set.
  /A:attr    Specifies color attribute with two hex digits. See "color /?"
  /F:file    Reads file list from the specified file(/ stands for console).
  /C:string  Uses specified string as a literal search string.
  /G:file    Gets search strings from the specified file(/ stands for console).
  /D:dir     Search a semicolon delimited list of directories
  strings    Text to be searched for.
  [drive:][path]filename
             Specifies a file or files to search.

Use spaces to separate multiple search strings unless the argument is prefixed
with /C.  For example, 'FINDSTR "hello there" x.y' searches for "hello" or
"there" in file x.y.  'FINDSTR /C:"hello there" x.y' searches for
"hello there" in file x.y.

Regular expression quick reference:
  .        Wildcard: any character
  *        Repeat: zero or more occurences of previous character or class
  ^        Line position: beginning of line
  $        Line position: end of line
  [class]  Character class: any one character in set
  [^class] Inverse class: any one character not in set
  [x-y]    Range: any characters within the specified range
  \x       Escape: literal use of metacharacter x
  \<xyz    Word position: beginning of word
  xyz\>    Word position: end of word

For full information on FINDSTR regular expressions refer to the online Command
Reference.

1
มันอาจเกี่ยวกับวิวัฒนาการมากกว่านี้ การค้นหาย้อนกลับไปที่ DOS / UNIX วันและต่อมา FINDSTR ถูกเพิ่มเข้ามาใน Windows ทั้งคู่อาจมีวิวัฒนาการและเหมือนกันมากขึ้น
KCotreau

ฉันเห็นด้วยกับไทม์ไลน์ของ @ KCotreau: FIND นั้นเก่าและ FINDSTR นั้นใหม่กว่า ฉันสงสัยว่า FIND ได้พัฒนาเป็นเหมือน FINDSTR มากขึ้น ค่อนข้างฉันเชื่อว่า FIND นั้นได้รับการเก็บรักษาไว้เป็นไดโนเสาร์ที่พิการ (โดยทั่วไปคือ DOS) เพื่อรักษาความเข้ากันได้แบบย้อนหลัง (เช่นด้วยแบตช์ไฟล์ที่ใช้) ในขณะที่ FINDSTR ถูกเพิ่มเพื่อให้มีคุณสมบัติที่เหมาะสม .
Scott

1
โอ้แล้วคำสั่ง DOS / Windows FIND นั้นไม่เหมือนกับfindคำสั่งUnix ค่อนข้างตามที่พาราไดรด์แนะนำด้านล่าง FIND เป็นเหมือนเวอร์ชันลงgrep(หรือบางทีfgrep) ที่ถูกรดน้ำ
สกอตต์

คุณไม่เห็นความแตกต่างในความช่วยเหลือหรือไม่
phuclv

คำตอบ:


17

ดังที่แสดงด้านบนfindstrเพิ่มการสนับสนุนการแสดงออกปกติดังนั้นจึงเป็นเช่นgrepนั้น


3
แต่ก็ยังไม่ชัดเจนในการใช้งานและความแตกต่างที่แน่นอนหากคุณไม่ได้ใช้ทั้งสองอย่างบ่อยครั้ง ดังนั้นการรับรู้ของพวกเขาอาจแตกต่างกันเพราะคุณอาจเคยมีประสบการณ์ที่แตกต่างกันไป ส่วนหนึ่งของปัญหาใหญ่ในการเรียนรู้และอาชีพฉันเรียกว่า Experience Gap เรื่องยาว.
crosenblum

5

Findstr มีตัวเลือกการค้นหาเพิ่มเติมและรองรับนิพจน์ทั่วไป ฉันพบว่า findstr ไม่ทำงานกับ wild cards ในชื่อไฟล์

คำสั่งด้านล่างส่งคืนการค้นหาสตริงทั้งหมดในไฟล์หลายไฟล์ที่มีรูปแบบ Quant_2013-10-25 _ *. log

find /I "nFCT255c9A" D:\Comp1\Logs\Quant_2013-10-25_*.log 

คำสั่งต่อไปนี้จะคืนค่าอะไรหรือเพียงแค่ไม่ทำงาน

findstr nFCT255c9A D:\Comp1\Logs\Quantum_2013-10-25_*.log

findยังมีข้อ จำกัด ตัวอย่างเช่นคุณไม่สามารถใช้เพื่อผนวกหมายเลขบรรทัดต่อท้ายแต่ละบรรทัดเพราะfind/n""จะไม่ตรงกับสิ่งใดเลย เพื่อที่คุณจะต้องใช้ findstr
Pacerier

1
findstrไม่สามารถที่จะทำซ้ำปัญหากับสัญลักษณ์ใน Microsoft Windows 7 Professional, 6.1.7601 Service Pack 1 Build 7601.
lordcheeto

3

บล็อกเก่าสิ่งใหม่สัมผัสกับเครื่องมือเหล่านี้ในโพสต์นี้

โดยสรุป: เครื่องมือที่พัฒนาพร้อมกันเพื่อตอบสนองความต้องการที่แตกต่างกันเล็กน้อย พวกเขาไม่เคยรวมกันเป็นเครื่องมือเดียว


1

findstrขยายฟังก์ชั่นการค้นหาด้วยคุณสมบัติที่มีประโยชน์มากมาย การเพิ่มเติมที่สำคัญบางอย่างรวมถึง

  1. findstr สนับสนุนสตริงการค้นหาหลายรายการ
  2. findstr สามารถใช้เป็นไฟล์ที่มีชื่อไฟล์หรือไดเรกทอรีเพื่อค้นหา
  3. findstr รองรับการแสดงออกปกติ

ฟังก์ชั่นทั้งสองไม่เหมาะสำหรับไฟล์ขนาดใหญ่หรือไฟล์จำนวนมาก


โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.