Shell Scripting Tutorial for Beginners 1

Sundar blogSundar blog
1 min read

find list of shells

cat /etc/shells

shell script content

#!/usr/bin/bash

echo "Hello World"

run the script file

./myscript.sh

output below

Hello World

0
Subscribe to my newsletter

Read articles from Sundar blog directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Sundar blog
Sundar blog