Open main menu

Changes

164 bytes added ,  14:28, 30 January 2017
no edit summary
get first column from mw table data
awk '/\|-/{getline;print}' /tmp/terror.txt | sed s/\|// | sed s/'^ *'// | sort -u
 
== Docs ==
The man page for Awk is 27 pages long. Hard to read in a terminal. Here is [[File:Awk.pdf|a PDF copy of the Awk manual]] a PDF copy of the Awk manual
== One-liners ==
4,558

edits