摘要: Windos 重定向输入 echo.exe < word.txt linux 重定向输入 ./echo.out < word.txt Windos 重定向输出 echo.exe > tem.txt linux 重定向输出 ./echo.out > tem.txt 二者有些许不同。 阅读全文
posted @ 2020-05-31 14:22 ElecYang 阅读(179) 评论(0) 推荐(0)