####################################
Open the .txt file in bash using vim (to get rid of mac or dos end of line marker):
:update
:e ++ff=mac \(or :e ++ff=doc if using window\)
:setlocal ff=unix
:wq
######
select certain column out from a file
cut -d':' -f1 file