command to open pdf file in linux terminal code example
Example 1: open pdf command line linux
xdg-open file2open.xxx
Example 2: open a pdf on linux
xdg-open <name-of-the-file-to-open>
xdg-open file2open.xxx
xdg-open <name-of-the-file-to-open>