split -l 5 /etc/passwd 产生n多个小文件,每个文件5行 -l line 以行数来分割 转载于:https://www.cnblogs.com/lehao/p/3935034.html