Diomidis Spinellis: Shell scripting for personal productivity

26 Mar
2020
26 Mar
'20
12:45 p.m.
https://www.spinellis.gr/blog/20200323/ ie csvawk, that I should use csvawk Run awk with the specified program argument on a CSV (comma separated values file); e.g. |csvawk '{print $2 - $3}' list.csv|. |#!/bin/sh prog="$1" shift awk 'BEGIN {FPAT = "([^,]+)|(\"[^\"]+\")"}'"$prog" "$@" |
1923
Age (days ago)
1923
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rodney Brown