aix下如何将unix格式文本转化为dos格式文本?aix下如何将unix格式文本转化为dos格式文本? [解决办法]perl -e 'for(<>){s/\n/\r\n/;print}' < unix.txt > dos.txt