mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 15:02:07 +02:00
20 lines
352 B
Markdown
20 lines
352 B
Markdown
# 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}}`
|