Difference between revisions of "Linux Notes"

From OpenEMR Project Wiki
(Created page with "==Miscellaneous Commands== sudo reboot <br> <br> ==Viewing Files== less [FILENAME]")
 
Line 1: Line 1:
==Miscellaneous Commands==
==Text Editors - Command Line==
sudo reboot
*vim - highest learning curve, most powerful.
 
*nano - derived from pico, more features than pico, easier to use than vim.
 
*emacs
<br>
<br><br>
<br>


==Viewing Files==
==Viewing Files==
  less [FILENAME]
  less [FILENAME]
<br><br>
==Miscellaneous Commands==
sudo reboot
<br><br>

Revision as of 15:39, 22 May 2014

Text Editors - Command Line

  • vim - highest learning curve, most powerful.
  • nano - derived from pico, more features than pico, easier to use than vim.
  • emacs



Viewing Files

less [FILENAME]



Miscellaneous Commands

sudo reboot