joe
Joe's own text editor.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).