用另一個符號":"去分隔欄
-d '分隔符' (Default: tab)
echo 'abc:123' | cut -d':' -f 1
--output-delimiter=STRING use STRING as the output delimiter the default is to use the input delimiter