Shell

Home » Shell

A shell is basically an interface to the operating system. A shell contains a programming language by which you can interact with your system. Through shell, you directly communicate with your OS.

  • Introduction to Bash

Introduction to Bash

2021-04-09T11:59:49+02:00December 3rd, 2020|Tags: , |

Bash stands for "Bourne Again Shell" and was developed by Brian Fox in 1989. It's called "Bourne Again" because it replaces the popular Bourne Shell which is "born again" through Bash. Bash is a standard shell for Linux distributions.

  • Introduction-to-Powershell

Introduction to PowerShell

2021-06-30T08:26:13+02:00November 27th, 2020|Tags: , |

PowerShell is a cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language. Unlike most shells, which accept and return text, PowerShell is built on top of the .NET Common Language Runtime (CLR), and accepts and returns .NET objects.

Go to Top