Md.
Palash Miah
181-15-10518
1. Shell scripts can take input from a user or file and output them to the screen. Whenever you
find yourself doing the same task over and over again you should use shell scripting, such
as, repetitive task automation.
2. .sh is the file type extension of shell file.
3. To display an output we use ‘echo’ command in shell script.
4. In nano editor, we can use ‘read’ command and variable name (which will hold the input
value) to take a user input.
5.