I want to use space as a delimiter with the cut command.
cut
What syntax can I use for this?
cut -d ' ' -f 2
Where 2 is the field number of the space-delimited field you want.
1.4m articles
1.4m replys
5 comments
57.0k users