cut --help cut: illegal option -- - usage: cut -b list [-n] [file ...] cut -c list [file ...] cut -f list [-s] [-w | -d delim] [file ...]
Tabulator as separator:
cut -f1 -d$'\t'
echo 'maps.google.com' | rev | cut -d'.' -f 1 | rev
awk -F
tr
awk, awk -F, cut, $NF
cut, cut -d, tr, awk -F
Advertising: