Most systems provide an open command (alternately known as start, cygstart, xdg-open etc.) which opens a file in the desktop environment's "default" application, whatever that is.
Par exemple, from Powershell when I enter:
PS> start form.pdf
The document pops open in Edge.
Can Bash-on-Ubuntu-on-Windows do this?