文件操作 - func_scl.csh
返回文件管理
返回主菜单
删除本文件
文件: /etc/scl/func_scl.csh
编辑文件内容
if ( "$1" == "load" || "$1" == "unload" ) then # It is possible that function module is not declared in time of this # declaration so eval is used instead of direct calling of function module eval "module $*:q" else /usr/bin/scl $*:q endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件