# joe > Joe 的文本编辑器。 > 更多信息:。 - 在 JOE 中打开一个新文件: `joe` - 打开一个特定文件: `joe {{path/to/file}}` - 打开一个特定文件,并将光标定位在指定行: `joe +{{line}} {{path/to/file}}` - 以只读模式打开特定文件: `joe -rdonly {{path/to/file}}`