We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49556ed commit 0dc7be8Copy full SHA for 0dc7be8
1 file changed
scripts/unzip-file.ps1 scripts/convert-zip2dir.ps1scripts/unzip-file.ps1 renamed to scripts/convert-zip2dir.ps1
@@ -1,12 +1,12 @@
1
<#
2
.SYNOPSIS
3
- Unzips a file
+ Unzips a .ZIP file
4
.DESCRIPTION
5
This PowerShell script unzips a file (.ZIP suffix).
6
.PARAMETER path
7
Specifies the path to the .ZIP file.
8
.EXAMPLE
9
- PS> ./unzip-file.ps1 C:\file.zip
+ PS> ./convert-zip2dir.ps1 C:\file.zip
10
.LINK
11
https://github.com/fleschutz/PowerShell
12
.NOTES
0 commit comments