Linux Shell Programming 1



Linux Shell Programming 1

Linux Shell Programming 1

This video is an introduction to linux shell scripting. I talk about comments, linux shell variable declaration, variable usage, which is always preceded with a dollar sign, and how to make the shell script executable using chmod +x name_of_script.

Shell scripting provides for automation of tasks and is a powerful way to get recurrent task done efficently.

Comments are closed.