Comment Re:Lego (Score 1) 2362
grep somestring outputfile | cut -f 3 -d ' '
grep somestring outputfile | cut -f 3 -d ' '
Real Users find the one combination of bizarre input values that shuts down the system for days.