文章分类 -  shell脚本

摘要:#!/bin/bash source /etc/profile PROJECT_NAME=cdss-diagnoseDrEasy_PATH=$1DEPLOY_PATH=/disk2/cdss/$PROJECT_NAMEecho $DrEasy_PATH PID=$(ps -ef | grep cds 阅读全文
posted @ 2019-04-02 09:29 carjayal 阅读(112) 评论(0) 推荐(0)
摘要:#!/bin/bash source /etc/profile base_dir=/disk1/hezhangjie/job/cdss-prompt/concurrent/MIIP1.0.2008#nl ./abc.cfg | sed 's/5=5/5=ggg/g' rm -rf $base_dir 阅读全文
posted @ 2019-04-02 09:27 carjayal 阅读(473) 评论(0) 推荐(0)