Hello World in Shell scripting --- CORE9G25
Feature Hardware ref Linux Tutorials Debian Tutorials pinout

A shell script is a script written for the shell, or command line interpreter. Typical operations performed by shell scripts include file manipulation, program execution, and printing text.

The shell scripting interpreter installed by default on Debian is the GNU bash..

Hello world example

This is the "Hello world !" source code basic example.

#!/bin/sh
echo Hello world !

Save it with in hello.sh then run it typing:

debarm:~# chmod +x hello.sh
debarm:~# ./hello.sh

Installation

Installed by default.

Documentation Terms of Use
The Acme Systems srl provides this Debian system development and user manual.
The origin of these doc came from the website: http://www.acmesystems.it


  Tel: +86-755-29638421  |    Sales Email: market@armdevs.com |  Support Email: support@armdevs.com | Gtalk: armdevs@gmail.com  
www.armdevs.com | Copyright @2013 - CoreWind Technology Co.,Limited