P
pcc_mmz1
Unregistered / Unconfirmed
GUEST, unregistred user!
各位好:
我以非root用户登录AIX,查看.profile文件,有一段语句不太明白,各位帮忙告知一下。
if [ -s "$MAIL"
] # This is at Shell startup. In normal
then
echo "$MAILMSG"
# operation, the Shell checks
fi # periodically.
set -o vi
1、if [ -s "$MAIL"
] 中的 -s表示何意?
2、set -o vi 表示什么意思?
我以非root用户登录AIX,查看.profile文件,有一段语句不太明白,各位帮忙告知一下。
if [ -s "$MAIL"
] # This is at Shell startup. In normal
then
echo "$MAILMSG"
# operation, the Shell checks
fi # periodically.
set -o vi
1、if [ -s "$MAIL"
] 中的 -s表示何意?
2、set -o vi 表示什么意思?