So I\'m trying to print the first word in each line of a txt file. The words are separated by one blank.
cut -c 1 txt file
Thats the code I