Linux command
joe 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Open file
joe [file.txt]
Open at line number
joe +[100] [file.txt]
Read-only mode
joe -rdonly [file.txt]
Enable syntax highlighting
joe -syntax [c] [file.c]
Disable word wrap
joe -wordwrap [file.txt]
说明
joe is Joe's Own Editor, a terminal text editor. It supports multiple editing modes including WordStar and Emacs. The editor features syntax highlighting, macros, and split windows. Key bindings are configurable.
参数
- +_LINE_
- Go to line number.
- -rdonly
- Read-only mode.
- -syntax _NAME_
- Syntax highlighting mode.
- -wordwrap
- Enable word wrap.
- -help
- Display help information.
FAQ
What is the joe command used for?
joe is Joe's Own Editor, a terminal text editor. It supports multiple editing modes including WordStar and Emacs. The editor features syntax highlighting, macros, and split windows. Key bindings are configurable.
How do I run a basic joe example?
Run `joe [file.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does +_LINE_ do in joe?
Go to line number.