Skip site navigation (1)Skip section navigation (2)
Date:      01 Dec 2001 20:11:57 -0800
From:      swear@blarg.net (Gary W. Swearingen)
To:        Tony <tony@idk.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: sh/csh example scripts
Message-ID:  <06wv06p8fm.v06@localhost.localdomain>
In-Reply-To: <200112012319.PAA00437@idk.com>
References:  <200112012319.PAA00437@idk.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Tony <tony@idk.com> writes:

> I am trying to learn writing shell scripts. 

That's the best way to learn shell script writing.

> What I am looking for is 1 (or more) that has a lot of examples...

This shell command will find many examples:

locate . | grep "\.[c]*sh$"

This will find more:

find / | xargs egrep "^#!/bin/(csh|sh)"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?06wv06p8fm.v06>