Fd: PowerShell 7.0.3 vs CMD and `fd`

Created on 7 Sep 2020  路  2Comments  路  Source: sharkdp/fd

What version of fd are you using?
fd 8.1.1
cwebp 1.1.0
I do not know much English. it's easier for me to explain in Russian. excuse me.
what am I doing wrong? we have. PowerShell 7 and CMD from Windows 10. Do they process the same command differently? how to teach PowerShell to correctly process the command?

fd -e jpg -x cwebp -q 80 {} -o {.}.webp

PowerShell vs cmd

question

Most helpful comment

I'm not an expert in either powershell or cmd.exe, but I think you might need to quote or escape the "{.}" And possibly other special characters in powershell

All 2 comments

I'm not an expert in either powershell or cmd.exe, but I think you might need to quote or escape the "{.}" And possibly other special characters in powershell

I'm not an expert in either powershell or cmd.exe, but I think you might need to quote or escape the "{.}" And possibly other special characters in powershell

yes. fd -e jpg -x cwebp q 80 "{}" -o "{.}.webp" - so there are no errors. thank. such a trifle, and so spoils everything.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ariecattan picture ariecattan  路  3Comments

blueray453 picture blueray453  路  3Comments

sharkdp picture sharkdp  路  4Comments

mrzool picture mrzool  路  4Comments

blueray453 picture blueray453  路  4Comments