我学到的Linux命令

获取文件的行数

wc -l "filename"

cut命令行的分隔

cut -d' ' -f1 filename
原文地址:https://www.cnblogs.com/lxlhelloworld/p/14515943.html