Ex (文本编辑器)
Unix系統的行編輯器
此條目没有列出任何参考或来源。 (2015年1月19日) |
此條目可参照英語維基百科相應條目来扩充。 (2023年9月26日) |
ex是EXtended的簡稱,是Unix系統上的純文字編輯器。
最早的ex是源自Unix上的ed,附在柏克萊軟體套件(Berkeley Software Distribution)內。ex很類似ed,但使用上有更多的人性化選項。
选项开关
编辑ex可以识别如下参数开关:
- -(obsolete)suppresses user-interactive feedback
- -s(XPG4 only)suppresses user-interactive feedback
- -l sets lisp editor option
- -r recover specified files after a system crash
- -R设置成只读
- -t tag Edit the file containing the specified tag
- -v调用可视模式(vi)
- -w设置窗口大小n
- -x设置加密模式
- -C 加密选项
- file指定编辑文件