Changes between Initial Version and Version 1 of cypress/FileEditingSoftware


Ignore:
Timestamp:
05/14/15 10:40:46 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/FileEditingSoftware

    v1 v1  
     1= File Editing =
     2
     3== File Editing Software ==
     4The following are the three most commonly used editors
     5
     6=== nano ===
     7
     8nano is the easiest to use editor available on the clusters.
     9
     10Use the following command to open a file for editing with nano:
     11
     12{{{ user@host> nano filename }}}
     13
     14=== vim ===
     15vim is the improved version of vi with code syntax highlighting and other features useful for programming. This editor has a steep learning curve, but is very efficient.
     16
     17[[https://blog.interlinked.org/tutorials/vim_tutorial.html | Vim Introduction]]
     18
     19=== emacs ===
     20emacs also has code syntax highlighting along with auto-indentation and a whole list of other advanced editing features.
     21
     22[[http://insti.physics.sunysb.edu/itp/computing/doc/emacs-intro.html|Emacs Introduction]]