|
|
|
|
|
by asicsp
3158 days ago
|
|
glanced a bit, looks good.. will add it to further reading section, thanks :) has some minor issues though > modern (i.e. Perl) regular expressions nope, supports only ERE.. doesn't have non-greedy, lookarounds, etc > $ cat netflix.tsv | awk '{printf "%s %15s %.1f\n", $1, $6, $5}' | sed 1d could have just added NR>1 condition.. |
|