I'd like to be able to do the following in the search box:
shell [cmd] [-linux]
to search for "questions containing the 'shell' term AND having the 'cmd' tag AND NOT having the 'linux' tag"
Note that "shell" is not a TAG !
|
I'd like to be able to do the following in the search box:
to search for "questions containing the 'shell' term AND having the 'cmd' tag AND NOT having the 'linux' tag" Note that "shell" is not a TAG ! |
|||||||||
|
|
You can if you precede the tag in the search with a minus (-):
The following links pop for searches across the SOFU for questions that mention shell tagged cmd but not tagged linux. StackOverflow: http://stackoverflow.com/search?q=shell+%5Bcmd%5D+-%5Blinux%5D ServerFault: http://serverfault.com/search?q=shell+%5Bcmd%5D+-%5Blinux%5D SuperUser: http://superuser.com/search?q=shell+%5Bcmd%5D+-%5Blinux%5D |
||||
|
As workaround you can set |
|||
|
|