You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
1480c1
changed the title
Parallel with Windows Directory
Parallel with Asian characters
Sep 22, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: