$ cut -d: -f 1 names.txt
Display the 1st field (employee name) from a colon delimited file
by David Winterbottom (codeinthehole.com)
$ cut -d: -f 1 names.txt
Display the 1st field (employee name) from a colon delimited file
by David Winterbottom (codeinthehole.com)