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指定編輯文件