标签:file style span pre lin 合并 数据 nbsp blog
#!/bin/bash for file in *.txt;do echo $file done for file in *.txt;do { cat $file >>all.txt } done line=$(cat all.txt|sed -n ‘$=‘) cat all.txt >>all${line}个流.txt
标签:file style span pre lin 合并 数据 nbsp blog
原文地址:http://www.cnblogs.com/soyo/p/7350043.html