关于设置变量
# workdir="/mydata/www/justice/" # cd $workdir //与 cd /mydata/www/justice/ 命令效果相同 // 如何查看所有变量(包含环境变量与自定义变量) # set // 查看环境变量 # env