#!/bin/bash
for i in $( ps -A | grep evolut |awk '{print $1}' ); do
echo $i
kill $i
done
Loop to terminate processes
Who is online
Users browsing this forum: No registered users and 1 guest
Users browsing this forum: No registered users and 1 guest