Created
March 11, 2018 16:42
-
-
Save hxmuller/b0e8d63f70019acfd9aa323d9edd874a to your computer and use it in GitHub Desktop.
awk snippet
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
NR==4 {cn1=$1} # column name | |
NR==6 {cu1=$1} # column unit | |
END {print cn1" ("cu1"),"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment