echo http://example.com/ > example.url
open -a "Google Chrome" $(cat example.url)
In above case you will see example.com web page in Google Chrome.
Forexample this method is useful when edit Gist files in local, commit, push, and see in web view.