Vim Undo and Redo Operations
While editing text files with vim we can make some little mistakes or want to revert to the previous states. …
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 …
Linux provides a lot of command line tools for easy and practical use. Hex editor packages are some of them. …
Linux is a command-based operating system. Most of the things are done in the command-line environment bash. In this tutorial, …
Linux provides a lot of useful tools from the command line. Vi or Vim is one of the very popular …
[rps-include post=6522] As stated previous post Php is portable language. Which makes Php supports a lot of different platforms. In …
Read morePhp – Install Php In Linux and Create Development Environment
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
Vim and its predecessor Vi are popular command-line based text editors. There is a lot of functionality that the text …
Vi is a popular text editor for Linux and BSD environments. It gives a lot of features to the user. …