使用sed命令 将文件'aol1'中的空格去掉然后输出到'tmpFile'文件中

sed s/[[:space:]]//g aol1 > tmpFile

 

相关文章: