====== curl ====== * [[http://www.cheatography.com/ankushagarwal11/cheat-sheets/curl-cheat-sheet/|curl Cheat Sheet]] ** Send referrer ** curl -e "http://www.example.com/bot" http://nx.beandog.org/ ** Display HTTP headers only ** curl -I http://nx.beandog.org ** Don't display download stats ** curl -s http://nx.beandog.org ** Silently fail if HTTP error is returned ** curl -f http://nx.beandog.org