grep is used to search for strings in multiple files. Digital Mars grep is handy because it's fast, will search system and hidden files, will search for wide characters strings, and will search binary files.
grep [switches] pattern { file }
grep will print each line in each file that contains a match for pattern. It works with binary files as well as text files.
To search all .c files for the string 'this':
grep this *.c
To find which library file is the one to link for FindFirstFile():
grep -i findfirstfile \dm\lib\*.*
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル