Powershell cmd ps でのコマンド等 May 23, 2024 cmd での history に該当するコマンド doskey /history だった こんな感じで履歴が表示された。素晴らしい。 フォルダ内の全ファイル名の文字列を一括で変更 PS > Get-ChildItem | Rename-Item -NewName { $_.Name -replace "abc", "def" } で abcをdefに変更できる