摘要: 1. vi /tmp/test.ksh#!/bin/kshline='---------------------------------------------'pids=$(/usr/bin/ps -ef -o pid=)if [ $# -eq 0 ]; thenread ans?"Enter p... 阅读全文
posted @ 2015-07-22 18:10 TommyM 阅读(551) 评论(0) 推荐(0) 编辑