首页 > 编程开发 > Shell > 正文  
shell编程例子 -- 一个.login例子
2002年02月02日 14:58
*****************************************************************
# * *
# * or in FAR 52.227-19, as applicable. *
# * *
# *****************************************************************
#
#
# HISTORY
#
# @(#)$RCSfile: .login,v $ $Revision: 4.1.7.3 $ (DEC) $Date: 1995/10/25 20:03:52
$
#
#
if ($?path) then
set path=($HOME/bin $path)
else
set path=($HOME/bin /usr/bin .)
endif
if ( ! $ {?DT} ) then
stty dec new
tset -I -Q
endif
set mail=/usr/spool/mail/$USER
】【http://www.trainlinux.com】【Close
『相关资料』
shell编程例子 -- 一个makefile例子 (2002-02-02 14:57)
Bash最常见的激活模式 (2002-02-02 14:57)
Bash中的变量 (2002-02-02 14:57)
Bash中的特殊字符 (2002-02-01 14:56)
Home 

诚恩Linux培训工作室