mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-05 18:11:19 +01:00
1 line
102 B
PowerShell
1 line
102 B
PowerShell
gci -r -i *.docx |foreach{$md=$_.directoryname+"\"+$_.basename+".md";pandoc -f docx -s $_.name -o $md} |