こんにちは、今日はPowerShellでアイテムのコンテンツを取得するコマンドレットGet-Contentの使い方についてまとめていきます。
確認環境
PSVersion 5.1.18362.1110
Get-Contentの使い方
引数にコンテンツを取得したいアイテムを指定します。
以下の例ではカレントディレクトリにあるテキストファイル「test.txt」のコンテンツを取得しています。
PS C:\Users\santerabyte> Get-Content .\test.txt
test.txt contents.
リンク
Get-Content (Microsoft.PowerShell.Management) – PowerShell | Microsoft Docs
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-content?view=powershell-7.1