PowerShell history(履歴)を確認する
- 2021.03.15
- powershell
- powershell

PowerShellでistory(履歴)を確認する手順を掲載してます。
環境
- OS windows10 pro
- PowerShell 5.1.18362.1171
history(履歴)を確認
powershellで実行したコマンドのhistory(履歴)は、以下のコマンドで確認することが可能です。
1 2 3 4 5 6 7 8 |
get-history <出力結果> Id CommandLine -- ----------- 1 cd / 2 dir |
-
前の記事
javascript firstChildで最初の子ノードを取得する 2021.03.15
-
次の記事
vscode Ruby formatterが使えない 2021.03.15
コメントを書く