Tag: Linux

Home » Posts Tagged "Linux"

Getting started with Shell Scripts

Shell script is a collection of Linux commands saved together in a file and executed one after another. Check out some useful commands you need to know. Below is a simple shell script that resets the previous terminal screen and prints “Hello World”. Start your Linux terminal or guake terminal and type the command nano hello.sh…

Read More