mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
9065e2fbb9
batch Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
365 B
365 B
joe
Joe's own text editor. More information: https://joe-editor.sourceforge.io/4.6/man.html.
- Open a new file in JOE:
joe
- Open a specific file:
joe {{path/to/file}}
- Open a specific file, positioning the cursor at the specified line:
joe +{{line}} {{path/to/file}}
- Open a specific file in read-only mode:
joe -rdonly {{path/to/file}}