cat text.txt | tr -s ' ' | cut -d ' ' -f4
-s, --squeeze-repeats replace each input sequence of a repeated character
that is listed in SET1 with a single occurrence
of that character
cat text.txt | tr -s ' ' | cut -d ' ' -f4
-s, --squeeze-repeats replace each input sequence of a repeated character
that is listed in SET1 with a single occurrence
of that character