Difference between revisions of "Linux Notes"
From OpenEMR Project Wiki
Line 20: | Line 20: | ||
==Viewing Files== | ==Viewing Files== | ||
<pre style="font-size: 130%; margin: 0 2em 0 2em;"> | |||
less [FILENAME] | |||
</pre> | |||
<br><br> | <br><br> | ||
==Miscellaneous Commands== | ==Miscellaneous Commands== | ||
sudo reboot | sudo reboot | ||
<br><br> | <br><br> |
Revision as of 15:53, 23 May 2014
Text Editors - Command Line
vim
- Highest learning curve, most powerful.
- vi Editor Commands
nano
- Derived from pico, more features than pico, easier to use than vim.
emacs
Mail Readers - Command Line
mutt
Viewing Files
less [FILENAME]
Miscellaneous Commands
sudo reboot