BTS

Issue1343

Title Include 'concblock' and 'xconc' function from http://galvanist.com/post/67095577027/revisiting-shell-concurrency-this-time-in-zsh in grml zshrc
Priority wish Status chatting
Superseder Nosy List korn
Assigned To Topics

Created on 2015-03-05.14:34:58 by korn, last changed 2015-03-05.14:43:45 by korn.

Messages
msg4934 (view) Author: korn Date: 2015-03-05.14:43:45
(Of course, the number of concurrent jobs should probably default to $(nproc).)
msg4933 (view) Author: korn Date: 2015-03-05.14:34:58
These functions are a poor man's parallel(1); less versatile but much easier to use.

A downside is that they require zsh/parameter and zsh/zselect; I suppose it'd be
possible to only load these when the functions are first used.
History
Date User Action Args
2015-03-05 14:43:45kornsetstatus: unread -> chatting
messages: + msg4934
2015-03-05 14:34:58korncreate