sferik / t-ruby

A command-line power tool for Twitter.
http://sferik.github.com/t
MIT License
5.43k stars 412 forks source link

t search all -> howto specify NOT #280

Open ghost opened 8 years ago

ghost commented 8 years ago

t search all "linux+vine.co-redhat-oracle-suse-ubuntu"

I wish to search all tweets with Linux + vine.co

but not

redhat oracle suse and ubuntu

howto do that?

dardo82 commented 8 years ago

Maybe the UNIX way with grep -v?