Last active
November 11, 2017 11:45
-
-
Save klashxx/7dd648c72230f07cbeeedab71f687a25 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
awk 'FNR==1{n=$3+1;print;next} | |
{while(n<$3+0){ | |
print $1",00."n",0.00000" | |
n++ | |
} | |
n=$3+1}' FS=',|:' fichero | |
Author
klashxx
commented
Nov 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment