Afridi Shaikcloudcoder.hashnode.dev·Dec 31, 2023I/O | Filters | Basic Unix Tools | Compression & Archiving |Regular Expression | VI editorI/O Redirection I/O redirection in Linux refers to the process of changing the input or output of a command or program. In Unix-like/Linux operating systems, I/O redirection is commonly used in the command line to manage input from and output to fil...Linux AlchemyInput/output in Unix
Subash Neupaneblogs.subashneupane3.com.np·Aug 29, 2023Vi editor and its shortcutsVi editor stands out from other text editors due to its unique approach to text manipulation. It operates in different modes, each serving a specific purpose: Normal Mode: This is the default mode where you can navigate, manipulate text, and execute...Linux
Temitayo Olorunfemitemitech.hashnode.dev·Jun 26, 2023Vi Editor in LinuxWhat is vi? Vi is a short form for visual instrument. It is a screen-oriented text editor in the Linux family. It is referred to as a screen-oriented text editor because it features the ability to modify any visible text on the screen by moving the c...18 likes·31 readsvi editor
Shubham gourtheshubhamgour.hashnode.dev·Jun 19, 2023Discovery of Vi and Vim Editors: Users Best Friends in LinuxIntroduction Imagine you have a magic wand that lets you edit text in a super cool and powerful way. Well, that's kind of what Vi and Vim editors are! They are special tools that help you modify text files, like documents or code, using commands in a...Mastering Linux for Cloud Operations - Unlock the Power of Linux and AutomationLinux
Ugochukwu Charles Eugeneeaglecharles.hashnode.dev·Apr 24, 2023VI Editor Made Easy: Tutorial for Efficient EditingWhat is a VI editor? Ah, the venerable Vi editor - the tool that strikes fear into the hearts of newbies and earns the respect of experienced command-line warriors. VI editor is a powerful command-line text editor used in Unix-based operating systems...1 like·37 readsLinux
Naved Ahmadnavedwrites.hashnode.dev·Feb 26, 2023VI EditorUsing VI Editor for a beginner can be difficult, like writing content in the file and especially exiting it. Here is a blog that can help you as a beginner to use VI Editor. Let us create a file example.txt. Now, suppose you want to write something i...2 likes·56 readslinux for beginners
Shakishakidev.hashnode.dev·Jan 31, 2023Getting Started With Vim (vi improved)Vi is a screen-oriented text editor created for the Unix operating system. Basic Vi commands There are two modes when in Vi Command mode( press ":<command>" ) Insert mode( press "i" then Esc to enter command mode) To start ; To use vi on a file, ...3 likes·26 readsvi editor
Gurviraj Singhgurviraj.hashnode.dev·Jul 9, 2022Understanding Three Mode of VI EditorVI refers to "Visual Editor". VIM is an improved version of VI Editor. The VI editor is the standard editor under Linux system. Opening the file: You can use the command written below to open or edit an existing file. If the file doesn't exist, VI cr...48 readsLinux CommandsLinux