RosettaCodeData/Task/Rename-a-file/PowerShell/rename-a-file.ps1

5 lines
95 B
PowerShell
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
Rename-Item input.txt output.txt
# The Rename-item has the alias ren
ren input.txt output.txt