资 源 简 介
Real-time reports of earthquakes occured in California and Nevada (eq)
This program is free software developed by Calvin Ma.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY!
Usage: eq [[-g magnitude][-m email][-q max]|-h|-v]
-g magnitude: To opt-out earthquakes with magnitudes less than the input (default 0).
-m email: To create a cron job. An email will be sent to you as soon as an earthquake qualifying your descriptions occurs.
-q NUM: To query at most NUM recent earthquakes (default 15).
-h: Help information.
-v: Version information.
Examples:
* eq -q 10
nohup eq -g 1 -m youremail@address 2>/dev/null &