Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
User Journal

Journal jcburns's Journal: RSS and SQLite from the command line.

So there's all this RSS being downloaded and managed in the background in a SQLite database...and my email is being managed much the same way...so why not use command line SQL calls to manipulate the syndication feeds?

sqlite3 ~/Library/Syndication/Database3 "select * FROM Articles WHERE source_id = 80;" | bbedit

Y'know, like that.

This discussion has been archived. No new comments can be posted.

RSS and SQLite from the command line.

Comments Filter:

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...