Kill a bash script running in the background

kill ps -aux | grep sqs2.sh | grep -v grep | awk '{ print $2 }' && killall inotifywait

Line above, after kill is `, wrapping till }`

This entry was posted in Uncategorized. Bookmark the permalink.