On Thu, Mar 19, 2015 at 12:09 PM, Werner, Nils
wrote:
> The machine is a Mid 2011 27in iMac, running Mac OSX 10.10.2
>
> $ parallel
> parallel: This should not happen. You have found a bug.
> Please contact and include:
> * The version number: 20150122
> * The bugid: pidtable format:59 1
We've investigated a bit more and it seems to be a process from the iLok
license manager, which comes with Steinberg Cubase. Hooray for rootkits in the
name of copyprotection.
Von: [email protected] [[email protected]]" im Auftrag von "Ole
Tange [o..
On Sat, Mar 28, 2015 at 11:25 AM, Werner, Nils
wrote:
>>> parallel: This should not happen. You have found a bug.
>>> Please contact and include:
>>> * The version number: 20150122
>>> * The bugid: pidtable format:59 1
>>
>> Last time someone submitted this as an error it was due to crim
Hello!
Just wondering if there is an option to divide things up in blocks of lines?
For example, if there is a file with a million lines, is there a way to
run 4 processes, with 250k lines input each?
I have a large file I want to process in parallel, but the command has
high startup overhea
Is this what you need?
~/Downloads/parallel-20150322/src $ ps
PIDPPIDPGID WINPID TTY UIDSTIME COMMAND
5352 15352 5352 con 500 08:28:40 /msys/bin/bash
684453526844 1136 con 500 08:32:51 /msys/bin/ps
On Wed, Mar 25, 2015 at 10:23 P
I think I didn't understand what you meant.
this works for me to get what you need:
ps -ef | awk '{print $2,$3,$6}'
or
ps -ef | awk '{$1=$4=$5="";print $0}'
On Sun, Mar 29, 2015 at 8:45 AM, Tzafrir Poupko wrote:
> Is this what you need?
>
> ~/Downloads/parallel-20150322/src $ ps
> PID