cat /etc/issue|tr '[:lower:]' [:upper:] >> /tmp/issue.out

如何将/etc/issue文件中的内容转换为大写后保存至/tmp/issue.out文件中-LMLPHP

05-08 08:20