[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:07805] Re: grep のワイルドカード対応



hbw <hbw@xxxxxxxxxxxx> さん、こんにちは。
      On 2001/11/18 16:57:34
      grep のワイルドカード対応 
      への返事です。
> hbw です。
> 
> grepのパターンファイル名でも、ワイルドカードが使えるようにできないでしょうか?
> 
> 例:windows*nt
> ↓
> Windows NT
> WindowsNT
> Windows\NT
> Windows                 NT
> 
> これにヒットするようにしたいのですが、ぢつはLISPの知識があまりないので、
> 実現できません。
> どうやってやるのでしょうか?

lispではなく正規表現の問題ですね。
"Windows.*NT"
.で 任意の文字
*で 0以上の数を表すので

もちろん正規表現のチェックを

----------------------------------------------------
~ ~|mail to      santarou@xxxxxxxxxxxxxxx
 v%|homepage http://www.Afis.To/~start/ 
   |TKI
----------------------------------------------------

Index Home