Quick Tip: kill $(cat /var/run/redis.pid)
I needed to do that earlier and didn’t know how.
EDIT: Turns out you can just do this as well: kill `cat /var/run/redis.pid`
Related posts:
- Finding which package a file belongs to on Debian
- Running a unix command as a background process
- Tweetfactor – An experiment using Ruby, Sinatra, Twitter and Redis
Bookmarking
-
Stumble | Digg | del.icio.us | RSS

