Skip to content

Instantly share code, notes, and snippets.

@ishideo
Created April 6, 2018 01:26
Show Gist options
  • Save ishideo/1cd88aee4f0bb211db1373375e26c291 to your computer and use it in GitHub Desktop.
Save ishideo/1cd88aee4f0bb211db1373375e26c291 to your computer and use it in GitHub Desktop.
cat in.txt | sed -e 's/'\''/\\\\047/g' > xargs -n4 -L1 sh -c 'echo $0,$1,$2,$3,$4' > out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment