Difference between revisions of "Linux Notes"

From OpenEMR Project Wiki
Line 1: Line 1:
==Text Editors - Command Line==
==Text Editors - Command Line==
*'''vim''' - highest learning curve, most powerful.
=====vim=====
::[http://www.cs.rit.edu/~cslab/vi.html vi Editor Commands]
*Highest learning curve, most powerful.
*'''nano''' - derived from pico, more features than pico, easier to use than vim.
*[http://www.cs.rit.edu/~cslab/vi.html vi Editor Commands]
*'''emacs'''
<br>
=====nano=====
Derived from pico, more features than pico, easier to use than vim.
<br>
=====emacs=====
<br><br>
<br><br>



Revision as of 15:30, 23 May 2014

Text Editors - Command Line

vim


nano

Derived from pico, more features than pico, easier to use than vim.

emacs



Viewing Files

less [FILENAME]



Miscellaneous Commands

sudo reboot