This repository was archived by the owner on Jul 11, 2019. It is now read-only.
This repository was archived by the owner on Jul 11, 2019. It is now read-only.
Parallel with Asian characters #71
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels