Select-String |
Sélectionne une chaîne de caractères |
---|---|
PowerShell |
Syntaxe
Select-String [-Culture String] [-Pattern] String[] [-Path] String[] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-NoEmphasis] [-Include String[]] [-Exclude String[]] [-NotMatch] [-AllMatches] [-Encoding Encoding] [-Context Int32[]] [CommonParameters] |
Select-String [-Culture String] -InputObject PSObject [-Pattern] String[] -Raw [-SimpleMatch] [-CaseSensitive] [-List] [-NoEmphasis] [-Include String[]] [-Exclude String[]] [-NotMatch] [-AllMatches] [-Encoding Encoding] [-Context Int32[]] [CommonParameters] |
Select-String [-Culture String] -InputObject PSObject [-Pattern] String[] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-NoEmphasis] [-Include String[]] [-Exclude String[]] [-NotMatch] [-AllMatches] [-Encoding Encoding] [-Context Int32[]] [CommonParameters] |
Select-String [-Culture String] [-Pattern] String[] [-Path] String[] -Raw [-SimpleMatch] [-CaseSensitive] [-List] [-NoEmphasis] [-Include String[]] [-Exclude String[]] [-NotMatch] [-AllMatches] [-Encoding Encoding] [-Context Int32[]] [CommonParameters] |
Select-String [-Culture String] [-Pattern] String[] -LiteralPath String[] -Raw [-SimpleMatch] [-CaseSensitive] [-List] [-NoEmphasis] [-Include String[]] [-Exclude String[]] [-NotMatch] [-AllMatches] [-Encoding Encoding] [-Context Int32[]] [CommonParameters] |
Select-String [-Culture String] [-Pattern] String[] -LiteralPath String[] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-NoEmphasis] [-Include String[]] [-Exclude String[]] [-NotMatch] [-AllMatches] [-Encoding Encoding] [-Context Int32[]] [CommonParameters] |
Description
Cette commande permet de rechercher du texte dans les chaînes de caractères et les fichiers.
Dernière mise à jour : Mardi, le 12 Janvier 2021