首页 > 技术文章 > shell 脚本不能执行多条?何解

hoge66 2018-09-15 23:40 原文

#!/bin/sh

ps -e | grep svnserve | awk '{print $1}'  | xargs kill -9

svnserve -d -r /projects/svn --config-file=/projects/svn/svnserve.conf

推荐阅读