Skip to content

cut

cut命令对于空格分隔符而言,需要配合tr命令使用, 尽量用awk

sh
 ll  | grep -v total | tr -s ' '| cut -d ' '  -f 9