Looking for special characters in Google [closed]

六眼飞鱼酱① 提交于 2019-11-28 17:09:19

Google strips most punctuation from queries, as described here, so it won't help you with the bash syntax.

It's very easy to search for the string "##" in the bash documentation: Just run "info bash", hit "s", and enter "##" as the search string.

alekone

google strips puntuation, imho, because:

  • it's somewhere used for special search (chars like - to exclude, +to add and 10..20 to specify a range)
  • to avoid spammers to get email addresses (characters like @ or .) in my experience, it's even impossible to escape special characters. the only solution I found, by now, is using yahoo http://it.search.yahoo.com/
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!