Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 mailx UNIX 命令在附件中发送文件。
问题是,它更改了文件,它从文件中删除了行空格,并且所有行都在同一行中。
(cat "tu" uuencode /gpfs/pcenterdata/test/SrcFiles/WCC_FOA_RMBHUB/"GL_CAP_ERROR_20150522.txt" "L_CAP_ERROR_20150522.txt" ) | mailx -s "EMAIL_SUBJECT" "person@email.om"
如何解决这个问题。