external help file | Module Name | online version | schema |
---|---|---|---|
Detextive.dll-Help.xml |
Detextive |
2.0.0 |
Removes the utf-8 signature (BOM) from a file.
Remove-Utf8Signature [-Path] <String> [<CommonParameters>]
{{ Fill in the Description }}
Remove-Utf8Signature.ps1 README.md
Removes the EF BB BF at the beginning of the file, warns if it isn't found.
The file to remove the utf-8 signature from.
Type: String
Parameter Sets: (All)
Aliases: FullName
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://msdn.microsoft.com/library/dd383463.aspx