How to give arguments to kill via pipe


kill $(ps -e | grep <YOUR_SEARCH_STRING> | awk '{print $1}')

Comments

Popular posts from this blog

Apache Spark Driver logs redirecting to directory in both cluster and client mode

eclipse oxygen is not starting

Application Localisation in YARN and its pitfalls