set指令的作用是为shell设置参数变量,用法如下:
#! /bin/sh
echo the date is $(date)
set $(date)
echo the mouth is $2
exit 0
set指令的作用是为shell设置参数变量,用法如下:
#! /bin/sh
echo the date is $(date)
set $(date)
echo the mouth is $2
exit 0
3113
852
1219

被折叠的 条评论
为什么被折叠?
