Open in app
Home
Notifications
Lists
Stories

Write
Prabath Thilakarathne
Prabath Thilakarathne

Home

Apr 17, 2019

Shell Scripting — Beginner’s guide

Writing Shell Scripts Let’s start by a Hello World example. Open your favorite editor and write a shell script file named as my_script.sh containing following lines #!/bin/bash echo "hello world" //print to screen The first line called a hashbang or shebang. It tells Unix that this script should be run through the /bin/bash…

Programming

7 min read


Mar 27, 2019

How to use shell / bash scripts..

What is Shell Scripts ? A shell script is a computer program designed to be run by the Unix/Linux. A program that is executed step by step by a shell, which is another program that provides an interface layer between the Linux kernel and the end user. shell which could…

Programming

6 min read

How to use shell scripts
How to use shell scripts
Prabath Thilakarathne

Prabath Thilakarathne

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable