How to Write a Shell Script using Bash Shell in Ubuntu



How to Write a Shell Script using Bash Shell in Ubuntu

How to Write a Shell Script using Bash Shell in Ubuntu

This is a basic script teaching you how to control your operating system.

In the terminal window, type vim ListDir.sh and hit enter. Once inside the Editor, type -I- or -i-. This will allow you to insert – start typing your shell script.

chmod +x ListDir.sh

for more information and assistance visit:
www.openubuntu.com

Comments are closed.