Saturday, October 12, 2013

Installation of emacs editor in Ubuntu 12.04

Installation:

sudo apt-get install emacs

Use of emacs editor within commandline

1.) Open file with emacs editor
     emacs -nw filename

2.) For save file using emacs editor
     Ctrl + x + s

3.) For close file using emacs editor

     Ctrl + x + c

0 comments:

Post a Comment