Skip to content
Snippets Groups Projects
chip-job-zerone-format 264 B
Newer Older
# Right now we are just padding missing columns with -1's.
# This is not a good way of filling in missing data
# but not currently sure how to do it correclty.
/bin/sort -k1,1V -k2,2n -k3,3n "$1" | sed "/^#/ d" | awk '{print $0,-1,-1}' > "$2"