Skip to content
Quentin Adt's Notes
SEO
Development
Digital Nomad
About Me 🙂
📡 Live TTFB Monitor
Month:
January 2015
Shell linux AWK: Addition of the 2nd column separated by tabs
awk -F't' '{a+=$2}END{printf "%in",a}'
January 22, 2015
Shell Linux: Sort on 2nd column with tab separated content
sort -t
t’ -n -k2
January 22, 2015