ලිනක්ස්වල terminal එකේ වැඩ කරද්දී පාවිච්චියට ගන්න පුලුවන් text editors කිහිපයක් ගැන විස්තරයක් පහතින් දැක්වෙනවා.
#1. vi/vim – Text Editor
වඩාත් ජනප්රිය text editor එකක් තමයි මේ. විශේෂයෙන්ම මෙහි දෙවෙනියට දැක්වෙන nano text editor එක නැතත් බොහෝ වෙලාවට Linux OS එක්ක default install වෙලා එන text editor එකක් තමයි මේ vim කියන්නේ.
Vi (visual editor) or Vim is most commonley used text editor for the command line users. The minimum operating system installation may not have default installed it. Use the following command to install.
$ sudo apt install vim #For Debian based systems
$ sudo yum install vim #For Redhat based systems
$ sudo dnf install vim #For Fedora 22+ systems
#2. Nano
Nano is another favorite and commonley used text editors by the command line users. This also default installed on most of the Linux platforms. You can also use following command to install nano on your Linux system.
$ sudo apt install nano #For Debian based systems
$ sudo yum install nano #For Redhat based systems
$ sudo dnf install nano #For Fedora 22+ systems
#3.Nice Editor (ne)
Nice (ne) editor is intended to provide an alternative to vi that will be more familiar to beginners. The ne text editor supports most of the common features in advanced text editors, such as syntax highlighting, regular expressions, key bindings, and auto-completes etc. Use the following command to install this on your system.
$ sudo apt install ne #For Debian based systems
$ sudo yum install ne #For Redhat based systems
$ sudo dnf install ne #For Fedora 22+ systems
#4. EMACS
Emacs is an extensible, customizable and real time display editor. This is a GNU project application for command line lovers. Install Emacs on your system using the following commands.
$ sudo apt install emacs #For Debian based systems
$ sudo yum install emacs #For Redhat based systems
$ sudo dnf install emacs #For Fedora 22+ systems
#5. mc (Midnight Commander)
Midnight Commander provides an internal text editor, which can be invoked with mc -e or mcedit commands, featuring syntax highlighting, regexp searching and other features.
$ sudo apt install mc #For Debian based systems
$ sudo yum install mc #For Redhat based systems
$ sudo dnf install mc #For Fedora 22+ systems
ජය වේවා!
#1. vi/vim – Text Editor
වඩාත් ජනප්රිය text editor එකක් තමයි මේ. විශේෂයෙන්ම මෙහි දෙවෙනියට දැක්වෙන nano text editor එක නැතත් බොහෝ වෙලාවට Linux OS එක්ක default install වෙලා එන text editor එකක් තමයි මේ vim කියන්නේ.
Vi (visual editor) or Vim is most commonley used text editor for the command line users. The minimum operating system installation may not have default installed it. Use the following command to install.
$ sudo apt install vim #For Debian based systems
$ sudo yum install vim #For Redhat based systems
$ sudo dnf install vim #For Fedora 22+ systems
#2. Nano
Nano is another favorite and commonley used text editors by the command line users. This also default installed on most of the Linux platforms. You can also use following command to install nano on your Linux system.
$ sudo apt install nano #For Debian based systems
$ sudo yum install nano #For Redhat based systems
$ sudo dnf install nano #For Fedora 22+ systems
#3.Nice Editor (ne)
Nice (ne) editor is intended to provide an alternative to vi that will be more familiar to beginners. The ne text editor supports most of the common features in advanced text editors, such as syntax highlighting, regular expressions, key bindings, and auto-completes etc. Use the following command to install this on your system.
$ sudo apt install ne #For Debian based systems
$ sudo yum install ne #For Redhat based systems
$ sudo dnf install ne #For Fedora 22+ systems
#4. EMACS
Emacs is an extensible, customizable and real time display editor. This is a GNU project application for command line lovers. Install Emacs on your system using the following commands.
$ sudo apt install emacs #For Debian based systems
$ sudo yum install emacs #For Redhat based systems
$ sudo dnf install emacs #For Fedora 22+ systems
#5. mc (Midnight Commander)
Midnight Commander provides an internal text editor, which can be invoked with mc -e or mcedit commands, featuring syntax highlighting, regexp searching and other features.
$ sudo apt install mc #For Debian based systems
$ sudo yum install mc #For Redhat based systems
$ sudo dnf install mc #For Fedora 22+ systems
ජය වේවා!
හොඳ වියුණු සටහනක්. තාක්ෂණය ගැන තියෙන්නෙ නේද?
ReplyDeleteගොඩක් වෙලාවට පාවිච්චි කරන්නෙ Nano තමයි. අනික් වෙලාවට Sublime text භාවිත කරනවා.
ReplyDelete