parallel icon indicating copy to clipboard operation
parallel copied to clipboard

Parallel with Asian characters

Open 1480c1 opened this issue 7 years ago • 0 comments

parallel seems not to be able to understand Windows directory structure, and thus when I put {/} for basename, it just outputs the whole entire line and when I use {.} it outputs the whole entire line, minus the file's extension. This is under Powershell in Windows 10, not only that, it seems to not be able to understand Asian characters. https://pastebin.com/zqbinCB5

When I use ls -Recurse -file -Path '*.m4a' | select -ExpandProperty FullName | parallel 'echo {.}' it will not understand at all https://pastebin.com/XB4kX2km

1480c1 avatar Sep 22 '18 17:09 1480c1