awk '{print $1}' someFile
*NOTE: If you want the second column change $1 to $2 etc. $1 can be replaced by a variable and used in a more elaborate way that applies to more cases/problems.
This post is also available in: Greek
awk '{print $1}' someFile
*NOTE: If you want the second column change $1 to $2 etc. $1 can be replaced by a variable and used in a more elaborate way that applies to more cases/problems.
This post is also available in: Greek