How To Print Range Of Columns Using awk Command?

The awk command is used to edit the command output or text files in a streaming way. The awk command provides a lot of features and commands to print content of the provided text. We can use the awk command in order to print range of columns. Print Range of Columns The print command can … Read more

What Is “awk ‘{print $1}'”?

What Is "awk '{print $1}'"?

The awk is a very powerful command or interpreted scripting language to process different text or string data. The awk is generally used to process command output or text or configuration files. The awk provides ‘{print $1}’ command in order to print the first column for the specified file or output. In this tutorial, we … Read more

How To Comment In vimrc (Vim Configuration) File?

How To Comment In vimrc (Vim Configuration) File?

As an advanced text editor, Vim has a lot of configuration options. These configuration options can be applied in different ways as temporary or permanent. The vimrc configuration file is used for permanent Vim configuration. While putting configurations inside the vimrc file we may need to write some comments in order to explain the given … Read more

How To Install Notepad++ In Linux?

How To Install Notepad++ In Linux?

Notepad++ is a very popular text editor that is created for Windows operating systems. Notepad is a native and simple Windows application that is provided by Microsoft. Notepad++ is a lot more advanced text editor which is an alternative to the Notepad. But Notepad++ natively does not supports Linux distributions like Ubuntu, Debian, Mint, Kali, … Read more