Open any website or file in just seconds with Linux terminal.
Hello guys, If you want to open any website or file in just seconds with linux terminal you can definitely do that and in this blog I am going to share this knowledge with you.
# First open your terminal and type this command given below
- If you want to open any website then execute this command replace example.com with your original website.
xdg-open https://example.com/
- If you want to open any file then execute this command replace filename with your original file.
xdg-open filename
Thank You 💚