Why my script named "killl" fails, but after renaming works perfectly? – unix.stackexchange.com

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

Artikel Terkait

0 Comment to "Why my script named "killl" fails, but after renaming works perfectly? – unix.stackexchange.com"