Skip to content

Commit

Permalink
Interesting example
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Jan 12, 2006
1 parent b94cf78 commit c85d292
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Expand Up @@ -46,7 +46,11 @@ in the future with much more info.
I also added sarahsql to allow to query the database on the commandline, you can
things in bash, like:

./sarahsql.py 'select distinct filename from rpm where advid == "RHSA-2005:039" order by filename'
### Print filenames related to advisory
./sarahsql.py 'select distinct filename from rpm where advid == "RHSA-2005:039" order by filename'

### Show last 10 updated advisories
./sarahsql.py 'select advid, issuedate, updatedate, severitylevel from adv order by updatedate' | tail

Help is welcome to extend sarah much further. The TODO file is the first stop for
interesting parties.
Expand Down

0 comments on commit c85d292

Please sign in to comment.