Skip to content

.gif to .jpg #4041

@Falven

Description

@Falven

For example, the following command changes the file name extensions of all .gif files to .jpg:
Get-ChildItem *.txt | Rename-Item -NewName { $_.name -replace '.txt$','.log' }

You mean .txt to .log?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

Labels

area-languageArea - PowerShell syntax and keywords

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions