• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

Open Browser in Bash

November 30, 2022

Here’s a nice little command to open a browser from Bash.

#!/bin/bash
open https://domain.com/path/to/web/page/index.html

#!/bin/bash open https://domain.com/path/to/web/page/index.html

You can use this command to open a web page from your script.

Filed Under: HTML, Linux Tagged With: bash, browser, open

Subscribe Via Email

  • Home
  • About
  • Search

Copyright © 2023