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
Post a Comment