Shell-script - Tell analytics to go itself, Clear analytics using shell script
Tell analytics to go itself
goclearanalytics() { echo "DELETE FROM moz_cookies WHERE name LIKE '__utm%';" | sqlite3 $( find ~/.mozilla -name cookies.sqlite ) }
See,
http://code.google.com/apis/analytics/docs/concepts/gaConceptsCookies.html
if you are unclear about the Google Analytics cookie system. If Firefox is your daily browser, be a good Orwellian and run this command regularly.
If you see, 'SQL error near line 1: database is locked', close Firefox and run again.
The topic on Shell-script - Tell analytics to go itself is posted by - Math
Hope you have enjoyed, Shell-script - Tell analytics to go itselfThanks for your time