关于Linux的shell的exec命令_百度知道
最佳答案: wall是向所有登录系统的用户发送信息,消息的内容是 "Thanks for all the fish" , 相当于短信群发。 exec 3<afile 打开文件afile,文件描述符是3,然后...更多关于shell exec命令疑问的问题>>
exec和变量的问题 - Shell-ChinaUnix.net
2012年8月10日 - When a simple command is executed, the shell performs the following expansions...看了一遍命令行处理介绍有点明白了: exec $fd<>${file_name} 1...