osx - How to open Chrome with defined tabs? -


i'm quite new in .sh, i'm wonder how open e.g.: chrome web browser 2 tabs, let's can 'google.com' , 'yahoo.com'. far find out how open 'chrome' can't find how force opening tabs in it.

i grateful if gave me hint.

on os x, use open cli:

open -a 'google chrome' http://www.example.org http://google.com 

note protocol specifier (http://) mandatory.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -