Hacker News new | past | comments | ask | show | jobs | submit login

Nice example from the docs:

Convert .mp3 to .ogg running one process per CPU core on local computer and server2:

    parallel --trc {.}.ogg -j+0 -S server2,: \ 'mpg321 -w - {} | oggenc -q0 - -o {.}.ogg' ::: *.mp3



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: