Skip to content

Instantly share code, notes, and snippets.

@Chunlin-Li
Created April 15, 2016 15:05
Show Gist options
  • Save Chunlin-Li/f2b13559f9c45af1061eb0e04f8c712b to your computer and use it in GitHub Desktop.
Save Chunlin-Li/f2b13559f9c45af1061eb0e04f8c712b to your computer and use it in GitHub Desktop.
linux bash parallel sed

cat $Filetemp | parallel --pipe 'sed -e "s/[[:space:]]+/ /g"' > standard.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment