From owner-freebsd-newbies@FreeBSD.ORG Wed Feb 25 04:43:19 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EC4C16A4CE for ; Wed, 25 Feb 2004 04:43:19 -0800 (PST) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68AEF43D2D for ; Wed, 25 Feb 2004 04:43:18 -0800 (PST) (envelope-from jfm@blueyonder.co.uk) Received: from lexx ([82.37.145.193]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.5600); Wed, 25 Feb 2004 12:43:17 +0000 From: John Murphy To: newbies@freebsd.org Date: Wed, 25 Feb 2004 12:43:15 +0000 Message-ID: <515p30dva3ggvb9ulcci5519cq864v6pbh@4ax.com> References: <20040225045712.A1A9D43D2D@mx1.FreeBSD.org> In-Reply-To: <20040225045712.A1A9D43D2D@mx1.FreeBSD.org> X-Mailer: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 25 Feb 2004 12:43:17.0312 (UTC) FILETIME=[F0FD7C00:01C3FB9C] cc: bimasena@mdp.net.id Subject: Re: Greetings and salutaions.. X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jfm@blueyonder.co.uk List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 12:43:19 -0000 Sharif Dayan wrote: >I know "command-line", because I once used DOS, but what is = "shell-scripting" ? Instructions typed on the "command-line" are interpreted by the "shell" which could be tcsh, sh or even bash, depending on the user's preference. A "shell-script" is merely a plain text file containing a list of commands that can be actioned sequentially by the shell. If you've used MSDOS you may be familiar with the concept of batch files (*.bat) which are similar. --=20 John.