Skip to content

Instantly share code, notes, and snippets.

@Chunlin-Li
Created April 15, 2016 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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