Files
my-website/shell-scripting.html
2022-06-04 02:08:41 +05:30

18 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shell Scripting</title>
</head>
<body style="background-color: rgba(0,0,0,0.85);color: rgb(187, 187, 187);font-size: 20px;">
<h1 id="top" style="text-align: center;text-decoration:double;font-size: 60px;">Shell Scripting</h1>
<hr>
<p>A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. </p>
<p>The Logic behind shell scripting is to create automated task that you do on regular basis.. (Source:<a href="https://en.m.wikipedia.org/wiki/Shell_script" style="color:green;">Wikipedia</a>)</p>
<h2 id="repos"><a href="https://github.com/CoolnsX/and-scripts" style="color:green;">My Scripts Repository link</a> >></h2>
<p>It contains the scripts that I wrote and use on the daily basis to make my life easier.</p>
</body>
</html>