More than 1 year has passed since last update.
コマンド
$ ps ax \
> | grep ${ssH_TTY:5} \
> | awk '{print $1}' \
> | xargs -I% kill -9 %
利用例
特にtailコマンドを止めたい場合
$ ps ax \
> | grep ${ssH_TTY:5} \
> | grep [t]ail \
> | awk '{print $1}' \
> | xargs -I% kill -9 %
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin