1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/joe.md

21 lines
352 B
Markdown
Raw Normal View History

2021-10-25 14:00:45 +02:00
# joe
> Joe's own text editor.
> More information: <https://joe-editor.sourceforge.io>.
- 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}}`