iincognito15
New Member
Is there a shell or bash script to open multiple URLs saved in a .TXT file in a browser from the terminal?
I know that can be done with "firefox $(cat url.txt)", but:
I know that can be done with "firefox $(cat url.txt)", but:
- I need something that saves me time by opening tabs of a maximum of 10 to 10 urls (because of RAM) from a list of 100 urls or more.
- Which has sequential order, that they not repeat themselves and that it notify me when it reaches the end of the list.
- That it only repeats or start again from number 1, when I close and open the terminal?