mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update the comment header
This commit is contained in:
@ -2,15 +2,15 @@
|
||||
.SYNOPSIS
|
||||
Lists the folder content
|
||||
.DESCRIPTION
|
||||
This script lists the directory content formatted in columns.
|
||||
This PowerShell script lists the directory content formatted in columns.
|
||||
.PARAMETER SearchPattern
|
||||
Specifies the search pattern, "*" by default (means anything)
|
||||
.EXAMPLE
|
||||
PS> ./list-folder C:\
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$SearchPattern = "*")
|
||||
|
Reference in New Issue
Block a user