how-to-open-multiple-urls-via-command
define the commands
vi ~/.bashrc
alias chrome='/mnt/c/Program\ Files/Google/Chrome/Application/chrome.exe' alias bm='_open_bookmarks() { chrome "file:\\G:\OtherComputer\MyComputer\Archive\Note\other\bookmarks.html?g=$1";}; _open_bookmarks'
source ~/.bashrc
to read new config
create bookmarks.html
vi bookmarks.html ```
```
use the command
bm php
to open php group bookmarks
chrome settings
click always allow popup window for the file bookmarks.html