mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 16:11:22 +02:00
Update synopsis and description
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
search-filename.ps1
|
||||
Lists all files and folder names matching a search pattern
|
||||
.DESCRIPTION
|
||||
search-filename.ps1 [<path>] [<term>]
|
||||
This script serves as a quick Powershell replacement to the search functionality in Windows
|
||||
After you pass in a root folder and a search term, the script will list all files and folders matching that phrase.
|
||||
.EXAMPLE
|
||||
|
Reference in New Issue
Block a user