Skip to content
LinuxSimply
  • Courses
  • Tutorials
    • Glossary
    • Commands
    • Linux Basics
    • Bash Scripting
    • Ubuntu
    • Networking
    • Bash Programming
    • Linux Applications
    • Miscellaneous
  • Cheat Sheets
  • Forum
  • About

Susmit Das GuptaSusmit Das Gupta

Hello everyone. I am Susmit Das Gupta, currently working as a Linux Content Developer Executive at SOFTEKO. I am a Mechanical Engineering graduate from Bangladesh University of Engineering and Technology. Besides my routine works, I find interest in going through new things, exploring new places, and capturing landscapes. Read Full Bio
Vim quit without saving.

How to Quit Vim Without Saving? [Easy Ways]

May 16, 2024 by Susmit Das Gupta

To quit Vim without saving, follow the below syntax: To quit without saving type :q! and press the ENTER button. …

Read more

How to close vim.

How to Close Vim Text Editor? [All Scenarios]

May 13, 2024 by Susmit Das Gupta

To close the Vim text editor, follow the below commands: To save and close the Vim editor, type :wq! and …

Read more

Vim undo and redo.

How to Undo and Redo Changes in Vim? [All Ways]

May 13, 2024May 13, 2024 by Susmit Das Gupta

To undo and redo changes in Vim, follow the below command: To undo the last change press u To redo …

Read more

Find and replace vim.

How to Find and Replace Text in Vim? [5 Cases]

May 13, 2024May 7, 2024 by Susmit Das Gupta

Follow the below commands to find and replace text in Vim: To find and replace all occurrences, use the syntax: …

Read more

Search in vim editor.

How to Search Text in Vim Editor? [8 Cases]

May 13, 2024May 5, 2024 by Susmit Das Gupta

To search texts of a file in the Vim editor, type /<word> and press ENTER. It will place the cursor …

Read more

Copy and paste in Vim.

How to Copy, Cut, and Paste Text in Vim? [All Cases]

May 13, 2024April 29, 2024 by Susmit Das Gupta

The Vim editor is a great tool for users to edit text files whenever necessary. While editing (copy, cut, and …

Read more

vim delete all lines.

How to Delete All Lines in Vim? [6 Cases]

May 6, 2024April 28, 2024 by Susmit Das Gupta

To delete all lines in Vim, first switch to normal mode. Then type :%d and press the ENTER button. It …

Read more

Select all in vim.

How to Select All Text in Vim? [5 Cases]

May 6, 2024April 22, 2024 by Susmit Das Gupta

To select all text in Vim, first go to the normal mode. Then press gg to go to the beginning …

Read more

go to a specific line in vim.

How to Go to a Specific Line in Vim? [All Cases]

May 6, 2024April 18, 2024 by Susmit Das Gupta

Vim is a text editor for Unix-based OSes like Linux. Users can create new files, open existing ones, or modify …

Read more

Vim show line numbers.

How to Show Line Numbers in Vim? [All Scenarios]

May 6, 2024April 18, 2024 by Susmit Das Gupta

You can use the below commands to show line numbers in Vim: To show line numbers :set number or set …

Read more

Eval Bash.

How to Use “eval” Command in Bash? [8 Practical Examples]

April 2, 2024March 31, 2024 by Susmit Das Gupta

The eval command is a built-in utility that interprets and executes arguments as shell commands. These commands are stored inside …

Read more

Bash base64 decode.

Encode and Decode with “base64” in Bash [6 Examples]

March 31, 2024March 19, 2024 by Susmit Das Gupta

To encode and decode text files using base64 in Bash, use the following syntaxes: Encode text incorporating pipe command: echo …

Read more

Advanced shell script examples.

Advanced Shell Script With Examples [Free Downloads]

March 13, 2024March 13, 2024 by Susmit Das Gupta

Bash Scripting offers the concepts of string, array, and loops for achieving advanced programming goals. In this article, I will …

Read more

Bash here string.

How to Use “Here String” in Bash? [Basic to Advance]

March 31, 2024February 29, 2024 by Susmit Das Gupta

Here string is a practice to pass a string as input to a command. Here are some syntaxes to use …

Read more

Bash string array.

How to Manipulate Bash String Array [5 Ways]

March 31, 2024February 22, 2024 by Susmit Das Gupta

String stores user and system information. An array of strings stores a collection of strings in an array. For manipulating …

Read more

Generate random string bash.

How to Generate a Random String in Bash? [8 Methods]

March 31, 2024February 20, 2024 by Susmit Das Gupta

A random string is a sequence of alphanumeric characters without following any specific pattern. To generate a random string in …

Read more

Bash string functions.

How to Use String Functions in Bash? [Examples Included]

March 31, 2024February 14, 2024 by Susmit Das Gupta

You can follow these syntaxes to implement string functions in Bash: Declaring String with “declare” Command: declare a="string value" Asking …

Read more

Bash remove last character from string.

How to Remove Last Character from Bash String [6 Methods]

March 31, 2024February 10, 2024 by Susmit Das Gupta

A string is a collection of characters including numbers and special characters. In Bash scripting, string manipulation is one of …

Read more

bash while loop continue

How to Use Bash Continue with “while” Loop [7 Examples]

March 31, 2024February 6, 2024 by Susmit Das Gupta

Continue statement in bash while loop skips the current iteration and jumps to the next iteration. It is a control …

Read more

Bash continue loop.

How to Use Bash Continue with “for” Loop [9 Examples]

March 17, 2024February 4, 2024 by Susmit Das Gupta

In Bash scripting, the loop iterates over a list. To skip any specific iteration entity, use the continue statement. The …

Read more

Older posts
Page1 Page2 … Page5 Next →
linuxsimply white logo
LinuxSimply serves as an informational
repository about the Linux operating system.

Get In Touch!

Company

  • About Us
  • Contact Us
  • Career
  • All Contributors

Services

  • Pricing
  • System Administration
  • Server Management
  • Bash Automation
card

Resources

  • Courses
  • Help Forum
  • Cheat Sheets
  • Free Downloads
trustpilot logo

Legal Corner

  • Disclaimer
  • Privacy Policy
  • Editorial Policy
  • Terms & Conditions
dmca
LinuxSimply is owned by , an IT & Digital Media Company.

Copyright © 2024 LinuxSimply | All Rights Reserved.