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

5 lines
95 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
Rename-Item input.txt output.txt
# The Rename-item has the alias ren
ren input.txt output.txt