System Grab Bag

View all TLDR pages from Linux (or from all pages)

pluma

Edit files in MATE desktop environment. More information: https://manned.org/pluma.
  • Start the editor:
    pluma
  • Open specific documents:
    pluma {{path/to/file1 path/to/file2 ...}}
  • Open documents using a specific encoding:
    pluma --encoding {{WINDOWS-1252}} {{path/to/file1 path/to/file2 ...}}
  • Print all supported encodings:
    pluma --list-encodings
  • Open document and go to a specific line:
    pluma +{{10}} {{path/to/file}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.