mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-15 07:12:44 +02:00
Update descriptions
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
.SYNOPSIS
|
||||
copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]
|
||||
.DESCRIPTION
|
||||
Copy image files from SourceDir to TargetDir sorted by year and month.
|
||||
Copy image files from SourceDir to TargetDir sorted by year and month
|
||||
.EXAMPLE
|
||||
PS> .\copy-photos-sorted.ps1 D:\Mobile\DCIM C:\MyPhotoAlbum
|
||||
PS> ./copy-photos-sorted D:\Mobile\DCIM C:\MyPhotoAlbum
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
|
Reference in New Issue
Block a user