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

Return Code 127