Comment Re:Lego (Score 1) 2362
grep somestring outputfile | cut -f 3 -d ' '
grep somestring outputfile | cut -f 3 -d ' '
Each new user of a new system uncovers a new class of bugs. -- Kernighan