-
Notifications
You must be signed in to change notification settings - Fork 1.7k
.gif to .jpg #4041
Copy link
Copy link
Closed
Labels
area-languageArea - PowerShell syntax and keywordsArea - PowerShell syntax and keywords
Description
For example, the following command changes the file name extensions of all .gif files to .jpg:
Get-ChildItem *.txt | Rename-Item -NewName {
You mean .txt to .log?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 41417680-da77-6c19-bbd0-522e694e7ff0
- Version Independent ID: fe731c19-4f99-e680-f508-ec28126ac605
- Content: about_Comparison_Operators
- Content Source: reference/6/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md
- Product: powershell
- GitHub Login: @SteveL-MSFT
- Microsoft Alias: slee
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-languageArea - PowerShell syntax and keywordsArea - PowerShell syntax and keywords