diff --git a/pages/common/joe.md b/pages/common/joe.md new file mode 100644 index 000000000..dbe789b0b --- /dev/null +++ b/pages/common/joe.md @@ -0,0 +1,20 @@ +# joe + +> Joe's own text editor. +> More information: . + +- 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}}`