change – POFTUT

Vim Editor Commands Cheat-sheet

vim or vi is very powerful text editor used in Linux systems. As they provide a lot of features and used from command line they have a lot of commands and shortcuts. In this page we will list these commands as a cheat-sheet. We will look most used command and shortcuts in this tutorial which makes this … Read more

How To Use Sed To Find and Replace Text In Files or Standard Input

Sed or Stream Editor provides a lot of useful and dynamic functions. One of the most popular use case for sed is search and replace text in standard input output and text files. In this tutorial we will look various use cases of find and replace in sed. Substitute Command Sed have different verbs or … Read more