Vim Copy, Cut and Paste Commands and Operations
Vim provides different shortcuts for copy, cut, and paste operations. These commands are one of the most used and problematic …
Vim provides different shortcuts for copy, cut, and paste operations. These commands are one of the most used and problematic …
While editing text files with vim we can make some little mistakes or want to revert to the previous states. …
Vim provides a lot of useful features and shortcuts during usage. In this tutorial we will look different ways to …
Awk provides a lot of functions to manipulate, change, split etc. We will look how to split text with awk …
Sed or Stream Editor provides a lot of useful and dynamic functions. One of the most popular use case for …
Read moreHow To Use Sed To Find and Replace Text In Files or Standard Input
Linux is a command-based operating system. Most of the things are done in the command-line environment bash. In this tutorial, …
Sed is a stream editor. Sed is used to transform text according to different needs. Sed has a scripting language …
Linux provides a lot of tools for text-related operations. wc is one of them. This tool is a little tool …
Read moreLinux wc Command Word and Line Count Tutorial With Examples
Linux provides a lot of tools to ease system administrators work. One of them is to replace command which simple …
Awk is a stream type programming language. Awk can edit given text ant provided new text according to instructions. We …