Why does this line do nothing? I'm trying to run a "sed" command in parallel and it outputs nothing to "standard.txt"
$Filetemp = the file I'm stream editing
standard.txt = the file I'm outputting to
cat $Filetemp | parallel --pipe sed -e "s/[[:space:]]\+/ /g" > standard.txt
This is the original code that works just fine but takes way too long:
sed -e "s/[[:space:]]\+/ /g" $Filetmp > standard.txt
GNU Parallel Version: 20130922
Lubuntu 14.04