Command line to kill n restart skype

$ echo `ps -C skype|grep skype` | cut -d' ' -f1 | xargs kill -9 && skype &

Comments

Post a Comment

Popular posts from this blog

Byobu + Tmux Tips # 2014-01-22

Changing postgres password and warning

How to explode DEBian package file.