Wildcardsearch 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Wildcardsearch --version 1.1.1
                    
NuGet\Install-Package Wildcardsearch -Version 1.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Wildcardsearch" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wildcardsearch" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Wildcardsearch" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Wildcardsearch --version 1.1.1
                    
#r "nuget: Wildcardsearch, 1.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Wildcardsearch@1.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Wildcardsearch&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Wildcardsearch&version=1.1.1
                    
Install as a Cake Tool
                    WildCard Search On File System by DAVCA SARL
                       Version 1.1.1, February 2019
                    

How To Use

  1. When you want to find files using "*" on a specific directory :

    Using the extension:

      On Windows : wilcardsearch-master.exe "C:\**\.xls" or wilcardsearch-master.exe "C:\**\*.log" 
    
      On Linux   : mono wilcardsearch.exe "/tmp/**/.docx" or mono wilcardsearch.exe "/tmp/**/*.docx"
    

    Using the name:

      On Windows : wilcardsearch-master.exe "C:\**\file" or wilcardsearch-master.exe "C:\**\*file" 
    
      On Linux   : mono wilcardsearch.exe "/tmp/**/file" or mono wilcardsearch.exe "/tmp/**/*file"
    
  2. When you want to find files on the whole system :

    Using the extension:

      On Windows : wilcardsearch-master.exe "**/*.xls" or wilcardsearch-master.exe "**/.log" 
    
      On Linux   : mono wilcardsearch.exe  "**/*.docx"  or mono wilcardsearch.exe  "/**/*.docx" or mono wilcardsearch.exe  "~/**/*.docx"   
    

    Using the name:

      On Windows : wilcardsearch-master.exe "**/*file" or wilcardsearch-master.exe "**/file" 
    
      On Linux   : mono wilcardsearch.exe  "**/*file"  or mono wilcardsearch.exe  "/**/*file" or mono wilcardsearch.exe  "~/**/*file" 
    
3. When you want to find a file using "?" :

    Using the complete file name:
    
        On Windows : wilcardsearch-master.exe "C:\**\file?" or wilcardsearch-master.exe **/file?"

        On Linux   : mono wilcardsearch.exe "/tmp/**/file?" or mono wilcardsearch.exe "/**/file?"
        
    Using the file extension:
    
        On Windows : wilcardsearch-master.exe "C:\**\.xls?" or wilcardsearch-master.exe "**/.log?"

        On Linux   : mono wilcardsearch.exe "/opt/**/.docx?" or mono wilcardsearch.exe "/**/.docx?"
		
4. When you want to find files from the current Directory:

	Using the name:
	
		On Windows : wilcardsearch-master.exe "/*FileName" or wilcardsearch-master.exe "/FileName?" 
	 
		On Linux   : mono wilcardsearch-master.exe "/*FileName" or mono wilcardsearch-master.exe "/FileName?" 
	
	Using the extension:
	
		On Windows : wilcardsearch-master.exe "/.xls?" or wilcardsearch-master.exe "/.log" or wilcardsearch-master.exe "/*.log"
		
		On Linux   : mono wilcardsearch-master.exe "/.xls?" or mono wilcardsearch-master.exe "/.log" 
		
		
		
  
Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.189955280 829 4/3/2019
1.3.185740188 722 3/28/2019
1.3.178827944 689 3/16/2019
1.3.178811802 683 3/16/2019
1.3.178758045 669 3/16/2019
1.3.175759094 703 3/12/2019
1.3.175758039 680 3/12/2019
1.3.170354492 694 3/1/2019
1.3.170354074 726 3/1/2019
1.3.166269472 705 2/22/2019
1.3.165034663 681 2/21/2019
1.3.1 671 2/22/2019
1.2.2 768 2/20/2019
1.2.1 742 2/15/2019
1.2.0 761 2/15/2019
1.1.3 799 2/8/2019
1.1.2.165034202 713 2/21/2019
1.1.2.165024488 699 2/21/2019
1.1.2.165022741 732 2/21/2019
1.1.2 779 2/8/2019
1.1.1 790 2/8/2019
1.1.0 758 2/6/2019
1.0.0 762 2/1/2019

README.txt