可以建立一个批处理文件来执行,执行结果可以输出到一个文本文件中。
可以,shell脚本能实现
可以的
例如 cat /etc/passwd|grep "root" |awk '{print $2 }' >/1.txt
可以啊 比如管道命令 数据流重定向
比如:(date;ls) > 1.txt