- #1
- 1,600
- 605
- TL;DR Summary
- Trying to produce a Python script that follows sudden changes in a CSV file updated in real time.
Suppose some program writes its output into a CSV table and is adding new rows to it all the time. How would I write a Python or Bash script that monitors the last element of the last row of this CSV file in real time and makes a warning sound if it exceeds some limiting value? This would be used to notice if the result of some numerical calculation diverges, or if my RTL-SDR radio dongle notices that a measurable radio signal appears at a particular frequency.