lotabout / rargs

xargs + awk with pattern matching support. `ls *.bak | rargs -p '(.*)\.bak' mv {0} {1}`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename threads option (`-w`) to `-j`

ngirard opened this issue · comments

Many tools, such as GNU Parallel, GNU Make, fd, ripgrep, are using -j to specify the number of concurrents threads/jobs.

Adopting the same convention would make Rargs easier to grasp.

Great, thanks !