Why my script named "killl" fails, but after renaming works perfectly? – unix.stackexchange.com 04:33 Posted by Unknown No Comments The script in question terminates the latest process on my localhost port 8080. #!/bin/bash x=$(lsof -i:8080 | tail -1 | awk '{print $2}') kill -9 $x It didn't work, if the script was named 'killl' ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitWhich edge is better for choosing a trigger? – electronics.stackexchange.comWhat is the "Breaking of the World" in "The Wheel of Time"? – scifi.stackexchange.comHow can rests be best managed in Tomb of Annihilation? – rpg.stackexchange.comLost 1.5X in stocks – money.stackexchange.comCan I install a switch on my overhead door opener's circuit for added security? – diy.stackexchange.comHow do liches regenerate from their phylacteries? – rpg.stackexchange.com
0 Comment to "Why my script named "killl" fails, but after renaming works perfectly? – unix.stackexchange.com"
Post a Comment