Too many jobs running?
- Kill all jobs running in terminal
- jobs -p prints all job IDs.
- kill -9 kills the job with that ID.
0 comments:
Post a Comment