Advertisement
slipers

Minecraft. OpenComputers. Cedit (/usr/man/cedit).

Sep 1st, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. NAME
  2. cedit - primitive syntax highlighting file editor
  3.  
  4. SYNOPSIS
  5. cedit FILE
  6.  
  7. DESCRIPTION
  8. A very simple syntax highlighting file editor. To create new files with `cedit`, open a file in a writable file system that doesn't exist and save.
  9. Highlights Lua syntax only.
  10.  
  11. OPTIONS
  12. -r
  13. opens file as read only
  14.  
  15. EXAMPLES
  16. cedit /tmp/test.txt
  17. Opens the file `/tmp/test.txt` for editing. If it doesn't exists, it will be created upon saving.
  18.  
  19. cedit /bin/ls.lua
  20. Opens the file `/bin/ls.lua`, which will be opened in read-only mode, assuming `/bin` is the default as provided by the read-only-memory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement