
joe
List of commands for joe:
-
joe:tldr:0dbe9 joe: Open a specific file in read-only mode.$ joe -rdonly ${filename}try on your machineexplain this command
-
joe:tldr:207d0 joe: Open a specific file, positioning the cursor at the specified line.$ joe +${line} ${filename}try on your machineexplain this command
-
joe:tldr:5f011 joe: Open a specific file.$ joe ${filename}try on your machineexplain this command