05-30-2012, 03:58 PM
An idea for a workaround to get sed to run on multiple cores could be: maskprocessor > sed rule1 > sed rule2 > sed rule3 > output file.
Then you would run 3 instances of sed each on its own core, shouldn't that work?
Then you would run 3 instances of sed each on its own core, shouldn't that work?