
okular
List of commands for okular:
-
okular:tldr:04b00 okular: Open a document and search for a specific string.$ okular --find ${search_string} ${filename}try on your machineexplain this command
-
okular:tldr:57cd5 okular: Open specific documents.$ okular ${filename1 filename2 ---}try on your machineexplain this command
-
okular:tldr:8a59a okular: Open a specific document and start a print dialog.$ okular --print ${filename}try on your machineexplain this command
-
okular:tldr:9ae2c okular: Open a document at a specific page.$ okular --page ${page_number} ${filename}try on your machineexplain this command
-
okular:tldr:ee492 okular: Open a specific document in presentation mode.$ okular --presentation ${filename}try on your machineexplain this command