Files
tldr/pages.zh/common/joe.md

361 B

joe

Joe 的文本编辑器。 更多信息:https://joe-editor.sourceforge.io

  • 在 JOE 中打开一个新文件:

joe

  • 打开一个特定文件:

joe {{path/to/file}}

  • 打开一个特定文件,并将光标定位在指定行:

joe +{{line}} {{path/to/file}}

  • 以只读模式打开特定文件:

joe -rdonly {{path/to/file}}