Created
April 6, 2018 01:26
-
-
Save ishideo/1cd88aee4f0bb211db1373375e26c291 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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