LinuxCommandLibrary

joe

Joe's own text editor.

TLDR

Open a new file in JOE

$ joe
copy


Open a specific file
$ joe [path/to/file]
copy


Open a specific file, positioning the cursor at the specified line
$ joe +[line] [path/to/file]
copy


Open a specific file in read-only mode
$ joe -rdonly [path/to/file]
copy

Copied to clipboard