R
R
Rad1us2016-05-18 10:22:17
Programming
Rad1us, 2016-05-18 10:22:17

How to open links from a file in a browser?

There is a text file with the content of the form:

site1.com
site2.com
....
siteN.com

It is required as simply as possible to open these links in the browser (each on a new tab). How?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2016-05-18
@rad1us

вам это нужно на постойнной основе или разово/периодически?
если второе, то, например, расширение для хрома откроет все ссылки из клипборда.
если первое, то как-то так superuser.com/a/385225

A
abcd0x00, 2016-05-19
@abcd0x00

Для Firefox (в Linux)

[[email protected] tmp]$ cat urls 
http://www.yandex.ru
http://www.toster.ru
[[email protected] tmp]$ firefox `cat urls`
[[email protected] tmp]$

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question