News

Modes of VI Text Editor VI text editor works in two modes, 1) Command mode and 2) Insert mode. In the command mode, users’ commands are taken to take action on a file. The VI editor, usually, starts ...
Coloring text in your scripts File listings aren’t the only way to add color to the command line on Linux. You can also create colored text in your scripts.
The nano text editor has some really cool tricks up its sleeve. One that you probably weren’t aware of was the ability to execute commands and add the output of those commands into the file you ...