Tagged Questions
1
vote
6answers
603 views
How to pause a python script running in terminal
I have a web crawling python script running in terminal for several hours, which is continuously populating my database. It has several nested for loops. For some reasons I need to restart my computer ...