2011-08-05批量去除^M Leave a comment (0) 作者:小项-怪物猪 find /web -type f -name '*.php' | xargs -n 1 sed -i -e 's/.$//' 分类:Ubuntu,FreeBSD,临时文件 | 标签: none