Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.5 KB

Remove-Utf8Signature.md

File metadata and controls

66 lines (44 loc) · 1.5 KB
external help file Module Name online version schema
Detextive.dll-Help.xml
Detextive
2.0.0

Remove-Utf8Signature

SYNOPSIS

Removes the utf-8 signature (BOM) from a file.

SYNTAX

Remove-Utf8Signature [-Path] <String> [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Remove-Utf8Signature.ps1 README.md

Removes the EF BB BF at the beginning of the file, warns if it isn't found.

PARAMETERS

-Path

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Any object with a Path or FullName property to use for a file location.

OUTPUTS

NOTES

RELATED LINKS

https://msdn.microsoft.com/library/dd383463.aspx

https://msdn.microsoft.com/library/s064f8w2.aspx

Get-Content