0% found this document useful (0 votes)
6 views10 pages

Shell Scripting Basics and Examples

The document outlines Experiment No. 5, focusing on shell scripting and Linux commands. It lists commands such as 'echo' for displaying values, 'nano' for editing scripts, and 'sh' for executing them. Additionally, it mentions two applications: a calculator and a student record system.

Uploaded by

nilaykhisty
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views10 pages

Shell Scripting Basics and Examples

The document outlines Experiment No. 5, focusing on shell scripting and Linux commands. It lists commands such as 'echo' for displaying values, 'nano' for editing scripts, and 'sh' for executing them. Additionally, it mentions two applications: a calculator and a student record system.

Uploaded by

nilaykhisty
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Experiment no -5 UID:-2019230071

Shell Scripting

Linux Commands:-

1) echo – to display the value of variable or expression of shell script file.

2) nano – to edit the shell script file.

3) sh – to execute the shell script file

[Link]
2. Student Record System

You might also like