AIX 模擬 unix2dos 2月 26, 2009 AIX沒有 unix2dos 的 command 所以用以下的方法做轉換 1 cat $ {unix_file} awk '{printf("%s\r\n",$0)}' & gt ; $ {dos_file} 閱讀完整內容