Re: qmail file filter

From: Charlie Brady (charlieb@e-smith.com)
Date: 10/05/01


Date: Fri, 5 Oct 2001 16:16:05 -0400 (EDT)
From: Charlie Brady <charlieb@e-smith.com>
To: Alejandro Perretta <sopapa@ciudad.com.ar>
Subject: Re: qmail file filter
Message-ID: <Pine.LNX.4.32.0110051614430.893-100000@vegemite.ottawa.e-smith.com>


On Wed, 3 Oct 2001, Alejandro Perretta wrote:

> Anyone knows a way to filter files by extension? ex. *.vbs *.exe.

What exactly do you mean by "filter files"?

This filters files by extension:

rm *.vbs

Input is a directory containing mixed files. Output is a directory
containing no files which match "*.vbs".

-- 

Charlie Brady charlieb@e-smith.com Lead Product Developer Network Server Solutions Group http://www.e-smith.com/ Mitel Networks Corporation http://www.mitel.com/ Phone: +1 (613) 368 4376 or 564 8000 Fax: +1 (613) 564 7739



Relevant Pages

  • OpenFileDialog and no extension
    ... I try to set the filter of the OpenFileDialog to filter files without ... extension but without success ...
    (microsoft.public.dotnet.languages.csharp)
  • OpenFileDialog and Extension
    ... I try to set the filter of the OpenFileDialog to filter files without ... extension but without success ...
    (microsoft.public.dotnet.framework.windowsforms.controls)