Мануалы и справочники Общие команды
joe

Команда joe: опции, ключи и примеры использования

joe

Joe's own text editor. More information: https://joe-editor.sourceforge.io.

  • Open a new file in JOE:

joe

  • Open a specific file:

joe {{path/to/file}}

  • Open a specific file, positioning the cursor at the specified line:

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

  • Open a specific file in read-only mode:

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

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM