Posts for: #Bash

What is BASH?

Introduction

BASH or Bourne Again Shell is an interface(program) between the user and the Operating System. BASH is just an application just like others, but not an ordinary one. It is quite powerful when used to its potential. It is used in various aspects of computing. No, it’s not only for server admins, but it specializes in that field though. We’ll see how we can use Bash to perform several tasks quite powerfully. Not just automation, you’ll be surprised what Bash is capable of.

[]

Setting up Vim for BASH Scripting

Vim and BASH?

Bash Scripting is a powerful skill to have as a programmer because we find Linux almost everywhere and to get through it you must have a command over its interface which is generally the BASH shell. Vim is a great option for doing this, or probably the best out there! Because Vim is pre-installed in almost every Linux distribution. This is not an in-depth setup for BASH on Vim, it is a simple editorial on starting up BASH scripting on the Vim editor. So without wasting time on “Vim features” let’s dive in with the setup for BASH in Vim.

[]